.headerBox {
  background-color: black;
}
.caseBanner {
  background: #000;
  padding: 9rem 10rem 3.2rem 10rem;
  height: 37rem;
  box-sizing: border-box;
  margin-bottom: 8rem;
}
.caseBanner > div {
  background: url(https://matcloud.oss-cn-zhangjiakou.aliyuncs.com/static/img/caseList/img_bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  height: 33rem;
  padding: 5.9rem 9.65rem;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
.caseBanner > div p {
  font-size: 1.8rem;
  color: #FFFFFF;
}
.caseBanner > div h3 {
  padding-bottom: 0.9rem;
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  color: #FFFFFF;
  border-bottom: 0.2rem solid #fff;
  margin-bottom: 3.1rem;
}
.caseBanner > div span {
  font-size: 1.6rem;
}
.caseBanner > div label {
  position: absolute;
  right: 0;
  bottom: 3.7rem;
  background: rgba(0, 0, 0, 0.39);
  line-height: 3.5rem;
  padding: 0 2.3rem;
  font-size: 1.8rem;
}
.caseList {
  padding: 0 10rem 3rem;
}
.caseList > p {
  font-size: 3rem;
  font-weight: 500;
  color: #333333;
  text-align: center;
  margin-bottom: 3rem;
}
.caseList .nav_list {
  font-size: 0;
  margin-bottom: 3.2rem;
}
.caseList .nav_list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.6rem;
  cursor: pointer;
  padding: 1.2rem 2.5rem;
}
.caseList .nav_list li.active {
  background: #EEEEEE;
}
.caseList .showList {
  font-size: 0;
}
.caseList .showList > a {
  margin-bottom: 4rem;
  display: inline-block;
  vertical-align: middle;
  text-decoration-line: none;
}
.showItm:not(:nth-child(3n)) {
  margin-right: 2rem;
}
.showItm {
  width: 34rem;
  box-sizing: border-box;
}
.showItm:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.showItm .imgBox {
  width: 100%;
  height: 20rem;
}
.showItm .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.showItm .msg {
  background: #F7F7F7;
  padding: 3.2rem 2rem 2.2rem;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
}
.showItm .msg h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 1.6rem;
}
.showItm .msg div {
  font-size: 1.4rem;
  color: #333333;
  line-height: 2.4rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #E1E1E1FF;
}
.showItm .msg div p {
  color: #333333;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 5rem;
}
.showItm .msg span {
  cursor: pointer;
  padding-top: 1.8rem;
  font-size: 1.6rem;
  color: #333333;
  display: inline-block;
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(-2rem);
  }
  /*过渡状态 透明度为0*/
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
  /*结束状态 透明度为1*/
}

.gradually {
  animation: fade-in; /*动画名称*/
  animation-duration: 0.5s; /*动画持续时间*/
  animation-fill-mode: forwards;
  opacity: 0;
}

.graduallyOne {
  animation: fade-in; /*动画名称*/
  animation-duration: 1s; /*动画持续时间*/
  animation-fill-mode: forwards;
  opacity: 0;
}

.gradually1 {
  animation: fade-in; /*动画名称*/
  animation-duration: 1.5s; /*动画持续时间*/
  animation-fill-mode: forwards;
  opacity: 0;
}

.graduallyDelay05 {
  animation-delay: 0.1s;
}

.graduallyDelay10 {
  animation-delay: 0.2s;
}

.graduallyDelay15 {
  animation-delay: 0.3s;
}

.graduallyDelay20 {
  animation-delay: 0.4s;
}

.graduallyDelay25 {
  animation-delay: 0.5s;
}

.animationCase {
  opacity: 0;
}

.fiexRight {
  position: fixed;
  right: -12.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s ease-in;
  z-index: 100;
}

.fiexRight.active {
  right: 0;
}

.fiexRight .top {
  background: #881C19;
  color: #fff;
  padding: 1.5rem 1.5rem 1.8rem;
}

.fiexRight .top h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.6rem;
  border-bottom: 0.1rem dashed #fff;
  margin-bottom: 1.5rem;
}

.fiexRight .top p {
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 3rem;
}

.fiexRight .codeCase {
  background: #0F1725;
  padding: 1.5rem 2rem;
  position: relative;
}

.fiexRight .codeCase .code {
  width: 10rem;
  height: 10rem;
}

