<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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-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.global {
    position: relative
}

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

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

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

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

.page-customer-service.global .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.global .breadcrumbs {
        top:90px;
        padding: 20px 8%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.page-customer-service.global .page-service__wrapper .banner .service_price {
    position: absolute;
    color: #fff;
    width: 230px;
    text-align: left;
    bottom: 60px;
    left: 30px;
    right: auto
}

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .banner .service_price {
        text-align:right;
        bottom: 100px;
        left: auto;
        right: 8%
    }
}

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

.page-customer-service.global .page-service__wrapper .banner .service_price a {
    width: 120px;
    text-align: center;
    background: #fff;
    color: #252525;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin-top: 30px;
    font-weight: 700;
    display: inline-block
}

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

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

.page-customer-service.global .page-service__wrapper .service-content .content-texts {
    margin: 30px auto;
    width: 100%
}

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .service-content .content-texts {
        width:70%
    }
}

.page-customer-service.global .page-service__wrapper .service-content .content-texts p {
    margin: 20px 0
}

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

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

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .image-left-text {
        display:flex;
        width: 91%;
        margin: 100px auto
    }
}

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

.page-customer-service.global .page-service__wrapper .image-left-text.tabs-bottom {
    margin: 30px auto 60px
}

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .image-left-text.tabs-bottom {
        margin:70px auto 114px
    }
}

.page-customer-service.global .page-service__wrapper .image-left-text.tabs-bottom .title-text h3 {
    line-height: 1;
    margin: 30px 0
}

.page-customer-service.global .page-service__wrapper .image-left-text.service-baozheng {
    margin: 60px auto
}

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .image-left-text.service-baozheng {
        margin:150px auto
    }
}

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

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

.page-customer-service.global .page-service__wrapper .image-left-text .image {
    text-align: right;
    padding-right: 0;
    width: 100%;
    overflow: hidden
}

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

@media(max-width: 1023px) {
    .page-customer-service.global .page-service__wrapper .image-left-text .image {
        text-align:center;
        margin-top: 30px
    }
}

.page-customer-service.global .page-service__wrapper .image-left-text .image span.image-box {
    display: inline-block;
    border-radius: 220px;
    overflow: hidden;
    padding-top: 45px;
    width: 255px;
    height: 345px;
    transform: rotate(-45deg)
}

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

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

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

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .image-left-text .image span.image-box img {
        transform:rotate(-45deg) scale(1.25)
    }
}

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .image-left-text .image span.image-box:hover img {
        transform:rotate(-45deg) scale(1.4)
    }
}

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

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

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

.page-customer-service.global .page-service__wrapper .image-left-text .title-text p.find-warranty-tip {
    width: 352px;
    margin: 30px 0
}

.page-customer-service.global .page-service__wrapper .image-left-text h3 {
    color: #252525;
    margin: 30px 0 25px;
    font-weight: 700;
    font-size: 24px
}

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

.page-customer-service.global .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.global .page-service__wrapper .image-left-text h5 {
        font-size:20px
    }
}

.page-customer-service.global .page-service__wrapper .image-left-text .video-icon {
    color: #003150;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.page-customer-service.global .page-service__wrapper .image-left-text .video-icon span {
    margin-left: 20px
}

.page-customer-service.global .page-service__wrapper .warranty-form {
    max-width: 415px
}

.page-customer-service.global .page-service__wrapper .warranty-form .field {
    margin-top: 20px
}

.page-customer-service.global .page-service__wrapper .warranty-form .field.action {
    margin-top: 40px
}

.page-customer-service.global .page-service__wrapper .warranty-form .field.action a.block-button {
    width: 140px;
    margin-bottom: 20px
}

.page-customer-service.global .page-service__wrapper .warranty-form .field.action p {
    margin-left: 0
}

.page-customer-service.global .page-service__wrapper .warranty-form .field p {
    margin: 5px 0 5px 25px;
    font-size: 12px
}

