body{
    background: url(../img/login.jpg) repeat;
    background-size: cover;
}

html,body{
    height: 100%;
}

.login-top{
    height: 100px;
    background-color: #5380e0;
    position: relative;
}

.login-logo-box{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*.main-box{*/
/*    height: 70%;*/
/*}*/

.sign-box{
    width: 70%;
    margin: 0 auto;
    padding: 3rem 1.4rem;
    background-color: rgba(248,248,248,0.45);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 990px) {
    .sign-box{
        width: auto;
    }
}

.sign-tab-title{
    overflow: hidden;
    margin-bottom: 20px;
}

.sign-tab-title li{
    padding: 0 0 0 10px;
    font-size: 1.12rem;
    font-weight: 700;
    color: #c0c0c0;
}

.sign-tab-title span{
    width: 65%;
    display: inline-block;
    height: 5px;
    background-color: #c0c0c0;
    line-height: 0;
    margin-right: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius: 4px;
    vertical-align: middle;
    position: relative;
}

.sign-tab-title span:after{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #c0c0c0;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-56%);
}

.sign-tab-title .over{
    color: #172646;
}

.sign-tab-title .over span,.sign-tab-title .over span:after{
    background-color: #172646;
    color: #172646;
}

.sign-box .sign-tab-box{
    width: 100%;
    height: 630px;
    padding: 20px 15px;
}

.sign-box .sign-tab-box .sign-tab-item{
    width: 60%;
    height: 100%;
    margin: 0 auto;
    display: none;
}

.sign-box .sign-tab-box .active{
    display: block;
}

.sign-box h2{
    font-size: 2.8rem;
    margin-bottom: 1.4rem;
    color: #172646;
    letter-spacing:4px;
}

.verify-box{
    width: 100%;
    padding-left: 15px;
}

.verify-box .verify{
    width: 90%;
    height: 3.2rem;
    margin-top: 10px;
}

.verify-box .verify-err{
    width: 60%;
    display: none;
}

.response-err {
    width: 86%;
    margin-bottom: 10px;
    margin-left: 15px;
}


.verify-box .verify-err, .response-err {
    padding: 5px 10px;
    margin-top: 5px;
    color: red;
}

.sign-btn-box{
    text-align: center;
}

.sign-btn-box .text-left{
    font-size: 1.12px;
    margin-top: 5px;
    cursor: pointer;
}

.sign-succ{
    margin-top: 200px;
}

.sign-form{
    width: 60%;
    margin: 0 auto;
}

.sign-form .form-item .form-control input{
    width: 400px;
    height: 36px;
    padding-left: 5px;
    padding-bottom: 4px;
    border: none;
    border-bottom: 2px solid #172646;
    background-color: rgba(0,0,0,0);
}

.sign-form .form-item .form-control input:focus{
    border-bottom: 2px solid #5380e0;
}

.sign-form .form-item{
    margin-bottom: 3.6rem;
}

.form-item label{
    font-size: 1.1rem;
}

.form-item label i{
    margin-right: 8px;
    color: red;
    font-style: normal;
    font-weight: 400;
}

.form-item label .glyphicon{
    margin-right: 5px;
}

.sign-form .form-item .form-control{
    border: none;
    background-color: rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    font-size: 1.12rem;
    position: relative;
}

.form-control .error{
    display: inline-block;
    color: red;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    width: 200px;
    left: 5px;
    top: 150%;
    z-index: 5;
    padding-left: 14px;
    white-space: nowrap;
}

.txtPhoneAreaCode{
    width: 80px;
    height: 40px;
    border: none;
    border-bottom: 2px solid #172646;
    background-color: rgba(0,0,0,0);
}

.phone{
    width: 316px!important;
}

.picCode,.phoneCode{
    width: 295px!important;
}

.picCode-img{
    width: 104px;
}

.phoneCodeBtn {
    width: 104px;
    height: 36px;
    border: 1px solid #8c8c8c;
}

.form-btn{
    text-align: center;
}

.signBtn{
    margin-right: 20px;
}

.skip{
    text-align:center;
    font-size:1.4rem;
}

.skip #tologin{
    color:red;
    font-weight:500;
}


.agreement_box {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 600px;
    margin-left: -400px;
    margin-top: -300px;
    z-index: 999;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
    display: none;
}

    .agreement_box .agreement_title {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #e4e4e4;
        background-color: #f5f5f5;
        border-radius: 5px 5px 0 0;
    }

        .agreement_box .agreement_title h1 {
            float: left;
            line-height: 40px;
            margin-left: 15px;
            font-size: 18px;
            font-weight: 600;
        }

        .agreement_box .agreement_title img {
            width: 14px;
            float: right;
            margin: 13px 15px;
            cursor: pointer;
        }

    .agreement_box .agreement_content {
        width: 800px;
        height: 450px;
        padding: 15px 25px;
        overflow: auto;
    }

        .agreement_box .agreement_content h1 {
            text-align: center;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .agreement_box .agreement_content .p1 {
            font-size: 16px;
            font-weight: 600;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .agreement_box .agreement_content .p2 {
            font-size: 14px;
            text-indent: 2em;
            margin-bottom: 10px;
            line-height: 22px;
        }

        .agreement_box .agreement_content .p3 {
            font-size: 16px;
            text-indent: 3em;
            margin-bottom: 10px;
        }

        .agreement_box .agreement_content .p4 {
            font-size: 16px;
            text-indent: 2em;
            margin-bottom: 10px;
            text-align: right;
            font-weight: 600;
        }
/* 定义滚动条样式 */
.agreement_content::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: rgba(240, 240, 240, 1);
}

/*定义滚动条轨道 内阴影+圆角*/
.agreement_content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
    border-radius: 10px;
    background-color: rgba(240, 240, 240, .5);
}

/*定义滑块 内阴影+圆角*/
.agreement_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px #999;
    background-color: #999;
}

.agreement_button {
    width: 200px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    background-color: #172646;
    margin: 35px auto;
    cursor: pointer;
}
