

/**********************************售后服务开始***********************************/

.banner_content.afterservice .banner_img {
    height: 300px;
}

.sm21afterservice_free_content ul {
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    margin: 0 -18px;
}

.sm21afterservice_free_content ul li {
    width: 10px;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 18px;
}

.sm21afterservice_free_box {
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
}

.sm21afterservice_free_content ul li:nth-child(1) .sm21afterservice_free_img {
    background-image: url(../img/gongyijihua/free_img01.png);
}

.sm21afterservice_free_content ul li:nth-child(2) .sm21afterservice_free_img {
    background-image: url(../img/gongyijihua/free_img02.png);
}

.sm21afterservice_free_content ul li:nth-child(3) .sm21afterservice_free_img {
    background-image: url(../img/gongyijihua/free_img03.png);
}

.sm21afterservice_free_img {
    height: 210px;
    background-position: center;
    background-size: cover;
}

.sm21afterservice_free_text {
    height: 110px;
    display: flex;
    flex-direction: column;
    padding: 0 28px;
    background-color: #fff;
    position: relative;
}

.sm21afterservice_free_text img {
    position: absolute;
    top: -30px;
    right: 30px;
    z-index: 1;
}

.sm21afterservice_free_text h3 {
    margin-top: 28px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}


.sm21afterservice_free_text span {
    margin-top: 16px;
    font-size: 15px;
    color: #999;
}

.sm21afterservice_freedocking_content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sm21afterservice_freedocking_content ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.sm21afterservice_freedocking_content ul li h3 {
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.sm21afterservice_freedocking_content ul li span {
    margin-top: 16px;
    font-size: 13px;
    color: #999;
}

.sm21afterservice_appstore {
    padding-bottom: 0;
}

.sm21afterservice_appstore .base_img {
    padding-top: 0;
    font-size: 0;
}

.sm21afterservice_customerservice {
    background-image: url(../img/gongyijihua/kf_bg.png);
    background-size: contain;
}

.sm21afterservice_customerservice ul {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
}

.sm21afterservice_customerservice ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
}

.sm21afterservice_customerservice ul li:last-child {
    margin-right: 0;
}

.sm21afterservice_customerservice ul li span {
    margin-top: 18px;
    font-size: 14px;
    color: #333;
}

.sm21afterservice_guarantee {
    height: 526px;
    background-image: url(../img/gongyijihua/guarantee_bg.png);
    background-size: contain;
}

.sm21afterservice_guarantee .content {
    height: 100%;
}


/**********************************售后服务结束***********************************/