html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font-family: "Microsoft Yahei";
  line-height: 1;
  margin: 0;
  height: 100%;
}
html{
  height: 100%;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  text-decoration: none;
}
input[type=checkbox], input[type=password], input[type=radio], input[type=text], textarea{
  box-sizing: border-box;
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  color: #cccccc
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #cccccc
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #cccccc
}

.nicescroll-cursors:hover{
  background-color: #8b93a3!important;
}
[v-cloak] {
  display: none!important;
}
@font-face {
  font-family: 'iconfont';  /* project id 1007203 */
  src: url('https://at.alicdn.com/t/font_1007203_rry41qpprdf.eot');
  src: url('https://at.alicdn.com/t/font_1007203_rry41qpprdf.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1007203_rry41qpprdf.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1007203_rry41qpprdf.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1007203_rry41qpprdf.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1007203_rry41qpprdf.svg#iconfont') format('svg');
}
.iconfont {
    font-family: 'iconfont';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    color: #999;
}
.clearfix {
    *zoom: 1; 
}
.w1200{
  width: 1200px;
  margin: 0 auto;
}
/*iscroll滚动条*/
.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 10px;
  bottom: 0;
  top: 30px;
  right: 0;
  overflow: hidden;
}
.iScrollIndicator {
  position: absolute;
  border-radius: 8px;
}
.iScrollVerticalScrollbar .iScrollIndicator {
  width: 100%;
  background: -ms-linear-gradient(top, #707178 0%,#87888d 100%);
  background: linear-gradient(to bottom,  #707178 0%,#87888d 100%);
}
/*滚动条*/
/*高宽分别对应横竖滚动条的尺寸*/
.ui-select-option::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ui-select-option::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.2);
}
.ui-select-option::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: rgba(0,0,0,0.1);
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table; 
}
.clearfix:after {
    clear: both; 
}
.color1{
  color: #ff3217 !important;
}
.color2{
  color: #2881e6 !important;
}
.color3{
  color: #333333 !important;
}
.color4{
  color: #3c3c3c !important;
}
.color5{
  color: #757575 !important;
}
.color6{
  color: #9c9c9c !important;
}
.color7{
  color: #ff4b5a !important;
}
.color8{
  color: #999999 !important;
}
.color9{
  color: #999999 !important;
}
.color10{
  color: #666666 !important;
}
.color11{
  color: #e0461d !important;
}
.color12{
  color: #347af3 !important;
}
.color13{
  color: #f44500 !important;
}

.fbold{
  font-weight:bold;
}
.fonts12{
   font-size: 12px !important;
}
.fonts14{
 font-size: 14px !important;
}
.fonts16{
 font-size: 16px;
}
.fonts18{
 font-size: 18px;
}
.fonts20{
 font-size: 20px !important;
}
.fonts24{
 font-size: 24px;
}

.fonts40{
 font-size: 40px;
}
.wauto{
  width: auto;
}
.mt5{
  margin-top: 5px !important;
}
.mt8{
  margin-top: 8px !important;
}
.mt15{
  margin-top: 15px !important;
  line-height: 15px;
}
.mt20{  
  margin-top: 20px!important;
}
.mt25{  
  margin-top: 25px!important;
}
.mt50{
  margin-top: 50px !important;
}
.ml0{
  margin-left: 0px !important;
}
.ml28{
  margin-left: 28px !important;
}
.ml10{
  margin-left: 10px;
}
.ml20{
  margin-left: 20px;
}

.ml15{
  margin-left: 15px;
}
.mr10{
  margin-right: 10px;
}
.ml50{
  margin-left: 50px;
}
.mr5{
  margin-right: 5px;
}
.mr20{
  margin-right: 20px;
}
.mr30{
  margin-right: 30px;
}
.mb5{
  margin-bottom: 5px !important;
}
.mb10{
  margin-bottom: 10px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb0{
  margin-bottom: 0px !important;
}
.mb15{
  margin-bottom: 15px !important;
}
.pl0{
  padding-left: 0px !important;
}
.pl20{
  padding-left: 20px;
}
.pl40{
  padding-left: 40px !important;
}
.pl30{
  padding-left: 30px;
}
.pr20{
  padding-right: 20px;
}
.pr30{
  padding-right: 30px;
}
.pb25{
  padding-bottom: 25px !important;
}
.pb15{
  padding-bottom: 15px !important;
}
.pb0{
  padding-bottom: 0px !important;
}
.pt0{
  padding-top: 0px !important;
}
.verATop{
  vertical-align: top;
}
.alignC{
  text-align: center !important;
}
.alignL{
  text-align: left !important;
}
.mz_pagination {
  height: 60px;
  background: #ffffff;
  text-align: center;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0; 
}
.mz_pagination .layui-laypage {
  margin-top: 12px; 
}
.mz_pagination .layui-laypage a, .mz_pagination .layui-laypage span {
  display: inline-block;
  width: 34px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0 -1px -1px 0;
  color: #333333;
  font-size: 12px;
  border-radius: 5px;
   }
.mz_pagination .layui-laypage .layui-laypage-curr {
  background: #ff8529;
  border: 1px solid #ff8529;
  color: #fff; 
}
.alignL{
  text-align: left;
}