@charset "UTF-8";
:root {
    --award_color1: #555;
    --award_color2: #333;
    --award_color3: #aaa;
    --award_color4: #666;
    --award_color5: #f5f5f5;
    --award_color6: #555;
    --award_error_bg: #fdeaea;
    --award_bg1: #fff;
    --award_bg2: #fff;
    --award_bg3: #f3f6fb;
    --award_bg4: #f6f6f6;
    --award_bg5: #f5f5f5;
    --award_bg6: #fff;
    --award_bg7: #f7f8fa;
    --award_bg8: #e8e8e8;
    --award_bg9: #f5f5f5;
    --award_border_color: #e8e8e8;
    --award_border_color2: #e8e8e8;
    --award_border_color3: #e8e8e8;
    --award_border_color4: #ddd;
    --award_btn_bg: #f5f5f5;
    --award_input_bg3: #f4f4f4;
    --ipo_progress_bar: #ddd;
    --error_bg: #fff5eb;
    --n_bg1: #f5f5f5;
    --n_toast_bg: rgba(51, 51, 51, 0.9);
    --n_bg_error: #fff1e6;
    --n_bg_warning: #fff1e5;
    --n_box_shadow: rgba(0, 0, 0, 0.05);
    --color_purple: #8d2cef;
    --T010: #101423;
    --T020: #797c86;
    --T030: #aeb0bb;
    --T040: #ccd0d9;
    --T060: #fff;
    --TBlu016: #eaf2ff;
    --Blu011: #eaf2ff;
    --Blu014: #a9cbff;
    --Blu015: #f4f5f9;
    --B010: #f4f5f8;
    --B020: #fff;
    --B030: #f7f8fa;
    --B050: #aeb0bb;
    --Org010: #ffa100;
    --Org011: #fff6e6;
    --Org015: #ffe1cc;
    --Org016: #ffe1cc;
    --Org020: #ff6b00;
    --Org021: #fff0e6;
    --Red010: #f04848;
    --Red011: #fdeded;
    --Grn010: #22a875;
    --L010: #e5e8ee;
    --Chart001: #287dff;
    --Chart002: #ffa100;
    --Chart003: #c539c8;
    --Chart004: #8676ff;
}
:root,
[data-theme="black"] {
    --award_color_orange: #f70;
    --award_color_blue: #007ced;
    --award_color_blue2: #0d8bf6;
    --n_color_error: #f70;
    --n_color_error2: #f54346;
    --TBlu017: #287dff;
    --Blu010: #287dff;
}
[data-theme="black"] {
    --award_color1: #aaa;
    --award_color2: #c2c2c2;
    --award_color3: #666;
    --award_color4: #888;
    --award_color5: #1e232e;
    --award_color6: #888;
    --award_error_bg: #280c0e;
    --award_bg1: #161a22;
    --award_bg2: rgba(237, 240, 245, 0.05);
    --award_bg3: #0d1014;
    --award_bg4: #23272f;
    --award_bg5: #0d1014;
    --award_bg6: #1e232e;
    --award_bg7: #1e232e;
    --award_bg8: #161a22;
    --award_bg9: #1e232e;
    --award_border_color: #0d1014;
    --award_border_color2: #666;
    --award_border_color3: #1e232e;
    --award_border_color4: #555;
    --award_btn_bg: #1e232e;
    --award_input_bg3: #0d1014;
    --ipo_progress_bar: #666;
    --error_bg: #403023;
    --n_bg1: #1c222e;
    --n_toast_bg: rgba(13, 139, 246, 0.9);
    --n_bg_error: #422129;
    --n_bg_warning: #403023;
    --n_box_shadow: rgba(0, 0, 0, 0.25);
    --T010: #ccc;
    --T020: #898a8e;
    --T030: #5a5c61;
    --T040: #42454b;
    --T060: #eee;
    --TBlu016: #627da8;
    --Blu011: #0c1a31;
    --Blu014: #1f4583;
    --Blu015: #212633;
    --B010: #0f1117;
    --B020: #13161e;
    --B030: #191d27;
    --B050: #5a5c61;
    --Org010: #e89609;
    --Org011: #2e1e02;
    --Org015: #5a2600;
    --Org016: #5a2600;
    --Org020: #e05e00;
    --Org021: #2d1300;
    --L010: #21242b;
    --Chart001: #3373db;
    --Chart002: #e89609;
    --Chart003: #ab34ad;
    --Chart004: #7362f5;
}
.mask_jmu-border-1px_2N3 {
    position: relative;
    clear: both;
}
.mask_jmu-border-1px_2N3.mask_keep_T5r:after {
    left: 1.2rem;
}
.mask_jmu-border-1px_2N3.mask_reverse_2nt:after {
    border-color: #0d1014 !important;
}
.mask_jmu-border-1px_2N3.mask_light_3iB:after {
    border-color: #c2c2c2 !important;
}
.mask_jmu-border-1px_2N3:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .mask_jmu-border-1px_2N3:after {
        right: -100%;
        bottom: -100%;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.mask_jmu-border-1px_2N3.mask_border-all_JXH:after {
    border: 1px solid #161a22;
}
.mask_jmu-border-1px_2N3.mask_border-top_3n6:after {
    border-top: 1px solid #161a22;
}
.mask_jmu-border-1px_2N3.mask_border-bottom_2a-:after {
    border-bottom: 1px solid #161a22;
}
.mask_jmu-border-1px_2N3.mask_border-left_2TS:after {
    border-left: 1px solid #161a22;
}
.mask_jmu-border-1px_2N3.mask_border-right_3ov:after {
    border-right: 1px solid #161a22;
}
.mask_stock-red_2Jh {
    color: #ff3a3a !important;
}
.mask_stock-green_FEc {
    color: #31c46d !important;
}
.mask_stock-bg-red_1_K {
    -webkit-animation: mask_stock-red_2Jh 0.3s linear;
    -o-animation: mask_stock-red_2Jh 0.3s linear;
    animation: mask_stock-red_2Jh 0.3s linear;
}
.mask_stock-bg-red-1_P7l {
    -webkit-animation: mask_stock-red-1_2k5 0.3s linear;
    -o-animation: mask_stock-red-1_2k5 0.3s linear;
    animation: mask_stock-red-1_2k5 0.3s linear;
}
.mask_stock-bg-green_2lN {
    -webkit-animation: mask_stock-green_FEc 0.3s linear;
    -o-animation: mask_stock-green_FEc 0.3s linear;
    animation: mask_stock-green_FEc 0.3s linear;
}
.mask_stock-bg-green-1_3Nt {
    -webkit-animation: mask_stock-green-1_1aj 0.3s linear;
    -o-animation: mask_stock-green-1_1aj 0.3s linear;
    animation: mask_stock-green-1_1aj 0.3s linear;
}
@-webkit-keyframes mask_stock-red_2Jh {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes mask_stock-red_2Jh {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes mask_stock-red_2Jh {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes mask_stock-red-1_2k5 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes mask_stock-red-1_2k5 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes mask_stock-red-1_2k5 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes mask_stock-green_FEc {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes mask_stock-green_FEc {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes mask_stock-green_FEc {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes mask_stock-green-1_1aj {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes mask_stock-green-1_1aj {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes mask_stock-green-1_1aj {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
.mask_mask_1Mc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #000;
    z-index: 998;
}
.modal_jmu-border-1px_x4I {
    position: relative;
    clear: both;
}
.modal_jmu-border-1px_x4I.modal_keep_18g:after {
    left: 1.2rem;
}
.modal_jmu-border-1px_x4I.modal_reverse_1D9:after {
    border-color: #0d1014 !important;
}
.modal_jmu-border-1px_x4I.modal_light_VFj:after {
    border-color: #c2c2c2 !important;
}
.modal_jmu-border-1px_x4I:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .modal_jmu-border-1px_x4I:after {
        right: -100%;
        bottom: -100%;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.modal_jmu-border-1px_x4I.modal_border-all_3zB:after {
    border: 1px solid #161a22;
}
.modal_jmu-border-1px_x4I.modal_border-top_3F9:after {
    border-top: 1px solid #161a22;
}
.modal_jmu-border-1px_x4I.modal_border-bottom_87u:after {
    border-bottom: 1px solid #161a22;
}
.modal_jmu-border-1px_x4I.modal_border-left_3du:after {
    border-left: 1px solid #161a22;
}
.modal_jmu-border-1px_x4I.modal_border-right_17_:after {
    border-right: 1px solid #161a22;
}
.modal_stock-red_2G0 {
    color: #ff3a3a !important;
}
.modal_stock-green_1Dk {
    color: #31c46d !important;
}
.modal_stock-bg-red_1tM {
    -webkit-animation: modal_stock-red_2G0 0.3s linear;
    -o-animation: modal_stock-red_2G0 0.3s linear;
    animation: modal_stock-red_2G0 0.3s linear;
}
.modal_stock-bg-red-1_1sP {
    -webkit-animation: modal_stock-red-1_1Mb 0.3s linear;
    -o-animation: modal_stock-red-1_1Mb 0.3s linear;
    animation: modal_stock-red-1_1Mb 0.3s linear;
}
.modal_stock-bg-green_1ph {
    -webkit-animation: modal_stock-green_1Dk 0.3s linear;
    -o-animation: modal_stock-green_1Dk 0.3s linear;
    animation: modal_stock-green_1Dk 0.3s linear;
}
.modal_stock-bg-green-1_--Z {
    -webkit-animation: modal_stock-green-1_3p2 0.3s linear;
    -o-animation: modal_stock-green-1_3p2 0.3s linear;
    animation: modal_stock-green-1_3p2 0.3s linear;
}
@-webkit-keyframes modal_stock-red_2G0 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes modal_stock-red_2G0 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes modal_stock-red_2G0 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes modal_stock-red-1_1Mb {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes modal_stock-red-1_1Mb {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes modal_stock-red-1_1Mb {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes modal_stock-green_1Dk {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes modal_stock-green_1Dk {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes modal_stock-green_1Dk {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes modal_stock-green-1_3p2 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes modal_stock-green-1_3p2 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes modal_stock-green-1_3p2 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
.modal_modal-box_1Ja {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modal_modal-box_1Ja .modal_close_3mf {
    width: 32px;
    height: 32px;
    margin: 40px auto 0;
}
.modal_modal-box_1Ja .modal_close_3mf img {
    width: 100%;
    height: 100%;
}
.modal_modal_20S {
    width: 280px;
    border-radius: 10px;
    background: #fff;
    background: var(--B020);
    box-sizing: border-box;
}
.modal_modal_20S.modal_black_1YM {
    background: #161a22;
}
.modal_modal_20S.modal_animated_3FP {
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.modal_modal_20S.modal_entering-default_28a {
    -webkit-animation-name: modal_modalEnteringDefault__jh;
    -o-animation-name: modal_modalEnteringDefault__jh;
    animation-name: modal_modalEnteringDefault__jh;
}
.modal_modal_20S.modal_exiting-default_7JJ {
    -webkit-animation-name: modal_modalExitingDefault_2ET;
    -o-animation-name: modal_modalExitingDefault_2ET;
    animation-name: modal_modalExitingDefault_2ET;
}
.modal_modal_20S.modal_entering-center_2Gx {
    -webkit-animation-name: modal_modalEnteringCenter_2v1;
    -o-animation-name: modal_modalEnteringCenter_2v1;
    animation-name: modal_modalEnteringCenter_2v1;
}
.modal_modal_20S.modal_exiting-center_2YS {
    -webkit-animation-name: modal_modalExitingCenter_Iom;
    -o-animation-name: modal_modalExitingCenter_Iom;
    animation-name: modal_modalExitingCenter_Iom;
}
@-webkit-keyframes modal_modalEnteringDefault__jh {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-o-keyframes modal_modalEnteringDefault__jh {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes modal_modalEnteringDefault__jh {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes modal_modalExitingDefault_2ET {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@-o-keyframes modal_modalExitingDefault_2ET {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes modal_modalExitingDefault_2ET {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes modal_modalEnteringCenter_2v1 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-o-keyframes modal_modalEnteringCenter_2v1 {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes modal_modalEnteringCenter_2v1 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes modal_modalExitingCenter_Iom {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@-o-keyframes modal_modalExitingCenter_Iom {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes modal_modalExitingCenter_Iom {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.confirm_jmu-border-1px_1bQ {
    position: relative;
    clear: both;
}
.confirm_jmu-border-1px_1bQ.confirm_keep_w9l:after {
    left: 1.2rem;
}
.confirm_jmu-border-1px_1bQ.confirm_reverse_2kI:after {
    border-color: #0d1014 !important;
}
.confirm_jmu-border-1px_1bQ.confirm_light_Rnh:after {
    border-color: #c2c2c2 !important;
}
.confirm_jmu-border-1px_1bQ:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .confirm_jmu-border-1px_1bQ:after {
        right: -100%;
        bottom: -100%;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.confirm_jmu-border-1px_1bQ.confirm_border-all_F21:after {
    border: 1px solid #161a22;
}
.confirm_jmu-border-1px_1bQ.confirm_border-top_2Lx:after {
    border-top: 1px solid #161a22;
}
.confirm_jmu-border-1px_1bQ.confirm_border-bottom_2se:after {
    border-bottom: 1px solid #161a22;
}
.confirm_jmu-border-1px_1bQ.confirm_border-left_3hU:after {
    border-left: 1px solid #161a22;
}
.confirm_jmu-border-1px_1bQ.confirm_border-right_1Bo:after {
    border-right: 1px solid #161a22;
}
.confirm_stock-red_3ty {
    color: #ff3a3a !important;
}
.confirm_stock-green_1dP {
    color: #31c46d !important;
}
.confirm_stock-bg-red_2YI {
    -webkit-animation: confirm_stock-red_3ty 0.3s linear;
    -o-animation: confirm_stock-red_3ty 0.3s linear;
    animation: confirm_stock-red_3ty 0.3s linear;
}
.confirm_stock-bg-red-1_1cV {
    -webkit-animation: confirm_stock-red-1_3G5 0.3s linear;
    -o-animation: confirm_stock-red-1_3G5 0.3s linear;
    animation: confirm_stock-red-1_3G5 0.3s linear;
}
.confirm_stock-bg-green_Afw {
    -webkit-animation: confirm_stock-green_1dP 0.3s linear;
    -o-animation: confirm_stock-green_1dP 0.3s linear;
    animation: confirm_stock-green_1dP 0.3s linear;
}
.confirm_stock-bg-green-1_siq {
    -webkit-animation: confirm_stock-green-1_1i4 0.3s linear;
    -o-animation: confirm_stock-green-1_1i4 0.3s linear;
    animation: confirm_stock-green-1_1i4 0.3s linear;
}
@-webkit-keyframes confirm_stock-red_3ty {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes confirm_stock-red_3ty {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes confirm_stock-red_3ty {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes confirm_stock-red-1_3G5 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes confirm_stock-red-1_3G5 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes confirm_stock-red-1_3G5 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes confirm_stock-green_1dP {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes confirm_stock-green_1dP {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes confirm_stock-green_1dP {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes confirm_stock-green-1_1i4 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes confirm_stock-green-1_1i4 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes confirm_stock-green-1_1i4 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
.confirm_confirm_31Q {
    padding-top: 20px;
}
.confirm_confirm_31Q .confirm_title_ahN {
    color: #101423;
    color: var(--T010);
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    padding: 0 16px 14px;
}
.confirm_confirm_31Q .confirm_content_2Ai {
    color: #101423;
    color: var(--T010);
    font-size: 15px;
    line-height: 21px;
    padding: 0 16px 20px;
}
.confirm_confirm_31Q .confirm_btns_2WJ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.confirm_confirm_31Q .confirm_btns_2WJ:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 0 solid #e5e8ee;
    border-color: var(--L010);
    border-top: 1px solid var(--L010);
    border-radius: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    box-sizing: border-box;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}
.confirm_confirm_31Q .confirm_btns_2WJ .confirm_line_2V5 {
    position: absolute !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.5px;
    height: 18px;
    position: relative;
}
.confirm_confirm_31Q .confirm_btns_2WJ .confirm_line_2V5:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 0 solid #e5e8ee;
    border-color: var(--L010);
    border-right: 1px solid var(--L010);
    border-radius: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    box-sizing: border-box;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}
.confirm_confirm_31Q .confirm_btns_2WJ button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    line-height: 50px;
    color: #287dff;
    color: var(--Blu010);
    font-size: 16px;
    background: transparent;
}
.confirm_confirm_31Q .confirm_btns_2WJ button.confirm_cancel_2-F {
    color: #101423;
    color: var(--T010);
}
.confirm_confirm_31Q .confirm_btns_2WJ button.confirm_cancel_2-F:disabled,
.confirm_confirm_31Q .confirm_btns_2WJ button.confirm_ok__Pu:disabled {
    color: #aaa;
}
.styles_jmu-border-1px_1F2 {
    position: relative;
    clear: both;
}
.styles_jmu-border-1px_1F2.styles_keep_lF7:after {
    left: 1.2rem;
}
.styles_jmu-border-1px_1F2.styles_reverse_2Q0:after {
    border-color: #0d1014 !important;
}
.styles_jmu-border-1px_1F2.styles_light_2do:after {
    border-color: #c2c2c2 !important;
}
.styles_jmu-border-1px_1F2:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .styles_jmu-border-1px_1F2:after {
        right: -100%;
        bottom: -100%;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.styles_jmu-border-1px_1F2.styles_border-all_3RL:after {
    border: 1px solid #161a22;
}
.styles_jmu-border-1px_1F2.styles_border-top_1VN:after {
    border-top: 1px solid #161a22;
}
.styles_jmu-border-1px_1F2.styles_border-bottom_dWY:after {
    border-bottom: 1px solid #161a22;
}
.styles_jmu-border-1px_1F2.styles_border-left_2d1:after {
    border-left: 1px solid #161a22;
}
.styles_jmu-border-1px_1F2.styles_border-right_23S:after {
    border-right: 1px solid #161a22;
}
.styles_stock-red_2Z0 {
    color: #ff3a3a !important;
}
.styles_stock-green_35L {
    color: #31c46d !important;
}
.styles_stock-bg-red_1eF {
    -webkit-animation: styles_stock-red_2Z0 0.3s linear;
    -o-animation: styles_stock-red_2Z0 0.3s linear;
    animation: styles_stock-red_2Z0 0.3s linear;
}
.styles_stock-bg-red-1_1_F {
    -webkit-animation: styles_stock-red-1_1qr 0.3s linear;
    -o-animation: styles_stock-red-1_1qr 0.3s linear;
    animation: styles_stock-red-1_1qr 0.3s linear;
}
.styles_stock-bg-green_59j {
    -webkit-animation: styles_stock-green_35L 0.3s linear;
    -o-animation: styles_stock-green_35L 0.3s linear;
    animation: styles_stock-green_35L 0.3s linear;
}
.styles_stock-bg-green-1_3Nv {
    -webkit-animation: styles_stock-green-1_32p 0.3s linear;
    -o-animation: styles_stock-green-1_32p 0.3s linear;
    animation: styles_stock-green-1_32p 0.3s linear;
}
@-webkit-keyframes styles_stock-red_2Z0 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes styles_stock-red_2Z0 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes styles_stock-red_2Z0 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes styles_stock-red-1_1qr {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes styles_stock-red-1_1qr {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes styles_stock-red-1_1qr {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes styles_stock-green_35L {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes styles_stock-green_35L {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes styles_stock-green_35L {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes styles_stock-green-1_32p {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes styles_stock-green-1_32p {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes styles_stock-green-1_32p {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
.styles_overflow_a4N {
    overflow: hidden;
}
.styles_hide_32Q {
    display: none;
}
.styles_disblock_knn {
    display: block;
}
.styles_inlineBlock_E7I {
    display: inline-block;
}
.styles_block_2ZS {
    display: block;
}
.styles_inline_1BY {
    display: inline;
}
.styles_error_38k {
    color: red;
    font-size: 12px;
}
.styles_no-select_3op {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (max-width: 300px) {
    body,
    html {
        font-size: 8.33333px;
        -webkit-user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }
    .styles_viewport_1Vh {
        max-width: 300px;
    }
}
@media only screen and (max-width: 310px) and (min-width: 300px) {
    body,
    html {
        font-size: 8.33333px;
    }
    .styles_viewport_1Vh {
        max-width: 310px;
    }
}
@media only screen and (max-width: 320px) and (min-width: 310px) {
    body,
    html {
        font-size: 8.61111px;
    }
    .styles_viewport_1Vh {
        max-width: 320px;
    }
}
@media only screen and (max-width: 350px) and (min-width: 320px) {
    body,
    html {
        font-size: 8.88889px;
    }
    .styles_viewport_1Vh {
        max-width: 350px;
    }
}
@media only screen and (max-width: 360px) and (min-width: 350px) {
    body,
    html {
        font-size: 9.72222px;
    }
    .styles_viewport_1Vh {
        max-width: 360px;
    }
}
@media only screen and (max-width: 400px) and (min-width: 360px) {
    body,
    html {
        font-size: 10px;
    }
    .styles_viewport_1Vh {
        max-width: 400px;
    }
}
@media only screen and (max-width: 470px) and (min-width: 400px) {
    body,
    html {
        font-size: 11.11111px;
    }
    .styles_viewport_1Vh {
        max-width: 470px;
    }
}
@media only screen and (max-width: 480px) and (min-width: 470px) {
    body,
    html {
        font-size: 13.05556px;
    }
    .styles_viewport_1Vh {
        max-width: 480px;
    }
}
@media only screen and (max-width: 540px) and (min-width: 480px) {
    body,
    html {
        font-size: 13.33333px;
    }
    .styles_viewport_1Vh {
        max-width: 540px;
    }
}
@media only screen and (max-width: 560px) and (min-width: 540px) {
    body,
    html {
        font-size: 15px;
    }
    .styles_viewport_1Vh {
        max-width: 560px;
    }
}
@media only screen and (max-width: 570px) and (min-width: 560px) {
    body,
    html {
        font-size: 15.55556px;
    }
    .styles_viewport_1Vh {
        max-width: 570px;
    }
}
@media only screen and (max-width: 630px) and (min-width: 570px) {
    body,
    html {
        font-size: 15.83333px;
    }
    .styles_viewport_1Vh {
        max-width: 630px;
    }
}
@media only screen and (min-width: 630px) {
    body,
    html {
        font-size: 17.5px;
    }
    blockquote,
    body,
    button,
    dd,
    dl,
    dt,
    fieldset,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    legend,
    li,
    ol,
    p,
    pre,
    td,
    th,
    ul {
        margin: 0;
        padding: 0;
    }
    .styles_viewport_1Vh {
        max-width: 640px;
    }
}
.styles_Layout_1M2 {
    margin: 0 auto;
    height: 100%;
}
.styles_page-wrapper_oW7 {
    height: 100%;
}
.styles_header_7Z2 {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 4.8rem;
}
.styles_header_7Z2 .styles_header-wrapper_25G {
    min-width: 960px;
    margin: 0 3rem;
    padding-top: 1.5rem;
}
.styles_header_7Z2 .styles_header-wrapper_25G .styles_menubox_PTo {
    display: none;
}
.styles_header_7Z2 .styles_header-wrapper_25G img {
    width: 6.9rem;
}
.styles_header_7Z2 .styles_header-wrapper_25G ul {
    float: right;
}
.styles_header_7Z2 .styles_header-wrapper_25G ul li {
    display: inline-block;
    padding-left: 1.5rem;
    line-height: 1.5rem;
}
.styles_header_7Z2 .styles_header-wrapper_25G ul li a {
    font-size: 0.7rem;
    color: #bdd4f2;
    line-height: 0.7rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.styles_header_7Z2 .styles_header-wrapper_25G ul li a.styles_active_3Gd {
    opacity: 1;
    border-bottom: 3px solid #52b4ff;
    padding-bottom: 4px;
    color: #fff;
}
.styles_header_7Z2 .styles_header-wrapper_25G ul li a:hover {
    color: #fff;
}
.styles_blue-header_Hhu {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9;
    height: 4.8rem;
}
.styles_blue-header_Hhu .styles_blue-bg_-D7 {
    width: 100%;
    background-color: #0d58ff;
    height: 4.8rem;
    position: fixed;
}
.styles_blue-header_Hhu .styles_header-wrapper_25G {
    min-width: 960px;
    margin: 0 3rem;
    padding-top: 1.5rem;
    position: relative;
}
.styles_blue-header_Hhu .styles_header-wrapper_25G .styles_menubox_PTo {
    display: none;
}
.styles_blue-header_Hhu .styles_header-wrapper_25G img {
    width: 6.9rem;
}
.styles_blue-header_Hhu .styles_header-wrapper_25G ul {
    float: right;
}
.styles_blue-header_Hhu .styles_header-wrapper_25G ul li {
    display: inline-block;
    padding-left: 1.5rem;
    line-height: 1.5rem;
}
.styles_blue-header_Hhu .styles_header-wrapper_25G ul li a {
    font-size: 0.7rem;
    color: #bdd4f2;
    line-height: 0.7rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.styles_blue-header_Hhu .styles_header-wrapper_25G ul li a.styles_active_3Gd {
    opacity: 1;
    border-bottom: 3px solid #52b4ff;
    padding-bottom: 4px;
    color: #fff;
}
.styles_blue-header_Hhu .styles_header-wrapper_25G ul li a:hover {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .styles_blue-header_Hhu .styles_header-wrapper_25G,
    .styles_header_7Z2 .styles_header-wrapper_25G {
        min-width: auto;
        padding: 0;
        margin: 0;
    }
    .styles_blue-header_Hhu .styles_header-wrapper_25G img,
    .styles_header_7Z2 .styles_header-wrapper_25G img {
        width: 11rem;
    }
    .styles_blue-header_Hhu .styles_menubox_PTo,
    .styles_header_7Z2 .styles_menubox_PTo {
        display: block !important;
        position: absolute;
        right: 1.2rem;
        top: 0.9rem;
    }
    .styles_blue-header_Hhu .styles_menu_2mq,
    .styles_header_7Z2 .styles_menu_2mq {
        display: inline-block;
        width: 2rem;
        height: 3rem;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGgxNHYySDBWMHptNSA1aDl2Mkg1VjV6bS01IDVoMTR2Mkgwdi0yeiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
            no-repeat 50%;
        background-size: 100% auto;
    }
    .styles_blue-header_Hhu .styles_logo_3IP,
    .styles_header_7Z2 .styles_logo_3IP {
        float: left;
        padding-top: 1.2rem;
        padding-left: 1.2rem;
    }
    .styles_blue-header_Hhu ul,
    .styles_header_7Z2 ul {
        display: none;
        background: #fff;
        box-shadow: 0 3px 7px 0 rgba(5, 35, 64, 0.54);
        border-radius: 2px;
        width: 10rem;
        padding: 0 1.4rem;
        box-sizing: border-box;
        position: absolute;
        right: 2.4rem;
        top: 4.4rem;
    }
    .styles_blue-header_Hhu ul:after,
    .styles_header_7Z2 ul:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
    }
    .styles_blue-header_Hhu ul.styles_hideitem_clP,
    .styles_header_7Z2 ul.styles_hideitem_clP {
        display: none;
    }
    .styles_blue-header_Hhu ul.styles_showitem_1h7,
    .styles_header_7Z2 ul.styles_showitem_1h7 {
        display: block;
    }
    .styles_blue-header_Hhu ul li,
    .styles_header_7Z2 ul li {
        width: 100%;
        float: left;
        margin-left: 0;
        padding-left: 0 !important;
        text-align: center;
    }
    .styles_blue-header_Hhu ul li:not(:last-child),
    .styles_header_7Z2 ul li:not(:last-child) {
        border-bottom: 1px solid #f2f2f2;
    }
    .styles_blue-header_Hhu ul .styles_language-switch_ZSd,
    .styles_header_7Z2 ul .styles_language-switch_ZSd {
        display: none;
    }
    .styles_blue-header_Hhu ul a,
    .styles_header_7Z2 ul a {
        font-size: 1.4rem !important;
        display: block;
        color: #888 !important;
        line-height: 3.2rem !important;
        width: 100%;
        height: auto !important;
    }
    .styles_blue-header_Hhu ul a.styles_active_3Gd,
    .styles_header_7Z2 ul a.styles_active_3Gd {
        color: #0059ae !important;
    }
}
.styles_jmu-border-1px_5T6 {
    position: relative;
    clear: both;
}
.styles_jmu-border-1px_5T6.styles_keep_2QA:after {
    left: 1.2rem;
}
.styles_jmu-border-1px_5T6.styles_reverse_386:after {
    border-color: #0d1014 !important;
}
.styles_jmu-border-1px_5T6.styles_light_2Hx:after {
    border-color: #c2c2c2 !important;
}
.styles_jmu-border-1px_5T6:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .styles_jmu-border-1px_5T6:after {
        right: -100%;
        bottom: -100%;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.styles_jmu-border-1px_5T6.styles_border-all_yT6:after {
    border: 1px solid #161a22;
}
.styles_jmu-border-1px_5T6.styles_border-top_2Fb:after {
    border-top: 1px solid #161a22;
}
.styles_jmu-border-1px_5T6.styles_border-bottom_NFG:after {
    border-bottom: 1px solid #161a22;
}
.styles_jmu-border-1px_5T6.styles_border-left_3q1:after {
    border-left: 1px solid #161a22;
}
.styles_jmu-border-1px_5T6.styles_border-right_1yo:after {
    border-right: 1px solid #161a22;
}
.styles_stock-red_2J6 {
    color: #ff3a3a !important;
}
.styles_stock-green_3xc {
    color: #31c46d !important;
}
.styles_stock-bg-red_3eS {
    -webkit-animation: styles_stock-red_2J6 0.3s linear;
    -o-animation: styles_stock-red_2J6 0.3s linear;
    animation: styles_stock-red_2J6 0.3s linear;
}
.styles_stock-bg-red-1_100 {
    -webkit-animation: styles_stock-red-1_1fS 0.3s linear;
    -o-animation: styles_stock-red-1_1fS 0.3s linear;
    animation: styles_stock-red-1_1fS 0.3s linear;
}
.styles_stock-bg-green_UJd {
    -webkit-animation: styles_stock-green_3xc 0.3s linear;
    -o-animation: styles_stock-green_3xc 0.3s linear;
    animation: styles_stock-green_3xc 0.3s linear;
}
.styles_stock-bg-green-1_x3Y {
    -webkit-animation: styles_stock-green-1_UNz 0.3s linear;
    -o-animation: styles_stock-green-1_UNz 0.3s linear;
    animation: styles_stock-green-1_UNz 0.3s linear;
}
@-webkit-keyframes styles_stock-red_2J6 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes styles_stock-red_2J6 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes styles_stock-red_2J6 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes styles_stock-red-1_1fS {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes styles_stock-red-1_1fS {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes styles_stock-red-1_1fS {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes styles_stock-green_3xc {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes styles_stock-green_3xc {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes styles_stock-green_3xc {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes styles_stock-green-1_UNz {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes styles_stock-green-1_UNz {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes styles_stock-green-1_UNz {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
.styles_overflow_1QU {
    overflow: hidden;
}
.styles_hide_YI3 {
    display: none;
}
.styles_disblock_zP8 {
    display: block;
}
.styles_inlineBlock_3X5 {
    display: inline-block;
}
.styles_block_1Js {
    display: block;
}
.styles_inline_nX9 {
    display: inline;
}
.styles_error_3o4 {
    color: red;
    font-size: 12px;
}
.styles_no-select_2SO {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (max-width: 300px) {
    body,
    html {
        font-size: 8.33333px;
        -webkit-user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }
    .styles_viewport_23b {
        max-width: 300px;
    }
}
@media only screen and (max-width: 310px) and (min-width: 300px) {
    body,
    html {
        font-size: 8.33333px;
    }
    .styles_viewport_23b {
        max-width: 310px;
    }
}
@media only screen and (max-width: 320px) and (min-width: 310px) {
    body,
    html {
        font-size: 8.61111px;
    }
    .styles_viewport_23b {
        max-width: 320px;
    }
}
@media only screen and (max-width: 350px) and (min-width: 320px) {
    body,
    html {
        font-size: 8.88889px;
    }
    .styles_viewport_23b {
        max-width: 350px;
    }
}
@media only screen and (max-width: 360px) and (min-width: 350px) {
    body,
    html {
        font-size: 9.72222px;
    }
    .styles_viewport_23b {
        max-width: 360px;
    }
}
@media only screen and (max-width: 400px) and (min-width: 360px) {
    body,
    html {
        font-size: 10px;
    }
    .styles_viewport_23b {
        max-width: 400px;
    }
}
@media only screen and (max-width: 470px) and (min-width: 400px) {
    body,
    html {
        font-size: 11.11111px;
    }
    .styles_viewport_23b {
        max-width: 470px;
    }
}
@media only screen and (max-width: 480px) and (min-width: 470px) {
    body,
    html {
        font-size: 13.05556px;
    }
    .styles_viewport_23b {
        max-width: 480px;
    }
}
@media only screen and (max-width: 540px) and (min-width: 480px) {
    body,
    html {
        font-size: 13.33333px;
    }
    .styles_viewport_23b {
        max-width: 540px;
    }
}
@media only screen and (max-width: 560px) and (min-width: 540px) {
    body,
    html {
        font-size: 15px;
    }
    .styles_viewport_23b {
        max-width: 560px;
    }
}
@media only screen and (max-width: 570px) and (min-width: 560px) {
    body,
    html {
        font-size: 15.55556px;
    }
    .styles_viewport_23b {
        max-width: 570px;
    }
}
@media only screen and (max-width: 630px) and (min-width: 570px) {
    body,
    html {
        font-size: 15.83333px;
    }
    .styles_viewport_23b {
        max-width: 630px;
    }
}
@media only screen and (min-width: 630px) {
    body,
    html {
        font-size: 17.5px;
    }
    blockquote,
    body,
    button,
    dd,
    dl,
    dt,
    fieldset,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    legend,
    li,
    ol,
    p,
    pre,
    td,
    th,
    ul {
        margin: 0;
        padding: 0;
    }
    .styles_viewport_23b {
        max-width: 640px;
    }
}
.styles_Layout_2FY {
    margin: 0 auto;
    height: 100%;
}
.styles_page-wrapper_ti8 {
    height: 100%;
}
.styles_DIN-Bold_2B3 {
    font-family: DIN-Bold, DIN-Bold-web;
}
.styles_DIN-Medium_33t {
    font-family: DIN-Medium, DIN-Medium-web;
}
.styles_footer_2qp {
    background: #01040d;
}
.styles_footer_2qp .styles_wrap_2QI {
    width: 1200px;
    margin: 0 auto;
}
.styles_footer_2qp .styles_wrap_2QI .styles_rules_1ob {
    font-size: 14px;
    color: #898a8e;
    margin-top: 24px;
    border-bottom: 1px solid #21242b;
    padding-bottom: 30px;
}
.styles_footer_2qp .styles_wrap_2QI .styles_footer-download_1bt {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_now-box_3JI {
    padding-bottom: 6px;
    font-size: 20px;
    color: #fff;
    color: var(--T060);
    line-height: 32px;
    width: 200px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    color: var(--T060);
    font-size: 14px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    > div {
    margin-right: 40px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    .styles_download-title_3DS {
    padding-bottom: 16px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    .styles_download-choice_34P {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    .styles_download-button_1qc {
    position: relative;
    width: 148px;
    height: 40px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #21242b;
    border-radius: 8px;
    margin-right: 12px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    .styles_download-button_1qc:last-child {
    margin-right: 0;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    .styles_download-button_1qc:hover {
    background-color: #21242b;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    .styles_download-button_1qc:hover
    .styles_qr-code_1hR {
    display: block;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    .styles_download-button_1qc
    > img {
    width: 24px;
    height: 24px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    .styles_download-button_1qc
    span {
    color: #fff;
    color: var(--T060);
    line-height: 24px;
    margin-left: 8px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    .styles_qr-code_1hR {
    display: none;
    position: absolute;
    left: -1px;
    top: 40px;
    margin-top: 12px;
    width: 148px;
    padding: 10px;
    background-color: #fff;
    background-color: var(--B020);
    border-radius: 8px;
    box-sizing: border-box;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    .styles_qr-code_1hR
    p {
    color: #101423;
    color: var(--T010);
    font-size: 12px;
    line-height: 16px;
    opacity: 0.9;
    text-align: center;
    margin-bottom: 10px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-download_1bt
    .styles_download-box_3U0
    .styles_qr-code_1hR
    > img {
    width: 128px;
    height: 128px;
}
.styles_footer_2qp .styles_wrap_2QI .styles_footer-top_2nl {
    box-sizing: border-box;
    padding: 64px 0 48px;
    border-bottom: 1px solid #21242b;
}
.styles_footer_2qp .styles_wrap_2QI .styles_footer-top_2nl h1 {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    font-weight: 400;
    padding-bottom: 16px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-top_2nl
    .styles_ft-content_yrP {
    color: #898a8e;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-top_2nl
    .styles_ft-content_yrP
    p {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    padding-bottom: 16px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-top_2nl
    .styles_ft-content_yrP
    a {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    text-decoration: underline;
}
.styles_footer_2qp .styles_wrap_2QI .styles_footer-bottom_1Ss {
    padding: 64px 0 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #21242b;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X {
    padding-bottom: 20px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    h1 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    h3 {
    opacity: 0.9;
    color: #fff;
    color: var(--T060);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    p {
    font-size: 14px;
    color: #898a8e;
    line-height: 24px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_tel_1Pc {
    font-family: DIN-Medium, DIN-Medium-web;
    font-weight: 400;
    color: #ffa97f;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_fbl-box_3z1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_fbl-box_3z1
    h3 {
    margin-bottom: 8px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_fbl-box_3z1
    .styles_fblb-left_26x {
    padding-right: 120px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_cooperation_2bG {
    padding-top: 48px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_cooperation_2bG
    .styles_email_3Rg {
    font-family: DIN-Medium, DIN-Medium-web;
    cursor: pointer;
    color: #ffa97f;
    font-size: 16px;
    line-height: 24px;
    margin-left: 6px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_online-service_3Ga {
    cursor: pointer;
    width: 208px;
    height: 48px;
    display: block;
    line-height: 28px;
    font-size: 20px;
    font-weight: 500;
    color: #582407;
    box-sizing: border-box;
    text-align: center;
    margin-top: 32px;
    padding: 10px 0;
    border-radius: 24px;
    background: -webkit-linear-gradient(339.91deg, #ffc8a3, #e69d86 100.98%);
    background: -o-linear-gradient(339.91deg, #ffc8a3 0, #e69d86 100.98%);
    background: linear-gradient(110.09deg, #ffc8a3, #e69d86 100.98%);
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_online-service_3Ga:hover {
    background:
        -webkit-linear-gradient(339.91deg, #ffc8a3, #e69d86 100.98%),
        -webkit-linear-gradient(
                bottom,
                hsla(0, 0%, 100%, 0.15),
                hsla(0, 0%, 100%, 0.15)
            );
    background:
        -o-linear-gradient(339.91deg, #ffc8a3 0, #e69d86 100.98%),
        -o-linear-gradient(
                bottom,
                hsla(0, 0%, 100%, 0.15),
                hsla(0, 0%, 100%, 0.15)
            );
    background:
        linear-gradient(110.09deg, #ffc8a3, #e69d86 100.98%),
        linear-gradient(0deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15));
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-right_3qL {
    color: #fff;
    color: var(--T060);
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-right_3qL
    .styles_footer-qr_3-t {
    width: 176px;
    height: 176px;
    border-radius: 8px;
}
.styles_footer_2qp
    .styles_wrap_2QI
    .styles_footer-bottom_1Ss
    .styles_fb-right_3qL
    .styles_xiaoying_Kbu {
    opacity: 0.9;
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.styles_footer_2qp .styles_wrap_2QI .styles_Snowball_vGw {
    color: #fff;
    color: var(--T060);
    font-size: 14px;
    opacity: 0.9;
    padding: 30px 0;
}
.styles_footer_2qp .styles_mobile-wrap_29s {
    color: #fff;
    text-align: center;
    padding-bottom: 2.4rem;
}
.styles_footer_2qp .styles_mobile-wrap_29s .styles_footer-download_1bt {
    padding: 3.2rem 1.6rem;
    color: #fff;
    color: var(--B020);
}
.styles_footer_2qp .styles_mobile-wrap_29s .styles_footer-download_1bt h1 {
    color: #fff;
    color: var(--B020);
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-download_1bt
    .styles_download_DR_ {
    width: 20rem;
    height: 4.4rem;
    border: 1px solid #21242b;
    border-radius: 2.2rem;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2.4rem 7.15rem;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-download_1bt
    .styles_download_DR_
    .styles_download-span_39c {
    color: #fff;
    color: var(--B020);
}
.styles_footer_2qp .styles_mobile-wrap_29s .styles_footer-download_1bt p {
    color: #898a8e;
    font-size: 1.2rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #21242b;
    text-align: left;
    padding-bottom: 3.2rem;
}
.styles_footer_2qp .styles_mobile-wrap_29s .styles_footer-top_2nl {
    text-align: left;
    padding: 0 1.6rem 2.5rem;
    border-bottom: 1px solid #21242b;
}
.styles_footer_2qp .styles_mobile-wrap_29s .styles_footer-top_2nl h1 {
    font-size: 1.6rem;
    color: #fff;
    color: var(--B020);
    font-weight: 500;
    line-height: 1.6rem;
    text-align: left;
    margin-bottom: 2.4rem;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-top_2nl
    .styles_ft-content_yrP
    p {
    opacity: 0.8;
    font-size: 1.2rem;
    color: #898a8e;
    line-height: 1.8rem;
    text-align: left;
    text-align: justify;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-top_2nl
    .styles_ft-content_yrP
    p
    a {
    opacity: 1;
    font-size: 1.3rem;
    text-align: justify;
    line-height: 1.8rem;
    text-decoration: underline;
    color: #898a8e;
}
.styles_footer_2qp .styles_mobile-wrap_29s .styles_footer-bottom_1Ss {
    padding: 3.2rem 1.6rem 0;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X {
    margin: 0 auto;
    padding-bottom: 3.2rem;
    color: #fff;
    color: var(--B020);
    letter-spacing: 1px;
    text-align: left;
    border-bottom: 1px solid #21242b;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    h1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 400;
    padding-bottom: 2.4rem;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    h1.styles_special_2Cb {
    padding-top: 1.6rem;
    padding-bottom: 1.8rem;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    h2 {
    font-size: 1.4rem;
    line-height: 2rem;
    padding-bottom: 0.8rem;
    font-weight: 400;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_tel_1Pc {
    font-family: DIN-Medium, DIN-Medium-web;
    display: block;
    font-weight: 400;
    color: #ffa97f;
    font-size: 2rem;
    line-height: 2.8rem;
    padding-bottom: 1.6rem;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_email_3Rg {
    font-family: DIN-Medium, DIN-Medium-web;
    font-size: 1.4rem;
    color: #ffa97f;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_fbl-box_3z1 {
    padding-bottom: 2.4rem;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_fbl-time_1-N {
    font-family:
        DIN-Medium,
        DIN-Medium-web,
        Arial,
        PingFang SC,
        Roboto,
        Microsoft YaHei,
        Helvetica Neue,
        Helvetica,
        STHeitiSC-Light,
        sans-serif;
    opacity: 0.9;
    color: #898a8e;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_fbl-time_1-N.styles_fbl-text_isA {
    padding-bottom: 0.9rem;
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-bottom_1Ss
    .styles_fb-left_f1X
    .styles_online-service_3Ga {
    width: 20rem;
    height: 4.4rem;
    display: block;
    line-height: 2.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #582407;
    box-sizing: border-box;
    margin: 2rem auto 0;
    text-align: center;
    padding: 1.1rem 0;
    border-radius: 2.4rem;
    background: -webkit-linear-gradient(339.91deg, #ffc8a3, #e69d86 100.98%);
    background: -o-linear-gradient(339.91deg, #ffc8a3 0, #e69d86 100.98%);
    background: linear-gradient(110.09deg, #ffc8a3, #e69d86 100.98%);
}
.styles_footer_2qp
    .styles_mobile-wrap_29s
    .styles_footer-bottom_1Ss
    .styles_Snowball_vGw {
    margin-top: 2.4rem;
    font-size: 1.2rem;
}
.styles_footer_2qp.styles_download-show_2i2 {
    padding-bottom: 6rem;
}
.styles_footer_2qp .styles_app-download_2ZU {
    position: fixed;
    bottom: 0;
    background: rgba(24, 32, 54, 0.9);
    height: 6rem;
    width: 100%;
    left: 0;
    text-align: left;
    padding: 1.3rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.styles_footer_2qp .styles_app-download_2ZU > img {
    width: 3.7rem;
    display: inline-block;
}
.styles_footer_2qp .styles_app-download_2ZU .styles_download-title_3DS {
    padding-left: 0.75rem;
}
.styles_footer_2qp .styles_app-download_2ZU .styles_download-title_3DS img {
    height: 1.5rem;
}
.styles_footer_2qp .styles_app-download_2ZU .styles_download-title_3DS p {
    line-height: 1.3rem;
    padding-top: 0.8rem;
    font-size: 1.2rem;
    color: #fff;
}
.styles_footer_2qp .styles_app-download_2ZU .styles_download-btn_1mD {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.5rem 0;
    font-weight: 400;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.styles_footer_2qp .styles_app-download_2ZU .styles_download-btn_1mD a + a {
    margin-left: 1rem;
}
.styles_footer_2qp .styles_app-download_2ZU .styles_download-btn_1mD a {
    background: #0059ae;
    border-radius: 4px;
    padding: 0.5rem 1.5rem;
    vertical-align: bottom;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.styles_footer_2qp .styles_app-download_2ZU .styles_download-btn_1mD a span {
    color: #fff;
    font-size: 1.2rem;
    white-space: nowrap;
}
.styles_footer_2qp .styles_app-download_2ZU .styles_download-btn_1mD a img {
    padding-right: 0.4rem;
    height: 1.5rem;
}
.style_jmu-border-1px_2J7 {
    position: relative;
    clear: both;
}
.style_jmu-border-1px_2J7.style_keep_AuR:after {
    left: 1.2rem;
}
.style_jmu-border-1px_2J7.style_reverse_273:after {
    border-color: #0d1014 !important;
}
.style_jmu-border-1px_2J7.style_light_704:after {
    border-color: #c2c2c2 !important;
}
.style_jmu-border-1px_2J7:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    pointer-events: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .style_jmu-border-1px_2J7:after {
        right: -100%;
        bottom: -100%;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.style_jmu-border-1px_2J7.style_border-all_Ho2:after {
    border: 1px solid #161a22;
}
.style_jmu-border-1px_2J7.style_border-top_2xW:after {
    border-top: 1px solid #161a22;
}
.style_jmu-border-1px_2J7.style_border-bottom_1Ga:after {
    border-bottom: 1px solid #161a22;
}
.style_jmu-border-1px_2J7.style_border-left_3I-:after {
    border-left: 1px solid #161a22;
}
.style_jmu-border-1px_2J7.style_border-right_Gx3:after {
    border-right: 1px solid #161a22;
}
.style_stock-red_Afy {
    color: #ff3a3a !important;
}
.style_stock-green_3TE {
    color: #31c46d !important;
}
.style_stock-bg-red_25N {
    -webkit-animation: style_stock-red_Afy 0.3s linear;
    -o-animation: style_stock-red_Afy 0.3s linear;
    animation: style_stock-red_Afy 0.3s linear;
}
.style_stock-bg-red-1_1Zj {
    -webkit-animation: style_stock-red-1_GBY 0.3s linear;
    -o-animation: style_stock-red-1_GBY 0.3s linear;
    animation: style_stock-red-1_GBY 0.3s linear;
}
.style_stock-bg-green_1u- {
    -webkit-animation: style_stock-green_3TE 0.3s linear;
    -o-animation: style_stock-green_3TE 0.3s linear;
    animation: style_stock-green_3TE 0.3s linear;
}
.style_stock-bg-green-1_3-V {
    -webkit-animation: style_stock-green-1_301 0.3s linear;
    -o-animation: style_stock-green-1_301 0.3s linear;
    animation: style_stock-green-1_301 0.3s linear;
}
@-webkit-keyframes style_stock-red_Afy {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes style_stock-red_Afy {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes style_stock-red_Afy {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes style_stock-red-1_GBY {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes style_stock-red-1_GBY {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes style_stock-red-1_GBY {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(255, 58, 58, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes style_stock-green_3TE {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes style_stock-green_3TE {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes style_stock-green_3TE {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-webkit-keyframes style_stock-green-1_301 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@-o-keyframes style_stock-green-1_301 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
@keyframes style_stock-green-1_301 {
    0% {
        background: transparent;
    }
    50% {
        background: rgba(49, 196, 109, 0.3);
    }
    to {
        background: transparent;
    }
}
body,
html,
input,
textarea {
    margin: 0;
    padding: 0;
}
body,
html {
    font-family:
        Arial,
        PingFang SC,
        Roboto,
        Microsoft YaHei,
        Helvetica Neue,
        Helvetica,
        STHeitiSC-Light,
        sans-serif;
    box-sizing: border-box;
    height: 100%;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
body {
    background: none repeat scroll 0 0;
}
input {
    font-family:
        Arial,
        PingFang SC,
        Roboto,
        Microsoft YaHei,
        Helvetica Neue,
        Helvetica,
        STHeitiSC-Light,
        sans-serif;
}
body,
button,
input,
pre,
select,
textarea {
    font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
small {
    font-size: 12px;
}
ol,
ul {
    list-style: none outside none;
}
li {
    vertical-align: top;
}
select::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
a {
    color: #666;
    text-decoration: none;
    -webkit-user-select: none;
}
a:hover {
    cursor: pointer;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
legend {
    color: #000;
}
fieldset,
img {
    border: 0;
}
button,
input,
select,
textarea {
    font-size: 12px;
    vertical-align: middle;
    padding: 0;
    border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align: top;
    border: 0;
}
textarea {
    resize: none;
}
:focus {
    outline: 0 none;
}
.style_overflow_gIh {
    overflow: hidden;
}
.style_hide_1K- {
    display: none;
}
.style_disblock_1qk {
    display: block;
}
.style_inlineBlock_3Wt {
    display: inline-block;
}
.style_block_3y3 {
    display: block;
}
.style_inline_7rR {
    display: inline;
}
.style_error_2is {
    color: red;
    font-size: 12px;
}
button {
    cursor: pointer;
}
i {
    font-style: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
.style_no-select_yQd {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (max-width: 300px) {
    body,
    html {
        font-size: 8.33333px;
        -webkit-user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }
    .style_viewport_3bX {
        max-width: 300px;
    }
}
@media only screen and (max-width: 310px) and (min-width: 300px) {
    body,
    html {
        font-size: 8.33333px;
    }
    .style_viewport_3bX {
        max-width: 310px;
    }
}
@media only screen and (max-width: 320px) and (min-width: 310px) {
    body,
    html {
        font-size: 8.61111px;
    }
    .style_viewport_3bX {
        max-width: 320px;
    }
}
@media only screen and (max-width: 350px) and (min-width: 320px) {
    body,
    html {
        font-size: 8.88889px;
    }
    .style_viewport_3bX {
        max-width: 350px;
    }
}
@media only screen and (max-width: 360px) and (min-width: 350px) {
    body,
    html {
        font-size: 9.72222px;
    }
    .style_viewport_3bX {
        max-width: 360px;
    }
}
@media only screen and (max-width: 400px) and (min-width: 360px) {
    body,
    html {
        font-size: 10px;
    }
    .style_viewport_3bX {
        max-width: 400px;
    }
}
@media only screen and (max-width: 470px) and (min-width: 400px) {
    body,
    html {
        font-size: 11.11111px;
    }
    .style_viewport_3bX {
        max-width: 470px;
    }
}
@media only screen and (max-width: 480px) and (min-width: 470px) {
    body,
    html {
        font-size: 13.05556px;
    }
    .style_viewport_3bX {
        max-width: 480px;
    }
}
@media only screen and (max-width: 540px) and (min-width: 480px) {
    body,
    html {
        font-size: 13.33333px;
    }
    .style_viewport_3bX {
        max-width: 540px;
    }
}
@media only screen and (max-width: 560px) and (min-width: 540px) {
    body,
    html {
        font-size: 15px;
    }
    .style_viewport_3bX {
        max-width: 560px;
    }
}
@media only screen and (max-width: 570px) and (min-width: 560px) {
    body,
    html {
        font-size: 15.55556px;
    }
    .style_viewport_3bX {
        max-width: 570px;
    }
}
@media only screen and (max-width: 630px) and (min-width: 570px) {
    body,
    html {
        font-size: 15.83333px;
    }
    .style_viewport_3bX {
        max-width: 630px;
    }
}
@media only screen and (max-width: 630px) {
    blockquote,
    body,
    button,
    dd,
    dl,
    dt,
    fieldset,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    legend,
    li,
    ol,
    p,
    pre,
    td,
    th,
    ul {
        margin: 0;
        padding: 0;
        -webkit-user-select: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }
}
@media only screen and (min-width: 630px) {
    body,
    html {
        font-size: 17.5px;
    }
    blockquote,
    body,
    button,
    dd,
    dl,
    dt,
    fieldset,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    legend,
    li,
    ol,
    p,
    pre,
    td,
    th,
    ul {
        margin: 0;
        padding: 0;
    }
    .style_viewport_3bX {
        max-width: 640px;
    }
}
@media only screen and (min-width: 960px) {
    body,
    html {
        font-size: 20px;
    }
    blockquote,
    body,
    button,
    dd,
    dl,
    dt,
    fieldset,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    legend,
    li,
    ol,
    p,
    pre,
    td,
    th,
    ul {
        margin: 0;
        padding: 0;
    }
}
.style_Layout_1na {
    margin: 0 auto;
    height: 100%;
}
.style_page-wrapper_1TP {
    height: 100%;
}
html {
    font-size: 2.66667vw !important;
}
@font-face {
    font-family: DIN-Bold-web;
    src: url(/ugc/font/DIN-Bold.woff) format("woff");
}
@font-face {
    font-family: DIN-Medium-web;
    src: url(/ugc/font/DIN-Medium.woff) format("woff");
}
.style_DIN-Bold_3cs {
    font-family: DIN-Bold, DIN-Bold-web;
}
.style_DIN-Medium_2aA {
    font-family: DIN-Medium, DIN-Medium-web;
}
.style_container_1Pq .style_three-dot_YVz {
    width: 4rem !important;
}
.style_container_1Pq .style_dots_5dH {
    position: absolute !important;
    bottom: -3.2rem;
    width: 5.6rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.style_container_1Pq .style_dots_5dH li {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 4rem;
    background: #e5e8ee;
    background: var(--L010);
    margin-right: 0.5rem;
}
.style_container_1Pq .style_dots_5dH li.style_slick-active_3JM {
    opacity: 1;
    background: #0b7aff;
}
.style_container_1Pq .style_dots_5dH li:last-child {
    margin-right: 0;
}
.style_container_1Pq section h1 {
    white-space: normal;
}
.style_container_1Pq section img {
    max-width: 100%;
}
.style_container_1Pq section.style_one_23J {
    position: relative;
    width: 100%;
    height: 58rem;
    box-sizing: border-box;
    background: url(../../192d824ec416b3ad3fe0ff1e.png) no-repeat;
    background-size: cover;
}
.style_container_1Pq section.style_two_7Dw {
    padding: 1.6rem 1.2rem 1.2rem;
    text-align: center;
    overflow: hidden;
}
.style_container_1Pq section.style_two_7Dw .style_allItem_2Dx {
    width: 55.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}
.style_container_1Pq section.style_two_7Dw img {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0.8rem 0;
}
.style_container_1Pq section.style_two_7Dw p {
    color: #101423;
    color: var(--T010);
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
}
.style_container_1Pq section.style_two_7Dw .style_item_sEW {
    width: 10.4rem;
    height: 8.8rem;
}
.style_container_1Pq section.style_two_7Dw .style_slider-container_G2f {
    overflow-x: auto;
    position: relative;
    margin: 0 auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.style_container_1Pq
    section.style_two_7Dw
    .style_slider-container_G2f::-webkit-scrollbar {
    display: none;
}
.style_container_1Pq section.style_two_7Dw .style_slider-bar_HnG {
    margin: 0 auto;
    position: relative;
    bottom: 0;
    left: 0;
    width: 5.6rem;
    height: 0.3rem;
    background-color: #e5e8ee;
    background-color: var(--L010);
    cursor: pointer;
    overflow: hidden;
    border-radius: 0.2rem;
}
.style_container_1Pq section.style_two_7Dw .style_slider-bar-inner_2Zj {
    border-radius: 0.2rem;
    height: 0.3rem;
    background-color: #287dff;
    background-color: var(--Blu010);
    position: absolute;
    left: 0;
    width: 100%;
}
.style_container_1Pq section.style_three_1OE {
    padding: 0 1.6rem 6rem;
    background-color: #f4f6fa;
}
.style_container_1Pq section.style_three_1OE .style_commission-card_2S2 {
    color: #fff;
    color: var(--T060);
    height: 42.3rem;
    background: -webkit-linear-gradient(270.57deg, #0b7aff, #0d58ff 99.01%);
    background: -o-linear-gradient(270.57deg, #0b7aff 0, #0d58ff 99.01%);
    background: linear-gradient(179.43deg, #0b7aff, #0d58ff 99.01%);
    border-radius: 1.2rem;
    padding: 2.4rem 2rem;
    box-sizing: border-box;
    position: relative;
}
.style_container_1Pq section.style_three_1OE .style_commission-card_2S2 h3 {
    font-weight: 600;
    font-size: 2.4rem;
}
.style_container_1Pq section.style_three_1OE .style_commission-card_2S2 > p {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 0.8rem;
    opacity: 0.7;
}
.style_container_1Pq
    section.style_three_1OE
    .style_commission-card_2S2
    .style_text-box_1mJ {
    margin-top: 4rem;
    width: 30.3rem;
}
.style_container_1Pq
    section.style_three_1OE
    .style_commission-card_2S2
    .style_text-box_1mJ
    .style_text-item_3Sx {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.style_container_1Pq
    section.style_three_1OE
    .style_commission-card_2S2
    .style_text-box_1mJ
    .style_text-item_3Sx:last-child {
    border-bottom: none;
}
.style_container_1Pq
    section.style_three_1OE
    .style_commission-card_2S2
    .style_text-box_1mJ
    .style_text-item_3Sx
    h4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.2rem;
    margin: 2.4rem 0 1rem;
}
.style_container_1Pq
    section.style_three_1OE
    .style_commission-card_2S2
    .style_text-box_1mJ
    .style_text-item_3Sx
    .style_text_FN0 {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
    position: relative;
}
.style_container_1Pq
    section.style_three_1OE
    .style_commission-card_2S2
    .style_text-box_1mJ
    .style_text-item_3Sx
    .style_text_FN0
    i {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.686rem;
    font-family: DIN-Medium, DIN-Medium-web;
}
.style_container_1Pq section.style_three_1OE .style_market-card_3qa {
    padding: 2.4rem 2rem;
    background-color: #fff;
    background-color: var(--B020);
    border-radius: 1.2rem;
    margin-top: 1.2rem;
}
.style_container_1Pq section.style_three_1OE .style_market-card_3qa h3 {
    font-weight: 600;
    color: #101423;
    color: var(--T010);
    font-size: 2.4rem;
}
.style_container_1Pq section.style_three_1OE .style_market-card_3qa p {
    color: #797c86;
    color: var(--T020);
    size: 1.4rem;
    margin: 0.8rem 0 3.2rem;
}
.style_container_1Pq
    section.style_three_1OE
    .style_market-card_3qa
    .style_commission-box_1Vm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 16.8rem;
    min-width: 30.3rem;
}
.style_container_1Pq
    section.style_three_1OE
    .style_market-card_3qa
    .style_commission-box_1Vm
    > div:first-child,
.style_container_1Pq
    section.style_three_1OE
    .style_market-card_3qa
    .style_commission-box_1Vm
    > div:nth-child(3) {
    margin-right: 1.2rem;
}
.style_container_1Pq
    section.style_three_1OE
    .style_market-card_3qa
    .style_commission-box_1Vm
    .style_commission-content_3Mx {
    border: 1px solid #e5e8ee;
    border: 1px solid var(--L010);
    border-radius: 3.2rem;
    height: 4.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
}
.style_container_1Pq
    section.style_three_1OE
    .style_market-card_3qa
    .style_commission-box_1Vm
    .style_commission-content_3Mx
    img {
    width: 2.4rem;
    margin: 0 1.2rem 0 0.8rem;
}
.style_container_1Pq
    section.style_three_1OE
    .style_market-card_3qa
    .style_commission-box_1Vm
    .style_commission-content_3Mx
    .style_last-flag_203 {
    width: 4.2rem;
}
.style_container_1Pq
    section.style_three_1OE
    .style_market-card_3qa
    .style_commission-box_1Vm
    .style_commission-content_3Mx
    span {
    font-size: 1.4rem;
    margin-right: 1.4rem;
}
.style_container_1Pq section.style_three_1OE .style_extra-benefits-card_b-y {
    position: relative;
    padding: 2.4rem 2rem;
    border-radius: 1.6rem;
    background-color: #fff;
    background-color: var(--B020);
    margin-top: 1.2rem;
}
.style_container_1Pq section.style_three_1OE .style_extra-benefits-card_b-y h3 {
    font-size: 2.4rem;
    color: #101423;
    color: var(--T010);
    margin-bottom: 0.8rem;
}
.style_container_1Pq section.style_three_1OE .style_extra-benefits-card_b-y p {
    color: #797c86;
    color: var(--T020);
    font-size: 1.4rem;
    line-height: 2rem;
    position: relative;
}
.style_container_1Pq
    section.style_three_1OE
    .style_extra-benefits-card_b-y
    img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 11.2rem;
    border-bottom-right-radius: 1.6rem;
}
.style_container_1Pq section.style_three_1OE h1 {
    text-align: center;
    padding: 6rem 0 3.6rem;
    font-size: 2.8rem;
    color: #101423;
    color: var(--T010);
    white-space: normal;
    font-weight: 600;
}
.style_container_1Pq section.style_three_1OE .style_img-phone_23j {
    width: 8.3rem;
    height: 31.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 1.2rem;
}
.style_container_1Pq section.style_four_1gM .style_category-wrapper_2uc {
    padding-bottom: 8rem;
}
.style_container_1Pq
    section.style_four_1gM
    .style_category-wrapper_2uc
    .style_category-box_1Bz
    h2 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    color: #101423;
    color: var(--T010);
    margin-top: 6rem;
}
.style_container_1Pq
    section.style_four_1gM
    .style_category-wrapper_2uc
    .style_category-box_1Bz
    > p {
    padding: 0 2.3rem;
    text-align: center;
    font-size: 1.4rem;
    color: #101423;
    color: var(--T010);
    margin: 0.8rem 0 5.6rem;
}
.style_container_1Pq
    section.style_four_1gM
    .style_category-wrapper_2uc
    .style_category-box_1Bz
    .style_slick-wrapper_1xp
    p {
    color: #797c86;
    color: var(--T020);
    font-size: 1.4rem;
    padding: 0 2.4rem;
}
.style_container_1Pq
    section.style_four_1gM
    .style_category-wrapper_2uc
    .style_category-box_1Bz
    .style_slick-wrapper_1xp
    h3 {
    color: #101423;
    color: var(--T010);
    font-size: 2.4rem;
    margin: 3.6rem 0 1.2rem;
    padding: 0 2.4rem;
}
.style_container_1Pq
    section.style_four_1gM
    .style_category-wrapper_2uc
    .style_category-box_1Bz
    .style_slick-wrapper_1xp
    .style_slick-phone_1JB {
    width: 37.5rem;
}
.style_container_1Pq
    section.style_four_1gM
    .style_category-wrapper_2uc
    .style_category-box_1Bz
    .style_slick-wrapper_1xp
    .style_slick_3jI {
    position: relative;
    background: url(../../193246076208721e3fe7453b.png) no-repeat 50%;
    background-size: contain;
}
.style_container_1Pq
    section.style_four_1gM
    .style_category-wrapper_2uc
    .style_category-box_1Bz
    .style_lottie_1zl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.style_container_1Pq
    section.style_four_1gM
    .style_category-wrapper_2uc
    .style_category-box_1Bz
    .style_lottie1_1Ke {
    bottom: 5.7rem;
}
.style_container_1Pq
    section.style_four_1gM
    .style_category-wrapper_2uc
    .style_category-box_1Bz
    .style_lottie2_1z3 {
    bottom: 7.493rem;
}
.style_container_1Pq
    section.style_four_1gM
    .style_category-wrapper_2uc
    .style_category-box_1Bz
    .style_lottie3_ORP {
    right: 1.1rem;
    bottom: 6.042rem;
}
.style_container_1Pq
    section.style_four_1gM
    .style_category-wrapper_2uc
    .style_category-box_1Bz
    .style_lottie4_1eM {
    bottom: 4.8rem;
}
.style_container_1Pq section.style_five_rOG {
    background-color: #01040d;
    padding: 6rem 1.6rem 4.8rem;
}
.style_container_1Pq section.style_five_rOG h1 {
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
    color: var(--T060);
    margin-bottom: 3.6rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y {
    padding: 2.4rem 2rem 0;
    background-color: rgba(18, 21, 31, 0.9);
    opacity: 0.9;
    border-radius: 1.6rem;
    border: 1px solid #1c2338;
    margin-bottom: 1.2rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    i {
    font-family: DIN-Medium, DIN-Medium-web;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    .style_flex-box_LaH {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    .style_lazy1_1r- {
    width: 15rem;
    margin-bottom: 1.6rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    .style_lazy2_283 {
    width: 22rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    .style_lazy3_2Ez {
    width: 24rem;
    margin-bottom: 1.5rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    .style_lazy4_3f3 {
    width: 24rem;
    margin-bottom: 1.2rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    .style_lazy5_3DI {
    width: 22rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    .style_lazy6_3re {
    width: 24rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    .style_lazy7_1Lp {
    width: 30rem;
    margin-top: 2.4rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    h2 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    color: var(--T060);
    margin-bottom: 0.8rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    a {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #287dff;
    color: var(--Blu010);
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    a
    img {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.3rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    p {
    color: #797c86;
    color: var(--T020);
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
}
.style_container_1Pq
    section.style_five_rOG
    .style_intro-box_3c2
    .style_intro_Y_Y
    .style_intro7-p_2Qq {
    margin-bottom: 1.6rem;
}
.style_container_1Pq section.style_six_u5W {
    background-color: #f4f6fa;
    padding: 6rem 0 8rem;
}
.style_container_1Pq section.style_six_u5W h1 {
    color: #101423;
    color: var(--T010);
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 3.6rem;
}
.style_container_1Pq section.style_six_u5W .style_safty-card_zeK > div {
    margin: 0 1.6rem;
    background-color: #fff;
    background-color: var(--B020);
    border-radius: 1.6rem;
    padding: 4rem 2rem;
    box-sizing: border-box;
}
.style_container_1Pq section.style_six_u5W .style_safty-card_zeK h3 {
    font-size: 2.4rem;
    color: #101423;
    color: var(--T010);
    text-align: center;
    margin-top: 4rem;
}
.style_container_1Pq section.style_six_u5W .style_safty-card_zeK p {
    color: #797c86;
    color: var(--T020);
    font-size: 1.4rem;
    margin-top: 1.6rem;
    height: 6rem;
}
.style_container_1Pq section.style_six_u5W .style_safty-card_zeK img {
    width: 18rem;
    height: 18rem;
    margin: 0 6.15rem;
}
.style_container_1Pq section.style_seven_YH0 {
    padding: 6rem 0 8rem;
}
.style_container_1Pq section.style_seven_YH0 h1 {
    margin-bottom: 3.6rem;
    font-size: 2.8rem;
    text-align: center;
    color: #101423;
    color: var(--T010);
}
.style_container_1Pq section.style_seven_YH0 .style_language-card_3j2 > div {
    padding: 2.4rem 2rem 0;
    box-sizing: border-box;
    height: 44.7rem;
    margin: 0 auto;
}
.style_container_1Pq section.style_seven_YH0 .style_language-card_3j2 h2 {
    font-size: 2.4rem;
    color: #101423;
    color: var(--T010);
    font-weight: 600;
}
.style_container_1Pq section.style_seven_YH0 .style_language-card_3j2 p {
    font-size: 1.4rem;
    color: #797c86;
    color: var(--T020);
}
.style_container_1Pq section.style_seven_YH0 .style_language-bg1_1Qh {
    background: url(../../192fa61283275fa83fdba4c8.png) no-repeat;
    background-size: cover;
    position: relative;
    width: 34.3rem;
}
.style_container_1Pq section.style_seven_YH0 .style_language-bg2_1v5 {
    background: url(../../192fa7338937798b3fcf3f3a.png) no-repeat;
    background-size: cover;
    width: 34.3rem;
}
.style_container_1Pq section.style_seven_YH0 .style_language-bg2_1v5 i {
    font-family: DIN-Medium, DIN-Medium-web;
}
.style_container_1Pq section.style_seven_YH0 .style_language-bg3_2j5 {
    background: url(../../192fa7332f776eab3fc18ef2.png) no-repeat;
    background-size: cover;
    width: 34.3rem;
}
.style_container_1Pq section.style_seven_YH0 .style_language-bg4_2e2 {
    background: url(../../192fa73327476eaa3fdfd20f.png) no-repeat;
    background-size: cover;
    width: 34.3rem;
}
.style_container_1Pq .style_statement-dialog_1uL {
    position: fixed;
    border-radius: 0.5rem;
    background-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    left: 10%;
    z-index: 100000;
    box-sizing: border-box;
    overflow: scroll;
    padding: 1rem;
}
.style_container_1Pq .style_statement-dialog_1uL h1 {
    font-size: 1.6rem;
    color: #1860a9;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1rem;
}
.style_container_1Pq .style_statement-dialog_1uL p {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.4rem;
    padding: 0 1rem 0.5rem;
}
.style_container_1Pq .style_statement-dialog_1uL .style_button-group_9uB {
    padding-top: 1rem;
}
.style_container_1Pq
    .style_statement-dialog_1uL
    .style_button-group_9uB
    button {
    display: block;
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
    color: #fff;
    margin: 0 auto 0.75rem;
    background: #1860a9;
    border-radius: 0.2rem;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff
        url(data:image/gif;base64,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)
        50% no-repeat;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(data:application/vnd.ms-fontobject;base64,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);
    src:
        url(data:application/vnd.ms-fontobject;base64,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?#iefix)
            format("embedded-opentype"),
        url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF)
            format("woff"),
        url(data:font/ttf;base64,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)
            format("truetype"),
        url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+PGZvbnQtZmFjZSBmb250LWZhbWlseT0ic2xpY2siIHVuaXRzLXBlci1lbT0iNTEyIiBhc2NlbnQ9IjQ4MCIgZGVzY2VudD0iLTMyIi8+PGdseXBoIHVuaWNvZGU9IuKGkiIgZD0iTTI0MSAxMTNsMTMwIDEzMGM0IDQgNiA4IDYgMTNzLTIgOS02IDEzTDI0MSAzOTljLTMgMy03IDUtMTIgNXMtMTAtMi0xMy01bC0yOS0zMGMtNC0zLTYtNy02LTEyczItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzczItOSA2LTEybDI5LTMwYzMtMyA4LTUgMTMtNXM5IDIgMTIgNXptMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOXMtNzcgOS0xMTAgMjljLTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMHM5IDc3IDI5IDExMGMyMCAzNCA0NiA2MCA4MCA4MCAzMyAyMCA3MCAyOSAxMTAgMjlzNzctOSAxMTAtMjljMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPjxnbHlwaCB1bmljb2RlPSLihpAiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMnMtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTNzLTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1cy05LTItMTItNUwxNDEgMjY5Yy00LTQtNi04LTYtMTNzMi05IDYtMTNsMTMwLTEzMGMzLTMgNy01IDEyLTVzMTAgMiAxMyA1em0xNzkgMTQzYzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5cy03NyA5LTExMCAyOWMtMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwczkgNzcgMjkgMTEwYzIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOXM3Ny05IDExMC0yOWMzNC0yMCA2MC00NiA4MC04MCAyMC0zMyAyOS03MCAyOS0xMTB6Ii8+PGdseXBoIHVuaWNvZGU9IuKAoiIgZD0iTTQ3NSAyNTZjMC00MC05LTc3LTI5LTExMC0yMC0zNC00Ni02MC04MC04MC0zMy0yMC03MC0yOS0xMTAtMjlzLTc3IDktMTEwIDI5Yy0zNCAyMC02MCA0Ni04MCA4MC0yMCAzMy0yOSA3MC0yOSAxMTBzOSA3NyAyOSAxMTBjMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5czc3LTkgMTEwLTI5YzM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz48Z2x5cGggdW5pY29kZT0iYSIgZD0iTTQ3NSA0MzlWMzExYzAtNS0xLTktNS0xM3MtOC01LTEzLTVIMzI5Yy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01N3M0LTM5IDExLTU3YzgtMTggMTgtMzMgMzItNDYgMTMtMTQgMjgtMjQgNDYtMzIgMTgtNyAzNy0xMSA1Ny0xMSAyMyAwIDQ0IDUgNjQgMTUgMjAgOSAzOCAyMyA1MSA0MiAyIDEgNCAzIDcgM3M1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxN3MtNTEgMjctNzAgNDdjLTIwIDE5LTM1IDQzLTQ3IDcwcy0xNyA1NS0xNyA4NSA1IDU4IDE3IDg1IDI3IDUxIDQ3IDcwYzE5IDIwIDQzIDM1IDcwIDQ3czU1IDE3IDg1IDE3YzI4IDAgNTUtNSA4MS0xNSAyNi0xMSA1MC0yNiA3MC00NWwzNyAzN2M2IDYgMTIgNyAyMCA0IDgtNCAxMS05IDExLTE3eiIvPjwvZm9udD48L2RlZnM+PC9zdmc+#slick)
            format("svg");
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
