/*移动端*/

@media only screen and (max-width: 767px){
    *{
        box-sizing: border-box;
    }
    body{
        min-width: 320px;
        overflow-x:hidden !important;
    }
    .pc_banner {
        width: 100%;
        height: 6.17rem;
        background: url(../../img/banner4.png) no-repeat center;
        
        /* background: url(../../img/四叶草官网更换众安h5.jpg) no-repeat center; */
    }
    .why_list {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-top: .48rem;
    }
    .why_list h3{
        font-size: .32rem;
        margin-bottom: .48rem;
    }
    .img_list {
        width: 100%;
        overflow: hidden;
        text-align: center;
        padding: 0 .32rem;
        font-family: PingFangSC-Regular;
    }
    .img_list li {
        float: left;
        width: 100%;
        height: 100%;
        margin-right: 0;
    }
    .img_list li img {
        width: 100%;
        height: 3.9rem;
    }
    .img_list li h5 {
        font-size: .33rem;
        color: #333333;
        margin: .32rem 0 .08rem;
    }
    .img_list li p {
        width:5.77rem;
        height: .8rem;
        margin: 0 auto .48rem;
        font-size: .28rem;
        color: #999999;
        letter-spacing: 0;
        text-align: center;
    }
    .join {
        width: 100%;
        height: 3.8rem;
        /* background: url(../img/h5_join_bg.jpg) no-repeat center; */
        background-color: teal;
        /* background-size: cover; */
    }
    .text {
        font-family: PingFangSC-Semibold;
        height: 100%;
        margin-left: 0;
        padding: .8rem .32rem 0;
    }
    .text h4 {
        font-size: .32rem;
        text-align: left;
        margin-bottom:.45rem;
    }
    .text p {
        font-size: .24rem;
        text-align: left;
        margin-bottom: .1rem;
    }
    .JoinIn {
        width: 100%;
        height: 1.53rem;
        background: url(../img/num_bg.jpg) no-repeat center;
        background-size: cover;
        font-size:.36rem;
        text-align: center;
        line-height: 1.53rem;
        font-family: PingFangSC-Semibold;
    }

    .headText{
        width: 100%;
        /* height: 580px; */
        color:white; 
        font-size: 30px;
        font-weight: 600; 
        text-align: center;
        /* padding: 390px; */
        padding-top: 200px;
    
    }

}