.fiexRight .codeCase .iconfont {
  position: absolute;
  left: 0.1rem;
  bottom: 2rem;
  transform: rotate(-180deg);
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
}

.fiexRight.active .iconfont {
  transform: rotate(0deg);
}

.headerBox {
  height: 7rem;
  position: fixed;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@keyframes showOpactiy {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  /*初始状态 透明度为0*/
  50% {
    opacity: 0.5;
  }
  /*过渡状态 透明度为0*/
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
  /*结束状态 透明度为1*/
}

.opnnessAnimation {
  animation: showOpactiy; /*动画名称*/
  animation-duration: 1s; /*动画持续时间*/
  animation-fill-mode: forwards;
}

@keyframes showOpactity1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.opactityAnimation {
  animation: showOpactity1; /*动画名称*/
  animation-duration: 1.5s; /*动画持续时间*/
  animation-fill-mode: forwards;
  opacity: 0;
}

.opactityBottomAnimation {
  animation: OpactityBottom; /*动画名称*/
  animation-duration: 2s; /*动画持续时间*/
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes OpactityBottom {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}

/* 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, menu, nav, output, ruby, section, summary, time, mark, audio, video, input{


} */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote，th, td {
  font-weight: 100;
  margin: 0;
  padding: 0;
  font-family: PingFangSC-Regular, sans-serif;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

capation, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: ' '
}

abbr, acronym {
  border: 0;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f20 {
  font-size: 20px;
}

.fb {
  font-weight: bold;
}

.fn {
  font-weight: normal;
}

.t2 {
  text-indent: 2em;
}

.lh150 {
  line-height: 150%
}

.lh180 {
  line-height: 180%
}

.lh200 {
  line-height: 200%
}

.unl {
  text-decoration: underline;
}

.no_unl {
  text-decoration: none;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.bc {
  margin-left: auto;
  margin-right: auto;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.cb {
  clear: both;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%
}

.Clearfix {
  display: block;
}

.vm {
  vertical-align: center;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.abs-right {
  position: absolute;
  right: 0;
}

.zoom {
  zoom: 1
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.head {
  cursor: pointer;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w200 {
  width: 200px;
}

.w300 {
  width: 300px;
}

.w400 {
  width: 400px;
}

.w500 {
  width: 500px;
}

.w600 {
  width: 600px;
}

.w700 {
  width: 700px;
}

.w800 {
  width: 800px;
}

.w {
  width: 100%
}

.h50 {
  height: 50px;
}

.h80 {
  height: 80px;
}

.h100 {
  height: 100px;
}

.h200 {
  height: 200px;
}

.h {
  height: 100%
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m30 {
  margin: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml50 {
  margin-left: 50px;
}

.ml100 {
  margin-left: 100px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr50 {
  margin-right: 50px;
}

.mr100 {
  margin-right: 100px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p30 {
  padding: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl50 {
  padding-left: 50px;
}

.pl100 {
  padding-left: 100px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr50 {
  padding-right: 50px;
}

.pr100 {
  padding-right: 100px;
}

.cwhite {
  color: #FFFFFF;

}

.c {
  color: #cccccc;
}

.common {
  /*width: calc(100vw - 183px - 183px);*/
  width: 1000px;
  margin: 0 auto;
}

.bg {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bodyColor {
  background-color: rgba(245, 247, 250, 1)
}

.backTB {
  background: #3D7EFF
}

@font-face {
  font-family: "iconfont"; /* Project id 3205638 */
  src: url('//at.alicdn.com/t/c/font_3205638_f7pohxly7ig.woff2?t=1672996169949') format('woff2'),
  url('//at.alicdn.com/t/c/font_3205638_f7pohxly7ig.woff?t=1672996169949') format('woff'),
  url('//at.alicdn.com/t/c/font_3205638_f7pohxly7ig.ttf?t=1672996169949') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-duihao-2:before {
  content: "\e69b";
}

.icon-bianji:before {
  content: "\e698";
}

.icon-Icon-zhibozhong:before {
  content: "\e699";
}

.icon--shuju-2:before {
  content: "\e69a";
}

.icon-dianhua1:before {
  content: "\e68c";
}

.icon-yunhang-2:before {
  content: "\e68d";
}

.icon-erweima-2:before {
  content: "\e68e";
}

.icon-xiangmu:before {
  content: "\e68f";
}

.icon-qiejutang3:before {
  content: "\e690";
}

.icon-htmal5icon31:before {
  content: "\e691";
}

.icon-qiejutang6:before {
  content: "\e692";
}

.icon-qiejutang5:before {
  content: "\e693";
}

.icon-qiejutang4:before {
  content: "\e694";
}

.icon-bijiben:before {
  content: "\e695";
}

.icon-qiejutang2:before {
  content: "\e696";
}

.icon-qiejutang1:before {
  content: "\e697";
}

.icon-tiwen-2:before {
  content: "\e61e";
}

.icon-wendang:before {
  content: "\e615";
}

.icon-aboutUs:before {
  content: "\e616";
}

.icon-guanyuwomen-02:before {
  content: "\e68b";
}

.icon-guanbi:before {
  content: "\eaf2";
}

.icon-juece:before {
  content: "\e610";
}

.icon-keji-01:before {
  content: "\e611";
}

.icon-tubiao:before {
  content: "\e612";
}

.icon-gaoxiao:before {
  content: "\e613";
}

.icon-a-2_zhiguanfankuixinxi:before {
  content: "\e614";
}

.icon-gongzuoneirong:before {
  content: "\e605";
}

.icon-dingwei:before {
  content: "\e60d";
}

.icon-mulu:before {
  content: "\e60e";
}

.icon-a-xingzhuang2:before {
  content: "\e60f";
}

.icon-xiangmuxuqiu:before {
  content: "\e68a";
}

.icon-shuju1:before {
  content: "\e603";
}

.icon-a-shujuanquan1:before {
  content: "\e601";
}

.icon-cucun:before {
  content: "\e641";
}

.icon-fenxiang:before {
  content: "\e636";
}

.icon-diannao2:before {
  content: "\e63e";
}

.icon-yun:before {
  content: "\e63f";
}

.icon-jiegou:before {
  content: "\e640";
}

.icon-xiangyoujiantou:before {
  content: "\e684";
}

.icon-xiangzuojiantou:before {
  content: "\e685";
}

.icon-youjiantou:before {
  content: "\e600";
}

.icon-duibi-2:before {
  content: "\e639";
}

.icon-shuju-17:before {
  content: "\e63d";
}

.icon-liebiao-2:before {
  content: "\e63c";
}

.icon-a-shujukeshihua21x-2:before {
  content: "\e63b";
}

.icon-jiegou-71:before {
  content: "\e63a";
}

.icon-shuju-61:before {
  content: "\e637";
}

.icon-cunchu-3:before {
  content: "\e638";
}

.icon-shenjing:before {
  content: "\e632";
}

.icon-hulianwangfuwu-3:before {
  content: "\e635";
}

.icon-yiyong:before {
  content: "\e606";
}

.icon-guifan1:before {
  content: "\e607";
}

.icon-i-shuimianxiaoshuai1:before {
  content: "\e60a";
}

.icon-zichan1:before {
  content: "\e60b";
}

.icon-shujucaiji1:before {
  content: "\e60c";
}

.icon-ren:before {
  content: "\e62e";
}

.icon-ziliao:before {
  content: "\e62f";
}

.icon-shijian:before {
  content: "\e630";
}

.icon-bofang:before {
  content: "\e62d";
}

.icon-zhiding:before {
  content: "\e62c";
}

.icon-shuju:before {
  content: "\e629";
}

.icon-xietong2:before {
  content: "\e62b";
}

.icon-shujua:before {
  content: "\e626";
}

.icon-dunpai:before {
  content: "\e627";
}

.icon-weixiu:before {
  content: "\e625";
}

.icon-pinpaix:before {
  content: "\e623";
}

.icon-xinxin:before {
  content: "\e624";
}

.icon-shijian-xianxing:before {
  content: "\e8c4";
}

.icon-guanbi2:before {
  content: "\e725";
}

.icon-hezuo1:before {
  content: "\e622";
}

.icon-dianhua:before {
  content: "\e61f";
}

.icon-gongsi:before {
  content: "\e620";
}

.icon-xinwen:before {
  content: "\e621";
}

.icon-shouqianzixun-2:before {
  content: "\e61b";
}

.icon-shouqianzixun:before {
  content: "\e61c";
}

.icon-shouqianzixun-3:before {
  content: "\e61d";
}

.icon-weixiu-2:before {
  content: "\e61a";
}

.icon-kefu-3:before {
  content: "\e619";
}

.icon-weibiaoti-5:before {
  content: "\e67d";
}

.icon-weibiaoti-4:before {
  content: "\e683";
}

.icon-weibiaoti-3:before {
  content: "\e686";
}

.icon-weibiaoti-2:before {
  content: "\e687";
}

.icon-weibiaoti-7:before {
  content: "\e688";
}

.icon-weibiaoti-8:before {
  content: "\e689";
}

.icon-nongyezhineng-2:before {
  content: "\e617";
}

.icon-icon_huabanfuben-2:before {
  content: "\e618";
}

.icon-shuzihua-32:before {
  content: "\e609";
}

.icon-shujuku-02-2:before {
  content: "\e608";
}

.icon-a-bianzu393x:before {
  content: "\e670";
}

.icon-saas:before {
  content: "\e67b";
}

.icon-shuzihua-1:before {
  content: "\e67c";
}

.icon-shuzihua-5:before {
  content: "\e67e";
}

.icon-shuzihua1:before {
  content: "\e67f";
}

.icon-duolingyu:before {
  content: "\e680";
}

.icon-shuzihua-41:before {
  content: "\e681";
}

.icon-xiaolu:before {
  content: "\e682";
}

.icon-diannao1:before {
  content: "\e604";
}

.icon-guanbi-4:before {
  content: "\e602";
}

.icon-fanhui-4:before {
  content: "\e662";
}

.icon-arrow-b_fill-4:before {
  content: "\e678";
}

.icon-guanliyuan:before {
  content: "\e679";
}

.icon-gongzuoliu-5:before {
  content: "\e67a";
}

.icon-diannao:before {
  content: "\e655";
}

.icon-dianzixinxi-2:before {
  content: "\e656";
}

.icon-fankuiyijianfankui-xianxing:before {
  content: "\e657";
}

.icon-huaxuehuagong:before {
  content: "\e659";
}

.icon-gongsijieshao-01:before {
  content: "\e65a";
}

.icon-jiaoxuejiaoyu:before {
  content: "\e65b";
}

.icon-jiaoyupeixun-2:before {
  content: "\e65c";
}

.icon-feiji-2:before {
  content: "\e65d";
}

.icon-jiang-4:before {
  content: "\e65e";
}

.icon-anniu-jiantouxiangyou_o-3:before {
  content: "\e65f";
}

.icon-anniu_jiantouxiangzuo_o-3:before {
  content: "\e660";
}

.icon-jijiushouce-2:before {
  content: "\e661";
}

.icon-dianchi-mandian:before {
  content: "\e663";
}

.icon-guanxishujukudefuben:before {
  content: "\e664";
}

.icon-rengongzhinengdanao:before {
  content: "\e665";
}

.icon-moni:before {
  content: "\e666";
}

.icon-shuzihua-4:before {
  content: "\e667";
}

.icon-xinnengyuan:before {
  content: "\e668";
}

.icon-jiaruwomen-2:before {
  content: "\e669";
}

.icon-data3-3:before {
  content: "\e66a";
}

.icon-shuzihuaguanli:before {
  content: "\e66b";
}

.icon-shiyan:before {
  content: "\e66c";
}

.icon-shuzihua-3:before {
  content: "\e66d";
}

.icon-wode-lianxiwomen:before {
  content: "\e66e";
}

.icon-shuju-6:before {
  content: "\e66f";
}

.icon-shuzihua:before {
  content: "\e671";
}

.icon-xinwenzhongxin:before {
  content: "\e672";
}

.icon-a-19jianzhucailiao:before {
  content: "\e673";
}

.icon-jijiushouce:before {
  content: "\e674";
}

.icon-shiyanhuaxue:before {
  content: "\e675";
}

.icon-zhadan-2:before {
  content: "\e676";
}

.icon-dianli:before {
  content: "\e677";
}

.header {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5.2rem;
  position: relative;
  z-index: 10;
}
.header img {
  width: 14rem;
  height: 3.4rem;
  margin-right: 3.8rem;
  cursor: pointer;
  margin-top: 1.9rem;
}
.header > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}
.header > ul > li:not(:last-child) {
  margin-right: 1.1rem;
}
.header > ul > li {
  cursor: pointer;
  font-size: 1.6rem;
  color: #fff;
  line-height: 3.5rem;
  position: relative;
  padding: 1.7rem 0;
}
.header > ul > li i {
  font-style: normal;
}
.header > ul > li span {
  font-size: 1.3rem;
  display: inline-block;
}
.header > ul > li a {
  color: #FFFFFF;
  text-decoration: none;
}
.header > ul > li .text.active {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(165, 9, 11, 0.7));
}
.header > ul > li:nth-child(1):hover:after {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 10;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid #fff;
}
.header > ul > li:nth-child(4):hover:after {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 10;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid #fff;
}
.header > ul > li:nth-child(5):hover:after {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 10;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-bottom: 1.5rem solid #fff;
}
.header .expand:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15%;
  top: -1.5rem;
  z-index: 0;
  left: 0;
}
.header .expand {
  top: 6.5rem;
  position: absolute;
  left: 0;
  background: #fff;
  color: #000;
  z-index: 100;
  padding: 2.6rem 0;
  display: flex;
}
.header .expand > div {
  padding: 0 3rem;
}
.header .expand > div > p {
  color: #000000;
  margin-top: 0;
  font-size: 1.6rem;
  white-space: nowrap;
  padding: 0 1.4rem;
  font-weight: 600;
}
.header .expand > div > p .iconfont {
  font-size: 1.9rem;
  margin-right: 0.8rem;
}
.header .expand > div li {
  padding: 0 1.4rem;
  font-size: 1.4rem;
  line-height: 4rem;
  white-space: nowrap;
  color: #333333;
}
.header .expand > div li .iconfont {
  font-size: 1.7rem;
  margin-right: 0.8rem;
}
.header .expand > div li.active {
  background: #F0F0F0;
}
.header .expand > div li:hover {
  background: #F0F0F0;
}
.header .expand > div:not(:last-child) {
  border-right: 0.1rem solid #E0E0E0;
}
.header .witch_type {
  float: right;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
  padding: 1.7rem 0;
  white-space: nowrap;
}
.header .witch_type i {
  font-style: normal;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 3.5rem;
}
.header .witch_type i:hover {
  text-decoration: underline;
}
.header .witch_type span {
  width: 1px;
  height: 1.6rem;
  display: block;
  margin: 1rem 1rem 0;
  background: #fff;
}
.header .user_info {
  float: right;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
}
.header .user_info img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
  cursor: pointer;
}
.header .user_info span {
  font-style: normal;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 1.9rem;
  width: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.header .into {
  cursor: pointer;
  width: 10.5rem;
  margin-top: 1.9rem;
  line-height: 3rem;
  color: #fff;
  font-size: 1.4rem;
  background: #7a0c12;
  border-radius: 0.1rem;
  display: inline-block;
  text-align: center;
}
.header .close {
  position: absolute;
  color: #fff;
  font-size: 1.9rem;
  top: 50%;
  right: 2.6rem;
  cursor: pointer;
  transform: translateY(-50%);
}
.header.active {
  background: url(assets/ec9_bg_index.png) center center no-repeat;
  background-size: cover;
}

.up {
  position: fixed;
  right: 0;
  bottom: 5rem;
  z-index: 1000;
  padding: 0.5rem 1rem;
  background: #771017;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.up i {
  font-size: 1.9rem;
}

#toast .connect_toast {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1200;
}
#toast .connect_toast .content_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 5rem 10.5rem 4.3rem 8.2rem;
  box-sizing: border-box;
}
#toast .connect_toast .content_box .content {
  position: relative;
}
#toast .connect_toast .content_box .content .icon-guanbi2 {
  font-size: 2.9rem;
  position: absolute;
  top: -3rem;
  right: -7rem;
  color: #BBBBBB;
  z-index: 1000;
  cursor: pointer;
}
#toast .connect_toast .content_box .content p {
  margin-right: 1.7rem;
  font-size: 2rem;
  font-weight: 400;
  color: #000000;
  text-align: right;
}
#toast .connect_toast .content_box .content #form_submit {
  margin-top: 3.8rem;
}
#toast .connect_toast .content_box .content #form_submit .input_box {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
}
#toast .connect_toast .content_box .content #form_submit .input_box .error {
  height: 2rem;
  color: #910912;
}
#toast .connect_toast .content_box .content #form_submit .input_box .title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000000;
  width: 6.5rem;
  position: relative;
}
#toast .connect_toast .content_box .content #form_submit .input_box .title::before {
  content: '*';
  color: #EC0000;
  position: absolute;
  left: -1.1rem;
  top: 0.3rem;
  vertical-align: middle;
}
#toast .connect_toast .content_box .content #form_submit .input_box span {
  margin-right: 2.1rem;
}
#toast .connect_toast .content_box .content #form_submit .input_box input,
#toast .connect_toast .content_box .content #form_submit .input_box select {
  padding: 0 2rem;
  border-color: #D1D1D1;
  width: 39rem;
  height: 4.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000000;
}
#toast .connect_toast .content_box .content #form_submit .desc {
  display: flex;
  text-align: center;
  width: 33rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #999999;
  margin: 4rem 0;
  margin-left: 10rem;
}
#toast .connect_toast .content_box .content #form_submit .selcet_box {
  position: relative;
}
#toast .connect_toast .content_box .content #form_submit .selcet_box i {
  position: absolute;
  font-size: 1.5rem;
  top: 1rem;
  right: 1.2rem;
  color: #BBBBBB;
}
#toast .connect_toast .content_box .content #form_submit .selcet_box .expand2 {
  padding: 0.8rem 0;
  position: absolute;
  top: 4.2rem;
  right: 0;
  width: 39rem;
  height: 13.1rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 1rem 0rem rgba(202, 202, 202, 0.76);
}
#toast .connect_toast .content_box .content #form_submit .selcet_box .expand2 li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  height: 4rem;
  line-height: 4rem;
  background-color: #FFFFFF;
  padding-left: 1.9rem;
}
#toast .connect_toast .content_box .content #form_submit .selcet_box .expand2 li:hover {
  background-color: #F6F6F6;
}
#toast .connect_toast .content_box .content #form_submit .selcet_box .rotate {
  transform: rotate(-180deg);
  transition: all 0.4s;
}
#toast .connect_toast .content_box .content #form_submit input::placeholder,
#toast .connect_toast .content_box .content #form_submit textarea::placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  color: #999999;
}
#toast .connect_toast .content_box .content #form_submit textarea {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000000;
  resize: none;
  width: 39rem;
  height: 14.2rem;
  background: #F2F2F2;
  border: none;
  outline: none;
  padding: 2rem;
  margin-left: auto;
}
#toast .connect_toast .content_box .content #form_submit .footer {
  display: flex;
  justify-content: flex-end;
}
#toast .connect_toast .content_box .content #form_submit .footer div {
  width: 14rem;
  height: 4.8rem;
  line-height: 4.8rem;
  color: #666666;
  border: 0.1rem solid #A9A9A9;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  cursor: pointer;
  border-radius: 0.5rem;
}
#toast .connect_toast .content_box .content #form_submit .footer div:first-child {
  background: #910912;
  color: #FFFFFF;
}
#toast .connect_toast .content_box .content #form_submit .footer div:last-child {
  margin-left: 11rem;
}

div.zxf_pagediv{
	text-align: center;
	color: #999999;
	padding: 0px 0px 3rem 0;
}
div.zxf_pagediv a{
	text-decoration: none;
	
}
div.zxf_pagediv span,div.zxf_pagediv a{
	display: inline-block;
	box-sizing: border-box;
}
.current{
	color: #BE0000;
	line-height:  3.56rem;
	border-radius: 2px;
	width:  3.56rem;
	border: 1px solid #BE0000;
}
.zxfPagenum{
	color: #666;
	background: #fff;
	width:  3.56rem;
	height:  3.56rem;
	line-height:  3.56rem;
	margin: 0 5px;
	border-radius: 3px;
}
.nextpage{

	margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
	color: #666;
	background: #fff;
	width: 88px;
	height:  3.56rem;
	line-height:  3.56rem;
	border-radius: 3px;
}
.zxfinput{
	width: 50px;
	height: 42px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	margin: 0 12px;
	border-radius: 3px;
	color: #666;
}
.zxfokbtn{
	width: 48px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #E6E6E6;
	margin-left: 10px;
	cursor:pointer;
	border-radius: 3px;
	background: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

