.component-service-tab-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    height: 80px
}

@media(min-width: 1024px) {
    .component-service-tab-wrapper {
        margin-top:10px;
        height: 120px
    }
}

.component-service-tab-wrapper.fixed-top .component-service-tab {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #f4f4f4;
    border-bottom: 1px solid #d2d2d2;
    z-index: 99;
    margin: 0 auto;
    padding: 25px 0 0
}

@media(min-width: 1024px) {
    .component-service-tab-wrapper.fixed-top .component-service-tab {
        padding:25px 0
    }
}

.component-service-tab-wrapper.fixed-top .component-service-tab .tabs ul {
    margin-left: 20px;
    justify-content: start
}

@media(min-width: 1024px) {
    .component-service-tab-wrapper.fixed-top .component-service-tab .tabs ul {
        margin-left:0;
        justify-content: center
    }
}

.component-service-tab {
    position: relative;
    transition: all .4s
}

.component-service-tab .tabs {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.component-service-tab .tabs::-webkit-scrollbar {
    width: 0!important
}

.component-service-tab .tabs ul {
    display: flex
}

@media(max-width: 1023px) {
    .component-service-tab .tabs ul {
        width:140%;
        height: 25px
    }
}

.component-service-tab .tabs ul li {
    margin: 0 30px
}

@media(max-width: 1023px) {
    .component-service-tab .tabs ul li {
        margin:0 40px 0 0
    }

    .component-service-tab .tabs ul li:last-child {
        margin: 0
    }
}

.component-service-tab .tabs ul li a {
    display: block;
    color: #252525;
    font-weight: 700;
    font-size: 12px
}

@media(min-width: 1024px) {
    .component-service-tab .tabs ul li a {
        font-size:18px
    }
}

.component-service-tab .tabs ul li a:hover {
    color: #3d9ce3
}

.component-service-tab .tabs ul li.active {
    border-bottom: 1px solid #3d9ce3
}

.component-service-tab .tabs ul li.active a {
    color: #3d9ce3
}

.component-service-list {
    position: relative;
    width: 100%
}

.component-service-list .service-list-slider {
    position: relative
}

@media(min-width: 1024px) {
    .component-service-list .service-list-slider {
        padding-bottom:60px
    }
}

.component-service-list .service-list-slider .swiper-wrapper .swiper-slide {
    display: inline-block;
    width: 28%;
    overflow: visible;
    text-align: center;
    min-height: 160px
}

.component-service-list .service-list-slider .swiper-wrapper .swiper-slide:last-child {
    margin: 0
}

@media(max-width: 1023px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide .image {
        text-align:center;
        transform: scale(.7);
        transition: transform .3s
    }

    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide .image span.image-box {
        display: inline-block;
        transform: rotate(45deg);
        width: 245px;
        height: 342px;
        border-radius: 220px;
        overflow: hidden
    }

    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide .image span.image-box img {
        opacity: 0;
        border-radius: 100%;
        transform: rotate(-45deg) scale(1.5);
        width: 100%;
        padding-top: 50px
    }
}

@media(min-width: 1024px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide .image {
        text-align:center;
        transform: scale(.45)
    }

    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide .image span.image-box {
        display: block;
        transform: rotate(45deg)
    }

    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide .image span.image-box img {
        border-radius: 100%;
        width: 500px;
        height: 500px;
        opacity: .6;
        transition: transform 1s;
        max-width: 100%;
        transform: rotate(-45deg) scale(1.5)
    }
}

.component-service-list .service-list-slider .swiper-wrapper .swiper-slide a {
    display: block
}

.component-service-list .service-list-slider .swiper-wrapper .swiper-slide a .name {
    color: #003150;
    margin: 30px 0 10px;
    display: block;
    font-size: 16px
}

@media(min-width: 1024px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide a .name {
        font-size:22px
    }
}

.component-service-list .service-list-slider .swiper-wrapper .swiper-slide .info {
    position: relative;
    width: 100%;
    display: none
}

@media(min-width: 1024px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide .info {
        width:135%
    }
}

@media(max-width: 1023px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide .info {
        padding:0 30px
    }
}

.component-service-list .service-list-slider .swiper-wrapper .swiper-slide .info .info-txt {
    color: #d2d2d2;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px
}

@media(min-width: 1024px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide .info .info-txt {
        text-align:left;
        -webkit-line-clamp: 4
    }
}

.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .image,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .image {
    transform: scale(1);
    transition: transform .3s
}

@media(max-width: 1023px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .image span.image-box img,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .image span.image-box img {
        opacity:1
    }
}

@media(min-width: 1024px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .image span.image-box,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .image span.image-box {
        width:360px;
        height: 490px;
        border-radius: 220px;
        overflow: hidden;
        margin: 0 auto
    }

    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .image span.image-box img,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .image span.image-box img {
        border-radius: 220px;
        width: 500px;
        height: auto;
        opacity: 1;
        padding-top: 50px
    }

    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .image span.image-box:hover img,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .image span.image-box:hover img {
        transform: rotate(-45deg) scale(1.6)
    }
}

.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .info,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

@media(min-width: 1024px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .info,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info {
        margin-top:-60px
    }
}

@media(max-width: 1023px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .info,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info {
        display:block
    }
}

.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .info h2,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info h2 {
    text-align: left;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    height: 60px;
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin: 0 0 20px
}

@media(min-width: 1024px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .info h2,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info h2 {
        height:150px;
        width: 56%;
        font-size: 60px;
        text-align: left;
        margin-bottom: 12px
    }
}

@media(max-width: 1023px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .info h2,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info h2 {
        margin-top:20px
    }
}

.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .info p,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info p {
    color: #d2d2d2
}

@media(max-width: 1023px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .info p,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info p {
        margin-bottom:12px;
        text-align: center;
        height: 65px;
        overflow: hidden
    }
}

.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .info .text,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info .text {
    text-align: left;
    font-size: 12px;
    margin-top: 0;
    width: 100%
}

@media(min-width: 1024px) {
    .component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active .info .text,.component-service-list .service-list-slider .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info .text {
        margin-top:-40px;
        width: 34%
    }
}

.component-service-list .service-list-slider .step-number {
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #666;
    width: 34px;
    height: 54px;
    border-radius: 20px;
    text-align: center;
    transform: rotate(-45deg);
    margin: 0 auto
}

@media(min-width: 1024px) {
    .component-service-list .service-list-slider .step-number {
        margin:0 0 15px 16px
    }
}

.component-service-list .service-list-slider .step-number span {
    height: 54px;
    line-height: 54px;
    display: block;
    transform: rotate(45deg);
    color: #fff
}

.component-service-list .service-list-progressbar,.component-service-list .swiper-pagination-progressbar {
    height: 2px;
    left: 8%;
    top: auto;
    bottom: 0;
    position: absolute;
    background: #d2d2d2;
    width: 84%
}

.component-service-list .service-list-progressbar .swiper-pagination-progressbar-fill,.component-service-list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #3d9ce3;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform: scale(0);
    transform-origin: left top
}

