@charset "UTF-8";
.kv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.kv .bg {
  width: 100%;
  height: 100%;
}
.kv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kv .content {
  position: absolute;
  left: 2.7rem;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3.3rem 0 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kv .content .title {
  width: 4.38rem;
}
.kv .content .title img {
  width: 100%;
}
.kv .content .detail .t {
  font-weight: 500;
  font-size: 0.28rem;
  color: #ffffff;
}
.kv .content .detail .line {
  height: 2px;
  width: 0.65rem;
  margin: 0.35rem 0;
  background-color: #fff;
}
.kv .content .detail .d {
  font-weight: 300;
  font-size: 0.16rem;
  width: 30%;
  line-height: 1.8;
  color: #ffffff;
}

.section1 {
  display: flex;
  padding: 1.56rem 2.69rem 1.14rem;
}

.section1 .left-box {
  width: 65%;
}
.section1 .left-box .swiper {
  width: 100%;
  border-radius: 0.18rem;
}
.section1 .left-box .swiper .swiper-slide {
  width: 100%;
  border-radius: 0.18rem;
}
.section1 .left-box .swiper .swiper-slide img {
  width: 100%;
  border-radius: 0.18rem;
}
.section1 .right-box {
  flex: 1;
  padding-left: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section1 .right-box .content {
  position: relative;
}
.section1 .right-box .content .box {
  position: absolute;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section1 .right-box .content .box .t-box {
  position: relative;
  padding-top: 0.9rem;
  padding-bottom: 0.53rem;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #cecece;
}
.section1 .right-box .content .box .t-box .t {
  font-weight: bold;
  font-size: 0.42rem;
  color: #242933;
  position: relative;
  z-index: 1;
}
.section1 .right-box .content .box .t-box .t-num {
  font-weight: 600;
  font-size: 1.14rem;
  color: #edeff2;
  position: absolute;
  right: 0;
  top: 0;
}
.section1 .right-box .content .box .d-box {
  margin-top: 0.7rem;
}
.section1 .right-box .content .box .d-box .d1 {
  font-weight: bold;
  font-size: 0.26rem;
  color: #242933;
  text-align: right;
}
.section1 .right-box .content .box .d-box .d2 {
      font-weight: 400;
    font-size: 0.14rem;
    color: #242933;
    margin-top: 0.4rem;
    text-align: right;
    /* min-height: 2.4rem; */
    line-height: 0.28rem;
}
.section1 .right-box .content .box.active {
  position: relative;
  opacity: 1;
}
.section1 .right-box .swiper-controller {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-left: 0.32rem;
  z-index: 2;
  width: 100%;
}
.section1 .right-box .swiper-controller .num {
  cursor: pointer;
  font-weight: 500;
  font-size: 0.13rem;
  color: #d8dadd;
  border-bottom: 1px solid #d8dadd;
  padding-bottom: 0.05rem;
  width: 16%;
  margin-left: 0.1rem;
  transition: all 0.3s ease;
}
.section1 .right-box .swiper-controller .num.active {
  color: #dfb591;
  border-color: #dfb591;
}

.section2 {
  position: relative;
}
.section2 .bg {
  width: 100%;
}
.section2 .bg img {
  width: 100%;
}
.section2 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2.75rem 2.69rem 2.36rem;
  display: flex;
  justify-content: space-between;
}
.section2 .content .left-box {
  width: 19%;
}
.section2 .content .left-box .t-box {
  position: relative;
}
.section2 .content .left-box .t-box .t {
  font-weight: bold;
  font-size: 0.42rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.section2 .content .left-box .t-box .t-num {
  position: absolute;
  font-weight: 600;
  font-size: 1.14rem;
  color: #ffffff;
  left: 0;
  top: -1rem;
  opacity: 0.1;
}
.section2 .content .left-box .line {
  background: #edeff2;
  opacity: 0.33;
  height: 2px;
  width: 100%;
  margin-top: 0.65rem;
}
.section2 .content .left-box .d-box {
  padding-top: 0.88rem;
}
.section2 .content .left-box .d-box .d1 {
  font-weight: bold;
  font-size: 0.26rem;
  color: #ffffff;
}
.section2 .content .left-box .d-box .d2 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  margin-top: 0.24rem;
  line-height: 1.5;
}
.section2 .content .right-box {
  flex: 1;
  display: flex;
  padding-left: 3.87rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section2 .content .right-box .box {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
}
.section2 .content .right-box .box .t {
  font-weight: bold;
  font-size: 0.89rem;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
}
.section2 .content .right-box .box .t::after {
  content: "";
  top: 0;
  right: -0.4rem;
  position: absolute;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
}
.section2 .content .right-box .box .d {
  font-weight: 400;
  font-size: 0.19rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section2 .content .right-box .box.box1 .t::after {
  content: "家";
}
.section2 .content .right-box .box.box2 .t::after {
  content: "年";
}
.section2 .content .right-box .box.box3 .t::after {
  content: "个";
}
.section2 .content .right-box .box.box4 .t::after {
  content: "万";
}

.section3 {
  display: flex;
  background: #f9fafc;
  padding: 1.54rem 2.69rem;
}
.section3 .left-box {
  display: flex;
  width: 70%;
}
.section3 .left-box .box {
  position: relative;
  width: 50%;
}
.section3 .left-box .box .bg {
  width: 100%;
  border-radius: 0.18rem;
  overflow: hidden;
}
.section3 .left-box .box .bg img {
  width: 100%;
  border-radius: 0.18rem;
  transition: all 0.5s ease;
}
.section3 .left-box .box:hover .bg img {
  scale: 1.1;
  transition: all 0.5s ease;
}
.section3 .left-box .box .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 0.18rem;
  /* background-color: rgba(2, 2, 31, 0.6); */
  padding: 0.3rem 0.45rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section3 .left-box .box:hover .content {
  background-color: rgba(2, 2, 31, 0.6);
}
.section3 .left-box .box .content .num {
  font-weight: bold;
  font-size: 0.5rem;
  color: #ffffff;
}
.section3 .left-box .box .content .t {
  font-weight: 500;
  font-size: 0.26rem;
  color: #ffffff;
}
.section3 .left-box .box .content .d {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 2;
  max-height: 0;
  overflow: hidden;
}
/* .section3 .left-box .box:hover .content .d {
  max-height: 10rem;
  transition: all 0.5s ease;
} */
.section3 .left-box .box .content .change-btn {
  width: 0.34rem;
  height: 0.34rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  bottom: 0.35rem;
  right: 0.35rem;
  cursor: pointer;
  transition: all 1s ease;
}
.section3 .left-box .box .content .change-btn img {
  width: 60%;
  transform: rotate(180deg);
}
.section3 .left-box .box:nth-last-of-type(1) {
  margin-left: 0.15rem;
}
.section3 .left-box .box:hover .content {
  padding-bottom: 0.73rem;
}
.section3 .left-box .box:hover .content .t {
  padding-top: 0.54rem;
}
.section3 .left-box .box:hover .content .d {
  max-height: 10rem;
  padding-top: 0.7rem;
  transition: all 0.3s ease;
}
.section3 .left-box .box:hover .content .change-btn img {
  transform: rotate(0);
}
.section3 .right-box {
  flex: 1;
  padding-left: 0.64rem;
}
.section3 .right-box .t-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 1.06rem;
}
.section3 .right-box .t-box .t {
  font-weight: bold;
  font-size: 0.42rem;
  color: #242933;
  position: relative;
  z-index: 1;
  text-align: end;
}
.section3 .right-box .t-box .t-num {
  position: absolute;
  font-weight: 600;
  font-size: 1.14rem;
  color: #242933;
  right: 0;
  top: 0;
  opacity: 0.1;
}
.section3 .right-box .line {
  background: #cecece;
  opacity: 0.33;
  height: 2px;
  width: 100%;
  margin-top: 0.65rem;
}
.section3 .right-box .d-box {
  padding-top: 1.75rem;
  text-align: right;
}
.section3 .right-box .d-box .d2 {
      font-weight: 400;
    font-size: 0.16rem;
    color: #242933;
    margin-top: 0.24rem;
    line-height: 2;
}

.section4 {
  display: flex;
  padding: 1.06rem 2.69rem 1.64rem;
}
.section4 .left-box {
  flex: 1;
  justify-content: space-between;
  padding-right: 0.72rem;
  display: flex;
  flex-direction: column;
}
.section4 .left-box .t-box {
  position: relative;
  padding-top: 1.06rem;
}
.section4 .left-box .t-box .t {
  font-weight: bold;
  font-size: 0.42rem;
  color: #242933;
  position: relative;
  z-index: 1;
}
.section4 .left-box .t-box .t-num {
  position: absolute;
  font-weight: 600;
  font-size: 1.14rem;
  color: #242933;
  left: 0;
  top: 0rem;
  opacity: 0.1;
}
.section4 .left-box .line {
  background: #edeff2;
  opacity: 0.33;
  height: 2px;
  width: 100%;
  margin-top: 0.65rem;
}
.section4 .left-box .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section4 .left-box .tabs .tab {
  background: #f5f7fa;
  border-radius: 0.12rem;
  width: 47.5%;
  margin-top: 0.11rem;
  height: 0.84rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
  font-weight: 500;
  font-size: 0.24rem;
  color: #242933;
  cursor: pointer;
}
.section4 .left-box .tabs .tab:nth-of-type(2),
.section4 .left-box .tabs .tab:nth-of-type(4) {
  margin-right: 0;
}
.section4 .left-box .tabs .tab.active {
  background: #dfb591;
  color: #fff;
}
.section4 .right-box {
  width: 70%;
  overflow: hidden;
}
.section4 .right-box .boxies {
  position: absolute;
  display: none;
}
.section4 .right-box .boxies .box {
  position: relative;
  width: 100%;
  border-radius: 0.18rem;
}
.section4 .right-box .boxies .box .bg {
  width: 100%;
}
.section4 .right-box .boxies .box .bg img {
  border-radius: 0.18rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section4 .right-box .boxies .box .content {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  border-radius: 0.18rem;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.3rem 0.32rem;
  cursor: pointer;
}
.section4 .right-box .boxies-five .box .content{
  padding: 0.15rem 0.15rem;
  line-height: 0.36rem;

}
.section4 .right-box .boxies .box:hover .content {
  background-color: rgba(0, 0, 0, 0.5);
}
.section4 .right-box .boxies .box .content .t {
  font-weight: 500;
  font-size: 0.26rem;
  color: #ffffff;
}
.section4 .right-box .boxies .box .content .d {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  margin-top: 0.03rem;
}
.section4 .right-box .boxies .box .content .sbtn {
  width: 0.8rem;
  height: 0.3rem;
  border: 1px solid #ffffff;
  border-radius: 0.15rem;
  font-weight: 400;
  font-size: 0.13rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.32rem;
  opacity: 0;
  display: none;
  transition: all 0.5s ease;
  /* padding-top: 0.05rem; */
  padding-left: 0.13rem;
  line-height: 0.3rem
}
.section4 .right-box .boxies .box:hover .content .sbtn {
  opacity: 1;
  display: block;
  transition: all 0.5s ease;
}


.section4 .left-box .boxies .box .content .sbtn {
  width: 0.8rem;
  height: 0.3rem;
  border: 1px solid #ffffff;
  border-radius: 0.15rem;
  font-weight: 400;
  font-size: 0.13rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.32rem;
  opacity: 0;
  display: none;
  transition: all 0.5s ease;
  padding-top: 0.05rem;
  padding-left: 0.13rem;
}
.section4 .left-box .boxies .box:hover .content .sbtn {
  opacity: 1;
  display: block;
  transition: all 0.5s ease;
}
.section4 .right-box .boxies .l {
  width: 50%;
  display: flex;
}
.section4 .right-box .boxies-five .l{
    width: 100%;
    display: flex;
    gap: 0.15rem;
}
.section4 .right-box .boxies .l .box {
  width: 100%;
  display: block;
  overflow: hidden;
}
.section4 .right-box .boxies .l .box .bg {
  width: 100%;
}
.section4 .right-box .boxies .l .box .bg img {
  width: 100%;
  transition: all 0.5s ease;
}
.section4 .right-box .boxies .l .box:hover .bg img {
  scale: 1.1;
  transition: all 0.5s ease;
}
.section4 .right-box .boxies .l .box .content {
  position: absolute;
  left: 0;
}

.section4 .right-box .boxies .r {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.15rem;
}
.section4 .right-box .boxies-five .r {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction:  row;
  gap: 0.1rem;
  margin-top: 0.15rem;
  margin-left: 0;
}
.section4 .right-box .boxies .r .box {
  width: 100%;
  display: block;
  height: 50%;
  overflow: hidden;
}
.section4 .right-box .boxies-five .r .box {
  width: calc( 100% / 3 - 0.2rem / 3 );
  display: block;
  height: 50%;
  overflow: hidden;
}
.section4 .right-box .boxies .r .box .bg {
  width: 100%;
  height: 100%;
}
.section4 .right-box .boxies .r .box .bg img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section4 .right-box .boxies .r .box:hover .bg img {
  scale: 1.1;
  transition: all 1s ease;
}
.section4 .right-box .boxies .r .box:nth-last-of-type(1) {
  margin-top: 0.15rem;
}
.section4 .right-box .boxies-five .r .box:nth-last-of-type(1) {
  margin-top: 0;
}
.section4 .right-box .boxies .z {
  display: flex;
  justify-content: space-between;
}
.section4 .right-box .boxies .z .box:nth-last-of-type(1) {
  margin-left: 0.15rem;
}
.section4 .right-box .boxies.active {
  position: relative;
  display: flex;
}

.section4 .right-box .boxies-five.active {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section5 {
  display: flex;
  background: #f9fafc;
  padding: 1.54rem 2.69rem;
}
.section5 .left-box {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.section5 .left-box .box {
  width: 49%;
  position: relative;
  margin-bottom: 0.15rem;
}
.section5 .left-box .box .box-pic {
  width: 100%;
  position: absolute;
  margin-bottom: 0.15rem;
  height: 100%;
  border-radius: 0.18rem;
  /* background-color: rgba(0, 0, 0, 0.2); */
}
.section5 .left-box .box:hover .box-pic {
  background-color: rgba(0, 0, 0, 0.4);
}
.section5 .left-box .box .bg {
  width: 100%;
}
.section5 .left-box .box .bg img {
  width: 100%;
  border-radius: 0.18rem;
  opacity: 1;
}
.section5 .left-box .box:hover .bg img {
  /* opacity: 0.7; */
}
.section5 .left-box .box .content {
  position: absolute;
  bottom: 0.23rem;
  left: 0;
  padding: 0 0.31rem;
}
.section5 .left-box .box .content .t {
  font-weight: 500;
  font-size: 0.26rem;
  color: #ffffff;
}
.section5 .left-box .box .content .d {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 1.8;
  margin-top: 0.1rem;
  max-height: 0;
  overflow: hidden;
}
.section5 .left-box .box:nth-of-type(1),
.section5 .left-box .box:nth-of-type(3) {
  margin-right: 0.15rem;
}
.section5 .left-box .box:hover .content .d {
  max-height: 5rem;
  transition: all 0.5s ease;
}
.section5 .right-box {
  flex: 1;
  padding-left: 0.64rem;
}
.section5 .right-box .t-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 1.06rem;
}
.section5 .right-box .t-box .t {
  font-weight: bold;
  font-size: 0.42rem;
  color: #242933;
  position: relative;
  z-index: 1;
  text-align: end;
}
.section5 .right-box .t-box .t-num {
  position: absolute;
  font-weight: 600;
  font-size: 1.14rem;
  color: #242933;
  right: 0;
  top: 0;
  opacity: 0.1;
}
.section5 .right-box .line {
  background: #cecece;
  opacity: 0.33;
  height: 2px;
  width: 100%;
  margin-top: 0.65rem;
}
.section5 .right-box .d-box {
  padding-top: 1.3rem;
  text-align: right;
}
.section5 .right-box .d-box .d1 {
  font-weight: bold;
  font-size: 0.26rem;
  color: #242933;
}
.section5 .right-box .d-box .d2 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #242933;
  margin-top: 0.2rem;
  line-height: 2;
} /*# sourceMappingURL=index.css.map */

/* 浮出 */
.section1,
.section2,
.section3,
.section4,
.section5 {
  opacity: 0;
  transition: all 2.5s;
  transform: translateY(1rem);
}
.section1._into,
.section2._into,
.section3._into,
.section4._into,
.section5._into {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 768px) {
  .kv .content {
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-end;
    align-items: center;
    bottom: 0.92rem;
    top: auto;
  }
  .kv .content .title {
    width: 3.85rem;
  }
  .kv .content .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .kv .content .detail .t {
    display: none;
  }
  .kv .content .detail .line {
    margin-top: 0.66rem;
  }
  .kv .content .detail .d {
    width: 100%;
    font-size: 0.2rem;
    padding: 0 1.23rem;
    text-align: center;
  }
  .section1 {
    flex-direction: column-reverse;
    padding: 0.7rem 0.52rem 1.24rem;
    overflow: hidden;
  }
  .section1 .right-box {
    padding: 0;
  }
  .section1 .right-box .content .box .t-box {
    text-align: left;
  }
  .section1 .right-box .content .box .t-box .t-num {
    left: 0;
    right: auto;
  }
  .section1 .right-box .content .box .d-box {
    margin-top: 0.33rem;
    width: 100%;
  }
  .section1 .right-box .content .box .d-box .d1 {
    text-align: left;
    font-size: 0.32rem;
  }
  .section1 .right-box .content .box .d-box .d2 {
    text-align: left;
    color: #777;
    font-size: 0.22rem;
    line-height: 2;
    height: 2rem;
  }
  .section1 .left-box {
    width: 100%;
    margin-top: 0.5rem;
    position: relative;
    z-index: 10;
  }
  .section1 .right-box .swiper-controller {
    position: absolute;
    bottom: 0.54rem;
    left: 0.2rem;
    justify-content: flex-start;
  }
  .section1 .right-box .swiper-controller .num {
    font-size: 0.19rem;
    margin-right: 0.17rem;
    margin-left: 0;
  }
  .section2 {
    flex-direction: column;
  }
  .section2 .content {
    padding: 0 0.52rem;
    flex-direction: column;
  }
  .section2 .content .left-box {
    width: 100%;
  }
  .section2 .content .left-box .t-box {
    padding: 1.87rem 0 0;
  }
  .section2 .content .right-box {
    padding-left: 0;
    width: 100%;
  }
  .section2 .content .left-box .t-box .t-num {
    top: 1rem;
  }
  .section2 .content .left-box .line {
    height: 1px;
    margin-top: 0.53rem;
  }
  .section2 .content .left-box .d-box {
    padding-top: 0.53rem;
  }
  .section2 .content .left-box .d-box .d2 {
    font-size: 0.22rem;
  }
  .section2 .content .right-box {
    margin-top: 1.5rem;
  }
  .section2 .content .right-box .box .t {
    font-size: 0.7rem;
  }
  .section2 .content .right-box .box .t::after {
    font-size: 0.3rem;
  }
  .section2 .content .right-box .box .d {
    font-size: 0.2rem;
  }
  .section3 {
    padding: 0 0.52rem 0.63rem;
    flex-direction: column-reverse;
  }
  .section3 .right-box .t-box {
    padding-top: 1.6rem;
  }
  .section3 .right-box {
    padding-left: 0;
  }
  .section3 .right-box .t-box {
    align-items: flex-start;
  }
  .section3 .right-box .t-box .t-num {
    top: 0.6rem;
    right: inherit;
    left: 0;
  }
  .section3 .right-box .t-box .t {
    text-align: left;
  }
  .section3 .right-box .line {
    height: 1px;
    margin-top: 0.53rem;
  }
  .section3 .right-box .d-box {
    padding-top: 0.53rem;
  }
  .section3 .right-box .d-box .d2 {
    color: #777;
    margin-top: 0;
    font-size: 0.22rem;
    line-height: 2;
  }
  .section3 .right-box .d-box {
    text-align: left;
  }
  .section3 .left-box {
    width: 100%;
    margin-top: 0.7rem;
  }
  .section3 .left-box .box:hover .content .t {
    padding-top: 0.25rem;
  }
  .section3 .left-box .box:hover .content .d {
    padding-top: 0.25rem;
  }
  .section3 .left-box .box .content .d {
    line-height: 1.2;
  }
  .section3 .left-box .box .content {
    padding: 0.3rem;
  }
  .section3 .left-box .box .content .change-btn {
    bottom: 0.3rem;
  }
  .section4 {
    padding: 0 0.52rem 0.77rem;
    flex-direction: column;
  }
  .section4 .left-box .t-box {
    padding-top: 1.6rem;
  }
  .section4 .left-box .t-box .t-num {
    top: 0.6rem;
  }
  .section4 .left-box .line {
    margin-top: 0.7rem;
  }
  .section4 .left-box {
    padding-right: 0;
  }
  .section4 .left-box .tabs {
    margin-top: 0.7rem;
    justify-content: space-between;
  }
  .section4 .left-box .tabs .tab {
    width: 23%;
    margin-right: 0;
  }
  .section4 .right-box {
    width: 100%;
    margin-top: 0.7rem;
  }
  .section5 {
    padding: 0 0.52rem 1rem;
    flex-direction: column-reverse;
  }
  .section5 .right-box {
    padding-left: 0;
  }
  .section5 .right-box .t-box {
    align-items: flex-start;
  }
  .section5 .right-box .t-box .t {
    text-align: left;
  }
  .section5 .right-box .t-box .t-num {
    right: auto;
    left: 0;
  }
  .section5 .right-box .line {
    height: 1px;
    margin-top: 0.53rem;
  }
  .section5 .right-box .d-box {
    padding-top: 0.53rem;
  }
  .section5 .right-box .d-box {
    text-align: left;
  }
  .section5 .right-box .d-box .d1 {
    font-size: 0.32rem;
  }
  .section5 .right-box .d-box .d2 {
    font-size: 0.22rem;
    color: #777;
    line-height: 2;
  }
  .section5 .left-box {
    width: 100%;
    margin-top: 0.53rem;
  }
  .section5 .left-box .box {
    width: 47%;
  }
  .section5 .left-box .box .content .d {
    font-size: 0.15rem;
    line-height: 1.5;
  }

  .section4 .right-box .boxies .box:hover .content .sbtn{
    display: none;
}
.section4 .right-box .boxies .box .content .sbtn{
    display: none;
}
}
