@media only screen and (max-width: 768px) {

    body {
        width: 100% !important;
    }

    .nav-route-box,
    .special-route {
        display: none;
    }

    .nav-search-box {
        display: block !important;
    }

    .special {
        margin-top: 0.6rem;
    }

    .swiper-slide img,
    .swiper-slide,
    .special-swiper,
    .swiper-wrapper {
        width: 100% !important;
        height: 20rem !important;
    }

    .swiper-pagination-bullet {
        width: 0.4rem !important;
        height: 0.4rem !important;
    }

    .swiper-slide img {
        object-fit: fill !important;
    }

    .webspe {
        font-size: 2rem !important;
        margin-top: 0 !important;
    }

    .special-ul {
        display: flex !important;
        justify-content: space-around !important;
        flex-wrap: wrap;
        margin-bottom: 1rem !important;
        /* padding: 0 1rem !important; */
    }

    .special-title {
        padding: 0 !important;
    }

    .special-li {
        margin: 0 !important;
        margin-bottom: 1rem !important;
        height: 24.7rem !important;
        width: 48%!important;
    }

}

.special-route {
    height: 4.1rem;
    background-color: #f5f5f5;
    color: #757575;
    font-size: 1.2rem;
    line-height: 4.1rem;
}

.nav-route-box a {
    color: #757575;
    font-size: 1.2rem;
}

.nav-route-box a:hover {
    color: #ff6700;
}

.special {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

/* 轮播图 */
.special-swiper {
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    width: 100%;
    height: 25rem;
    transition-timing-function: ease-out;
    cursor: pointer;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 25rem;
    object-fit: cover;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    margin: 0 0.4rem;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0.5;
    border-radius: 50%;
    border: 0.2rem solid #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.special-title {
    width: 100%;
    background-color: #f5f5f5;
}

.webspe {
    background-color: #f5f5f5;
    display: block;
    font-size: 3rem;
    margin-top: 3rem;
    color: #666;
    font-weight: 400;
    text-align: center;
    line-height: 10.6rem;
}

.special-list {
    background-color: #f5f5f5;
}

.special-li {
    text-align: center;
    position: relative;
    cursor: pointer;
    float: left;
    width: 28.95rem;
    height: 27.7rem;
    margin: 0rem 1.4rem 1.8rem 0rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: -1.3rem -1.5rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.special-li:hover {
    transform: translateY(-0.6rem);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.special-li:nth-child(4n) {
    margin: 0rem 0rem 1.8rem 0rem;
}

.special-li:nth-child(1){
    background-image: url(../images/selfservice_icon_01.png);
}

.special-li:nth-child(2){
    background-image: url(../images/selfservice_icon_02.png);
}

.special-li:nth-child(3){
    background-image: url(../images/selfservice_icon_03.png);
}

.special-li:nth-child(4){
    background-image: url(../images/selfservice_icon_04.png);
}

.special-li:nth-child(5){
    background-image: url(../images/selfservice_icon_05.png);
}

.special-li:nth-child(6){
    background-image: url(../images/selfservice_icon_06.png);
}

.special-li:nth-child(7){
    background-image: url(../images/selfservice_icon_07.png);
}

.special-li:nth-child(8){
    background-image: url(../images/selfservice_icon_08.png);
}

.special-title {
    /* 高度自适应 */
    height: auto;
    min-height: 40px;
    /* 设置最小高度 */
    padding: 10px 0;
    /* 其他样式保持不变 */
}

.special-list {
    /* 高度自适应 */
    height: auto;
    min-height: 200px;
    /* 设置最小高度 */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* 其他样式保持不变 */
}

.special-ul{
    margin-bottom: -7rem;
}

.special-li .icon-maiguo{
    font-size: 6.6rem;
    color: #9089ff;
    margin: 5.6rem 0 0;
}

.special-li p:nth-child(2){
    font-size: 1.8rem;
    line-height: 4.6rem;
    font-weight: 700;
    opacity: .87;
    color: #ff6700;
}

.special-li p:nth-child(3){
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #757575;
    margin-bottom: 1.4rem;
}

.special-li p:nth-child(4){
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #757575;
}

