body{
    background: url(../img/reg_b_01.png) no-repeat top;
}

.regs {
    position: relative;
    height: 684px;
}
.reg-bd {
    position: absolute;
    margin: 0 auto;
    padding: 20px 0px;
    border-radius: 5px;
    left: 886px;
    top: 125px;
    margin-bottom: 20px;
}
.reg-bd .cell {
    position: relative;
    width: 90%;
    margin: 0 24px 30px;
    text-align: center;
    color: #737373;
}
.reg-logo {
    position: absolute;
    left: 1026px;
    top: 100px;
    padding:15px 10px 0px 10px;
}
.reg-bd h1 {
    font-size: 15pt;
    font-weight: bold;
    padding: 0 0 0.8rem 1.6rem;
    color: #fff;
}


.reg-bd .cell .close {
    cursor: pointer;
    display: inline-block;
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../img/reg-icon.png) 2px -195px;
}
.reg-bd .cell .close.pw {
    right: 40px;
}
.reg-bd .cell .eye {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 10px;
    background: url(../img/reg-icon.png) 2px -57px no-repeat;
}
.reg-bd .cell .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 7px;
    background-repeat: no-repeat;
    background-image: url(../img/reg-icon.png);
}

.reg-bd .cell .icon.pw {
    background-position: 8px -51px;
}
.reg-bd .cell .icon.tel {
    background-position: 8px -155px;
}

.reg-bd .cell .icon.vc {
    background-position: 8px -102px;
}

.reg-bd input {
    display: block;
    color: #506470;
    font-size: 16px;
    width: 93%;
    height: 44px;
    line-height: 44px;
    outline: none;
    border: 1px #ccc solid;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.reg-bd .cell .sub-btn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 0;
    background-color: #e20000;
    border: 1px solid #e20000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#imgcode{
    position: absolute;
    left: 213px;
    top: 3px;
    width: 100px;
    height: 35px;
}

/*login*/

@media(min-width: 768px){
    .reg-logo {

        padding-left: 23px;
    }
    .reg-logo h1 {
        font-size: 18pt;
        padding: 1.2rem 0 0.3rem;
        color: #0893f8;
    }
    .reg-bd {
        background-color: #222428;
        width: 375px;
        margin: 0 auto;
        border-radius: 5px;

    }
    .login-box {
        font-size: 16px;
        color: #374552;
        width: 560px;
        background: #fff;
        border-radius: 6px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -260px;
        margin-left: -280px;
        box-sizing: border-box;
    }
    .login-box .w {
        padding: 40px 60px;
    }
}

.cell input:focus{
    border-style:solid;
    border-color: #fff;
    box-shadow: 0 0 15px #fff;
}


/*  注册 */