/* 手机端适配样式 */
@media screen and (max-width: 768px) {

    .swipper{
        width: 100vw;
        margin: 0 auto;
        height: 100%;
    }
    
    .active{
        background-image: url('../image/Mask\ group.png');
        background-size: cover;
        background-color: rgb(83, 83, 111);
        position: relative;
        overflow: hidden;
        color: white;
    }
    .active::after {
        content: '';
        width: 5px;
        height: 5px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
    
    
    }

    /* 第一个 */
    .first{
        width: 100vw;
        height: 370px;
        background-image: url('../image/babaae5d592ec09d7e294a50d9ad7788a503e0c2795da6-hRXoqc_fw1200webp\ 1.png');
        background-size: cover;
        color: white;
    }
    .top{
        width: 100%;
        height: 25px;
        display: flex;
        justify-content: space-around;
        border-bottom: 1px solid white;
        align-items: center;
        padding-left: 40px;
    }
    .top-left{
        width: 40%;
        height: 100%;
    }
    .top-left ul{
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }
    .top-left ul li{
        list-style: none;
        width: 20%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 6px;
    }
    .top-right{
        display: flex;
    
    }
    .top-right button{
        width: 60px;
        border-radius: 25px;
        background-color: rgb(248, 248, 198);
        border: none;
        color: gray;
        font-size: 8px;
    }
    
    .top-right span{
        margin-right: 10px;
        width: 15px;
        height: 15px;
        border: 1px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .first-bottom{
        width: 100%;
        height: 80%;
        display: flex;
        justify-content: center;
        align-items: end;
        
    }
    
    
    
    /* 第二部分 */
    .second{
        width: 100vw;
        height: 370px;
        background-image: url('../image/Frame\ 1321317094.png');
        background-size: cover;
        color: white;
    }
    
    .second-bottom{
        
        height: 88%;
        width: 50%;
        
        margin-left: 90px;
        display: flex;
        align-items: end;
       padding-bottom: 30px;
    }
    
    .second-bottom-left{
        width: 25%;
        height: 50%;
        text-align: center;
    }
    .second-bottom-left img{
        width: 100%;
    }
    .second-bottom-left h5{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .second-bottom-right{
        width: 75%;
        height: 50%;
        background-image: url('../image/Group\ 1321317707.png');
        background-size: cover;
        padding: 8px;
    }
    .second-bottom-right span{
        font-size: 6px;
    }
    .second-bottom-right div{
       width: 100%; 
       height: 80%;
    
    
    }
    .second-bottom-right div p{
        width: 100%;
        height: 20%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 4px;
    }
    .second-bottom-right div p span{
        width: 50%;
    }
    
    /* 第三个 */
    
    .thred{
        width: 100vw;
        height: 420px;
        background-image: url('../image/Frame\ 1321317095.png');
        background-size: cover;
        color: gray;
        overflow-y: hidden;
    }
    
    .thred-bottom{
        width: 100%;
        height: 88%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 10%;
    }
    
    .thred-center{
        width: 50%;
        height: 100%;
        display: flex;
        position: relative;
        
    }
    
    .thred-center-left{
        position: absolute;
    
        top: 50%;
        left: -30%;
        z-index: 100;
    }
    .thred-center-right{
        position: absolute;
        top: 50%;
        right: -30%;
    }
    .thred-center-center{
        width: 100%;
        height: 100%;
        overflow-y: hidden;
        display: flex;
        padding-top: 50%;
    }

    .thred-left img{
        width: 40%;
        height: 100%;
    }
    .thred-right img{
        width: 40%;
        height: 100%;
    }
    .thred-center-center img{
        width: 50%;
        height: 40%;
        margin-top: 50%;
    }
    
    .thred-content{
        margin-top: 10%;
    
        width: 60%;
        height: 80%;
        background-image: url('../image/Group\ 1321317708.png');
        background-repeat: no-repeat;
        background-size:180%;
        background-position: 10%;
        
    }
    .thred-content h3{
    width: 35px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    color: white;
    }
    .thred-content h4{
        width: 80%;
        height: 30px;
        background: linear-gradient(to right, gray, rgb(163, 121, 121));
        color: white;
        text-align: center;
        line-height: 30px;
        font-size: 8px;
        border-radius: 0 25px 0 0;
        box-shadow: 10px 10px 1px rgba(118, 100, 100, 0.5); 
    }
    .thred-content div {
       
        width: 100%;
        height:50%;
    
        padding-left: 10px;
        padding-top: 50px;
    }
    .thred-content div span{
        width: 100%;
        height: 35px;
        
    display: block;
    font-size: 4px;
    
    }
    
    
    /* 第四部分 */
    
    .fourth{
        width: 100vw;
        height: 400px;
        background-image: url('../image/Frame\ 1321317096.png');
        background-size: 100%;
        color: gray;
        overflow-y: hidden;
    }
    
    .fourth-bottom{
        width: 100%;
        height: 88%;
        display: flex;
        justify-content: space-between;
        padding-top: 10%;
        padding-left: 10%;
        padding-right: 10%;
    }
    .fourth-left{
        width: 50%;
        height: 60%;
    }
    .fourth-left span{
        display: block;
        width: 100%;
        text-align: right;
        font-size: 12px;
    }
    .fourth-left div{
        width: 100%;
        height: 80%;
        background-image: url('../image/Vector\ 1776.png');
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
    }
    .fourth-left img{
        width: 50%;
        
    }
    .fourth-left div img{
        position: absolute;
        top: 50%;
        left: -8%;
    }
    
    .fourth-right{
        width: 50%;
        height: 40%;
        padding-top: 30px;
        padding-left: 50px;
    
    }
    .fourth-right div{
        width: 100%;
        height: 100%;
        background-image: url('../image/Vector\ 1784.png');
        background-size: 100%;

        background-repeat: no-repeat;
        position: relative;
    }
    .fourth-right div span{
        font-size: 16px;
        position: absolute;
        top: 20%;
        left: -8%;
    }
    .fourth-right div img{
        position: absolute;
        bottom: -2%;
        right: -2%;
        width: 100%;
    }
    
    .text{
        display: block;
        width: 100%;
        text-align: right;
    }
    
    
    /* 第五部分 */
    .fiveth{
        width: 100vw;
        height: 210px;
        background-image: url('../image/Frame\ 1321317097.png');
        background-size: 100%;
        background-repeat: no-repeat;
        color: gray;
        overflow-y: hidden;
    }
    .fiveth-bottom{
        width: 100%;
        height: 88%;
        padding-left: 13%;
        padding-right: 10%;
        padding-top: 10%;
    }

    .fiveth-bottom .five-left{
        width: 50%;
        height: 50%;
        background-image: url('../image/Group\ 1321317712.png');
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .five-right{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        
        width: 50%;
    }
    .five-right ul{
        width: 80%;;
        height: 6%;
        display: flex;
        list-style: none;
        justify-content: space-between;
        border-bottom: 1px solid gray;
    }
    .five-right ul li{
        width: 25%;
        height: 100%;
        text-align: center;
        font-size: 6px;
    }
    .liactive{
        border-bottom: 2px solid rgb(98, 86, 86);
        font-weight: 700;
    }
    .five-right-content{
        display: block;
        height: 50%;
        position: relative;
        
        
    }
    .five-right img{
        width: 50%;
    }
    .five-right-content div{
        position: absolute;
        width: 100%;
        height: 100%;font-size: 4px;
    }
    
    
  /* bottom部分 */
.bottom{
    width: 100vw;
    height: 250px;
    background-color: rgb(43, 31, 31);
    color: rgb(213, 213, 213);
    font-size: 5px;
}

.bottom-top{
    width: 100%;
    height: 80%;
    display: flex;
    align-items: center;
}
.bottom-top-left{
    width: 35%;
}
.bottom-top-center{
    width: 35%;
    display: flex;
    justify-content: space-between;
}
.bottom-top-center ul{
    list-style: none;
}
.bottom-top-center ul li{
   margin-top: 10px;
}
.bottom-top-center ul li:first-child{
    font-size: 7px;
    color: white;
}
.bottom-top-right{
    width: 30%;
    text-align: left;
    padding-left: 25px;
}
.bottom-top-right img{
    width: 100%;
}

.bottom-bottom{
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(220, 220, 220);
    padding-top: 10px;
}
.bottom-bottom div span{
    cursor: pointer;
    margin: 0 10px;
}



}