.epService {
    width: 100%;
    /* min-width: 59.43rem /* 1141/19.2 */
}

.epService .ep-top {
    position: relative;
    /* height: 33.33rem 640/19.2; */
}

.epService .ep-top .bac-img {
    width: 100%;
    height: 0;
    padding-bottom: 33%;
}

.epService .ep-top .bac-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 100vw;
    height: 100%;
}

.epService .ep-top .bac-img .img-fluid {
    width: 100%;
    height: 100%;
    position: absolute;
}

.epService .ep-top .title {
    /* height: 100%; */
    position: absolute;
    top: 6.77rem
        /* 130/19.2 */
    ;
    left: 10.42rem
        /* 200/19.2 */
    ;
    color: #FFFFFF;
    font-size: 5.63rem
        /* 108/19.2 */
    ;
}

.epService .ep-top .sub-title {
    position: absolute;
    top: 15.78rem
        /* 303/19.2 */
    ;
    left: 10.42rem
        /* 200/19.2 */
    ;
    font-size: 1.88rem
        /* 36/19.2 */
    ;
    color: #fff;
}

.epService .common-width {
    width: 80%;
    margin: 0 auto;
}

.epService .training-process .training-title {
    color: #000;
    font-size: 3.33rem
        /* 64/19.2 */
    ;
    line-height: normal;
    margin: 4.06rem
        /* 78/19.2 */
        0 2.92rem
        /* 56/19.2 */
    ;
    text-align: center;
}

.epService .training-process .progress-sec {
    font-size: 1.15rem
        /* 22/19.2 */
    ;
    line-height: 1.56rem
        /* 30/19.2 */
    ;
    margin-bottom: 7.55rem
        /* 145/19.2 */
    ;
}

.epService .training-process .progress-item {
    position: relative;
    justify-content: flex-start !important;
    flex: 1;
    min-width: 13.96rem /* 268/19.2 */;
}

.epService .training-process .progress-item::after {
    content: '';
    position: absolute;
    top: 1.09rem
        /* 21/19.2 */
    ;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 2px;
    background: #252525;
}

.epService .training-process .progress-item:last-child::after {
    display: none;
}

.epService .training-process .progress-sec .no {
    width: 2.19rem
        /* 42/19.2 */
    ;
    height: 2.19rem
        /* 42/19.2 */
    ;
    background: #252525;
    border-radius: 6.25rem
        /* 120/19.2 */
    ;
    margin-bottom: .26rem
        /* 5/19.2 */
    ;
    color: #fff;
    font-size: 1.09rem
        /* 21/19.2 */
    ;
    text-align: center;
}

.epService .training-process .progress-sec .progress-text {
    text-align: center;
    width: 90%;
}

.epService .progress-desc-title {
    margin-top: .52rem /* 10/19.2 */;
    margin-bottom: .94rem /* 18/19.2 */;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.71rem /* 52/19.2 */;
}

.epService .technical-vlog {
    margin-bottom: 9.38rem /* 180/19.2 */;
}

.epService .technical-vlog .sub-tit {
    color: #000;
    font-size: 3.33rem
        /* 64/19.2 */
    ;
    margin-bottom: 2.29rem
        /* 44/19.2 */
    ;
    text-align: center;
}

.epService #show-video {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999 !important;
    background: rgba(0, 0, 0, 0.35);
    display: none;
}

.epService .video-close {
    width: 16px;
    height: 16px;
    color: #211d1e;
    position: absolute;
    right: 10%;
    top: 18%;
    z-index: 999;
    cursor: pointer;
}

.epService #show-video .videos {
    outline: none;
    /* width: 80vw;
    height: 38vh; */
    /* min-width: 60vw; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 40px black;
}

.epService .technical-vlog .vlogs .vlog-item {
    width: 22%;
    margin-bottom: 1.35rem
        /* 26/19.2 */
    ;
    margin-right: 3%;
}

.epService .technical-vlog .vlogs-1 .vlog-item {
    width: 80%;
    margin: 0 auto 1.35rem /* 26/19.2 */;
}

.epService .technical-vlog .vlogs-1 .vlog-item img,
.epService .technical-vlog .vlogs-2 .vlog-item img,
.epService .technical-vlog .vlogs-3 .vlog-item img {
    height: auto;
}

.epService .technical-vlog .vlogs-2,
.epService .technical-vlog .vlogs-3 {
    justify-content: space-between;
}

.epService .technical-vlog .vlogs-3 .vlog-item {
    width: 30%;
}