@media(min-width: 1024px) {
    .component-service-list .service-list-progressbar,.component-service-list .swiper-pagination-progressbar {
        display:none
    }
}

.component-service-list .service-list-button-next,.component-service-list .service-list-button-prev {
    width: 50px;
    height: 50px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    position: absolute;
    bottom: 2%;
    cursor: pointer;
    display: block;
    line-height: 50px;
    text-align: center;
    z-index: 9
}

.component-service-list .service-list-button-next span,.component-service-list .service-list-button-prev span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjg1NiAyLjQ3YS45ODYuOTg2IDAgMDAtLjY5LS4yOWMtLjI2IDAtLjUxLjEtLjY5LjI5LS4xOC4xOC0uMjkuNDMtLjI5LjY5IDAgLjI2LjEuNTEuMjkuNjkxbDUuMTgyIDUuMTYzSC45OGMtLjI2IDAtLjUxLjEtLjY5LjI5LS4xOC4xOC0uMjkuNDMtLjI5LjY5IDAgLjI2LjEuNTEuMjkuNjkuMTguMTguNDMuMjkuNjkuMjloMTUuNjY4bC01LjE2MiA1LjE2M2MtLjE4LjE4LS4yOS40My0uMjkuNjkgMCAuMjYuMS41MS4yOS42OS4xOC4xOC40My4yOTEuNjkuMjkxLjI2IDAgLjUxLS4xLjY5LS4yOWw2Ljg1NC02Ljg1NGEuOTg3Ljk4NyAwIDAwLjI4LS43YzAtLjEzLS4wMy0uMjYtLjA3LS4zOGEuOTkuOTkgMCAwMC0uMjEtLjMyTDEyLjg1NiAyLjQ3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50%;
    width: 20px;
    height: 15px;
    display: inline-block
}

