/* 为什么学口才 */
.wsm_wrapper{
    width: 10.0rem;
    margin:0 auto;
    padding: 0 0.4rem;
}
.wsm_tit{
    padding: 0.4rem 0 0.266667rem;
    display: flex;
}
.wsm_tit i{
    width: 0.106667rem;
    height: 0.466667rem;
    border-radius: 0.053333rem;   
}
.wsm_tit i.bg1{background: linear-gradient(#ffa0d2, #fe60de);}
.wsm_tit i.bg2{background: linear-gradient(#d593f9, #a674ff);}
.wsm_tit i.bg3{background: linear-gradient(#d3f386, #8fd346);}
.wsm_tit h3{
    line-height: 0.466667rem;
    font-size: 0.426667rem;
    margin-left: 0.266667rem;
}
.wsm_content>p{
    font-size: 0.32rem;
    text-indent: 2em;
    line-height: 0.6rem;
    text-align: justify;
    word-break: break-all;
}
.wsm_content>h3{
    font-size: 0.373333rem;
    margin-top: 0.266667rem;
    margin-bottom: 0.066667rem;
}
.wsm_content>h3.marT0{
    margin-top: 0;
}
.wsm_content div{
    font-size: 0.32rem;
    line-height: 0.6rem;
    text-align: justify;
    word-break: break-all;
}
.zc{
    display: flex;
    flex-wrap: wrap;
}
.zc div{
    width: 49%;
    margin-top: 0.266667rem;
    border:1px solid #999;
    padding: 0.2rem 0.266667rem;
}
.zc div:nth-child(odd){
    margin-right: 2%;
}
.zc div h3{
    text-align: center;
    font-size: 0.373333rem;
    margin-bottom: 0.133333rem;
}
.zc div h3.color1{
    color: #49beb7;
}
.zc div h3.color2{
    color: #ef255f;
}
.zc div h3.color3{
    color: #fccf4d;
}
.zc div h3.color4{
    color: #085f63;
}
.zc div p{
    font-size: 0.293333rem;
    color: #666;
    text-align: justify;
    word-break: break-all;
    line-height: 0.533333rem;
}