    /* banner */
.banner .content{
    width: 690px;
    top: 24%;
    right:10%;
}
.banner .content h3{
    font-size: 40px;
}
.banner .content h4{
    padding: 40px 0;
    margin: 30px 0;
    font-size: 86px;
}
.banner .content p{
    font-size: 32px;
}
.banner .btn-yuyue{
    font-size: 40px;
    margin-top: 40px;
} 
/* 专注力不足 */
.zhuanzhuli{
    margin-top: 20px;
}
.zhuanzhuli .box-title{
    margin-bottom: 20px;
}
.zhuanzhuli li{
    padding: 10px 40px;
    text-align: center;
    font-size: 20px;
}
.zhuanzhuli li .title{
    width: 100%;
    height: calc(100% - 40px);
    border:  1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.zhuanzhuli li span{
    background-color: #4ea333;
    color: #fff;
    padding: 12px 30px;
    border-radius: 7px;
}

.zhuanzhuli li img{
    width: 100%;
}

/* 专注力训练课程 */
.course{
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    
}
.course ul{
    margin-top: 45px;
}
.course .item{
    padding: 0 20px;
}
.course .title{
    background: #4ba336;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -45px;
}
.course .title p:nth-child(1){
    font-weight: bold;
    font-size: 18px;
}
.course .content{
    color: #5b5959;
    text-align: center;
    line-height: 32px;
    padding-top: 20px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-size: 15px;
    box-shadow: 0px 4px 10px 2.24px rgba(112, 187, 45, 0.26);
    text-shadow: 0px 4px 10px rgba(112, 187, 45, 0.26);
}
.haoping{
    margin-top: 20px;
}
.haoping .box-title{
    margin-bottom: 30px;
}
.haoping img{
    width: 100%;
}

.huanjing{
    margin-top: 20px;
}
.huanjing .box-title{
    margin-bottom: 30px;
}
.huanjing li{
    margin-bottom: 20px;
}
.huanjing img{
    width: 100%;
}



@media (max-width: 768px) { 
    .zhuanzhuli ul{
        margin-top: 10px;
    }
    .zhuanzhuli li{
        padding: 0px ;
        font-size: 12px;
    }
    .zhuanzhuli li .title{
        height: calc(100% - 18px);
       
    }
    .zhuanzhuli li span{
        padding: 5px 10px;
        border-radius: 7px;
    }
    .zhuanzhuli li img{
        width: 100%;
        height: 100px;
    }
    .zhuanzhuli li p{
        margin-top: 0px;
    }

    .course li:nth-child(1) .item,
    .course li:nth-child(2) .item{
        margin-bottom: 65px;
    }
}
@media (min-width: 1024px) { 
    .banner .content{
        width: 570px !important;
        top: 22% !important;
    }
    .banner .content h3{
        font-size: 34px !important;
    }
    .banner .content h4{
        margin: 10px 0 !important;
        font-size: 76px !important;
    }
    .banner .content p{
        font-size: 27px !important;
    }
    .banner .btn-yuyue{
        font-size: 30px !important;
    } 
}
@media (min-width: 1440px) { 
    .banner .content{
        width: 640px !important;
        top: 24% !important;
    }
    .banner .content h3{
        font-size: 34px !important;
    }
    .banner .content h4{
        padding: 40px 0 !important;
        margin: 20px 0 !important;
        font-size: 86px !important;
    }
    .banner .content p{
        font-size: 31px !important;
    }
    .banner .btn-yuyue{
        font-size: 30px !important;
    } 
}


@media (min-width: 1920px) { 
    /* banner */
    .banner .content{
        width: 790px !important;
        top: 24% !important;;
        right:10% !important;;
    }
    .banner .content h3{
        font-size: 60px !important;
    }
    .banner .content h4{
        padding: 40px 0 !important;
        margin: 30px 0 !important;
        font-size: 106px !important;
    }
    .banner .content p{
        font-size: 38px !important;
    }
    .banner .btn-yuyue{
        font-size: 40px !important;
    } 
 }
