.c0 {
    color: #000 !important;
}

.cf {
    color: #fff !important;
}

.ca {
    color: #ABACAD;
}

.c7 {
    color: #70757E;
}

.c9 {
    color: #999;
}

.c05 {
    color: #005B4A;
}

.fw6 {
    font-weight: 600;
}


.fw7 {
    font-weight: 700;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f13 {
    font-size: 13px !important;
}

.f24 {
    font-size: 24px !important;
}

.f28 {
    font-size: 28px !important;
}

.fw7 {
    font-weight: 700;
}

.f14 {
    font-size: 14px;
}

.f20 {
    font-size: 20px !important;
}

.f80 {
    font-size: 80px;
}

/* 垂直居中 */
.alignCenter {
    display: flex;
    align-items: center;
}

/* 水平居中 */
.justCenter {
    display: flex;
    justify-content: center;
}

.allcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ln {
    display: inline-block;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.ml20 {
    margin-left: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt16 {
    margin-top: 16px;
}

.mt80r {
    margin-top: 5rem;
}

.g0 {
    padding: 0px !important;
    margin: 0px !important;
}

.w100 {
    width: 100%;
}

.ptb50 {
    padding: 50px 0;
}

.mg0 {
    margin: 0px;
}

.ce {
    text-align: center;
}

.pd0 {
    padding: 0px;
}


.l0 {
    line-height: 0px;
}

.flex {
    display: flex;
}

.flexend {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.sadline2 {
    overflow: hidden;
    /*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box;
    /*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 2;
    /*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical;
    /*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}

.mr20 {
    margin-right: 20px;
}

.ml10 {
    margin-left: 10px;
}

.choose {
    cursor: pointer;
    overflow: hidden;
}

.w16 {
    width: 16px;
    height: 16px;
}

.Flexce {
    display: flex;
    justify-content: center;
    position: relative;
}

.absolute {
    position: absolute;
    top: 110%;
    right: -5%;
    opacity: 0;
    z-index: 1001;
    visibility: hidden;
}

.Flexce:hover .absolute,
/* 当鼠标悬停在父容器上时 */
.Flexce .absolute:hover {
    /* 当鼠标悬停在弹出框上时 */
    visibility: visible;
    opacity: 1;
}

.noData {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 100px;
}

.noDataImg {
    width: 177px;
    height: 176px;
}

.noDataImg-t1 {
    font-size: 20px;
    color: #000000;
    margin-top: 20px;
    font-weight: 600;
}

.noDataImg-t2 {
    font-size: 16px;
    color: #70757E;
    margin-top: 20px;
    text-align: center;
}

.FlexBack {
    background-color: #fff;
    padding: 0px 20px 0px 20px;
    border-radius: 16px;
    width: 600px;

    margin-right: -30px;
    height: 448px;
    overflow: auto;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2);
}

.FlexBack::-webkit-scrollbar {
    display: none;
}

.triangle-up-right {
    width: 0;
    height: 0;
    border-bottom: 15px solid #fff;
    /* 三角形的高度 */
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /* 左侧透明，创建向右的斜边 */
}

.shoppingCard {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Flexce-img {
    width: 16px;
    height: 16px;
    margin-left: 64px;
}

.shoppingCard-div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E4E6EA;
    padding-bottom: 15px;
    padding-top: 15px;
}

.shoppingCard-divd {
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
    padding: 10px 0px 10px 0px;
}

.shoppingCard-div-t1 {
    font-size: 18px;
    font-weight: 600;
}

.shoppingCard-div-t2 {
    font-size: 12px;
    color: #70757E;
    font-weight: 500;
    width: 90%;
}

.shoppingCard-divd img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.shoppingCard-div-t1 {
    font-size: 18px;
    font-weight: 600;
}

.shoppingCard-div-t2 {
    font-size: 12px;
    color: #70757E;
    font-weight: 500;
    width: 90%;
}

.shoppingCard-div img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.shoppingCard-icon {
    width: 15px !important;
    height: 15px !important;
}

.shoppingCard-icon2 {}

.shoppingCard-icond {
    width: 10px !important;
    height: 12px !important;
}

.Logit {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0;
    margin-left: 20px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pointer {
    cursor: pointer;
}

.Signup {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    padding: 0;
    margin-left: 20px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imgTx {
    width: 40px;
    height: 40px;
}

.FBLDialog_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-close {
    font-size: 24px !important;
}

.FBLDialog input {
    border: none;
    outline: none;
    background-color: #F6F6F8;
    border-radius: 20px;
}

/* 顶部导航 */
.nav-top-shoppingDetail {
    position: relative;
}

.nav-top-background {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 1001;
}

.nav-top-content {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 28%;
    background-color: #FFFFFF;
    z-index: 1001;
    height: 100vh;
}

.nav-top-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E4E6EA;
}

.nav-top-title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

.nav-top-close img {
    width: 16px;
    height: 16px;
}

.nav-top-body {
    padding: 10px 20px 10px 20px;
    overflow: auto;
    height: calc(100vh - 230px);
}

.item-container {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E4E6EA;
    padding-bottom: 20px;
}

.item-container img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
}

.item-name {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.item-description {
    color: #70757E;
    font-weight: 500;
    font-size: 12px;
}

.item-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-price {
    color: #005B4A;
    font-size: 18px;
    font-weight: 700;
}

.quantity-controller {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-controller img {
    width: 12px;
    height: 1.44px;
}

.quantity-controller input {
    border: none;
    outline: none;
    width: 50px;
    background-color: #F6F6F8;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 12px;
    text-align: center;
    margin: 0px 10px;
}

/* 顶部导航 */

.shoppingDetail-bot {
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.shoppingDetail-bot-sw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shoppingDetail-bot-t1 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

.shoppingDetail-bot-t2 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}

.shoppingDetail-bot-btn {
    background-color: #005B4A;
    border-radius: 30px;
    font-size: 14px;
    font-size: 400;
    outline: none;
    border: none;
    color: #fff;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.w100 {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .FlexBack {
        background-color: #fff;
        padding: 0px 20px 0px 20px;
        border-radius: 16px;
        width: 300px;

        margin-right: -30px;
        height: 448px;
        overflow: auto;
        box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2);
    }

    .item-price {
        color: #005B4A;
        font-size: 16px;
        font-weight: 700;
    }

    .quantity-controller input {
        padding: 5px 5px;
        margin: 0px 5px;
        width: 40px;
    }
}