.adm-swiper{--height:auto;--width:100%;--border-radius:0;--track-padding:0;--slide-size:100%;--track-offset:0%;display:block;width:var(--width);height:var(--height);position:relative;border-radius:var(--border-radius);z-index:0;overflow:hidden}.adm-swiper-track{width:100%;height:100%;white-space:nowrap;padding:var(--track-padding)}.adm-swiper-track-allow-touch-move{cursor:-webkit-grab;cursor:grab}.adm-swiper-track-inner{width:100%;height:100%;overflow:visible;position:relative;display:flex;flex-wrap:nowrap}.adm-swiper-slide{position:relative;white-space:unset;flex:none}.adm-swiper-item,.adm-swiper-slide{width:100%;height:100%;display:block}.adm-swiper-item{white-space:normal}.adm-swiper-horizontal .adm-swiper-track-allow-touch-move{touch-action:pan-y}.adm-swiper-horizontal .adm-swiper-indicator{position:absolute;bottom:6px;left:50%;transform:translateX(-50%)}.adm-swiper-horizontal .adm-swiper-track{transform:translateX(var(--track-offset))}.adm-swiper-horizontal .adm-swiper-track-inner{flex-direction:row;width:var(--slide-size)}.adm-swiper-vertical .adm-swiper-track-allow-touch-move{touch-action:pan-x}.adm-swiper-vertical .adm-swiper-indicator{position:absolute;right:6px;top:50%;transform:translateY(-50%)}.adm-swiper-vertical .adm-swiper-track{transform:translateY(var(--track-offset))}.adm-swiper-vertical .adm-swiper-track-inner{flex-direction:column;height:var(--slide-size)}.adm-page-indicator{display:flex;width:auto;--dot-color:rgba(0,0,0,0.2);--active-dot-color:var(--adm-color-primary);--dot-size:3px;--active-dot-size:13px;--dot-border-radius:1px;--active-dot-border-radius:var(--dot-border-radius);--dot-spacing:3px}.adm-page-indicator-dot{display:block;width:var(--dot-size);height:var(--dot-size);border-radius:var(--dot-border-radius);background:var(--dot-color)}.adm-page-indicator-dot:last-child{margin-right:0}.adm-page-indicator-dot-active{border-radius:var(--active-dot-border-radius);background:var(--active-dot-color)}.adm-page-indicator-color-white{--active-dot-color:var(--adm-color-white)}.adm-page-indicator-horizontal{flex-direction:row}.adm-page-indicator-horizontal .adm-page-indicator-dot{margin-right:var(--dot-spacing)}.adm-page-indicator-horizontal .adm-page-indicator-dot-active{width:var(--active-dot-size)}.adm-page-indicator-vertical{flex-direction:column}.adm-page-indicator-vertical .adm-page-indicator-dot{margin-bottom:var(--dot-spacing)}.adm-page-indicator-vertical .adm-page-indicator-dot-active{height:var(--active-dot-size)}.adm-button{--color:var(--adm-color-white);--text-color:var(--adm-button-text-color,var(--adm-color-text));--background-color:var(--adm-button-background-color,var(--adm-color-white));--border-radius:var(--adm-button-border-radius,4px);--border-width:var(--adm-button-border-width,1px);--border-style:var(--adm-button-border-style,solid);--border-color:var(--adm-button-border-color,var(--adm-border-color));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:17px;line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity .15s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:#000;border:var(--border-width) var(--border-style) #000;border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color:transparent;--border-color:var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color:transparent;--border-width:0px}.adm-button:not(.adm-button-default){--text-color:var(--adm-color-white);--background-color:var(--color);--border-color:var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color:var(--color);--background-color:transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color:var(--color);--background-color:transparent;--border-width:0px}.adm-button-primary{--color:var(--adm-color-primary)}.adm-button-success{--color:var(--adm-color-success)}.adm-button-danger{--color:var(--adm-color-danger)}.adm-button-warning{--color:var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:13px}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:15px}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:18px}.adm-button.adm-button-shape-rounded{--border-radius:1000px}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:#fff;z-index:calc(var(--z-index) + 10)}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-dialog{--z-index:var(--adm-dialog-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-dialog .adm-dialog-mask{z-index:0}.adm-dialog-wrap{position:fixed;z-index:1;top:50%;left:50%;width:75vw;max-width:500px;transform:translate(-50%,-50%)}.adm-dialog-body{width:100%;max-height:70vh;font-size:14px;background-color:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.adm-dialog-body>*{flex:none}.adm-dialog-body>.adm-dialog-content{flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:20px}.adm-dialog-body .adm-dialog-image-container{margin-bottom:12px;max-height:40vh}.adm-dialog-body .adm-dialog-header{margin-bottom:8px;padding:0 12px}.adm-dialog-body .adm-dialog-title{margin-bottom:8px;padding:0 12px;font-weight:700;font-size:18px;line-height:25px;text-align:center}.adm-dialog-body .adm-dialog-content{padding:0 12px 20px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:15px;line-height:1.4;color:#333}.adm-dialog-body .adm-dialog-content-empty{padding:0;height:12px}.adm-dialog-body .adm-dialog-footer{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.adm-dialog-body .adm-dialog-footer .adm-dialog-action-row{display:flex;align-items:stretch;border-top:.5px solid var(--adm-border-color)}.adm-dialog-body .adm-dialog-footer .adm-dialog-action-row>*{flex:1 1}.adm-dialog-body .adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{padding:10px;font-size:18px;line-height:25px;border-radius:0;border-right:.5px solid var(--adm-border-color)}.adm-dialog-body .adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-body .adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-image{--width:var(--adm-image-width,auto);--height:var(--adm-image-height,auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{position:relative;background-color:#f3f3f3;height:100%;min-height:24px;min-width:24px}.adm-image-tip>.antd-mobile-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--adm-color-weak)}.nav_nav__fL7mg{height:60px;background-color:#000;display:flex;padding:0 20px;align-items:center;justify-content:space-between;position:fixed;top:0;width:100%;z-index:999}.nav_nav__fL7mg .nav_logo__t9Q2O{height:30px;width:86px}.nav_nav__fL7mg .nav_menu__gsDuR{height:19;width:27px}.nav_nav1__G8jxA{height:60px;background-color:#000;display:flex;padding:0 20px;align-items:center;justify-content:space-between;width:100vw;z-index:9999}.nav_item__hwE6o{height:50px;display:flex;align-items:center;justify-content:center;background-color:#131313}.nav_item__hwE6o .nav_font__g4y7V{font-size:15px;color:#d4def4}.nav_item__hwE6o .nav_click_font__9U2_Y{font-size:15px;color:#ffd788;text-decoration:underline}.nav_child__Q_lkc{height:80px;display:flex;flex-direction:column}.nav_child__Q_lkc .nav_font__g4y7V{font-size:13px;color:#d4def4}.nav_child__Q_lkc .nav_click_font__9U2_Y{font-size:13px;color:#ffd788;text-decoration:underline}.nav_ft__dQab8{height:70px;background-color:#000208;display:flex}.nav_ft__dQab8 .nav_btn_box___9idc{flex:1 1;display:flex;align-items:center;justify-content:center;font-size:17px;color:#fff}.nav_ft__dQab8 .nav_btn_box___9idc img{height:17px;width:17px}.home_home__bzUT9 .home_bg1__3feMo .home_banner__bo2f9{background-size:100% 100%;height:292px;display:flex;padding-top:37px;align-items:center;flex-direction:column}.home_home__bzUT9 .home_bg1__3feMo .home_banner__bo2f9 .home_font__VfD_1{font-size:35px;color:#fff}.home_home__bzUT9 .home_bg1__3feMo .home_banner__bo2f9 .home_btn__ZbYEB{height:45px;width:202px;border-radius:5px;background-color:#ffd788;color:#000;font-size:18px;line-height:0;border:none}.home_home__bzUT9 .home_bg1__3feMo .home_quote__BQdvr{height:50px;background-color:rgba(0,0,0,.5);display:flex;align-items:center;padding:0 20px}.home_home__bzUT9 .home_bg1__3feMo .home_quote__BQdvr .home_view__pNvY1{font-size:12px;color:#fff;flex:1 1;display:flex;align-items:center;justify-content:space-between}.home_home__bzUT9 .home_bg1__3feMo .home_quote__BQdvr .home_view__pNvY1 .home_btn__ZbYEB{height:19px;width:54px;border-radius:2px;background-color:#ffd788;color:#111;font-size:11px;line-height:0;border:none}.home_home__bzUT9 .home_bg2__HuXvW{display:flex;flex-direction:column;align-items:center;padding:50px 20px}.home_home__bzUT9 .home_bg2__HuXvW .home_title__Q9lyE{font-size:18px;font-weight:700;color:#fff}.home_home__bzUT9 .home_bg2__HuXvW .home_text__PXNQN{margin-top:13px;font-size:10px;text-align:center;color:rgba(255,255,255,.8)}.home_home__bzUT9 .home_bg2__HuXvW .home_more__Cn1e5{font-size:10px;color:#ffd788;margin-top:22px}.home_home__bzUT9 .home_bg3__RtnxQ{background-image:url(/img/home_bg3.png);height:93.5px;width:100vw;background-size:100% 100%}.home_home__bzUT9 .home_bg3__RtnxQ .home_img_box__iJ7aY{display:flex;align-items:center;margin-top:-20px;padding:0 20px;justify-content:space-between}.home_home__bzUT9 .home_bg3__RtnxQ .home_img_box__iJ7aY .home_img_view__DscII{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:10px}.home_home__bzUT9 .home_bg3__RtnxQ .home_img_box__iJ7aY .home_img_view__DscII .home_img___rFjF{width:19px}.home_home__bzUT9 .home_bg3__RtnxQ .home_img_box__iJ7aY .home_img_view__DscII .home_font__VfD_1{margin-top:10px}.home_home__bzUT9 .home_bg4__KQ_ER{display:flex;flex-direction:column;align-items:center}.home_home__bzUT9 .home_bg4__KQ_ER .home_title__Q9lyE{font-size:18px;font-weight:700;color:#fff;margin-top:20px}.home_home__bzUT9 .home_bg4__KQ_ER .home_img_view__DscII{margin-top:10px;border:1px solid #ffd788;display:flex;justify-content:space-between;padding:12px;align-items:center}.home_home__bzUT9 .home_bg4__KQ_ER .home_img_view__DscII .home_img_title__9KfV9{font-size:13px;font-weight:700;color:#ffd788}.home_home__bzUT9 .home_bg4__KQ_ER .home_img_view__DscII .home_text__PXNQN{width:243px;font-size:12px;color:#ffd788}.home_home__bzUT9 .home_bg4__KQ_ER .home_btn__ZbYEB{width:319px;height:45px;border-radius:5px;background-color:#ffd788;color:#000;line-height:0px;font-size:18px;border:none;margin-top:30px}.home_home__bzUT9 .home_bg4__KQ_ER .home_more__Cn1e5{font-size:10px;color:#ffd788;margin-top:18px}.home_home__bzUT9 .home_bg5__nM5od{padding:20px;font-size:12px;color:#fff}.home_home__bzUT9 .home_bg5__nM5od .home_text_box___B44r{text-align:center;display:flex;align-items:flex-end;flex:1 1;justify-content:center}.home_home__bzUT9 .home_bg5__nM5od span{font-size:22px;font-weight:700;color:#ffd788}.home_home__bzUT9 .home_bg6__mvGg3{background-image:url(/img/home_bg6.png);background-size:100% 100%;height:336px;width:100vw;margin-top:20px}.home_home__bzUT9 .home_bg6__mvGg3 .home_title_view__gLTck{display:flex;flex-direction:column;align-items:center;margin-bottom:17px}.home_home__bzUT9 .home_bg6__mvGg3 .home_title_view__gLTck .home_title__Q9lyE{font-size:20px;font-weight:700;color:#fff}.home_home__bzUT9 .home_bg6__mvGg3 .home_title_view__gLTck .home_more__Cn1e5{font-size:10px;color:#ffd788;margin-top:18px}.home_home__bzUT9 .home_bg7__JMpgl{display:flex;flex-direction:column;align-items:center}.home_home__bzUT9 .home_bg7__JMpgl .home_title__Q9lyE{font-size:20px;font-weight:700;color:#fff;margin-top:78px}.home_home__bzUT9 .home_bg7__JMpgl .home_text__PXNQN{margin-top:13px;font-size:12px;color:rgba(255,255,255,.8)}.home_home__bzUT9 .home_bg7__JMpgl .home_btn__ZbYEB{width:319px;height:45px;border-radius:5px;background-color:#ffd788;color:#000;line-height:0px;font-size:18px;border:none}.home_home__bzUT9 .home_bg7__JMpgl .home_btn1__swQaQ{width:319px;height:45px;border-radius:5px;background-color:transparent;color:#ffd788;line-height:0px;font-size:18px;border:1px solid #ffd788;margin-top:13px}.home_home__bzUT9 .home_bg8__4i0Tv{background-image:url(/img/home_bg8.png);margin-top:-40px;background-size:100% 100%;height:198px;display:flex;flex-direction:column;align-items:center;justify-content:center}.home_home__bzUT9 .home_bg8__4i0Tv .home_title__Q9lyE{font-size:20px;font-weight:700;color:#fff;margin-top:20px}.home_home__bzUT9 .home_bg8__4i0Tv .home_input_box__AxlxA{height:40px;border-radius:2px;background-color:#000;width:324px;margin-top:20px;display:flex;padding-left:16px;padding-right:5px;align-items:center}.home_home__bzUT9 .home_bg8__4i0Tv .home_input_box__AxlxA input{flex:1 1;color:#fff;font-size:13px;border:none;margin-left:10px;background-color:transparent}.home_home__bzUT9 .home_bg8__4i0Tv .home_input_box__AxlxA .home_btn__ZbYEB{height:30px;width:97px;border-radius:2px;background-color:#ffd788;color:#000;font-size:12px;border:none}.footer_footer__CKQ67{background-color:#000}.footer_footer__CKQ67 .footer_bg1__WwL_7{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer_footer__CKQ67 .footer_bg1__WwL_7 .footer_text_view__8Cfq9{display:flex;flex-direction:column}.footer_footer__CKQ67 .footer_bg1__WwL_7 .footer_text_view__8Cfq9 .footer_title1__N_F1R{font-size:16px;color:#fff}.footer_footer__CKQ67 .footer_bg1__WwL_7 .footer_text_view__8Cfq9 .footer_text1__DIjEz{font-size:14px;color:#686b79;margin-top:12px;cursor:pointer}.footer_footer__CKQ67 .footer_bg1__WwL_7 .footer_title__Q35DX{font-size:17px;color:#ecd2a0}.footer_footer__CKQ67 .footer_bg1__WwL_7 .footer_text_img__4bbMg{font-size:12px;color:#ecd2a0;display:flex;flex-direction:column;align-items:center}.footer_footer__CKQ67 .footer_bg2__8xnyG{margin-top:21px;height:114px}.footer_footer__CKQ67 .footer_bg2__8xnyG .footer_img_view__1jOfG{display:flex;justify-content:space-around}.footer_footer__CKQ67 .footer_bg2__8xnyG .footer_img_view__1jOfG .footer_text_img__4bbMg{font-size:12px;color:#565664;display:flex;flex-direction:column;align-items:center;margin-top:10px}.footer_footer__CKQ67 .footer_bg2__8xnyG .footer_img_view__1jOfG .footer_text_img__4bbMg div{margin-top:4px}.footer_footer__CKQ67 .footer_bg3__eoXxY{display:flex;flex-direction:column;align-items:center;justify-content:center;height:133px}