.customerInfo{

}

.include-content{

}
.container{
    width: 520px;
    margin: 0 10px;
}
.hear-main{
    background-color: #FFFFFF;
    margin-bottom: 18px;
    padding: 10px 0 0 0;
    width: 530px;
    border-radius: 8px;
    padding: 10px 0px 40px 15px;
    position: relative;
}
.main-content{
    background-color: #FFFFFF;
    margin-bottom: 18px;
    width: 530px;
    border-radius: 8px;
}
.el-footer{
    background-color: #FFFFFF;
    margin-bottom: 18px;
    width: 530px;
    height: 150px;
    padding: 15px;
    border-radius: 8px;
}

.el-aside {
    background-color: #FFFFFF;
    width: 620px;
    position: relative;
    border-radius: 8px;
    margin-left: 32px;
}
.top-content{
    display: flex;
    justify-content: space-between;
}
.top-content .title,
.main-content .tab-name,
.el-footer .function-name
{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

/*!*.top-content .user-label {*!*/
/*!*    position: relative;*!*/
/*!*    width: 200px;*!*/
/*!*    height: 70px;*!*/
/*!*    background: linear-gradient( 90deg, #B2BAC9 0%, #919CAF 100%);*!*/
/*!*    background-color: #B2BAC9;*!*/
/*!*    color: #FFFFFF;*!*/
/*!*    font-weight: 600;*!*/
/*!*    font-size: 14px;*!*/

/*!*    padding: 10px 10px;*!*/
/*!*    line-height: 1;*!*/
/*!*    z-index: 1;*!*/
/*!*}*!*/
/*.top-content .registered-use-label {*/
/*    position: relative;*/
/*    width: 200px;*/
/*    height: 70px;*/
/*    background-color: #E3E6ED;*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    color: #666666;*/
/*    padding: 10px 10px;*/
/*    line-height: 1;*/
/*    z-index: 1;*/
/*}*/
/*.top-content .vip-label {*/
/*    position: relative;*/
/*    width: 200px;*/
/*    height: 70px;*/
/*    background: linear-gradient( 90deg, #5394FF 0%, #0D58D4 100%);*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    color: #FFFFFF;*/
/*    line-height: 20px;*/
/*    padding: 10px 10px;*/
/*    font-size: 14px;*/
/*    line-height: 1;*/
/*    z-index: 1;*/
/*}*/


/*!* 斜角部分 *!*/
/*!*.user-label::before{*!*/
/*!*    content: '';*!*/
/*!*    position: absolute;*!*/
/*!*    top: 0;*!*/
/*!*    left: -20px;*!*/
/*!*    width: 40px; !* 斜角宽度 *!*!*/
/*!*    height: 100%;*!*/
/*!*    background-color: inherit; !* 继承父元素背景色 *!*!*/
/*!*    transform: skewX(45deg); !* 斜角效果 *!*!*/
/*!*    z-index: -1; !* 放在背景层 *!*!*/
/*}*/
/*.vip-label::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -20px;*/
/*    width: 40px; !* 斜角宽度 *!*/
/*    height: 100%;*/
/*    background-color: #5394FF; !* 继承父元素背景色 *!*/
/*    transform: skewX(45deg); !* 斜角效果 *!*/
/*    z-index: -1; !* 放在背景层 *!*/
/*}*/
/*.registered-use-label::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -20px;*/
/*    width: 40px; !* 斜角宽度 *!*/
/*    height: 100%;*/
/*    background-color: #E3E6ED;*/
/*    transform: skewX(45deg); !* 斜角效果 *!*/
/*    z-index: -1; !* 放在背景层 *!*/
/*}*/

.account-management {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.id-info{
    display: flex;
    justify-content: space-between;
    margin: 19px 18px 0 30px;
}
.user-msg{
    display: flex;
    justify-content: space-between;
    margin:30px 41px 15px 30px;
}
.user-msg .member-show-registered {
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.user-msg .member-show-registered .to-apply{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #3F84F7;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.user-msg .member-show-unpaid-vip,
.user-msg .member-show-vip
{
    display: flex;
    flex-direction: column;
}
.user-msg .member-show-unpaid-vip .company,
.user-msg .member-show-vip .company
{
    margin-bottom: 10px;
}
.user-msg .member-show-unpaid-vip .company,
.user-msg .member-show-vip span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.member-show-vip .company-type span{
    padding: 0 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    margin-right: 5px;
}
.id-manager {

    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.msg-show{
    display: flex;
    justify-content: start;
}


.shadow-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.shadow-banner .shadow-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    opacity: .4;
    z-index: 101;
}

.shadow-banner .shadow-con {
    position: fixed;
    top: calc(50% - 350px);
    left: calc(50% - 400px);
    width: 800px;
    height: 700px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 102;
    padding: 30px;
    box-sizing: border-box;
}

.shadow-banner .shadow-con .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px; cursor: pointer;
}

.shadow-banner .shadow-con .close-btn img {
    width: 100%;
    height: 100%;
}

.shadow-banner .shadow-con .inp-banner {
    width: 100%;
}

.shadow-banner .shadow-con .title {
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    color: #3171D4;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 25px 0 10px;

}



.shadow-banner .shadow-con .inp-banner {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.shadow-banner .shadow-con .inp-banner .inp-con {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
}

.shadow-banner .shadow-con .inp-banner .inp-con .lf-con {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 15px;
    color: #333333;
}
.shadow-banner .shadow-con .inp-banner .inp-con .md-con {
    margin-left: 45px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 15px;
    color: #333333;
}

.shadow-banner .shadow-con .inp-banner .inp-con .lf-con .redSpan {
    color: #E54F4F;
    font-size: 15px;
    margin-right: 5px;
    font-weight: 600;
}

.shadow-banner .shadow-con .inp-banner .inp-con .rf-con {
    width: 450px;
    height: 40px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(225, 225, 225, 1);
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    color: #C0C4CC;
    margin-left: 20px;
}

.shadow-banner .shadow-con .inp-banner .inp-con .md-con .radio-con {
    margin-right: 40px;
    height: 18px;
    display: flex;
    align-items: center;
}

.shadow-banner .shadow-con .inp-banner .inp-con .md-con .radio-con input {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.shadow-banner .shadow-con .inp-banner .inp-con .rf-con input {
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    color: #000;
}

.shadow-banner .shadow-con .inp-banner .inp-con .rf-con input::placeholder {
    font-size: 15px;
    color: #C0C4CC;
}

.shadow-banner .shadow-con .shadow-btn {
    width: 120px;
    height: 40px;
    background: inherit;
    background-color: rgba(49, 113, 212, 1);
    border: none;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin: 40px auto;
}

.shadow-banner .shadow-con .shadow-btn input{
    width: 120px;
    height: 40px;
    background: inherit;
    background-color: rgba(49, 113, 212, 1);
    border: none;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    /*margin: 40px auto;*/
}
.enroll-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 50px auto 20px;
}
.enroll-banner p{
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #303133;
    margin: 30px 0 10px;
}
.enroll-banner span{
    color: #909399;
    font-size: 13px;
}
.enroll-content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.enroll-content .sub-btm{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.enroll-pj {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.enroll-pj-title{
    width: 80px;
    text-align: right;
    margin-right: 20px;
    font-size: 15px;
    color: #333333;
}
.redSpan{
    color: #E54F4F;
    font-size: 15px;
    margin-right: 5px;
    font-weight: 600;
}
.enroll-submit-pj{
    width: 120px;
    height: 40px;
    background: inherit;
    background-color: rgba(49, 113, 212, 1);
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.enroll-erweima{
    display: flex;
    align-items: start;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 0px;
}
.enroll-erweima .lf-con{
    display: flex;
    justify-content: center;
    align-items: center;
}
.enroll-erweima .lf-con .txt {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.enroll-erweima .lf-con .txt p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;

}
.enroll-erweima .lf-con .txt span{
    font-size: 14px;
    color: #909399;
}
.enroll-erweima .lf-con img {
    width: 46px;
    height: 46px;
}
.enroll-erweima .rf-con{
    width: 100px;
    height: 100px;
}
.enroll-erweima .rf-con img{
    width: 100px;
    height: 100px;
}
.modal-contact{
    margin-top: 43px;
    margin-left: 10px;
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F2F3F5;


    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.modal-phone {
    margin-top: 43px;
    margin-left: 10px;
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F2F3F5;


    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    /*p{*/
    /*    color: #333333;*/
    /*}*/


    /*span {*/
    /*    color: #999999;*/
    /*}*/

    /*.replace-btn{*/
    /*    !*width: 60px;*!*/
    /*    !*height: 28px;*!*/
    /*    border: 1px solid #ccc; !* 添加外边框 *!*/
    /*    padding: 5px 20px; !* 添加内边距 *!*/
    /*    border-radius: 15px; !* 添加圆角 *!*/
    /*    background-color: #F4F4F4; !* 添加背景颜色 *!*/
    /*    color: #333333;*/
    /*}*/

}


.receipt_title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}

.level-content{
    margin-top: 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    font-style: normal;

    padding-bottom: 11px;

    border-bottom: 1px solid #F2F3F5;
}

.msg-lt{
    margin-right: 51px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.msg-lt:hover{
    color: #222222;
}
.msg-lt img,.msg-rg img{
    margin: 0px 0px 3px 0px;
}
.msg-rg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.msg-rg:hover{
    color: #222222;
}
.header-btn{
    display: flex;
}
.header-btn a{
    width: 242px;
    height: 46px;
    margin-right: 12px;
    margin-left: 30px;
}
.header-btn .applyIng {
    background: #B5D1FF;
    border-radius: 8px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center
}
.header-btn a:first-child{
    background: #EEF3FC;
    border-radius: 8px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #3F84F7;
    line-height: 22px;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-btn .toApplyBtn{
    background: #3F84F7;
    border-radius: 8px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center
}
.tipticmsg{
    width: 500px;
    height: 36px;
    background: #FFF7EC;
    border-radius: 6px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 20px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tipticmsg img{
    width: 24px;
    height: 24px;
}
.tipticmsg span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #B27C00;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.msg-content{
    position: relative;
}
.msg-num{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 16px;
    background: #FF0F23;
    border-radius: 8px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    font-style: normal;
}
.shop-num{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 8px;
    height: 8px;
    background: #FF0F23;
    border-radius: 8px;
}
.id-info .lf-info {
    display: flex;
    justify-content: start;
    align-items: center;
}
.id-info .rf-info {
    display: flex;
    justify-content: end;
    align-items: center;
}
.id-info .rf-info > *{
    margin-left: 16px;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.id-info-img{
    width: 46px;
    height: 46px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
    margin-right: 10px;
    overflow: hidden;

}
.id-info-img img {
    width: 46px;
    height: 46px;
    margin: 0px;
    object-fit: contain;
    background-color: #fff;
}
.id-info .phone {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.service-tab{
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}
.service-tab-bottom{
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.service-tab .tab-name {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.service-tab-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-bottom: 20px;
    margin-top: 41px;
    display: flex;

    align-items: center;
}
.service-ing-name{
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}
.service-ing-num {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}
.service-tab .toptic {
    width: 52px;
    height: 20px;
    background: #FFF0F1;
    border-radius: 10px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    color: #FF0F23;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-ing-num-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
.service-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.service-btn .btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 242px;
    height: 50px;
    background: #F4F4F4;
    border-radius: 6px;

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}

.service-btn .btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 242px;
    height: 50px;
    background: #F4F4F4;
    border-radius: 6px;

    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}
.service-btn .btn1 img,
.service-btn .btn2 img{
    width: 8px;
    height: 8px;
}
.el-footer {
    padding: 10px;
}
/*.el-footer .function-name {*/
/*    margin-top: 20px;*/
/*}*/
.function-tab {
    margin-top: 20px;
    display: flex;
    margin-left: 48px;
    width: 350px;
    justify-content: space-between;
}
.function-tab a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.head_main .logo {
    background-color: #FFFFFF !important;
}
.shadow-con{
    margin: 0 auto;
    padding: 25px;
}
.finishdisplayboard-contnent span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin: 0px 0 12px 0;

}
.finishdisplayboard-contnent{
    display: flex;
    flex-direction: column;
}
.finishdisplayboard-contnent p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-bottom: 15px;
}
 .tofinishbtn{
    width: 90px;
    height: 36px;
    background: #3F84F7;
    border-radius: 8px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    margin-right: 12px;
     border: none;

}
 .overFinish{
    width: 90px;
    height: 36px;
    border-radius: 8px;
    border: 2px solid #E2E2E2;
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: center;
    font-style: normal;
     border: none;
}
 .btn-content{
    display: flex;
     justify-content: end;
}


.membership_level {
    background: linear-gradient(90deg, #5394ff 0%, #0d58d4 100%);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    border-top-right-radius: 7px;
    color: #fff;
    font-size: 13px;
    width: 150px;
    height: 67px;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-left-radius: 30px;
}
.membership_level .membership_level_text {
    height: 40px;
}
.membership_level::before {
    content: "";
    width: 101%;
    position: absolute;
    bottom: -1px;
    background: #fff;
    height: 27px;
    border-top-right-radius: 12px;
    left: -1px;
}
.membership_level::after {
    position: absolute;
    content: "";
    -webkit-clip-path: polygon(0 0, 12% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 12% 0, 100% 100%, 0 100%);
    background: #fff;
    left: -1px;
    top: 0;
    width: 32px;
    height: 100%;
    border-top-right-radius: 120%;
}
.membership_level.notVip {
    background: linear-gradient(90deg, #b2bac9 0%, #919caf 100%);
}/*# sourceMappingURL=headModule.css.map */


.user-label{
    display: flex;
    justify-content: center;
    border-top-right-radius: 4px;
    color: #fff;
    font-size: 26px;
    width: 121px;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.user-label::before{
    content: "";
    position: absolute;
    width: 100%; 
    height: 100%;
    background: linear-gradient(90deg, #B2BAC9 0%, #919CAF 100%);
}
.user-label.vip-label{
    color: #fff;
}

.user-label.vip-label::before{
    background: linear-gradient(90deg, #5394ff 0%, #0d58d4 100%);
}
.user-label.registered-user-label{
  color: #666666;
}

.registered-user-label::before{
    background: #E3E6ED;
}

.level_bg_img{
    position: absolute;
    width: 312px;
    height: auto;
    top: 0px;
    right: 0;
}

.user-label .user-level-name-label {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 8px;
    left: 10px;
}

/* .vip-label .user-level-name-label {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 8px;
    left: 10px;
}

.registered-user-label .user-level-name-label {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    left: 12px;
    top: 8px;
} */
.experience_time{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #F7853F;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}