/*全局手机端顶部导航栏*/

@media (min-width: 768px){
    .m-header-nav{
        display: none;
    }
}
.m-header-nav{
    
}

/*--全局手机端顶部导航栏--*/

/*发卡站首页*/

.index{
    position: relative;
    background: url('https://img.julecn.com/userpicb/20221122/3WQPV5SY.jpg') center center;
}
@media (min-width: 576px){
    .index.bg{
        padding: 50px 0!important;
    }
}
@media (min-width: 768px){
    .index.bg{
        padding: 80px 0!important;
    }
}
@media (min-width: 992px){
    .index.bg{
        padding: 120px 0!important;
    }
}
.index.bg{
    padding: 50px 0;
}

.index .bg-overlay{
    background-color: rgba(60,72,88,0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.index .head .head-title{
    color: #ffffff;
}
.index .head .head-title h1{
    font-weight: 700;
}
.index .head .head-title h3{
    font-weight: 700;
}
.index .head .head-title p{
    color: rgba(255,255,255,.5)!important;
}
.index .head .login{
    display: none;
    background: #fff;
    border-radius: 8px;
    max-width: 350px;
    margin: 0 auto;
}
.index .head .el-form{
    position: relative;
}
.index .head .el-form .el-form-item{
    padding-bottom: 15px;
}
.index .head .el-form .el-form-item__error{
    color: red;
    font-size: 0.9rem;
    position: absolute;
    right: 0;
}
.index .head .login-title{
    font-weight: 700;
}
.index .head .logined{
    display: none;
}
.index .head .reg-merchant{
    display: none;
}
.index .head .reg-forget{
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    width: 100%;
}
.index .head .reg-forget a{
    color: #000;
}
.index .head .el-form .el-input__prefix .iconfont{
    padding-left: 5px;
}

/*--发卡站首页--*/