/*=======头部========*/
.login-head{
    height: 8vh;
    line-height: 8vh;
    background: #FFFFFF;
}
.login-head .qc-container{
    height: 8vh;
    line-height: 8vh;
}
.login-head .qc-container img{
    width: 150px;
    height: 48px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -10px;
}
.login-head .qc-container span{
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    vertical-align: middle;
}

.login-content{
    position: relative;
    height: 87vh;
}
.lc-img{
    position: absolute;
    height: 100%;
    width: 100%;
}
.lc-img img{
    height: 100%;
    width: 100%;
}
.login-tc{
    position: absolute;
    width: 100%;
}
.lt-srk{
    width: 365px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    background: #ffffff;
    margin-top: 160px;
}
.lt-title{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.lt-title div{
    width: 50%;
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.lt-title .active{
    color: #FB841E;
    font-weight: bold;
    border-bottom: 1px solid #FB841E;
}

.lt-form{
    margin-top: 30px;
}
.ltf-qh{
    display: flex;
    justify-content: space-between;
}
.ltf-qh div{
    cursor: pointer;
}
.ltf-qh div:hover{
    color: #FB841E;
}

.ltf-but{
    margin-top: 10px;
    margin-bottom: 10px;
}
.ltf-but button{
    width: 100%;
    background: #FB841E;
    color: #ffffff;
    font-size: 12px;
    margin-top: 8px;
}


.input-row{
    display: flex;
    justify-content: flex-start;
    border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 5px;
}
.ir-qh{
    width: 100px;
}
.ir-qh select{
    border: none;
}
.ir-phone{
    width: 300px;
}
.ir-code{
    width: 205px;
}
.ir-but{
    width: 100px;
}
.ir-but button{
    width: 100%;
    background: #FB841E;
    color: #ffffff;
    font-size: 12px;
}
.ir-but button:hover{
    background: #FB841E;
    color: #ffffff;
    border-color: #FB841E;
}

.rg-img{
    display: flex;
    justify-content: center;
}
.rg-img img{
    width: 60px;
    height: 60px;
}
.rg-text{
    text-align: center;
    height: 40px;
    line-height: 40px;
}
/*=======头部End========*/


.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{
    background-color: #FB841E;
    border-color: #FB841E;
}
.el-checkbox__input.is-checked+.el-checkbox__label{
    color: #FB841E;
}


.text-xy{
    color: #FB841E;
    font-weight: bold;
}


.check-item .el-form-item .el-form-item__content{
    line-height: 20px;
}


.f-name{
    display: flex;
    justify-content: space-between;
}
