.lawer-reg {
    background: url(../images/login.jpg);
    height: 800px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.reg-main {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 7px #bbb;
    margin-top: 160px;
    /*border:1px solid red;*/
}

.reg-left {
    margin-top: 50px;
    margin-bottom: 70px;
    border-right: 1px solid #E4E4E4;
}

.left-main {
    width: 86%;
    margin-left: 3%;
    /*border:1px solid black;*/
}

.left-main p:first-child {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 25px;
}
/*注册框内容*/
.reg-type {
    margin-bottom: 10px;
}

.reg-type li:last-child {
    margin-left: 3%;
}

.reg-type li span {
    display: block;
    float: left;
    font-size: 15px;
    cursor: pointer;
}

.reg-type li span i.iconfont {
    font-size: 17px;
}

.reg-type li span i.re-check {
    color: #00AF62;
    font-weight: bold;
}

.reg-type li span:first-child {
    padding-right: 5px;
}

.reg-type li span:last-child {
    line-height: 22px;
}

.reg-phone li {
    margin-top: 15px;
    margin-bottom: 5px;
    /*border:1px solid black;*/
}

.reg-phone li span {
    display: block;
    float: left;
    border: 1px solid #E4E4E4;
}

.reg-phone li span:first-child {
    border-right: 0;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
}

.reg-phone li span i.iconfont {
    color: #BBBBBB;
    font-size: 20px;
    line-height: 22px;
}

.reg-phone li span:last-child {
    border-left: 0;
    width: 75%;
    height: 42px;
    overflow: hidden;
}

.reg-phone li span:last-child input {
    width: 100%;
    height: 37px;
}

.reg-phone .grap {
    border-left: 0;
    border-right: 0;
    padding-top: 10px;
    color: #E4E4E4;
    padding-bottom: 10px;
}

.reg-safe li span i.iconfont {
    font-size: 25px;
}

.reg-safe li span:first-child {
    padding-top: 9px;
    padding-bottom: 6px;
    padding-left: 9px;
    padding-right: 9px;
}

input {
    text-indent: 0.5em;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #A2A2A2;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #A2A2A2;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A2A2A2;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #A2A2A2;
}
/*验证码*/
.reg-send {
    /*border:1px solid red;*/
    width: 33%;
    background-color: #05B062;
    text-align: center;
    font-size: 15px;
    padding-top: 11px;
    padding-bottom: 10px;
}

.reg-send input {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #05B062;
}

.reg-time {
    width: 33%;
    background-color: #eee;
    text-align: center;
    font-size: 15px;
    padding-top: 11px;
    padding-bottom: 10px;
}

.reg-time a {
    width: 100%;
    height: 100%;
    color: #555;
}
/*阅读条款*/
.reg-read {
    margin-top: 45px;
}

.reg-read span {
    display: block;
    float: left;
    cursor: pointer;
}
.reg-read span a{color:blue}
.reg-read span:first-child {
    padding-right: 10px;
    padding-left: 15px;
}

.reg-read span:first-child i.icon-duoxuan-weixuan {
    font-size: 17px;
    color: #C0C0C0;
}

.reg-read span:first-child i.icon-duoxuankuang1 {
    color: #00AF62;
}

.reg-read span:last-child {
    font-size: 12px;
    line-height: 22px;
}
/*注册按钮*/
.reg-button input {
    clear: both;
    background-color: #05B062;
    color: #fff;
    width: 80%;
    margin-left: 3%;
    font-size: 17px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.reg-button .a {
    display: block;
    clear: both;
    width: 80%;
    margin-left: 3%;
    font-size: 17px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    text-align: center;
}
/*立即登录*/
.reg-login {
    margin-top: 150px;
    /*border:1px solid red;*/
}

.reg-login p:first-child {
    /*text-align: center;*/
    margin-left: 30%;
    font-size: 15px;
}

.reg-once {
    text-align: center;
}

.reg-once span {
    display: block;
    float: left;
    font-size: 17px;
    color: #00AF62;
    cursor: pointer;
}

.reg-once span:first-child {
    margin-left: 30%;
    line-height: 24px;
    padding-right: 15px;
}

.reg-once span i.iconfont {
    font-size: 25px;
    line-height: 25px;
}

.reg-qrcode {
    margin-top: 80px;
    /*text-indent: 3em;*/
}

.reg-qrcode img {
    display: block;
    width: 40%;
    margin-left: 30%;
}

.reg-desc {
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    margin-top: 10px;
    color: #898989;
}
/*登录*/
.login-top {
    margin-top: 20px;
}

.login-once {
    margin-top: 100px;
}

.login-main {
    height: 760px;
}
/*忘记密码*/
.forgive {
    margin-top: 50px;
}
/*自适应*/
@media (max-width: 1600px) {
    .lawer-reg {
        background-size: 100% 70%;
    }
}

@media (max-width: 1200px) {
    .reg-phone li span:last-child {
        width: 80%;
    }

    .reg-vcode li span:last-child {
        width: 70%;
    }

    .reg-send, .reg-time {
        width: 39%;
    }
}

@media (max-width: 991px) {
    .left-main {
        width: 92%;
        /*border:1px solid red;*/
    }

    .reg-vcode li span:last-child {
        width: 65%;
    }

    .reg-send, .reg-time {
        width: 34%;
    }

    .reg-left {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .reg-type li:last-child {
        margin-left: 0;
    }

    .reg-left {
        border: 0;
    }

    .reg-send, .reg-time {
        width: 29%;
    }
}

@media (max-width: 576px) {
    .lawer-reg {
        height: 700px;
        background-size: 100% 70%;
    }

    .left-main {
        width: 100%;
        margin-left: 0;
    }

    .lawer-reg .col-xs-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .reg-main {
        margin-top: 50px;
    }

    .lawer-reg .col-xs-7 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .reg-send, .reg-time {
        width: 36%;
    }

    .reg-button input {
        width: 92%;
    }

    .forgive {
        margin-top: 25px;
    }

    .reg-send input {
        width: auto;
        text-indent: 0;
    }

    .reg-button .a {
        display: block;
        clear: both;
        width: 92%;
        margin-left: 3%;
        font-size: 17px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 13px;
        text-align: center;
    }
}
