/* 新增 */
@font-face {
  font-family: "JinBuTi";
  src: url("../font/DingTalk\ JinBuTi.ttf");
}
.phoneBanner {
  display: none;
}
.banner {
  position: relative;
  width: 100%;
  height: 8rem;
}
.swiper-container {
  height: 100%;
}
.bannerContent {
  position: absolute;
  top: 6.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99;
  width: 100%;
}
.bannerContent .swiper_text {
  font-family: "JinBuTi";
  font-weight: 400;
  font-size: 0.68rem;
  color: #333333;
  line-height: 0.8rem;
  margin-bottom: 0.3rem;
}
.bannerContent .swiper_btn {
  width: 1.56rem;
  height: 0.6rem;
  background: #3082ff;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.6rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.8rem;
  cursor: pointer;
}
.bannerContent .bannerBox {
  display: flex;
  align-items: center;
}
.bannerContent .bannerBox .bannerBox_item {
  /* width: 4.64rem;
  height: 1.48rem;
  background: #ffffff; */
  border-radius: 4px 4px 4px 4px;
  margin-right: 3.41rem;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  transition: transform 0.5s ease;
}
.bannerContent .bannerBox .bannerBox_item:hover {
  /* 鼠标移入时的状态 */
  transform: scale(1.05);
  /* 放大到原尺寸的1.1倍 */
}
.bannerContent .bannerBox .bannerBox_item:last-child {
  margin-right: 0;
}
.bannerContent .bannerBox .bannerBox_item .bannerBox_item_title {
  display: flex;
  align-items: center;

  margin-bottom: 0.18rem;
}
.bannerContent .bannerBox .bannerBox_item .bannerBox_item_des {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerContent
  .bannerBox
  .bannerBox_item
  .bannerBox_item_des
  .bannerBox_item_des_text {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
  position: relative;
  display: flex;
  align-items: center;
}
/* .bannerContent .bannerBox .bannerBox_item .bannerBox_item_des .bannerBox_item_des_round {
  
} */
.bannerContent
  .bannerBox
  .bannerBox_item
  .bannerBox_item_des
  .bannerBox_item_des_text:first-child::before {
  content: "";
  width: 0;
  height: 0;
}
.bannerContent
  .bannerBox
  .bannerBox_item
  .bannerBox_item_title
  .bannerBox_item_title_img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
}
.bannerContent
  .bannerBox
  .bannerBox_item
  .bannerBox_item_title
  .bannerBox_item_title_text {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.36rem;
}
.swiper .swiper_text {
  font-family: "JinBuTi";
  font-weight: 400;
  font-size: 0.68rem;
  color: #333333;
  line-height: 0.8rem;
  margin-bottom: 0.3rem;
}
.swiper .swiper_btn {
  width: 1.56rem;
  height: 0.6rem;
  background: #3082ff;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  line-height: 0.6rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1.8rem;
  cursor: pointer;
}
.swiper .bannerBox {
  display: flex;
  align-items: center;
}
.swiper .bannerBox .bannerBox_item {
  width: 4.64rem;
  height: 1.48rem;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  margin-right: 0.24rem;
  padding: 0.32rem 0.68rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.5s ease;
}
.swiper .bannerBox .bannerBox_item:hover {
  /* 鼠标移入时的状态 */
  transform: scale(1.05);
  /* 放大到原尺寸的1.1倍 */
}
.swiper .bannerBox .bannerBox_item:last-child {
  margin-right: 0;
}
.swiper .bannerBox .bannerBox_item .bannerBox_item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.18rem;
  font-family: Source Han Sans CN-Medium;
}
.swiper .bannerBox .bannerBox_item .bannerBox_item_des {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper
  .bannerBox
  .bannerBox_item
  .bannerBox_item_des
  .bannerBox_item_des_text {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
  position: relative;
}
.swiper
  .bannerBox
  .bannerBox_item
  .bannerBox_item_des
  .bannerBox_item_des_text::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #3082ff;
  border-radius: 50%;
  position: absolute;
  left: -0.14rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.swiper
  .bannerBox
  .bannerBox_item
  .bannerBox_item_des
  .bannerBox_item_des_text:first-child::before {
  content: "";
  width: 0;
  height: 0;
}
.swiper
  .bannerBox
  .bannerBox_item
  .bannerBox_item_title
  .bannerBox_item_title_img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
}
.swiper
  .bannerBox
  .bannerBox_item
  .bannerBox_item_title
  .bannerBox_item_title_text {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.36rem;
}
.systemBox {
  width: 100%;
  padding: 0.78rem 2.4rem;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.systemBox .systemBox_title {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.38rem;
  color: #333333;
  line-height: 0.55rem;
  height: 0.55rem;
  margin-bottom: 0.08rem;
}
.systemBox .systemBox_des {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.27rem;
  height: 0.27rem;
  margin-bottom: 0.68rem;
}
.systemBox .systemBox_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.systemBox .systemBox_tab .systemBox_tab_item {
  font-size: 0.18rem;
  color: #666666;
  font-family: Source Han Sans CN-Regular;
  cursor: pointer;
  margin-right: 1.49rem;
}
.systemBox .systemBox_tab .systemBox_tab_item:last-child {
  margin-right: 0;
}

.noactive {
  display: none;
}
.systemBox .systemBox_tab .systemBox_tab_item_Active {
  font-family: Source Han Sans CN-Bold;
  font-size: 0.18rem;
  color: #3082ffff;
  font-weight: bold;
  font-family: Source Han Sans CN-Regular;
  position: relative;
  &::after {
    content: "";
    width: 100%;
    height: 0.04rem;
    background: #3082ffff;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 0;
    bottom: -0.15rem;
  }
}

.systemBox .systemBox_tab .systemBox_tab_item_Active .active {
  display: none;
}
.systemBox .systemBox_tab .systemBox_tab_item_Active .noactive {
  display: block;
}
.systemBox .systemBox_tab .systemBox_tab_item .img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.06rem;
}
.systemBox .systemBox_content .systemBox_content_only {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  text-align: left;
}
.systemBox .systemBox_content {
  display: none;
}
.systemBox .systemBox_content .systemBox_content_left {
  height: 3.88rem;
  margin-right: 0.36rem;
}
.systemBox .systemBox_content .systemBox_content_right {
  width: 7.86rem;
  padding-top: 0.12rem;
}
.systemBox .systemBox_content .systemBox_content_right .title {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.28rem;
  color: #333333;
  margin-bottom: 0.12rem;
}
.systemBox .systemBox_content .systemBox_content_right .des {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.25rem;
  min-height: 0.9rem;
}
.systemBox .systemBox_content .systemBox_content_right .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  position: relative;
  margin-bottom: 0.32rem;
}
.systemBox .systemBox_content .systemBox_content_right .line .line_item {
  position: absolute;
  bottom: -0.01rem;
  transform: translateY(-50%);
  left: 0;
  width: 0.31rem;
  height: 0.02rem;
  background: #3082ff;
}
.systemBox .systemBox_content .systemBox_content_right .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.16rem;
}
.systemBox .systemBox_content .systemBox_content_right .tags .tags_item {
  width: 25%;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 0.17rem;
}
.systemBox
  .systemBox_content
  .systemBox_content_right
  .tags
  .tags_item:nth-child(4n) {
  margin-right: 0;
}
.systemBox .systemBox_content .systemBox_content_right .tags .tags_item .img {
  width: 0.18rem;
  height: 0.17rem;
  margin-right: 0.06rem;
}
.systemBox .systemBox_content .systemBox_content_right .lookBtn {
  width: 1.6rem;
  height: 0.54rem;
  background: #3082ff;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.54rem;
  text-align: center;
  cursor: pointer;
  display: block;
}
.smartDevices {
  width: 100%;
  background-color: #fff;
  /* text-align: center; */
  box-sizing: border-box;
}
.smartDevices .title {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.49rem;
  margin-bottom: 0.08rem;
  height: 0.63rem;
  text-align: center;
}
.smartDevices .des {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.21rem;
  margin-bottom: 0.34rem;
  height: 0.26rem;
  text-align: center;
}
.smartDevices .smartDevices_item {
  background-image: url("../image/wenlv/smartDevices_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  .smartDevices_item_item {
    width: 3.45rem;
    /* height: 4.4rem; */
    background-image: url("../image/wenlv/cardBgc.png");
    background-size: 100% 100%;
    margin-right: 0.2rem;
    padding-top: 0.32rem;
    &:last-child {
      margin-right: 0;
    }
    .smartDevices_item_left_scale {
      width: 100%;
      height: 100%;
     &:hover {
      .deviceImg {
        transform: scale(1.1);
      }
     }
    }
    .device_content {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      .deviceName {
        margin-left: 0.15rem;
        font-family: Source Han Sans CN-Medium;
        font-weight: 500;
        font-size: 0.28rem;
        color: #3082ff;
        margin-bottom: 0.12rem;
      }
      .deviceDes {
        font-family: Source Han Sans CN-Regular;
        font-weight: 400;
        font-size: 0.16rem;
        color: #999999;
        margin: 0 0.15rem 0.1rem;
        /* 超出三行显示... */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
      }
      .lijiMore {
        font-family: Source Han Sans CN-Regular;
        font-weight: 400;
        font-size: 0.16rem;
        color: #3082ff;
        margin-left: 0.15rem;
        img {
          width: 0.16rem;
          height: 0.16rem;
        }
      }
      .deviceImgBox {
        flex: 1;
        width: 100%;
        text-align: right;
        overflow: hidden;
        .deviceImg {
          width: 2.55rem;
          height: 2.55rem;
          transition: all 0.3s ease-in-out;
           
        }
       
      }
    }
  }
}