@media(max-width: 1023px) {
    .component-service-list .service-list-button-next,.component-service-list .service-list-button-prev {
        display:none
    }
}

.component-service-list .service-list-button-next.swiper-button-disabled,.component-service-list .service-list-button-prev.swiper-button-disabled {
    border-color: #d2d2d2;
    cursor: default
}

.component-service-list .service-list-button-next.swiper-button-disabled span,.component-service-list .service-list-button-prev.swiper-button-disabled span {
    border-color: #d2d2d2
}

.component-service-list .service-list-button-prev {
    left: 29.5%
}

.component-service-list .service-list-button-prev span {
    transform: rotate(180deg)
}

.component-service-list .service-list-button-next {
    left: 34%
}

@media(min-width: 769px)and (max-width:1200px) {
    .component-service-list .service-list-button-next {
        left:36%
    }
}

.component-all-service-list {
    position: relative;
    width: 100%
}

.component-all-service-list .ambassador-list-slider {
    position: relative;
    padding-bottom: 40px
}

@media(min-width: 1024px) {
    .component-all-service-list .ambassador-list-slider {
        padding-bottom:60px
    }
}

.component-all-service-list .ambassador-list-slider .swiper-wrapper .swiper-slide {
    display: inline-block;
    width: 28%;
    overflow: hidden;
    text-align: center
}

.component-all-service-list .ambassador-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active:first-child {
    margin-left: 0
}

@media(min-width: 1024px) {
    .component-all-service-list .ambassador-list-slider .swiper-wrapper .swiper-slide.swiper-slide-active:first-child {
        margin-left:8%
    }
}

.component-all-service-list .ambassador-list-slider .swiper-wrapper .swiper-slide a {
    display: block
}

.component-all-service-list .ambassador-list-slider .swiper-wrapper .swiper-slide a .image-box {
    border-radius: 170px;
    display: block;
    overflow: hidden;
    max-width: 331px;
    margin: 0 auto
}

.component-all-service-list .ambassador-list-slider .swiper-wrapper .swiper-slide a img {
    max-width: 100%;
    transition: all .5s
}

@media(min-width: 1024px) {
    .component-all-service-list .ambassador-list-slider .swiper-wrapper .swiper-slide a:hover img {
        transform:scale(1.15)
    }
}

.component-all-service-list .ambassador-list-slider .swiper-wrapper .swiper-slide .name {
    color: #003150;
    margin: 40px 0 20px;
    display: block;
    font-weight: 700;
    font-size: 18px
}

@media(min-width: 1024px) {
    .component-all-service-list .ambassador-list-slider .swiper-wrapper .swiper-slide .name {
        font-size:26px
    }
}

.component-all-service-list .ambassador-list-slider .swiper-wrapper .swiper-slide .info {
    display: block;
    width: 87%;
    margin: 0 auto;
    font-size: 12px
}

@media(min-width: 1024px) {
    .component-all-service-list .ambassador-list-slider .swiper-wrapper .swiper-slide .info {
        font-size:14px
    }
}

.component-all-service-list .ambassador-list-slider .swiper-pagination-progressbar.ambassador-list-progressbar {
    height: 1px;
    left: 0;
    top: auto;
    bottom: 0;
    position: absolute;
    background: #d2d2d2;
    left: 5%;
    width: 90%
}

