* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
}
.more-btn-click {
    width: 69px;
    height: 38px;
    border-radius: 6px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #111;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    background: #f8f8f8;

}
.more-btn-click::after {
    width: 60px;
    height: 40px;
    position: absolute;
    content: '';
    right: 0;
    top: 20px;
    background-color: #fff;
    opacity: 0;
    z-index: 99;
}
.more-btn-click:hover .more-click-dialog {
    cursor: pointer;
    display: block;
}

.content-moudle {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.content-left {
    width: 214px;
    height: 100%;
    background: #ffffff;
    border-radius: 12px;
    padding-bottom: 12px;
}

.select-name {
    padding-left: 14px;
    flex: 1;
}
.selcet-symbol-right {
    width: 8px;
    height: 8px;
    transform: translateX(-40%) rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    display: block;
    margin-right: 11px;
}
.content-center {
    margin: 0 14px;
}

.content-center-top {
    width: 615px;
    height: 216px;
    background: #ffffff;
    border-radius: 12px;
}

.content-center-bottom {
    width: 615px;
    background: #ffffff;
    border-radius: 12px;
}

.content-right {
    width: 343px;
}

.content-right-top {
    width: 343px;
    height: 215px;
    background: #fafafa;
    border-radius: 12px;
    margin-bottom: 13px;
}

.content-right-bottom {
    width: 343px;
    background: #ffffff;
    border-radius: 12px;
}

.content-left-item {
    width: 214px;
    height: 46px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 46px;
    position: relative;
    display: flex;
    align-items: center;
}
.content-left-item::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 46px;
    background: red;
    right: -20px;
    top: 0;
    opacity: 0;
}
.content-left-item:hover.content-left-item {
    cursor: pointer;
    background: #ffe4dc;
    color: #ff5001;
    font-weight: bold;
}
.content-left-item:hover .selcet-symbol-right {
    border-color: #ff5001;
    border-width: 2px;
}
.content-left-item:hover .select-pos-dialog {
    display: block;
    transition: all 0.2;
}
.content-left-item:hover .selcet-symbol-right {
    color: #ff5001;
}

.content-right-top-func {
    padding: 14px 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-func-left {
    display: flex;
    align-items: center;
}

.vip-tips-moudle {
    width: 315px;
    height: 38px;
    background: #ffedc7;
    border-radius: 19px;
    margin: 25px auto 20px auto;
    font-weight: bold;
    color: #b55d00;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.func-moudle {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.func-moudle-item {
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    cursor: pointer;
}
.func-text {
    margin-top: 4px;
    width: 24px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 17px;
}
.func-img1 {
    width: 44px;
    height: 44px;
    background-image: url('https://cdn.static.magcloud.cc/flxx-pc/static/img/personalcard_icon_classification@2x.png');
}

.func-img2 {
    width: 44px;
    height: 44px;
    background-image: url('https://cdn.static.magcloud.cc/flxx-pc/static/img/personalcard_icon_comments@2x.png');
}
.func-img3 {
    width: 44px;
    height: 44px;
    background-image: url('https://cdn.static.magcloud.cc/flxx-pc/static/img/personalcard_icon_consumption@2x.png');
}
.func-img4 {
    width: 44px;
    height: 44px;
    background-image: url('https://cdn.static.magcloud.cc/flxx-pc/static/img/personalcard_icon_more@2x.png');
}
.block-h {
    height: 12px;
}

.user-vip-tips {
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    display: flex;
    align-items: center;
}
.vip-symbol-right {
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: translateX(-40%) rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    margin-left: 3px;
}
.vip-symbol-tips {
    width: 6px;
    height: 6px;
    transform: translateX(-40%) rotate(45deg);
    border-top: 2px solid #b55d00;
    border-right: 2px solid #b55d00;
    margin-left: 4px;
}

/* 左侧筛选 */
.select-pos-dialog {
    display: none;
    width: 825px;
    background: #ffffff;
    border-radius: 12px;
    position: absolute;
    left: 228px;
    top: -14px;
    z-index: 999;
    box-sizing: border-box;
    border: 2px solid #fff;
    padding-bottom: 20px;
}
.select-pos-dialog {
    border-color: #fc7503;
}
.select-pos-main {
    padding: 30px 20px 0 20px;
}
.select-pos-title {
    height: 32px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #111111;
    line-height: 32px;
    display: flex;
    align-items: center;
}
.select-pos-min {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.select-pos-min > .pos-name {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
}
.select-pos-min > .pos-name:hover {
    cursor: pointer;
    color: #fc7503;
}
.more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 69px;
    height: 38px;
    border-radius: 6px;
    font-size: 16px;
    color: #111;
    font-weight: 400;
}
.more-btn-click:hover {
    background: #f8f8f8;
}
/* 更多 */
.more-click-dialog {
    width: 340px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: absolute;
    right: 0;
    top: 58px;
    z-index: 999;
    display: none;
}
.more-click-item {
    min-width: 64px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 25px 2px 25px;
}
.more-click-text {
    margin: 0 0 12px 0;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
}
.more-click-text:hover {
    cursor: pointer;
    background: #f8f8f8;
    border-radius: 4px;
    text-align: center;
}

.no-reditr-user {
    padding: 3px;
    height: 13px;
    background: #f5f5f5;
    border-radius: 2px;
    height: 9px;
    font-size: 7px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 9px;
    margin-left: 10px;
}
.no-login-text {
    width: 180px;
    height: 52px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    text-align: center;
}

.no-login-tologin {
    width: 120px;
    height: 40px;
    background: linear-gradient(270deg, #fea805 0%, #fc6f02 100%);
    border-radius: 24px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.no-login-card {
    background: #fff;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
}
.card-bg-nologin {
    width: 100%;
    height: 80px;
    margin-bottom: 7px;
    object-fit: cover;
}
.no-login-tologin {
    margin-top: 15px;
}
#login-dom {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.mb10 {
    margin-bottom: 10px;
}
.user_meal_str {
    height: 18px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
}

.header-content {
    width: 100%;
    display: flex;
    align-items: center;
}
.header-content-center {
    flex: 1;
    margin-left: 10px;
}
.header-content-center-top {
    display: flex;
    align-items: center;
}
.header-content-center-top-name {
    max-width: 192px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #111111;
    line-height: 22px;
}
.header-content-center-top-icon {
    margin-left: 5px;
    height: 16px;
    border-radius: 2px;
    overflow: hidden;
    object-fit: cover;
}

.header-content-center-bottom {
    max-width: 220px;
    margin-top: 3px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 18px   ;
}
.home-left-fixed{
    max-height: 500px;
    overflow-y: auto;
    width: 820px;
}
/* .home-left-fixed::-webkit-scrollbar {width: 10px;height: 1px;}
.home-left-fixed::-webkit-scrollbar-thumb { border-radius: 10px;-webkit-box-shadow: inset 0 0 5px #ccc;background: #EDEDED;}
.home-left-fixed::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px#ccc;border-radius: 10px;background: #fff;} */
