@import './root.css';

html, body {
  background-color: #FFF;
  /* height: 100%; */
  min-width: 1200px;
  margin: 0px;
  font-size: 14px;
  color: #666;
}
body {
  font-family: "PingFangSC-Regular", '微软雅黑', "Helvetica Neue", Arial, 'Raleway', sans-serif;
}
div{
  box-sizing: border-box;
}
header{
  position: sticky;
  top: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 100;
}
.page{
  margin-top: -64px;
  display: flex;
  flex-direction: column;
}

header.shadow{
  background: white;
  box-shadow: 0px 2px 8px 0px rgba(123, 123, 123, 0.12);
}

header a{
  text-decoration: none;
  color: #222;
}
header a:hover{
  color: #F36619 !important;
}

/* ---------------导航--------------- */
.nav-container{
  width: 100%;
  height: 64px;
  font-size: 14px;
  flex: 1 1 auto;
}

.action-container{
  flex: 0;
}
.action-container .login-button{
  width: 88px;
  margin: 0 10px;
}

.nav-container .logo{
  background: url(../images/nav/logo.png?t=2024062701) no-repeat center center;
  background-size: contain;
  width: 107px;
  height: 40px;
  margin-left: 30px;
}
.nav-container .navbar-body{
  height: 100%;
}

