*{
    padding: 0;
    margin: 0;
    list-style: none;
}

body{
    min-width: 1200px;
}

.person_Head{
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
}

.back_Btn{
    width: 70px;
    height: 32px;
    background: #EAEBEC;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #656A70;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.person_Logo{
    margin-right: 20px;
}

.person_Title{
    font-size: 18px;
    color: #3D3D3D;
}

.person_Content{
    background: #F0F0F0;
    overflow: hidden;
    min-height: calc(100vh - 78px);
}

.content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.left_Menu{
    width: 240px;
    background: #FFFFFF;
    border-radius: 8px ;
    min-height: calc(100vh - 120px);
}

.right_Content{
    width: 940px;
    background: #FFFFFF;
    border-radius: 8px ;
    min-height: calc(100vh - 120px);
}

.show_Middle{
    width: 80%;
    margin: 0 auto;
}

.user_Info{
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEBEE;
}

.User_Img{
    border-radius: 50%;
    width: 62px;
    height: 62px;
    margin-right: 12px;
}

.User_Img img{
    width: 100%;
    height: 100%;
}

.user_Name{
    font-size: 18px;
    color: #2B2E31;
    margin-bottom: 12px;
}

.user_Num{
    font-weight: 400;
    font-size: 14px;
    color: #878D95;
}

.user_List{
    margin-top: 24px;
}

.user_List li{
    margin-bottom: 24px;
    color: #5D6268;
    font-size: 14px;
    cursor: pointer;
}

.user_List li div{
    padding-left: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #5D6268;
    margin-bottom: 24px;
    cursor: pointer;
}

.user_List li div:nth-child(1){
    margin-top: 24px;
}

.right_Content_Wrap{
    width: 95%;
    margin: 0 auto;
}

.every_Table_Title{
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.lines{
    width: 2px;
    height: 16px;
    background: #2074F7;
   margin-right: 6px;
    
}

.table_Wrap{
    margin-top: 26px;
}

.footer{
    width: 100%;
    height: 44px;
    background: #252627;
}

.contents{
    margin: 0 auto;
}

.contents p{
    text-align: center;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #747374;
    line-height: 44px;
}

.account_Title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
}

.account_Title_Left{
    display: flex;
    align-items: center;
}

.account_Title_Left{
    font-size: 18px;
    
}

.account_Title_Info{
    font-weight: 600;
    font-size: 20px;
    color: #3D3D3D;
}

.account_Content{
    width: 874px;
    height: 230px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    margin-top: 26px;
    display: flex;
}

.upload_Avatar{
    margin-top: 28px;
    margin-left: 28px;
}

.user_Avatar{
    width: 100px;
    height: 100px;
}

.upload_Btn{
    margin-top: 14px;
    margin-left: 18px;
    font-size: 14px;
    color: #2074F7;
    cursor: pointer;
}

.account_Info{
    margin-left: 26px;
    padding-top: 28px;
    width: 672px;
}

.every_account_Info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}

.account_Info_Left{
    width: 80px;
    text-align: right;
    margin-right: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #5D6268;
}

.every_account_Left{
    display: flex;
}

.every_account_Right{
    display: flex;
}

.account_Info_Right{
    width: 230px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 12px;
 
}

.account_Info_Rights{
    width: 576px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 12px;
}

.password_Wrap{
    margin: 0 auto;
    width: 500px;
}

.favorite_List{
    width: 97%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-bottom: #DBDBDB solid 1px;
}



.favorite_List div{
    margin-right: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #3D3D3D;
    padding-bottom: 8px;
    cursor: pointer;
}

.favorite_List .favorite_Active{
    font-size: 18px;
    color: #215DF0;
    border-bottom: #2A60FF solid 2px;
}

.page_Wrap{
    text-align: center;
    margin-top: 20px;
}

.member_Time{
    display: flex;
    margin-top: 20px;
}

.member_Time>div{
    width: 206px;
    height: 86px;
    background: url("../imgs/memberTime.png") no-repeat;
    background-size: 100% 100%;
}
.member_Time div:nth-child(1){
    margin-right: 20px;
}

.member_Time_Info{
   margin-top: 16px;
    margin-left: 12px;
    display: flex;
    align-items: center;
}

.member_Time_Introduce{
    margin-left: 12px;
    font-weight: 550;
    font-size: 16px;
    color: #021A4C;
}

.open_Time{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #414A5B;
    margin-top: 16px;
    margin-left: 12px;
}

