body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin: 0;padding: 0;}
fieldset, img {border: 0;}
:focus {outline: 0;}
address, caption, cite, code, dfn,em, th, var, optgroup {font-style: normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}
strong{font-weight: 700;}
abbr, acronym {border: 0;font-variant: normal;}
input, button, textarea,
select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;	font-weight: inherit;}
code, kbd, samp, tt {font-size: 100%;}
input, button, textarea, select {*font-size: 100%;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
sup, sub {font-size: 100%;}
::-webkit-input-placeholder{ color: #ccc; font-weight: 400; }
:link, :visited , ins {text-decoration: none;}
button,input,textarea,select{ font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
*, :after, :before{ box-sizing:border-box; }

body{
	color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a{ color:#333; text-decoration: none; transition: color .3s, background-color .3s; }
a:hover{ color: #0074ff; text-decoration: none;}
a.link { color: #0074ff; }
a.link:hover{ text-decoration: underline;}
.sep{ padding: 0 8px; font-family: simsun; opacity: .5; font-size: 85%; }

/* Hx */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ font-weight: 400; }
.h1,h1{ font-size: 32px; font-weight: 300; }
.h2,h2{ font-size: 22px; }
.h3,h3{ font-size: 18px; }
.h4,h4{ font-size: 16px; }
.h5,h5{ font-size: 14px; }
.h6,h6{ font-size: 12px; }
.small,small{ font-size: 85%; }

/* close */
.close{
    position: absolute;
    width: 48px;
    height: 48px;
    color: #666;
    transform: rotate(45deg);
    cursor: pointer;
}
.close:hover, .close:active{ color: #ff2340; }
.close:before, .close::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    background-color: currentColor;
    transform: translate(-50%, -50%);
}
.close::before{ width: 40%; height: 2px; }
.close::after { width: 2px; height: 40%;  }

/* form */
.form-item{ position: relative; padding: 10px; }
.form-item--right{ text-align: right; }
.form-item .control-label{ font-size: 14px; display: block; color: #666; margin-bottom: 8px; }
.form-item .control-label .red{ color: #de0050; }
.form-item p{ line-height: 44px; color: #666; font-size: 14px; }
.form-item .error{ color: #de0050; font-size: 13px; margin-top: 4px; }
.form-control {
    -webkit-appearance: none;
    color: #646666;
    display: block;
    outline: none;
    transition: .3s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 12px;
}
.form-control.error{ border-color: #ff2340; }
.form-control:focus{
    border-color: #0074ff;
    box-shadow: 0 0 0 1px #0074ff;
}
.custom-select {
    padding-right: 40px;
    background-image: url("../images/navbar-down.svg");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 12px 10px;
}

/* btn */
.btn{
    display: inline-block;
    padding: 12px 26px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
    border: 0 none;
    background-color: #f6f6f6;
    font-family: Microsoft YaHei,"Open Sans",arial,tahoma,"Hiragino Sans GB",simsun;
    border-radius: 12px;
    transition: all 0.3s ease-out 0s;
}
.btn--block{ display: block; width: 100%; }
.btn--small{ padding: 8px 16px; font-size: 14px;}
.btn--large{ padding: 15px 50px; font-size: 18px; }
.btn--primary{ color: #fff; background-color: #0074ff; }
.btn--primary:hover,
.btn--primary:active{ color: #fff; background-color: #0059ed; }
.btn-secondary{ color: #fff; background-color: #26c07d;}
.btn-secondary:hover,
.btn-secondary:active{ color: #fff; background-color: #17ad6c;}
.btn--disabled,
.btn--disabled:hover,
.btn--disabled:active{
    cursor: default;
    color: #999;
    font-weight: 400;
    border-color: #eee;
    background-color: #f9f9f9;
    text-shadow: 0 1px 0 #fff;
    box-shadow: none;
}

/* result */
.result{ position: relative; padding: 32px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.result-icon{ margin-bottom: 20px; font-size: 64px; font-weight: 100; line-height: 1; position: relative; }
.result-icon.sm{ font-size: .64rem; }
.result-icon--success{ color: #1bd45c; }
.result-icon--info   { color: #10aeff; }
.result-icon--warn   { color: #ffbe00; }
.result-icon--danger { color: #f76260; }
.result-info { padding: 0 24px; }
.result-title{ font-size: 22px; font-weight: 400; margin-bottom: 12px; color: #000; }
.result-subtitle{ font-size: 16px; font-weight: 400; margin-bottom: 8px; color: #666; }
.result-desc { font-size: 14px; color: #888; }
.result-action { padding-top: 16px; }

.container{ max-width: 1440px; margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; }
.header{
    position: sticky;
    top: 0;
    z-index: 20;
    height: 120px;
    transition: .3s;
    background-color: #fff;
}
.header.fixed{
    height: 72px;
    box-shadow: 0 16px 20px rgba(0,0,0,.05);
}
.header .container{
    display: flex;
    align-items: center;
    height: 100%;
}
.navbar-logo{ flex-shrink: 0; }
.navbar-logo .logo{ display: block; height: 32px; }
.navbar{
    flex: 1;
    display: flex;
    align-items: center;
}
.navbar-sign{  flex-shrink: 0; font-size: 16px; margin-left: 20px; }
.navbar-contact{
    flex-shrink: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 24px;
    text-align: center;
    line-height: 20px;
    margin-left: 20px;
    border: 2px solid #0074ff;
    border-radius: 99px;
    transition: .3s;
}
.navbar-contact:hover,
.navbar-contact:active{
    color: #fff;
    background-color:#0074ff;
}
.navbar-group{ flex: 1; display: flex; align-items: center; justify-content: center; }
.navbar-item{ position: relative; padding: 0 8px }
.navbar-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 44px;
    padding: 0 24px;
    cursor: pointer;
    transition: .3s;
    font-size: 16px;
}
.active .navbar-link,
.navbar-link:hover{ color: #0074ff; }
.navbar-toggle::after{
    content: "";
    width: 12px;
    height: 10px;
    margin-left: 6px;
    margin-top: 3px;
    background-image: url("../images/navbar-down.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    transition: transform .3s;
}
.navbar-toggle:hover::after{
    margin-top: 0;
    transform: rotateX(180deg);
}
.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 8px;
    padding: 2px 0;
    z-index: 99;
    max-height: 0;
    min-width: 180px;
    overflow: hidden;
    transition: 0.3s;
    background-color: #fff;
    box-shadow: 0 16px 20px rgba(0,0,0,.075);
    border-radius: 0 0 12px 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
}
.dropdown-menu.in{
    visibility: visible;
    opacity: 1;
    max-height: 300px;
    transform: translateY(0);
    pointer-events: auto;
}
.dropdown-menu li{ position: relative; }
.dropdown-menu li + li::before{
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    right: 0;
    border-top: 1px solid #e5e5e5;
    transform: scaleY(0.5);
}
.dropdown-menu a{
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 15px;
    color: #666;
    padding: 16px 24px;
    transition: .3s;
}
.dropdown-menu a.active{ color: #0074ff; }
.dropdown-menu a:hover,
.dropdown-menu a:active{ background-color: #fcfcfc; color: #0074ff; }
.dropdown-menu a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    width: 8px;
    height: 8px;
    color: #ccc;
    border-top: 1.5px solid;
    border-right: 1.5px solid;
    transform: rotate(45deg) translateY(-50%);
}

/* backdrop */
.backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    pointer-events: none;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    transition: opacity .3s;
}
.backdrop.in{ opacity: 1; pointer-events: auto; }

.popup{ backface-visibility: hidden; pointer-events: none; visibility: hidden; z-index: -1; }
.popup.in{ pointer-events: auto; visibility: visible; z-index: 99; }
.popup-content{
    position: fixed;
    z-index: 80;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
    visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 16px 32px 0 rgba(63, 63, 65, 0.1);
    border-radius: 16px;
    transform-origin: 0 0;
    transform: scale(.2) translate(-50%, -100%);
}
.popup.in .popup-content{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: scale(1) translate(-50%, -50%);
}
.popup-close { right: 12px; top: 12px; z-index: 20; }

/* contact */
.contact-content{ padding: 32px 36px; width: 880px; transition: .3s; }
.contact-content.success{ width: 480px; }
.contact-title{ font-size: 24px; color: #000; margin-bottom: 16px; }
.contact-form{ display: flex; flex-wrap: wrap; position: relative; margin: 0 -10px; }
.contact-form .form-item{ width: 50%; padding: 10px; }

/*  footerv*/
.footer p{ margin-bottom: 6px; }
.footer a{ color: #999; }
.footer a:hover{ color: #0074ff; }
.footer{
    flex-shrink: 0;
    font-size: 13px;
    padding: 20px 0;
    text-align: center;
    color: #999;
    background-color: #f9f9f9;
}

/* sign */
.sign-page{ width: 100%; min-height: 100vh; display: flex; }
.sign-page .footer{ background-color: transparent; }
.sign-placeholder .image{ width: 60%; min-width: 540px; }
.sign-placeholder{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #0074ff;
}
.sign-panel{
    flex-shrink: 0;
    width: 55%;
    padding: 32px 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.sign-brand{ margin-bottom: 32px; flex-shrink: 0; }
.sign-title{ font-size: 22px; margin-bottom: 16px; padding: 10px; text-align: center;  }
.sign-box{ width: 440px; }

/* rule */
.rules{ padding: 24px 0; line-height: 1.6; }
.rule-title {
    position: relative;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}
.rule-subtitle {
    margin-top: -32px;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}
.rule-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.rule-content p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #484848;
    font-weight: 400;
}

/* banner */
.banner{
    position: relative;
    padding: 64px 0;
    color: #fff;
    text-align: center;
    background-color: #0074ff;
    background-image: url("../images/banner-title.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 150%;
}
.banner--map{
    background-image: url("../images/banner-map.png");
}
.banner--home{ padding: 0; background-image: none; }
.banner-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-title{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.banner-title::before,
.banner-title::after{
    content: "";
    width: 128px;
    height: 3px;
    margin: 16px 0;
    background-color: currentColor;
    border-radius: 10px;
    opacity: .5;
}
.banner-desc{ padding-top: 24px; font-size: 18px; }
.banner-action{ padding-top: 48px; }
.banner-action .btn{
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    padding: 16px 48px;
    border: 2px solid #fff;
    border-radius: 99px;
}
.banner-action .btn:hover,
.banner-action .btn:active{ background-color: rgba(255,255,255,.2); }
.banner-home{
    padding: 96px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.banner-home .title{
    font-size: 54px;
    margin-bottom: 32px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.banner-home .desc p{
    font-size: 18px;
    padding-top: 8px;
}


/* partner */
.partner{ padding: 64px 0; }
.partner-quote{
    max-width: 720px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.partner-quote p{ font-size: 18px; text-align: center; padding: 0 24px; }
.partner-quote .quote{ width: 36px; height: 36px; flex-shrink: 0; }
.partner-quote .quote--left{ align-self: flex-start; }
.partner-quote .quote--right{ align-self: flex-end; }

.product-group{ display: flex; flex-wrap: wrap; margin-top: 48px; }
.product-item{ width: 20%; flex-shrink: 0; padding: 16px; }
.product-link{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    padding: 16px;
    background-color: #fff;
    border-radius: 16px;
    transition: .3s;
    border: 1px solid #efefef;
    box-shadow: 0 12px 48px rgba(0, 33, 71, 0.05);
}
.product-image{ max-width: 100%; }
.product-title{ font-size: 18px; }
.product-desc{ font-size: 14px; color: #999; margin-top: 4px; }
.product-link:hover{ transform: translateY(-8px);}
@media screen and (max-width: 1280px) {
    .product-image{ max-width: 100%; }
    .product-title{ font-size: 15px; }
    .product-desc{ font-size: 12px;  }
}

/* panel */
.panel-gray{ background-color: #f9fafc; }
.panel{ padding: 72px 0; }
.panel-header{ text-align: center; margin-bottom: 48px; }
.panel-title{ font-size: 28px; }
.panel-gray-white{ background: linear-gradient(to bottom, #f9fafc, #fff); }
.panel-white-gray{ background: linear-gradient(to bottom, #fff, #f9fafc); }

/* creditcard */
.creditcard-intro-panel{ display: flex; justify-content: center; }
.creditcard-intro{
    position: relative;
    padding: 48px;
    text-align: center;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #efefef;
    box-shadow: 0 12px 48px rgba(0, 33, 71, 0.05);
}
.creditcard-intro p{ font-size: 18px; }
.creditcard-intro img{ max-width: 100%; margin-top: 32px; }
.creditcard-feature{ display: flex;  }
.creditcard-feature-left img{ max-width: 100%; width: 320px; }
.creditcard-feature-left{
    display: flex;
    align-items: center;
    padding: 32px;
    margin-right: 24px;
    background-color: #0074ff;
    border-radius: 16px;
}
.creditcard-feature-right{ min-width: 700px; display: flex; flex-wrap: wrap; gap: 24px; flex: 1; }
.feature-title{ font-size: 20px; text-align: center; color: #000; font-weight: 700; }
.feature-desc{ color: #666; line-height: 24px; margin-top: 16px; font-size: 15px; }
.feature-item{
    flex: 1;
    min-width: 40%;
    position: relative;
    padding: 32px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #efefef;
    box-shadow: 0 12px 48px rgba(0, 33, 71, 0.05);
}

/* alternative */
.alternative-panel img{ display: block; max-width: 100%; margin: 24px auto auto; }
.alternative-panel p{ text-indent: 2em; }
.alternative-panel p + p{ margin-top: 20px; }
.alternative-panel{
    position: relative;
    max-width: 840px;
    margin: auto;
    padding: 32px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #efefef;
    box-shadow: 0 12px 48px rgba(0, 33, 71, 0.05);
}

/* wavespotpay */
.wavespotpay{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wavespotpay-image{ padding: 0 32px; width: 480px; }
.wavespotpay-image .image{ width: 100%; }
.wavespotpay-item{
    flex-shrink: 0;
    width: 20%;
    padding: 24px 32px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #efefef;
    box-shadow: 0 12px 48px rgba(0, 33, 71, 0.05);
}
.wavespotpay-item p{ padding-top: 8px; }
.wavespotpay-item h5{  position: relative; font-size: 20px; color: #000; margin-bottom: 20px;  }
.wavespotpay-item h5::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 48px;
    height: 3px;
    background-color: #0074ff;
    border-radius: 4px;
}
.flag-group{
    max-width: 1040px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #efefef;
    box-shadow: 0 12px 48px rgba(0, 33, 71, 0.05);
}
.flag-item{
    width: 33.3333%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
}
.flag-item:nth-child(n+3){ border-top: 1px solid #eee; }
.flag-item:nth-child(3n-1){ border-left: 1px solid #eee; }
.flag-item:nth-child(3n){ border-left: 1px solid #eee; }
.flag-item img{  width: 64px; height: 64px; }
.flag-item p{ font-size: 18px; margin-top: 12px; }

.seasoning-panel{ max-width: 1040px; margin: auto; text-align: center; }
.seasoning-coins{ max-width: 80%; }
.seasoning-group{ display: flex; gap: 24px; }
.seasoning-item{
    flex: 1;
    padding: 24px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #efefef;
    box-shadow: 0 12px 48px rgba(0, 33, 71, 0.05);
}


@media screen and (min-width: 1001px) {
    .navbar-item:hover .dropdown-menu{
        visibility: visible;
        opacity: 1;
        max-height: 300px;
        transform: translateY(0);
        pointer-events: auto;
    }
}
@media screen and (max-width: 900px) {
    .has-popup{ overflow: hidden; }
    .container{ padding-left: 16px; padding-right: 16px; }
    .header{ height: 50px; }
    .header.fixed{ height: 50px; box-shadow: 0 12px 16px rgba(0,0,0,.05); }
    .navbar-logo .logo{ height: 24px; margin-left: -2px; }
    .navbar-hamburger{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        width: 50px;
        height: 50px;
        overflow: hidden;
        cursor: pointer;
        color: #666;
    }
    .navbar-hamburger:active{ color: #0074ff; }
    .navbar-hamburger .hamburger,
    .navbar-hamburger::before,
    .navbar-hamburger::after{
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 40%;
        height: 2px;
        border-radius: 4px;
        background-color:currentColor;
        transition: .3s;
        transform-origin: left;
    }
    .navbar-hamburger::before{ margin-top: -8px; }
    .navbar-hamburger::after { margin-top: 8px; }
    .navbar-hamburger.active .hamburger{ opacity: 0; }
    .navbar-hamburger.active::before{ transform: rotate(45deg) translate(-50%, -50%);  margin-top: 0; margin-left: -1px; }
    .navbar-hamburger.active::after { transform: rotate(-45deg) translate(-50%, -50%); margin-top: 0; }
    .navbar{
        position: fixed;
        z-index: 40;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: center;
        border-top: 1px solid #eee;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
        transition: .3s;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transform: translateY(10px);
    }
    .navbar.in{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
    .navbar-sign{ width: 75%; display: block; text-align: center;  margin: 0 0 16px 0; padding: 12px; border-radius: 99px; background-color: #f6f6f6; }
    .navbar-contact{ width: 75%; margin: 0 0 32px 0; padding: 12px; }
    .navbar-group{ flex: 1; flex-direction: column; width: 100%; padding: 8px 0; justify-content: flex-start; }
    .navbar-item { width: 100%; padding: 0; }
    .navbar-link { height: 54px; justify-content: space-between; }
    .navbar-link:hover{ color: #0074ff; }
    .navbar-toggle::after,
    .navbar-toggle:hover::after{ margin-top: 0; transform: rotate(-90deg); }
    .open .navbar-toggle::after{  margin-top: 0; transform: rotate(0deg);  }
    .dropdown-menu.in{ margin: 0 20px 8px 20px; }
    .dropdown-menu{
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        box-shadow: none;
        border: 1px solid #eee;
        border-radius: 12px;
    }

    .popup-content--large{
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: none;
        border-radius: 0;
        transform: scale(.2);
    }
    .popup.in .popup-content--large{  transform: scale(1); }
    .popup-close { right: 8px; top: 8px;}
    .contact-content{ padding: 16px 24px; width:100%; height: 100%; overflow: hidden; display: flex; flex-direction: column; }
    .contact-content.success{ width: 100%; }
    .contact-title{ flex-shrink: 0; }
    .contact-form{ flex: 1; overflow-y: auto; overflow-x: hidden; display: block; }
    .contact-form .form-item{ width: 100%; }
    .contact-form .control-label{ display: none; }
    .contact-form p{ font-size: 13px; line-height: 20px; text-align: center; }
    .contact-form .btn{ width: 100%; }
    .footer p{ margin-bottom: 4px; }
    .footer{ font-size: 11px; padding: 12px; }
    .sign-placeholder{ display: none; }
    .sign-panel{ width: 100%; padding: 32px 0; min-height: 100vh; }
    .sign-brand{ margin-bottom: 0; }
    .sign-title{ font-size: 18px; margin-bottom: 32px; }
    .sign-box{ width: 100%; padding: 12px 24px 24px; box-shadow: none; }
    .sign-box .control-label{ display: none; }
    .sign-box .form-item p{ font-size: 14px; }
    .rules{ padding: 24px 0;}
    .rule-title { font-size: 28px; margin-bottom: 16px; }
    .rule-subtitle { margin-top: -16px; font-size: 12px; margin-bottom: 16px; }
    .rule-content h4{ font-size: 18px; margin-bottom: 16px; }
    .rule-content p {  margin-bottom: 12px; font-size: 15px; }

    .banner{ padding: 0 16px; background-size: auto 100%; }
    .banner-main { min-height: calc(100vh - 50px); }
    .banner-title{ font-size: 44px; }
    .banner-home{ padding: 48px 0 300px 0; background-position: right bottom; background-size: auto 300px; }
    .banner-home .title{ font-size: 44px; line-height: 1.2; margin-bottom: 24px; }
    .banner-home .desc p{ font-size: 16px; }

    .partner{ padding: 24px 0; }
    .partner-quote p{ font-size: 16px; padding: 0 12px; }
    .partner-quote .quote{ width: 24px; height: 24px; }
    .product-group{ margin-top: 16px; }
    .product-item{ width: 50%; padding: 8px; }
    .panel{ padding: 32px 0; }
    .panel-header{ margin-bottom: 32px; }
    .panel-title{ font-size: 20px; }
    .creditcard-intro{ padding: 16px; }
    .creditcard-intro p{ font-size: 14px; }
    .creditcard-intro img{ margin-top: 24px; }
    .creditcard-feature{ display: block;  }
    .creditcard-feature-left{ display: none; }
    .creditcard-feature-right{ min-width: 100%; flex-direction: column; gap: 16px; }
    .feature-title{ font-size: 16px; }
    .feature-desc{ margin-top: 12px; font-size: 13px; }
    .feature-item{ padding: 20px; }
    .alternative-panel img{ margin-top: 16px; }
    .alternative-panel p{ text-indent: 0; }
    .alternative-panel p + p{ margin-top: 12px; }
    .alternative-panel{ max-width: 100%; padding: 20px; font-size: 14px; }
    .wavespotpay{ flex-direction: column; }
    .wavespotpay-image{ padding: 0 32px; width: 100%;  }
    .wavespotpay-item{ width: 100%; }
    .flag-item img{ width: 36px; height: 36px; }
    .flag-item p{ font-size: 12px; }
    .flag-item{ padding: 24px 0; }
    .seasoning-group{ flex-direction: column; gap: 12px; }
    .seasoning-item{  padding: 16px 20px;  font-size: 15px; }
}