.box3 {
  margin: 0.78rem 0 2.13rem;
  .box3_content {
    width: 8.27rem;
    height: 6.2rem;
    background: url("../image/wenlv/bgc3.png") no-repeat;
    background-size: cover;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    .one {
      position: absolute;
      top: -0.48rem;
      left: -2.75rem;
      width: 4.48rem;
      
      background: #ffffff;
      padding: 0.17rem 0;
      box-shadow: 0px 0.07rem 0.11rem 0px #e7f0ff;
      border-radius: 0.04rem;
      .inTitle {
        width: 100%;
        position: relative;
        height: 0.55rem;
        line-height: 0.55rem;
        margin-bottom: 0.16rem;
        background: linear-gradient(
          90deg,
          #c9deff 0%,
          rgba(255, 255, 255, 0.15) 100%
        );
        .inTitleText {
          font-family: Source Han Sans CN-Medium;
          font-weight: 500;
          font-size: 0.24rem;
          color: #3082ff;
          margin-left: 1.05rem;
        }
        img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0.26rem;
          width: 0.63rem;
          height: 0.63rem;
        }
      }
      .inDes {
        font-family: Source Han Sans CN-Regular;
        font-weight: 400;
        font-size: 0.16rem;
        padding: 0 0.23rem;
        color: #666666;
        height: 0.72rem;
      }
    }
    .two {
      position: absolute;
      top: -0.48rem;
      right: -2.75rem;
      width: 4.48rem;
     
      background: #ffffff;
      padding: 0.17rem 0;
      box-shadow: 0px 0.07rem 0.11rem 0px #e7f0ff;
      border-radius: 0.04rem;
      .inTitle {
        width: 100%;
        position: relative;
        height: 0.55rem;
        line-height: 0.55rem;
        margin-bottom: 0.16rem;
        background: linear-gradient(
          90deg,
          #c9deff 0%,
          rgba(255, 255, 255, 0.15) 100%
        );
        .inTitleText {
          font-family: Source Han Sans CN-Medium;
          font-weight: 500;
          font-size: 0.24rem;
          color: #3082ff;
          margin-left: 1.05rem;
        }
        img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0.26rem;
          width: 0.63rem;
          height: 0.63rem;
        }
      }
      .inDes {
        font-family: Source Han Sans CN-Regular;
        font-weight: 400;
        font-size: 0.16rem;
        padding: 0 0.23rem;
        color: #666666;
        height: 0.72rem;
      }
    }
    .three {
      position: absolute;
      top: 3.79rem;
      left: -2.75rem;
      width: 4.48rem;
     
      background: #ffffff;
      padding: 0.17rem 0;
      box-shadow: 0px 0.07rem 0.11rem 0px #e7f0ff;
      border-radius: 0.04rem;
      .inTitle {
        width: 100%;
        position: relative;
        height: 0.55rem;
        line-height: 0.55rem;
        margin-bottom: 0.16rem;
        background: linear-gradient(
          90deg,
          #c9deff 0%,
          rgba(255, 255, 255, 0.15) 100%
        );
        .inTitleText {
          font-family: Source Han Sans CN-Medium;
          font-weight: 500;
          font-size: 0.24rem;
          color: #3082ff;
          margin-left: 1.05rem;
        }
        img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0.26rem;
          width: 0.63rem;
          height: 0.63rem;
        }
      }
      .inDes {
        font-family: Source Han Sans CN-Regular;
        font-weight: 400;
        font-size: 0.16rem;
        padding: 0 0.23rem;
        color: #666666;
        height: 0.72rem;
      }
    }
    .four {
      position: absolute;
      top: 3.79rem;
      right: -2.75rem;
      width: 4.48rem;
      
      background: #ffffff;
      padding: 0.17rem 0;
      box-shadow: 0px 0.07rem 0.11rem 0px #e7f0ff;
      border-radius: 0.04rem;
      .inTitle {
        width: 100%;
        position: relative;
        height: 0.55rem;
        line-height: 0.55rem;
        margin-bottom: 0.16rem;
        background: linear-gradient(
          90deg,
          #c9deff 0%,
          rgba(255, 255, 255, 0.15) 100%
        );
        .inTitleText {
          font-family: Source Han Sans CN-Medium;
          font-weight: 500;
          font-size: 0.24rem;
          color: #3082ff;
          margin-left: 1.05rem;
        }
        img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0.26rem;
          width: 0.63rem;
          height: 0.63rem;
        }
      }
      .inDes {
        font-family: Source Han Sans CN-Regular;
        font-weight: 400;
        font-size: 0.16rem;
        padding: 0 0.23rem;
        color: #666666;
        height: 0.72rem;
      }
    }
    .five {
      position: absolute;
      top: 5.8rem;
      left: 1.8rem;
      width: 4.48rem;
     
      background: #ffffff;
      padding: 0.17rem 0;
      box-shadow: 0px 0.07rem 0.11rem 0px #e7f0ff;
      border-radius: 0.04rem;
      .inTitle {
        width: 100%;
        position: relative;
        height: 0.55rem;
        line-height: 0.55rem;
        margin-bottom: 0.16rem;
        background: linear-gradient(
          90deg,
          #c9deff 0%,
          rgba(255, 255, 255, 0.15) 100%
        );
        .inTitleText {
          font-family: Source Han Sans CN-Medium;
          font-weight: 500;
          font-size: 0.24rem;
          color: #3082ff;
          margin-left: 1.05rem;
        }
        img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0.26rem;
          width: 0.63rem;
          height: 0.63rem;
        }
      }
      .inDes {
        font-family: Source Han Sans CN-Regular;
        font-weight: 400;
        font-size: 0.16rem;
        padding: 0 0.23rem;
        color: #666666;
        height: 0.72rem;
      }
    }
  }
}

