/*********** 登录 ***************/
.login_content{
    width: 85%;
    height: auto;
    margin: 0 auto;
    /*background-color: #007FFF;*/
}
.login_title{
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
}
.login_form{
    margin-top: 20px;
}
.input-block{
    margin: 20px 0px;
}
.layui-input,.layui-btn{
    height: 48px;
    line-height: 48px;
}
.yanzheng{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 3.733333vw;
}
.next_yanzheng {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 3.733333vw;
}

/*********** 微信登录 *************/
.wechat-login-section {
    margin-top: 30px;
    text-align: center;
}

.wechat-login-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.divider-line {
    flex: 1;
    height: 1px;
    background-color: #e0e0e0;
}

.divider-text {
    padding: 0 15px;
    color: #999;
    font-size: 14px;
}

.wechat-login-btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #07c160;
    color: white;
    border: none;
    border-radius: 24px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.wechat-login-btn:hover {
    background-color: #06ad56;
}

.wechat-login-btn:active {
    background-color: #059048;
}

/*********** 个人中心 *************/
.user_info{
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px 16px;
    height: auto;
    overflow:hidden;
}
.user_info_left{
    width: 15%;
    min-width: 60px;
    float: left;
}
.user_info_left img{
    width: 50px;
    height: 50px;
}
.user_info_middle{
    width: 50%;
    float: left;
    line-height: 25px;
}
.user_info_middle_name{font-weight: bolder;}
.user_info_middle_id{color: #9ca3af;font-size: smaller;}
.user_info_right{
    float: right;
    line-height: 50px;
}
.user_info_update{
    color: #9ca3af;font-weight: bolder;
}

.user_tab{
    line-height: 40px;
    border-bottom: 1px solid #ebedf0;
    padding-left: 10px;
    position: relative;
}
.user_tab:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 16px;
    background: #3ecac2;
    left: 0px;
    top: 12px;
    border-radius: 2px;
}
.user_tab:after {
    /*content: "\e660";*/
}