body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
body, th, td, button, input, select, textarea{font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,"WenQuanYi Micro Hei",Verdana,sans-serif,"\5B8B\4F53"}
*, body{ font-size: 12px;}
/*所有超链接不要下划线*/
*, *:after, *:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
/*任何标签、包括它前面、后面生成的内容都不要影响盒子的边框*/
.ft{float: left;}
.rt{float: right;}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
       content: "";
       display: block;
       height: 0;
       clear:both;
       visibility: hidden;
   }
 .clearfix{
     *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
 }

img, input {
    vertical-align: middle;
    max-width: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
iframe{border: 0}
a:link,a:visited,a:hover{ outline:none;}
a:hover, a:focus { color: #d2364c; text-decoration: underline; }

.windows_href,.pointers{cursor:pointer;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}

/*Chrome 下去除type ==  "number"  时 的右侧图标*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{-webkit-appearance: none !important;margin: 0;}
/*火狐 下去除type ==  "number"  时 的右侧图标*/
input[type="number"]{-moz-appearance:textfield;}
/*IE下去除 右边的×*/
input::-ms-clear{display:none;}
/*IE下去除 小眼睛*/
input[type="number"]::-ms-reveal{display:none;}

body .layui-layer-btn .layui-layer-btn0{
    border-color: #C3141C !important;
    background-color: #C3141C !important;
    color: #fff;
  }
