
.cell {
    margin-bottom: 0px;
}
.content{
 
    text-align: center;
    color: #5C5A5A;
}
body{
    margin: 0;
    font-size: 15px;
}

.content2{
  
    text-align: center;
  

}
iframe {
    margin-bottom: 40px;
}

p{
    font-size: 26px;
     font-weight: 600;
    margin-top: 20px;
    margin-bottom: 35px;
    color: #5C5A5A;
    margin-top: 50px;
}
.content .title{
    text-align: left;
}

.title-img {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    /*margin-bottom: 50px !important;*/
}

.title-img  img{
    width: 33% !important;
}

.list-tab{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.list-tab-item{
 position: relative;   
 background: #F6F7F7;
 padding: 15% 8% 0% 8%;
 margin-top: 8%;

}
.list-tab{
    margin-bottom: 50px;
    margin-top: 50px;
}

.list-tab-title{
    margin-top: 3%;
    line-height: 2;
    text-align: left;
    margin-bottom: 30px;
}
.zuoyong-box{
    padding: 0 10px;
    background: #F6F7F7;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.zuoyong-box img {
    margin-top: 20px;
    margin-bottom: 15px;
}

.content  div{
    text-align: left;
    line-height: 2;
}

.fang-img{
    margin-top: 35px;
    margin-bottom: 70px;
}

.list-tab img{
    width: 100% ;
}

.tab-img{
    position: absolute;
    width: 50% !important;
    left: 25% !important;
    top: -35px;
    

}


.list-item-div{
    text-align: left;
}

.base-margin-top{
    margin-top: 30px;
}
.content img{
    width: 100%;
}
.content2 img{
    width: 100%;
}
.lianxi{
    width: 110%;
}
.right-div{
   margin-bottom: 50px;
}
.list-item img{
    margin-bottom: 15px;
}

iframe{
    width: 100%;
}
.jieshao{
    text-align: left;
    margin-bottom: 50px;
}

.fangan{
    background: #F6F7F7;
    padding: 2%;
    display: flex;


}
.fang-itme{
    width: 33%;
    position: relative;
    margin: 0;
}
.fang-dao{
    position: absolute;
    left: 25%;
    width: 50% !important;
    bottom: 10%;
}
.kehu-itme{
    width: 50%;
    position: relative;
    margin: 0;
}

.kehu-dao{
    position: absolute;
    left: 5%;
    width: 35% !important;
    bottom: 5%;
}

.max-none{
    display: none;
}
.min-none{
    display: block;
}
.h5 {
    display: none;
 }
 
 h3{
     font-size: 20px;
 }

.last-box{
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
    background-color: #F6F7F7 ;
    padding: 25px;
}

.last-box-item{
    position: relative;
}
.last-box-item-img {
    position: absolute;
    bottom: 12%;
    z-index: 99;
    left: 0;
    width: 40% !important;
    left: 5%;
}



 .clear-margen > *:nth-child(n+4) {
    margin-top: 0;
  }

  .list-tab > *:nth-child(n+3) {
    margin-top: 80px;
  }




@media (max-width: 600px) {
    .display-grid-template{
        display: grid;
     }
    

    .last-box{
        display: block;
        padding: 15px;
    }

    .last-box-item-img {
        left: 30%;
        bottom: 5%;
    }

    .pc{
        display: none;
    }

    .h5-base-marge{
        margin-top: 15px;
    }

    p{
        font-size: 18px;
    }

    .list-tab {
        grid-template-columns: 1fr;
    }
    .h5 {
       display: block;
    }

    h3{
        font-size: 16px;
        margin: 0;
        padding: 0;
    }
    .last-box{
        display: block;
    }
    .list-tab > *:nth-child(n+2) {
        margin-top: 30px;
    }
    
    .tab-img {

    top: -15px;
  
}

.cell{
      margin-bottom: 0px;
}