html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,footer,header,nav,section{display:block;}h1{font-size:2em;margin:0.67em 0;}figcaption,figure,main{display:block;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;-webkit-text-decoration-skip:objects;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:inherit;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}dfn{font-style:italic;}mark{background-color:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}audio,video{display:inline-block;}audio:not([controls]){display:none;height:0;}img{border-style:none;}svg:not(:root){overflow:hidden;}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button;}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.75em 0.625em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{display:inline-block;vertical-align:baseline;}textarea{overflow:auto;}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details,menu{display:block;}summary{display:list-item;}canvas{display:inline-block;}template{display:none;}[hidden]{display:none;}/*! * ui-dialog.css * Date:2014-07-03 * https://github.com/aui/artDialog * (c) 2009-2014 TangBin,http://www.planeArt.cn */ .art-popup{left:0;right:0;padding:0 10px;}.art-dialog{position:relative;background-color:#fff;border-radius:8px;overflow-y:visible;border:1px solid #fff;outline:0;background-clip:padding-box;font-size:14px;color:#333;opacity:0;width:100%;max-width:500px;margin:0 auto;padding-bottom:30px;}.art-popup-show .art-dialog{opacity:1;}.art-popup-show .art-dialog-content{background-color:transparent;}.art-popup-focus .art-dialog{box-shadow:0 0 8px rgba(0,0,0,0.1);}.art-dialog-grid{width:100%;margin:0;border:0 none;border-collapse:collapse;border-spacing:0;background:transparent;}.art-dialog-header,.art-dialog-body,.art-dialog-footer{padding:0;border:0 none;background:transparent;}.art-dialog-header{height:48px;text-align:left;white-space:nowrap;border-bottom:1px solid #e1e1e1;}.art-dialog-mini,.art-dialog-close{position:absolute;top:0;width:48px;height:48px;color:#969696;background:transparent;border:0;padding:0;cursor:pointer;}.art-dialog-mini .font,.art-dialog-close .font{font-size:20px;}.art-dialog-mini{display:none;right:48px;}.art-dialog-close{right:0;transition:all 0.5s;animation:all 0.5s;-webkit-animation:all 0.5s;}.art-dialog-close:hover{transform:rotate(180deg);-webkit-transform:rotate(180deg);}.art-dialog-title{margin:0;color:#3b3b3b;text-align:center;font-size:20px;padding:10px 15px;overflow:hidden;white-space:pre-wrap;text-overflow:ellipsis;cursor:default;}.art-dialog-body{text-align:center;}.art-dialog-content{display:inline-block;position:relative;vertical-align:middle;background-color:#fff;padding:15px;width:100%;box-sizing:border-box;text-align:center;word-break:break-word;}.art-dialog-content table{width:100%;text-align:left;}.art-dialog-content table td{padding:7px 0;}.art-dialog-content .picker__table{text-align:center;}.art-dialog-footer{text-align:center;}.art-dialog-statusbar{float:left;margin-right:20px;padding:6px 0;line-height:1.428571429;font-size:14px;color:#888;white-space:nowrap;}.art-dialog-statusbar label:hover{color:#333;}.art-dialog-statusbar input,.art-dialog-statusbar .label{vertical-align:middle;}.art-dialog-button{white-space:nowrap;}.art-dialog-footer button + button{margin-left:15px;}.art-dialog-footer button{width:165px;overflow:visible;display:inline-block;padding:8px 25px;margin-bottom:0;font-size:16px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.art-dialog-footer button:focus{outline:none;}.art-dialog-footer button:hover,.art-dialog-footer button:focus{color:#333333;text-decoration:none;}.art-dialog-footer button:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);}.art-dialog-footer button[disabled]{pointer-events:none;cursor:not-allowed;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}.art-dialog-footer button{color:#3b3b3b;background-color:#fcfcfc;border-color:#d5d5d5;}.art-dialog-footer button:hover,.art-dialog-footer button:focus,.art-dialog-footer button:active{color:#3b3b3b;background-color:#f7f7f7;border-color:#d5d5d5;}.art-dialog-footer button:active{background-image:none;}.art-dialog-footer button[disabled],.art-dialog-footer button[disabled]:hover,.art-dialog-footer button[disabled]:focus,.art-dialog-footer button[disabled]:active{background-color:#fff;border-color:#ccc;}.art-dialog-footer button.art-dialog-autofocus{color:#fff;background-color:#c5201e;border-color:#c5201e;}.art-dialog-footer button.art-dialog-autofocus:hover,.art-dialog-footer button.art-dialog-autofocus:focus,.art-dialog-footer button.art-dialog-autofocus:active{color:#fff;background-color:#c5201e;border-color:#c5201e;}.art-dialog-footer button.art-dialog-autofocus:active{background-image:none;}.art-popup-top-left .art-dialog,.art-popup-top .art-dialog,.art-popup-top-right .art-dialog{top:-8px;}.art-popup-bottom-left .art-dialog,.art-popup-bottom .art-dialog,.art-popup-bottom-right .art-dialog{top:8px;}.art-popup-left-top .art-dialog,.art-popup-left .art-dialog,.art-popup-left-bottom .art-dialog{left:-8px;}.art-popup-right-top .art-dialog,.art-popup-right .art-dialog,.art-popup-right-bottom .art-dialog{left:8px;}.art-dialog-arrow-a,.art-dialog-arrow-b{position:absolute;display:none;width:0;height:0;overflow:hidden;border:8px dashed transparent;}.art-popup-follow .art-dialog-arrow-a,.art-popup-follow .art-dialog-arrow-b{display:block;}.art-popup-top-left .art-dialog-arrow-a,.art-popup-top .art-dialog-arrow-a,.art-popup-top-right .art-dialog-arrow-a{bottom:-16px;border-top:8px solid #7c7c7c;}.art-popup-top-left .art-dialog-arrow-b,.art-popup-top .art-dialog-arrow-b,.art-popup-top-right .art-dialog-arrow-b{bottom:-15px;border-top:8px solid #fff;}.art-popup-top-left .art-dialog-arrow-a,.art-popup-top-left .art-dialog-arrow-b{left:15px;}.art-popup-top .art-dialog-arrow-a,.art-popup-top .art-dialog-arrow-b{left:50%;margin-left:-8px;}.art-popup-top-right .art-dialog-arrow-a,.art-popup-top-right .art-dialog-arrow-b{right:15px;}.art-popup-bottom-left .art-dialog-arrow-a,.art-popup-bottom .art-dialog-arrow-a,.art-popup-bottom-right .art-dialog-arrow-a{top:-16px;border-bottom:8px solid #7c7c7c;}.art-popup-bottom-left .art-dialog-arrow-b,.art-popup-bottom .art-dialog-arrow-b,.art-popup-bottom-right .art-dialog-arrow-b{top:-15px;border-bottom:8px solid #fff;}.art-popup-bottom-left .art-dialog-arrow-a,.art-popup-bottom-left .art-dialog-arrow-b{left:15px;}.art-popup-bottom .art-dialog-arrow-a,.art-popup-bottom .art-dialog-arrow-b{margin-left:-8px;left:50%;}.art-popup-bottom-right .art-dialog-arrow-a,.art-popup-bottom-right .art-dialog-arrow-b{right:15px;}.art-popup-left-top .art-dialog-arrow-a,.art-popup-left .art-dialog-arrow-a,.art-popup-left-bottom .art-dialog-arrow-a{right:-16px;border-left:8px solid #7c7c7c;}.art-popup-left-top .art-dialog-arrow-b,.art-popup-left .art-dialog-arrow-b,.art-popup-left-bottom .art-dialog-arrow-b{right:-15px;border-left:8px solid #fff;}.art-popup-left-top .art-dialog-arrow-a,.art-popup-left-top .art-dialog-arrow-b{top:15px;}.art-popup-left .art-dialog-arrow-a,.art-popup-left .art-dialog-arrow-b{margin-top:-8px;top:50%;}.art-popup-left-bottom .art-dialog-arrow-a,.art-popup-left-bottom .art-dialog-arrow-b{bottom:15px;}.art-popup-right-top .art-dialog-arrow-a,.art-popup-right .art-dialog-arrow-a,.art-popup-right-bottom .art-dialog-arrow-a{left:-16px;border-right:8px solid #7c7c7c;}.art-popup-right-top .art-dialog-arrow-b,.art-popup-right .art-dialog-arrow-b,.art-popup-right-bottom .art-dialog-arrow-b{left:-15px;border-right:8px solid #fff;}.art-popup-right-top .art-dialog-arrow-a,.art-popup-right-top .art-dialog-arrow-b{top:15px;}.art-popup-right .art-dialog-arrow-a,.art-popup-right .art-dialog-arrow-b{margin-top:-8px;top:50%;}.art-popup-right-bottom .art-dialog-arrow-a,.art-popup-right-bottom .art-dialog-arrow-b{bottom:15px;}.art-dialog-loading{position:relative;display:block;*zoom:1;*display:inline;overflow:hidden;width:32px;height:32px;top:50%;margin:-16px auto 0 auto;font-size:0;text-indent:-999em;color:#666;}.art-dialog-loading{width:100% \9 ;text-indent:0\9 ;line-height:32px\9 ;text-align:center\9 ;font-size:12px\9 ;}.art-dialog-loading::after{position:absolute;content:"";width:3px;height:3px;margin:14.5px 0 0 14.5px;border-radius:100%;box-shadow:0 -10px 0 1px #ccc,10px 0px #ccc,0 10px #ccc,-10px 0 #ccc,-7px -7px 0 0.5px #ccc,7px -7px 0 1.5px #ccc,7px 7px #ccc,-7px 7px #ccc;-webkit-transform:rotate(360deg);-webkit-animation:artDialogLoading 1.5s infinite linear;transform:rotate(360deg);animation:artDialogLoading 1.5s infinite linear;display:none\9 ;}@-webkit-keyframes artDialogLoading{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);}}@keyframes artDialogLoading{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@media only screen and (max-width:1100px){.global-resp .art-dialog-title{font-size:18px;}.global-resp .art-dialog-content{padding:10px;}.global-resp .art-dialog-close .font{font-size:18px;}.global-resp .art-dialog-footer button{width:134px;}}.fl{float:left;}.fr{float:right;}.hide{display:none;}.hider{display:none !important;}.show{display:block;}.relative{position:relative;}.absolute{position:absolute;}.text-left{text-align:left;}.text-right{text-align:right;}.text-center{text-align:center;}.vertical-top{vertical-align:top;}.pointer{cursor:pointer;}.clear{clear:both;}.clearfix{zoom:1;}.clearfix::after,.clearfix::before{content:"";display:table;}.clearfix::after{clear:both;}.m-show,.m-two-td-show{display:none;}.pc-hide{display:none;}@font-face{font-family:"mainfont";src:url("../../common/font/main.woff?t=1614136619490") format("woff"),url("../../common/font/main.ttf?t=1614136619490") format("truetype"),url("../../common/font/main.svg?t=1614136619490#mainfont") format("svg");}.font{font:normal normal normal 14px/1 "mainfont";display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.font-sport-xinbao:before{content:"\e6a7";}.font-game-qklxypk:before{content:"\e6a6";}.font-buyu-pm:before{content:"\e655";}.font-lottery-pm:before{content:"\e656";}.font-video-pm:before{content:"\e674";}.font-egame-pm:before{content:"\e6a4";}.font-sport-pm:before{content:"\e6a5";}.font-sa:before{content:"\e649";}.font-fish-ob:before{content:"\e641";}.font-egame-ds:before{content:"\e63e";}.font-game-qklpk:before{content:"\e633";}.font-egame-pg:before{content:"\e631";}.font-egame-rtg:before{content:"\e62e";}.font-follow-us:before{content:"\e62b";}.font-egame-ob:before{content:"\e62c";}.font-egame-cg:before{content:"\e602";}.font-baochuangbuyu:before{content:"\e7e1";}.font-telegram:before{content:"\e7e2";}.font-viber:before{content:"\e7e3";}.font-zoom-out:before{content:"\e7e4";}.font-ae-casino:before{content:"\e630";}.font-a-dragonmaster:before{content:"\e7e5";}.font-a-fishingdisco:before{content:"\e7e6";}.font-game1:before{content:"\e7e7";}.font-hot-game:before{content:"\e7e8";}.font-sport-super:before{content:"\e7e9";}.font-chess-gr:before{content:"\e7ea";}.font-video-dg:before{content:"\e7eb";}.font-live:before{content:"\e623";}.font-egame-allwin:before{content:"\e624";}.font-egame-bng:before{content:"\e625";}.font-lottery-ob:before{content:"\e626";}.font-lottery-xinbao:before{content:"\e627";}.font-sport-ob:before{content:"\e628";}.font-video-ob:before{content:"\e629";}.font-video-quanli:before{content:"\e62a";}.font-alipay:before{content:"\e62f";}.font-play-circle:before{content:"\e632";}.font-angle-up:before{content:"\e634";}.font-budget-money:before{content:"\e635";}.font-cellphone:before{content:"\e636";}.font-cellphone-fill:before{content:"\e637";}.font-check:before{content:"\e638";}.font-code:before{content:"\e639";}.font-earth:before{content:"\e63a";}.font-explorer:before{content:"\e63b";}.font-finance:before{content:"\e63c";}.font-finance-o:before{content:"\e63d";}.font-lock:before{content:"\e63f";}.font-logout:before{content:"\e640";}.font-member:before{content:"\e642";}.font-menu:before{content:"\e643";}.font-mobile:before{content:"\e644";}.font-mobile-fill:before{content:"\e645";}.font-monitor:before{content:"\e646";}.font-phone:before{content:"\e647";}.font-play:before{content:"\e648";}.font-record:before{content:"\e64a";}.font-record-money:before{content:"\e64b";}.font-record-o:before{content:"\e64c";}.font-rmb:before{content:"\e64d";}.font-safe-money:before{content:"\e64e";}.font-secure:before{content:"\e64f";}.font-service:before{content:"\e650";}.font-service-lady:before{content:"\e651";}.font-share:before{content:"\e653";}.font-share-ios:before{content:"\e654";}.font-user-add:before{content:"\e657";}.font-user-fill:before{content:"\e658";}.font-user-reg:before{content:"\e659";}.font-warn:before{content:"\e65a";}.font-wechat:before{content:"\e65b";}.font-wechat-circle:before{content:"\e65c";}.font-angle-circle-down:before{content:"\e65d";}.font-angle-left:before{content:"\e65e";}.font-angle-circle-right:before{content:"\e65f";}.font-angle-down:before{content:"\e660";}.font-angle-circle-left:before{content:"\e661";}.font-angle-circle-up:before{content:"\e662";}.font-angle-right:before{content:"\e663";}.font-card:before{content:"\e664";}.font-budget-hand:before{content:"\e665";}.font-eye-off:before{content:"\e666";}.font-close:before{content:"\e667";}.font-eye-on:before{content:"\e668";}.font-home:before{content:"\e669";}.font-idea:before{content:"\e66b";}.font-game:before{content:"\e66c";}.font-question:before{content:"\e66d";}.font-register:before{content:"\e66e";}.font-service-circle:before{content:"\e66f";}.font-user-man:before{content:"\e670";}.font-user-circle:before{content:"\e671";}.font-user-block:before{content:"\e672";}.font-volume:before{content:"\e673";}.font-qq:before{content:"\e67d";}.font-award:before{content:"\e67f";}.font-home-o:before{content:"\e678";}.font-promotion:before{content:"\e74b";}.font-handshake:before{content:"\e74d";}.font-credit:before{content:"\e674";}.font-jdb:before{content:"\e751";}.font-ag:before{content:"\e752";}.font-sport:before{content:"\e753";}.font-fruit:before{content:"\e754";}.font-lottery:before{content:"\e755";}.font-keno:before{content:"\e756";}.font-maya-fish:before{content:"\e757";}.font-mg:before{content:"\e758";}.font-laba:before{content:"\e759";}.font-vmaya:before{content:"\e75a";}.font-maya:before{content:"\e75b";}.font-protect:before{content:"\e601";}.font-gaopin:before{content:"\e75c";}.font-imsports:before{content:"\e75f";}.font-rtg-slots:before{content:"\e760";}.font-digital-o:before{content:"\e761";}.font-game-o:before{content:"\e762";}.font-ag-video-o:before{content:"\e763";}.font-sport-o:before{content:"\e764";}.font-fuit-o:before{content:"\e765";}.font-gm-o:before{content:"\e766";}.font-gaopin-o:before{content:"\e767";}.font-hb:before{content:"\e768";}.font-jdb-o:before{content:"\e769";}.font-imsports-o:before{content:"\e76a";}.font-gm:before{content:"\e76b";}.font-keno-o:before{content:"\e76d";}.font-lottery-o:before{content:"\e76e";}.font-laba-o:before{content:"\e76f";}.font-maya-fish-o:before{content:"\e770";}.font-mg-o:before{content:"\e771";}.font-maya-o:before{content:"\e772";}.font-skype:before{content:"\e773";}.font-rtg-slots-o:before{content:"\e774";}.font-maya-video-o:before{content:"\e775";}.font-hb-o:before{content:"\e76c";}.font-my-chess:before{content:"\e776";}.font-my-chess-o:before{content:"\e777";}.font-digital:before{content:"\e778";}.font-gold-o:before{content:"\e613";}.font-home-o1:before{content:"\e614";}.font-phone-o:before{content:"\e615";}.font-gift-o:before{content:"\e616";}.font-ag1:before{content:"\e618";}.font-ag-o:before{content:"\e619";}.font-beijingsaiche:before{content:"\e606";}.font-chongqingshishicai:before{content:"\e607";}.font-liuhecai:before{content:"\e608";}.font-jisuliuhe:before{content:"\e609";}.font-jisusaiche:before{content:"\e60a";}.font-shengdicai:before{content:"\e60b";}.font-shiyixuanwu:before{content:"\e60c";}.font-xingyunfeiting:before{content:"\e60d";}.font-kuaileshifen:before{content:"\e60e";}.font-xingyunnongchang:before{content:"\e60f";}.font-shifenliuhe:before{content:"\e610";}.font-jisushishicai:before{content:"\e611";}.font-nw:before{content:"\e779";}.font-huanlesaima:before{content:"\e77a";}.font-trend:before{content:"\e77b";}.font-taiguocai-o:before{content:"\e77d";}.font-taiguocai:before{content:"\e77e";}.font-bank:before{content:"\e66a";}.font-bank-o:before{content:"\e675";}.font-clock:before{content:"\e676";}.font-check-circle:before{content:"\e677";}.font-delete:before{content:"\e679";}.font-edit:before{content:"\e67a";}.font-exit-fill:before{content:"\e67b";}.font-exit:before{content:"\e67c";}.font-last-page:before{content:"\e67e";}.font-first-page:before{content:"\e680";}.font-list:before{content:"\e681";}.font-home-fill:before{content:"\e682";}.font-log:before{content:"\e683";}.font-log-o:before{content:"\e684";}.font-mail-o:before{content:"\e685";}.font-mail:before{content:"\e686";}.font-message:before{content:"\e687";}.font-message-o:before{content:"\e688";}.font-next:before{content:"\e689";}.font-order:before{content:"\e68a";}.font-lock-square:before{content:"\e68b";}.font-plus:before{content:"\e68c";}.font-previous:before{content:"\e68d";}.font-refresh:before{content:"\e68e";}.font-scan:before{content:"\e68f";}.font-search:before{content:"\e690";}.font-transfer:before{content:"\e691";}.font-user:before{content:"\e692";}.font-transfer-o:before{content:"\e693";}.font-user-o:before{content:"\e694";}.font-wallet:before{content:"\e695";}.font-warn-fill:before{content:"\e697";}.font-trend-o:before{content:"\e77c";}.font-angle-left-fill:before{content:"\e612";}.font-angle-right-fill:before{content:"\e617";}.font-lock-o:before{content:"\e61b";}.font-wulongbuyu:before{content:"\e795";}.font-qianpaobuyu:before{content:"\e796";}.font-longwangbuyu2-o:before{content:"\e797";}.font-leyuanbuyu:before{content:"\e798";}.font-longwangbuyu-o:before{content:"\e799";}.font-qianpaobuyu-o:before{content:"\e79a";}.font-longwangbuyu2:before{content:"\e79b";}.font-caishenbuyu-o:before{content:"\e79c";}.font-buyuyilufa-o:before{content:"\e79d";}.font-buyuyilufa:before{content:"\e79e";}.font-caishenbuyu:before{content:"\e79f";}.font-leyuanbuyu-o:before{content:"\e7a0";}.font-longwangbuyu:before{content:"\e7a1";}.font-wulongbuyu-o:before{content:"\e7a2";}.font-game-gamatron:before{content:"\e7a3";}.font-game-bigbabob:before{content:"\e7a4";}.font-tokyokombat:before{content:"\e7a5";}.font-tokyokombat-o:before{content:"\e7a6";}.font-game-bigbabob-o:before{content:"\e7a7";}.font-nw-o:before{content:"\e7a8";}.font-game-gamatron-o:before{content:"\e7a9";}.font-bbin:before{content:"\e7aa";}.font-bbin-o:before{content:"\e7ab";}.font-fruit-o:before{content:"\e7ac";}.font-qukuailiansaima:before{content:"\e7ad";}.font-buyudashi:before{content:"\e7ae";}.font-fuguiyuchang:before{content:"\e7af";}.font-buyudaren2:before{content:"\e7b0";}.font-buyudaren:before{content:"\e7b1";}.font-dongjing:before{content:"\e7b2";}.font-jingsu:before{content:"\e7b3";}.font-aozhou:before{content:"\e7b4";}.font-mianfeishiwan:before{content:"\e7b5";}.font-jianada:before{content:"\e7b6";}.font-sinuodaike:before{content:"\e7b7";}.font-mayashixun:before{content:"\e7b9";}.font-qianbaoguanli:before{content:"\e652";}.font-beijingkuaile8:before{content:"\e696";}.font-qukuailianjisudafuweng:before{content:"\e698";}.font-qukuailianjisuletou:before{content:"\e699";}.font-qukuailianxingyunqiu:before{content:"\e69a";}.font-qukuailianletou:before{content:"\e69b";}.font-yoplayegame:before{content:"\e61a";}.font-xinegame:before{content:"\e61c";}.font-shelongmen:before{content:"\e604";}.font-qukuailiansaiquan:before{content:"\e605";}.font-qukuailianshishicai:before{content:"\e61e";}.font-qukuailianjingdiantizi:before{content:"\e61f";}.font-qukuailianjingdianshelongmen:before{content:"\e620";}.font-qukuailiantizi:before{content:"\e61d";}.font-plus-thin:before{content:"\e69c";}.font-qkl-huanlesaima:before{content:"\e621";}.font-xbb:before{content:"\e7ba";}.font-line:before{content:"\e7bb";}.font-transfer-money:before{content:"\e7bd";}.font-vn:before{content:"\e7be";}.font-douji:before{content:"\e7bf";}.font-wm:before{content:"\e62d";}.font-hot:before{content:"\e69d";}.font-hot-longwangbuyu:before{content:"\e69e";}.font-hot-maya:before{content:"\e69f";}.font-hot-my-chess:before{content:"\e6a0";}.font-hot-sport:before{content:"\e6a1";}.font-hot-lottery:before{content:"\e6a2";}.font-hot-ag:before{content:"\e6a3";}.font-allbet:before{content:"\e803";}.font-sbo:before{content:"\e804";}.font-cmd:before{content:"\e805";}.font-zalo:before{content:"\e7de";}.font-hot1:before{content:"\e622";}.font-fachai:before{content:"\e7df";}.font-dashengbuyu:before{content:"\e7e0";}.font-egame-ds:before{content:"\e63e";}.font-sa:before{content:"\e649";}.font-lottery-pm:before{content:"\e656";}.font-buyu-pm:before{content:"\e655";}.font-video-pm:before{content:"\e674";}.font-egame-pm:before{content:"\e6a4";}.font-sport-pm:before{content:"\e6a5";}.font-kf-leststalk:before{content:"\e6a8";}.font-access:before{content:"\e6ab";}.font-room-maid:before{content:"\e6a9";}.font-back:before{content:"\e6aa";}.form-list .item{position:relative;margin-bottom:15px;}.form-list .item .text{display:none;}.form-list .item button{font-size:18px;width:100%;height:47px;display:flex;justify-content:center;align-items:center;gap:5px;}.form-list .item .input,.form-list .item .select{height:47px;width:100%;font-size:14px;border:1px solid hsl(230,7%,82%);border-radius:3px;box-sizing:border-box;}.form-list .item .input{padding:0 10px 0 40px;}.form-list .item .textarea{width:100%;padding:8px;box-sizing:border-box;border:1px solid hsl(230,7%,82%);border-radius:3px;}.form-list .item .select{padding:0 10px;background-color:#fff;}.form-list .item .checkbox{width:20px;margin-right:5px;position:relative;display:inline-block;}.form-list .item .checkbox input{visibility:hidden;}.form-list .item .checkbox input:checked + label:after{opacity:1;}.form-list .item .checkbox label{position:absolute;width:18px;height:18px;border-radius:3px;top:0;left:0;background:none;border:1px solid #a5a5a5;cursor:pointer;}.form-list .item .checkbox label:after{opacity:0;content:"";position:absolute;width:8px;height:4px;background:transparent;top:4px;left:4px;border:2px solid #424242;border-top:none;border-right:none;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}.form-list .item .n-invalid{border-color:#ff3737;}.form-list .item-icon{position:absolute;width:40px;top:14px;text-align:center;}.form-list .item-icon .font{color:#c9c9c9;font-size:20px;}.form-list .item-inline{text-align:left;}.form-list .item-handle{overflow:hidden;margin-left:-10px;margin-right:-10px;}.form-list .item-handle .col{width:50%;padding:0 10px;}.form-list .item-switch{margin-bottom:0;text-align:left;}.form-list .col{float:left;box-sizing:border-box;}.form-list .mobile{height:47px;}.form-list .mobile .code{width:35%;float:left;padding-right:10px;box-sizing:border-box;}.form-list .mobile .phone{width:65%;float:left;}.form-list .mobile .phone .input{padding-left:10px;}.form-list .validcode{height:47px;}.form-list .validcode .code{width:65%;float:left;padding-right:10px;box-sizing:border-box;}.form-list .validcode .send{width:35%;float:left;}.form-list .validcode .btn-resend{background-color:#3b3b3b;color:#fff;text-align:center;width:100%;height:47px;line-height:47px;border-radius:3px;vertical-align:middle;display:inline-block;position:relative;}.form-list .validcode .btn-resend .code-time{color:#ffbe00;}.form-list .validcode .btn-resend-get{cursor:pointer;color:#3b3b3b;background-color:#ffbe00;}.form-list .validcode .btn-resend-get-font{display:block;}.form-list .checkcode{position:absolute;top:1px;right:1px;cursor:pointer;}.form-list .checkcode img{height:45px;}.form-list .openpwd{position:absolute;width:40px;height:45px;line-height:45px;top:3px;right:0;cursor:pointer;}.form-list .openpwd .font{color:#c9c9c9;font-size:20px;}.form-list .open .font:before{content:"\e668";}.form-list .switch-verify{display:inline-block;cursor:pointer;outline:none;color:#3d76e9;padding:5px 20px 10px 0;}.form-list .remember{display:flex;align-items:center;justify-content:space-between;}.form-list .remember .switch-verify{padding-right:0;padding-left:10px;}.form-list.login .item .text,.form-list.reg .item .text{color:#be0d14;margin-bottom:8px;font-size:16px;display:flex;justify-content:space-between;align-items:center;}.form-list.login .item .text .n-right .msg-wrap,.form-list.reg .item .text .n-right .msg-wrap{top:-7px;right:0;}.form-list.login .item .text .n-right .n-icon,.form-list.reg .item .text .n-right .n-icon{display:none;}.form-list.login .item .item-icon,.form-list.reg .item .item-icon{display:none;}.form-list.login .item .input,.form-list.reg .item .input{border:1px solid #ddd6cc;padding-left:10px;}.form-list.login .item .openpwd,.form-list.reg .item .openpwd{top:36px;}.form-list.login .item .checkcode,.form-list.reg .item .checkcode{top:33px;right:0px;}.form-list.login .item .checkcode img,.form-list.reg .item .checkcode img{height:46px;}.form-list.login .mobile,.form-list.reg .mobile{height:auto !important;}.form-list.login .mobile .code,.form-list.reg .mobile .code{width:14%;padding-right:0;}.form-list.login .mobile .code .input,.form-list.reg .mobile .code .input{border-right:none;}.form-list.login .mobile .phone,.form-list.reg .mobile .phone{width:86%;}.form-list.login .mobile .phone .input,.form-list.reg .mobile .phone .input{border-left:none;}.form-list.login .validcode,.form-list.reg .validcode{height:auto !important;}/*! nice Validator 0.7.3 * (c) 2012-2014 Jony Zhang <zj86@live.cn>,MIT Licensed * http://niceue.com/validator/ */ .n-inline-block,.nice-validator input,.nice-validator select,.nice-validator textarea,.msg-wrap,.n-icon,.n-msg{display:inline-block;*display:inline;*zoom:1;}.msg-box{position:relative;*zoom:1;}.msg-wrap{position:relative;white-space:nowrap;}.msg-wrap,.n-icon,.n-msg{vertical-align:top;}.n-arrow{position:absolute;overflow:hidden;}.n-arrow b,.n-arrow i{position:absolute;left:0;top:0;border:0;margin:0;padding:0;overflow:hidden;font-weight:400;font-style:normal;font-size:12px;font-family:serif;line-height:14px;_line-height:15px;}.n-arrow i{text-shadow:none;}.n-icon{width:16px;height:16px;overflow:hidden;background-repeat:no-repeat;}.n-msg{display:inline-block;line-height:15px;margin-left:2px;*margin-top:-1px;_margin-top:0;font-size:12px;font-family:simsun;}.n-error{color:#ff3737;}.n-ok{color:#390;}.n-tip,.n-loading{color:#808080;}.n-error .n-icon{background-position:0 0;}.n-ok .n-icon{background-position:-16px 0;}.n-tip .n-icon{background-position:-32px 0;}.n-loading .n-icon{background:url("../img/validator/loading.gif?v=20230228") 0 center no-repeat !important;}.n-top,.n-right,.n-bottom,.n-left{display:inline-block;line-height:0;vertical-align:top;outline:0;}.n-top .n-arrow,.n-bottom .n-arrow{height:6px;width:12px;left:8px;}.n-left .n-arrow,.n-right .n-arrow{width:6px;height:12px;top:6px;}.n-top{vertical-align:top;}.n-top .msg-wrap{margin-bottom:6px;}.n-top .n-arrow{bottom:-6px;}.n-top .n-arrow b{top:-6px;}.n-top .n-arrow i{top:-7px;}.n-bottom{vertical-align:bottom;}.n-bottom .msg-wrap{margin-top:6px;}.n-bottom .n-arrow{top:-6px;}.n-bottom .n-arrow b{top:-1px;}.n-bottom .n-arrow i{top:0;}.n-left .msg-wrap{right:100%;margin-right:6px;}.n-left .n-arrow{right:-6px;}.n-left .n-arrow b{left:-6px;}.n-left .n-arrow i{left:-7px;}.n-right .msg-wrap{margin-left:6px;}.n-right .n-arrow{left:-6px;}.n-right .n-arrow b{left:1px;}.n-right .n-arrow i{left:2px;}.n-default .n-left,.n-default .n-right{margin-top:5px;}.n-default .n-top .msg-wrap{bottom:100%;}.n-default .n-bottom .msg-wrap{top:100%;}.n-default .msg-wrap{position:absolute;z-index:1;}.n-default .msg-wrap .n-icon{background-image:url("../img/validator/validator_default.png?v=20230228");}.n-default .n-tip .n-icon{display:none;}.n-simple .msg-wrap{position:absolute;z-index:1;}.n-simple .msg-wrap .n-icon{background-image:url("../img/validator/validator_simple.png?v=20230228");}.n-simple .n-top .msg-wrap{bottom:100%;}.n-simple .n-bottom .msg-wrap{top:100%;}.n-simple .n-left,.n-simple .n-right{margin-top:5px;}.n-simple .n-bottom .msg-wrap{margin-top:3px;}.n-simple .n-tip .n-icon{display:none;}.n-yellow .msg-wrap{position:absolute;z-index:1;padding:4px 6px;font-size:12px;border:1px solid transparent;background-color:#fffcef;border-color:#ffbb76;color:#db7c22;box-shadow:0 1px 3px #ccc;border-radius:2px;}.n-yellow .msg-wrap .n-arrow b{color:#ffbb76;text-shadow:0 0 2px #ccc;}.n-yellow .msg-wrap .n-arrow i{color:#fffcef;}.n-yellow .msg-wrap .n-icon{background-image:url("../img/validator/validator_simple.png?v=20230228");}.n-yellow .n-top .msg-wrap{bottom:100%;}.n-yellow .n-bottom .msg-wrap{top:100%;}.n-yellow .n-tip,.n-yellow .n-ok,.n-yellow .n-loading{background-color:#f8fdff;border-color:#ddd;color:#333;box-shadow:0 1px 3px #ccc;}.n-yellow .n-tip .n-arrow b,.n-yellow .n-ok .n-arrow b,.n-yellow .n-loading .n-arrow b{color:#ddd;text-shadow:0 0 2px #ccc;}.n-yellow .n-tip .n-arrow i,.n-yellow .n-ok .n-arrow i,.n-yellow .n-loading .n-arrow i{color:#f8fdff;}.n-yellow .n-tip .n-icon{display:none;}/*! * fullPage 3.0.4 * https://github.com/alvarotrigo/fullPage.js * * @license GPLv3 for open source use only * or Fullpage Commercial License for commercial use * http://alvarotrigo.com/fullPage/pricing/ * * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo */ html.fp-enabled,.fp-enabled body{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.fp-slide{float:left;}.fp-slide,.fp-slidesContainer{height:100%;display:block;}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%;}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%;}.fp-slidesContainer{float:left;position:relative;}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent;}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff;}.fp-scrollable{overflow:hidden;position:relative;}.fp-scroller{overflow:hidden;}.iScrollIndicator{border:0 !important;}.fp-notransition{-webkit-transition:none !important;transition:none !important;}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0,0,0);}#fp-nav.fp-right{right:17px;}#fp-nav.fp-left{left:17px;}.fp-slidesNav{position:absolute;z-index:4;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0 !important;right:0;margin:0 auto !important;}.fp-slidesNav.fp-bottom{bottom:17px;}.fp-slidesNav.fp-top{top:17px;}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0;}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative;}.fp-slidesNav ul li{display:inline-block;}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none;}#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%;}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0px 0px -5px;}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer;}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active + .fp-tooltip{-webkit-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in;width:auto;opacity:1;}#fp-nav ul li .fp-tooltip.fp-right{right:20px;}#fp-nav ul li .fp-tooltip.fp-left{left:20px;}.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell{height:auto !important;}.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell{height:auto !important;}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.icon{background-repeat:no-repeat;overflow:hidden;border:none;background:url("../img/agent/icon.png?v=1563936073571");display:inline-block;vertical-align:middle;font-style:normal;}.logos-ag{background-position:-111px -63px;width:81px;height:26px;}.logos-alipay{background-position:0px -95px;width:73px;height:26px;}.logos-maya{background-position:0px -64px;width:105px;height:27px;}.logos-mg{background-position:0px -33px;width:107px;height:27px;}.logos-oneworks{background-position:-111px 0px;width:100px;height:26px;}.logos-pay{background-position:0px 0px;width:107px;height:29px;}.logos-upay{background-position:-111px -30px;width:85px;height:29px;}.logos-visa{background-position:-77px -95px;width:57px;height:20px;}.humane,.humane-libnotify{position:fixed;-moz-transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;z-index:100000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}.humane,.humane-libnotify{font-family:Ubuntu,Arial,sans-serif;text-align:center;font-size:15px;top:10px;right:10px;opacity:0;width:230px;color:#fff;padding:10px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAANElEQVQYlWNgYGB4ysTAwMDAxMjICCUQXDQWAwMDAxMTExMedcRyB6d5CAMQ5hGrjSrmAQBQdgIXlosSTwAAAABJRU5ErkJggg==");background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0.9)),color-stop(1,rgba(50,50,50,0.9))) no-repeat;background:-moz-linear-gradient(top,rgba(0,0,0,0.9) 0%,rgba(50,50,50,0.9) 100%) no-repeat;background:-webkit-linear-gradient(top,rgba(0,0,0,0.9) 0%,rgba(50,50,50,0.9) 100%) no-repeat;background:-ms-linear-gradient(top,rgba(0,0,0,0.9) 0%,rgba(50,50,50,0.9) 100%) no-repeat;background:-o-linear-gradient(top,rgba(0,0,0,0.9) 0%,rgba(50,50,50,0.9) 100%) no-repeat;background:linear-gradient(top,rgba(0,0,0,0.9) 0%,rgba(50,50,50,0.9) 100%) no-repeat;*background-color:#000;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 4px 4px -4px #000;box-shadow:0 4px 4px -4px #000;-moz-transform:translateY(-40px);-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px);}.humane{top:45%;left:50%;margin-left:-125px;}.humane p,.humane-libnotify p,.humane ul,.humane-libnotify ul{margin:0;padding:0;}.humane ul,.humane-libnotify ul{list-style:none;}.humane.humane-libnotify-info,.humane-libnotify.humane-libnotify-info{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAAMUlEQVQYlWNgYDB6ysTAwMDAxMDACCcYUFkMDEwMDEwMBNVhkxg65jGhmke6M6hgHgBSdgHnpZwADwAAAABJRU5ErkJggg==");background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,50,0.9)),color-stop(1,rgba(0,0,100,0.9))) no-repeat;background:-moz-linear-gradient(top,rgba(0,0,50,0.9) 0%,rgba(0,0,100,0.9) 100%) no-repeat;background:-webkit-linear-gradient(top,rgba(0,0,50,0.9) 0%,rgba(0,0,100,0.9) 100%) no-repeat;background:-ms-linear-gradient(top,rgba(0,0,50,0.9) 0%,rgba(0,0,100,0.9) 100%) no-repeat;background:-o-linear-gradient(top,rgba(0,0,50,0.9) 0%,rgba(0,0,100,0.9) 100%) no-repeat;background:linear-gradient(top,rgba(0,0,50,0.9) 0%,rgba(0,0,100,0.9) 100%) no-repeat;*background-color:#030;}.humane.humane-libnotify-success,.humane-libnotify.humane-libnotify-success{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAAMUlEQVQYlWNgMGJ4ysTAwMDAxMAIJxhQWQwMDEwMTKgS2NRhkxg65jGhmke6M6hhHgBS2QHn2LzhygAAAABJRU5ErkJggg==");background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,50,0,0.9)),color-stop(1,rgba(0,100,0,0.9))) no-repeat;background:-moz-linear-gradient(top,rgba(0,50,0,0.9) 0%,rgba(0,100,0,0.9) 100%) no-repeat;background:-webkit-linear-gradient(top,rgba(0,50,0,0.9) 0%,rgba(0,100,0,0.9) 100%) no-repeat;background:-ms-linear-gradient(top,rgba(0,50,0,0.9) 0%,rgba(0,100,0,0.9) 100%) no-repeat;background:-o-linear-gradient(top,rgba(0,50,0,0.9) 0%,rgba(0,100,0,0.9) 100%) no-repeat;background:linear-gradient(top,rgba(0,50,0,0.9) 0%,rgba(0,100,0,0.9) 100%) no-repeat;*background-color:#030;}.humane.humane-libnotify-error,.humane-libnotify.humane-libnotify-error{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAPklEQVQokWMwYmB4ysTAwMCATjASFsOmBBvBRJ7x+O0g0wCS7CDTH/RwH7X9MVDuwyaG032D2M2UeIYO7gMAqt8C19Bn7+YAAAAASUVORK5CYII=");background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(50,0,0,0.9)),color-stop(1,rgba(100,0,0,0.9))) no-repeat;background:-moz-linear-gradient(top,rgba(50,0,0,0.9) 0%,rgba(100,0,0,0.9) 100%) no-repeat;background:-webkit-linear-gradient(top,rgba(50,0,0,0.9) 0%,rgba(100,0,0,0.9) 100%) no-repeat;background:-ms-linear-gradient(top,rgba(50,0,0,0.9) 0%,rgba(100,0,0,0.9) 100%) no-repeat;background:-o-linear-gradient(top,rgba(50,0,0,0.9) 0%,rgba(100,0,0,0.9) 100%) no-repeat;background:linear-gradient(top,rgba(50,0,0,0.9) 0%,rgba(100,0,0,0.9) 100%) no-repeat;*background-color:#300;}.humane.humane-animate,.humane-libnotify.humane-libnotify-animate{opacity:1;-moz-transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}.humane.humane-animate,.humane-libnotify.humane-libnotify-js-animate{opacity:1;-moz-transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}ul,p,h3{margin:0;padding:0;}li{list-style:none;}a{text-decoration:none;}::-webkit-input-placeholder{color:#6e6046;}:-moz-placeholder{color:#6e6046;}::-moz-placeholder{color:#6e6046;}:-ms-input-placeholder{color:#6e6046;}body{font-size:12px;}.wrapper{width:1500px;margin:0 auto;}.humane{top:45%;left:50%;margin-left:-125px;}.service-content{z-index:1;position:fixed;top:325px;right:85px;width:99px;height:229px;text-align:center;color:#fdeea8;background:url("../img/agent/register-icon.png?20230228") no-repeat center center;background-size:cover;cursor:pointer;}.service-content .register-float{width:100%;height:124px;}.service-content .services{width:100%;height:44px;padding-top:50px;}.service-content .font{color:#fff6ba;}.service-content h3{font-size:25px;padding-top:56px;}.service-content p{font-size:17px;font-weight:bold;margin-top:3px;}.m-service-content{display:none;position:relative;box-sizing:border-box;width:100%;height:40px;padding:2px;background:linear-gradient(to top,#7e5413,#bd9642);background-clip:padding-box;border:2px solid transparent;align-items:center;}.m-service-content::after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;z-index:-1;content:"";background:linear-gradient(to top,#e0b94d,#f8ebbb);}.m-service-content .icon-arrow{display:inline-block;position:absolute;margin:2px;width:4px;height:4px;background:url("../img/agent/m-icon-arrow.png?20230228") no-repeat left center;}.m-service-content .arrow-top-left{top:0;left:0;}.m-service-content .arrow-top-right{top:0;right:0;transform:rotate(90deg);-webkit-transform:rotate(90deg);}.m-service-content .arrow-bottom-left{left:0;bottom:0;transform:rotate(270deg);-webkit-transform:rotate(270deg);}.m-service-content .arrow-bottom-right{right:0;bottom:0;transform:rotate(180deg);-webkit-transform:rotate(180deg);}.m-service-content .register-float{width:50%;height:100%;display:inline-flex;justify-content:center;align-items:center;}.m-service-content .register-float .register-icon{display:inline-block;width:18px;height:20px;background:url("../img/agent/icon-zcdl.png?20230228") no-repeat center center;background-size:contain;margin-right:8px;}.m-service-content .register-float h3,.m-service-content .register-float p{color:#fdeea8;font-size:12px;font-weight:bold;}.m-service-content .m-line{width:2px;height:24px;opacity:0.3;background-color:#ecd385;}.m-service-content .services{width:50%;height:100%;display:inline-flex;justify-content:center;align-items:center;}.m-service-content .services .services-icon{display:inline-block;width:18px;height:20px;background:url("../img/agent/icon-lxkf.png?20230228") no-repeat center center;background-size:contain;margin-right:8px;}.m-service-content .services p{color:#fdeea8;font-size:12px;font-weight:bold;}.header{z-index:1;position:relative;height:92px;line-height:92px;background:rgba(12,8,5,0.8);border-bottom:1px solid rgba(80,62,49,0.48);color:#ecd5a2;}.header .logo{float:left;height:40px;margin-top:27px;padding-right:20px;padding-left:20px;border-right:1px solid #3c3c3c;vertical-align:middle;}.header .logo img{height:100%;vertical-align:10px;}.header .title{padding-left:20px;font-size:28px;}.header .nav-list-btn{display:none;}.mobile-menu{display:none;}.banner{margin-top:-92px;width:100%;height:742px;background:url("../img/agent/banner.jpg?20230228") no-repeat center;text-align:center;}.banner .banner-content{display:flex;flex-direction:column;padding-top:135px;align-items:center;width:100%;height:100%;}.banner h3{letter-spacing:10px;font-size:100px;margin:20px 0;color:#fefedc;background-image:-webkit-linear-gradient(bottom,#fbd58b,#fefedc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.banner h5{letter-spacing:15px;margin:0;font-size:50px;color:#fefedc;background-image:-webkit-linear-gradient(bottom,#fefedc,#fbd58b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.banner p{letter-spacing:5px;font-size:30px;color:#fefedc;}.menu-wrap{float:right;}.menu-wrap button{position:relative;border:0;padding:0;background-color:transparent;}.menu-wrap button .font{margin-top:10px;margin-right:10px;color:#9e875a;font-size:24px;}.pc-menu{float:right;}.pc-menu.hide{display:block;}.menu-list{display:block;clear:both;}.menu-list li{float:left;margin-right:18px;}.menu-list li:last-child:after{content:"";}.menu-list li.recommend-btn:after{content:"";}.menu-list li:after{content:"/";margin-left:20px;font-size:22px;color:#513d28;}.menu-list li.active a,.menu-list li:hover a{color:rgba(255,206,100,0.9);}.menu-list a{font-size:18px;color:#ecd5a2;cursor:pointer;}.menu-list a img{vertical-align:middle;}.content-box{position:relative;padding-bottom:80px;background:#191007;}.content-box .content-bg{position:absolute;top:0;width:223px;height:2293px;}.content-box .left-bg{left:0;background:url("../img/agent/left-bg.png?20230228") no-repeat left top;}.content-box .right-bg{right:0;background:url("../img/agent/right-bg.png?20230228") no-repeat left top;}.content-box .content .title{margin:0 auto;width:540px;height:130px;text-align:center;}.content-box .content .title p{display:inline-block;width:185px;line-height:130px;font-weight:bold;font-size:40px;}.content-box .content .title .title-bg{width:173px;height:130px;}.content-box .content .title .title-left-bg{float:left;background:url("../img/agent/title-bg.png?20230228") no-repeat left center;}.content-box .content .title .title-right-bg{float:right;background:url("../img/agent/title-bg.png?20230228") no-repeat right center;transform:rotate(180deg);-webkit-transform:rotate(180deg);}.content-box .content .content-list{position:relative;padding-top:42px;height:560px;background:#1f1409;border:1px solid #8d7236;}.content-box .content .content-list .icon-arrow{display:inline-block;position:absolute;margin:4px;width:9px;height:9px;background:url("../img/agent/icon-arrow.png?20230228") no-repeat left center;}.content-box .content .content-list .arrow-top-left{top:0;left:0;}.content-box .content .content-list .arrow-top-right{top:0;right:0;transform:rotate(90deg);-webkit-transform:rotate(90deg);}.content-box .content .content-list .arrow-bottom-left{left:0;bottom:0;transform:rotate(270deg);-webkit-transform:rotate(270deg);}.content-box .content .content-list .arrow-bottom-right{right:0;bottom:0;transform:rotate(180deg);-webkit-transform:rotate(180deg);}.content-box .content .content-list .icon-diamond{display:inline-block;margin-left:10px;margin-right:10px;width:10px;height:10px;-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-o-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background:transparent;border:1px solid #685935;vertical-align:middle;}.content-box .content .content-list .opacity{background:transparent;}.content-box .content .content-list hr{height:1px;border:0;}.content-box .content .content-list hr.short{width:32px;background:#efc15d;text-align:left;}.content-box .content .content-list hr.long{margin:20px 0;width:100%;background:rgba(59,43,26,0.5);}.content-box .content .content-list p{font-size:16px;color:#ecd5a2;line-height:30px;}.content-box .content .content-list span{color:#efc15d;}.content-box .content .title-common{color:#efc15d;background-image:-webkit-linear-gradient(bottom,#efc15d,#fbd58b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.content-box .bonus-content .icon-money{position:absolute;left:0;bottom:0;width:560px;height:340px;background:url("../img/agent/money-bg.png?20230228") no-repeat left bottom;}.content-box .bonus-content .bonus-title{font-size:40px;}.content-box .bonus-content .bonus-line{position:absolute;width:18px;height:25px;}.content-box .bonus-content .bonus-left{float:left;position:relative;z-index:1;width:36%;padding-top:1.5%;padding-left:70px;}.content-box .bonus-content .bonus-right{float:right;width:56%;margin-right:2.5%;}.content-box .bonus-content .bonus-right .list{height:100%;display:flex;}.content-box .bonus-content .bonus-right .col{float:left;width:50%;padding:0 37px;box-sizing:border-box;}.content-box .bonus-content .bonus-right .item{position:relative;height:498px;border:1px solid #efc15d;text-align:center;overflow:hidden;background:#24190c;}.content-box .bonus-content .bonus-right .item h3{font-size:32px;font-weight:bold;color:#efc15d;margin-top:210px;margin-bottom:5px;}.content-box .bonus-content .bonus-right .item hr{margin:5px auto 15px;}.content-box .bonus-content .bonus-right .item p{font-size:16px;width:175px;margin:0 auto;}.content-box .bonus-content .bonus-right .item p.big{font-size:80px;font-weight:bold;line-height:inherit;}.content-box .bonus-content .bonus-right .item p.big span{font-size:40px;}.content-box .bonus-content .bonus-right .item:hover .agent-left,.content-box .bonus-content .bonus-right .item:hover .agent-right{width:321px;height:477px;animation:flipIn 0.5s;-webkit-animation:flipIn 0.5s;}.content-box .bonus-content .bonus-right .item .sunny-bg{position:absolute;top:-45px;left:17px;width:315px;height:315px;background:url("../img/agent/sunny-bg.png?20230228") no-repeat center center;}.content-box .bonus-content .bonus-right .item .icon-font{position:absolute;top:45px;left:110px;width:140px;height:140px;}.content-box .bonus-content .bonus-right .item .icon-agent{background:url("../img/agent/icon-agent.png?20230228") no-repeat center center;}.content-box .bonus-content .bonus-right .item .icon-code-washing{background:url("../img/agent/icon-code-washing.png?20230228") no-repeat center center;}.content-box .bonus-content .bonus-right .tips{margin-top:15px;text-align:center;font-size:16px;color:#7a6c4d;}.content-box .bonus-content .bonus-right .agent-left{left:10px;top:10px;border-left:1px solid #c19c5c;border-top:1px solid #c19c5c;}.content-box .bonus-content .bonus-right .agent-right{right:10px;bottom:10px;border-right:1px solid #c19c5c;border-bottom:1px solid #c19c5c;}.content-box .bonus-content .video{width:100%;}.content-box .bonus-content .video video{width:100%;}.content-box .bonus-content hr{margin:20px 0;}.content-box .bonus-settlement .title-common,.content-box .bonus-payment .title-common{font-size:26px;font-weight:bold;}.content-box .bonus-settlement .bonus-right,.content-box .bonus-payment .bonus-right{margin-top:25px;text-align:center;}.content-box .bonus-settlement .bonus-right hr,.content-box .bonus-payment .bonus-right hr{margin:10px auto;}.content-box .bonus-settlement table,.content-box .bonus-payment table{width:100%;margin-top:10px;border-spacing:0;text-align:center;color:#ecd5a2;font-size:18px;border-left:1px solid #45351b;border-bottom:1px solid #45351b;}.content-box .bonus-settlement table th,.content-box .bonus-settlement table td,.content-box .bonus-payment table th,.content-box .bonus-payment table td{border-top:1px solid #45351b;border-right:1px solid #45351b;}.content-box .bonus-settlement table th,.content-box .bonus-payment table th{height:42px;font-weight:normal;background:#45351b;}.content-box .bonus-settlement table tr,.content-box .bonus-payment table tr{height:40px;background:#24190c;}.content-box .bonus-settlement table tr:last-child td,.content-box .bonus-payment table tr:last-child td{padding:10px 0px;line-height:20px;}.content-box .bonus-settlement table tr:last-child td strong,.content-box .bonus-payment table tr:last-child td strong{font-size:16px;}.content-box .bonus-settlement span.text-red,.content-box .bonus-payment span.text-red{color:#ff3333;}.content-box .bonus-payment .bonus-right .item{position:relative;padding:0 10%;height:460px;overflow:inherit;}.content-box .bonus-payment .bonus-right .item span{font-size:30px;}.content-box .bonus-payment .bonus-right .item span.small{font-size:20px;font-weight:normal;}.content-box .bonus-payment .bonus-right .item span:last-child{font-weight:bold;}.content-box .bonus-payment .bonus-right hr.long{margin:20px auto;height:0;border:1px dashed rgba(59,43,26,0.5);background:transparent;}.content-box .bonus-payment .bonus-right .col:last-child hr.long{margin:5px auto;}.content-box .bonus-payment .bonus-right .col:last-child .pay-title{margin:0 auto;}.content-box .bonus-payment .icon-member{display:inline-block;width:33px;height:33px;background:url("../img/agent/icon-member.png?20230228") no-repeat center center;vertical-align:middle;}.content-box .bonus-payment .pay-title{position:relative;top:-10px;margin:0 auto 15px;width:257px;height:76px;line-height:65px;font-size:28px;font-weight:bold;background:url("../img/agent/border-title.png?20230228") no-repeat center center;}.content-box .bonus-payment .pay-title .font{font-size:36px;vertical-align:middle;}.content-box .bonus-settlement .content-list{height:606px;}.content-box .bonus-settlement .bonus-right{margin-top:0;width:53%;}.content-box .bonus-settlement .bonus-right .title-common{margin-bottom:20px;}.content-box .bonus-settlement .bonus-right .tips{margin-top:25px;color:#ecd5a2;font-size:15px;text-align:left;line-height:25px;}.content-box .bonus-settlement .bonus-right .tips em{color:#827561;font-style:normal;}.content-box .bonus-settlement .bonus-right .tips em span{margin-right:3px;line-height:20px;vertical-align:middle;}.content-box .bonus-settlement table tr td{line-height:30px;height:78px;}.content-box .bonus-settlement table tr:last-child td{height:35px;line-height:35px;}.agreement-banner{position:relative;height:365px;background:url("../img/agent/agreement-banner.jpg?20230228") no-repeat center;}.agreement-banner .agreement-text{font-size:75px;color:#fefedc;position:absolute;letter-spacing:15px;left:50%;top:163px;background-image:-webkit-linear-gradient(bottom,#fbd58b,#fefedc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.agreement-content{background:#191007;}.agreement-content .agreement-txt{position:relative;top:-30px;padding:50px 95px;border-top:2px solid #efc15d;background:#1f1409;}.agreement-content .agreement-txt .title-icon{margin:10px auto;width:85px;height:85px;line-height:85px;font-size:36px;text-align:center;background:url("../img/agent/agreement-title.png?20230228") no-repeat center center;}.agreement-content .agreement-txt .title-icon span{color:#efc15d;font-weight:bold;font-family:Arial;background-image:-webkit-gradient(linear,0 0,0 bottom,from(#fbd58b),to(#efc15d));-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.agreement-content .agreement-txt hr.small{margin:10px auto;width:40px;height:1px;border:0;background:#ecd5a2;}.agreement-content .agreement-txt hr.long{margin:40px 0;width:100%;height:1px;border:0;background:#372819;}.agreement-content .agreement-txt p{font-size:16px;color:#a09171;line-height:28px;margin-bottom:15px;}.agreement-content .agreement-txt p.title{color:#ecd5a2;font-size:26px;text-align:center;}.register-main{position:relative;margin-top:-92px;height:930px;background:url("../img/agent/register-bg.jpg?20230228") no-repeat center top;}.register-main .wrapper{position:relative;height:100%;}.register-main .content{float:left;}.register-main .register-people{position:absolute;bottom:0;width:410px;height:820px;background:url("../img/agent/register-people.png?20230228") no-repeat center center;background-size:100%;}.register-main .register-content,.register-main .register-detail{position:absolute;right:0;height:820px;width:1100px;background:rgba(9,4,3,0.93);}.register-main .register-content{bottom:25px;}.register-main .register-detail{top:120px;padding:50px 75px;height:680px;width:950px;}.register-main .register-detail .title{font-size:34px;height:60px;margin:10px 0 25px;font-weight:bold;color:#efc15d;background-image:-webkit-linear-gradient(bottom,#efc15d,#fbd58b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;border-bottom:1px solid rgba(59,43,26,0.5);}.register-main .register-detail .detail-list{margin:20px 0;font-size:18px;}.register-main .register-detail .detail-list p{line-height:30px;color:#efc15d;}.register-main .register-detail .detail-list a{cursor:pointer;margin:20px 0 30px;display:inline-block;width:200px;height:50px;line-height:50px;background:-webkit-linear-gradient(#efc15d,#fbd58b);text-align:center;color:#000;border-radius:3px;}.register-main .register-detail .detail-tips h3{font-size:22px;height:40px;color:#efc15d;border-bottom:1px solid rgba(59,43,26,0.5);}.register-main .register-detail .detail-tips p{margin-top:20px;font-size:18px;color:#9e8f72;line-height:30px;}.register-main .register-detail .detail-tips span{color:#dbb055;}.register-main .register-detail .detail-tips span.text-red{color:#ff3333;}.register-main .register-detail .detail-tips span.qq-text{display:none;}.register-main .step-title{position:relative;margin:25px auto 15px;width:75%;height:82px;text-align:center;}.register-main .step-title .step{float:left;position:relative;width:33.33%;font-size:18px;color:#a09171;line-height:40px;}.register-main .step-title .step span{display:block;margin:0 auto;width:42px;height:42px;line-height:42px;border-radius:21px;background:#524637;color:#a09171;font-size:24px;font-family:Arial;}.register-main .step-title .step-current,.register-main .step-title .step-done{color:#dbb055;}.register-main .step-title .step-current span,.register-main .step-title .step-done span{background:#dbb055;color:#000;}.register-main .step-title .step-current .step-line,.register-main .step-title .step-done .step-line{border-top:1px solid #dbb055;}.register-main .step-title .step-line{width:47%;top:22px;left:-24%;border-top:1px solid #524637;position:absolute;}.register-main .register-tips{float:right;padding-left:3%;padding-right:2%;width:35%;height:100%;background:rgba(3,1,1,0.93);text-align:left;}.register-main .register-tips .agentlink{cursor:pointer;}.register-main .register-tips p{margin-bottom:20px;font-size:15px;color:#9e8f72;line-height:28px;}.register-main .register-tips p span{color:#efc15d;}.register-main .register-tips p span.text-red{color:#ff3333;}.register-main .register-tips p span.qq-text{display:none;}.register-main .register-tips p.title{margin-top:105px;font-size:20px;font-weight:bold;color:#ecd5a2;}.register-form{float:left;padding:30px 5% 0;width:50%;}.register-form .title{color:#f0c260;font-size:34px;font-weight:bold;text-align:center;}.register-form .title .font{margin-right:5px;font-size:45px;vertical-align:middle;}.register-form .form-list-big{width:100%;box-sizing:border-box;}.register-form .form-list-big .suggest{position:relative;}.register-form .form-list-big .suggest-list{display:none;position:absolute;left:0;width:100%;z-index:2;}.register-form .form-list-big .suggest-list li{font-size:12px;line-height:18px;padding:8px 6px;cursor:pointer;text-align:left;height:inherit;color:#6e6046;background:#251b10;}.register-form .form-list-big .suggest-list li:hover{background:#efc15d;color:#000;}.register-form .form-list-big .strength-item{float:left;background:#524637;width:62px;height:18px;line-height:18px;margin-top:10px;_margin-top:0px;margin-right:5px;_height:2px;font-size:0px;}.register-form .form-list-big .strength-item .strength-word{float:left;width:62px;text-align:center;color:#a09171;font-size:12px;}.register-form .form-list-big .strength-item .strength-select{float:left;background:#694c26;width:62px;height:18px;line-height:18px;margin-top:10px;margin-right:5px;_margin-top:0px;_height:2px;font-size:0px;}.register-form .form-list-big .strength-item1.strength-select .strength-word{color:#ecd5a2;}.register-form .form-list-big .strength-item2.strength-select{background:#b9934d;}.register-form .form-list-big .strength-item2.strength-select .strength-word{color:#0d0704;}.register-form .form-list-big .strength-item3.strength-select{background:#f3c76b;}.register-form .form-list-big .strength-item3.strength-select .strength-word{color:#0d0704;}.register-form .form-list-big .checkcode{position:absolute;top:2px;right:2px;cursor:pointer;}.register-form .form-list-big .item{color:#fff;margin-bottom:20px;}.register-form .form-list-big .item a{color:#12b1db;}.register-form .form-list-big .item.mobile{min-height:52px;}.register-form .form-list-big .item .code .input-container,.register-form .form-list-big .item .phone .input-container{width:100%;}.register-form .form-list-big .item .code{width:23%;float:left;padding-right:10px;box-sizing:border-box;}.register-form .form-list-big .item .code input{width:100%;}.register-form .form-list-big .item .phone{width:55%;float:left;}.register-form .form-list-big .item .phone input{width:100%;}.register-form .form-list-big .item .name{color:#ecd5a2;font-size:16px;width:120px;text-align:right;float:left;margin-top:17px;}.register-form .form-list-big .item .input-container{position:relative;display:inline-block;width:430px;display:flex;}.register-form .form-list-big .item .checkbox{width:20px;margin-right:5px;position:relative;display:inline-block;}.register-form .form-list-big .item .input,.register-form .form-list-big .item .select,.register-form .form-list-big .item .textarea{background:#251b10;border:1px solid #251b10;height:50px;line-height:50px;margin-top:0;padding:0 10px;color:#ecd5a2;width:408px;font-size:16px;}.register-form .form-list-big .item .textarea{height:100px;line-height:24px;}.register-form .form-list-big .item .select{width:429px;}.register-form .form-list-big .item .checkbox label{border-color:#a4bedd;}.register-form .form-list-big .item .checkbox label::after{border-color:#a4bedd;}.register-form .form-list-big .item .n-invalid{border-color:#c33;}.register-form .form-list-big .item .font{color:#b9bac0;}.register-form .form-list-big .item-handle{padding-left:120px;margin-top:10px;}.register-form .form-list-big .item-handle .col{width:50%;padding-right:10px;float:left;box-sizing:border-box;}.register-form .form-list-big .item-handle .col:last-child{padding-right:0;}.register-form .form-list-big .item-handle .btn{font-size:18px;width:100%;height:47px;color:#000;cursor:pointer;}.register-form .form-list-big .item-handle .btn:focus{outline:none;}.register-form .form-list-big .item-handle .btn.btn-primary,.register-form .form-list-big .item-handle .btn.btn-lg{border:none;background:#efc15d;background:linear-gradient(to bottom,#fbd58b,#efc15d);}.register-form .form-list-big .item-handle .btn.btn-default{color:#efc15d;border:1px solid #efc15d;background:none;}.register-form .form-list-big .item-handle .btn.btn-lg{display:inline-block;margin-top:65px;width:190px;line-height:47px;text-align:center;}.register-form .form-list-big .success .item-handle{text-align:center;padding-left:0;}.register-form .form-list-big .success .success-result{text-align:center;}.register-form .form-list-big .success span{display:inline-block;width:108px;height:108px;border:2px solid #f0c260;border-radius:50%;text-align:center;margin-bottom:20px;}.register-form .form-list-big .success .icon-check{display:inline-block;margin-top:32px;width:51px;height:47px;background:url("../img/agent/icon-check.png?20230228") no-repeat center center;background-size:cover;color:#f0c260;}.register-form .form-list-big .success p{font-size:15px;color:#9e8f72;line-height:28px;}.footer{background-color:#050302;}.footer .partner{text-align:center;color:#827561;padding:35px 0;font-size:16px;}.footer .partner h5{font-size:18px;color:#fff;padding-top:1%;margin-bottom:1%;}.footer .partner a{margin-left:35px;font-size:16px;color:#fff;cursor:default;}.footer .partner a:first-child{margin-left:0;}.footer .nopartner{padding-top:30px;}.footer .copyright{padding-bottom:30px;text-align:center;color:#827561;font-size:14px;}.n-default .msg-wrap .n-icon{width:16px;height:16px;overflow:hidden;background-repeat:no-repeat;background-position:0 0;}.art-popup-focus .art-dialog{box-shadow:0 0 0;}.art-dialog .btn-primary{background:#c19c5c;color:#fff;border:0;cursor:pointer;}.art-dialog .btn-primary:hover{opacity:0.9;}.account-dialog{padding-bottom:0;}.account-dialog a{text-decoration:none;color:#be0d14;}.account-dialog a:hover{text-decoration:underline;}.account-dialog a:nth-child(1),.account-dialog a:nth-child(2){cursor:default;color:transparent;}.account-dialog .art-dialog-header{height:65px;border-bottom:none;}.account-dialog .art-dialog-footer{display:none;}.account-dialog .art-dialog-content{padding:0 25px 10px;}.account-dialog .link{display:none;font-size:16px;}.account-dialog .item-inline:last-child{display:none;}.account-dialog .n-error{color:red;}.account-dialog .item .input,.account-dialog .item .select{height:47px;width:100%;font-size:14px;border:1px solid #cecfd4;border-radius:3px;box-sizing:border-box;}@keyframes flipIn{from{width:18px;height:25px;}to{width:321px;height:477px;}}@media only screen and (max-width:1500px){.service-content{right:10px;}.wrapper{width:1200px;}.content-box .bonus-content .bonus-left{width:32%;padding-top:0;padding-left:40px;}.content-box .bonus-content .bonus-left br{display:none;}.content-box .bonus-content .bonus-right{width:64%;margin-top:0;margin-right:0;}.content-box .bonus-content .bonus-right .bonus-txt{margin:0 15px;}.content-box .bonus-content .icon-money{width:100%;height:300px;background-size:contain;}.content-box .bonus-settlement table,.content-box .bonus-payment table{font-size:16px;}.register-main .register-people{left:-15%;}}@media only screen and (max-width:1200px){.m-mask{position:fixed;width:100%;height:100%;top:0;z-index:10;opacity:0;cursor:pointer;filter:alpha(opacity=50);display:none;background:transparent;}.service-content{display:none;}.m-service-content{display:flex;}.banner{margin-top:0;height:218px;background-color:#000;background-size:auto 178px;background-position:bottom center;}.banner .banner-content{padding-top:0;justify-content:center;}.banner .banner-content h5{font-size:28px;padding-top:40px;letter-spacing:10px;}.banner .banner-content h3{font-size:40px;margin:10px 0 18px 0;}.banner .banner-content p{font-size:12px;}.m-menu{display:block;}.wrapper{width:100%;}.pc-menu{display:none;}.mobile-menu{display:block;z-index:999;position:fixed;top:0;right:-50%;width:50%;height:100%;overflow:hidden;background:#1d1d1d;}.mobile-menu button{position:relative;border:0;padding:0;background-color:transparent;}.mobile-menu button .font{margin-top:10px;margin-right:10px;color:#9e875a;font-size:24px;}.menu-list{text-align:center;}.menu-list .line{width:100%;height:1px;background-image:linear-gradient(to right,#1a1a1a,#bd9642);}.menu-list .nav-close-btn{display:flex;width:100%;flex-direction:column;align-items:flex-end;justify-content:center;height:60px;text-align:right;}.menu-list .nav-close-btn .font{height:100%;font-weight:bolder;margin-top:18px;cursor:pointer;}.menu-list a{display:inline-flex;width:100%;color:#9b8966;font-size:16px;align-items:center;justify-content:end;padding-right:10px;line-height:40px;}.menu-list a img{width:80%;}.menu-list a .menu-diamond-icon{width:10px;height:10px;display:inline-block;margin-left:24px;margin-top:5px;-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-o-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background:transparent;border:2px solid #685935;vertical-align:middle;position:relative;}.menu-list a .menu-diamond-icon .small-diamond-icon{width:6px;height:6px;display:inline-block;margin-left:8px;-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-o-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);background:#685935;vertical-align:middle;left:0;top:2px;position:absolute;}.menu-list li{float:inherit;margin-right:0;display:flex;flex-direction:column;}.menu-list li:first-child{margin-top:60px;}.menu-list li:after{display:none;}.menu-list li.active,.menu-list li:hover{background-image:linear-gradient(to right,#1a1a1a,#332713);}.menu-list li.active a,.menu-list li:hover a{color:#fff7dc;}.menu-list li.active a .menu-diamond-icon,.menu-list li:hover a .menu-diamond-icon{border-color:#fff7dc;}.menu-list li.active a .menu-diamond-icon .small-diamond-icon,.menu-list li:hover a .menu-diamond-icon .small-diamond-icon{background:#fff7dc;}.menu-list li.recommend-btn{margin-top:32px;}.menu-list li.recommend-btn:hover{background-image:none;}.menu-list li.recommend-btn a{width:100%;justify-content:center;}.menu-list li.recommend-btn a img{width:60%;max-width:157px !important;}.header{z-index:2;position:fixed;top:0;width:100%;height:45px;line-height:45px;}.header .nav-list-btn{display:block;}.header .logo{height:30px;margin-top:8px;margin-left:5px;padding-right:10px !important;padding-left:0;}.header .logo img{height:100%;}.header .title{padding-left:10px;font-size:18px;}.content-box{padding:10px;}.content-box .content-bg{display:none;}.content-box .bonus-content .icon-money{display:none;}.content-box .bonus-content .bonus-left,.content-box .bonus-content .bonus-right{width:100%;padding:0;}.content-box .bonus-content .bonus-left .video{margin-bottom:16px;}.content-box .bonus-content .bonus-left .title-common{text-align:left;margin-top:10px;}.content-box .bonus-content .bonus-left .right-icon{position:absolute;width:160px;height:70px;right:-10px;top:-10px;background:url("../img/agent/img-jb.png?20230228") center repeat;background-size:100% auto;}.content-box .bonus-content .bonus-left hr.short{margin:10px 0 !important;}.content-box .bonus-content .bonus-right{margin-right:0;}.content-box .bonus-content .bonus-right .list{display:flex;}.content-box .bonus-content .bonus-right .item{height:100%;}.content-box .bonus-content .bonus-right .item .sunny-bg{top:0;left:0;width:100%;height:150px;background-size:cover;}.content-box .bonus-content .bonus-right .item .icon-font{top:37px;left:30%;width:75px;height:75px;background-size:cover;}.content-box .bonus-content .bonus-right .item h3{margin-top:130px;font-size:20px;}.content-box .bonus-content .bonus-right .item h3.title-common{font-size:16px;}.content-box .bonus-content .bonus-right .item p{width:95%;}.content-box .bonus-content .bonus-right .item p.big{margin-bottom:15px;font-size:40px;}.content-box .bonus-content .bonus-right .item p.big span{font-size:20px;}.content-box .bonus-content .bonus-right .col{padding:0;}.content-box .bonus-content .bonus-right .col:first-child{padding-right:10px;}.content-box .bonus-content .bonus-right .tips{font-size:14px;}.content-box .bonus-content .bonus-title{font-size:18px;font-weight:bold;}.content-box .bonus-content .title-common{text-align:center;}.content-box .content .content-list{padding:10px;background:none;}.content-box .content .content-list hr.short{margin:10px auto;}.content-box .content .content-list hr.long{display:none;}.content-box .content .content-list p{margin-bottom:8px;line-height:20px;font-size:12px;}.content-box .content .content-list .icon-diamond{width:8px;height:8px;margin-right:8px;}.content-box .content .title{width:100%;height:inherit;}.content-box .content .title .title-left-bg,.content-box .content .title .title-right-bg{width:37%;height:50px;background-size:contain;}.content-box .content .title p{width:auto;line-height:50px;font-size:20px;}.content-box .bonus-settlement .title-common,.content-box .bonus-payment .title-common{font-size:18px;}.content-box .bonus-settlement .bonus-right,.content-box .bonus-payment .bonus-right{margin-top:0;}.content-box .bonus-payment .pay-title{top:-5px;width:100%;height:45px;line-height:35px;background-size:cover;font-size:18px;}.content-box .bonus-payment .pay-title .font{font-size:36px;vertical-align:middle;}.register-main{margin-top:0;margin-bottom:0 !important;padding-top:45px;min-height:calc(100vh - 45px);display:flex;align-items:center;padding:55px 10px;}.register-main .register-people{display:none;}.register-main .register-content{position:relative;top:110px;margin:0 auto;right:inherit;}.register-main .register-detail{position:initial;height:auto;padding:10px;width:100%;box-sizing:border-box;}.register-main .register-detail .title{font-size:20px;height:32px;margin:0px;}.register-main .register-detail .detail-list{margin:10px 0;font-size:14px;}.register-main .register-detail .detail-list p{line-height:20px;}.register-main .register-detail .detail-list a{margin:10px 0 20px;padding:10px;height:20px;line-height:20px;width:auto;}.register-main .register-detail .detail-tips h3{font-size:20px;height:34px;}.register-main .register-detail .detail-tips p{margin-top:10px;font-size:14px;line-height:20px;}}@media only screen and (max-width:1120px){.register-main{margin-bottom:90px;height:auto;}.register-main .register-content{width:inherit;top:90px;padding:0;height:auto;}.register-main .register-tips{float:inherit;padding-top:25px;padding-left:15px;padding-right:15px;width:auto;}.register-main .register-tips p{margin-bottom:8px;line-height:24px;font-size:14px;}.register-main .register-tips p.title{margin-top:0;margin-bottom:5px;font-size:18px;}.register-main .step-title{margin:15px auto 5px;width:100%;height:60px;}.register-main .step-title .step{font-size:15px;}.register-main .step-title .step span{width:32px;height:32px;line-height:32px;font-size:18px;}.register-main .step-title .step-line{top:15px;}.register-form{float:inherit;width:initial;padding:0 15px;}.register-form .title{padding-top:15px;font-size:22px;}.register-form .title .font{font-size:30px;}.register-form .form-list-big .checkcode{top:0;right:0;height:100%;}.register-form .form-list-big .checkcode img{height:100%;}.register-form .form-list-big .item{width:100%;padding-left:0;margin-bottom:15px;}.register-form .form-list-big .item .input-container{width:100%;display:flex;}.register-form .form-list-big .item .name{float:inherit;margin-top:0;margin-bottom:5px;font-size:14px;text-align:left;}.register-form .form-list-big .item.mobile{min-height:65px;}.register-form .form-list-big .item .input,.register-form .form-list-big .item .select,.register-form .form-list-big .item .textarea{width:100%;padding:0 10px;height:40px;line-height:40px;font-size:14px;}.register-form .form-list-big .item .textarea{height:85px;}.register-form .form-list-big .item .btn{font-size:16px;height:40px;}.register-form .form-list-big .item .code{width:35%;}.register-form .form-list-big .item .phone{width:65%;}.register-form .form-list-big .item-handle{height:40px;}.register-form .form-list-big .item-handle .btn.btn-lg{width:155px;line-height:40px;}.register-form .form-list-big .success span{width:68px;height:68px;margin-bottom:5px;}.register-form .form-list-big .success .icon-check{margin-top:22px;width:29px;height:28px;}.agreement-content .agreement-txt{top:0;}}@media only screen and (max-width:750px){.content-box .bonus-settlement table,.content-box .bonus-payment table{table-layout:fixed;}.content-box .bonus-settlement table th,.content-box .bonus-payment table th{height:40px;}.content-box .bonus-settlement table th,.content-box .bonus-settlement table td,.content-box .bonus-payment table th,.content-box .bonus-payment table td{font-size:14px;}.content-box .bonus-settlement table tr,.content-box .bonus-payment table tr{height:35px;}.content-box .bonus-settlement table tr:last-child td,.content-box .bonus-payment table tr:last-child td{line-height:24px;font-size:14px;}.content-box .bonus-settlement table tr:last-child td strong,.content-box .bonus-payment table tr:last-child td strong{font-size:12px;font-weight:normal;}.content-box .bonus-settlement .bonus-right,.content-box .bonus-payment .bonus-right{margin-top:15px;}.content-box .bonus-content .bonus-right .bonus-txt{margin:0;}.content-box .bonus-content .bonus-right .item p{font-size:14px;margin-bottom:0;}.content-box .bonus-content .bonus-right .item p.text{font-size:12px;}.content-box .bonus-content .bonus-right .item span{font-size:16px;}.content-box .bonus-content .bonus-right .item span.small{font-size:12px;}.content-box .content .content-list{height:100%;display:inline-block;}.content-box .content .content-list p br{display:none;}.content-box .content .content-list p.tips br{display:none;}.content-box .content .content-list p.tips strong{margin:10px 0;font-size:16px;}.content-box .content .content-list p.tips em{font-size:14px;}.content-box .bonus-payment .pay-title .font{font-size:24px;}.content-box .bonus-payment .pay-text{font-size:10px !important;}.agreement-content .agreement-txt{top:0;padding:15px;}.agreement-content .agreement-txt p{font-size:15px;line-height:20px;}.agreement-content .agreement-txt p.title{font-size:18px;}.agreement-content .agreement-txt hr.long{margin:20px 0;}.agreement-content .agreement-txt .title-icon{width:55px;height:55px;line-height:55px;font-size:24px;background-size:cover;}.agreement-banner{height:200px;background-size:cover;}.agreement-banner .agreement-text{top:40%;left:47%;width:50%;height:69px;background-size:contain;font-size:45px;letter-spacing:6px;height:auto;}.footer .partner{padding:15px 0 5px;}.footer .partner span{display:none;}.footer .partner a{margin-left:0;margin-right:15px;margin-bottom:15px;zoom:0.8;}}@media only screen and (max-width:750px) and (min--moz-device-pixel-ratio:0){.footer .partner a{transform:scale(0.8);transform-origin:top center;}}@media only screen and (max-width:750px){.footer .nopartner{padding-top:15px;}.footer .copyright{padding-bottom:15px;}}@media only screen and (max-width:320px){.content-box .bonus-content .bonus-right .item br{display:none;}.content-box .content .title .title-right-bg{width:36%;}}