@CHARSET "UTF-8";
*{font:14px Helvetica Neue,Helvetica,PingFang SC,Microsoft YaHei,Tahoma,Arial,sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;margin:0;padding:0;outline:0;color:#777;font-size:14px;list-style:none;text-decoration:none;word-break:break-all;word-wrap:break-word}
a{cursor:pointer}
html,body{position:relative;min-width:1200px;min-height:600px;overflow-x:hidden;line-height:1}
::-webkit-scrollbar{width:1px}
::-webkit-scrollbar-track{background-color:#ddd}
::-webkit-scrollbar-thumb{background-color:#999}
::-webkit-input-placeholder{color:#ccc!important}
:-moz-placeholder{color:#ccc!important}
::-moz-placeholder{color:#ccc!important}
:-ms-input-placeholder{color:#ccc!important}

.gt_widget{margin-left:0!important}
.hide{display:none}
.disabled{cursor:no-drop!important;background:#a9a9a9!important}

#alert,#alert_loader{position:absolute;z-index:10000000000;top:0;width:100%;height:100%;background:rgba(0,0,0,.1)}
#alert_loader>.box{position:absolute;z-index:1000;top:50%;left:50%;padding:10px;width:20pc;margin-left:-10pc;margin-top:-75pt}
#alert_loader>.box>.icon{display:block;text-align:center;width:80px;height:80px;line-height:80px;font-size:81px;margin:auto;color:#666;-webkit-animation:loader 1.5s linear infinite;-moz-animation:loader 1.5s linear infinite;animation:loader 1.5s linear infinite}
@-webkit-keyframes loader{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}
@-moz-keyframes loader{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(360deg)}}
@keyframes loader{0%{transform:rotate(0deg)}100%{transform: rotate(360deg)}}

#alert>.box{position:absolute;z-index:1000;top:50%;left:50%;padding:10px;width:20pc;margin-left:-10pc;margin-top:-75pt;background:#fff;border-radius:2px;box-shadow:0 0 6px rgba(0,0,0,.2)}
#alert>.box>.title{font-size:18px;line-height:42px;color:#333;text-align:center;border-bottom:1px solid #eee}
#alert>.box>i{display:block;margin:auto;font-size:5pc;text-align:center;line-height:88px;margin-top:10px}
#alert>.box>i.icon-success{color:#228b22}
#alert>.box>i.icon-error{color:#dc143c}
#alert>.box>i.icon-warning{color:orange}
#alert>.box>.tip{text-align:center;font-size:14px;color:#aaa;line-height:30px}
#alert>.box>.btns{width:100%;text-align:center;margin-top:10px}
#alert>.box>.btns>a{display:inline-block;padding:4px 20px;background:#a9a9a9;color:#fff;border-radius:4px;line-height:20px}
#alert>.box>.btns>a#alert_cancel{margin-right:15px}
#alert>.box>.btns>a#alert_agree{background:#5fb878}

#bg{position:fixed;min-width:1200px;width:100%;height:100%;z-index:-1;object-fit:cover}
video#bg{-webkit-filter:grayscale(100%);}

#footer{position:absolute;bottom:0;left:0;z-index:100;width:100%;line-height:40px;background:rgba(0,0,0,.7);color:#bbb;text-align:center}

.panel{position:absolute;top:37%;right:75pt;z-index:100;width:346px;margin-top:-60px;padding:15px;border-radius:6px;background:hsla(0,0%,100%,.6)}
.panel.forget{top:42%}
.panel>.box{width:100%;padding:6px 10px;background:#fff;border-radius:4px}
.panel>.box>.title{line-height:50px;font-size:30px;color:#666;border-bottom:1px solid #eee}
.panel>.box>.item{position:relative;width:100%;padding:5px 10px;border:1px solid #eee;border-radius:2px;margin-bottom:8px;overflow:hidden}
.panel>.box>.item:first-child{margin-top:18px}
.panel>.box>.item.error{border-color:red}
.panel>.box>.item>.error_tip{display:none;border-top:1px solid #eee;line-height:20px;font-size:9pt;color:red;margin-top:4px}
.panel>.box>.item>i{position:absolute;top:5px;left:5px;width:28px;height:28px;line-height:28px;font-size:24px;text-align:center;color:#666}
.panel>.box>.item>input{display:block;width:100%;padding-left:30px;line-height:28px;font-size:1pc;color:#666;border:0}
.panel>.box>.captcha{margin:14px 0;height:42px;border-radius:2px;background:#399DD8}
.panel>.box>.submit{cursor:pointer;width:100%;line-height:40px;border-radius:4px;background:purple;text-align:center;font-size:20px;color:#eee;margin:14px 0 8px;box-shadow:0 0 6px rgba(0,0,0,.6)}
.panel.forget>.box>.submit{background:#9932cc}
.panel>.box>.submit:hover{box-shadow:0 0 6px rgba(0,0,0,.4);color:#fff}
.panel>.box>.tip{min-height:24px;line-height:24px;padding:5px 0}
.panel>.box>.tip>a{float:right;line-height:20px;font-size:14px;color:#aaa}
.login>.box>.tip>a:first-child{float:left}
.panel>.box>.tip>a:hover{color:#333;text-decoration:underline}
.panel.login>.box>.more{display:none;padding:10px 0;text-align:center;border-top:1px solid #eee}
.panel.login>.box>.more>a{display:inline-block;font-size:40px;text-align:center;width:40px;height:40px;line-height:40px}
.panel.login>.box>.more>a:first-child{float:left}
.panel.login>.box>.more>a:last-child{float:right}
.panel.login>.box>.more>a:hover{color:green}
