.register-head{
    position: relative;
}
.register-head .head-logo img{
    margin-top: 0;
}
.register-head h2{
    font-size: 20px;
    color: #333;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 25px;
    margin-left: 10px;
}
.register-head-right{
    position: absolute;
    right: 60px;
    bottom: 22px;
    font-size: 16px;
    color: #999;
}
.register-head-right a{
    color: #333;
}
.register-head-right a:hover{
    color: #d32328;
    text-decoration: none;
}
.register-body{
    margin: 70px 0;
    overflow: hidden;
}
.register-body .register-body-fb{
    float: left;
    width: 600px;
    padding: 0 114px;
}
.register-inpRow{
    position: relative;
    height: 44px;
    padding: 4px;
    margin-bottom: 35px;
    border: 1px solid #e4e4e4;
}
.register-inpRow .register-label{
    position: absolute;
    left: 0;
    top: 0;
    width: 71px;
    height: 44px;
    padding-left: 15px;
    line-height: 44px;
    font-size: 14px;
    color: #333;
}
.register-inpRow .register-text{
    width: 362px;
    height: 34px;
    padding-left: 80px;
    outline: none;
    border: none;
    font-size: 12px;
    color: #333;
}
.register-inpRow .getCode-btn{
    position: absolute;
    right: 4px;
    top: 4px;
    width: 108px;
    height: 34px;
    font-size: 12px;
    color: #333;
    background-color: #f2f2f2;
    border: none;
    outline: none;
    border-radius: 2px;
}
.register-check{
    font-size: 12px;
    color: #666666;
}
.register-check input[type=checkbox]{
    margin-top: 0;
    margin-right: 5px;
    vertical-align: middle;
}
.register-check a{
    color: #083b84;
}
.register-body .register-btn{
    display: block;
    width: 372px;
    height: 54px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    background-color: #dc2328;
    border: none;
    outline: none;
    border-radius: 2px;
}

.register-body .register-body-hb{
    float: left;
    width: 600px;
    text-align: center;
    border-left: 1px solid #ededed;
}
.register-footer{
    margin-top: 164px;
    padding: 30px 0;
    border-top: 1px solid #eaeaea;
}
.register-footer .footer-link{
    margin-bottom: 20px;
}
.register-footer p{
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 8px;
}
.register-footer .footer-link a{
    display: inline-block;
    color: #666;
    padding: 0 12px;
    border-right: 1px solid #666;
    line-height: 1;
    text-decoration: none;
}
.register-footer .footer-link a:last-child {
    border-right: none;
}
.login .login-body{
    position: relative;
}
.login-newbg{
    position: absolute;
    top: 0;
    left:0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    min-width: 1200px;
}
.login-body .content-layout{
    position: relative;
    height: 520px;
}
.login-box-warp{
    position: absolute;
    top: 60px;
    right: 60px;
    width: 375px;
}
.login-box-warp .login-box{
    background-color: rgba(255,255,255,.9);
}
.login-box-warp .login-box .login-title{
    height: 52px;
    line-height: 52px;
    padding: 0 32px;
    font-size: 18px;
    color: #666;
}
.login-box .login-field{
    padding: 30px 32px 10px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.login-box .login-field .filed-list{
    position: relative;
    margin-bottom: 20px;
}
.login-box .login-field .filed-list label{
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: #ddd;
    text-align: center;
    position: absolute;
    left: 1px;
    top: 1px;
    outline: none;
}
.login-box .login-field .filed-list label i{
    display: inline-block;
    vertical-align: middle;
}
.login-box .login-field .filed-list label .user{
    width: 17px;
    height: 18px;
    background: url("../images/login_user_icon.png")no-repeat center;
}
.login-box .login-field .filed-list label .password{
    width: 15px;
    height: 19px;
    background: url("../images/login_pass_icon.png")no-repeat center;
}
.login-box .login-field .filed-list label .code{
    width: 22px;
    height: 18px;
    background: url("../images/login_code_icon.png")no-repeat center;
}
.login-box .login-field .login-text{
    width: 311px;
    height: 36px;
    /*line-height: 36px;*/
    font-size: 12px;
    color: #999;
    padding: 8px 8px 8px 42px;
}
.login-box .login-btn{
    width: 311px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    background-color: #dc2328;
    border: none;
    outline: none;
    border-radius: 2px;
}
.login-box .login-bottom{
    height: 62px;
    line-height: 62px;
    font-size: 12px;
    padding: 0 32px;
    overflow: hidden;

}
.login-box .login-bottom .login-bottom-fb{
    float: left;
}
.login-box .login-bottom .login-bottom-fb a{
    color: #333;
}
.login-box .login-bottom .login-bottom-hb{
    color: #999;
    float: right;
}
.login-box .login-bottom .login-bottom-hb a{
    color: #c1323c;
}
.forget .forget-body{
    height: 484px;
    padding-top: 110px;
    width: 372px;
    margin: 0 auto;
}
.forget-btn{
    width: 190px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    background-color: #dc2328;
    border: none;
    outline: none;
    border-radius: 2px;
}
.orderModel .modal-body.forget-modal p{
    padding-left: 30px;
    margin: 20px 0 0;
    color: #666;
}
.orderModel .modal-body.forget-modal p:last-child{
    margin-top: 8px;
}