.epService .technical-vlog .vlogs-2 .vlog-item {
    width: 40%;
}

.epService .technical-vlog .vlogs .vlog-item img {
    /* width: 100%; */
    border-radius: 9px;
    cursor: pointer;
}

.epService .technical-vlog .vlogs .vlog-item .title {
    font-size: .94rem
        /* 18/19.2 */
    ;
    margin: 20px 0 10px;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
        word-wrap: break-word;
}

.epService .technical-vlog .vlogs .tag {
    display: inline-block;
    padding: 0.42rem
        /* 8/19.2 */
        0.78rem
        /* 15/19.2 */
    ;
    margin-right: 0.63rem
        /* 12/19.2 */
    ;
    border-radius: 30px;
    background: var(--unnamed, #464646);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    margin-top: 1.15rem
        /* 22/19.2 */
    ;
}

.epService .technical-vlog .vlogs .vlog-item .time {
    color: #979697;
    font-size: 15px;
    margin-top: 1.15rem
        /* 22/19.2 */
    ;
}

.epService .training-intro {
    position: relative;
    margin-bottom: 9.9rem
        /* 190/19.2 */
    ;
    border-radius: 10px;
    overflow: hidden;
}

.epService .training-intro img {
    width: 100%;
    height: auto;
}

.epService .training-intro .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.epService .training-intro .content .intro-tit {
    color: #fff;
    font-size: 3.33rem
        /* 64/19.2 */
    ;
    line-height: normal;
    margin-bottom: 1.35rem
        /* 26/19.2 */
    ;
}

.epService .training-intro .content .intro-desc {
    color: #fff;
    font-size: 1.35rem
        /* 26/19.2 */
    ;
    line-height: 1.67rem
        /* 32/19.2 */
    ;
    width: 40rem
        /* 768/19.2 */
    ;
    text-align: center;
    margin-bottom: 6.61rem
        /* 127/19.2 */
    ;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-word;
    display: -webkit-box;
}

.epService .training-intro .content .intro-button {
    display: inline-block;
    padding: .83rem
        /* 16/19.2 */
        2.4rem
        /* 46/19.2 */
    ;
    color: #252525;
    text-align: center;
    font-size: 1.25rem
        /* 24/19.2 */
    ;
    min-width: 15.63rem
        /* 300/19.2 */
    ;
    border-radius: 50px;
    border: 1px solid #FFF;
    background: #FFF;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.epService .service-network .service-tit {

    margin-bottom: 5.21rem
        /* 100/19.2 */
    ;
    color: #252525;
    font-size: 3.33rem
        /* 64/19.2 */
    ;
    text-align: center;
}

.epService .map-wrapper {
    position: relative;
    font-size: .83rem
        /* 16/19.2 */
    ;
}

.epService .map-wrapper .filter-box-container {
    position: absolute;
    top: 1.82rem
        /* 35/19.2 */
    ;
    left: 5.21rem
        /* 100/19.2 */
    ;
}

.epService .map-wrapper .filter-box-container .filter-box {
    padding: .42rem
        /* 8/19.2 */
        .83rem
        /* 16/19.2 */
    ;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
    margin-right: .83rem
        /* 16/19.2 */
    ;
    cursor: pointer;
}

.epService .map-wrapper img {
    width: 1.15rem
        /* 22/19.2 */
    ;
    height: 1.15rem
        /* 22/19.2 */
    ;
    margin-right: .73rem
        /* 14/19.2 */
    ;
}

.epService .service-network #map {
    height: 46.88rem /* 900/19.2 */;
    width: 100vw;
    margin-bottom: 12.5rem
        /* 240/19.2 */
    ;
}

.epService .service-center {
    margin-bottom: 10rem
        /* 192/19.2 */
    ;
}

.epService .service-center .center-tit {
    text-align: center;
    font-size: 3.33rem
        /* 64/19.2 */
    ;
    margin-bottom: 6.25rem
        /* 120/19.2 */
    ;
}

.epService .service-center {
    font-size: .73rem
        /* 14/19.2 */
    ;
    position: relative;
}

.epService .service-center a {
    color: unset;
}

.epService .loadMore {
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.67rem;
    margin: 1.93rem auto;
    cursor: pointer;
    border-radius: 50px;
    background: #090909;
    min-width: 15.63rem
        /* 300/19.2 */
    ;
    width: 15.63rem
        /* 300/19.2 */
    ;
    padding: 1.04rem
        /* 20/19.2 */
        0;
    color: #fff;
    /* margin-bottom: 5.73rem; */
}

