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{
  height: 100%;
}

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

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

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

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

.navbar .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 .nav-item .dropdown-menu .dropdown-item{
  padding: 12px 0px;
  font-weight: normal;
  color: #222;
}

.navbar .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;
}