/* ä¸šåŠ¡-é¢å‘ç”¨æˆ· */
.brief .mod-section-ad h2{
  color: #fff;
}
.brief .mod-section-ad .desc{
  color: #fff;
}

.brief .mod-tab li a{
  height: 53px;
  line-height: 53px;
  padding: 0;
  font-size: 16px;
}
.brief-text-box{
  width: 100%;
  margin-top: 52px;
  text-align: center;
  position: relative;
}
.brief-text-box h4{
  font-size: 20px;
  color: #2A2E2E;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  margin-bottom: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
}
.brief-text-box .desc{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  text-align: center;
  line-height: 25px;
  width: 918px;
  margin: 0 auto 16px auto;
}
.brief-text-box .more-awant-icon{
  width: 16px;
  height: 8px;
  background: url(../img/brief/more-awant-icon.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0px);
  -webkit-transform: translate(-50%,0px);
  -moz-transform: translate(-50%,0px);
  -ms-transform: translate(-50%,0px);
  -o-transform: translate(-50%,0px);
  animation: a_arrow_d 2s linear both infinite;
  display: none;
}

@keyframes a_arrow_d {
  0%{ -webkit-transform: translate(-50%,0px);}
  50%{ -webkit-transform: translate(-50%,10px);}
  100%{ -webkit-transform: translate(-50%,0px);}
}

.mission{
  background: #FBFBFB;
  height: 312px;
  width: 100%;
  position: relative;
  margin-top: 96px;
  padding: 60px 96px;
  box-sizing: border-box;
}
.mission .text-bg{
  width: 824px;
  position: absolute;
  left: 82px;
  bottom: 0;
}
.mission .l-mess{
  float: left;
}
.mission .l-mess .label{
  font-size: 30px;
  color: #2A2E2E;
  letter-spacing: 0;
  font-family: 'TencentSansw7';
}
.mission .r-mess{
  float: right;
  width: 390px;
  height: 190px;
  position: relative;
}
.mission .r-mess:before{
  content: ' ';
  width: 1px;
  position: absolute;
  left: -60px;
  top: 0;
  display: block;
  bottom: 0;
  background: #D8D9DC;
}
.mission .r-mess .label{
  font-size: 20px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 36px;
}
.mission .r-mess .desc{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 16px;
}
.mission .line{
  width: 1px;
  height: 189px;
  background: #D8D9DC;
  position: absolute;
  left: 55.24%;
  top: 67px;
  display: none;
}

.framework-wrap{
  background: #FBFBFB;
  margin-top: 20px;
  padding: 80px 0;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}
.framework-box{
  width: 100%;
  margin-top: 38px;
  text-align: center;
}
.framework-box .compy{
  text-align: center;
  margin-top: 12px;
  position: relative;
  margin-bottom: 64px;
}
.framework-box .compy:after{
  content: ' ';
  height: 26px;
  width: 2px;
  background: #D8D9DC;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.framework-box .compy img{
  width: 183px;
}
.framework-box .list-ul{
  width: 100%;
  position: relative;
}
.framework-box .list-ul:before{
  content: ' ';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  width: 83.86%;
  top: -26px;
  height: 2px;
  background: #D8D9DC;
  display: block;
}
.framework-box .list-ul .first{
  margin-left: 0;
}
.framework-box .list-ul .li{
  width: 16.25%;
  background: #F2F3F5;
  padding: 32px  10px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  margin-left: 0.5%;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 1s linear;
}
.framework-box .list-ul .li:first-child{
  margin-left: 0;
}
.framework-box .list-ul .li:before{
  content: ' ';
  height: 26px;
  width: 2px;
  background: #D8D9DC;
  position: absolute;
  top: -26px;
}
.framework-box .list-ul .li .label{
  font-size: 30px;
  color: #0052D9;
  letter-spacing: 0;
  font-family: 'TencentSansw7';
}
.framework-box .list-ul .li .val{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
}
.en-us .framework-box .list-ul .li .val span{
  display: block;
}
.framework-box .list-ul .active-li{
  background: #fff;
}
.framework-box .list-ul .active-li .san{
  display: block;
}

.framework-box .li-mess-box{
  width: 100%;
  margin-top: 228px;
  background: #fff;
  position: relative;
}
.framework-box .li-mess-box .mess-text{
  padding: 32px 42px;
  display: none;
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
  opacity: 0;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 1s linear;
}
.framework-box .li-mess-box .active-mess{
  opacity: 1;
  display: block;
}
.framework-box .san{
  width: 48px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  bottom: -49px;
  display: none;
}

