.card-holder {
    display: flex;
    justify-content: center;
    margin: 20px auto 40px;
}
.card-new {
    width: 45%;
    display: inline-block;
    background-color: #eeeeee;
}
.card-new.one{
    z-index: 9;
    -webkit-box-shadow: -16px 20px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -16px 20px 20px 0px rgba(0,0,0,0.1);
    box-shadow: -16px 20px 20px 0px rgba(0,0,0,0.1);

}
.card-new.two{
    background-color: #f9f9f9;
    -webkit-box-shadow: -16px 20px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -16px 20px 20px 0px rgba(0,0,0,0.1);
    box-shadow: -16px 20px 20px 0px rgba(0,0,0,0.1);
}
.card-new h2 {
    padding: 0px 0px 0px 105px;
    font-size: 28px;
    line-height: 24px;
    position: relative;
}
.card-new hr.line{
    border-top: #c6c5c5 2px solid;
    margin: 15px 0px 10px;
}
.card-new h2::before{
    content: "";
    display: inline-block;
    background: url(../images/editing/plan-icons.png) 0 0 no-repeat;
    width: 46px;
    height: 36px;
    position: absolute;
    left: 50px;
    vertical-align: middle;
    bottom: -5px;
}
.card-new.one h2::after{
    content: "";
    display: inline-block;
    background: url(../images/editing/recommended.png) 0 0 no-repeat;
    width: 159px;
    height: 139px;
    position: absolute;
    margin-right: 10px;
    vertical-align: middle;
    top: -24px;
    right: -34px;
}
.card-new.two h2::before{
    background: url(../images/editing/plan-icons.png)  0 no-repeat;
}
.card-new p.price {
    font-size: 50px;
    line-height: 35px;
    margin: 5px 0px 5px;
}
.card-new p.price span {
    font-size: 22px;
    line-height: 26px;
    margin: 0px 6px;
    vertical-align: middle;
    color: #8f8f8f;
}
.card-new .content{
    padding: 0px 50px 0px;
}
.card-new .sub-heading {
    font-weight: bold;
    font-size: 22px;
}
.card-new .plus-i{
    position: absolute;
    font-size: 35px;
    line-height: 26px;
    background-color: #fff;
    border: 2px solid #eee;
    color: #4d4d4d;
    border-radius: 50%;
    bottom: 90px;
    padding: 3px 4px 8px;
    left: 45%;
}
.card-new  .feature-section {
    background-color: #fff;
    padding: 20px 20px 5px;
    position: relative;
    margin: 20px 0px;
}
.feature-section.copy-editing {
    background-color: transparent !important;
    padding: 0px 0px;
}
.feature-section p{
    margin-bottom: 0px;
}
.feature-section p::before{
    content: "";
    display: inline-block;
    background: url(../images/tick.png) 0 0 no-repeat;
    width: 18px;
    height: 19px;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    bottom: 1px;
}
.service-section h3{
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}
.service-section h3::after{
    content: "关键特点";
    display: inline-block;
    width: 74px;
    height: 17px;
    font-size: 12px;
    vertical-align: middle;
    background: url(../images/editing/key-fetu-horiz-new.png) 0px 0px no-repeat;
    margin: -3px 0px 0px 5px;
    padding: 2px 7px;
}
.service-section::before{
    content: "";
    display: block;
    background: url(../images/editing/pro-shield.png) 0 0 no-repeat;
    width: 129px;
    height: 136px;
    position: relative;
    margin-right: 7px;
    bottom: 1px;
    float: left;
}
p.small-price {
    font-size: 11px;
    font-weight: bold;
}
p.small-price.free {
    background-color: #d52b1e;
    padding: 2px 2px 2px 4px;
    color: white;
    margin-bottom: 0px;
}
.service-section.copy-editing::before {
    background: url(../images/editing/edit-unlimited-icon.png) 0 0 no-repeat;
    background-position: center;
    height: 105px;

}
.card-new.two .service-section.copy-editing::before {
    background: url(../images/editing/edit-unlimited-icon.png) 0 0 no-repeat;
    height: 156px;
    background-position: top center;
}
.service-section.qna::before {
    background: url(../images/editing/qanda.png) 0 0 no-repeat;
    background-position: top center;
}
.card-new .link{
    padding: 10px 0px;
}
.subject-lp h2.common-head {
    margin: 0px 0 20px 0px;
}
.products-slider-img {
    width: 100px;
    height: 112px;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}
.service-section.qna {
    clear: both;
}
.subject-lp #side-published-papers {
    height: 360px !important;
    margin-bottom: 0px !important;
    min-height: 360px !important;
}
@media only screen and (max-width: 479px)
{
    .card-holder {
        display: block;
    }
    .card-new {
        width: 100%;
        margin-bottom: 25px;
    }
}