.layui-input:focus, .layui-textarea:focus {
    border-color: #165DFF!important;
}

.layui-form-select dl dd.layui-this {
    color: #165DFF!important;
}

.layui-form-checked, .layui-form-checked:hover {
    border-color: #165DFF;
}

.layui-form-checked:hover>div, .layui-form-checked>div {
    background-color: #5ba0ff;
}

.layui-form-checked:hover>i, .layui-form-checked>i {
    color: #165DFF;
}

.layui-inout-help {
    color: #999;
    padding: 5px 0;
}

.layui-tabs-header .layui-this, .layui-tabs-header li:hover {
    color: #165DFF;
}

/*登录注册*/
.mask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top:0;
    z-index: 9999;
}
.mask-close{
    width:60px;
    height:60px;
    position: absolute;
    right: 0;
    top:0;
    background-image: url(../image/close_1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px 26px;
    cursor: pointer;
}
.quick_alert{
    position: absolute;
    left: 50%;
    margin-left: -260px;
    top:50%;
    margin-top: -190px;
    width: 520px;
    background: #fff;
    border-radius: 4px;
    padding-bottom: 30px;
}
.quick-hd{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.quick-hd .item{
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #777;
    line-height: 50px;
    cursor: pointer;
}
.quick-hd .item.active{
    font-size: 18px;
    font-weight: 500;
    color: #333;
    position: relative;
}
.quick-hd .item.active:after{
    content: "";
    width: 40px;
    height: 4px;
    display: block;
    background: #165DFF;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
}
.quick-center{
    width: 400px;
    margin: 0 auto;
}
.quick-center .row_label{
    width: 400px;
    height: 54px;
    margin-top: 20px;
    position: relative;
}
.quick-center .row_label .left_tip{
    width: 69px;
    height: 54px;
    position: absolute;
    left: 0;
    top:0;
    font-size: 16px;
    color: #333;
    line-height: 54px;
    text-align: center;
    font-weight: 500;
    padding-right: 10px;
    background-image: url(../image/icon_down.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.quick-center .row_label input[type=text],.quick-center .row_label input[type=password]{
    display: block;
    height:54px;
    font-size: 16px;
    color: #777;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
}
.quick-center .row_label input[type=text]:hover{
    border: 1px solid #518FFC;
}
.quick-center .input_tel{
    width: 100%;
    padding-left: 80px;
}
.quick-center .input_yzm{
    width: 100%;
    padding-left: 15px;
    padding-right: 126px;
}
.quick-center .input_psd{
    width: 100%;
    padding-left: 15px;
}
.quick-center .get_code{
    width: 124px;
    height: 54px;
    position: absolute;
    right: 0;
    top:0;
    font-size: 16px;
    font-weight: 500;
    color: #518FFC;
    text-align: center;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}
.quick_btn{
    width: 400px;
    height: 54px;
    margin-top: 40px;
    background: #165DFF;
    border-radius: 27px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    border: none;
}
.quick_btn.mt0{
    margin-top: 0;
}
.login_end_img{
    display: block;
    margin: 62px auto;
}