.con_box{
    background-color: #EEEEEE;
}
.page_box{
    width: 920px;
    margin: 0 auto;
    padding-bottom: 73px;
}
.page_ui{
    padding-top: 11px;
    padding-bottom: 15px;
}
.page_content{
    height: 691px;
    width:100%;
    border: 1px solid #D0D0D0;
}
.header_top{
    height: 112px;
    padding-left: 95px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    background-color: #F5F5F5;
}
.header_logo{
    margin-right: 14px;
}
.header_logo img{
    width: 50px;
    height: 50px;
}
.font_t{
    color: #383738;
    font-size: 17px;
    margin-bottom: 5px;
}
.font_t span{
    margin-left: 10px;
    color: #999999;
}
.font_e{
    color: #694A24;
    font-size: 14px;
}
.header_con{
    background-color: #fff;
    height: calc(100% - 112px);
}
.heard{
    width: 728px;
    display: flex;
    margin: 0 auto;
    padding-top: 34px;
    justify-content: space-between;
}
.header_item{
    width: 350px;
    height: 143px;
    border-radius: 8px;
    padding-left: 23px;
    padding-top: 23px;
    padding-bottom:34px;
    box-sizing: border-box;
    border: 1px solid #E4E3E5;
    background-color: #F9FAFF;
}
.font{
    color: #333333;
    font-size: 22px;
}
.fimg{
    margin-left: 12px;
    position: relative;
}
.fimg img{
    width: 16px;
    height: 16px;
}
.header_to{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.header_tw{
    display: flex;
    align-items: center;
}
.er_top img{
    width: 24px;
    height: 25px;
}
.er_box{
    padding-top: 19px;
    width: 728px;
    margin: 0 auto;
}
.er_top{
    background-color: #F9FAFF;
    height: 51px;
    display: flex;
    border-radius: 8px  8px  0px  0px  ;
    border: 1px solid #E4E3E5;
}
.er_top>div{
    width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.er_le{
    margin-right: 8px;
}
.er_bottom{
    height: 283px;
    border: 1px solid #E4E3E5;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
}
.he_btn{
    width: 60px;
    height: 28px;
    border: 1px solid #EBEBEB;
    display: flex;
    padding-left: 10px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    margin-left: 9px;
    align-items: center;
    margin-right: 20px;
    border-radius: 6px;
}
.active::before{
   position: absolute;
   content: "";
   width: 10px;
   background: url("/images/startDingzhi/Icon\ ／\ Arrow@2x\(1\).png") no-repeat;
   background-size: cover;
   height: 10px;
   right: 11px;
}
.fon_hea{
    font-size: 16px;
    color: #666666;
}
.uh_btn{
    width: 60px;
    height: 28px;
    border: 1px solid #EBEBEB;
    display: flex;
    padding-left: 10px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    margin-left: 9px;
    align-items: center;
    margin-right: 20px;
    border-radius: 6px;
}
.yuelist{
    display: none;
    padding: 10px 10px;
    position: absolute;
    box-sizing: border-box;
    width: 60px;
    top: 100%;
    left: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius:8px;
    z-index: 9;
}
.numlist{
    /* display: none; */
    padding: 10px 10px;
    /* position: absolute; */
    box-sizing: border-box;
    width: 60px;
    top: 100%;
    left: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius:8px;
    z-index: 9;
}
.numlist>li{
    position: relative;
    justify-content: flex-end;
    height: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.yuelist>li{
    position: relative;
    justify-content: flex-end;
    height: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.li_ac::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    background: url("/images/startDingzhi/Icon\ ／\ Arrow\ ／\ Light@2x.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.vip-goods-selected::before{
    position: absolute;
    content: "";
    left: -5px;
    top: 50%;
    background: url("/images/startDingzhi/Icon\ ／\ Arrow\ ／\ Light@2x.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.fimg-alert{
    display: none;
    position: absolute;
    top: -62px;
    left: -37px;
    width: 140px;
    height: 36px;
    background-color: #fff;
    padding: 10px;
    line-height: 18px;
    border: 1px solid #E4E3E5;
    border-radius: 8px;
}
.fimg-ding{
    display: none;
    position: absolute;
    top: -76px;
    left: -37px;
    background-color: #fff;
    width: 140px;
    height: 50px;
    padding: 10px;
    line-height: 18px;
    border: 1px solid #E4E3E5;
    border-radius: 8px;
}
.notBindCont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 24px;
    box-sizing: border-box;
    align-items: center;
}

.notBindCont>img {
    width: 80px;
    height: 75px;
}

.notBindCont>h3 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 17px;
}

.notBindCont>p {
    width: 300px;
    height: 36px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    line-height: 15px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 17px;
}

.notBindCont .rBtn,.notBindCont .cBtn {
    width: 142px;
    height: 36px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #666666;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 17px;
    cursor: pointer;
}

.notBindCont .rBtn img {
    width: 16px;
    height: 16px;
}