html,
body {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

.height100 {
    height: 100%;
}


.p-word12 {
    font-size: 12px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute !important;
}

.top-blank {
    height: 30px;
    background-color: #333333;
}

.top-head {
    background-color: #f6f6f6;
    color: #333333;
    height: auto;
}

.shop-name {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.shop-title {
    font-size: 18px;
    color: #333333;
}

.input-num {
    background-color: transparent;
    border: 0;
    width: 1.3rem;
    text-align: center;
    color: #5f646e;
}

.icon-size {
    font-size: 24px !important;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.blue-word {
    color: #399aef;
    font-size: 14px;
}

.red-word {
    color: #c23a4d !important;
}

.white-word {
    color: #FFF !important;
}

.gray-word {
    color: #7f7f7f;
}

.black-word {
    color: #000;
}

.p-word {
    color: #7f7f7f;
    font-size: 14px;
}


.bold-word {
    font-weight: bold;
}


.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px;
}

.whitebg {
    background-color: #fff;
}

.graybg {
    background-color: #7f7f7f !important;
}

.eeebg {
    background-color: #eee;
}

.tranbg {
    background-color: transparent !important;
}


.red-style {
    color: #FFF !important;
    background-color: #c23a4d !important;
}

.width100 {
    flex: 1;
    width: 100%;
}

.border {
    border: solid 1px #eee;
}

.borderLR {
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
}

.border-bottom {
    border-bottom: solid 1px #eee;
}

.border-top {
    border-top: 1px solid #6b6b6b;
}

.borderTB {
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
}

.border-none {
    border: none !important;
}

/* 全部 */
.padding10 {
    padding: 10px;
}

.paddingTB5 {
    padding: 5px 0;
}

/* 左右 */
.paddingLR {
    padding: 0 10px;
}

/* 上下 */
.paddingTB {
    padding: 10px 0;
}


.margin-left {
    margin-left: 10px;
}

.flexs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex {
    display: flex;
}

.flex1 {
    display: flex;
    flex: 1;
}

.flex2 {
    display: flex;
    flex: 0 0 50%;
}

.flex3 {
    display: flex;
    flex: 0 0 calc(100%/3);
}

.flex-align {
    display: flex;
    align-items: center;
}

.align-end {
    display: flex;
    align-items: flex-end;
}

.align-top {
    display: flex;
    align-items: flex-start;
}

.justify-center {
    display: flex;
    justify-content: center
}

.justify-between {
    display: flex;
    justify-content: space-between
}

.justify-end {
    display: flex;
    justify-content: end;
}

.justify-start {
    display: flex;
    justify-content: left
}

.column {
    display: flex;
    flex-direction: column;
}

.top-title {
    padding: 0 10px;
    align-items: center;
}

.none {
    display: none !important;
}


.word-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.word-nowrap {
    white-space: nowrap;
}

.ok-wrap {
    word-break: break-all !important;
}

.text-container {
    /* 3行 * 每行24px */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    /* 每行的高度 */
    width: 200px;
    /* 容器宽度，根据需要设置 */
    position: relative;
}

.text-container::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    /* 确保省略号宽度足够容纳在内 */
    height: 24px;
    /* 与line-height对应 */
    background-color: white;
    /* 与容器背景色保持一致 */
}

#banner img {
    vertical-align: middle;
}

.layui-badge {
    height: 22px !important;
    line-height: 22px !important;
}

.layui-badge,
.layui-badge-dot,
.layui-badge-rim {
    font-size: 14px !important;
    border-radius: 10px !important;
}

.icon-num {
    font-size: 16px !important;
    color: #FFF;
    background-color: #c23a4d;
    border-radius: 50%;
    padding: 5px;
}

.confirm-word {
    font-size: 16px;
}

.confirm-style {
    height: 100%;
}

.layui-layer-btn a {
    width: 50%;
    height: 40px !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border-radius: 0 !important
}

@font-face {
    /* font-family: 自己定义的字体名; */
    font-family: 'DaoLiFont';
    /* url里是字体的路径 */
    src: url("/js/public/font/AlimamaDaoLiTi.woff")format("woff"),
        url("/js/public/font/AlimamaDaoLiTi.woff2")format("woff2")
}

@font-face {
    font-family: 'FangYuanFont';
    src: url("/js/public/font/AlimamaFangYuanTiVF-Thin.woff")format("woff"),
        url("/js/public/font/AlimamaFangYuanTiVF-Thin.woff2")format("woff2")
}

.daoli_word {
    font-family: 'DaoLiFont';
}

.fangyuan_word {
    font-family: 'FangYuanFont';
}

#floatingBox {
    width: 50px;
    background-color: #FFF;
    position: fixed;
    top: 50%;
    right: 15px;
    border-radius: 10px;
    cursor: move;
    border: 1px solid #d1d1d1;
}