.not_Activated{
    margin-top: 16px;
    margin-left: 12px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #989DA7;
}

.member_Detail_Wrap{
    margin-top: 20px;
    width: 100%;
    height: 400px;
    display: flex;
}

.service_Explain{
    padding: 20px 20px 0 20px;
    width: 196px;
    height: 380px;
    background: #F8F9FD;
}

.service_Title{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 550;
    font-size: 14px;
    color: #1D2335;
}

.member_Every_Title{
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.round{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1D2335;
    margin-right: 8px;
}

.member_Every_Name{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
 
    font-size: 14px;
    color: #1D2335;
    font-weight: 400;
}

.member_Detail_Info{
    font-weight: 400;
    font-size: 12px;
    color: #525A6F;
    line-height: 20px;
    margin-top: 4px;
}

.member_Change_Wrap{
    width: calc(100% - 196px);
    height: 400px;
    background: linear-gradient( 360deg, #F5F9FF 0%, #F5F8FF 100%);
}

.member_Change_Btn {
    display: flex; 
    justify-content: space-between;
    align-items: stretch; 

    height: 40px;
    width: 100%;
}

.box1{
   flex: 1;
    height: 100%;
    position: relative;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 16px;
}

.left_Personal_Btn{
    background: #DFE9FA;
    color: #1A2030;
    
}



.member_Left_Active{
    background: linear-gradient( 270deg, #295DF2 0%, #528EF7 100%);
    color: #fff;
}



.right_Enterprise_Btn{
    color: #643F24;
    background: linear-gradient( 270deg, #FFF1EA 0%, #FFEFE1 100%);
}

.member_Left_Active::before {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #295DF2 transparent;
}

.member_Change_Btn .member_Right_Active{
    background: linear-gradient( 270deg, #FFC296 0%, #FFDFC9 100%);
    color: #643F24;
}

.member_Change_Btn .member_Right_Active:before {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #FFC296 transparent;
}

.money_Amount{
    display: flex;
    margin-top: 42px;
    justify-content: space-around;
    
}

.every_Money_Amount{
    width: 148px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    position: relative;
}

.every_Money_Actvei{
    background: rgba(185,210,255,0.2);
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #3F67FF;
}

.every_Money_Actvei .member_Open_Btn{
    background: #3574F3;
    color: #fff;
}

.discount{
    position: absolute;
    width: 96px;
    height: 22px;
    background: url("../imgs/memberTop.png") no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    color: #FFFFFF;
    top: -9px;
    right: 0;
    text-align: center;
    line-height: 22px;
}

.annual_Card{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 700;
    font-size: 16px;
    color: #1D2335;
    text-align: center;
    margin-top: 26px;
}

.member_Price{
    text-align: center;
    margin-top: 12px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 600;
    font-size: 14px;
    color: #1D2335;
}

.member_RMB{
    font-size: 32px;
}

.original_Price{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: rgba(124,131,143,0.6);
    text-align: center;
    margin-top: 12px;
    text-decoration: line-through;
}

.member_Open_Btn{
    width: 100%;
    height: 28px;
    background: #EBF1FE;
    border-radius: 0px 0px 8px 8px;
    margin-top: 4px;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-size: 12px;
    color: #3876F3;
    cursor: pointer;
}

.member_Pay_Wrap{
    width: 592px;
    height: 110px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    margin-top: 24px;
    margin-left: 34px;
    display: flex;
}


.pay_Left{
    display: flex;
    width: 50%;
}

.pay_Left_Img{
    width: 86px;
    height: 86px;
    background: url(../imgs/payWrap.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 12px;
    margin-left: 20px;
}

.pay_Left_Img img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.upcoming{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #3D3D3D;
    margin-top: 16px;
}

.change_Pay_Mode{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #3D3D3D;
    margin-top: 12px;
}

.member_Show_Info{
    margin-left: 20px;
}

.weChat_Alipay{
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.weChat_Alipay div{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #8A94AA;
    cursor: pointer;
}

.pay_Right{
    width: 50%;
}

.pay_Right div{
    text-align: right;
    margin-top: 56px;
    margin-right: 24px;
}

.member_Unit{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 14px;
    color: #E6574B;
}

.real_Pay{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 32px;
    color: #E6574B;
}

.member_Discount{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #525A6F;
}

.enterprise_Member{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise_Member_Wrap{
    display: flex;
}

.contact_Way{
    margin-left: 30px;
}

.contact_Way div{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    margin-top: 12px;
}

.contact_Way div:nth-child(1){
    margin-top: 0;
}