.team-box{
  margin-top: 48px;
}
.team-box .row{
  width: 100%;
  overflow: hidden;
  word-spacing: normal;
}
.team-box .li{
  width: 25%;
  float: left;
  height: 260px;
  padding-left: 32px;
  box-sizing: border-box;
  position: relative;
  background: #FBFBFB;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
}
.team-box .li:hover{
  background: #F2F3F5;
}
.team-box .li .pic{
  position: absolute;
  right: 0;
  top: 0;
}
.team-box .li .pic img{
  width: 120px;
  height: 120px;
}
.team-box .li .pic .block{
  width: 28px;
  height: 28px;
  background-color: #0052d9;
  position: absolute;
  left: -14px;
  bottom: -14px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.team-box .li:hover .pic .block{
  left: 0px;
  bottom: 0px;
}
.team-box .li .mess{
  float: left;
  margin-top: 105px;
  width: 100%;
}
.team-box .li .t-mess{
  margin-top: 75px;
}
.team-box .li .m-mess{
  margin-top: 45px;
}
.team-box .li .label{
  font-size: 20px;
  line-height: 30px;
  color: #0052d9;
  margin-bottom: 10px;
}
.team-box .li .job-mess{
  float: left;
  min-width: 160px;
}
.team-box .li .job-mess p{
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  color: #5f6464;
}
.team-box .title-l{
  font-size: 24px;
  line-height: 43px;
  color: #2a2e2e;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 35px;
  width: 100%;
  float: left;
}

.culture-wrap {
  background: #FBFBFB;
  padding-left: 100px;
  box-sizing: border-box;
}
.culture-box{
  width: 100%;
  overflow: hidden;
}
.culture-box .t-box{
  width: 100%;
  overflow: hidden;
  min-height: 610px;
}
.culture-box .t-box .pic{
  float: right;
  width: 60.2%;
  min-height: 610px;
  padding-left: 1%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.culture-box .t-box .mess-box{
  width: 39.23%;
  float: left;
  margin-top: 56px;
}
.culture-box .t-box .pic img{
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
}
.culture-box .b-box{
  width: 100%;
  overflow: hidden;
}
.culture-box .t-box h3{
  margin-bottom: 40px;
}
.culture-box .item-title{
  font-size: 20px;
  color: #0052D9;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 8px;
  font-weight: 400;
}
.culture-box .t-box .desc-text{
  font-size: 16px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 29px;
  width: 85%;
}
.culture-box .t-box .min-desc-text{
  text-align: left;
}
.culture-box .t-box ul{
  margin-top: 15px;
  margin-bottom: 57px;
}
.culture-box .t-box ul li{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
}
.culture-box .t-box ul li i{
  font-style: normal;
  margin-right: 13px;
}
.culture-box .b-box{
  padding-top: 0px;
}
.culture-box .boxx{
  width: 100%;
}
.culture-box .boxx .x-item{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.culture-box .boxx .x-item:last-child{
  margin-bottom: 0;
}
.culture-box .boxx .x-item h5{
  font-size: 24px;
  color: #2A2E2E;
  letter-spacing: 0;
  font-family: 'TencentSansw7';
  margin-bottom: 6px;
  font-weight: 400;
}
.culture-box .boxx .x-item .p{
  font-size: 16px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 29px;
}

.address-pic{
  width: 986px;
  margin: auto;
  position: relative;
}
.address-pic .bg{
  width: 986px;
  margin: 0 auto;
}
.address-pic .mark{
  width: 555px;
  position: absolute;
  left: 74px;
  top: 122px;
}

.address-box .address-tab{
  width: 100%;
  margin-top: 15px;
}
.address-box .address-tab .labels{
  font-size: 14px;
  line-height: 25px;
  color: #5f6464;
  padding:0 80px;
  padding-bottom: 25px;
  border-bottom: 2px solid #f2f3f5;
  position: relative;
}

.address-box .address-tab .tab-ul-box{
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.address-box .address-tab .tab-ul-box .mc-right{
  width: 143px;
  height: 47px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.address-box .address-tab .tab-ul-box .mc-left{
  width: 143px;
  height: 47px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  display: none;
}

.address-box .address-tab .tab-ul-box .mc-right img,.address-box .address-tab .tab-ul-box .mc-left img{
  width: 100%;
}

.address-box .address-tab .tab-ul{
  padding: 0 80px;
  width: 1200px;
  box-sizing: border-box;
  min-height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: left 0.4s linear;
  -ms-transition: left 0.4s linear;
  -o-transition: left 0.4s linear;
  -moz-transition: left 0.4s linear;
  -webkit-transition: left 0.4s linear;
}
.address-box .address-tab .tab-ul li{
  float: left;
  margin-right: 60px;
  margin-top: 8px;
  position: relative;
}
.en-us .address-box .address-tab .tab-ul li{
  margin-right: 32px;
}
.address-box .address-tab .tab-ul li .label{
  font-size: 16px;
  line-height: 29px;
  text-align: right;
  color: #2a2e2e;
  position: relative;
  cursor: pointer;
}
.address-box .address-tab .tab-ul .active-li .label:after{
  content: ' ';
  width: 100%;
  height: 4px;
  background: #0052d9;
  position: absolute;
  left: 0;
  top: -10px;
}
.address-box .address-tab .tab-ul .li-9{
  margin-right: 0;
}
.address-box .address-tab .tab-ul .active-li .box{
  display: block;
}
.address-box .address-tab .tab-ul .box{
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 300px;
}


.address-box .address-tab .tab-ul .box p{
  font-size: 14px;
  line-height: 25px;
  color: #5f6464;
}


.both{ clear: both;}
.history-header{ height: 384px; background-size: cover; background-image: url('../img/brief/banner.jpg'); background-position: center; color: #fff;}
.history-header h2{ text-align: center; font-size: 30px; line-height: 45px; padding-top: 150px; font-family: 'TencentSansw7';}

.progress-bar{ width: 530px; margin: auto; padding-top: 70px;}
.progress-bar .node{ width:24px ; height: 24px;  float: left; position: relative; border-radius: 50%; background:rgba(255,255,255,0.5);cursor: pointer;}
.progress-bar .node .txt{ position: absolute; font-size: 16px; top: -30px; width: 200px; text-align: center; left: 50%;  margin-left: -100px;}
.progress-bar .node .core{ width:18px; height: 18px; position: absolute; top:3px;  left:3px;  border-radius: 50%; }
.progress-bar .node.active .core{  background: #fff;}
.progress-bar .line{ float: left; height: 2px;  background:rgba(255,255,255,0.5); width:100px; margin-top: 11px;}


.history-content{ height: 413px; background: #FBFBFB ; color: #5F6464; overflow: hidden;}
.en-us .history-content{
  height: 620px;
}
.history-main{ width: 10000px; position: absolute;}
.history-main-box{ width: 384px; float: left; margin-right: 25px;}
.history-title{ font-size: 24px; padding-top: 40px; line-height: 36px; font-family: 'TencentSansw7'; padding-bottom: 8px; border-bottom:1px solid #D8D9DC; margin-bottom: 18px;color: #2A2E2E;}
.history-main-box .li{ line-height: 25px; margin-bottom: 18px; font-size: 14px;}
.history-main-box .li .left{ float: left; width: 40px; padding-right: 10px;  text-align: right;}
.history-main-box .li .right{ width: 320px; float: left;}

.history-content .mod-con{ position: relative;}

.clearfix-mission{ display: none;}

.history-button{ display: none;}

.address-wrap-wrap .mod-m-title{ padding-top: 40px; padding-bottom: 30px; }
.business-architecture{ display:none;}

.team-pop{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.team-pop .pop-bg{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}
.team-pop .pop-box{
  width: 782px;
  min-height: 520px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  background: #FFFFFF;
  box-shadow: 0 12px 24px 0 rgba(0,0,0,0.10);
  padding: 0px 80px 50px 0px;
  box-sizing: border-box;
}
.team-pop .pop-box .close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 32px;
  top: 32px;
  cursor: pointer;
}
.team-pop .pop-box .team-pic{
  position: absolute;
  left: 0;
  top: 0;
}
.team-pop .pop-box .team-pic img{
  width: 200px;
}

.team-pop .pop-box .mess-box{
  width: 446px;
  float: left;
  margin-left: 256px;
}
.team-pop .pop-box .mess-box .t-box{
  height: 200px;
  border-bottom: 1px solid #E9ECF0;
  margin-bottom: 24px;
  overflow: hidden;
}
.team-pop .pop-box .mess-box .name{
  font-size: 30px;
  color: #0052D9;
  letter-spacing: 0;
  margin-bottom: 8px;
  margin-top: 48px;
}
.team-pop .pop-box .mess-box .ms .label{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 4px;
}
.en-us .team-pop .pop-box .mess-box .ms .label{
  line-height: 23px;
}
.team-pop .pop-box .mess-box .ms .label:last-child{
  margin-bottom: 0;
}
.team-pop .pop-box .mess-box .desc{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
  overflow-y: auto;
}
.team-pop .pop-box .mess-box .desc p{
  margin-top: 10px;
}

/* è‹±æ–‡ç‰ˆ */
.en-us .team-box .li{
  height: 292px;
}
.en-us .team-box .li .label{
  font-size: 16px;
  width: 40%;
}
.en-us .team-box .li .mess{
  margin-top: 65px;
}

.en-us .team-box .li-7 .label,.en-us .team-box .li-14 .label{
  width: 50%;
}

.en-us .team-box .li-5,.en-us .team-box .li-6,.en-us .team-box .li-7,.en-us .team-box .li-8{
  height: 360px;
}
.en-us .team-box .li-5 .mess,.en-us .team-box .li-15 .mess{
  margin-top: 35px;
}
.en-us .team-box .li-8 .mess,.en-us .team-box .li-12 .mess{
  margin-top: 100px;
}
.en-us .team-box .li-14 .mess{
  margin-top: 95px;
}

.en-us .team-box .li .job-mess{
  padding-right: 32px;
}
.en-us .team-box .li-16 .mess,.en-us .team-box .li-17 .mess{
  margin-top: 35px;
}
.en-us .team-box .li-9,.en-us .team-box .li-10,.en-us .team-box .li-11,.en-us .team-box .li-12{
  height: 262px;
}

.en-us .team-box .li-13,.en-us .team-box .li-14,.en-us .team-box .li-15{
  height: 212px;
}

.en-us .team-box .li-16,.en-us .team-box .li-17,.en-us .team-box .li-18{
  height: 262px;
}

.en-us .framework-box .list-ul .li{
  height: 160px;
  box-sizing: border-box;
}

@media screen and (max-width: 1160px) {
  .en-us .team-box .li-4,.en-us .team-box .li-9{ height:360px;}
  .en-us .team-box .li-5 .mess, .en-us .team-box .li-15 .mess{ margin-top:65px;}
  .en-us .team-box .li-10 .mess{ margin-top:105px;}
  .en-us .team-box .li-16 .mess{ margin-top:65px;}

}

@media screen and (max-width: 1024px) {
  .en-us .team-box .li-10 .mess{ margin-top:65px;}
  .en-us .team-box .li-5 .mess,.en-us .team-box .li-15 .mess,.en-us .team-box .li-16 .mess{ margin-top:35px;}
}

@media screen and (max-width: 768px) {
  .business-architecture{ display:block;}
  body .brand-item.white-bg.pt{ padding-top: 50px;}
  .history-button{ display: block; height: 50px; background: #FBFBFB;}
  .history-button .line-wrap{ padding-top: 24px; float: left; width:75%; margin-right:4%; }
  .history-button .line{  height: 2px; background: #E9ECF0; position: relative;  }
  .history-button .focus{ width:10%; height: 100%; position: absolute; background: #0052D9; }
  .history-button .img{ float: left;}
  .history-button img{ width:8px; float: left; padding: 12px; padding-top: 18px;}

  .framework-wrap{ display:none;}
  body .mod-con{ margin:0 12px;}
  .mod-con .brief-text-box h4{font-size: 16px; line-height: 29px; margin-bottom:12px;}
  .brief-text-box{margin-top:20px;margin-bottom: 0px;padding-left: 12px;padding-right: 12px;box-sizing: border-box;}
  .clearfix-mission{ display:block;}

  .mission{ display: none;}
  .brief-text-box .desc{
    margin-bottom: 27px;
    padding: 0 8px;
    box-sizing: border-box;
  }
  .m-mission{
    background: #FBFBFB;
    padding-top: 48px;
    padding-bottom: 70px;
    position: relative;
    margin-top: 93px;
  }
  .m-mission .text-bg{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .history-header{ height: 250px;}
  .history-header h2{padding-top:72px; font-size: 24px;}

  .history-content{ position: relative;}
  .progress-bar{  padding-top: 50px;  transform: translate(-50%,-50%) scale(0.6,0.6) ;  position: absolute; left:50%; top: 160px;}

  .progress-bar .node{  transform: scale(1.5,1.5) ;}
  .progress-bar .line{  transform: scale(0.88,0.88) ;}

  .history-content{  height: 395px; }
  .history-main-box{ width: 250px;}
  .history-main-box .li .right{width:200px;}

  .history-title{ padding-top:0px; margin-bottom:12px;}
  .history-main-box .li{margin-bottom:12px;}

  .team-box .li{ width: 50%; height: 180px; position: relative;display: inline-block;*display: inline;word-spacing: 0;vertical-align: top;}
  /*  .team-box .row .li{
      height: 190px;
    }
    .team-box .row .li:last-child{
      height: 172px;
    }*/

  .team-box .li .pic{ transform-origin: 100% 0%; transform: scale(0.6,0.6);}
  .team-box .li{ padding-left:15px;padding-bottom: 25px;}
  .team-box  .li .mess{ margin-top: 60px;}
  .en-us .team-box .li .mess{
    margin-top: 35px;
  }
  .team-box .li .m-mess{ margin-top: 19px;}
  .team-box .li .t-mess{ margin-top: 40px;}
  .team-box .li .label{ font-size: 16px; line-height: 20px;margin-bottom: 6px;}
  .team-box .li .label span{
    font-size: 11px;
    line-height: 15px;
  }
  .team-box .li .job-mess p{ font-size: 12px;line-height: 21px;}


  .en-us .team-box .li-5 .mess{ margin-top:15px;}
  .en-us .team-box .li-8 .mess{ margin-top:55px;}
  .en-us .team-box .li-12 .mess{ margin-top:55px;}
  .en-us .team-box .li-14 .mess{ margin-top:55px;}
  .en-us .team-box .li .label{ width:50%;}
  .en-us .team-box .li-15 .label{ width: 60%;}
  .en-us .team-box .li{ height:200px;}
  .en-us .team-box .li-4,.en-us .team-box .li-5, .en-us .team-box .li-6, .en-us .team-box .li-7, .en-us .team-box .li-8,.en-us .team-box .li-9{ height:250px;}
  .en-us .team-box .li-16, .en-us .team-box .li-17, .en-us .team-box .li-18{height:250px;}
  .en-us .team-box .li-16 .mess, .en-us .team-box .li-17 .mess{ margin-top:15px;}

  .culture-wrap{ padding-left: 0px;}
  .culture-box .t-box .pic{ width: 100%;}

  body .brand-item.white-bg{ padding-top: 10px;}
  body .clearfix ul{ width: auto;}
  body .culture-box .t-box .mess-box{ width: 100%;}
  .brand-item .mod-max-con{ margin: 0 12px; width: auto; background: none;}
  .culture-wrap{
    padding-bottom: 50px;
  }

  body .address-pic .bg{ width: 100%;}
  body .address-pic .mark{ left: 4.8%; top: 22%; width: 59%;}
  .address-box .address-tab .labels{ display:none;}
  body .address-box .address-tab .tab-ul{ height: auto; padding: 0px;position: relative;width: 100%;}
  body .address-box .address-tab .tab-ul li{ float: none; margin: 0px;    border-top: solid 1px #E9ECF0;}
  body .address-box .address-tab .tab-ul .box{ position: relative; top: 0px; left: 0px; width: auto;display: none; margin-bottom: 10px;}
  body .address-box .address-tab .tab-ul li .label:after{content:' ';  transition: transform 0.2s; left: initial !important; top: 20px !important; right: 0px !important; display: block;   background-color:rgba(0,0,0,0);  background: url(../img/mobile/icon_arrow_d.png) no-repeat 0 0 !important; height: 12px !important; width: 12px !important; position:absolute; background-size:contain !important; }
  body .address-box .address-tab .tab-ul li .label.active:after {
    transform: rotate(180deg);
  }
  body .address-box .address-tab .tab-ul .active-li .label:after{ transform: rotate(180deg);}
  body .address-box .address-tab .tab-ul li .label{ text-align: left; font-size: 14px; line-height: 53px;}
  body .address-wrap .mod-con{ margin: auto;}
  /* .address-box .address-tab .tab-ul .active-li .box{ margin-bottom: 10px;} */


  body .brand-item.white-bg{  padding-bottom:48px;}
  .culture-box .t-box .mess-box{ margin-top:28px;}
  .brand-item .label-box h3{margin-bottom:28px; line-height: 29px; text-align: left;font-size: 20px;}
  .address-wrap-wrap{
    padding-bottom: 0px !important;
    margin-bottom: 12px !important;
  }
  .culture-box .item-title{ font-size: 16px;}
  .culture-box .t-box .desc-text{ font-size: 14px; line-height: 25px;}

  .culture-box .t-box ul{ margin-bottom: 24px;  margin-top: 12px;}
  .culture-box .t-box .min-desc-text{ float: left;}
  .culture-box .boxx .x-item h5{ float: left; font-size: 14px;margin-bottom: 7px;margin-top: 2px;}
  .culture-box .boxx .x-item .p{ float: left; width: 85%; font-size: 12px; padding-left: 10px;color: #919797;}
  .en-us .culture-box .boxx .x-item .p{
    padding-left: 0;
    float: none;
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .culture-box .boxx .x-item .p br{ display: none;}
  .address-pic{ width: auto;}

  .address-wrap-wrap{ background: #FBFBFB; margin-top:0px; margin-bottom:10px; }

  .team-box .title-l{ text-align: center;}
  .brand-item .label-box{ width: auto; float: none;}
  .business-architecture{ padding-top: 12px; padding-bottom: 35px; color: #5F6464}
  .business-architecture .mod-con{ background: #FBFBFB; padding-bottom:20px;}
  .business-architecture h3{  padding-top: 48px; padding-bottom: 40px;}
  .business-architecture img{ width: 165px; margin: auto; display: block; padding-bottom: 24px;}

  .business-architecture-ul{ width: 90%; margin: auto;}
  .business-architecture-ul .li{ background: #fff; margin-bottom: 8px;}
  .business-architecture-ul .title{ height: 70px;position: relative;}
  .business-architecture-ul .title .left .t-type{
    float: left;margin-top: 25px;
  }
  .en-us .business-architecture-ul .title .left .t-type span{
    display: inline-block;
  }
  .en-us .business-architecture-ul .title .left .t-type{
    font-size: 13px;
  }
  .business-architecture-ul .title .right{
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../img/mobile/m-icon_arrow_d.png) no-repeat center;
    background-size: 100% 100%;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transition: transform 0.2s;
  }
  .business-architecture-ul .title .tab{ font-size: 24px; color: #2A2E2E; font-family: 'TencentSansw7'; padding-left: 25px; padding-right:15px;float: left;margin-top: 14px;}
  .en-us .business-architecture-ul .title .tab.tab_CSIG { padding: 0 16px; }
  .business-architecture-ul .content.acitve{}
  .business-architecture-ul .content{ border-top: 1px solid #F2F3F5; display: none;}
  .business-architecture-ul .content .txt{  padding: 20px;}

  .tuanduiguanli.brand-item .label-box h3{ margin-bottom: 0px;font-size: 20px;}

  .team-box{ margin-top: 24px;display: table;
    word-spacing: -1em;}
  .team-box .title-l{ margin-top: 34px; margin-bottom: 15px;font-size: 20px; word-spacing: normal;}

}


@media screen and (max-width: 750px) {
  .en-us .team-box .li-3,.en-us .team-box .li-10{ height:250px;}
  .en-us .team-box .li-5 .mess{ margin-top:35px;}
}

@media screen and (max-width: 376px) {
  .brief-text-box{
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 375px) {
  .en-us .team-box .li-7,.en-us .team-box .li-8{ height: 295px;}
  .en-us .team-box .li-7 .mess{ margin-top:15px;}
}

@media screen and (max-width: 360px) {
  .en-us .business-architecture-ul .title .left .t-type{ width:137px; margin-top: 21px;}
}


@media screen and (max-width: 330px) {
  .history-button .line-wrap{ margin-right:0%; }
}

h1{
  font-size: 32px;
  line-height: 40px;
}

h2{
  font-size: 26px;
  line-height: 36px;
}
.ne-banner{ width:100%; position:relative; margin-top:0px;}
.ne-banner img{ width:100%; display:block;animation: changeScale 1 2.5s;}
.ne-search{ width:90%;max-width: 1140px;min-width: 1140px; margin:0 auto; background:#fff; height:152px;-moz-box-shadow:0px 0px 7px #949494; -webkit-box-shadow:0px 0px 7px #949494; box-shadow:0px 0px 7px #949494; position:relative; top:-48px; padding:40px; box-sizing:border-box}
.pd-pro{ padding:0 0 40px 0; background:url(../images/bg01.jpg) repeat-x bottom center;}
.ne-sou{ margin-bottom:10px;}
.ne-sou input{ width:70%; background:#ebebeb; height:51px; line-height:51px; border:none; outline:none; padding-left:25px; float:left;}
.ne-sou button{ width:15%; height:51px; border:none; outline:none; background:url(../images/ss.png) no-repeat center center #4472C4}
.ne-sou a{ background:#333333; color:#fff; width:15%; height:51px; line-height:51px; display:block; float:right; text-align:center; transition-duration:.5s;}
.ne-sou a:hover{ background:#d0111b}
.pro-ti{ text-align:center; padding-bottom:32px; font-size:48px;}
.w1373{ width:1400px; margin:0 auto;}
.pd-le{ width:41.44%; background:#ececec; padding:40px 28px 49px 28px; position:relative; transition-duration:.5s;}
.pro-banner-txt{ position:absolute; bottom:0; width:100%; left:0;}
.pro-banner-txt h2{ color:#fff; font-size:26px; padding-bottom:20px; font-weight:bold;}
.pd-le dl dt{ background:url(../images/pro-bg.png) no-repeat; padding-bottom:100%; overflow: hidden; position:relative; transition-duration:.5s;    background-size: contain;}
.pd-le dl dt img{ position:absolute; bottom:100px; max-width:90%; left:0; right:0; margin:auto;}
.pd-ri dl dt img{ width:100%; display:block; transition-duration:.5s;}
.pd-le dl dd { text-align:center;}
.pd-le dl dd p,.pd-ri dl dd p{ font-size:30px; color:#333; padding:36px 0 30px 0;}
.pd-le dl dd span,.pd-ri dl dd span{ display:inline-block; border:1px solid #111111; color:#555;   font-size:16px; line-height:32px; padding:0 27px; transition-duration:.5s; }
.pd-le:after,.pd-ri dl:after{ content:""; position: absolute;
  width: 0;
  height: 4px;
  background: #d0111b;
  left: 50%;
  transform: translate(-50%);
  transition-duration: .5s;
  bottom: 0;}
.pd-le:hover:after,.pd-ri dl:hover:after{ width:100%;}
.pd-ri dl dt{ background:none;}
.pd-le:hover dl dt{ transform:scale(1.1,1.1)}
.pd-le:hover dl dd span,.pd-ri dl:hover dd span{ background:#d0111b; border-color:#d0111b; color:#fff;}
.pd-ri{ width:58.56%;}
.pd-ri dl{ width:50%; text-align:center; position:relative; float:left; background:#fff; transition-duration:.5s;}
.pd-ri dl dt{ position:relative; padding-bottom:92%;}
.pd-ri dl dd{ width:100%; text-align:center; bottom:38px; position: absolute;}
.pd-ri dl dd p{ padding:0 0 11px 0;}
.pd-ri dl dt img{ transition-duration:.5s; width:100%; height:100%; position:absolute; top:0; left:0;}
.pd-ri dl:hover dt img,.f-hz ul li:hover span img{ transform:scale(1.1,1.1)}
.gg-pro{ padding:40px 0;}
.pd-le:hover {
  -moz-box-shadow:0px 0px 20px #999999; -webkit-box-shadow:0px 0px 20px #999999; box-shadow:0px 0px 20px #999999;
  z-index: 998;
}
.pd-ri dl:hover{ -moz-box-shadow:0px 0px 20px #999999; -webkit-box-shadow:0px 0px 20px #999999; box-shadow:0px 0px 20px #999999;
  z-index: 998;;}
.banner-txt{ position:absolute; top:50%; transform:translateY(-50%); color:#fff; left:0; width:100%;}
.banner-txt h1{ font-size:48px;}
.banner-txt p{ font-size:20px; width:783px; line-height:1.6; padding:30px 0 70px 0;}
.banner-txt a{ display:inline-block; background:#d0111b; color:#fff; font-size:18px; padding:18px 40px; transition-duration:.5s; top:0; position:relative;}
.banner-txt a:hover{-moz-box-shadow:0px 0px 7px #828282; -webkit-box-shadow:0px 0px 7px #828282; box-shadow:0px 0px 7px #828282; top:-10px;}
.pd-solution{ padding:80px 0 30px 0;}
.solution-ti{ font-size:40px; padding-bottom:0;}
.solution-fb{ font-size:20px; text-align:center; padding:10px 0 34px 0;}
.so01-list dl{ width:31%; float:left; margin-right:3.5%;}
.so01-list dl dt{ background:#000; overflow:hidden; position:relative; height:230px;}

.so01-list dl dt:after,.jz-down-list dl dt:after{ position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);}
.so01-list dl dt img{ width:100%; display:block; transition-duration:.5s; height:100%;}
.so01-list dl dd{ width:381px; position:relative; top:-55px; background:url(../images/ty.png) no-repeat top center; margin:0 auto; color:#333; text-align:center; padding-top:39px;transition-duration:.5s; z-index:3}
.so01-list dl dd h1{ font-size:24px; font-weight:normal;}
.so01-list dl dd p{ padding:11px 20px; color:#777777; font-size:14px; line-height:2;  }
.so01-list dl dd span{ color:#d0111b; font-size:16px;   transition-duration:.5s; display:inline-block; padding:12px 44px;}
.so01-list dl:hover dt img{ opacity:0.6; transform:scale(1.1,1.1)}
.so01-list dl:hover dd span{ background:#d0111b; color:#fff;}
.so01-list dl:hover dd{ top:-70px;-moz-box-shadow:0px 0px 7px #828282; -webkit-box-shadow:0px 0px 7px #828282; box-shadow:0px 0px 7px #828282;background:#fff;}
.so01-list dl:hover dt:after,.jz-down-list dl:hover dt:after{-webkit-animation: shine2 1s;
  animation: shine2 1s;}
.so01-list dl:nth-child(3n){ margin-right:0;}
.so-more,.gk-solution{ background:url(../images/bg06.jpg)  repeat #f8f9fb; padding:85px 0;}
.so-more-list dl{ width:30%; background:#fff; padding:38px 0 65px 0; text-align:center; position:relative; transition-duration:.5s; float:left; margin-right:4%; border:1px solid #eceff2}
.so-more-list dl dt{ width:86px; height:86px; border-radius:50%;-moz-box-shadow:0px 0px 11px #C4C4C4; -webkit-box-shadow:0px 0px 11px #C4C4C4; box-shadow:0px 0px 11px #C4C4C4; margin:0 auto; transition-duration:.5s;}
.so-more-list dl dt img{ transition-duration:.5s;}
.so-more-list dl dd p{ font-size:24px; color:#333; padding:20px 0 10px 0;}
.so-more-list dl dd span{ font-size:16px; color:#333;}
.so-more-list dl:after{
  content:"";
  position: absolute;
  width: 0;
  height: 6px;
  background: #d63b42;
  left: 50%;
  transform: translate(-50%);
  transition-duration: .5s;
  bottom: 0;}
.so-more-list dl:hover:after{ width:100%;}
.so-more-list dl:hover dt{-moz-box-shadow:0px 0px 17px #949494; -webkit-box-shadow:0px 0px 17px #949494; box-shadow:0px 0px 17px #949494;}
.so-more-list dl:hover{-moz-box-shadow:0px 0px 17px #949494; -webkit-box-shadow:0px 0px 17px #949494; box-shadow:0px 0px 17px #949494;}
.so-more-list dl:hover dt img{-webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
.so-more-list dl:last-child{ margin-right:0;}
.gk-solution{ padding:62px 0 0 0;}
.gk-slideBox{
  width:100%;
  overflow:hidden;
  position:relative;
  margin:0 auto;

}
.gk-slideBox .bd{
  position:relative;
  height:100%;
  background: #000;
}
.gk-slideBox .bd li{
  vertical-align:middle;
}
.gk-slideBox .bd img{
  width:100%;
  height: auto;
  display:block;
  animation: changeScale 1 2.5s;
}
.gk-slideBox .hd{
  position:absolute;
  width:100%;
  top:0;
  height:100%;
  left:0;
  z-index:1;
}
.gk-slideBox .hd ul{

  zoom:1;
  color:#fff;
  width:263px;
  height:100%;
  background:#ca141d;
}
.gk-slideBox .hd ul li{
  cursor:pointer;
  height:14.285%;
  position:relative;
  width:100%;
  width:263px;
  padding:1% 0;
}
.gk-slideBox .hd ul li a{ color:#fff;}
/*2020-6-11*/
.gk-slideBox .hd ul li p{ position:absolute; font-size:18px; top:50%; transform:translateY(-50%); left:25px; z-index:2; width:100%;}
.gk-slideBox .hd ul li:after{ content:""; background:#d63b42; position:absolute; top:0; left:0; height:70%; width:0; transition-duration:.5s; z-index:1; top:15%; }
.gk-slideBox .hd ul li.on:after{ width:287px;}
.gk-slideBox .hd ul li p:after{ content:""; position:absolute;  width:9px; height:20px; background:url(../images/sj.png) no-repeat right center; right:0; top:3px; opacity:0; transition-duration:.5s;}
.gk-slideBox .hd ul li.on p:after{ opacity:1;right:14%;}
.gk-dw-txt{ position:absolute; width:100%; right:0; bottom:39px; color:#fff;}
.gk-dw-txt .wb{ float:right; position:relative; z-index:3;}
.gk-dw-txt .wb h1{ font-size:30px; padding-bottom:15px;}
.gk-dw-txt .wb p{ font-size:16px;}
.gk-dw-txt .wb a{ position:absolute; right:0; top:0; border:1px solid #fff;font-size:16px;   transition-duration:.5s; display:inline-block; padding:10px 44px; color:#fff;}
.gk-dw-txt .wb a:hover{ background:#cc161e; border-color:#cc161e}

body{
  /* background-color: #f1f1f1; */
}
.product-box li.item{
  display: inline-block;
  vertical-align: top;
  width:223px;
  height: 355px;
  background-color: #fff;
  margin-right: 17px;
  margin-bottom: 17px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  box-shadow: 1px 2px 6px #e8e8e8;
  cursor: pointer;
}
.product-box li.item:hover{
  box-shadow: 5px 8px 15px #d8d8d8;
  border: 1px solid #ff5722;
}
.product-box li.item:nth-child(5n){
  margin-right: 0px;
}
li.item .top{
  width: 100%;
  height: 220px;
  padding: 3px 5px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
li.item .top img{
  width: 100%;
  height: 100%;
}
li.item .price {
  box-sizing: border-box;
  padding: 1px 15px;
}
li.item .price span{
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #ef1f1f;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
li.item .price span i{
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  text-indent: .3px;
  letter-spacing: 2px;
}
li.item .description{
  color: #888;
  line-height: 20px;
  padding: 0px 10px;
  padding-right: 8px;
  padding-bottom: 5px;
}
li.item .bottom1,li.item .bottom2{
  display: block;
  vertical-align: top;
  color: #666;
  line-height: 20px;
  padding: 0px 10px;
  padding-right: 8px;
}
li.item .bottom1 span em,li.item .bottom2 span em{
  font-style: normal;
  font-size: 13px;
  color: #666;
}
header nav{
  background-color: rgba(255,255,255,1) !important;
}




.js-products{
  display: block;
}
.product{
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #1e9fffa6;
  box-sizing: border-box;
  min-width: 370px;
  height: 175px;
  border-radius: 12px;
  padding: 15px 20px;
  position: relative;
}
.product:nth-child(3n){
  margin-right: 0px;
}
.product h4{
  font-size: 24px;
  line-height: 36px;
}
.product h5{
  font-size: 16px;
  line-height: 28px;
}
.product-features{
  height: 1px;
}
.product h4{
  color: #fff !important;

}
.product-link.primary-button{
  background: #1e72ff !important;
}
.product-link.primary-button:hover{
  background: #ff5722 !important;
}
@charset "UTF-8";
/*sass-lint:disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/**
 * Asset URL builder
 *
 * @param {String} $type - Asset type, matching folder name
 * @param {String} $file - Asset file name, including extension
 *
 * @return {URL} - A `url()` function leading to the asset
 */
/*
 * Font asset helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the font
 * @require {function} asset
 */
/*
 * Get Font weight
 *
 * @param {String} $weight - The name of the weight you need
 *
 * @return {Number} - The CSS based font weight on the name
 */
/**
 * Z-Index function
 *
 * @param {string} $list (Array) - The list to find the current z-index in
 * @param {string} $element (String) - The name of the current element, must be in the $list
 *
 * @returns {number}
 */
/**
 * Get EM size of a value based on a base size
 *
 * @param {Number} $value - The value you need the EM value from
 * @param {Number} $base - The base value where the $value is calculated upon
 *
 * @return {EM Value} - The EM value based on $value and $base
 */
/**
 * Font Face
 *
 * @param {string} $fontName - Name of the font
 * @param {string} $folderName - Subfolder inside the fonts folder
 * @param {string} $fileName - Name of the font-file
 * @param {string} $fontWeight (normal) - Font weight value
 * @param {string} $fontStyle (normal) - Font style value
 */
/**
 * Respond To (Breakpoint)
 *
 * @param {string} $name - Name of the breakpoint used in $breakpoints
 */
/**
 * Aspect ratio, create a :before pseudo element for setting an aspect ratio on an element
 *
 * @param {number} $width (1) - Percentage width
 * @param {number} $height ($width) - Percentage height
 * @param {boolean} $relative (true) - Add relative position to element
 */
/**
 * Hover Mixin for applying :hover pseudo styles
 *
 * Add your own implementation for showing hovers
 * Example using Modernizr touch check: html.no-touch &:hover { @content; }
 * Leaving it to just :hover by default. But best practice to always use the mixin
 *
 * @param $extraSelector:string (optional) = an extra selector that can have the same styles as a hover (for mobile/active state)
 */
/**
 * Offset
 *
 * @param {number} $top (0) - Top Offset
 * @param {number} $left (0) - Left Offset
 */
/**
 * Position mixin for setting absolute position values
 *
 * The mixin can have multiple arguments providing a number
 * @param {number} $top (0) - Top Position
 * @param {number} $right ($top) - Right Position
 * @param {number} $bottom ($top) - Bottom Position
 * @param {number} $left ($right) - Left Position
 *
 * Or a map of multiple positions
 * @param {map} $args... - A map containing multiple positions (top: 1px, left: 1px)
 */
/**
 * Set pseudo elements styles that are used mostly (content, display, position)
 *
 * @param {display} $display (block)
 * @param {position} $position (absolute)
 * @param {string} $content ('')
 */
/**
 * Size an Element
 *
 * @param {number} $width (1em) - Width of the element
 * @param {number} $height ($width) - Height of the element
 */
/* Globally available project specific mixins, functions and variables */
/*
 * This is a globally available SCSS project file.
 * It contains project specific utilities (variables, mixins, functions) that don't! output CSS by default.
 * We use it to be imported in a webpack loader to avoid having to import these in each separate file.
 *
 * This file is used next to "seng-scss" which is imported globally as well and contain the default mixins/vars/functions
 */
/**
 * Asset URL builder
 *
 * @param {String} $type - Asset type, matching folder name
 * @param {String} $file - Asset file name, including extension
 *
 * @return {URL} - A `url()` function leading to the asset
 */
/*
 * Font asset helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the font
 * @require {function} asset
 */
/*
 * Get Font weight
 *
 * @param {String} $weight - The name of the weight you need
 *
 * @return {Number} - The CSS based font weight on the name
 */
/**
 * Z-Index function
 *
 * @param {string} $list (Array) - The list to find the current z-index in
 * @param {string} $element (String) - The name of the current element, must be in the $list
 *
 * @returns {number}
 */
/**
 * Get EM size of a value based on a base size
 *
 * @param {Number} $value - The value you need the EM value from
 * @param {Number} $base - The base value where the $value is calculated upon
 *
 * @return {EM Value} - The EM value based on $value and $base
 */
/**
 * Font Face
 *
 * @param {string} $fontName - Name of the font
 * @param {string} $folderName - Subfolder inside the fonts folder
 * @param {string} $fileName - Name of the font-file
 * @param {string} $fontWeight (normal) - Font weight value
 * @param {string} $fontStyle (normal) - Font style value
 */
/**
 * Respond To (Breakpoint)
 *
 * @param {string} $name - Name of the breakpoint used in $breakpoints
 */
/**
 * Aspect ratio, create a :before pseudo element for setting an aspect ratio on an element
 *
 * @param {number} $width (1) - Percentage width
 * @param {number} $height ($width) - Percentage height
 * @param {boolean} $relative (true) - Add relative position to element
 */
/**
 * Hover Mixin for applying :hover pseudo styles
 *
 * Add your own implementation for showing hovers
 * Example using Modernizr touch check: html.no-touch &:hover { @content; }
 * Leaving it to just :hover by default. But best practice to always use the mixin
 *
 * @param $extraSelector:string (optional) = an extra selector that can have the same styles as a hover (for mobile/active state)
 */
/**
 * Offset
 *
 * @param {number} $top (0) - Top Offset
 * @param {number} $left (0) - Left Offset
 */
/**
 * Position mixin for setting absolute position values
 *
 * The mixin can have multiple arguments providing a number
 * @param {number} $top (0) - Top Position
 * @param {number} $right ($top) - Right Position
 * @param {number} $bottom ($top) - Bottom Position
 * @param {number} $left ($right) - Left Position
 *
 * Or a map of multiple positions
 * @param {map} $args... - A map containing multiple positions (top: 1px, left: 1px)
 */
/**
 * Set pseudo elements styles that are used mostly (content, display, position)
 *
 * @param {display} $display (block)
 * @param {position} $position (absolute)
 * @param {string} $content ('')
 */
/**
 * Size an Element
 *
 * @param {number} $width (1em) - Width of the element
 * @param {number} $height ($width) - Height of the element
 */
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.abs-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fit-contain {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: 'object-fit: contain;';
}

.fit-cover {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: 'object-fit: cover;';
}

@font-face {
  font-family: 'svgicons';
  src: url("svgicons.woff2") format("woff2"), url("svgicons.woff") format("woff");
}

.font-ico-arrow-down:before, .font-ico-arrow-right:before, .font-ico-chevron-down:before, .font-ico-cross:before, .font-ico-download:before, .font-ico-external-link:before, .font-ico-filter:before, .font-ico-globe:before, .font-ico-maximize:before, .font-ico-minimize:before, .font-ico-minus:before, .font-ico-mobile-burger:before, .font-ico-pause:before, .font-ico-play:before, .font-ico-plus:before, .font-ico-search:before, .font-ico-sound-off:before, .font-ico-sound-on:before, .font-ico-tick:before, .font-ico-wechat:before {
  font-family: 'svgicons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  display: block;
  line-height: 1;
}

[class*='font-ico'] {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}

.font-ico-arrow-down:before {
  content: "";
}

.font-ico-arrow-right:before {
  content: "";
}

.font-ico-chevron-down:before {
  content: "";
}

.font-ico-cross:before {
  content: "";
}

.font-ico-download:before {
  content: "";
}

.font-ico-external-link:before {
  content: "";
}

.font-ico-filter:before {
  content: "";
}

.font-ico-globe:before {
  content: "";
}

.font-ico-maximize:before {
  content: "";
}

.font-ico-minimize:before {
  content: "";
}

.font-ico-minus:before {
  content: "";
}

.font-ico-mobile-burger:before {
  content: "";
}

.font-ico-pause:before {
  content: "";
}

.font-ico-play:before {
  content: "";
}

.font-ico-plus:before {
  content: "";
}

.font-ico-search:before {
  content: "";
}

.font-ico-sound-off:before {
  content: "";
}

.font-ico-sound-on:before {
  content: "";
}

.font-ico-tick:before {
  content: "";
}

.font-ico-wechat:before {
  content: "";
}

button,
input[type='button'],
input[type='submit'] {
  font-family: "Microsoft Yahei", "Pingfang", sans-serif;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}

a,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
}

.primary-button, .tertiary-button__icon {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(23, 23, 23, 0.8);
  height: 48px;
  min-width: 48px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes arrowAnimation {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes arrowAnimation {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.primary-button [class*='font-ico'], .tertiary-button__icon [class*='font-ico'] {
  position: relative;
  color: #fff;
  margin: 0 13px;
}

.primary-button span:not([class*='font-ico']), .tertiary-button__icon span:not([class*='font-ico']) {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  padding: 0 14px 0 16px;
}

.is-hover .primary-button, .is-hover .tertiary-button__icon {
  background-color: #d9261c;
}

.is-hover .primary-button .font-ico-arrow-right, .is-hover .tertiary-button__icon .font-ico-arrow-right {
  -webkit-animation: arrowAnimation 1.2s ease-in-out;
  animation: arrowAnimation 1.2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.primary-button:hover, .tertiary-button__icon:hover {
  background-color: #d9261c;
}

.primary-button:hover .font-ico-arrow-right, .tertiary-button__icon:hover .font-ico-arrow-right {
  -webkit-animation: arrowAnimation 1.2s ease-in-out;
  animation: arrowAnimation 1.2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.primary-button--disabled {
  background-color: #c7c8cb;
}

.primary-button--on-dark, .tertiary-button--on-dark.tertiary-button__icon {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.2);
}

.is-hover .primary-button--on-dark, .is-hover .tertiary-button--on-dark.tertiary-button__icon {
  background-color: #bd1e0f;
}

.primary-button--on-dark:hover, .tertiary-button--on-dark.tertiary-button__icon:hover {
  background-color: #bd1e0f;
}

.primary-button--on-dark:active, .tertiary-button--on-dark.tertiary-button__icon:active {
  background-color: #8e160b;
}

.primary-button--on-dark.primary-button--disabled, .primary-button--disabled.tertiary-button--on-dark.tertiary-button__icon {
  background-color: #454545;
}

.primary-button--highlight {
  background-color: #d9261c;
}

.is-hover .primary-button--highlight {
  background-color: #bd1e0f;
}

.primary-button--highlight:hover {
  background-color: #bd1e0f;
}

.primary-button--highlight:active {
  background-color: #8e160b;
}

.primary-button--highlight.primary-button--disabled {
  background-color: #c7c8cb;
}

@media (min-width: 768px) {
  .primary-button, .tertiary-button__icon {
    height: 56px;
    min-width: 56px;
    position: relative;
  }
  .primary-button::before, .tertiary-button__icon::before {
    content: "";
    display: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid #d2e8f5;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .primary-button.focus-visible, .focus-visible.tertiary-button__icon {
    outline: none;
    background-color: #d9261c;
  }
  .primary-button.focus-visible::before, .focus-visible.tertiary-button__icon::before {
    opacity: 1;
  }
  .primary-button [class*='font-ico'], .tertiary-button__icon [class*='font-ico'] {
    position: relative;
    color: #fff;
    margin: 0 16px;
  }
  .primary-button span:not([class*='font-ico']), .tertiary-button__icon span:not([class*='font-ico']) {
    font-size: 14px;
    padding: 0 18px 0 24px;
  }
}

.secondary-button {
  position: relative;
  height: 40px;
  min-width: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #454545;
  -webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s ease;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s ease;
}

.secondary-button::before {
  content: "";
  display: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border: 2px solid #d2e8f5;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.secondary-button [class*='font-ico'] {
  position: relative;
  color: #fff;
  margin: 0 7px;
}

.is-hover .secondary-button {
  border-color: #fff;
}

.secondary-button:hover {
  border-color: #fff;
}

.secondary-button.focus-visible {
  outline: none;
}

.secondary-button.focus-visible::before {
  opacity: 1;
}

.secondary-button span:not([class*='font-ico']) {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  padding: 0 4px 0 16px;
}

.secondary-button:active {
  background-color: #353535;
}

.secondary-button--disabled {
  color: #454545;
}

.secondary-button--disabled [class*='font-ico'] {
  color: #454545;
}

@media (min-width: 768px) {
  .secondary-button span:not([class*='font-ico']) {
    font-size: 14px;
    padding: 0 0 0 24px;
  }
  .secondary-button span[class*='font-ico'] {
    margin-right: 16px;
  }
}

.tertiary-button {
  color: #171717;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tertiary-button--on-dark {
  color: #fff;
}

.tertiary-button .copy-01 {
  margin-left: 16px;
}

.tertiary-button .heading-04 {
  margin-left: 24px;
}

.tertiary-button:hover {
  color: #d9261c;
}

.tertiary-button:hover .tertiary-button__icon {
  background: #d9261c;
}

.tertiary-button:hover .tertiary-button__icon .font-ico-arrow-right {
  -webkit-animation: arrowAnimation 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: arrowAnimation 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.primary-label {
  position: relative;
  height: 32px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 16px;
  color: #171717;
  background-color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.primary-label::before {
  content: "";
  display: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(23, 23, 23, 0.8);
  border-radius: 20px;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: opacity 0.15s ease, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.15s ease;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.15s ease, -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.primary-label span {
  position: relative;
}

.primary-label.is-active {
  color: #fff;
}

.primary-label.is-active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.primary-label--dark {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(23, 23, 23, 0.8);
  color: #fff;
}

.primary-label--dark::before {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.2);
}

.primary-label--dark.is-active {
  color: #171717;
}

@media (min-width: 768px) {
  .primary-label {
    height: 40px;
  }
}

/**
 * Generate semantic grid columns with these mixins.
 */
/**
 * Used to generate the correct number of grid classes given any value of `$grid-columns`.
 */
.container {
  max-width: 1920px;
  margin: 0 auto;
}

/**
 * Fluid container
 * Utilizes the mixin meant for fixed width containers, but with 100% width for fluid, full width layouts.
 */
.container-fluid {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 80px;
    padding-left: 80px;
  }
}

/**
 * Row
 * Rows contain and clear the floats of your columns.
 */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 480px) {
  .row {
    padding-left: 3.495%;
    padding-right: 3.495%;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-small-1, .col-small-2, .col-small-3, .col-small-4, .col-small-5, .col-small-6, .col-small-7, .col-small-8, .col-small-9, .col-small-10, .col-small-11, .col-small-12, .col-small,
.col-small-auto, .col-medium-1, .col-medium-2, .col-medium-3, .col-medium-4, .col-medium-5, .col-medium-6, .col-medium-7, .col-medium-8, .col-medium-9, .col-medium-10, .col-medium-11, .col-medium-12, .col-medium,
.col-medium-auto, .col-large-1, .col-large-2, .col-large-3, .col-large-4, .col-large-5, .col-large-6, .col-large-7, .col-large-8, .col-large-9, .col-large-10, .col-large-11, .col-large-12, .col-large,
.col-large-auto, .col-xlarge-1, .col-xlarge-2, .col-xlarge-3, .col-xlarge-4, .col-xlarge-5, .col-xlarge-6, .col-xlarge-7, .col-xlarge-8, .col-xlarge-9, .col-xlarge-10, .col-xlarge-11, .col-xlarge-12, .col-xlarge,
.col-xlarge-auto, .col-xxlarge-1, .col-xxlarge-2, .col-xxlarge-3, .col-xxlarge-4, .col-xxlarge-5, .col-xxlarge-6, .col-xxlarge-7, .col-xxlarge-8, .col-xxlarge-9, .col-xxlarge-10, .col-xxlarge-11, .col-xxlarge-12, .col-xxlarge,
.col-xxlarge-auto, .col-xxxlarge-1, .col-xxxlarge-2, .col-xxxlarge-3, .col-xxxlarge-4, .col-xxxlarge-5, .col-xxxlarge-6, .col-xxxlarge-7, .col-xxxlarge-8, .col-xxxlarge-9, .col-xxxlarge-10, .col-xxxlarge-11, .col-xxxlarge-12, .col-xxxlarge,
.col-xxxlarge-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-small-1, .col-small-2, .col-small-3, .col-small-4, .col-small-5, .col-small-6, .col-small-7, .col-small-8, .col-small-9, .col-small-10, .col-small-11, .col-small-12, .col-small,
  .col-small-auto, .col-medium-1, .col-medium-2, .col-medium-3, .col-medium-4, .col-medium-5, .col-medium-6, .col-medium-7, .col-medium-8, .col-medium-9, .col-medium-10, .col-medium-11, .col-medium-12, .col-medium,
  .col-medium-auto, .col-large-1, .col-large-2, .col-large-3, .col-large-4, .col-large-5, .col-large-6, .col-large-7, .col-large-8, .col-large-9, .col-large-10, .col-large-11, .col-large-12, .col-large,
  .col-large-auto, .col-xlarge-1, .col-xlarge-2, .col-xlarge-3, .col-xlarge-4, .col-xlarge-5, .col-xlarge-6, .col-xlarge-7, .col-xlarge-8, .col-xlarge-9, .col-xlarge-10, .col-xlarge-11, .col-xlarge-12, .col-xlarge,
  .col-xlarge-auto, .col-xxlarge-1, .col-xxlarge-2, .col-xxlarge-3, .col-xxlarge-4, .col-xxlarge-5, .col-xxlarge-6, .col-xxlarge-7, .col-xxlarge-8, .col-xxlarge-9, .col-xxlarge-10, .col-xxlarge-11, .col-xxlarge-12, .col-xxlarge,
  .col-xxlarge-auto, .col-xxxlarge-1, .col-xxxlarge-2, .col-xxxlarge-3, .col-xxxlarge-4, .col-xxxlarge-5, .col-xxxlarge-6, .col-xxxlarge-7, .col-xxxlarge-8, .col-xxxlarge-9, .col-xxxlarge-10, .col-xxxlarge-11, .col-xxxlarge-12, .col-xxxlarge,
  .col-xxxlarge-auto {
    padding-right: 0.625%;
    padding-left: 0.625%;
  }
}

.col-margin {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .col-margin {
    margin-bottom: 24px;
  }
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.col-margin {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .col-margin {
    margin-bottom: 24px;
  }
}

@media (min-width: 480px) {
  .col-small {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-small-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-small-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-small-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-small-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-small-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-small-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-small-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-small-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-small-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-small-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-small-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-small-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-small-0 {
    margin-left: 0;
  }
  .offset-small-1 {
    margin-left: 8.33333%;
  }
  .offset-small-2 {
    margin-left: 16.66667%;
  }
  .offset-small-3 {
    margin-left: 25%;
  }
  .offset-small-4 {
    margin-left: 33.33333%;
  }
  .offset-small-5 {
    margin-left: 41.66667%;
  }
  .offset-small-6 {
    margin-left: 50%;
  }
  .offset-small-7 {
    margin-left: 58.33333%;
  }
  .offset-small-8 {
    margin-left: 66.66667%;
  }
  .offset-small-9 {
    margin-left: 75%;
  }
  .offset-small-10 {
    margin-left: 83.33333%;
  }
  .offset-small-11 {
    margin-left: 91.66667%;
  }
}

.col-margin {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .col-margin {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .col-medium {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-medium-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-medium-0 {
    margin-left: 0;
  }
  .offset-medium-1 {
    margin-left: 8.33333%;
  }
  .offset-medium-2 {
    margin-left: 16.66667%;
  }
  .offset-medium-3 {
    margin-left: 25%;
  }
  .offset-medium-4 {
    margin-left: 33.33333%;
  }
  .offset-medium-5 {
    margin-left: 41.66667%;
  }
  .offset-medium-6 {
    margin-left: 50%;
  }
  .offset-medium-7 {
    margin-left: 58.33333%;
  }
  .offset-medium-8 {
    margin-left: 66.66667%;
  }
  .offset-medium-9 {
    margin-left: 75%;
  }
  .offset-medium-10 {
    margin-left: 83.33333%;
  }
  .offset-medium-11 {
    margin-left: 91.66667%;
  }
}

.col-margin {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .col-margin {
    margin-bottom: 24px;
  }
}

@media (min-width: 1024px) {
  .col-large {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-large-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-large-0 {
    margin-left: 0;
  }
  .offset-large-1 {
    margin-left: 8.33333%;
  }
  .offset-large-2 {
    margin-left: 16.66667%;
  }
  .offset-large-3 {
    margin-left: 25%;
  }
  .offset-large-4 {
    margin-left: 33.33333%;
  }
  .offset-large-5 {
    margin-left: 41.66667%;
  }
  .offset-large-6 {
    margin-left: 50%;
  }
  .offset-large-7 {
    margin-left: 58.33333%;
  }
  .offset-large-8 {
    margin-left: 66.66667%;
  }
  .offset-large-9 {
    margin-left: 75%;
  }
  .offset-large-10 {
    margin-left: 83.33333%;
  }
  .offset-large-11 {
    margin-left: 91.66667%;
  }
}

.col-margin {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .col-margin {
    margin-bottom: 24px;
  }
}

@media (min-width: 1280px) {
  .col-xlarge {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xlarge-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xlarge-0 {
    margin-left: 0;
  }
  .offset-xlarge-1 {
    margin-left: 8.33333%;
  }
  .offset-xlarge-2 {
    margin-left: 16.66667%;
  }
  .offset-xlarge-3 {
    margin-left: 25%;
  }
  .offset-xlarge-4 {
    margin-left: 33.33333%;
  }
  .offset-xlarge-5 {
    margin-left: 41.66667%;
  }
  .offset-xlarge-6 {
    margin-left: 50%;
  }
  .offset-xlarge-7 {
    margin-left: 58.33333%;
  }
  .offset-xlarge-8 {
    margin-left: 66.66667%;
  }
  .offset-xlarge-9 {
    margin-left: 75%;
  }
  .offset-xlarge-10 {
    margin-left: 83.33333%;
  }
  .offset-xlarge-11 {
    margin-left: 91.66667%;
  }
}

.col-margin {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .col-margin {
    margin-bottom: 24px;
  }
}

@media (min-width: 1440px) {
  .col-xxlarge {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxlarge-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxlarge-0 {
    margin-left: 0;
  }
  .offset-xxlarge-1 {
    margin-left: 8.33333%;
  }
  .offset-xxlarge-2 {
    margin-left: 16.66667%;
  }
  .offset-xxlarge-3 {
    margin-left: 25%;
  }
  .offset-xxlarge-4 {
    margin-left: 33.33333%;
  }
  .offset-xxlarge-5 {
    margin-left: 41.66667%;
  }
  .offset-xxlarge-6 {
    margin-left: 50%;
  }
  .offset-xxlarge-7 {
    margin-left: 58.33333%;
  }
  .offset-xxlarge-8 {
    margin-left: 66.66667%;
  }
  .offset-xxlarge-9 {
    margin-left: 75%;
  }
  .offset-xxlarge-10 {
    margin-left: 83.33333%;
  }
  .offset-xxlarge-11 {
    margin-left: 91.66667%;
  }
}

.col-margin {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .col-margin {
    margin-bottom: 24px;
  }
}

@media (min-width: 1920px) {
  .col-xxxlarge {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxlarge-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxxlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxxlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxxlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxxlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxxlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxxlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxxlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxxlarge-0 {
    margin-left: 0;
  }
  .offset-xxxlarge-1 {
    margin-left: 8.33333%;
  }
  .offset-xxxlarge-2 {
    margin-left: 16.66667%;
  }
  .offset-xxxlarge-3 {
    margin-left: 25%;
  }
  .offset-xxxlarge-4 {
    margin-left: 33.33333%;
  }
  .offset-xxxlarge-5 {
    margin-left: 41.66667%;
  }
  .offset-xxxlarge-6 {
    margin-left: 50%;
  }
  .offset-xxxlarge-7 {
    margin-left: 58.33333%;
  }
  .offset-xxxlarge-8 {
    margin-left: 66.66667%;
  }
  .offset-xxxlarge-9 {
    margin-left: 75%;
  }
  .offset-xxxlarge-10 {
    margin-left: 83.33333%;
  }
  .offset-xxxlarge-11 {
    margin-left: 91.66667%;
  }
}

.copy-01 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .copy-01 {
    font-size: 16px;
    line-height: 24px;
  }
}

[class*='heading-'] {
  font-weight: 400;
}

.heading-01 {
  font-size: 80px;
  line-height: 88px;
  letter-spacing: -0.009em;
}

@media (min-width: 1024px) {
  .heading-01 {
    font-size: 136px;
    line-height: 160px;
    letter-spacing: -0.01em;
  }
}

.heading-02 {
  font-size: 48px;
  line-height: 64px;
}

@media (min-width: 1024px) {
  .heading-02 {
    font-size: 80px;
    line-height: 104px;
  }
}

.heading-03 {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 1024px) {
  .heading-03 {
    font-size: 34px;
    line-height: 80px;
  }
}

.heading-04 {
  font-size: 20px;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .heading-04 {
    font-size: 30px;
    line-height: 48px;
  }
}

.heading-05 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .heading-05 {
    font-size: 20px;
    line-height: 32px;
  }
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

html {
  font-size: 10px;
  font-family: "Microsoft Yahei", "Pingfang", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
}

body .scrollbar-track {
  background-color: transparent;
}

body .scrollbar-thumb-y {
  width: 4px;
  background-color: #c7c8cb;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/*
  Focus-visible styling:

  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.product-features {
  color: #858587;
}

.product-description {
  margin-top: 48px;
  margin-right: 96px;
}

.product-link {
  position: absolute;
  bottom: 24px;
  right: 16px;
  border-radius: 10px;
  width: 48px;
  height: 48px;
}

.product-link span {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-img{
  display: block;
  width: 100%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 45px;
  position: relative;
}
.product-img img{
  display: block;
  width: 100%;
  height: 100%;
}
.product-img .text-box{
  position: absolute;
  text-align: left;
  bottom: 50px;
  left: 64px;
  right: 64px;
  color: #fff;
}
.product-img .text-box h3{
  font-size: 34px;
  line-height: 60px;
}
.product-img .text-box p{
  font-size: 20px;
  line-height: 32px;
}
.product-top-box{
  display: block;
  width: 100%;
  height: 460px;
  position: relative;
}
.product-top-box img{
  display: block;
  width: 100%;
  height: 100%;
}
.product-top-box>div.layui-container{
  margin-top: -170px;
}
.product-top-box h1{
  font-size: 48px;
  line-height: 64px;
  color: #fff;
}
@media (max-width: 767px) {
  .product-top-box{
    height: 200px;
  }
}
@media (min-width: 768px) {
  .product-top-box{
    height: 230px;
  }
}
@media (min-width: 990px) {
  .product-top-box{
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .product-top-box{
    height: 330px;
  }
}
.product-detail-box{
  padding:30px;
}
.product-detail-box h2{
  font-size: 32px;
  line-height: 80px;
}
.product-detail-box p{
  color: #858585;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 1px;
}
.product-triat{
  background-color: #f3f4f8;
  min-height: 200px;
  padding: 50px 0px;
}
.product-triat .layui-container{
  background-color: #fff;
  min-height: 100px;
  border-radius: 10px;
}
.ps04-product-specifications__wrapper {
  width: 100%;
  max-width: 1166px;
  margin: 0 auto;
  padding: 40px 16px;
  border-radius: 10px;
  background-color: #fff;
}

.ps04-product-specifications__list-wrapper {
  margin-top: 8px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ps04-product-specifications .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #c7c8cb;
}

.ps04-product-specifications .list-item .heading-05 {
  word-break: break-word;
}

.ps04-product-specifications .list-item .heading-05:nth-child(2n) {
  color: #858587;
}

.ps04-product-specifications__column-name.list-item {
  padding-bottom: 8px;
}

.ps04-product-specifications__column-name .copy-01 {
  color: #858587;
}

.ps04-product-specifications__pdf-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  padding: 40px 0;
  border-radius: 10px;
  background-color: #f3f4f8;
}

.ps04-product-specifications__pdf-name {
  margin-top: 24px;
}

.ps04-product-specifications__pdf-size {
  color: #858587;
}

.ps04-product-specifications__cta {
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .ps04-product-specifications__pdf-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 28px 24px;
    margin-top: 48px;
  }
  .ps04-product-specifications__pdf-name {
    margin: 0 0 0 16px;
  }
  .ps04-product-specifications__pdf-size {
    margin: 0 0 0 100px;
  }
  .ps04-product-specifications__cta {
    margin: 0 0 0 auto;
  }
}

.product-other-box{
  min-height: 300px;
  margin-bottom: 30px;
}
.product-other-box .left-box{
  display: inline-block;
  vertical-align: top;
  width: 210px;
  min-height: 210px;
  /*border: 1px solid #F1F1F1;*/
  overflow: hidden;
}
.product-other-box .left-box h1{
  display: block;
  height: 45px;
  /*background-color: #d0111b;*/
  background-color: #4472C4;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0px 15px;
  font-size: 22px;
  color: #fff;
}
.product-other-box .left-box ul{
  padding: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-other-box .left-box ul li{
  line-height: 32px;
  color: #888;
  font-size: 15px;
  padding: 5px;
}
.product-other-box .left-box ul li.layui-menu-item>ul{
  padding: 0px;
}
.product-other-box .left-box ul li a{
  color: #888;
}
.product-other-box .left-box ul li.active a{
  color:#1E9FFF;
}
.layui-menu-body-title>.layui-icon{
  left: 0px !important;
}
.layui-menu-item-group .layui-menu-body-title, .layui-menu-item-parent .layui-menu-body-title{
  padding-left: 18px !important;
  padding-right: 0px !important;
}
.product-other-box .right-box{
  display: inline-block;
  width: calc(100% - 230px);
  min-width: 400px;
  min-height: 100px;
  margin-left: 15px;
}
.product-other-box .right-box .layui-table{
  margin: 0px;
  padding: 0px;
}
.product-other-box .right-box .layui-table thead tr{
  background: #4472C4;
}
.product-other-box .right-box .layui-table thead tr th{
  color: #ffffff;
  border-right: 1px solid #fff !important;
  white-space: nowrap !important;
}
.product-other-box .right-box .layui-table tbody tr{
  background-color: #CFD5EA;
}
.product-other-box .right-box .layui-table tbody tr:nth-child(2n){
  background-color: #E9EBF5;
}
.product-other-box .right-box .layui-table thead tr td{
  border-right: 1px solid #fff !important;
  border-color: #fff !important;
}
.layui-table td{
  border-color: #fff !important;
}

.product-list-box{
  overflow: hidden;
  padding-bottom: 30px;
  margin: 0 auto;
  padding-top: 15px;
}
.product-list-box-flex{
  display: block;
  white-space: normal;
}
.product-list-box li{
  display: inline-block !important;
  vertical-align: top;
  overflow: hidden;
  border-radius: 10px;
  width: 49% !important;
  min-width: 48%;
  height: auto;
  min-height: 80px;
  margin-bottom: 20px;
  margin-right: 1.5%;
}
.product-list-box li:nth-child(2n){
  margin-right: 0px !important;
}
.product-list-box li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product-list-box li a  img{
  display: block;
  width: 100%;
  height: 100%;
  max-height: 180px;
}
.product-list-box li h3{
  font-size: 36px;
  color: #fff;
  line-height: 60px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 40px;
  position: absolute;
  top: 5px;
  left: 0px;
  height: 60px;
}
.product-list-box li p{
  position: absolute;
  top: 65px;
  left: 0px;
  line-height: 30px;
  color: #fff;
  padding: 10px 40px;
  box-sizing: border-box;
  font-size: 18px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list-box li:hover{
  box-shadow: 3px 8px 10px #888;
}

.right-box .inner_cont {font-size: 14px; color: #454545; }
.right-box .inner_cont  img{max-width: 100%;}


.innertit{color: #157e7d;font-size: 18px;font-weight: bold; line-height: 30px; border-bottom:1px solid #d9e1e6;padding-bottom: 10px;margin-bottom: 30px;}

@media only screen and (max-width: 920px) {
  .sub-banner {margin-top:0px;}

}

@media only screen and (max-width: 768px) {

  .inner_cont {width: 100% ; float: none;font-size: 12px;}
  .inner_cont img{max-width: 98%;}
  .content img{max-width: 98%; height:auto!important;}
  .innertit{font-size: 14px; margin-top: 10px; text-indent: 10px;margin-bottom: 20px;}
}

.newslist li{height: 40px; padding-left: 30px; position: relative; line-height: 40px;border-bottom: solid 1px #ddd; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newslist li span{float: left;color: #137D7D;margin-right: 20px;}
.newslist li:before {content: ""; display: block; top: 18px; left: 10px; position: absolute; width: 5px; height: 5px; background: #137D7D;}

.newsh{text-align: center;}
.newtitle {font-size: 18px; font-weight: normal; margin-top: 30px;}
.newsh .byline{height:50px;color:#555;line-height:50px;margin-top: 30px; border-top:1px solid #d4d9e2;border-bottom:1px solid #d4d9e2;}
.newsh_cn {padding:20px 0;max-width: 1100px; margin:0 auto;}
.toolbar{border-top:1px solid #d8d8d8;padding-top:20px; text-align: center;}
.toolbar a{color: #333; font-size: 14px;}
.toolbar a:hover{color: #137D7D;}


@media only screen and (max-width:768px) {
  .newtitle {font-size: 14px;margin-top: 0;}
  .newsh .byline { height: 40px;line-height: 40px; margin-top: 0; border-top:0;}
}

.xy-phone .product-list-box{
  padding-top: 0px;

}
.xy-phone .product-list-box li{
  width: 100% !important;
  min-height: 120px;
  margin-right: 0px;
  margin-bottom: 15px;
}
.xy-phone .product-list-box li img{
  min-height: 120px;
}
.xy-phone .product-list-box li h3{
  font-size: 24px;
  line-height: 32px;
  padding: 5px 15px;
  height: 45px;
  box-sizing: border-box;
}
.xy-phone .product-list-box li p{
  font-size: 14px;
  line-height: 22px;
  padding: 5px 15px;
  top: 45px;
  height: 76px;
  overflow: hidden;
}

.xy-phone .product-other-box .left-box{
  width: 100%;
  min-height: 45px;
  margin-bottom: 15px;
}
.xy-phone .product-other-box .right-box{
  width: 100% !important;
  margin-left: 0px;
  max-width: 100%;
  min-width: 0px;
 overflow: scroll;
  padding: 0px;
  margin: 0px;
}
.xy-phone .product-other-box .right-box .layui-table{
  margin: 0px;
  padding: 0px;
  width: 100% !important;
}
.xy-phone .js-products{
  width: 100vw !important;
}