/** 特别推荐 **/
.special-wrapper{
    padding: 33px 24px 24px;
    height: 407px;
    background: #FFFFFF;
}
.special-wrapper .special-cont {
    display: flex;
}
.special-wrapper .special-cont .spcial-cont-img {
    width: 495px;
    height: 350px;
}
.special-wrapper .special-cont .spcial-cont-img img {
    display: block;
    width: 100%;
}
.special-wrapper .special-cont .spcial-cont-info {
    flex: 1;
    margin-left: 50px;
}
.special-wrapper .special-cont .spcial-cont-info h3 {
    font-size: 20px;
    color: #1E9BCB;
    font-weight: 800;
}
.special-wrapper .special-cont .spcial-cont-info h4 {
    padding-top: 27px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.special-wrapper .special-cont .spcial-cont-info p {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
}
.special-wrapper .special-cont .spcial-cont-info p a {
    color: #1E9BCB;
}
.special-wrapper .special-cont .spcial-cont-info .apply-trial {
    margin-top: 30px;
    cursor: pointer;
    width: 130px;
    height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: #1E9BCB;
    border: none;
}
@media screen and (max-width: 750px) {
    .section2_bg {
        height: auto;
        padding-top: 0.7rem;
        padding: 0.7rem 0.4rem 0.6rem 0.5rem;
    }
    .special-wrapper {
        padding: .15rem;
        height: auto;
    }
    .special-wrapper .special-cont {
        display: block;
    }
    .special-wrapper .special-cont .spcial-cont-img {
        width: 100%;
        height: 4.95rem;
    }
    .special-wrapper .special-cont .spcial-cont-info {
        margin-left: 0;
    }
    .special-wrapper .special-cont .spcial-cont-info p {
        padding-top: .2rem;
    }
    .special-wrapper .special-cont .spcial-cont-info h3 {
        padding-bottom: inherit;
    }
    .special-wrapper .special-cont .spcial-cont-info h4 {
        padding-top: .27rem;
    }

    .special-wrapper .special-cont .spcial-cont-info .apply-trial {
        display: inherit;
        margin: 0.37rem auto .5rem;
    }
}