.box3 .text {
  text-align: center;
  width: 100%;
}
.box3 .text .title {
  height: 0.63rem;
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  line-height: 0.49rem;
  margin-bottom: 0.08rem;
}
.box3 .text .des {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  margin-bottom: 1.13rem;
}

.box4 {
  margin: 0 auto 3.07rem;
  padding-top: 0.66rem;
  box-sizing: border-box;
  background-image: url("../image/wenlv/box4bgc.png");
  background-size: 100% 100%;
  width: 14.4rem;
  height: 2.96rem;
  .titleBox {
    width: 100%;
    text-align: center;
    .title {
      height: 0.63rem;
      font-family: Source Han Sans CN-Medium;
      font-weight: 500;
      font-size: 0.36rem;
      color: #ffffff;
      line-height: 0.49rem;
      margin-bottom: 0.08rem;
    }
    .des {
      height: 0.26rem;
      font-family: Source Han Sans CN-Regular;
      font-weight: 400;
      font-size: 0.18rem;
      color: #ffffff;
      line-height: 0.21rem;
      margin-bottom: 0.27rem;
    }
  }
}
.box4 .box4_content {
  text-align: center;
}
.box4 .box4_content .box4_content_item_scroll {
  margin-right: 0.2rem;
  width: 4.4rem;
  height: 1.57rem;
  display: inline-block;
  border-radius: 0.04rem;
  margin-bottom: 0.2rem;
  &:nth-child(3n) {
    margin-right: 0;
    }
}
.box4 .box4_content .box4_content_item {
  width: 100%;
  height: 100%;
  text-align: left;
  display: flex;
  border-radius: 0.04rem;
  position: relative;

}
.box4 .box4_content .box4_content_item .box4_content_item_front {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  opacity: 1;
  background: #ffffff;
  border-radius: 0.04rem;
  box-shadow: 0px 0.04rem 0.04rem 0px #F2F7FF;
  padding-left: 0.08rem;
  box-sizing: border-box;
  position: relative;
  transition: 0.2s ease-in-out;
}
.box4
  .box4_content
  .box4_content_item
  .box4_content_item_front
  .box4_content_item_front_num {
  font-family: DIN-Medium;
  font-size: 1.18rem;
  color: rgba(23, 179, 112, 0.05);
}
.box4
  .box4_content
  .box4_content_item
  .box4_content_item_front
  .box4_content_item_front_IconName {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.32rem;
  display: flex;
  align-items: center;
}
.box4
  .box4_content
  .box4_content_item
  .box4_content_item_front
  .box4_content_item_front_IconName
  .box4_content_item_front_icon {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.12rem;
}
.box4
  .box4_content
  .box4_content_item
  .box4_content_item_front
  .box4_content_item_front_IconName
  .box4_content_item_front_name {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}
