/*! CSS Used from: /v2/css/tailwind.css?v=35 */
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

:after,
:before {
    --tw-content: "";
}

body {
    margin: 0;
    line-height: inherit;
}

h1,
h3 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button {
    text-transform: none;
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
}

h1,
h3,
p {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input::placeholder {
    opacity: 1;
    color: #9ca3af;
}

[role=button],
button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

iframe,
img {
    display: block;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.m-auto {
    margin: auto;
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mr-2 {
    margin-right: .5rem;
}

.mt-3 {
    margin-top: .75rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-full {
    height: 100%;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-1\/4 {
    width: 25%;
}

.w-1\/6 {
    width: 16.666667%;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-2\/5 {
    width: 40%;
}

.w-24 {
    width: 6rem;
}

.w-3\/5 {
    width: 60%;
}

.w-5 {
    width: 1.25rem;
}

.w-5\/6 {
    width: 83.333333%;
}

.w-full {
    width: 100%;
}

.flex-none {
    flex: none;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.rounded {
    border-radius: .25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: .5rem;
}

.rounded-md {
    border-radius: .375rem;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity));
}

.border-opacity-40 {
    --tw-border-opacity: 0.4;
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity));
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity));
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68/var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.bg-opacity-80 {
    --tw-bg-opacity: 0.8;
}

.p-1 {
    padding: .25rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.text-center {
    text-align: center;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175/var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.opacity-60 {
    opacity: .6;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

.shadow-sm,
.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
}

body {
    background: #e9e9e9;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.main {
    min-height: 100vh;
    background: #f5f5f5;
}

.header {
    top: 0;
}

.footer,
.header {
    position: fixed;
    left: 0;
    right: 0;
}

.footer {
    bottom: 0;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width:1334px) {
    body {
        max-width: 520px;
        margin: 0 auto;
        position: relative;
    }

    .footer,
    .header,
    .menu {
        max-width: 520px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.cbg {
    background-color: #f01b4d;
}

.text-xxs {
    font-size: .6rem;
}

.hover\:bg-red-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242/var(--tw-bg-opacity));
}

.focus\:outline-none:focus {
    outline: 2px solid #0000;
    outline-offset: 2px;
}

.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

/*! CSS Used from: /v2/css/app.css?v=2 */
body {
    background: #ffffff;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.main {
    min-height: 100vh;
    background: #f5f5f5;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 1334px) {
    body {
        max-width: 520px;
        margin: 0 auto;
        position: relative;
    }

    .header,
    .footer,
    .menu {
        max-width: 520px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.cbg {
    background-color: #f01b4d;
}

.text-xxs {
    font-size: 0.6rem;
}

/*! CSS Used from: Embedded */
.eKXTnM {
    bottom: 65px;
    background-color: transparent;
    right: 15px;
    height: 92px !important;
    width: 92px !important;
}

.fYcoZV {
    border: none;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    overflow-wrap: normal;
    position: fixed;
    z-index: 9999999;
    text-align: center;
    box-sizing: border-box;
    display: block !important;
}

.fvZFGb {
    width: 100%;
    height: 100%;
}

.bzKIoQ {
    height: 100%;
    width: 100%;
    background-color: rgb(0, 122, 255);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 14px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.bzKIoQ label {
    cursor: pointer;
}

.jqCpcf {
    height: 24px;
    min-width: 24px;
    line-height: 24px;
    border-radius: 50%;
    font-size: 14px;
    color: rgb(255, 255, 255);
    position: absolute;
    left: -10px;
    top: -8px;
    background: rgb(255, 0, 0);
}

.jtNtMw {
    padding-top: 19px;
}

.cIMOib {
    display: inline-block;
    vertical-align: middle;
}

.blsOkw {
    vertical-align: middle;
    padding-right: 32px;
    height: 32px;
    display: inline-block;
    background: url("https://static.meiqia.com/fe-widget/v1.4.157.prod.20240806_113/static/icon-mq-round@2x.png") 0px -3px / 64px no-repeat;
}

/*! CSS Used from: Embedded */
.mrgmR {
    border: none;
    margin: 0px;
    padding: 0px;
    overflow: visible;
    overflow-wrap: normal;
    position: fixed;
    z-index: 9999999;
    cursor: pointer;
    right: 15px;
    bottom: 157px;
    width: 300px !important;
    height: 140px !important;
    display: block !important;
}

.fjVpWZ {
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 10;
    border: 8px solid transparent;
}

.laQTOe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(247, 247, 247);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 14px 0px;
}

.lnjUUg {
    width: 100%;
    height: 100%;
    color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
}

.lnjUUg .close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgb(255, 255, 255);
    color: rgb(153, 153, 153);
    cursor: pointer;
}

.lnjUUg:hover .close {
    display: block;
}

.hSbueg {
    height: 30px;
    display: flex;
    flex-direction: row;
}

.hSbueg img {
    width: 26px;
    height: 26px;
    vertical-align: middle;
}

.hSbueg span {
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qVgMN {
    font-size: 14px;
    height: auto;
    max-height: 60px;
    overflow: auto;
    position: relative;
}

.ilOMKg {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    color: rgb(0, 0, 0);
}

/*! CSS Used from: /v2/css/event_europe/index.css */
input {
    background-color: transparent;
    border: 0;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.main {
    min-height: 100vh;
    background: #ffffff;
}

.gezi {
    background: #f3f3f3;
    padding: 2vh 0 8vh 0;
    background-size: cover;
}

.text_9 {
    height: 1.223rem;
    overflow-wrap: break-word;
    color: rgba(156, 156, 156, 1);
    font-family: PingFangSC-Medium;
    white-space: nowrap;
    line-height: 1.223rem;
    margin-top: 0.445rem;
}

.my-button {
    position: absolute;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.box_4 {
    background-image: url('/v2/img/event_europe/png-1.png');
    background-size: cover;
    margin: 1.5rem 0 0 0;
}
.box_4_2 {
    background-image: url('/v2/img/event_europe/png-2.png');
    background-size: cover;
    margin: 1.5rem 0 0 0;
}
.group_10 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25px;
    width: 16.556rem;
    height: 2.334rem;
    margin: 2.278rem auto 0.667rem auto;
}

.text-wrapper_7 {
    background-color: rgba(47, 79, 135, 1);
    border-radius: 25px;
    height: 2.334rem;
    margin-left: -0.055rem;
    width: 5.556rem;
}

.text_37 {
    height: 1.667rem;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.888rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.667rem;
    margin: 0.389rem auto;
}

.text_38 {
    text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
    width: 7.834rem;
    height: 1.667rem;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 0.777rem;
    font-family: PingFangSC-Regular;
    font-weight: 500;
    text-align: left;
    line-height: 1.667rem;
    margin: 0.334rem 1.667rem 0 0.556rem;
}

.group_11 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25px;
    width: 16.556rem;
    height: 2.334rem;
    margin: 1.112rem auto;
}

.text-wrapper_8 {
    background-color: rgba(47, 79, 135, 1);
    border-radius: 25px;
    height: 2.334rem;
    width: 5.556rem;
}

.text_39 {
    height: 1.667rem;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.888rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.667rem;
    margin: 0.389rem auto;
}

.text_40 {
    text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
    width: 7.834rem;
    height: 1.667rem;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 0.777rem;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    line-height: 1.667rem;
    margin: 0.334rem 1.667rem 0 0.5rem;
}

.button_1 {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.23);
    background-image: linear-gradient(194deg, rgba(255, 197, 78, 1) 0, rgba(255, 228, 151, 1) 100%);
    border-radius: 21px;
    height: 2.445rem;
    width: 16.556rem;
    margin: 0.834rem auto 1.667rem auto;
}

.text_41 {
    width: 8.889rem;
    height: 1.556rem;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 1.111rem;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    line-height: 1.556rem;
    margin: 0.445rem 0 0 3.112rem;
}

.banner4 {
    background-image: url('/v2/img/event_new_zealand/SketchPng2a0dedc70c6f51e8dcdf7fa4283d996ca2e782403e71fe4681e8b41e70f9983a.png');
    background-size: 100% 100%;
}

.box_6 {
    position: relative;
    width: 100vw;
    height: 129.2vw;
    margin-top: -0.26vw;
}

.box_7 {
    width: 86.94vw;
    height: 34.14vw;
    margin: 0 0 0 8vw;
}

.section_1 {
    height: 24.8vw;
    margin-top: 1.34vw;
    width: 24.8vw;
}



.text-wrapper_9 {
    width: 57.34vw;
    height: 34.14vw;
}

.text_52 {
    text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
    width: 25.87vw;
    height: 5.34vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 4.8vw;
    font-family: NotoSansHans-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 5.34vw;
}

.text_53 {
    text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
    width: 57.34vw;
    height: 26.67vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 3.73vw;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    line-height: 5.34vw;
    margin-top: 2.14vw;
}

.box_8 {
    width: 84.27vw;
    height: 28.8vw;
    margin: 6.93vw 0 0 8vw;
}

.box_8_1 {
    width: 84.27vw;
    height: 28.8vw;
    margin: 0.93vw 0 0 8vw;
}

.block_4 {
    height: 24.8vw;
    margin-top: 1.34vw;
    width: 24.8vw;
}


.text-wrapper_10 {
    width: 54.14vw;
    height: 28.8vw;
}

.text_54 {
    text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
    width: 34.4vw;
    height: 5.34vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 4.8vw;
    font-family: NotoSansHans-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 5.34vw;
}

.text_55 {
    text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
    width: 54.14vw;
    height: 21.34vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 3.73vw;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    line-height: 5.34vw;
    margin-top: 2.14vw;
}

.box_9 {
    width: 84.27vw;
    height: 31.47vw;
    margin: 4.53vw 0 0 8vw;
}

.box_9_1 {
    width: 84.27vw;
    height: 31.47vw;
    margin: 10.53vw 0 0 8vw;
}

.section_2 {
    height: 24.8vw;
    margin-top: 2.4vw;
    width: 24.8vw;
}



.text-wrapper_11 {
    width: 54.67vw;
    height: 31.47vw;
}

.text_56 {
    text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
    width: 34.4vw;
    height: 8vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 4.8vw;
    font-family: NotoSansHans-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 8vw;
}

.text_57 {
    text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
    width: 54.67vw;
    height: 21.34vw;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 3.73vw;
    font-family: PingFangSC-Regular;
    font-weight: NaN;
    text-align: left;
    line-height: 5.34vw;
    margin-top: 2.14vw;
}

.text-xl {
    font-size: 1rem;
}

@media (min-width: 1334px) {
    .box_6 {
        position: relative;
        height: 33.167rem;
        margin-top: -0.055rem;
    }

    .box_7 {
        width: 18.112rem;
        height: 7.112rem;
        margin: 1.778rem 0 0 1.612rem;
    }

    .section_1 {
        height: 5.167rem;
        margin-top: 0.278rem;
        width: 5.167rem;
    }


    .text-wrapper_9 {
        width: 11.945rem;
        height: 7.112rem;
    }

    .text_52 {
        text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
        width: 5.389rem;
        height: 1.112rem;
        overflow-wrap: break-word;
        color: rgba(0, 0, 0, 1);
        font-size: 1rem;
        font-family: NotoSansHans-Bold;
        font-weight: 700;
        text-align: left;
        white-space: nowrap;
        line-height: 1.112rem;
    }

    .text_53 {
        text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
        width: 18.945rem;
        height: 5.556rem;
        overflow-wrap: break-word;
        color: rgba(0, 0, 0, 1);
        font-size: 0.777rem;
        font-family: PingFangSC-Regular;
        font-weight: NaN;
        text-align: left;
        line-height: 1.112rem;
        margin-top: 0.445rem;
    }

    .box_8 {
        width: 17.556rem;
        height: 6rem;
        margin: 1.445rem 0 0 1.667rem;
    }

    .box_8_1 {
        width: 17.556rem;
        height: 6rem;
        margin: 1.5rem 0 0 1.667rem;
    }

    .block_4 {
        height: 5.167rem;
        margin-top: 0.278rem;
        width: 5.167rem;
    }


    .text-wrapper_10 {
        width: 11.278rem;
        height: 6rem;
    }

    .text_54 {
        text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
        width: 7.167rem;
        height: 1.112rem;
        overflow-wrap: break-word;
        color: rgba(0, 0, 0, 1);
        font-size: 1rem;
        font-family: NotoSansHans-Bold;
        font-weight: 700;
        text-align: left;
        white-space: nowrap;
        line-height: 1.112rem;
    }

    .text_55 {
        text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
        width: 18.278rem;
        height: 4.445rem;
        overflow-wrap: break-word;
        color: rgba(0, 0, 0, 1);
        font-size: 0.777rem;
        font-family: PingFangSC-Regular;
        font-weight: NaN;
        text-align: left;
        line-height: 1.112rem;
        margin-top: 0.445rem;
    }

    .box_9 {
        width: 17.556rem;
        height: 6.556rem;
        margin: 0.945rem 0 0 1.612rem;
    }

    .box_9_1 {
        width: 17.556rem;
        height: 6.556rem;
        margin: 1.5rem 0 0 1.612rem;
    }

    .section_2 {
        height: 5.167rem;
        margin-top: 0.5rem;
        width: 5.167rem;
    }



    .text-wrapper_11 {
        width: 11.389rem;
        height: 6.556rem;
    }

    .text_56 {
        text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
        width: 7.167rem;
        height: 1.667rem;
        overflow-wrap: break-word;
        color: rgba(0, 0, 0, 1);
        font-size: 1rem;
        font-family: NotoSansHans-Bold;
        font-weight: 700;
        text-align: left;
        white-space: nowrap;
        line-height: 1.667rem;
    }

    .text_57 {
        text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.31);
        width: 18.389rem;
        height: 4.445rem;
        overflow-wrap: break-word;
        color: rgba(0, 0, 0, 1);
        font-size: 0.777rem;
        font-family: PingFangSC-Regular;
        font-weight: NaN;
        text-align: left;
        line-height: 1.112rem;
        margin-top: 0.445rem;
    }
}

.bottom-15 {
    margin-bottom: 1.5rem;
}

.top-15 {
    margin-top: 1.5rem;
}

.img-85 {
    width: 85%;
}

.paragraph_2 {
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 2rem;
    font-family: NotoSansHans-Light;
    font-weight: 300;
    margin-top: 1rem;
    line-height: 2rem;
}

.text_5 {
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 2rem;
    font-family: NotoSansHans-Bold;
    font-weight: 700;
    margin-top: .8rem;
    line-height: 2rem;
}

.europe_group_6 {
    padding: 5.06vw 3.2vw 2.93vw 4.8vw;
}

.europe_text-wrapper_10 {
    width: 100%;
    height: 10.4vw;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: NotoSansHans-Light;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    line-height: 10.4vw;
  
}

.europe_group_7 {

    position: relative;
    margin: 2rem 0 0 31.46vw;
}

.europe_group_7left {

    position: relative;
    margin: 2rem 0 0 0;
}

.europe_group_8 {
  
    background-size: 100% 100%;
    position: relative;
    margin: 10vh 0.26vw 0 31.2vw;
}

.europe_text_41 {
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 8vw;
    font-family: NotoSansHans-Light;
    font-weight: 300;
    text-align: left;
    white-space: nowrap;
    line-height: 10.4vw;
}

.europe_text_42 {
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 1);
    font-size: 8vw;
    font-family: NotoSansHans-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 10.4vw;
}

.europe_text-wrapper_11 {

    height: 10.67vw;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: center;
    line-height: 10.67vw;

}

.europe_text-wrapper_11left {

    height: 10.67vw;
    width: 60%;
    overflow-wrap: break-word;
    font-size: 0;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    line-height: 10.67vw;

}

.europe_section_5 {
    height: 38.4vw;

    width: 92vw;
    position: relative;
    left: -31.46vw;

}

.europe_section_5left {
    height: 38.4vw;

    width: 92vw;
    position: relative;
}

.europe_text_43 {
    margin-left: 40px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 3.2vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    line-height: 10.67vw;
}

.europe_text_43left {
    margin-left: 10px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 3.2vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    line-height: 10.67vw;
}

.europe_text_44 {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 4vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    line-height: 10.67vw;
}

.europe_section_6 {
    position: relative;
    height: 38.67vw;
    background-size: 100% 100%;
    margin: 0 0 -0.26vw 8vw;
    padding: 5.06vw 0.8vw 0 23.2vw;
}

.europe_section_6left {
    position: relative;
    height: 38.67vw;
    background-size: 100% 100%;
    margin: 0 0 -0.26vw 8vw;
    padding: 5.06vw 0.8vw 0 2vw;
}

.europe_text-wrapper_12 {
    position: relative;
    padding-top: 6.4vw;
}

.europe_paragraph_5 {
    position: absolute;
    left: 20.8vw;
    top: 5.07vw;
    width: 4.8vw;
    height: 23.47vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 4.8vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    line-height: 5.87vw;
}

.europe_paragraph_5left {
    position: absolute;
    top: 5.07vw;
    width: 4.8vw;
    height: 23.47vw;
    overflow-wrap: break-word;
    font-size: 4.8vw;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    text-align: left;
    line-height: 5.87vw;
}

.europe_paragraph_5white {
    color: white;
}

.europe_paragraph_5black {
    color: black;
}

.europe_paragraph_4 {
    position: absolute;
    left: 7.74vw;
    top: 0;
    width: 50.14vw;

    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 3.5vw;
    font-family: PingFangSC-Regular;
    text-align: left;

}

.europe_paragraph_4_white {
    color: white;

}

.europe_paragraph_4_black {
    position: absolute;
    left: 7.74vw;
    top: 0;
    width: 50.14vw;
    overflow-wrap: break-word;
    color: black;
    font-size: 3.5vw;
    font-family: PingFangSC-Regular;
    text-align: left;

}

/*! CSS Used from: /v2/plugins/swiper/swiper-bundle.min.css */
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/*! CSS Used from: Embedded */
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    background: white;
}
.img_w {
    width: 25vw;
}
.img_title {
    font-size: 4vw;
    margin-top: 3rem;
    font-weight: 600;
}

/* 当屏幕宽度大于等于 1024px 时应用以下样式 */
@media (min-width: 1334px) {




    .europe_group_7 {

        position: relative;
        margin: 2rem 0 0 0;
    }

    .europe_group_7left {

        position: relative;
        margin: 2rem 0 0 0;
    }

    .europe_group_8 {
     
        background-size: 100% 100%;
        position: relative;
        margin: 10vh 0.26vw 0 31.2vw;
    }



    .europe_text-wrapper_11 {

        height: 2.67vw;
        overflow-wrap: break-word;
        font-size: 0;
        font-family: PingFangSC-Semibold;
        font-weight: 600;
        text-align: center;
        line-height: 2.67vw;
        background-size: 90% 100% !important;
    }

    .europe_text-wrapper_11left {

        height: 2.67vw;
        width: 100%;
        overflow-wrap: break-word;
        font-size: 0;
        font-family: PingFangSC-Semibold;
        font-weight: 600;
        text-align: left;
        line-height: 2.67vw;
        background-size: 90% 100% !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
        background-size: 90% !important;
    }

    .europe_section_5left {
        height: 38.4vw;

        width: 100%;
        position: relative;
    }


    .europe_section_6 {
        position: relative;
        height: 38.67vw;
        background-size: 100% 100%;
        margin: 0;
        padding: 0;
    }

    .europe_section_6left {
        position: relative;
        height: 38.67vw;
        background-size: 100% 100%;
        margin: 0;
        padding: 0;
    }

    .europe_text-wrapper_12 {
        position: relative;
        padding-top: 6.4vw;
    }

    .europe_paragraph_5 {
        position: absolute;
        left: 5rem;
        top: 1.8rem;
        width: 4.8vw;
        height: 23.47vw;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 2rem;
        font-family: PingFangSC-Semibold;
        font-weight: 600;
        text-align: left;
        line-height: 1;
    }

    .europe_paragraph_5left {
        position: absolute;
        left: 5rem;
        top: 1.8rem;
        width: 4.8vw;
        height: 23.47vw;
        overflow-wrap: break-word;
        font-size: 2rem;
        font-family: PingFangSC-Semibold;
        font-weight: 600;
        text-align: left;
        line-height: 1;
    }

    .europe_paragraph_5white {
        color: white;
    }

    .europe_paragraph_5black {
        color: black;
    }

    .europe_paragraph_4 {
        position: absolute;
        left: 10rem;
        top: 2rem;
        width: 20rem;

        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 1.3rem;
        font-family: PingFangSC-Regular;
        text-align: left;

    }

    .europe_paragraph_4_white {
        color: white;

    }

    .europe_paragraph_4_black {
        position: absolute;
        left: 10rem;
        top: 2rem;
        width: 20rem;
        overflow-wrap: break-word;
        color: black;
        font-size: 1.3rem;
        font-family: PingFangSC-Regular;
        text-align: left;

    }


    .europe_group_6 {
        padding: 0rem;
    }

    /* PC 端样式 */
    .europe_text-wrapper_10 {
        width: 100%;
        height: 10.4vw;
        overflow-wrap: break-word;
        font-size: 0;
        font-family: NotoSansHans-Light;
        font-weight: 300;
        text-align: center;
        white-space: nowrap;
        line-height: 10.4vw;
        margin: 0;
    }

    .europe_text_41 {
        overflow-wrap: break-word;
        color: rgba(0, 0, 0, 1);
        font-size: 2rem;
        font-family: NotoSansHans-Light;
        font-weight: 300;
        text-align: left;
        white-space: nowrap;
        line-height: 10.4vw;
    }

    .europe_text_42 {
        overflow-wrap: break-word;
        color: rgba(0, 0, 0, 1);
        font-size: 2rem;
        font-family: NotoSansHans-Bold;
        font-weight: 700;
        text-align: left;
        white-space: nowrap;
        line-height: 10.4vw;
    }


    .europe_section_5 {
        height: 38.4vw;

        width: 100%;
        position: relative;
        left: 0;

    }

    .europe_text_43 {
        margin-left: 40px;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 2rem;
        font-family: PingFangSC-Semibold;
        font-weight: 600;
        text-align: left;
        line-height: 2.67vw;
    }

    .europe_text_43left {
        margin-left: 10px;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 2rem;
        font-family: PingFangSC-Semibold;
        font-weight: 600;
        text-align: left;
        line-height: 2.67vw;
    }

    .europe_text_44 {
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 2rem;
        font-family: PingFangSC-Semibold;
        font-weight: 600;
        text-align: left;
        line-height: 2.67vw;
    }

    .img_w {
        width: 100px;
    }
    .img_title {
        font-size: 1.2rem;
        margin-top: 3rem;
        font-weight: 600;
    }
}