.detailBanner,
.comBanner {
  width: 100%;
  height: 7.06rem;
  position: relative;
}
.detailBanner img,
.comBanner img,
.comBanner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detailBanner .back,
.comBanner .back {
  width: 1.6rem;
  height: 0.6rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.84);
  position: absolute;
  right: 0rem;
  top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans CN,
      Source Han Sans CN;
  font-weight: 400;
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.84);
  transition: all 0.6s;
}
.detailBanner .back:hover,
.comBanner .back:hover {
  background-color: #000;
  border: 0.02rem solid #000;
}


.detailBanner .text,
.comBanner .text {
  position: absolute;
  top: 2rem;
  left: 0rem;
}
.detailBanner .text .text1,
.comBanner .text .text1 {
   font-family: 'HarmonyOS Sans', sans-serif;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}
.detailBanner .text .auth,
.comBanner .text .auth,
.detailBanner .text .time,
.comBanner .text .time {
  font-family: HarmonyOS Sans,
        HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  margin-top: 0.16rem;
}
.detailBanner .text h2,
.comBanner .text h2 {
  font-family: HarmonyOS Sans,
        HarmonyOS Sans;
  font-weight: 500;
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 0.7rem;
  max-width: 13rem;
}
.detailBanner .text h3,
.comBanner .text h3 {
  font-family: HarmonyOS Sans,
        HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.36rem;
  margin-top: 0.2rem;
}
.detailBanner {
  height: 6rem;
}
.insightWrap {
  background-color: #f5f5f7;
  padding: 0 0 1rem;
}
.insightWrap .topList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.43rem;
  margin-top: -2.68rem;
  position: relative;
  z-index: 10;
}
.insightWrap .topList .item {
  width: 4.78rem;
  height: 5.12rem;
  position: relative;
  overflow: hidden;
}
.insightWrap .topList .item:hover .mask {
  top: 0;
}
.insightWrap .topList .item .img {
  width: 4.78rem;
  height: 2.68rem;
}
.insightWrap .topList .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insightWrap .topList .item .bottom {
  height: 2.4rem;
  padding: 0.33rem 0.4rem;
  background-color: #ffffff;
}
.insightWrap .topList .item .bottom .tip {
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #808080;
}
.insightWrap .topList .item .bottom .text {
  font-family: Source Han Sans CN,
            Source Han Sans CN;
  font-weight: 500;
  font-size: 0.2rem;
  color: rgba(29, 29, 31, 0.84);
  line-height: 0.32rem;
  margin-top: 0.14rem;
}
.insightWrap .topList .item .bottom .last {
  margin-top: 0.31rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insightWrap .topList .item .bottom .last .time {
  font-family: HarmonyOS Sans,
              HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
}
.insightWrap .topList .item .bottom .last img {
  width: 0.4rem;
  height: 0.4rem;
}
.insightWrap .topList .item .mask {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #515154;
  border: 1px solid #eeeeee;
  background-size: cover;
  padding: 0.5rem 0.4rem;
  transition: all 0.6s;
}
.insightWrap .topList .item .mask .msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.insightWrap .topList .item .mask .msg p {
  font-family: HarmonyOS Sans,
              HarmonyOS Sans;
  font-weight: 400;
}
.insightWrap .topList .item .mask .msg p:nth-child(1) {
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.84);
}
.insightWrap .topList .item .mask .msg p:nth-child(2) {
  font-size: 0.16rem;
  color: #fff;
}
.insightWrap .topList .item .mask .title {
  font-family: Source Han Sans CN,
            Source Han Sans CN;
  font-weight: 500;
  font-size: 0.32rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 0.48rem;
  margin-top: 0.74rem;
}
.insightWrap .topList .item .mask .btn {
  width: 1.8rem;
  height: 0.54rem;
  border: 0.01rem solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: HarmonyOS Sans,
            HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.26rem;
  color: #ffffff;
  margin: .33rem auto 0;
  transition: all 0.6s;
}
.insightWrap .topList .item .mask .btn:hover {
  background-color: #ffffff;
  color: #000;
}
.insightWrap .bottomList {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.insightWrap .bottomList .item {
  width: 7.1rem;
  padding-bottom: 0.52rem;
  border-bottom: 0.02rem solid #bdbdbf;
}
.insightWrap .bottomList .item .flex {
  display: flex;
}
.insightWrap .bottomList .item .flex:hover img {
  transform: scale(1.1);
}
.insightWrap .bottomList .item .flex .img {
  width: 2.68rem;
  height: 1.5rem;
  overflow: hidden;
}
.insightWrap .bottomList .item .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.insightWrap .bottomList .item .flex .right {
  background-color: #fff;
  flex: 1;
  padding: 0.15rem 0.32rem 0.15rem;
}
.insightWrap .bottomList .item .flex .right .text1 {
  font-family: HarmonyOS Sans,
              HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #808080;
}
.insightWrap .bottomList .item .flex .right .text2 {
  font-family: Source Han Sans CN,
              Source Han Sans CN;
  font-weight: 500;
  font-size: 0.2rem;
  color: rgba(29, 29, 31, 0.84);
  line-height: 0.28rem;
  margin-top: 0.04rem;
}
.insightWrap .bottomList .item .flex .right .time {
  font-family: PingFang SC,
              PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  margin-top: 0.1rem;
}
.insightPageWrap {
  padding: 0.8rem 0;
  background-color: #fff;
}
.insightWrap .topList a.item {
  display: block;
  color: inherit;
  text-decoration: none;
}
.insightWrap .bottomList a.flex {
  display: flex;
  color: inherit;
  text-decoration: none;
}
/* 详情 */
.insightDetail {
  padding-bottom: 1rem;
  margin-top: -1.21rem;
  position: relative;
  z-index: 10;
}
.insightDetail .content > img,
.insightDetail .content > video {
  max-width: 100%;
  margin: 0 auto;
  width: revert-layer;
  display: block;
}
.insightDetail .content > img:first-child,
.insightDetail .content > video:first-child {
  margin-top: 0;
}
.insightDetail .content p {
  margin: 0.48rem auto 0;
  font-family: HarmonyOS Sans,
        HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1d1d1f;
  line-height: 0.35rem;
}
.insightDetail .content img {
  margin-top: 0.48rem;
  height: auto;
}
.insightDetail .line {
  width: 100%;
  height: 2px;
  background-color: #bdbdbf;
  margin: 1rem 0 0.8rem;
}
.insightDetail .bottom {
  display: flex;
  gap: 0.2rem;
  align-items: center;
  justify-content: space-between;
}
.insightDetail .bottom .nav .item {
  font-family: HarmonyOS Sans,
          HarmonyOS Sans;
  font-weight: 400;
  font-size: 0.22rem;
  color: #666666;
}
.insightDetail .bottom .nav .item + .item {
  margin-top: 0.2rem;
}
.insightDetail .bottom .nav .item:hover {
  color: #000;
}






@media screen and (max-width: 1042px) {
    .detailBanner, .comBanner{
        height: 11rem;
        overflow: hidden;
    }
    .detailBanner img, .comBanner img{
        height: auto;
        min-height: 440px;
    }
    .detailBanner .text, .comBanner .text{
        padding: 3%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
    }
    .detailBanner .text h2, .comBanner .text h2{
        font-size: 30px;
        line-height: 1.2;
    }
    .detailBanner .text h3, .comBanner .text h3{
        font-size: 16px;
        line-height: 1.5;
        margin-top: 20px;
    }
    
    
    
    
    .insightWrap{
        padding: 0 0 60px;
    }
    .insightWrap .topList{
        margin-top: -80px;
        gap: 12px;
    }
    .insightWrap .topList .item{
        width: calc(33.33% - 8px);
        height: auto;
    }
    .insightWrap .topList .item .img{
        width: 100%;
        height: 0;
        position: relative;
        padding-bottom: 60%;
    }
    .insightWrap .topList .item .img img{
        position: absolute;
    }
    .insightWrap .topList .item .bottom{
        padding: 15px;
        height: auto;
    }
    .insightWrap .topList .item .bottom .tip{
        font-size: 14px;
    }
    .insightWrap .topList .item .bottom .text{
        font-size: 18px;
        line-height: 1.6;
        margin-top: 8px;
        color: #282828;
    }
    .insightWrap .topList .item .bottom .last{
        margin-top: 10px;
    }
    .insightWrap .topList .item .bottom .last .time{
        font-size: 14px;
        color: #808080;
    }
    .insightWrap .topList .item .bottom .last img{
        width: 36px;
        height: auto;
    }
    .insightWrap .topList .item .mask{
        padding: 20px;
        top: 0;
    }
    .insightWrap .topList .item .mask .msg p:nth-child(1){
        font-size: 18px;
    }
    .insightWrap .topList .item .mask .msg p:nth-child(2){
        font-size: 14px;
    }
    .insightWrap .topList .item .mask .title{
        font-size: 22px;
        line-height: 1.5;
        margin-top: 30px;
    }
    .insightWrap .topList .item .mask .btn{
        margin-top: 90px;
        font-size: 16px;
        width: fit-content;
        height: auto;
        padding: 8px 26px;
    }
    .insightWrap .bottomList{
        margin-top: 40px;
        gap: 30px;
    }
    .insightWrap .bottomList .item{
        width: 100%;
        padding-bottom: 30px;
        border-width: 1px;
    }
    .insightWrap .bottomList .item .flex .img{
        width: 270px;
        height: auto;
    }
    .insightWrap .bottomList .item .flex .right{
        padding: 20px;
    }
    .insightWrap .bottomList .item .flex .right .text1{
        font-size: 18px;
    }
    .insightWrap .bottomList .item .flex .right .text2{
        font-size: 18px;
        line-height: 1.4;
        margin-top: 6px;
    }
    .insightWrap .bottomList .item .flex .right .time{
        font-size: 16px;
        margin-top: 16px;
    }
    
    
    
    .insightPageWrap{
        padding: 60px 0;
    }
    
    
    
    
    
    /*详情*/
    .detailBanner .text .text1, .comBanner .text .text1{
        font-size: 24px;
    }
    .detailBanner .text .auth, .comBanner .text .auth, .detailBanner .text .time, .comBanner .text .time{
        font-size: 14px;
        margin-top: 10px;
    }
    .detailBanner .back, .comBanner .back{
        right: 3%;
        top: 64%;
        border-radius: 30px;
        font-size: 18px;
        width: fit-content;
        height: auto;
        padding: 4px 38px;
    }
    
    
    
    
    .insightDetail{
        margin-top: -100px;
        padding-bottom: 60px;
    }
    .insightDetail .content p{
        font-size: 16px;
        margin: 20px auto 0;
    }
    .insightDetail .content img{
        margin-top: 20px;
    }
    
    .insightDetail .line{
        margin: 40px 0;
        height: 1px;
    }
    .insightDetail .bottom .nav .item{
        font-size: 16px;
    }
    .insightDetail .bottom .nav .item + .item{
        margin-top: 10px;
    }
}


@media screen and (max-width: 769px) {
    .detailBanner img, .comBanner img{
        /* min-height: 330px; */
        height: 70vh;
        min-height: 600px;
    }
    .detailBanner .text, .comBanner .text{
        top: 46%;
        width: 100%;
        padding: 0 20px;
    }
    .detailBanner .text h2, .comBanner .text h2{
        font-size: 28px;
        line-height: 1.5;
    }
    .detailBanner .text h3, .comBanner .text h3{
        font-size: 14px;
    }
    
    
    
    .insightWrap .topList{
        flex-wrap: wrap;
        gap: 36px;
        margin-top: -233px;
    }
    .insightWrap .topList .item{
        width: 100%;
    }
    .insightWrap .topList .item .img{
        height: 230px;
        padding: 0;
    }
    .insightWrap .topList .item .bottom .last img{
        display: none;
    }
    
    
    
    .insightWrap .bottomList{
        gap: 36px;
    }
    .insightWrap .bottomList .item{
        padding-bottom: 0;
        border-bottom: none;
    }
    .insightWrap .bottomList .item .flex{
        display: block;
    }
    .insightWrap .bottomList .item .flex .img{
        width: 100%;
    }
    .insightWrap .bottomList .item .flex .right .text2{
        font-size: 18px;
        color: #080808;
    }
    .insightWrap .bottomList .item .flex .right .text1,
    .insightWrap .bottomList .item .flex .right .time{
        font-size: 14px;
        color: #808080;
    }
    
    
    
    
    /*详情*/
    .detailBanner .text .text1, .comBanner .text .text1 {
        font-size: 18px;
    }
    .detailBanner .back, .comBanner .back{
        font-size: 14px;
    }
    .insightDetail .content p {
        font-size: 16px;
        margin: 10px auto 0;
        line-height: 1.75;
    }
    
     .insightDetail table td,
    .insightDetail table tr,
     .insightDetail table{
        width: 100% !important;
     }
}