.box4 .box4_content .box4_content_item .box4_content_item_back {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  background: #4EA7FF;
  border-radius: 0.04rem;
  box-shadow: 0px 0.04rem 0.12rem 0px  #90BEFF;
  transition: 0.2s ease-in-out;
  padding-left: 0.24rem;
  box-sizing: border-box;
  display: flex;
}
.box4
  .box4_content
  .box4_content_item
  .box4_content_item_back
  .box4_content_item_back_icon {
  width: 0.68rem;
  height: 0.68rem;
  margin-right: 0.19rem;
  margin-top: 0.44rem;
}
.box4
  .box4_content
  .box4_content_item
  .box4_content_item_back
  .box4_content_item_back_titleDes {
    padding-right: 0.24rem;
  margin-top: 0.32rem;
}
.box4
  .box4_content
  .box4_content_item
  .box4_content_item_back
  .box4_content_item_back_titleDes
  .box4_content_item_back_title {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.24rem;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.box4
  .box4_content
  .box4_content_item
  .box4_content_item_back
  .box4_content_item_back_titleDes
  .box4_content_item_back_des {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.24rem;
  
}
.box4 .box4_content .box4_content_item:nth-child(3n) {
  margin-right: 0;
}
.box4 .box4_content .box4_content_item:nth-child(n + 4) {
  margin-bottom: 0;
}
.box4 .box4_content .box4_content_item:hover .box4_content_item_front {
  opacity: 0;
}
.box4 .box4_content .box4_content_item:hover .box4_content_item_back {
  opacity: 1;
}

.box5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding-top: 0.86rem;
}
.box5 .title {
  height: 0.63rem;
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.42rem;
  color: #333333;
  line-height: 0.49rem;
  margin-bottom: 0.08rem;
}
.box5 .des {
  height: 0.26rem;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.21rem;
  margin-bottom: 0.4rem;
}
.box5 .box5_content {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.box5 .box5_content .box5_content_item {
  margin-right: 0.24rem;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 45, 26, 0.06);
  border-radius: 4px 4px 4px 4px;
  width: 3.42rem;
  height: 2.52rem;
  box-sizing: border-box;
  overflow: hidden;
}
.box5 .box5_content .box5_content_item:nth-child(4) {
  margin-right: 0;
}
.box5 .box5_content .box5_content_item:hover .box5_content_item_img img {
  transform: scale(1.2);
}
.box5 .box5_content .box5_content_item .box5_content_item_img {
  width: 3.42rem;
  height: 1.92rem;
  overflow: hidden;
}
.box5 .box5_content .box5_content_item .box5_content_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.box5 .box5_content .box5_content_item .name {
  width: 3.42rem;
  padding: 0.16rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.box5 .box5_content .box5_content_item .name .leftNum {
  padding: 0.04rem 0.08rem;
  background: rgba(23, 179, 112, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #3082ff;
  margin-right: 0.06rem;
  line-height: 0.16rem;
  text-align: center;
}
.box5 .box5_content .box5_content_item .name .leftNum_3A {
  color: #3975ff;
  background: rgba(57, 117, 255, 0.2);
}
.box5 .box5_content .box5_content_item .name .leftNum_5A {
  color: #ff823b;
  background: rgba(220, 107, 26, 0.1);
}
.box5 .box5_content .box5_content_item .name .text {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.28rem;
}
.box6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding-top: 0.86rem;
  padding-bottom: 0.86rem;
}
.box6 .titleBox {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
  position: relative;
}
.box6 .titleBox .title {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.42rem;
  color: #333333;
}
.box6 .titleBox .lookMore_box6 {
  position: absolute;
  right: -6.34rem;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  cursor: pointer;
}
.box6 .box6_content {
  display: flex;
  width: 14.4rem;
}
.box6 .box6_content .box6_item {
  width: 4.6rem;
  height: 5.47rem;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 45, 26, 0.06);
  margin-right: 0.3rem;
  overflow: hidden;
}
.box6 .box6_content .box6_item:last-child {
  margin-right: 0;
}
.box6 .box6_content .box6_item .box6_item_img {
  width: 4.6rem;
  height: 2.83rem;
}
.box6 .box6_content .box6_item .box6_item_content {
  position: relative;
  top: -0.65rem;
  width: 4.6rem;
  height: 3.28rem;
  border-radius: 0.1rem 0.1rem 0 0;
  padding: 0.16rem 0.24rem 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, #ffffff 18%);
}
.box6 .box6_content .box6_item .box6_item_content .box6_item_content_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.13rem;
}
.box6
  .box6_content
  .box6_item
  .box6_item_content
  .box6_item_content_title
  .box6_item_content_title_name {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.28rem;
  color: #333333;
  line-height: 0.33rem;
}
.box6
  .box6_content
  .box6_item
  .box6_item_content
  .box6_item_content_title
  .box6_item_content_title_more {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.19rem;
  cursor: pointer;
}
.box6 .box6_content .box6_item .box6_item_content .box6_item_content_list {
  padding: 0.1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.box6
  .box6_content
  .box6_item
  .box6_item_content
  .box6_item_content_list:hover
  .box6_item_content_list_title {
  color: #3082ff;
}
.box6
  .box6_content
  .box6_item
  .box6_item_content
  .box6_item_content_list
  .box6_item_content_list_title {
  width: 2.52rem;
  white-space: nowrap;
  /* 溢出部分隐藏 */
  overflow: hidden;
  /* 使用省略号表示被截断的文本 */
  text-overflow: ellipsis;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.28rem;
}
.box6
  .box6_content
  .box6_item
  .box6_item_content
  .box6_item_content_list
  .box6_item_content_list_time {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.19rem;
}
.box6 .box6_content .box6_img {
  width: 7.2rem;
  height: 4.42rem;
  overflow: hidden;
  margin-right: 0.36rem;
  position: relative;
  display: none;
  border-radius: 0.04rem;
}
.box6 .box6_content .box6_img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.box6 .box6_content .box6_img img:hover {
  transform: scale(1.1);
}
.box6 .box6_content .box6_img .bottom {
  position: absolute;
  bottom: 0;
  width: 7.2rem;
  padding: 0.1rem 0.24rem;
  background: rgba(0, 0, 0, 0.5);
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 0.04rem 0.04rem;
}
.box6 .box6_content .box6_img .bottom .yuandian {
  display: flex;
  align-items: center;
}
.box6 .box6_content .box6_img .bottom .yuandian span {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0.1rem;
}
.box6 .box6_content .box6_img .bottom .title {
  width: 5.28rem;
  white-space: nowrap;
  /* 溢出部分隐藏 */
  overflow: hidden;
  /* 使用省略号表示被截断的文本 */
  text-overflow: ellipsis;
}
.box6 .box6_content .listContent {
  width: 6.84rem;
}
.box6 .box6_content .listContent .list_item {
  width: 6.39rem;
  height: 0.96rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.2rem;
  padding: 0.16rem 0.25rem 0.16rem 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.box6 .box6_content .listContent .list_item .text1 {
  margin-bottom: 0.12rem;
  font-family: Source Han Sans CN-Regular;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.28rem;
  white-space: nowrap;
  /* 溢出部分隐藏 */
  overflow: hidden;
  /* 使用省略号表示被截断的文本 */
  text-overflow: ellipsis;
}
.box6 .box6_content .listContent .list_item .text1 .time {
  margin-right: 0.2rem;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
}
.box6 .box6_content .listContent .list_item .text1 .title {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}
.box6 .box6_content .listContent .list_item .text2 {
  width: 100%;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
  white-space: nowrap;
  /* 溢出部分隐藏 */
  overflow: hidden;
  /* 使用省略号表示被截断的文本 */
  text-overflow: ellipsis;
}
.box6 .box6_content .listContent .list_item .text2 p {
  white-space: nowrap;
  /* 溢出部分隐藏 */
  overflow: hidden;
  /* 使用省略号表示被截断的文本 */
  text-overflow: ellipsis;
}
.box6 .box6_content .listContent .list_item_Active {
  background-color: #f8f8f8;
}
@font-face {
  font-family: DIN;
  /*这里是说明调用来的字体名字*/
  src: url("../font/DIN-Black.otf");
  /*这里是字体文件路径*/
}
@keyframes moveCard {
  0% {
    transform: translateY(0px);
    /* 从原始位置开始 */
  }
  50% {
    transform: translateY(-10px);
    /* 向上移动到 -20px */
  }
  100% {
    transform: translateY(0px);
    /* 返回到原始位置 */
  }
}
