.content{
    width: 100%;
    position: relative;
}
.logo{
    position: absolute;
    width: 219px;
    height: 21px;
    left: 20px;
    top: 20px;
    z-index: 4
}
.bg{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 3;
}
/*焦点图*/
.flash{
    width: 100%;
    height: 100%;
    position: relative;
}
.flash_pic {
    width: 100%;
    height: 100%;
}
.flash_pic a{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.uiDex {
    height: 60px;
    line-height: 20px;
    _filter: alpha(opacity=50);
    text-align: center;
    position: absolute;
    left: 20px;
    bottom: 0;
}
.uiDex a {
    width: 22px;
    height: 22px;
    background: url(../images/img_yuan.png) center center no-repeat;
    background-size: 100%; 
    display: inline-block; 
    margin: 19px 10px 0 0;
}
.uiDex .current {
    background: url(../images/img_yuan-1.png) center center  no-repeat;
    background-size: 100%;  
}

.login{
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 2
}
.banner-link {
    position: absolute;
    width: 750px;
    height: 100%;
    left: 0;
    top: 0;
}
.login-box {
    width: 320px;
    padding: 45px 22px 30px 23px;
    color: #6c6c6c;
    background: #fff;
    position: absolute;
    background-color: rgba(255,255,255,1);
    top: 50%;
    margin-top: -200px;
    right: 5%;
    z-index: 4;
    border-radius: 5px;
}
.register-box{
    margin-top: -260px;
    padding: 25px 15px 15px 23px;
}
.register-box .control-label span{
    width:80px;
    position:relative;
    left:-10px;
    display:inline-block
}
.col-sm-2{
    padding: 0;
}
.col-sm-10{
    padding: 0;
}
.form-control{
    height: 40px;
}
.control-label span{
    height:40px;
    line-height:40px;
}
.checkbox input[type=checkbox]{
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #8a96a2;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: rgba(255,255,255,0);
    top: -3px;
    outline: none;
}
.checkbox input[type=checkbox]:checked::after {
    content: url(../images/checkbg.png);
    display: block;
    position: relative;
    top: -4px;
    left: -2px;
}
.pos{
    position: relative;
}
.send-yzm{
    position: absolute;
    padding: 9px 12px;
    right: 0;
    bottom: 6px;
}
.btn-login,.btn-register{
    padding: 6px 30px;
    font-size: 16px;
}
.register-box .btn-register {
     padding: 6px 12px;
}
.btn-register{
    float:right
}
.btn-return{
    font-size: 16px;
}
.btn-login,.btn-login:hover,.btn-login:focus,.btn-login:active:hover,
.btn-register,.btn-register:hover,.btn-register:focus,.btn-register:active:hover,
.send-yzm,.send-yzm:hover,.send-yzm:focus,.send-yzm:active:hover,
.btn-return,.btn-return:hover,.btn-return:focus,.btn-return:active:hover{
    background-color: #ff7a5f;
    border-color: #ff7a5f;
}
.btn-login:active,.btn-register:active,.send-yzm:active,.btn-return:active{
    background-color: #fb4f2c;
    border-color: #fb4f2c;
}
.login-text{
    font-size: 12px;
    color: #8a96a2;
}
.save-left{
    float:left
}
.save-right{
    float:right
}
.save-left input,.save-right input{
    position: relative;
    top: 2px;
    margin-right: 4px;
}
@media screen and (max-width: 959px){
    .bg{
        display: block;
    }
    .login{
        width: 100%;
        left: 0;
        margin-left: initial;
    }
    .login-box{
        right: 50%;
        margin-right: -160px;
    }
    .flash_pic a{
        filter: blur(10px);
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -ms-filter: blur(10px);    
    }
    .uiDex{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .login-box {
        padding: 25px 25px 23px;
    }
    .register-box .control-label span {
        left: 0;
    }
}
@media screen and (max-width: 320px){
    .flash{
        display: none;
    }
    .register-box .control-label span {
        left: 0;
    }
}
@media screen and (max-width: 320px) and (max-height: 480px){
    .register-box{
        margin-top: -200px;
    }
    .register-box .control-label span {
        left: 0;
    }
}
