@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:"Microsoft YaHei";}
*{padding:0; margin:0; list-style:none;font-family:"Microsoft YaHei";}
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;}
strong{font-weight: bold;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
*:focus { outline: none; }
a{cursor:pointer;}
input,textarea{border:none;outline: none;-webkit-appearance: none;}
input[type=submit],input[type=button]{cursor:pointer;-webkit-appearance: none;box-sizing: border-box;border:none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background:rbga(255,255,255,0) !important;}
      
/* default color */
a{text-decoration:none;}
ul,li{padding:0; margin:0;}
/*-------------------------------
  end: reset */

/*浮动*/
.fl{float:left;}
.fr{float:right;}

/*清除浮动*/
.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: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  src: url("//at.alicdn.com/wf/webfont/PAI1AGVISUCc/RfM0a0hg8ME6.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/PAI1AGVISUCc/reojQdVukZEu.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  src: url("//at.alicdn.com/wf/webfont/PAI1AGVISUCc/XyQlXLbeuQd7.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/PAI1AGVISUCc/1bA4ZeYkTrPQ.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  src: url("//at.alicdn.com/wf/webfont/PAI1AGVISUCc/dVwwqLgo05Hw.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/PAI1AGVISUCc/3igzSzcE3ZeH.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 900;src: url("//at.alicdn.com/wf/webfont/PAI1AGVISUCc/QG9Yihlvwmvk.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/PAI1AGVISUCc/PzxQSv1Y5seq.woff") format("woff");
  font-display: swap;
}


@font-face{
  font-family: 'DingTalk JinBuTi';
  font-weight: 400;
  src: url(../font/DingTalk_JinBuTi.ttf);
  font-display: swap;
}

/*滚动条样式*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: #2A7CFF;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #2A7CFF;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #2A7CFF;
}

.mainbody{background: #000;}
.container{width: 72.9167vw;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;}
.lineThree{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.lineFour{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.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;}
.fcc{display: flex;justify-content: center;align-items: center;}
.fjc{display: flex;justify-content: center;}
.fac{display: flex;align-items: center;}
.fsb{display: flex;justify-content: space-between;}
.fsc{display: flex;justify-content: space-between;align-items: center;}
.abs{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 8;}
.abs-cc{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 10;}
.pic img{display: block;width: 100%;}


/*翻页*/
.page{display: flex;justify-content: center;align-items: center; padding-bottom: 0.8333vw;}
.page a,
.page span{display: flex;align-items: center;justify-content: center;width: 25px;height: 28px;box-sizing: border-box;font-size: 0.9375vw;color: #fff; margin: 0 0.9375vw;transition: .3s linear;position: relative;}
.page .prev,
.page .next{font-size: 0;width: 1.4583vw;height: 1.4583vw;background: url(../images/sw_arrow.png) no-repeat;background-size: cover;opacity: .5;}
.page .next{transform: rotate(180deg);}
.page a::after{content: '';width: 0;height: 2px;background: linear-gradient(90deg, #B2FAD0 0%, #317DFF 100%);position: absolute;left:50%;bottom: -0.8333vw;transform: translateX(-50%);transition: .3s linear;}
.page .prev::after,
.page .next::after{display: none !important;}
.page a.on::after,
.page a:hover::after{width: 100%;}
.page .prev:hover,
.page .next:hover{opacity: 1;}