@charset "UTF-8";
/*##################################################### _base.scss START #####################################################*/
@font-face {
  font-family: 'iconfont';
  src: url("/static/css/Fonts/iconfont/iconfont.eot");
  src: url("/static/css/Fonts/iconfont/iconfont.woff") format("woff"), url("/static/css/Fonts/iconfont/iconfont.ttf") format("truetype"), url("/static/css/Fonts/iconfont/iconfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
DIV, H1, H2, H3, H4, H5, TD, TH, I, LI, IMG, STRONG, EM, SPAN, A {
  background-repeat: no-repeat;
  margin: 0; }

TABLE {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  color: inherit;
  font-size: inherit; }

THEAD, TBODY, TFOOT {
  display: table-row-group;
  width: 100%; }

TR {
  width: 100%;
  display: table-row; }

TH {
  font-weight: normal;
  padding: 0;
  vertical-align: top;
  text-align: left;
  display: table-cell; }

TD {
  padding: 0;
  vertical-align: top;
  display: table-cell; }

UL {
  padding: 0;
  margin: 0; }

LI {
  list-style-type: none;
  padding: 0;
  margin: 0; }

INPUT, BUTTON {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: inherit; }

P {
  margin: 0; }

IMG {
  border-width: 0; }

H1, H2, H3, H4, H5 {
  font-weight: normal;
  padding: 0;
  margin: 0; }

EM, I {
  font-style: normal; }

A {
  text-decoration: none;
  color: #0000FF; }

.textAlign_left {
  text-align: left !important; }

.textAlign_center {
  text-align: center !important; }

.textAlign_right {
  text-align: right !important; }

/*===================================================== _base.scss END =====================================================*/
BODY {
  font-family: 'Microsoft Yahei', '微软雅黑';
  font-size: 14px; }

BODY {
  margin: 0;
  padding: 0; }

HEADER, FOOTER {
  display: block; }

.input-submit, .input-button {
  line-height: 3.1em;
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 1.8em;
  padding-right: 1.8em;
  border-width: 0;
  color: #FFFFFF;
  border: 1px solid;
  outline: 0;
  border-color: #2c9b84 #207362 #207362 #2c9b84;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.25), -1px -1px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0.3em;
  background-image: -moz-linear-gradient(top, rgba(46, 163, 139, 0.8), rgba(30, 107, 91, 0.8));
  background-image: -ms-linear-gradient(top, rgba(46, 163, 139, 0.8), rgba(30, 107, 91, 0.8));
  background-image: -webkit-linear-gradient(top, rgba(46, 163, 139, 0.8), rgba(30, 107, 91, 0.8));
  background-image: linear-gradient(top, rgba(46, 163, 139, 0.8), rgba(30, 107, 91, 0.8));
  background-color: #268773;
  background-repeat: no-repeat;
  transition: background-color 0.2s linear; }
  .input-submit:hover, .input-button:hover {
    background-color: #154b40; }

.input-text, .input-password {
  border: 1px solid;
  border-color: #DAE3E8;
  line-height: 40px;
  height: 40px;
  width: 336px;
  padding-left: 4px;
  color: #6293C8;
  font-size: 14px; }

.input-select {
  width: auto;
  line-height: 26px;
  height: 26px; }

.input-number {
  width: 50px;
  text-align: center;
  padding-left: 0; }

.input-verification {
  width: 50px; }

.input-date {
  background-image: url(/PC/scripts/LayDate/icon.gif);
  background-position: right center;
  width: 100px; }

/*# sourceMappingURL=global.css.map */
