.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.88rem;
}
.content .con-img{
    width: 100%;
    height: 4.5rem;
}
.con-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.content .introduction{
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
}
.introduction .int-title{
    width: 100%;
    height: 0.64rem;
    border-bottom: 0.01rem solid #ff9e02;
}
.int-title .tit{
    width: 1.95rem;
    height: 100%;
    background: #ff9e02;
    border-top-right-radius: 0.8rem;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.64rem;
}
.introduction .int-con{
    width: 7.12rem;
    height: auto;
    padding: 0 0.19rem;
    margin-top: 0.24rem;
}
.int-con .int-img{
    width: 100%;
    height: 2.53rem;
}
.int-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.int-con p{
    display: block;
    width: 100%;
    height: auto;
    font-size: 0.26rem;
    color: #333333;
    margin-top: 0.3rem;
    text-indent:2em 
}
.content .style{
    width: 100%;
    height: 5.3rem;
    margin-top: 0.33rem;
}
.style .sty-title{
    width: 100%;
    height: 0.64rem;
    border-bottom: 0.01rem solid #ff9e02;
}
.sty-title .tit{
    width: 1.95rem;
    height: 100%;
    background: #ff9e02;
    border-top-right-radius: 0.8rem;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.64rem;
}
.style .sty-ul{
    width: 7.12rem;
    height: 4.2rem;
    padding: 0 0.19rem;
    margin-top: 0.2rem;
}
.sty-ul .sty-li{
    width: 3.47rem;
    height: 2.02rem;
    float: left;
    margin-right: 0.18rem;
}
.sty-li img{
    display: block;
    width: 100%;
    height: 100%;
}
.sty-li:nth-of-type(even){
    margin-right: 0;
}
.sty-li:nth-of-type(n+3){
    margin-top: 0.19rem;
}
.coach{
    width: 100%;
    height: 6.3rem;
    margin-top: 0.32rem;
}
.coach .coach-title{
    width: 100%;
    height: 0.64rem;
    border-bottom: 0.01rem solid #ff9e02;
    display: flex;
    justify-content: space-between;
}
.coach-title .tit{
    width: 1.95rem;
    height: 100%;
    background: #ff9e02;
    border-top-right-radius: 0.8rem;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.64rem;
}
.coach-title .more{
    width: 1.17rem;
    height: 100%;
}
.more span{
    width: 0.96rem;
    height: 100%;
    font-size: 0.24rem;
    color: #666666;
    text-align: center;
    line-height: 0.64rem;
    float: left;
}
.more .iconfont{
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0.23rem;
    float: left;
    font-size: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
}
.coach .coa-ul{
    width: 7.12rem;
    height: 5.38rem;
    padding: 0 0.19rem;
}
.coa-ul .coa-li{
    width: 100%;
    height: 1.35rem;
    border-bottom: 0.01rem solid #dddddd;
    display: flex;
    justify-content: space-between;
}
.coa-li .li-left{
    width: 2.8rem;
    height: 0.85rem;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-between;
}
.li-left .coa-img{
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
}
.coa-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.li-left .coa-name{
    width: auto;
    height: 0.34rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.27rem;
}
.li-left .position{
    width: auto;
    height: 0.27rem;
    font-size: 0.22rem;
    color: #666666;
    line-height: 0.27rem;
    margin-top: 0.3rem;
}
.coa-li .li-right{
    width: 1.84rem;
    height: 0.34rem;
    margin-top: 0.56rem;
    display: flex;
    justify-content: space-between;
}
.li-right .iconfont{
    display: block;
    width: 0.3rem;
    height: 0.34rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.34rem;
    color: #999999;
}
.li-right .address{
    width: 1.44rem;
    height: 100%;
    font-size: 0.24rem;
    color: #999999;
    text-align: center;
    line-height: 0.34rem;
    margin-left: 0.1rem;
}