.page-customer-service.global .page-service__wrapper .warranty-form .field input {
    background: #fff;
    border: 0;
    width: 100%;
    height: 50px;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    color: #252525
}

.page-customer-service.global .page-service__wrapper .warranty-form .field input::-webkit-input-placeholder {
    color: #d2d2d2
}

.page-customer-service.global .page-service__wrapper .warranty-form .field input::-moz-placeholder {
    color: #d2d2d2
}

.page-customer-service.global .page-service__wrapper .warranty-form .field input:-ms-input-placeholder {
    color: #d2d2d2
}

.page-customer-service.global .page-service__wrapper .warranty-form .field .field-input {
    position: relative
}

.page-customer-service.global .page-service__wrapper .warranty-form .field .field-input.error input {
    border: 1px solid #bd0000
}

.page-customer-service.global .page-service__wrapper .warranty-form .field .field-input.error .error-tip {
    color: #bd0000;
    font-size: 12px;
    margin: 7px 0 0 25px
}

.page-customer-service.global .page-service__wrapper .warranty-form .field .field-input.error .error-tip a {
    color: #bd0000;
    border-bottom: 1px solid #bd0000
}

.page-customer-service.global .page-service__wrapper .warranty-form .field .field-input .tip {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzAgMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIHJ4PSIxNC41IiBzdHJva2U9IiNEMkQyRDIiLz48cGF0aCBkPSJNMTMuODA3IDEwLjk5OWMwLS4zMzcuMTE4LS42MS4zNTUtLjgyLjI0Mi0uMjE0LjU1LS4zMjIuOTIzLS4zMjIuMzgzIDAgLjY5My4xMS45My4zMjkuMjM3LjIxNC4zNTUuNDg1LjM1NS44MTMgMCAuMzMzLS4xMi42MS0uMzYyLjgzNC0uMjQyLjIxOS0uNTUuMzI4LS45MjMuMzI4LS4zNyAwLS42NzUtLjExMS0uOTE2LS4zMzVhMS4wODIgMS4wODIgMCAwMS0uMzYyLS44Mjd6TTEzLjk3IDIxdi03LjU2aDIuMlYyMWgtMi4yeiIgZmlsbD0iIzI1MjUyNSIvPjwvc3ZnPg==) no-repeat;
    position: absolute;
    right: 23px;
    top: 10px;
    z-index: 2
}

.page-customer-service.global .page-service__wrapper .global-warranty-content {
    border-top: 1px solid #d2d2d2;
    padding-top: 0;
    margin: 60px auto;
    border-bottom: 0
}

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .global-warranty-content {
        padding-top:30px;
        margin: 100px auto;
        border-bottom: 1px solid #d2d2d2
    }
}

.page-customer-service.global .page-service__wrapper .global-warranty-content .image-left-text {
    align-items: flex-start
}

.page-customer-service.global .page-service__wrapper .global-warranty-content .image-left-text h3 {
    margin: 0 0 30px
}

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

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .global-warranty-content .image-left-text .title-text {
        width:42%
    }
}

.page-customer-service.global .page-service__wrapper .global-warranty-content .image-left-text .image {
    text-align: left;
    width: 100%
}

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .global-warranty-content .image-left-text .image {
        width:42%
    }
}

.page-customer-service.global .page-service__wrapper .notice-steps {
    text-align: center;
    position: relative;
    margin: 30px 0 0;
    padding: 0 40px
}

.page-customer-service.global .page-service__wrapper .notice-steps .info {
    display: block;
    margin: 30px auto 0;
    width: 260px
}

.page-customer-service.global .page-service__wrapper .notice-steps img {
    width: 100%;
    max-width: 330px
}

.page-customer-service.global .page-service__wrapper .notice-number {
    background: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    font-size: 16px;
    font-weight: 700;
    color: #003150;
    top: 70%;
	width: auto;
	bottom: unset;
}

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .notice-number {
        top:72%
    }
}

@media screen and (max-width: 1280px)and (min-width:1024px) {
    .page-customer-service.global .page-service__wrapper .notice-number {
        top:70%
    }
}

