@charset "UTF-8";
/*注册账号、忘记密码*/
/* 公共页面的字体颜色*/
/*去掉input自动补全后的黄色样式*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-transition-delay: 99999s; -webkit-transition: color 99999s ease-out, background-color 99999s ease-out; /* -webkit-box-shadow: 0 0 0px 1000px white inset; */ }

body { background: #100203 url("../images/register/register-bg.jpg") top center no-repeat; }

.login { background: none; overflow: hidden; width: 600px; height: 380px; }

.login .lab { color: #b99468; }

.login .lay { padding-left: 42px; }

.login #regbox { padding-top: 24px; }

.login #regbox .lay { padding-top: 1px; padding-left: 78px; }

.login .back { top: 7px; right: 7px; width: 20px; height: 20px; background: none; z-index: 1; }

.login .con { margin-top: 5px; width: 530px; }

.login .form-text { background-color: #fff; color: #000; border: 1px solid #cacaca; width: 182px; }

.login .submit-reg { width: 198px; height: 46.5px; background: url("../images/register/register-btn.jpg") no-repeat left top; float: left; }

.login .submit-reg:hover { background-position: left bottom; }

.login .getCode { top: 0; width: 127px; height: 24px; line-height: 24px; background-color: #cd5b03; color: #ffe2bc; }

.login .getCode:hover { background: #ea6d0c; color: #ffe2bc; }

.login .y-tip, .login .serverorder, .login a { color: #f8c351; }

.login li { margin-bottom: 1px; }

.login .ok-tip s { left: 177px; }

.login .m2 { width: 448px; }

#reg_verifyCode { margin-right: 142px; }