.epService .loadMore:hover {
    text-decoration-line: underline;
}

/* .epService .service-center img {
    width: 100%;
    height: 100%;
} */

.epService .service-center .item-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.24rem
        /* 43/19.2 */
    ;
    color: #fff;
    background: linear-gradient(180deg, #020202 0%, rgba(2, 2, 2, 0.00) 100%);
}

.epService .service-center .item-content .icon {
    min-width: 1.15rem
        /* 22/19.2 */
    ;
    max-width: 1.15rem
        /* 22/19.2 */
    ;
    height: 1.15rem
        /* 22/19.2 */
    ;
    display: inline-block;
    margin-right: 5px;
}

.epService .service-center .item-content .icon.icon-phone {
    background: url(/s/images/epCrm/phone.png) no-repeat;
    background-size: 100% 100%;
}

.epService .service-center .item-content .icon.icon-email {
    background: url(/s/images/epCrm/mail.png) no-repeat;
    background-size: 100% 100%;
}

.epService .service-center .item-content .icon.icon-address {
    background: url(/s/images/epCrm/position.png) no-repeat;
    width: 2.08rem
        /* 40/19.2 */
    ;
    background-size: auto 100%;
}

.epService .service-center .item-content .icon.icon-website {
    background: url(/s/images/epCrm/globe.png) no-repeat;
    background-size: 100% 100%;
}

.epService .service-center .item-content .icon.icon-message {
    background: url(/s/images/epCrm/message.png) no-repeat;
    background-size: 100% 100%;
}

.epService .swiper-list {
    position: relative;
    width: 100%;
    height: 575px;
}

.epService .swiper-slide-card {
    height: 100%;
    margin: 0 5px;
    min-width: 410px;
    border-radius: .78rem
        /* 15/19.2 */
    ;
    overflow: hidden;
}

.epService .swiper-slide-card img {
    width: 100%;
    height: 100%;
}

.epService .swiper-main {
    height: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
}

.epService .swiper-1 .swiper-main,
.epService .swiper-2 .swiper-main {
    justify-content: center;
}

.epService .swiper-1 .leftBtn,
.epService .swiper-1 .rightBtn,
.epService .swiper-2 .leftBtn,
.epService .swiper-2 .rightBtn {
    display: none;
}

.epService .swiper-1 .swiper-main .swiper-slide-card.active,
.epService .swiper-2 .swiper-main .swiper-slide-card.active {
    border: none;
}

