/*-----登录------*/
.login-up { max-width: 1200px; margin: 0 auto; height: 110px; line-height: 50px; padding: 30px; text-align:center;}
.login-up img { height: 80px; vertical-align: middle; }
.login-up span { font-size: 26px; vertical-align: middle; }
.copy { width: 100%; height: 60px; line-height: 60px; font-size: 14px; color: #999; text-align: center; }
.login-main { max-width: 1200px; margin: 0 auto; height: 475px; padding: 80px 0; }
.login-box { width: 350px; height: 350px; margin-right: 80px; background-color: #fff0; border-radius: 10px; padding: 30px; margin:0 auto;}
.form-unit { height: 40px; padding: 5px 10px; background-color: rgba(255,255,255,1); border-bottom: 1px #dfdfdf solid; 
    margin-bottom: 16px;}
.form-unit .col-xs-1 { padding-left: 0; padding-right: 0; text-align: center; }
.form-unit .col-xs-11 { padding-left: 5px; padding-right: 5px; }
.form-unit .col-xs-7 { padding-left: 5px; padding-right: 5px; }
.form-unit .col-xs-4 { padding-left: 5px; padding-right: 5px; line-height: 30px; text-align: right; }
.form-unit .col-xs-4 a { color: #fd7754; }
.form-unit i { line-height: 30px; font-size: 1.2em; color: #aaa; }
.form-unit .col-xs-11 input { width: 100%; border: 0; line-height: 28px; height:28px;outline: none;background:rgba(255,255,255,0); color:#333;}
.form-unit .col-xs-11 select { width: 100%; border: 0; line-height: 28px; outline: none; color:#a2a2a2;background:rgba(255,255,255,0);}
.form-unit .col-xs-7 input { width: 100%; border: 0; line-height: 28px; outline: none; }
.form-unit .col-xs-11 .yzbtn { width: 80px; height: 30px; line-height: 30px; text-align: center;
    float: right; background-color: #ddd; border-radius: 3px; }
.form-unit .col-xs-11 .yzm { height: 30px; float: right; }
.form-unit .col-xs-11 .yzm img { height: 30px; }
.form-text { line-height: 30px; height: 40px; }
.form-text p { color: #757575; font-size: 12px; }
.form-text .col-xs-6 { padding-left: 5px; padding-right: 5px; }
.form-text a { color: #666; }
.form-submit {margin-top:16px; }
.form-submit input { width: 100%; height: 40px; border-radius: 50px; border: 0;
color: #fff; font-size: 14px; background: #a88c5c;}
.form-submit input:hover { background-color: #fe6239; }
.url-box { text-align: center; margin: 20px; }
.url-box a { color: #666; font-size: 15px; text-decoration: underline; }
.url-box a i { margin-right: 5px; }

@media (max-width: 1000px) {
    .login-main {}
}

@media (max-width: 800px) {
	.login-main{height:100%}
    html , body { width: 100%;height:100%}
    body {
  background: -moz-linear-gradient( 120deg, rgb(61,255,253) 0%, rgb(0,114,255) 45%, rgb(255,117,231) 100%) no-repeat;
  background: -webkit-linear-gradient( 120deg, rgb(61,255,253) 0%, rgb(0,114,255) 45%, rgb(255,117,231) 100%) no-repeat;
  background: -ms-linear-gradient( 120deg, rgb(61,255,253) 0%, rgb(0,114,255) 45%, rgb(255,117,231) 100%) no-repeat;
}
    .login-up { height: auto; line-height: 50px; padding: 60px 0 70px; text-align: center; }
    .login-up img { display: block; height: 80px; margin: 0 auto; }
    .login-up span { font-size: 20px; }
    .copy { font-size: 12px; margin-top: 50px; color: #fff; }

    .login-main { background:none; height: auto; padding: 0; }
    .login-box { width: 85%; float: none; margin: 0 auto; padding: 20px; }

    .form-unit i { line-height: 30px; font-size: 1.6em; }
    .form-unit .col-xs-11 input { line-height: 28px; }
    .form-unit .col-xs-11 input.cell-input { line-height: 28px; height: 28px; padding: 0; }
    .form-unit .col-xs-7 input { line-height: 28px; }
    .form-unit .col-xs-4 { line-height: 30px; }
    .form-text { line-height: 35px; height: 50px; font-size: 13px; }
}

/*-----注册------*/
.register-main { margin: 0 auto;}
.register-box { max-width: 500px; margin: 0 auto; padding: 0 20px 50px; }
.ad-box { max-width: 600px; display: block; width: 100%; margin: 0 auto; }
.ad-box img { display: block; width: 100%; }
.reg-back { display: block; text-align: center; height: 60px; line-height: 60px; font-size: 16px; text-decoration: underline; }
@media (max-width: 800px) {
    .reg-back { font-size: 14px; }
}