@media screen and (max-width: 1100px)and (min-width:1024px) {
    .page-customer-service.global .page-service__wrapper .notice-number {
        top:68%
    }
}

.page-customer-service.global .page-service__wrapper .notice-step-button-next,.page-customer-service.global .page-service__wrapper .notice-step-button-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    display: block;
    right: 0
}

.page-customer-service.global .page-service__wrapper .notice-step-button-next span,.page-customer-service.global .page-service__wrapper .notice-step-button-prev span {
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #003150
}

.page-customer-service.global .page-service__wrapper .notice-step-button-next.swiper-button-disabled,.page-customer-service.global .page-service__wrapper .notice-step-button-prev.swiper-button-disabled {
    border-color: #d2d2d2;
    cursor: default
}

.page-customer-service.global .page-service__wrapper .notice-step-button-next.swiper-button-disabled span,.page-customer-service.global .page-service__wrapper .notice-step-button-prev.swiper-button-disabled span {
    border-color: #d2d2d2
}

.page-customer-service.global .page-service__wrapper .notice-step-button-prev {
    top: 35%
}

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .notice-step-button-prev {
        top:35%
    }
}

.page-customer-service.global .page-service__wrapper .notice-step-button-prev span {
    margin: 10px 0 0 11px;
    border-left: 1px solid #000;
    transform: rotate(45deg)
}

.page-customer-service.global .page-service__wrapper .notice-step-button-next {
    top: 45%
}

@media(min-width: 1024px) {
    .page-customer-service.global .page-service__wrapper .notice-step-button-next {
        top:45%
    }
}

.page-customer-service.global .page-service__wrapper .notice-step-button-next span {
    margin: 10px 0 0 9px;
    border-right: 1px solid #000;
    transform: rotate(-45deg)
}

.page-customer-service.global .related-sports-section {
    background: #000;
    color: #fff;
    position: relative;
    cursor: pointer;
    margin: 60px 0;
    min-height: 240px
}

@media(min-width: 1024px) {
    .page-customer-service.global .related-sports-section {
        margin:150px 0;
        min-height: 320px
    }
}

.page-customer-service.global .related-sports-section .bg-image {
    width: 100%
}

.page-customer-service.global .related-sports-section .bg-cover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .2
}

.page-customer-service.global .related-sports-section .related-sports-info {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8%;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 2
}

.page-customer-service.global .related-sports-section .related-sports-info h1 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 30px
}

@media(min-width: 1024px) {
    .page-customer-service.global .related-sports-section .related-sports-info h1 {
        font-size:80px
    }
}

.page-customer-service.global .related-sports-section .related-sports-info .sub-title {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-top: 19px;
    line-height: 1;
    padding-right: 35px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjg1NiAyLjQ3YS45ODYuOTg2IDAgMDAtLjY5LS4yOWMtLjI2IDAtLjUxLjEtLjY5LjI5LS4xOC4xOC0uMjkuNDMtLjI5LjY5IDAgLjI2LjEuNTEuMjkuNjkxbDUuMTgyIDUuMTYzSC45OGMtLjI2IDAtLjUxLjEtLjY5LjI5LS4xOC4xOC0uMjkuNDMtLjI5LjY5IDAgLjI2LjEuNTEuMjkuNjkuMTguMTguNDMuMjkuNjkuMjloMTUuNjY4bC01LjE2MiA1LjE2M2MtLjE4LjE4LS4yOS40My0uMjkuNjkgMCAuMjYuMS41MS4yOS42OS4xOC4xOC40My4yOTEuNjkuMjkxLjI2IDAgLjUxLS4xLjY5LS4yOWw2Ljg1NC02Ljg1NGEuOTg3Ljk4NyAwIDAwLjI4LS43YzAtLjEzLS4wMy0uMjYtLjA3LS4zOGEuOTkuOTkgMCAwMC0uMjEtLjMyTDEyLjg1NiAyLjQ3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 100%
}

