
.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content .box {
    width: 48rem;
    margin: auto;
    background: #FFFFFF;
    border-radius: 0 0.25rem 0.25rem 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.content .box span {
    font-size: 12px;
}

.content .box a {
    font-size: 12px;
    color: #999999;
}

.content .loginbanner {
    float: left;
    height: 28.125rem;
    width: 23.75rem;
}

.content .loginbanner img {
    display: block;
    flex: 1;
    width: 100%;
}

.content .logincentent {
    float: left;
    height: 25.9375rem;
    /*padding-top:  2.1875rem;*/
    width: 23.75rem;
}

.content .logincentent_reg {
    padding-top: 2rem;
}

.content .logincentent .agreement {
    color: #999;
    font-size: 0.75rem;
    margin-top: 1.0625rem;
    text-align: center
}

.content .logincentent ol {
    list-style: none;
    display: flex;
    justify-content: center;
}

.content .login ol {
    justify-content: space-around;
}

.content .login ol li {
    cursor: pointer;
}

.content .logincentent ol li {
    list-style: none;
    color: #999;
    font-size: 14px;
}

.content .logincentent .tab-content {
    padding: 2.5rem 2.5rem 0;
}

.content .logincentent .reg {
    padding: 1.25rem 2.5rem 0;
}


.agreement .no_id {
    margin: 1.0625rem 0;
}

.login .agreement {
    padding: 0 2.5rem;

}

.login .agreement .no_id {
    justify-content: space-between;
}

.agreement .tips {
    margin-top: 60px;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    flex-wrap: wrap;
}

.agreement a {
    color: #333;
}

.tab-content .item {
    position: relative;
    margin-bottom: 1.3125rem;

}

.tab-content .item input {
    font-size: 0.75rem;
}

.tab-content .item .pwd,
.tab-content .item .phone,
.tab-content .item .login_pwd,
.tab-content .item .login_name,
.tab-content .item .password,
.tab-content .item .check_password,
.tab-content .item .email {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 2.75rem;
    margin-bottom: 2px;
    width: 18.625rem
}


.tab-content .item .phone span {
    border-right: 1px solid #e5e5e5;
    color: #333;
    display: block;
    float: left;
    font-size: 0.75rem;
    height: 1.375rem;
    line-height: 1.375rem;
    margin-top: 0.5625rem;
    text-align: center;
    width: 3.6875rem;
}

.tab-content .item .phone input {
    border: none;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: 2px;
    outline: 0;
    padding-left: 0.875rem;
    width: 13.75rem
}

.tab-content .item .pwd {
    border-radius: 4px;
    display: flex;
    height: 2.625rem;
    margin-bottom: 2px;
    width: 18.625rem
}

.tab-content .item .pwd input {
    border: none;
    float: left;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: 2px;
    outline: 0;
    padding-left: 0.875rem;
    width: 10.25rem
}

.tab-content .item .pwd a {
    background: #fff;
    border: 0;
    border-left: 1px solid #e5e5e5;
    color: #999;
    display: block;
    float: left;
    font-size: 0.75rem;
    height: 1.375rem;
    line-height: 1.375rem;
    margin-top: 0.625rem;
    outline: none;
    padding: 0;
    text-align: center;
    width: 6.5625rem
}

.tab-content .item .login-pwd {
    margin-bottom: 0.9375rem;
    margin-top: 0.9375rem;
    text-align: right
}

.tab-content .item .login-pwd a {
    color: #999;
    font-size: 0.75rem
}


.tab-content .item .login_name input {
    border: none;
    height: 2.5rem;
    line-height: 2.5rem;
    outline: 0;
    padding-left: 0.625rem;
    width: 90%;
}

.tab-content .item .login_pwd {
    margin-top: 1.5625rem;
}

.tab-content .item .login_pwd input,
.tab-content .item .password input,
.tab-content .item .check_password input,
.tab-content .item .email input {
    border: none;
    float: left;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: 2px;
    outline: 0;
    padding-left: 0.875rem;
    width: 80%;
}

.tab-content .item div {
    background: #FFFFFF;
}

.tab-content .item .login_pwd span,
.tab-content .item .password span,
.tab-content .item .check_password span {
    cursor: pointer;
    width: 10%;
    height: 100%;
    line-height: 1.2rem;
    display: inline-block;
}

.tab-content .item .go_login {
    width: 100%;
    text-align: right;
    display: block;
    margin: 1.2rem 0;
}

.show {
    background: url("../img/show.png") center no-repeat;
}

.hide {
    background: url("../img/hide.png") center no-repeat;
}

.tab-content .login {
    border-radius: 4px;
    display: block;
    font-size: 0.875rem;
    height: 2.625rem;
    line-height: 2.625rem;
    margin: 0.9375rem 0;
    outline: 0;
    text-align: center;
    width: 18.75rem;
    cursor: pointer;
}

.tab-content .login a,
.tab-content .login button {
    background: #007bc2;
    border: none;
    color: #fff;
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.tab-content .item .no-account {
    color: #666;
    font-size: 0.8125rem;
    margin-bottom: 20px;
    text-align: center
}

.content .logincentent ol .active {
    color: #333;
    font-weight: 600
}


@media screen and (max-width: 780px) {
    .content .box {
        width: 100%;
        margin: auto;
        background: none;
        border-radius: 0;
        box-shadow: initial;
    }

    .content .logincentent {
        box-shadow: unset;
        max-width: 100%;
        overflow: hidden;
        padding: 2rem 0 !important;
        height: auto;
        width: 100%;
        margin: auto;
    }

    .content .loginbanner {
        display: none
    }


    .tab-content {
        padding: 3rem 2rem 0 !important;
    }

    ol {
        max-width: 100%;
        margin-left: 1.25rem;
        width: auto !important;
    }

    ol li {
        margin-right: 2rem
    }

    .tab-content .item input {
        max-width: 76%;
        width: 100% !important;
    }
    .tab-content .item .pwd, .tab-content .item .phone, .tab-content .item .login_pwd, .tab-content .item .login_name, .tab-content .item .password, .tab-content .item .check_password, .tab-content .item .email {
        display: flex;
        width: auto;
    }

    .tab-content .login {
        width: auto;
    }

    .agreement .tips {
        margin-top: 24px;
    }
}