main .about .top_img{
    padding-top: 30px;
    padding-bottom: 30px;
}

main .about .hair_stylists{
    margin-bottom: 0.5rem;
}
main .about .hair_stylists .content{
    display: flex;
}
main .about .hair_stylists .content>div{
    width: 50%;
    margin-bottom: 0.3rem;
}
main .about .hair_stylists .content>div:first-child{
    margin-right: 0.4rem;
}
main .about .hair_stylists .content>div .img img{
    width: 100%;
}
main .about .hair_stylists .content>div .txt{
    
    font-size: 0.28rem;
    padding: 0 0.2rem;
}
main .about .hair_stylists .content>div .txt h3{
    text-align: center;
    margin-top: 0.3rem;
    font-family: 'SemiBold';
    margin-bottom: 0.2rem;
}
main .about .hair_stylists .content>div .txt p{
    text-align: center;
    font-family: 'ExtraLight';
    
}
main .about .hair_stylists .content>div .txt a{
    background-color: #000;
    color: #fff;
    padding: 8px 20px;
    margin: 0 auto;
    margin-top: 0.5rem;
    display: table;
}

main .about .natural{
    margin-bottom: 0.8rem;
}
main .about .text .title h1{
    font-size: 0.36rem;
}
main .about .text .title p{
    font-size: 0.24rem;
}
main .about .text .title p span{
    font-size: 0.24rem;
}
main .about .text .box_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main .about .text .box_list .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 .2rem;
    padding: 0 0.2rem;
    margin-bottom: 10px;
}
main .about .text .box_list .img{
    width: 0.96rem;
    height: 0.96rem;
    margin-bottom: 10px;
}
main .about .text .box_list .img img{
    width: 100%;
}

main .about .text .box_list .box p{
    text-align: center;
    font-family: 'SemiBold';
}

main .about .about_swiper_btm{
    margin-top: 0.5rem;
    margin-bottom: 0.8rem;
} 

@media (max-width:767px) {
    main .about .hair_stylists .content{
        flex-direction: column;
    }
    main .about .hair_stylists .content>div{
        width: 100%;
    }
    main .about .hair_stylists .content>div:first-child{
        margin-right: 0;
    }
    main .about .text .box_list{
        justify-content: space-between;
    }
    main .about .text .box_list .box{
        width: 42%;
    }
}

















