@media(min-width: 1024px) {
    .component-all-service-list .ambassador-list-slider .swiper-pagination-progressbar.ambassador-list-progressbar {
        left:8%;
        width: 84%
    }
}

.component-all-service-list .ambassador-list-slider .swiper-pagination-progressbar.ambassador-list-progressbar .swiper-pagination-progressbar-fill {
    background: #003150;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 3px;
    transform: scale(0);
    transform-origin: left top
}

@keyframes rtl-drawer-in {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes rtl-drawer-out {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(100%)
    }
}

@keyframes ltr-drawer-in {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes ltr-drawer-out {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}

@keyframes ttb-drawer-in {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes ttb-drawer-out {
    0% {
        transform: translate(0)
    }

    to {
        transform: translateY(-100%)
    }
}

@keyframes btt-drawer-in {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes btt-drawer-out {
    0% {
        transform: translate(0)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@font-face {
    font-display: swap;
    font-family: Bold;
    src: url(/fonts/LonginesSansText-Bold.otf)
}

@font-face {
    font-display: swap;
    font-family: BoldItalic;
    src: url(/fonts/LonginesSansText-BoldItalic.otf)
}

@font-face {
    font-display: swap;
    font-family: Light;
    src: url(/fonts/LonginesSansText-Light.otf)
}

@font-face {
    font-display: swap;
    font-family: LightItalic;
    src: url(/fonts/LonginesSansText-LightItalic.otf)
}

@font-face {
    font-display: swap;
    font-family: Medium;
    src: url(/fonts/LonginesSansText-Medium.otf)
}

@font-face {
    font-display: swap;
    font-family: MediumItalic;
    src: url(/fonts/LonginesSansText-MediumItalic.otf)
}

@font-face {
    font-display: swap;
    font-family: Regular;
    src: url(/fonts/LonginesSansText-Regular.otf)
}

@font-face {
    font-display: swap;
    font-family: RegularItalic;
    src: url(/fonts/LonginesSansText-RegularItalic.otf)
}

@keyframes button-step-background {
    0% {
        background-color: #000
    }

    25% {
        background-color: #fff
    }

    50% {
        background-color: #000
    }

    75% {
        background-color: #000
    }

    to {
        background-color: #000
    }
}

@keyframes button-secondary-step-background {
    0% {
        background-color: #fff
    }

    25% {
        background-color: #000
    }

    50% {
        background-color: #fff
    }

    75% {
        background-color: #fff
    }

    to {
        background-color: #fff
    }
}

.page-customer-service.technical {
    position: relative
}

.page-customer-service.technical h1.page-title {
    color: #252525;
    margin: 30px 0 0;
    font-weight: 700;
    font-size: 30px
}

@media(min-width: 1024px) {
    .page-customer-service.technical h1.page-title {
        font-size:80px
    }
}

.page-customer-service.technical h3.sub-title {
    color: #252525;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 18px
}

@media(min-width: 1024px) {
    .page-customer-service.technical h3.sub-title {
        font-size:37px
    }
}

.page-customer-service.technical .breadcrumbs {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    margin: 0;
    top: 60px;
    padding: 20px 4.8309178744vw
}

@media(min-width: 1024px) {
    .page-customer-service.technical .breadcrumbs {
        top:90px;
        padding: 20px 8%
    }
}

.page-customer-service.technical .breadcrumbs ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.page-customer-service.technical .breadcrumbs ul li {
    font-size: 12px;
    margin-right: 5px;
    color: #d2d2d2
}

.page-customer-service.technical .breadcrumbs ul li a {
    color: #fff;
    opacity: .4
}

.page-customer-service.technical .breadcrumbs ul li a:hover {
    opacity: 1
}

.page-customer-service.technical .breadcrumbs ul li.speaor {
    color: #fff;
    opacity: .4
}

.page-customer-service.technical .breadcrumbs ul li span {
    color: #fff
}

.page-customer-service.technical .page-service__wrapper .banner {
    position: relative
}

.page-customer-service.technical .page-service__wrapper .banner img {
    width: 100%
}

.page-customer-service.technical .page-service__wrapper .banner video {
    width: 100%;
    min-height: 400px;
    object-fit: cover
}

.page-customer-service.technical .page-service__wrapper .banner h1.page-title {
    position: absolute;
    color: #fff;
    line-height: 1;
    left: 30px;
    bottom: 60px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .banner h1.page-title {
        left:8%;
        bottom: 100px
    }
}

@media(min-width: 769px)and (max-width:1200px) {
    .page-customer-service.technical .page-service__wrapper .banner h1.page-title {
        bottom:60px
    }
}

.page-customer-service.technical .page-service__wrapper .service-content {
    padding: 0 4.8309178744vw
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content {
        padding:0 8%
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video h2 {
    color: #252525;
    margin: 40px 0;
    font-weight: 700;
    text-align: center;
    font-size: 24px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video h2 {
        margin:60px 0;
        font-size: 60px
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list {
    justify-content: space-between;
    display: block
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list {
        display:flex
    }
}

@media(max-width: 1023px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list {
        height:auto!important
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .item {
    max-height: 512px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    transition: all .6s;
    width: 100%;
    margin: 10px 0;
    height: 110px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .item {
        width:154px;
        margin: 0 10px;
        height: auto
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .item img {
    border-radius: 15px
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .item.open {
    width: 100%;
    height: 220px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .item.open {
        width:71%;
        height: auto
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .item .video-item {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .item .video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0
}

@media(max-width: 1023px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .item .video {
        position:absolute;
        top: 0;
        left: 0
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .item .video.video-show {
    opacity: 1
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list img,.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list video {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-info {
    position: absolute;
    left: 30px;
    width: 200px;
    bottom: 15px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-info {
        left:40px;
        width: 450px;
        bottom: 40px
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-info h3 {
    color: #fff;
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 18px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-info h3 {
        font-size:22px
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-info p {
    display: none
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-info p {
        display:block
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list p {
    color: #fff
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-popup {
    position: absolute;
    display: flex;
    align-items: center;
    cursor: pointer;
    right: 30px;
    bottom: 15px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-popup {
        right:40px;
        bottom: 40px
    }
}

@media(max-width: 1023px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-popup {
        margin-bottom:15px
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-popup .tip {
    text-align: right;
    display: none
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-popup .tip {
        display:block
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-popup .full-video-icon {
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjQuNSIgc3Ryb2tlPSIjRDJEMkQyIi8+PHBhdGggZD0iTTMzLjggMTYuOFYyMkgzNXYtNS4yYzAtMS0uODEtMS44LTEuOC0xLjhIMjh2MS4yaDUuMmMuMzMgMCAuNi4yNy42LjZ6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTIxLjUgMTUuNXYuMmgtNC43Yy0uNjA2IDAtMS4xLjQ5NC0xLjEgMS4xdjQuN2gtLjJ2LTQuN2MwLS43MTQuNTg2LTEuMyAxLjMtMS4zaDQuN3oiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNi4yIDMzLjJWMjhIMTV2NS4yYzAgMSAuODEgMS44IDEuOCAxLjhIMjJ2LTEuMmgtNS4yYy0uMzMgMC0uNi0uMjctLjYtLjZ6TTMzLjIgMzMuOEgyOFYzNWg1LjJjMSAwIDEuOC0uODEgMS44LTEuOFYyOGgtMS4ydjUuMmMwIC4zMy0uMjcuNi0uNi42eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat;
    width: 50px;
    height: 50px;
    margin-left: 16px
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-image {
    position: relative;
    cursor: pointer;
    height: 100%;
    z-index: 2
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-image img {
    width: 100%;
    height: auto;
    max-height: 100%
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-image img {
        width:auto;
        height: 100%
    }
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-image .video-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    max-width: 149px
}

.page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-image .video-title h3 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    width: 24px;
    word-wrap: break-word;
    word-break: break-all;
    max-height: 90%;
    overflow: hidden;
    margin: 0 auto;
    line-height: 1.2;
    text-align: center;
    width: 100%
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .service-content .our-video .video-list .video-image .video-title h3 {
        font-size:22px;
        width: 30px
    }
}

.page-customer-service.technical .page-service__wrapper img {
    max-width: 100%
}

.page-customer-service.technical .page-service__wrapper .main-image {
    margin: 35px 0 40px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .main-image {
        margin:80px 0 120px
    }
}

.page-customer-service.technical .page-service__wrapper .image-left-text {
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    max-width: 1100px;
    display: block;
    width: 95%;
    margin: 10px auto 60px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text {
        display:flex;
        width: 86%;
        margin: 70px auto 120px
    }
}

@media(min-width: 769px)and (max-width:1200px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text {
        width:95%
    }
}

.page-customer-service.technical .page-service__wrapper .image-left-text .image {
    width: 100%;
    overflow: hidden
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text .image {
        width:46%;
        overflow: inherit
    }
}

@media(max-width: 1023px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text .image {
        text-align:center
    }
}

.page-customer-service.technical .page-service__wrapper .image-left-text .image span.image-box {
    border-radius: 220px;
    overflow: hidden;
    transform: rotate(45deg);
    padding-top: 0;
    width: 90%;
    height: auto
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text .image span.image-box {
        padding-top:70px;
        width: 400px;
        height: 540px
    }
}

@media(min-width: 769px)and (max-width:1200px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text .image span.image-box {
        width:350px;
        height: 485px
    }
}

@media(max-width: 1023px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text .image span.image-box {
        transform:rotate(0deg)
    }
}

.page-customer-service.technical .page-service__wrapper .image-left-text .image span.image-box img {
    transition: transform 1s;
    max-width: 100%;
    transform: rotate(-45deg) scale(1.25)
}

@media(max-width: 1023px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text .image span.image-box img {
        transform:rotate(0deg)
    }
}

.page-customer-service.technical .page-service__wrapper .image-left-text .image span.image-box:hover img {
    transform: rotate(-45deg) scale(1.4)
}

.page-customer-service.technical .page-service__wrapper .image-left-text .image .image-box-mobile {
    border-radius: 220px;
    overflow: hidden;
    margin: 0 auto;
    width: 90%
}

.page-customer-service.technical .page-service__wrapper .image-left-text .title-text {
    width: 100%
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text .title-text {
        width:45%
    }
}

.page-customer-service.technical .page-service__wrapper .image-left-text .title-text p {
    margin: 20px 0;
    text-align: left
}

.page-customer-service.technical .page-service__wrapper .image-left-text h3 {
    color: #252525;
    font-weight: 700;
    margin: 50px 0 30px;
    font-size: 24px;
    line-height: 1.2
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text h3 {
        margin:0 0 40px;
        font-size: 60px
    }
}

.page-customer-service.technical .page-service__wrapper .image-left-text h5 {
    color: #252525;
    margin: 40px 0;
    font-weight: 700;
    font-size: 16px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text h5 {
        font-size:20px
    }
}

.page-customer-service.technical .page-service__wrapper .image-left-text .more-btn {
    width: 120px;
    text-align: center;
    background: #003150;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    display: block;
    margin: 30px auto;
    border: 1px solid #003150;
    transition: all .3s
}

@media(min-width: 1024px) {
    .page-customer-service.technical .page-service__wrapper .image-left-text .more-btn {
        margin:40px 0 0
    }
}

.page-customer-service.technical .page-service__wrapper .image-left-text .more-btn:hover {
    background: #fff;
    color: #003150
}

.page-customer-service.technical .section-ambassador-list {
    margin: 60px 0
}

@media(min-width: 1024px) {
    .page-customer-service.technical .section-ambassador-list {
        margin:150px 0
    }
}

.page-customer-service.technical .section-ambassador-list h2 {
    color: #252525;
    padding-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px solid #d2d2d2;
    font-size: 18px;
    margin: 50px 20px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .section-ambassador-list h2 {
        font-size:20px;
        margin: 60px 8%
    }
}

.page-customer-service.technical .section-ambassador-list .tab {
    margin-bottom: 40px
}

.page-customer-service.technical .section-ambassador-list .tab ul {
    display: flex;
    justify-content: center
}

.page-customer-service.technical .section-ambassador-list .tab ul li {
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    margin: 20px;
    font-size: 12px
}

@media(min-width: 1024px) {
    .page-customer-service.technical .section-ambassador-list .tab ul li {
        margin:20px 30px;
        font-size: 18px
    }
}

.page-customer-service.technical .section-ambassador-list .tab ul li.active {
    color: #3d9ce3;
    border-bottom: 1px solid #3d9ce3
}

.page-customer-service.technical .section-ambassador-list.youya-ambassador-list {
    background: #001f33;
    padding: 40px 0;
    margin: 60px 0
}

@media(min-width: 1024px) {
    .page-customer-service.technical .section-ambassador-list.youya-ambassador-list {
        padding:60px 0;
        margin: 150px 0
    }
}

.page-customer-service.technical .section-ambassador-list.youya-ambassador-list h2 {
    color: #fff;
    border-bottom: 0
}

.page-customer-service.technical .section-ambassador-list.youya-ambassador-list .component-ambassador-list .ambassador-list-slider .swiper-wrapper .swiper-slide a .info,.page-customer-service.technical .section-ambassador-list.youya-ambassador-list .component-ambassador-list .ambassador-list-slider .swiper-wrapper .swiper-slide a .name {
    color: #fff
}

.video-box-popup.video {
    display: block;
    background: #f4f4f4;
    border-radius: 20px;
    max-width: 800px;
    padding: 28px 5px
}

@media(min-width: 1024px) {
    .video-box-popup.video {
        padding:30px
    }
}

@media(max-width: 1023px) {
    .video-box-popup.video {
        width:92%;
        margin: 0 auto;
        min-height: inherit
    }
}

.video-box-popup.video h3 {
    font-weight: 700;
    text-align: center;
    color: #003150;
    margin: 5px 0 30px;
    font-size: 18px
}

@media(min-width: 1024px) {
    .video-box-popup.video h3 {
        margin:12px 0 30px;
        font-size: 20px
    }
}

.video-box-popup.video .video-preview {
    height: auto
}

@media(min-width: 1024px) {
    .video-box-popup.video .video-preview {
        height:65vh
    }
}

.video-box-popup.video video {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    object-fit: cover
}

@media(min-width: 1024px) {
    .video-box-popup.video video {
        width:auto;
        height: 100%
    }
}

/*首页 新闻列表*/
.artice_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 84%;
	margin: 0 auto;
}
.icon-mobile-news{
	font-size: 1.1vw;
}
.artice_list img{
	max-width:100%;
}
.artice_l{
	width:29%;
}
.artice_l li a{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	transition: all 0.3s;
}
.artice_l li .img-box{
	/*width:30%;*/
	max-height: 10rem;
	overflow: hidden;
}
.artice_l li .content-box{
    width: 100%;
}
.artice_l li h3{
	font-size:1.25rem;
	line-height: 2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.artice_l li:first-child a .img-box,
.artice_l li:first-child a .content-box{
	width:100%;
}
.artice_l li:first-child a .img-box{
	max-height: 20rem;
}

.artice_r{
	width:69%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.artice_r li {
	width:49%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    transition: all 0.3s;
	align-items: center;
}
.watch_center_time {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    margin-right: 1.3rem;
}
.watch_center_time span {
    color: #111;
    font-weight: bold;
    font-size: 1.5rem;
}
.watch_center_time p {
    font-size: 1rem;
    color: #111;
    margin-top: 0.3rem;
}
.watch_center_text {
    flex: 1;
}
.watch_center_text h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.3s;
}
.watch_center_text p {
    font-size: 1rem;
    color: #666;
    line-height: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
@media(max-width: 640px) {
    .artice_l,
    .artice_r,
    .artice_r li{
    	width:100%;
    }
}