@charset "utf-8";html{background:none repeat scroll 0 0 #fff;color:#333}body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,legend,button,input,textarea,form,th,td{margin:0;padding:0}body,button,input,select,textarea{font:16px/1.5 "PingFang SC","Hiragino Sans GB","Microsoft YaHei",Tahoma,Arial,sans-serif}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}legend{color:#000}fieldset,img{border:0 none}button,input,select,textarea{font-size:100%}hr{border:0;height:1px;color:#fff}address,cite,dfn,em,var{font-style:normal}small{font-size:12px}img,video{vertical-align:middle}table{border-collapse:collapse;border-spacing:0}ul,ol{list-style:none outside none}body{--color-orange-1:#ff6430;--color-orange-2:#ff4405;--color-orange-3:#ff8b21;--color-orange-4:#ff4d36;--color-orange-5:#dfa265;--color-orange-6:#ff5633;--color-orange-7:#ff3c00;--color-green-1:#47c36d;--color-green-2:#3ea75e;--color-green-3:#6b0;--color-red-1:#e60000;--color-red-2:#da0000;--color-blue-1:#14182a;--color-blue-2:#394365;--color-blue-3:#3e66f5;--color-blue-4:#005ae1;--color-blue-5:#236fee;--color-blue-6:#0773fc;--color-blue-7:#5e86f8;--color-blue-8:#3961f4;--color-blue-9:#224393;--color-blue-10:#202a4b;--color-blue-11:#37405d;--color-blue-12:#2759d5;--color-blue-13:#1545ba;--color-gray-1:#f0f2f6;--color-gray-2:#f1f4fa;--color-gray-3:#e9ebf2;--color-gray-4:#f6f7fa;--color-gray-5:#ebeef5;--color-white:#fff;--color-black:#000;--color-neutral-3:#333}button{outline:0;border-width:0;background-color:transparent;cursor:pointer}::-webkit-input-placeholder{color:#666}::-moz-placeholder{color:#666}:-moz-placeholder{color:#666}:-ms-input-placeholder{color:#666}a{text-decoration:none;color:#333}a:hover{color:var(--color-blue-5)}*{box-sizing:border-box}body{min-width:1580px}[type="text"]{line-height:32px;font-size:14px;padding:4px 14px;outline:0;border-radius:3px;border:1px solid #f3f3f3}.btn{color:#fff;font-size:16px;border-radius:3px}.round-26{border-radius:26px}.round-30{border-radius:30px}.btn-outline{border:1px solid #e9ebf2}.btn-outline:hover{color:#fff;border-color:var(--color-blue-12);background-color:var(--color-blue-12)}.outline-orange{color:var(--color-orange-1);border-color:rgba(255,100,48,0.6)}.btn-orange{background-color:var(--color-orange-1)}.btn-orange:hover{background-image:linear-gradient(180deg,var(--color-orange-1),var(--color-orange-2))}.btn-primary{background-color:var(--color-blue-12)}.btn-primary:hover{background-color:var(--color-blue-13)}.btn-success{width:180px;height:48px;background-color:var(--color-green-3)}.btn-green{width:180px;height:48px;border-width:0;background-color:var(--color-green-2)}.btn-red{background-image:linear-gradient(90deg,var(--color-orange-3),var(--color-orange-4))}.btn-red:hover{background-image:linear-gradient(90deg,var(--color-orange-4),var(--color-orange-3))}.btn-red-2{background-color:var(--color-red-2)}.btn-red-2:hover{background-image:linear-gradient(107deg,var(--color-red-2),var(--color-orange-7))}.text-white{color:#fff}.text-black{color:#000}.text-gray-300{color:#b2b2b2}.text-gray-400{color:#999}.text-gray-430{color:#696969}.text-gray-500{color:#666}.text-gray-700{color:#333}.text-danger{color:var(--color-red-1)}.text-success{color:var(--color-green-3)}.text-blue-500{color:var(--color-blue-5)}.text-orange{color:var(--color-orange-1)}.text-orange-6{color:var(--color-orange-6)}.text-blue-1{color:var(--color-blue-1)}.text-blue-2{color:var(--color-blue-2)}.text-blue-4{color:var(--color-blue-4)}.bg-white{background-color:#fff}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.flex-1{flex:1 1 0}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.relative{position:relative}.absolute{position:absolute}.w-full{width:100%}.h-full{height:100%}.hide{display:none !important}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.inline-block{display:inline-block}.overflow-hidden{overflow:hidden !important}.invisible{visibility:hidden}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.opacity-0{opacity:0}.opacity-100{opacity:1}.fade-in{opacity:1;transition:all .3s ease 3s}.fade-out{opacity:0;transition:all .3s ease 3s}.mx-auto{margin-left:auto;margin-right:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hover\:text-white:hover{color:#fff}.hover\:underline:hover{text-decoration-line:underline}.icon-success-default{display:inline-block;width:40px;height:40px;background:url(http://res.gys.cn/img/mainsite/tgt2019/modal.png) no-repeat -2px -139px}.icon-wechat{display:inline-block;width:25px;height:20px;background:url('//res.goldsupplier.com/img/common/service/icon_wechat.png') no-repeat center}.icon-consult{display:inline-block;width:15px;height:14px;background:url('//res.goldsupplier.com/img/common/service/icon_consult.png') no-repeat 0 -20px}.header{position:fixed;top:0;left:0;right:0;height:80px;min-width:1360px;background-color:var(--color-blue-1);border-bottom:1px solid rgba(255,255,255,0.1);z-index:99;-webkit-transition:background-color .5s ease-in-out;-moz-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out}.header[theme="light"]{background-color:#fff;border-color:rgba(230,230,230,1);box-shadow:0 0 9px 0 rgba(0,0,0,0.1)}.header .container{padding:0 100px}.header .brand-logo{display:inline-block;padding:22px 18px 0 0}.header .brand-logo .normal,.header[theme="light"] .brand-logo .active{display:inline-block}.header .brand-logo .active,.header[theme="light"] .brand-logo .normal{display:none}.header .platform-logo{position:relative;display:inline-block;padding:28px 0 0 13px}.header .platform-logo .normal,.header[theme="light"] .platform-logo .active{display:inline-block}.header .platform-logo .active,.header[theme="light"] .platform-logo .normal{display:none}.header .platform-logo::before{content:'';position:absolute;left:0;top:28px;width:1px;height:28px;background-color:#dbe2ed}.header .header-nav{font-size:16px;margin-left:65px}.header .header-nav li{position:relative;margin:0 30px;flex:0 0 auto}.header .header-nav li>a{display:block;color:#fff;height:80px;line-height:80px}.header[theme="light"] .header-nav li>a{color:#333}.header .header-nav li>a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;-webkit-transition:all .3s ease 60ms;-moz-transition:all .3s ease 60ms;-o-transition:all .3s ease 60ms;transition:all .3s ease 60ms}.header .header-nav li:hover>a,.header .header-nav .current>a{font-weight:bold}.header .header-nav li:hover>a::after,.header .header-nav .current>a::after{background-color:var(--color-orange-6);width:100%}.header .contact-box{padding:22px 0 22px 0}.header .contact-box .contact-us{width:311px;height:36px;background-color:#fff;border-radius:18px}.header[theme="light"] .contact-box .contact-us{background-color:#f3f3f3}.header .contact-box .contact-us>img{margin:0 0 0 27px}.header .contact-box .contact-us>.phone{margin:0 0 0 8px}.header .contact-box .service-box{top:0;right:0;bottom:0;padding:22px 0 22px 0}.header .contact-box .service-box>button{width:120px;height:36px;color:var(--color-white);line-height:36px;border-radius:18px;background-image:linear-gradient(90deg,var(--color-orange-3),var(--color-orange-4))}.header .contact-box .service-box>button:hover{background-image:linear-gradient(90deg,var(--color-orange-4),var(--color-orange-3))}.header .account-box{margin:0 0 0 188px}.header .account-box .login{display:flex;flex-direction:row;font-size:15px}.header .account-box li{position:relative;flex:0 0 auto}.header .account-box li:not(:last-child){margin-right:30px}.header .account-box li>a,.header .account-box .title>a{display:block;color:#fff;line-height:80px}.header .account-box li:hover>a,.header[theme="light"] .account-box li:hover>a,.header .account-box .user-unlogin .title:hover .nickname{color:#0052d9}.header .account-box .title{position:relative}.header .account-box .title .nickname{position:relative;padding-right:14px;color:#fff}.header[theme="light"] .account-box li>a,.header[theme="light"] .account-box .title .nickname{color:#333}.header .account-box .title .nickname:after{content:"";position:absolute;width:0;height:0;top:50%;right:3px;margin-top:-2px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid}.header .account-box .down-infor{position:absolute;right:0;top:70px;width:266px;height:0;overflow:hidden}.header .account-box .user-unlogin .down-infor{display:none}.header .account-box .down-infor-box{background:#fff;padding:19px 20px 11px 20px;font-size:14px;line-height:36px;-webkit-box-shadow:rgba(104,142,243,0.15) 0 0 13px;-moz-box-shadow:rgba(104,142,243,0.15) 0 0 13px;box-shadow:rgba(104,142,243,0.15) 0 0 13px;border-radius:0 0 5px 5px}.header .account-box .login .down-infor .name{font-size:14px;font-weight:bold;line-height:20px;margin-bottom:6px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.header .account-box .login li:hover .down-infor{height:auto}.sidebar{top:100px !important}.content{width:1440px}.consult-container{height:512px;background:url('//res.gys.cn/img/common/service/consult_bg.jpg') no-repeat center}.consult-container .title{font-size:34px;padding:39px 0 5px 0;color:var(--color-blue-1)}.consult-container .subtitle{width:533px;height:34px;color:var(--color-blue-1);background:url('//res.goldsupplier.com/img/common/service/consult_subtitle_19.png') no-repeat center}.consult-container .subtitle span{margin-right:27px}.consult-container .qrcode-container{padding-top:51px}.consult-container .qrcode-container .qrcode-box{margin:0 75px}.consult-container .qrcode-container .qrcode-box .qrcode-wrap{width:185px;height:185px;margin-bottom:10px;border-radius:10px;background-color:var(--color-white)}.consult-container .qrcode-container .qrcode-box .nickname{margin-left:4px;color:var(--color-blue-1)}.bottom-apply-container{height:200px}.bottom-apply-container .content-box{width:1200px;padding:70px 0}.bottom-apply-container .content-box span:has(+.apply-box){font-size:38px;line-height:56px}.bottom-apply-container .content-box .apply-box [type="text"]{width:620px;height:60px;font-size:20px;border-radius:30px;padding-left:30px;padding-right:230px}.bottom-apply-container .content-box .apply-box>.error-tips{position:absolute;top:50%;left:140px;right:220px;text-align:right;word-break:break-all;transform:translateY(-50%);display:none}.bottom-apply-container .content-box .apply-box>button{position:absolute;top:0;right:0;width:200px;height:60px}.apply-container{width:380px;border-radius:3px;padding:20px 40px}.apply-container .row .col-1{line-height:42px;padding-right:15px;min-width:120px;text-align:right}.apply-container .row .col-2{margin-bottom:20px}.apply-container .row .col-3{position:absolute;left:0;right:0;bottom:0;white-space:nowrap;display:none}.apply-container .row .btn{line-height:42px}.apply-container .tips{padding:7px 0 11px 0}.apply-container-1 .title{padding:9px 0 21px 0}.apply-container-2{padding-top:50px;padding-bottom:38px;background-color:rgba(0,0,0,0.6)}.apply-container-2 .btn-wrap{margin-top:10px}.apply-container-3{width:500px;margin-left:80px;padding-top:8px;padding-bottom:35px}.apply-container-3 [type="text"]{font-size:16px;border-color:#e2e2e2}.apply-container-3 ::-webkit-input-placeholder{color:#cfcfcf}.apply-container-3 ::-moz-placeholder{color:#cfcfcf}.apply-container-3 :-moz-placeholder{color:#cfcfcf}.apply-container-3 :-ms-input-placeholder{color:#cfcfcf}.apply-container-3 .captcha-box>[type="text"]{padding-right:106px}.apply-container-3 .captcha-box>img{position:absolute;top:6px;right:6px;cursor:pointer}.apply-container-3 .btn-wrap{padding:15px 0 0 148px}.apply-container-3 .row .btn{width:180px;line-height:48px}.apply-container-3 .tips{padding-top:12px;padding-left:46px;white-space:nowrap}.apply-container-4 .btn-wrap{padding-bottom:43px}.footer_main{font-size:12px}.captcha-modal,.apply-result-modal,.apply-modal,.download-result-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:rgba(0,0,0,0.5);display:none}:is(.captcha-modal,.apply-result-modal,.apply-modal,.download-result-modal) .modal-dialog{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%}.captcha-modal .modal-content{font-size:14px;width:290px;background-color:#fff}.captcha-modal .modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:15px 20px}.modal-header .closer{width:14px;height:14px;display:block;background:url(//res.gys.cn/img/erm/common/icon/close.png) no-repeat center center}.captcha-modal .modal-body{padding:3px 20px 11px 20px}.captcha-modal .captcha-box>input{width:250px;height:40px;outline:0;border-radius:3px;padding:0 100px 0 8px;border:1px solid #e5e5e5}.captcha-modal .captcha-box>img{position:absolute;right:6px;top:50%;transform:translateY(-50%);cursor:pointer}.captcha-modal .captcha-box>.refresh{position:absolute;top:42px;right:0;color:#b7b7b7;line-height:28px;z-index:1;cursor:pointer}.captcha-modal .modal-body .message-box{height:28px;line-height:28px}.captcha-modal .modal-footer{padding-top:0;padding-bottom:20px;text-align:center}.captcha-modal .modal-footer .btn{width:106px;height:34px;color:#fff;font-size:14px;border-radius:3px;background-color:#e60000}.captcha-modal .modal-footer .btn:hover{background-color:#d20000}:is(.apply-modal,.apply-result-modal,.download-result-modal) .modal-content{width:700px;min-height:437px;background:#fff}:is(.apply-modal,.apply-result-modal,.download-result-modal) .modal-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:33px 40px 33px 40px}:is(.apply-modal,.apply-result-modal,.download-result-modal) .modal-header .modal-title{font-size:22px;line-height:36px}:is(.apply-modal,.apply-result-modal,.download-result-modal) .modal-header .closer{width:22px;height:22px;background:url('//res.gys.cn/img/common/service/closer_md.png') no-repeat center}.apply-result-modal .modal-body{padding:44px 40px 44px 40px}.result-success .result-title{font-size:22px;margin-bottom:14px}.result-success .result-title .icon-success-default{margin-right:10px}.apply-result-modal .modal-footer{padding-top:19px;padding-bottom:78px}.download-result-modal .modal-body{position:relative;padding:76px 40px 44px 40px}.download-result-modal .modal-body .loading-wrap{height:180px}.download-result-modal .modal-body .success-wrap{position:absolute;height:180px;top:76px;left:0;right:0}.download-result-modal .modal-body .icon-loading{width:22px;height:22px;background:url(//res.gys.cn/img/common/service/icon_status.png) no-repeat 0 0;margin-right:10px}.download-result-modal .modal-body .icon-success{width:22px;height:22px;background:url(//res.gys.cn/img/common/service/icon_status.png) no-repeat 0 -30px;margin-right:10px}.download-result-modal .modal-body .extras{margin-top:12px}.download-result-modal .modal-body .btn-wrap{padding-top:72px}.footer-layout-1{width:100%;min-width:max-content;min-width:-moz-max-content;background:#3f3f3f;position:relative;z-index:10;font-size:12px;color:rgba(255,255,255,0.6)}.footer-layout-1 .wrapper{width:1440px;margin:0 auto}.footer-layout-1 .footer-menu-box{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;padding:22px 0 12px 0;border-bottom:1px solid #696969}.footer-layout-1 .footer-menu>li{float:left;width:315px;margin-right:10px}.footer-layout-1 .footer-menu li ul li{padding-left:0}.footer-layout-1 .footer-menu li a{display:inline-block;color:rgba(255,255,255,0.6);line-height:30px;white-space:nowrap}.footer-layout-1 .footer-menu li a:hover,.footer-layout-1 .lang-wrapper a:hover,.footer-layout-1 .footer-copyright a:hover{color:#e60000}.footer-layout-1 .footer-menu li>.title{font-size:16px;font-weight:bold;color:#e6e6e6;margin:22px 0 2px 0;line-height:30px;display:block}.footer-layout-1 .footer-menu li:last-child{width:231px}.footer-layout-1 .qrcode-box{padding:0 52px}.footer-layout-1 .qrcode-box .qrcode-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:26px 0 6px 0}.footer-layout-1 .qrcode-box>p{font-size:14px;text-align:center;line-height:20px}.footer-layout-1 .lang-wrapper{text-align:center;line-height:24px;padding-top:16px}.footer-layout-1 .lang-wrapper a{padding:0 6px;color:rgba(255,255,255,0.6)}.footer-layout-1 .footer-copyright{text-align:center;line-height:24px;padding-top:15px;padding-bottom:15px}.footer-layout-1 .footer-copyright,.footer-layout-1 .footer-copyright a{color:rgba(255,255,255,0.6)}.footer-layout-1 .footer-copyright a,.footer-layout-1 .footer-copyright span{margin-right:54px}@media screen and (max-width:1740px){.header .account-box{margin-left:88px}}@media screen and (max-width:1600px){body{min-width:1360px}.header .container{padding-left:36px;padding-right:36px}.header .account-box{margin-left:30px}.content{width:1200px}.footer-layout-1 .wrapper{width:1200px}.footer-layout-1 .footer-menu>li{width:230px}.footer-layout-1 .qrcode-box{padding-left:119px;padding-right:0}}@media screen and (max-width:1439px){.header .header-nav{margin-left:45px}.header .header-nav li{margin-left:25px;margin-right:25px}}