@charset "utf-8";
/* CSS Document */
/* KISSY CSS Reset */
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,span,i,ul,a,em,img,textarea,select{margin:0;padding:0;font-family:Times New Roman,"微软雅黑",sans-serif;}
*{padding:0; margin:0; list-style:none;font-family:Times New Roman,"微软雅黑",sans-serif;}
body,button,input,select,textarea {font-size:12px;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {font-size:100%;}
label,input,select {vertical-align:middle;}
address,cite,em {font-style:normal;}
fieldset{cursor:pointer;}
img{border:none;}
ul,ol {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
sub {vertical-align:text-bottom;}
sup {position:relative;top:-1px;left:2px;font:11px/normal tahoma;vertical-align:text-top;}
small {font-size:12px;}
legend {color:#333;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
*:focus { outline: none; }
a{cursor:pointer;}
input[type=submit],input[type=button]{cursor:pointer;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background:rbga(255,255,255,0) !important;}
      
/* default color */
a{text-decoration:none;blr:expression(this.onFocus=this.blur());}
ul,li{padding:0; margin:0;}
/*-------------------------------
  end: reset */

/*清除浮动*/
.clearfix:before,.clearfix:after{content:"."; display:block; visibility:hidden; height:0; line-height:0; font-size:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both; height:0;overflow:hidden;}

/*自定义字体*/
@font-face {
  font-family: syzt;
  src: url('../font/SourceHanSansCN-Regular.otf');
}
@font-face {
  font-family: syzt;
  src: url('../font/SourceHanSansCN-Light.otf');
  font-weight: 200;
}
@font-face {
  font-family: syzt;
  src: url('../font/SourceHanSansCN-Bold.otf');
  font-weight: bold;
}

/*浮动*/
.fl{float:left;}
.fr{float:right;}
.mainbody{margin: 0 auto;overflow: hidden;}
.container{width: 1400px;;margin:0 auto;}
i{display:inline-block;*display:inline;*zoom:1;font-style:normal;}
.imgBg{background-repeat:no-repeat;background-position:center center;background-size:cover;}
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.lineTwo{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.motion{transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.msg-pop-main{background:rgba(0,0,0,0.5);max-width:250px;position:fixed;left:50%;top:50%;z-index:10000;display:none;border-radius:3px;font-size:12px;}
.msg-pop-main p{padding:10px;line-height:24px;font-size:14px;color:#fff;}
.xs-show{display: none !important;}
.xs-hidden{display:block !important;}
.must{color: #E60012 !important;}

/*翻页*/
.page{display: flex;justify-content: center;}
.page a{display: block;width: 38px;height: 38px;text-align: center;float: left;font-size: 14px;color: #888;line-height: 38px;border:1px solid #d9d9d9;margin:0 5px;background: #fff;border-radius: 2px;}
.page span{display: block;font-size: 14px;color: #666;line-height: 38px;margin: 0 5px;}
.page a.prev{margin: 0 15px 0 0;width: 68px;}
.page a.next{width: 68px;}
.page .text{display: block;width: 38px;height: 38px;border:1px solid #d9d9d9;margin: 0 5px;font-size: 14px;color: #888;border-radius: 2px;text-align: center;}
.page .btn{display: block;width: 68px;height: 38px;border:1px solid #d9d9d9;font-size: 14px;color: #666;border-radius: 2px;margin-left: 5px;background: #fff;}
.page a:hover,
.page a.on,
.page .btn:hover{background-color: #21ade5;border-color: #21ade5;color: #fff;}

@media screen and (max-width: 750px) {
  .xs-show{display: block !important;}
  .xs-hidden{display:none !important;}
}