@media(min-width: 1024px) {
    .page-customer-service.global .related-sports-section .related-sports-info .sub-title {
        font-size:18px
    }
}

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

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

.page-customer-service.global .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.global .section-ambassador-list h2 {
        font-size:20px;
        margin: 60px 8%
    }
}

.page-customer-service.global .warranty-feature .item {
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2
}

.page-customer-service.global .warranty-feature .item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    margin: 0;
    cursor: pointer
}

.page-customer-service.global .warranty-feature .item h4 span {
    width: 21px;
    height: 21px;
    border: 1px solid #3d9ce3;
    border-radius: 50%;
    text-align: center;
    float: right;
    position: relative;
    margin-top: 4px
}

.page-customer-service.global .warranty-feature .item h4 span:after {
    content: "";
    width: 7px;
    height: 7px;
    border-left: 1px solid #3d9ce3;
    border-bottom: 1px solid #3d9ce3;
    transform: rotate(-45deg);
    transition: all 1s;
    display: block;
    position: absolute;
    top: 5px;
    left: 6px
}

.page-customer-service.global .warranty-feature .item .item-content {
    display: none;
    border-top: 1px solid #d2d2d2;
    padding: 10px 0;
    margin: 20px 0
}

.page-customer-service.global .warranty-feature .item .item-content p {
    margin: 20px 0
}

.page-customer-service.global .warranty-feature .item .item-content p h4 {
    font-size: 15px;
    font-weight: 700;
    color: #252525;
    margin-bottom: 2px
}

.page-customer-service.global .warranty-feature .item.open h4 span:after {
    top: 8px;
    transform: rotate(135deg)
}

.page-customer-service.global .warranty-feature .item.open .item-content {
    display: block
}

.page-customer-service.global .warranty-feature .item:last-child {
    border-bottom: 1px solid #d2d2d2
}

@media(min-width: 1024px) {
    .page-customer-service.global .warranty-feature .item:last-child {
        border-bottom:0
    }
}

.warranty-card-popup {
    background: #f4f4f4;
    border-radius: 20px;
    text-align: center;
    padding: 30px 0
}

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

@media(max-width: 1023px) {
    .warranty-card-popup {
        width:100%;
        height: 100vh;
        margin: 0 auto;
        border-radius: 0;
        display: flex;
        align-items: center
    }
}

.warranty-card-popup h3 {
    font-weight: 700;
    color: #003150;
    font-size: 18px;
    margin: 32px 0 0
}

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

.warranty-card-popup h4 {
    font-weight: 700;
    color: #003150;
    font-size: 14px;
    margin: 30px 0 10px
}

@media(min-width: 1024px) {
    .warranty-card-popup h4 {
        font-size:14px;
        margin: 0 0 12px
    }
}

@media(max-width: 1023px) {
    .warranty-card-popup .video-box-popup-wrapper {
        max-height:92vh
    }
}

.warranty-card-popup .warranty-popup {
    padding: 10px 20px;
    min-width: 600px;
    max-width: 800px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: inherit;
    min-width: inherit
}

@media(min-width: 1024px) {
    .warranty-card-popup .warranty-popup {
        max-height:60vh;
        min-width: 600px
    }
}

.warranty-card-popup .warranty-popup::-webkit-scrollbar {
    width: 3px;
    height: 1px
}

.warranty-card-popup .warranty-popup::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    background: #003150
}

.warranty-card-popup .warranty-popup::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    border-radius: 5px;
    background: #e0e0e0
}

.warranty-card-popup .warranty-popup .images-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0
}

.warranty-card-popup .warranty-popup .images-list .image {
    margin: 20px 10px
}

.warranty-card-popup .warranty-popup .images-list.more .image {
    width: 42%
}

@media(min-width: 1024px) {
    .warranty-card-popup .warranty-popup .images-list.more .image {
        width:25%
    }
}

.warranty-card-popup .warranty-popup .image img {
    max-width: 100%
}
</pre></body></html>