.content-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 24px;
  width: 100vw;
  min-height: 50vw;
}
.content-t {
  background-image: url(/static/module/index/default/img/content-t.jpg);
}
.section-title {
  padding: 2vw 0;
  text-align: center;
}
.section-title p{
  color: #fff;
  font-family: "PingFang SC";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
}
.content-content {
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}
.left-nav {
  width: 152px;
  position: relative;
}
.left-nav .nav-item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
}
.left-nav .nav-item:hover {
  color: #fff;
}
.left-nav .nav-icon {
  width: 24px;
  height: auto;
  display: block;
  margin-right: 16px;
}
.left-nav .line-img {
  position: absolute;
  right: 0;
  top: -9px;
  transition: all 0.2s;
}
.left-nav .nav-item.active {
  color: #fff;
  background: radial-gradient(
    45.1% 153.67% at 162.83% 50%,
    #0fd8f4 0,
    #0f5ed500 100%
  );
}
.content-t-content {
  display: flex;
}
.content-t-content .right-wrap {
  padding-left: 70px;
  flex: 1;
}
.content-section[data-motion] p{transform:translateY(80%); opacity:0; transition:0.8s;}
.content-section[data-motion].active p{transform:translateY(0); opacity:1;}

.content-section[data-motion] a{transform:translateY(80%); opacity:0; transition:0.8s;}
.content-section[data-motion].active a{transform:translateY(0); opacity:1;}

.content-section[data-motion] span{transform:translateY(80%); opacity:0; transition:0.8s;}
.content-section[data-motion].active span{transform:translateY(0); opacity:1;}

.content-section[data-motion] img{transform:translateY(80%); opacity:0; transition:0.8s;}
.content-section[data-motion].active img{transform:translateY(0); opacity:1;}

.right-title {
  padding: 18px 0 12px;
}

.right-title p{
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.right-wrap .article {
  font-style: normal;
  font-weight: 400;
}
.right-wrap .right-sub-title {
  padding: 36px 0 20px;
}
.right-wrap .right-sub-title p{
  font-style: normal;
  font-weight: 500;
  padding: 36px 0 20px;
  color: #fff;
}
.label-list .label-item {
  margin: 6px 10px 6px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 24px;
  float: left;
  background-color: rgba(20, 60, 104, 0.8);
  border-radius: 2px;
  color: #fff;
  min-width: calc(33.33% - 10px);
  justify-content: space-between;
}
.label-list .arrow-icon {
  display: block;
  width: 14px;
  margin-left: 4px;
}
.content-m {
  background-image: url(/static/module/index/default/img/content-m.jpg);
  padding-bottom: 10px;
}
.content-m-content .nav-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 90%;
}
.content-m-content .nav-wrap .line-img {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 90px;
  height: auto;
  display: block;
  transition: all 0.2s;
}
.content-m-content .nav-wrap .nav-item {
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  min-width: 10%;
  margin-bottom: -4px;
  padding-bottom:20px;
}
.content-m-content .nav-wrap .nav-item:not(:last-child) {
  margin-right: 25px;
}
.content-m-content .nav-wrap .nav-item.active {
  color: #fff;
  background: url(/static/module/index/default/img/line-row.png) no-repeat;
  background-position: center bottom;
}
@keyframes play {
    0% {
      background-position-x: left;
    }
    25% {
      background-position-x: center;
    }
    50% {
      background-position-x: right;
    }
    75% {
        background-position-x: center;
    }
    100% {
        background-position-x: left;
    }
}

.apply-content {
  padding-top: 70px;
  display: flex;
}
.apply-title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 20px;
}
.more-btn {
  cursor: pointer;
  width: 135px;
  height: 32px;
  line-height: 32px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #fff;
  color: #114277cc;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 190px;
}
.more-btn .arrow-icon {
  width: 12px;
  display: block;
  margin-left: 6px;
}
.apply-content .left-content {
  width: 32%;
}
.apply-content .right-content {
  flex: 1;
  position: relative;
}
.apply-content .product-img {
  position: absolute;
  width: 61.2%;
  bottom: 15.35%;
  left: 19.5%;
  opacity: 1;
}
.apply-content .product-img-huise {
  position: absolute;
  width: 61.2%;
  bottom: 15.35%;
  left: 19.5%;
  transition: opacity 0.5s;
}
.apply-content .product-img-huise {
  opacity: 0;
}
.w100 {
  width: 100%;
}
.content-b {
  background-image: url(/static/module/index/default/img/content-b.jpg);
}
.history-wrap {
  display: flex;
  flex-wrap: wrap;
  color: #ffffffcc;
  width: 96.4%;
  margin-top: 56px;
  margin-top: 5%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: white;
  transition: width 0.5s;
}
.history-item {
  position: relative;
  flex: 1;
  padding-right: 18px;
}
.history-item:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 48px;
  flex-shrink: 0;
  background: #ffffff1a;
  position: absolute;
  right: 0;
  top: 0;
}
.history-item:not(:first-child) {
  margin-left: 24px;
}
.history-item .date {
  padding-bottom: 8px;
}
.history-item .year {
  font-size: 14px;
  padding: 0 8px 0 15px;
}
.history-item .subtitle {
  color: #fff;
  min-width: 50px;
}
.check-more {
  padding-right: 3.6%;
  color: #ffffff99;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  float: right;
  margin: 7px 0;
}
.check-more:hover {
  color: #fff;
}
.check-more .arrow-icon {
  margin-left: 8px;
}
.section-sub-title {
  color: #ffffffcc;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  padding-top: 9%;
}
.content-b .section-title {
  padding-bottom: 1%;
  padding-top: 3.6%;
}
@media (max-width: 1100px) {
  .content-content {
    width: 90%;
    font-size: 13px;
  }
  .content-m-content .nav-wrap {
    width: 100%;
  }
  .more-btn {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .section-title {
    font-size: 20px;
    padding: 12px 0;
  }
  .content-content {
    min-width: auto;
  }
  .content-t-content {
    display: block;
  }
  .content-t-content .left-nav {
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .content-t-content .left-nav .line-img {
    display: none;
  }
  .content-t-content .left-nav .nav-icon {
    display: none;
  }
  .content-t-content .left-nav .nav-item {
    padding: 6px 10px;
    width: auto;
    white-space: nowrap;
  }
  .content-t-content .right-wrap {
    padding: 0 10px;
  }
  .content-t-content .right-title {
    font-size: 18px;
    padding: 10px 0 8px;
  }
  .content-t-content .right-sub-title {
    padding: 20px 0 10px;
  }
  .content-t-content .label-item {
    padding: 6px 10px;
  }
  .content-m-content .nav-wrap .nav-item {
    width: auto;
    padding: 8px 10px;
  }


  .content-m-content .nav-wrap .nav-item:not(:last-child) {
    margin-right: 10px;
  }
  .apply-content {
    padding-top: 30px;
  }
  .more-btn {
    margin-top: 30px;
  }
  .apply-title {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .content-m-content .nav-wrap .line-img {
    display: none;
  }
  .section-sub-title {
    padding-top: 20px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .more-btn {
    margin-top: 20px;
    width: 120px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
}