.navbar-body .nav-item{
  margin-left: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-body .nav-item.active a{
  color: #F36619;
  font-weight: bold;
}

.navbar-body .nav-item.dropdown{
  cursor: default;
}

.navbar-body .nav-item.dropdown:hover .dropdown-menu{
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.navbar-body .dropdown-menu {
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: absolute;
  top: 74px;
  margin-left: -16px;
  padding: 4px 16px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear .2s, opacity 0s linear .2s;
}

.navbar-body .nav-item .dropdown-menu .dropdown-item{
  padding: 12px 0px;
  font-weight: normal;
  color: #222;
}

.navbar-body .dropdown-menu .dropdown-item.active{
  color: #F36619;
  font-weight: bold;
}

/* ---------------页脚--------------- */
footer{
  background: #2A2A2E;
  height: 405px;
  padding: 82px 140px 44px 140px;
  box-sizing: border-box;
}
footer a{
  text-decoration: none;
}
footer a:hover{
  color: #F36619 !important;
}

footer .flexible{
  flex: 1;
  display: flex;
  justify-content: space-around;
}
footer .main .column{
  display: flex;
  flex-direction: column;
  max-width: 230px;
}
footer .main .column .item{
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

footer .logo{
  background: url(../images/foot/logo.png?t=2024062701) no-repeat center center;
  background-size: contain;
  width: 107px;
  height: 40px;
}

footer .main .title{
  font-size: 12px;
  color: #CCCCCC;
  margin-bottom: 8px;
}
footer .main .content{
  font-size: 14px;
  color: #FFFFFF;
}
footer .main .logo-content{
  display: flex;
}
footer .main .logo-content .logo-item{
  width: 24px;
  height: 24px;
}
footer .main .logo-content .logo-item.zhihu{
  background: url(../images/foot/zhihu.png) no-repeat center center;
  background-size: contain;
}
footer .main .logo-content .logo-item.baidu{
  background: url(../images/foot/baidu.png) no-repeat center center;
  background-size: contain;
}
footer .main .logo-content .wechat{
  width: 81px;
  height: 81px;
  background: url(../images/foot/wechat.jpg) no-repeat center center;
  background-size: contain;
}

footer .divider{
  border-right: 1px solid #4C4C4C;
  margin: 0 90px;
}


footer .friend-links a{
  color: white;
  margin-bottom: 8px;
}

footer .copyright{
  font-size: 12px;
  color: #CCCCCC;
}
footer .copyright a{
  color: #CCCCCC;
}

.box .header.strong{
  font-size: 36px;
  font-weight: 600;
  color: #3D3D3D;
}

.box{
  width: 100%;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* UI规范，固定宽度居中布局，每个页面都用page->box->wrapper的层级来实现 */
.box .wrapper{
  width: 1160px;
  min-width: 1160px;
  margin: 0 auto;
}
/* ---------------首页--------------- */
.box-1{
  background-image: url(../images/home/bg1.png);
  height: 552px;
}
.box-1 .content{
  margin-top: 184px;
}

.box-2{
  background-image: url(../images/home/bg2.png);
  height: 588px;
}
.box-2 .header{
  margin: 90px 0;
}
.box-2 .list-content .item{
  width: 50%;
  margin-bottom: 74px;
  padding-left: 10%;
}
.box-2 .list-content .item .image{
  width: 68px;
  height: 78px;
  margin-right: 16px;
}
.box-2 .list-content .item .title{
  font-size: 24px;
  font-weight: 600;
  color: #222222;
}
.box-2 .list-content .item .desc{
  margin-top: 8px;
  font-size: 16px;
}

.box-3{
  background-image: url(../images/home/bg3.png);
  height: 900px;
}
.box-3 .content{
  margin-top: 80px;
}
.box-3 .content .desc{
  width: 545px;
}
.box-3 .list-content{
  margin: 38px -6px;
}
.box-3 .list-content .item{
  width: calc(25% - 12px);
  background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(117, 117, 117, 0.1);
  padding: 35px 0 40px 0;
  margin: 8px 6px;
  border-radius: 4px;
}
.box-3 .list-content .item .image{
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.box-3 .list-content .item .title{
  font-size: 20px;
  font-weight: 600;
  color: #3D3D3D;
}
.box-3 .list-content .item .desc{
  margin-top: 4px;
  font-size: 12px;
}

.box-4{
  background-image: url(../images/home/bg4.png);
  height: 420px;
}
.box-4 .content{
  margin-top: 92px;
}

.box-5{
  background-image: url(../images/home/bg5.png);
  height: 410px;
}
.box-5 .content{
  margin-top: 110px;
  margin-left: 700px;
}

.box-6{
  background-image: url(../images/home/bg6.png);
  height: 692px;
}
.box-6 .content{
  margin-top: 80px;
}
.box-6 .content .header{
  margin-bottom: 8px;
}
.box-6 .content .desc{
  margin-bottom: 6px;
  font-size: 18px;
  color: #3D3D3D;
}
.box-6 .content .title{
  margin: 30px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #3D3D3D;
  display: flex;
  align-items: center;
}
.box-6 .content .title .text{
  margin: 0 5px 0 7px;
}
.box-6 .content .image-list{
  margin: 0 -12px 0px -12px;
}
.box-6 .content .image-list .image{
  width: 128px;
  height: 64px;
  border-radius: 4px;
  margin: 0 10px 14px 10px;
  box-shadow: 0px 2px 10px 0px rgba(117, 117, 117, 0.1);
}

.box-7{
  background-image: url(../images/home/bg7.png);
  height: 830px;
}
.box-7 .content{
  margin-top: 70px;
}
.box-7 .content .header{
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
}
.box-7 .content .desc{
  margin-bottom: 6px;
  font-size: 18px;
  color: #ACACAC;
}
.box-7 .tab{
  width: 100%;
}
.box-7 .tab .tab-nav{
  border-bottom: 1px solid #5E5A61;
  margin-bottom: 54px;
}
.box-7 .tab .tab-nav .tab-item{
  min-width: 54px;
}
.box-7 .tab .tab-content{
  display: flex;
  overflow-x: hidden;
  position: relative;
  height: 468px;
}
.box-7 .tab .tab-content .arrow{
  background: url(../svg/triangle-right.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.box-7 .tab .tab-content .arrow:hover{
  opacity: 0.7;
}
.box-7 .tab .tab-content .arrow.disabled{
  cursor: not-allowed;
}
.box-7 .tab .tab-content .arrow.arrow--left{
  transform: rotate(180deg);
  left: 0;
}
.box-7 .tab .tab-content .tab-content-item{
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .3s ease-in-out;
  width: 100%;
  display: flex;
  justify-content: center;
}
.box-7 .tab .tab-content .tab-content-item .image{
  height: 468px;
  margin-right: 107px;
}
.box-7 .tab .tab-content .tab-content-item .text{
  margin-top: 140px;
}
.box-7 .tab .tab-content .tab-content-item .text .title{
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 6px;
}
.box-7 .tab .tab-content .tab-content-item .text .desc{
  width: 262px;
  font-size: 14px;
  color: #D4D4D4;
  line-height: 21px;
}


/* ---------------聚合管理--------------- */
.mediation-box-1{
  background-image: url(../images/mediation/bg1.png);
  height: 576px;
}
.mediation-box-1 .content{
  margin-top: 184px;
}

.mediation-box-2{
  background-image: url(../images/mediation/bg2.png);
  height: 670px;
}
.mediation-box-2 .content{
  margin-top: 66px;
}

.mediation-box-3{
  background-image: url(../images/mediation/bg3.png);
  height: 754px;
}
.mediation-box-3 .wrapper{
  padding-top: 80px;
}
.mediation-box-3 .collapse{
  width: 400px;
}
.mediation-box-3 .collapse-content{
  width: 624px;
  height: 546px;
  overflow: hidden;
  position: relative;
}
.mediation-box-3 .collapse-content .collapse-content-item{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .3s ease-in-out;
}
.mediation-box-3 .collapse-content .collapse-content-item .single-image{
  margin-top: 40px;
  width: 624px;
  height: 506px;
  border-radius: 12px;
}
.mediation-box-3 .collapse-content .tab .tab-nav {
  height: 40px;
}
.mediation-box-3 .collapse-content .tab .tab-nav .tab-item {
  display: flex;
  margin-right: 40px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  cursor: pointer;
  opacity: 0.3;
}
.mediation-box-3 .collapse-content .tab .tab-nav .tab-item.active {
  opacity: 1;
}
.mediation-box-3 .collapse-content .tab .tab-nav .image {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
.mediation-box-3 .collapse-content .tab .tab-content{
  overflow: hidden;
  position: relative;
  height: 506px;
  border-radius: 12px;
}
.mediation-box-3 .collapse-content .tab .tab-content-item{
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .3s ease-in-out;
}
.mediation-box-3 .collapse-content .tab .tab-content-item .image{
  width: 624px;
  height: 506px;
}


/* ---------------数据报表--------------- */
.report-box-1{
  background-image: url(../images/report/bg1.png);
  height: 576px;
}
.report-box-1 .content{
  margin-top: 184px;
}

.report-box-2-1{
  height: 320px;
}
.report-box-2-1 .wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.report-box-2-1 .content{
  margin-top: 70px;
}
.report-box-2-1.tab-style-1 .tab .tab-nav .tab-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222222;
  width: 100%;
}
.report-box-2-1 .tab .tab-nav .tab-item .image{
  width: 68px;
  height: 78px;
  margin-bottom: 16px;
}
.report-box-2{
  background-image: url(../images/report/bg2.png);
  height: 570px;
}
.report-box-2 .tab .tab-content{
  display: flex;
  overflow-x: hidden;
  position: relative;
  height: 446px;
  margin-top: 40px;
}
.report-box-2 .tab .tab-content .tab-content-item{
  position: absolute;
  left: 0;
  top: 0;
  transition: transform .3s ease-in-out;
  width: 100%;
  display: flex;
  justify-content: center;
}
.report-box-2 .tab .tab-content .tab-content-item .image{
  height: 446px;
}
.report-box-2 .tab .tab-content .tab-content-item .text{
  margin-top: 118px;
  margin-right: 20px;
}
.report-box-2 .tab .tab-content .tab-content-item .text .title{
  font-size: 30px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 12px;
}
.report-box-2 .tab .tab-content .tab-content-item .text .desc{
  width: 342px;
  font-size: 16px;
  line-height: 24px;
}


/* ---------------企业服务--------------- */
.service-box-1{
  background-image: url(../images/service/bg1.png);
  height: 576px;
}
.service-box-1 .content{
  margin-top: 184px;
}

.service-box-2{
  background-image: url(../images/service/bg2.png);
  height: 880px;
}
.service-box-2 .content{
  margin-top: 80px;
}
.service-box-2 .list-content{
  width: 100%;
  margin-top: 417px;
  margin-right: -25px;
}
.service-box-2 .list-content .item{
  padding: 20px 30px;
  border-radius: 8px;
  background: #FFFFFF;
}
.service-box-2 .list-content .item:not(:last-child){
  margin-right: 25px;
}
.service-box-2 .list-content .item .image{
  width: 40px;
  height: 47px;
  margin-bottom: 16px;
}
.service-box-2 .list-content .item .title{
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.service-box-2 .list-content .item .desc{
  line-height: 21px;
  color: #999999;
}

.service-box-3{
  background-image: url(../images/service/bg3.png);
  height: 749px;
}
.service-box-3 .content{
  margin-top: 82px;
  margin-bottom: 80px;
}
.service-box-3 .list-content{
  margin-top: 66px;
}
.service-box-3 .list-content .item{
  margin-bottom: 42px;
}
.service-box-3 .list-content .item .image{
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.service-box-3 .list-content .item .desc{
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}
.service-box-3 .framework-image{
  width: 791px;
}

.service-box-4{
  background-image: url(../images/service/bg4.png);
  height: 741px;
}
.service-box-4 .content{
  margin-top: 82px;
  margin-bottom: 80px;
}
.service-box-4 .list-content{
  width: 1000px;
  margin: -25px auto;
}
.service-box-4 .list-content .item{
  width: calc(50% - 60px);
  padding: 20px 30px;
  margin: 25px 30px;
  border-radius: 8px;
  background: #FFFFFF;
}
.service-box-4 .list-content .item .image{
  width: 40px;
  height: 47px;
  margin-bottom: 16px;
}
.service-box-4 .list-content .item .title{
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.service-box-4 .list-content .item .desc{
  color: #999999;
}

.service-box-5{
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F5 100%);
  height: 563px;
}
.service-box-5 .content{
  margin-top: 80px;
  margin-bottom: 80px;
}
.service-box-5 .list-content .progress{
  margin-bottom: 20px;
}
.service-box-5 .list-content .progress .number-image{
  width: 20px;
  margin: 0 12px;
}
.service-box-5 .list-content .progress .dash-line{
  flex: 1;
  border: 1px dashed #D8D8D8;
}
.service-box-5 .list-content .item:last-child .progress .dash-line{
  display: none;
}
.service-box-5 .list-content .item{
  width: 100%;
}
.service-box-5 .list-content .item .triangle-dot{
  margin-right: 4px;
}
.service-box-5 .list-content .item .title{
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.service-box-5 .list-content .item .desc{
  margin-top: 8px;
  margin-left: 12px;
  width: 150px;
  line-height: 21px;
  color: #999999;
  opacity: 0.8;
}
.service-box-5 .action-content{
  margin-top: 60px;
}


/* ---------------合作案例--------------- */
.cooperation-box-1{
  background-image: url(../images/cooperation/bg1.png);
  height: 576px;
}
.cooperation-box-1 .content{
  margin-top: 184px;
}

.cooperation-box-2{
  background-image: url(../images/cooperation/bg2.png);
  height: 761px;
}
.cooperation-box-2 .content{
  margin-top: 80px;
  margin-bottom: 68px;
}
.cooperation-box-2 .problem-list{
  width: 1100px;
  border-radius: 12px 12px 0 0;
  background: #F4F5F7;
}
.cooperation-box-2 .problem-list .problem-item.problem-title{
  flex: 1;
  font-size: 24px;
  font-weight: 600;
  color: #777777;
}
.cooperation-box-2 .problem-list .problem-item{
  width: 158px;
  padding: 24px 12px;
}
.cooperation-box-2 .problem-list .problem-item .image{
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
}
.cooperation-box-2 .problem-list .problem-item .title{
  font-size: 18px;
  font-weight: 600;
  color: #777777;
  white-space: nowrap;
}
.cooperation-box-2 .problem-list .problem-item .divider{
  margin: 12px 0;
  border-bottom: 1px solid #D8D8D8;
}
.cooperation-box-2 .problem-list .problem-item .desc{
  font-size: 12px;
  color: #ADADAD;
}
.cooperation-box-2 .problem-list .problem-item:nth-child(even){
  background: #EFF0F3;
}
.cooperation-box-2 .solution-list{
  width: 1160px;
  padding-right: 30px;
  border-radius: 12px;
  background: #FFFFFF;
}
.cooperation-box-2 .solution-list .solution-title{
  flex: 1;
  font-size: 24px;
  font-weight: 600;
  color: #3D3D3D;
  text-align: center;
}
.cooperation-box-2 .solution-list .solution-title .triangle-dot{
  margin-right: 8px;
}
.cooperation-box-2 .solution-list .solution-item{
  width:158px;
  padding: 24px 12px;
}
.cooperation-box-2 .solution-list .solution-item .image{
  width: 24px;
  height: 24px;
  margin-bottom: 12px;
}
.cooperation-box-2 .solution-list .solution-item .title{
  font-size: 18px;
  font-weight: 600;
  color: #3D3D3D;
  white-space: nowrap;
}
.cooperation-box-2 .solution-list .solution-item .divider{
  margin: 12px 0;
  border-bottom: 1px solid #D8D8D8;
  opacity: 0.5;
}
.cooperation-box-2 .solution-list .solution-item .desc{
  font-size: 12px;
  color: #ADADAD;
}
.cooperation-box-2 .solution-list .solution-item:nth-child(even){
  background: #FAFAFA;
}

.cooperation-box-3{
  background-image: url(../images/cooperation/bg3.png);
  height: 763px;
}
.cooperation-box-3 .content{
  margin-top: 80px;
  margin-bottom: 80px;
}
.cooperation-box-3 .tab-content{
  overflow-x: hidden;
  position: relative;
  height: 500px;
}
.cooperation-box-3 .tab-content .arrow{
  background: url(../svg/arrow-circle.svg) no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  position: absolute;
  bottom: 80px;
  right: 75px;
  cursor: pointer;
  z-index: 1;
}
.cooperation-box-3 .tab-content .arrow:not(.disabled):hover{
  background: url(../svg/arrow-circle-active.svg) no-repeat;
}
.cooperation-box-3 .tab-content .arrow.disabled{
  cursor: not-allowed;
}
.cooperation-box-3 .tab-content .arrow.arrow--left{
  transform: rotate(180deg);
  right: 180px;
}
.cooperation-box-3 .tab-content-item{
  position: absolute;
  left: 0;
  top: 0;
  /* transition: transform .3s ease-in-out; */
}
.cooperation-box-3 .tab-content-item .left-box{
  z-index: 2;
}
.cooperation-box-3 .tab-content-item .left-box .image{
  width: 360px;
}
.cooperation-box-3 .tab-content-item .right-box{
  width: 800px;
  height: 424px;
  margin-left: -40px;
  padding: 36px 72px 40px 100px;
  border-radius: 12px;
  background: #FAFAFA;
}
.cooperation-box-3 .tab-content-item .right-box .icon{
  width: 94px;
  height: 94px;
  margin-bottom: 16px;
}
.cooperation-box-3 .tab-content-item .right-box .title{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 12px;
}
.cooperation-box-3 .tab-content-item .right-box .title .triangle-dot{
  margin-right: 4px;
}
.cooperation-box-3 .tab-content-item .right-box .desc{
  margin-bottom: 46px;
  font-size: 14px;
  line-height: 21px;
}
.cooperation-box-3 .tab-content-item .right-box .data-list{
  display: flex;
}
.cooperation-box-3 .tab-content-item .right-box .data-item{
  margin-right: 128px;
}
.cooperation-box-3 .tab-content-item .right-box .data-item .data{
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}
.cooperation-box-3 .tab-content-item .right-box .data-item .data-up{
  background: url(../svg/data-up.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 21px;
  margin-right: 4px;
  margin-bottom: 7px;
}
.cooperation-box-3 .tab-content-item .right-box .data-item .number{
  font-family: "D-DIN-Bold";
  font-size: 50px;
  font-weight: bold;
  color: #F36619;
  margin-right: 4px;
}
.cooperation-box-3 .tab-content-item .right-box .data-item .unit{
  font-size: 20px;
  font-weight: bold;
  color: #F36619;
  margin-bottom: 7px;
}
.cooperation-box-3 .tab-content-item .right-box .data-item .desc{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}


.cooperation-box-4{
  background-image: url(../images/cooperation/bg4.png);
  height: 653px;
}
.cooperation-box-4 .content{
  margin-top: 80px;
  margin-bottom: 80px;
}
.cooperation-box-4 .list-content .item:not(:last-child){
  margin-right: 135px;  
}
.cooperation-box-4 .list-content .item .number{
  font-family: "D-DIN-Bold";
  font-size: 50px;
  font-weight: bold;
  color: #F36619;
  margin-right: 4px;
}
.cooperation-box-4 .list-content .item .unit{
  font-size: 24px;
  font-weight: bold;
  color: #F36619;
  margin-bottom: 7px;
}
.cooperation-box-4 .list-content .item .desc{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}
.cooperation-box-4 .title{
  font-size: 20px;
  font-weight: 600;
  color: #3D3D3D;
  margin: 90px 0 53px 0;
}
.cooperation-box-4 .title .text{
  margin: 0 5px;
}
@keyframes move-logo {
  0% {
    /* transform: translate(0); */
  }
  100% {
    transform: translateX(-50%);
  }
}
.cooperation-box-4 .image-content{
  margin: 0 -30px;
  overflow-x: hidden;
}
.cooperation-box-4 .image-track{
  display: flex;
  width: max-content;
  width: -webkit-max-content;
  animation: 60s linear 0s infinite running move-logo;
}
.cooperation-box-4 .image-content .image{
  width: 80px;
  height: 80px;
  border-radius: 12px;
  margin: 0 30px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}


/* ---------------最新动态--------------- */
.posts-box{
  background-image: url(../images/posts/bg.png);
  background-position-y: top;
  background-size: contain;
}
.posts-box .header{
  margin-top: 120px;
  margin-bottom: 80px;
  text-align: center;
}

.posts-box .tab-nav{
  display: flex;
  margin: 0 -14px 35px -14px;
  padding: 0 15px;
}
.posts-box .tab-nav .tab-item-wrapper{
  padding: 4px 0;
  margin: 0 14px;
}
.posts-box .tab-nav .tab-item-wrapper .tab-item{
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.posts-box .tab-nav .tab-item-wrapper .tab-item:hover{
  color: #222222;
}
.posts-box .tab-nav .tab-item-wrapper .tab-item.active{
  color: #222222;
  font-weight: 600;
}
.posts-box .tab-nav .tab-item-wrapper:not(:last-child) .tab-item::after{
  content: '';
  height: 100%;
  border-right: 1px solid #D8D8D8;
  position: absolute;
  right: -14px;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.posts-box .tab-content-item{
  display: none;
  animation: fadeIn 0.5s;
}
.posts-box .tab-content-item.active{
  display: block;
}
.posts-box .post-item{
  display: flex;
  margin-bottom: 30px;
  padding: 20px;
}
.posts-box .post-item:hover{
  background: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(117, 117, 117, 0.1);
}
.posts-box .post-item__thumbnail{
  width: 270px;
  height: 152px;
  margin-right: 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.posts-box .post-item__content{
  flex: 1;
  padding: 10px 0;
}
.posts-box .post-item__content__title{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
}
.posts-box .post-item__content__title:hover{
  color: #F36619;
}
.posts-box .post-item__content__excerpt{
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.posts-box .post-item__content__spread{
  flex: 1 0 auto;
}
.posts-box .post-item__content__tags{
  display: flex;
}
.posts-box .post-item__content__time{
  font-size: 12px;
}

.posts-box .action-box{
  height: 39px;
  margin-bottom: 20px;
}
.posts-box .action-box.fading .taku-button{
  width: 0;
  padding: 0;
  overflow: hidden;
}
.posts-box .action-box.fading .taku-button span{
  display: none;
}
.posts-box .action-box .taku-button{
  padding: 10px 100px;
  height: 39px;
  transition: .3s;
}
#loading{
  display: none;
}
.posts-box .action-box .loading-wrapper{
  animation: fadeIn 0.5s;
}

.post-content-box{
  min-height: 500px;
}
.post-content-box .breadcrumb{
  margin-top: 96px;
  margin-bottom: 32px;
  display: flex;
}
.post-content-box .breadcrumb-item a{
  text-decoration: none;
  color: #999999;
}
.post-content-box .breadcrumb-item a:hover{
  color: #F36619 !important;
}
.post-content-box .breadcrumb-item{
  color: #999999;
  font-size: 16px;
}
.post-content-box .breadcrumb-item.active{
  color: #3D3D3D;
}
.post-content-box .breadcrumb-separator{
  margin: 0 4px;
}
.post-content-box .post-content__info{
  margin: 64px 0 20px 0;
  width: 702px;
}
.post-content-box .post-content__time{
  color: #999999;
}
.post-content-box .post-content__body{
  width: 702px;
  margin-bottom: 100px;
}
.post-content-box .post-content__body img{
  max-width: 100%;
  object-fit: contain;
}

.privacy-policy-box, .terms-box{
  margin: 100px 0;
  font-size: 16px;
}
/* Jobs */
.jobs__banner {
  width: 100%;
  height: 190px;
  position: relative;
}
.jobs__banner__title {
  text-align: center;
  color: #3D3D3D;
  font-weight: 600;
  padding-top: 60px;
  margin-top: 60px;
  font-size: 36px;
}
.jobs__banner__search {
  position: absolute;
  display: flex;
  align-items: center;
  height: 40px;
  width: 402px;
  bottom: -20px;
  border-radius: 48px;
  /* overflow: hidden; */
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 8px 0 #0000001a;
}
.jobs__banner__search .search-input {
  flex: 1;
  border-radius: 48px 0 0 48px;
  height: 100%;
  padding: 0 0 0 30px;
  border: none;
  outline: none;
  font-size: 14px;
}
.jobs__banner__search .search-input::placeholder {
  color: #999;
  opacity: 1; /* Firefox默认会降低透明度，这里将其重置 */
}
.jobs__banner__search .search-button {
  border-radius: 0 48px 48px 0;
  height: 100%;
  width: 84px;
  background-color: var(--Color-Primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}
.jobs__banner__search .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width:  14px;
}
.jobs-content {
  display: flex;
  margin-top: 52px;
  width: 1160px;
  margin: 52px auto 0;
}
.jobs-content .jobs-content__filter {
  width: 240px;
  padding-right: 24px;
  box-sizing: content-box;
}
.jobs-content__filter .filter-header {
  line-height: 20px;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
  padding-bottom: 8px;
}
.jobs-content__filter .contact-us {
  width: 100%;
  padding: 16px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.contact-us .contact-us__title {
  display: flex;
  align-items: center;
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.contact-us .contact-us__email {
  color: var(--Color-Primary);
  font-size: 14px;
}
.contact-us .contact-us__email a {
  text-decoration: none;
}

.jobs-content .jobs-content__list {
  padding-left: 24px;
  border-left: 1px solid #F2F2F2;
  width: 872px;
}
.jobs-content .form-title {
  font-size: 16px;
  font-weight: 700;
  color: #3D3D3D;
  margin: 16px 0 6px 0;
  line-height: 24px;
}
.jobs-content__list .list__title {
  color: #3D3D3D;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}
#filter-form__location__list, #filter-form__categorie__list {
  display: flex;
  flex-direction: column;
}
.filter-form__list .form-check {
  margin-bottom: 8px;
  align-items: flex-start;
}
.filter-form__list .form-check .form-check-label {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.filter-form__list .form-check .form-check-input {
  width: 16px;
  height: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  margin: 3px 8px 0 0;
}
.filter-form__list .form-check .form-check-input:checked {
  -webkit-appearance: auto;
}

.jobs-content__list .list__body .list__body__item {
  padding: 20px 48px 20px 20px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}
.jobs-content__list .list__body .list__body__item .job-name {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 28px;
}
.jobs-content__list .list__body .list__body__item .job-content {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.jobs-content__list .list__body .list__body__item .more {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
}
.jobs-content__list .list__body__item.active .more {
   transform: rotate(90deg); 
}
.jobs-content__list .list__body .list__body__item .job-detail .job-detail__description {
  padding: 12px;
  background-color: #F2F2F2;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
  margin: 16px 0;
  margin-bottom: 12px;
}
.jobs-content__list .job-detail__description .description__title {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}
.jobs-content__list .job-detail__description .description__content {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.jobs-content__list .job-detail {
  height: 0;
  overflow: hidden;
}
.job-detail {
  ul, li {
    margin: initial;
    padding: initial;
  }
  /* li a {
  } */
  ol {
    list-style: auto ;
    padding: 0 24px 12px;
    margin: 0;
  }
  ul {
    list-style: disc;
  }
  li {
    list-style: auto;
  }
  li ul {
    margin-top: 6px;
  }
  p {
    margin: 6px 0;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  table, th, td {
    border: 1px solid #ddd; /* 设置表格、表头和单元格边框颜色 */
  }
  tr th {
    text-align: left;
    background-color: #f8f8f8;
    padding: 6px 12px;
    font-size: 12px;
  }
  tr td {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.jobs-content__list .list__body__item.active .job-detail {
  height: auto;
}
.jobs-content__list .job-detail__action .btn {
 font-size: 14px;
 padding: 6px 16px;
 line-height: 20px;
}

.jobs-show {
  width: 950px;
  margin: 88px auto;
}
.jobs-show .jobs-show__header {
  margin-bottom: 16px;
}
.jobs-show__header .jobs-show__header__title {
  color: #3D3D3D;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
.jobs-show__header .job-show__header__info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.jobs-show__header .job-show__header__info .job-show__location {
  margin: 0 4px;
}
.jobs-show .jobs-show__body {
  width: 100%;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
}
.jobs-show .jobs-show__body .description__title {
 display: flex;
 align-items: center;
  color: #222222;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.jobs-show .jobs-show__body .description__content {
  margin-bottom: 24px;
  color: #666666;
  font-size: 14px;
}

.jobs-show .jobs-show__body .btn {
  padding: 8px 32px;
  font-size: 14px;
}
.jobs-resume .btn {
  padding: 8px 32px;
  font-size: 14px;
}
.jobs-resume {
  width: 950px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  margin: 88px auto;
  background-color: #fff;
}
.josb-categories-tag {
  height: 14px;
  width: 3px;
  background-color: var(--Color-Primary);
  margin-right: 6px;
}
.jobs-resume__form-box .form-info {
    margin: 24px 0;
}
.jobs-resume__form-box .form-info__title {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.jobs-resume__form .form-info__body label {
   font-size: 14px;
   color: #222222;
   margin-bottom: 4px;
   line-height: 20px;
   position: relative;
   /* display: block; */
}
.jobs-resume__form .form-info__body label.require::after {
  content: '*';
  position: absolute;
  right: -12px;
  font-weight: 700;
  top: -3px;
  color: #FF0000;
}
.jobs-resume__form .upload-file .upload-file__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 443px;
  height: 156px;
  border-radius: 4px;
  border: 1px dashed var(--Color-Primary);
}
.jobs-resume__form .upload-file .form-control-file {
    height: 1px;
    opacity: 0;
}
.jobs-resume__form .form-control:focus {
   border-color: #E9EAF1;
   box-shadow: none;
}
.jobs-resume__form .upload-file__before {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
}
.jobs-resume__form .upload-file__before.hidden {
  display: none;
}
.jobs-resume__form .upload-file__before .upload-drap {
  font-size: 16px;
  color: var(--Color-Primary);
  line-height: 24px;
  margin: 6px 0 8px;
}
.jobs-resume__form .upload-file__before .upload-tips {
  font-size: 12px;
  color: #999;
  line-height: 16px;
}
.jobs-resume__form .upload-file__after {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jobs-resume__form .upload-file__after.hidden {
  display: none;
}
.jobs-resume__form .upload-file__after .upload-file__name {
  font-size: 16px;
  color: #222;
  margin-top: 4px;
  line-height: 24px;
}
.jobs-resume__form .upload-file__after .action {
  display: flex;
  align-items: center;
}
.jobs-resume__form .upload-file__after .action .btn-link {
  color: var(--Color-Primary);
  font-size: 14px;
  padding: 2px 0;
}
.jobs-resume__form .btn-primary {
  background-color: var(--Color-Primary);
  padding-left: 32px;
  padding-right: 32px;
}
.jobs-resume-success.hidden {
  display: none;
}
.jobs-resume-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px 0;
}
.jobs-resume-success .jobs-resume-success__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 2px;
  color: #222222;
}

.jobs-resume-success .jobs-resume-success__thinks {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.jobs-resume__form input[name="email"] {
  background-color: transparent;
  border: 1px solid #ced4da;
}
a.primary {
  color: var(--Color-Primary);
}
button.btn-primary,
button.btn-primary:hover {
  background-color: var(--Color-Primary) !important;
  border: none;
  box-shadow: none !important;
}
button.btn-link {
  color: var(--Color-Primary) !important;
}
.contact-us-form-error {
  position: absolute;
  width: auto;
  height: 14px;
  font-size: 14px;
  color: rgba(255,41,41,1);
  font-weight: 400;
}

#loadingModal .modal-content {
  background-color: transparent;
  border: none;
}
#loadingModal .modal-content .spinner-border.text-primary {
  color: var(--Color-Primary) !important;
}
.required::after {
  content: "*";
  color: #ff0000;
  font-size: 12px;
  position: relative;
  top: 1px;
  left: 3px;
}
.jobs-content .clear.seleted{
  color: var(--Color-Primary);
}
.partition {
  color: #ddd;
}