/* 登录 */.login-body{width:90%;margin:0 auto;margin-top:60px;padding:10px 20px 30px 20px;box-sizing:border-box;background-color:#fff;border-radius:10px;border:1px solid #eee;box-shadow:0 0 4px #ccc}.login-body .nav{display:flex;justify-content:center;flex-wrap:nowrap}.login-body .nav div{font-size:16px;font-weight:500;width:60%;height:40px;line-height:40px;margin:0 2%;text-align:center;color:#999}.login-body .nav .on{border-bottom:2px solid #0086f6;color:#0086f6}.login-body .nav2 h2{color:#0086f6;font-size:18px;font-weight:600;padding:10px 0 5px 0;text-align:center;background:linear-gradient(90deg,#0086f6,#0076f5);-webkit-background-clip:text;background-clip:text;color:transparent}.login-body .card{margin-top:20px}.login-body .card .item{margin-bottom:10px}.login-body .card .item .tit{display:inline-block;margin-bottom:5px;text-align:left;color:#0a3969;font-size:14px;font-weight:500}.login-body .card .item .tit i{font-weight:600;margin-right:2px;font-size:14px}.login-body .card .item .inp{width:100%}.login-body .card .item input{width:100%;padding:8px 10px;border-radius:10px;border:2px solid #e1e9f5;line-height:28px;font-size:16px;font-weight:500;color:#0a3969}.login-body .card .item input:hover{border-color:#5dabf5}.login-body .card .item input:focus{outline:0;border-color:#5dabf5;box-shadow:0 2px 5px #bcdbf5,0 3px 6px #7bb9f4}.login-body .card .item .code{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.login-body .card .item .code img{width:110px;height:40px;margin-left:10px;border:0;cursor:pointer}.login-body .card .item .code input{flex:1}.login-body .card .item .sms span{margin-left:10px;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;color:#0086f6;font-size:14px;font-weight:500;cursor:pointer}.login-body .more{display:flex;flex-wrap:nowrap;justify-content:space-between;margin-top:40px}.login-body .more a{font-size:14px;color:#0086f6}.login-body .more span{color:#152030}.reg-getpw-row{display:flex;justify-content:space-between;margin:0 0 20px 0;font-size:14px}.reg-getpw-row a{color:#0a3969;text-decoration:none;font-weight:500}.login-body .divider{display:flex;align-items:center;margin:25px 0 20px 0;color:#999;font-size:14px}.login-body .divider::before,.login-body .divider::after{content:"";flex:1;height:1px;background:#e5e7eb}.login-body .divider span{padding:0 12px}.login-body .wx-login{width:100%;height:45px;border-radius:8px;border:1px solid #07c160;background:#fff;color:#07c160;font-size:16px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.login-body .wx-login:active{background:#f0fcf5}.login-body .agreement{text-align:center;font-size:12px;color:#69798c;margin-top:40px;line-height:1.6}.login-body .agreement a{color:#0086f6;text-decoration:none}.other-login{display:flex;justify-content:center;gap:20px;margin-top:10px}.other-login a{font-size:13px;color:#0a3969;text-align:center;user-select:none;transition:all .3s ease;font-weight:400}.other-login span{text-align:center;display:inline-block;padding-top:2px}.other-login i{color:#fff;display:inline-block;width:35px;height:35px;font-weight:500;border-radius:50%;text-align:center;display:flex;justify-content:center;align-items:center}.other-login .wx i{background:#07C160;font-size:25px}.other-login .phone i{background:#0086f6;font-size:22px}.other-login .email i{background:#ff9a14;font-size:25px}.other-login .pw i{background:#409EFF;font-size:22px}.other-login a{-webkit-tap-highlight-color:transparent;outline:0;text-decoration:none}.other-login a:hover{transform:translateY(-5px)}.tips{color:#69798c;padding:10px 0;font-size:14px;margin-top:10px;font-weight:400;display:flex}.tips i{color:#f50;font-size:16px;margin-right:2px;font-weight:500}.xieyi{display:flex;justify-content:start;align-items:center;margin-top:20px}.xieyi input{margin-right:2px}.xieyi span,.xieyi label{color:#0a3969;font-size:14px;text-decoration:underline;text-decoration-color:#eee;text-decoration-style:dashed;text-decoration-thickness:1px;text-underline-offset:3px}.xieyi a{color:#0086f6}.login-body .card .sub{width:100%;height:45px;line-height:45px;border-radius:30px;color:#fff;font-size:16px;text-align:center;background:#0086f6;margin:20px auto 20px auto;user-select:none;letter-spacing:1px;border:2px solid #fff;font-weight:600;background:linear-gradient(135deg,#40a0ef 0,#0086f6 100%);background:-webkit-linear-gradient(135deg,#40a0ef 0,#0086f6 100%);text-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 4px 12px #98cbf4,0 2px 4px #0086f6;transition:all .3s ease;cursor:pointer}.sub_anime:hover{background:linear-gradient(135deg,#98cbf4 0,#0086f6 100%);box-shadow:0 6px 16px #8ec6f4,0 3px 6px #0086f6;transform:translateY(-1px)}.sub_anime:active{background:linear-gradient(135deg,#98cbf4 0,#0086f6 100%);box-shadow:0 2px 8px #98cbf4;transform:translateY(1px)}.sub_anime::after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,0.3);border-radius:50%;transform:translate(-50%,-50%);opacity:0;transition:width .6s ease-out,height .6s ease-out,opacity .6s ease-out}.sub_anime:active::after{width:200px;height:200px;opacity:1;transition:0s}.reg-body{width:90%;margin:0 auto;margin-top:60px;padding:10px 30px 30px 30px;box-sizing:border-box;background-color:#fff;border-radius:10px;border:1px solid #eee;box-shadow:0 0 4px #ccc}.reg-body .card{margin-top:20px}.reg-body .card .item{margin-bottom:15px}.reg-body .card .item .tit{display:inline-block;margin-bottom:5px;text-align:left;color:#0a3969;font-size:14px;font-weight:500}.reg-body .card .item .tit i{font-weight:600;margin-right:2px;font-size:14px}.reg-body .card .item .inp{width:100%}.reg-body .card .item input{width:100%;padding:8px 10px;border-radius:10px;border:2px solid #e1e9f5;line-height:28px;font-size:16px;font-weight:500;color:#0a3969}.reg-body .card .item input:hover{border-color:#5dabf5}.reg-body .card .item input:focus{outline:0;border-color:#5dabf5;box-shadow:0 2px 5px #bcdbf5,0 3px 6px #7bb9f4}.reg-body .card .item .code{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.reg-body .card .item .code img{width:110px;height:40px;margin-left:10px;border:0}.reg-body .card .item .code input{flex:1}.reg-body .card .sub{width:100%;height:45px;line-height:45px;border-radius:30px;color:#fff;font-size:16px;text-align:center;background:#0086f6;margin:20px auto 20px auto;user-select:none;letter-spacing:1px;border:2px solid #fff;font-weight:600;background:linear-gradient(135deg,#40a0ef 0,#0086f6 100%);background:-webkit-linear-gradient(135deg,#40a0ef 0,#0086f6 100%);text-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 4px 12px #98cbf4,0 2px 4px #0086f6;transition:all .3s ease;cursor:pointer}.reg-body .success i{font-size:48px;color:#52c41a;display:block;margin:0 auto;margin-top:30px;margin-bottom:20px;text-align:center}.reg-body .success p{text-align:center;font-size:16px;letter-spacing:1px;color:#152030}.reg-body .success .tz{font-size:14px;color:#69798c}.reg-body .info{margin-top:20px;line-height:20px}.reg-body .info dl{margin:5px 0;display:flex;flex-wrap:nowrap}.reg-body .info dl dt{width:25%;text-align:right;color:#555}.reg-body .info dl dd{flex:1;text-align:left}.reg-body .op{display:flex;justify-content:center;flex-direction:revert}.reg-body .info a{font-size:14px;padding:10px;background:#0086f6;border-radius:20px;color:#fff;display:block;text-align:center;margin:30px 10px 30px 0}.member-body{width:90%;margin:0 auto;margin-top:130px;padding:20px 30px 30px 30px;box-sizing:border-box;background-color:#fff;border-radius:10px;border:1px solid #eee;box-shadow:0 0 4px #ccc}.member-menu{display:flex;flex-wrap:nowrap;height:35px;line-height:35px;border-bottom:1px solid #eee}.member-menu a{flex:1;text-align:center;color:#152030;font-size:16px}.member-menu a.on{border-bottom:2px solid #006ff6;color:#006ff6}.member-body .item{margin-bottom:15px}.member-body .item .tit{display:inline-block;margin-bottom:5px;text-align:left;color:#0a3969;font-size:14px;font-weight:500}.member-body .item .tit i{font-weight:600;margin-right:2px;font-size:14px}.member-body .item .inp{width:100%}.member-body .item input{width:100%;padding:8px 10px;border-radius:10px;border:2px solid #e1e9f5;line-height:28px;font-size:16px;font-weight:500;color:#0a3969}.member-body .item input:hover{border-color:#5dabf5}.member-body .item input:focus{outline:0;border-color:#5dabf5;box-shadow:0 2px 5px #bcdbf5,0 3px 6px #7bb9f4}.member-body .item select{width:80%;padding:12px 10px;border-radius:10px;border:2px solid #e1e9f5;font-size:14px;font-weight:500;color:#0a3969;background:#fff}.member-body .item select:hover{border-color:#5dabf5}.member-body .item select:focus{outline:0;border-color:#5dabf5;box-shadow:0 2px 5px #bcdbf5,0 3px 6px #7bb9f4}.member-body .item .code{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.member-body .item .code img{width:120px;height:40px;margin-left:10px;border:0}.member-body .item .code input{flex:1}.member-body .item .phone{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.member-body .item .phone a{width:50px;display:inline-block;color:#006ff6;font-size:14px;margin-left:10px}.member-body .item .sms{width:100%;display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.member-body .item .sms input{flex:1}.member-body .item .sms span{width:90px;text-align:center;color:#006ff6;font-size:14px;cursor:pointer}.member-body .sub{width:100%;height:45px;line-height:45px;border-radius:30px;color:#fff;font-size:16px;text-align:center;background:#0086f6;margin:20px auto 20px auto;user-select:none;letter-spacing:1px;border:2px solid #fff;font-weight:600;background:linear-gradient(135deg,#40a0ef 0,#0086f6 100%);background:-webkit-linear-gradient(135deg,#40a0ef 0,#0086f6 100%);text-shadow:0 1px 2px rgba(0,0,0,0.1);box-shadow:0 4px 12px #98cbf4,0 2px 4px #0086f6;transition:all .3s ease;cursor:pointer}.mask{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#152030;opacity:.65;z-index:996;transition:all .4s}.phone-box{background-color:#fff;max-width:640px;margin:0 auto;position:fixed;top:10%;left:0;right:0;bottom:0;border-radius:20px 20px 0 0;z-index:997;padding:10px 0;box-sizing:border-box}.phone-box .head{border-bottom:1px solid #eee;height:35px;line-height:35px;font-size:16px;color:#0a3969;text-align:center;font-weight:600;position:relative}.phone-box .head .close{position:absolute;top:0;right:10px;font-size:32px;color:#0a3969;font-weight:normal;cursor:pointer}.phone-box .box-body{padding:10px;height:80%;overflow-y:scroll}.phone-box .member-body{margin-top:0}.pwd-body{width:90%;margin:0 auto;margin-top:130px;padding:10px 30px 30px 30px;box-sizing:border-box;background-color:#fff;border-radius:10px;border:1px solid #eee;box-shadow:0 0 4px #ccc}.gr-wrap{margin-top:50px;position:relative;background-color:#fff}.member-top{position:relative}.member-top .mbg{width:100%;height:100%;overflow:hidden}.member-top .minfo{width:100%;position:absolute;top:15%;left:0;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-end}.member-top .minfo .mbody{width:80%;margin-left:5%;flex:1;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.member-top .minfo .mbody .icon{width:70px;height:70px;border:3px solid #fff;background-color:#eee;border-radius:40px;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}.member-top .minfo .mbody .icon i{font-size:32px;color:#fff}.member-top .minfo .mbody .mbr{color:#fff;line-height:26px;font-size:16px;margin-left:5px;display:flex;flex-direction:column;justify-content:center}.member-top .minfo .mbody .mbr .mname{max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.member-top .minfo .mbody .mbr a{font-size:14px;color:#fff}.member-top .minfo .mbody .mbr i{font-size:16px}.member-top .minfo .outlogin{width:90px;height:25px;line-height:25px;border-radius:15px;text-align:center;color:#fff;margin-right:10px;font-size:14px;display:flex;flex-direction:column;justify-content:flex-end;background-color:#c49b6f}.member-top .minfo .outlogin a{color:#fff}.order-menu{width:90%;height:50px;margin-top:-30px;padding:10px 0;border-radius:5px;border:1px solid #eee;background-color:#fff;box-shadow:0 1px 4px #ccc;position:absolute;left:4.8%;color:#152030;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around}.order-menu a{display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:14px;color:#152030}.order-menu a i{font-size:24px}.order-menu a:nth-child(4) i{font-size:4px}.order-menu a:nth-child(2) i{font-weight:600}.about-body{margin-top:40px;background-color:#fff;padding:5%;line-height:26px;display:flex;flex-direction:column;justify-content:flex-start}.about-body a{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;color:#555;font-size:12px;border-bottom:1px solid #eee;padding:10px 0}.about-body a i{font-size:12px}.about-body a b{color:#d05653;font-size:12px;font-weight:normal}.about-body a .ar{font-size:12px}.about-body a .name{font-size:14px;color:#152030}.about-body a .name i{margin-right:5px;color:#152030;font-size:16px}input::placeholder,textarea::placeholder{color:#c8c9cc;opacity:1}input::placeholder,textarea::-moz-placeholder{color:#c8c9cc;opacity:1}input::placeholder,textarea::-ms-input-placeholder{color:#c8c9cc}input::placeholder,textarea::-webkit-input-placeholder{color:#c8c9cc}.onelogin{width:90%;margin:0 auto;margin-top:60px;padding:10px 20px 30px 20px;box-sizing:border-box;background-color:#fff;border-radius:10px;border:1px solid #eee;box-shadow:0 0 4px #ccc}.onelogin-body{display:flex;flex-direction:column;justify-content:start;align-items:center;padding:20px}.onelogin-body i{font-size:45px;color:#ccc;margin-bottom:10px}.onelogin-body span{font-size:14px;color:#0a3969;font-weight:500;margin-bottom:10px}.onelogin-body a{background:#0086f6;font-size:16px;color:#fff;font-weight:500;border-radius:20px;padding:5px 10px;width:50%;text-align:center}.mobile-nav{width:100%;max-width:640px;min-width:320px;height:55px;position:fixed;top:50px;left:0;right:0;margin:0 auto;box-shadow:0 3px 5px rgba(0,0,0,0.1);background:#fff;border:1px solid #eee;font-size:12px;color:#152030}.mobile-nav .nav-body{height:90%;margin-top:3px;display:flex;justify-content:space-around;align-items:center;gap:8px}.mobile-nav .nav-body a{border-radius:10px;transition:all .5s ease;color:#0a3969;font-size:14px;font-weight:500;height:100%;color:#394f7c;font-size:14px;font-weight:500;flex:1;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.mobile-nav .nav-body a:not(.on):hover{transform:translateY(5px)}.mobile-nav .nav-body a i{font-size:20px;font-weight:400}.mobile-nav .nav-body a span{font-size:14px;font-weight:400}.mobile-nav .nav-body a.on{border-bottom:5px solid #006ff6;transform:translateY(8px)}.mobile-nav .nav-body .orderlist{background-color:#cce0ff;color:#0052cc}.mobile-nav .nav-body .minfo{background-color:#c6f0de;color:#086}.mobile-nav .nav-body .setpwd{background-color:#d4e0f2;color:#274b87}.mobile-nav .nav-body .out{background-color:#fee;color:#d65555}