.epService .swiper-main .swiper-slide-card {
    opacity: 0.3;
    background: linear-gradient(180deg, #020202 0%, rgba(2, 2, 2, 0.00) 100%);
}

.epService .swiper-main .swiper-slide-card.active {
    border: 1px solid #00CE7A;
}

.epService .swiper-main .swiper-slide-card.active,
.epService .swiper-1 .swiper-slide-card,
.epService .swiper-2 .swiper-slide-card {
    opacity: 1;
}

.epService .swiper-main img {
    /* height: 29.95rem 575/19.2; */
    display: block;
    position: absolute;
    top: 0px;
    display: inline-block;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.epService .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4.58rem
        /* 88/19.2 */
    ;
    height: 4.58rem;
    z-index: 1002;
    padding: 0;
}

.epService .leftBtn {
    left: 6.25rem
        /* 120/19.2 */
    ;
}

.epService .rightBtn {
    right: 6.25rem
        /* 120/19.2 */
    ;
}

.epService .service-center .item-content .name {
    font-size: 2.92rem
        /* 56/19.2 */
    ;
    line-height: normal;
    margin-bottom: 1.35rem
        /* 26/19.2 */
    ;
}

.epService .service-center .item-content .address {
    margin-bottom: 1.35rem
        /* 26/19.2 */
    ;
}

.epService .service-center .item-content .tel,
.epService .service-center .item-content .email,
.epService .service-center .item-content .website {
    margin-bottom: 1.35rem
        /* 26/19.2 */
    ;
}

@media (max-width: 1000px) {
    .epService .common-width {
        width: 92%;
    }

    .epService .ep-top {
        height: 768px;
        width: 100%;
        position: relative;
    }

    .epService .ep-top .bac-img {
        height: 768px;
        width: auto;
        padding: 0;
    }

    .epService .ep-top .bac-img img {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .epService .ep-top .sub-title {
        font-size: 16px;
        position: absolute;
        top: 173px;
        left: 15px;
    }

    .epService .title-wrapper {
        width: 100%;
        position: absolute;
        height: 57%;
        top: 0;
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    }

    .epService .ep-top .title {
        font-size: 36px;
        position: absolute;
        top: 112px;
        left: 15px;
    }

    .epService .main-content {
        width: 100%;
    }

    .epService .progress-sec-content {
        flex-direction: column !important;
        overflow: hidden;
    }

    .epService .progress-desc-title {
        font-size: 16px;
        color: #000;
        margin-bottom: 2px;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .main-content .training-process {
        margin-bottom: 80px;
    }

    .main-content .training-process .progress-item {
        min-height: 85px;
        justify-content: start !important;
        align-items: flex-start !important;
        flex-direction: row !important;
    }

    .main-content .training-process .progress-sec {
        margin-bottom: unset;
    }

    .main-content .training-process .progress-sec .no {
        width: 32px;
        height: 32px;
        border-radius: 90px;
    }

    .main-content .training-process .progress-sec .progress-text {
        text-align: left;
        color: #888;
        margin-left: 16px;
        padding-right: 30%;
        padding-bottom: 28px;
    }

    .main-content .training-process .progress-item::after {
        left: 16px;
        top: 16px;
        width: 2px;
        height: 100%;
    }

    .epService .technical-vlog .sub-tit {
        font-size: 36px;
        text-align: left;
    }

    .epService .technical-vlog .vlogs .vlog-item {
        width: unset;
        margin-right: 0;
        margin-bottom: 36px;
    }

    .epService .training-intro {
        margin-top: 56px;
        height: 525px;
        overflow: hidden;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.28) 100%);
        border-radius: 20px;
        position: relative;
    }

    .epService .training-intro img {
        height: 100%;
        width: auto;
        position: relative;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translateX(-50%);
    }

    .epService .training-intro .content .intro-desc {
        width: 100%;
        text-align: left;
        font-size: 14px;
    }

    .epService .training-intro .content .intro-button {
        position: absolute;
        width: 90%;
        font-size: 14px;
        bottom: 30px;
    }

    .epService .training-intro .content {
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding: 26px 49px 0 22px;
        font-size: 16px;
    }

    .epService .training-intro .content .intro-tit {
        font-size: 22px;
    }

    .epService .swiper-main img {
        height: 100%;
    }

    .epService .btn {
        width: 45px;
        height: 45px;
    }

    .epService .service-network .service-tit {
        font-size: 26px;
        margin: 56px auto 26px;
        text-align: center;
    }

    .epService .service-center .center-tit {
        font-size: 26px;
        margin-bottom: 36px;
    }

    .epService .technical-vlog .vlogs {
        display: block !important;
    }
}

@media (max-width: 800px) {
    .epService .service-center .item-content {
        padding: 22px;
    }

    .epService .service-center .item-content .name {
        font-size: 22px;
        margin-bottom: 13px;
    }

    .epService .service-network #map {
        margin-bottom: 46px;
        height: 883px;
    }

    .epService .service-center .item-content .address,
    .epService .service-center .item-content .tel,
    .epService .service-center .item-content .email,
    .epService .service-center .item-content .website {
        margin-bottom: 13px;
        font-size: 14px;
        zoom: 0.7;
    }

    .epService .service-center {
        margin-bottom: 56px;
        height: auto;
    }

    .epService .map-wrapper .filter-box-container {
        top: 23px;
        left: 15px;
        font-size: 12px;
    }

    .epService .swiper-list {
        height: 299px;
    }

    .epService .swiper-main .swiper-slide-card {
        min-width: 213px !important;
        height: 299px;
    }

    .epService .technical-vlog,
    .epService .training-intro {
        margin-bottom: 0;
    }

    .epService .training-process .training-title {
        font-size: 30px;
        margin-bottom: 26px;
    }

    .main-content .training-process .progress-item {
        margin: 0 14px;
        min-height: unset;
    }

    .main-content .training-process .progress-sec .progress-text {
        font-size: 14px;
        padding-right: 10px;
        padding-bottom: 45px;
        line-height: normal;
    }
    .epService .progress-desc-title {
        margin-top: 0;
        height: 30px;
        line-height: 30px;
    }

    .main-content .training-process {
        margin-bottom: 50px;
    }

    .epService .technical-vlog .sub-tit {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .epService .leftBtn {
        left: 10px;
    }
    .epService .rightBtn {
        right: 10px;
    }
}