a {
    text-decoration: none!important;
    transition: .3s;
    color: #333;
}

i,em {
    font-style: normal;
}

ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}
.ept_statistics_box {
    border-radius: var(--border-radius-mini);
    margin-bottom: 2rem;
    display: flex;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.ept_statistics {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.ept_statistics_value b {
    font-weight: normal;
    font-size: 26px;
}

.ept_main_title {
    padding-bottom: 1rem;
}

.ept_main_title em {
    font-weight: normal;
}

.history {
    font-weight: normal;
}

.ept_main_title .title b {
    font-size: 16px;
    color: #000;
}

.card_items {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.ept_today_item {
    width: 24%;
}

.ept_userinfo_top {
    display: flex;
}

.userinfo_content {
    display: flex;
    color: #bfbfbf;
}

.ept_userinfo_top {
    align-items: center;
}

.info_tips {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}

.quick_wrap {
    padding: 20px 0;
    display: flex;
    text-align: center;
}

.quick_item {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ept_info_card {
    margin-left: 30px;
}

.quick_item img {
    width: 50px;
    border-radius: 10px;
}

.quick_item span {
    padding-top: 10px;
}

.userinfo_name {
    font-size: 22px;
    font-weight: 700;
}

.topay {
    border-radius: 30px;
    border: 1px solid #007bff;
    padding: 2px 10px;
    color: #fff;
    background: #007bff;
}

.ranking {
    color: #999999;
}

.ranking b {
    color: #000;
}

.ept_userinfo_box {
    background: url(/static/qiantai/haikuotiankong/images/userinfo_bg.png);
    padding: 20px;
    border-radius: 10px;
}

.ept_onenav {
    display: flex !important;
    /* 设置为弹性容器 */
    flex-direction: column;
    /* 子元素垂直排列 */
    align-items: center;
    /* 水平居中对齐 */
    text-align: center;
    /* 文本居中（可选） */
    /* 可选：添加间距和尺寸 */
    padding: 8px;
    width: 60px;
}

.ept_ordertbody {
    margin-top: 20px !important;
}

.ept_orderinfo_top {
    background: #eff5ff;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.ept_orderinfo_center {
    padding: 0 10px;
}

.ept_orderinfo_bottom {
    background: #eff5ff;
    padding: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.order_title {
    font-weight: 700;
}

.order_create_time {
    float: right;
}

.card-banner {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1rem;
    border-radius: var(--border-radius-mini);
    padding: 15px 0px;
    -webkit-box-shadow: 0 0 4px rgba(var(--ept-dark-rgb), 0.075);
    -moz-box-shadow: 0 0 4px rgba(var(--ept-dark-rgb), 0.075);
    box-shadow: 0 0 4px rgba(var(--ept-dark-rgb), 0.075);
}

.list-chose span.active:after {
    font-family: 'Material Design Icons';
    content: "\F012C";
    width: 14px;
    height: 14px;
    display: inline-block;
    -wekit-border-radius: 0 0 0 14px;
    border-radius: 0 0 0 14px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--ept-primary);
    color: #fff;
}

.list-chose span input {
    display: none;
}

.goodslist_item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    border-radius: 8px;
}

.goodimg {
    width: 116px;
    height: 116px;
}

.goods_info {
    width: calc(100% - 276px);
}

.goods_table {
    margin-top: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.table-item {
    width: 100%;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    display: flex;
    align-items: center;
    border: none;
}

.table-item.wide {
    font-weight: 700;
}

.table-item em {
    display: block;
    font-style: normal;
    width: 74px;
    text-align: justify;
    text-align-last: justify;
}


/* 表格样式 */

.ept_product-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.ept_product-table th,
.ept_product-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
}

.ept_product-table th {
    background-color: #f5f5f5;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.ept_product-table tr:last-child td {
    border-bottom: none;
}

.ept_product-table tr:hover {
    background-color: #f9f9f9;
}


/* 商品图片样式 */

.ept_product-image {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
}

.ept_product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ept_product-image img:hover {
    transform: scale(1.1);
}


/* 商品名称样式 - 居左 */

.ept_product-name {
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    display: inline-block;
}

.ept_product-name:hover {
    color: #2e74ff;
    text-decoration: underline;
}


/* 除商品名外的所有单元格居中 */

.ept_product-table td:not(:nth-child(2)) {
    text-align: center;
}


/* 价格样式 */

.ept_price {
    font-weight: 600;
    color: #e74c3c;
}

.ept_original-price {
    color: #95a5a6;
    text-decoration: line-through;
    margin-left: 5px;
}


.ept_low-stock {
    color: #e67e22;
}

.ept_out-of-stock {
    color: #e74c3c;
}


/* 按钮样式 */

.ept_buy-button {
    display: inline-block;
    background-color: #2e74ff;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    text-align: center;
    min-width: 100px;
}

.ept_buy-button:hover {
    background-color: #2980b9;
}

.ept_buy-button svg {
    vertical-align: middle;
    margin-right: 5px;
}


/* 移动端适配 */

@media (max-width: 768px) {
    .ept_product-table,
    .ept_product-table thead,
    .ept_product-table tbody,
    .ept_product-table th,
    .ept_product-table td,
    .ept_product-table tr {
        display: block;
    }
    .ept_product-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .ept_product-table tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        border-radius: 8px;
    }
    .ept_product-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: left !important;
    }
    .ept_product-table td:before {
        position: absolute;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 600;
        content: attr(data-label);
    }
    .ept_product-image {
        margin: 0 auto 10px;
    }
}

.ept_order_item {
    display: flex;
}

.createorder_left {
    width: 100px;
    font-weight: 400;
    color: #b1b1b1;
    padding: 10px;
    overflow: hidden;
}

.createorder_right {
    color: #2e74ff;
    padding: 10px;
    overflow: hidden;
}

.media-text {
    overflow: hidden;
    width: auto;
    display: inline-block;
    align-self: center;
    margin-left: 10px;
}

.media-text .goodstitle {
    margin-bottom: 20px;
}

.goodstitle .goodname {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: rgba(0, 0, 0, .85);
}

.create_goodsinfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 30px;
}

.cate-item {
    width: 100%;
    height: 75px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cata-container-left .active {
    background: #e5eefe;
    border-left: 3px solid #007bff;
}

.cate-item img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.cate-item .title {
    font-size: 17px;
    color: #333;
    max-width: 75px;
}
.user-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user-form-item {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
}
.user-form-label {
    display: block;
    padding: 0px 15px;
    width: 90px;
    font-weight: 400;
    line-height: 38px;
    text-align: right;
    box-sizing: unset;
}
.user-money-way {
    display: flex;
    flex-wrap: wrap;
}
.user-money-way .pay_type.ing {
    background: #59f;
    color: #fff;
    border-color: #59f;
}
.user-money-way .pay_type {
    display: flex;
    height: 38px;
    align-items: center;
    padding: 0 18px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid rgb(0 0 0 / 10%);
    margin-right: 15px;
    cursor: pointer;
    transition: .3s;
    justify-content: center;
    flex-direction: row;
}
.pay_type img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.user-home-full {
    width: 100%;
    padding: 0 20px 20px;
    background: #fff;
    border-radius: 12px;
}
.userinfo {
    width: 100%;
    border: 1px solid #eee;
    height: 158px;
    background: #f7f9fa;
    color: #333;
    font-size: var(--base-font-size);
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px;
}
.userimage {
    width: 90px;
    height: 90px;
    margin-left: 50px;
    margin: 0 30px 0 50px;
}
.base-user-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.userform-item {
    display: flex;
    align-items: center;
    min-height: 32px;
}
.form-item-label {
    font-size: 12px;
    color: #a0a2a3;
    width: 68px;
}
.form-item-value {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 12px;
}
.user-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user-form-list {
    width: 100%;
    height: 86px;
    border-bottom: 1px dashed #999;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.setting-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.site-tips {
    color: #999;
    background-color: transparent;
}
.submit_order{
    padding-bottom: 20px;
}
.payment_box{
    display: flex;
    gap: 20px;
}
.pay_tag.active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}
.pay_tag{
    display: flex;
    height: 38px;
    align-items: center;
    padding: 0 18px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: .3s;
    justify-content: center;
    flex-direction: row;
}
.pay_tag img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.cata-nav {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    
}
.cata-nav .item {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(221, 221, 221, .4);
    cursor: pointer;
}
.cata-nav .item .item-img-wrap {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cata-nav .item .item-text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    position: relative;
}
.cata-nav .item .item-img-wrap .item-img {
    width: 64px;
    height: 64px;
    border-radius: 74px;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px #3c9eff;
    overflow: hidden;
}
.cata-nav .item .item-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
    height: 1px;
    background: rgba(221, 221, 221, .2);
}
.cata-nav .active {
    border: 1px solid #5599ff;
}
.cata-nav .active .item-text {
    color: #fff;
    background: linear-gradient(to left, #5599ff, #1ba4ff);
}
.buybtn{
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;

}
.hide-cata-nav{
    display: none;
}
.order-status{
        height: 21px;
        line-height: 21px;
        padding-left: 16px;
        display: block;
        background: url(../img/icon_chuli.gif) no-repeat;
        cursor: pointer;
        margin: 0 auto;
    }
    /*未付款*/
     .order-unpaid{
        color: #ff0000;
        background-position: 0 -42px;
    }
    /*成功*/
    .order-unpaid-success{
        color: #00a000;
        background-position: 0 -21px;
    }
    /*等待*/
     .order-unpaid-waiting{
        color: #ff0000;
        background-position: 0 -42px;
    }
    /*异常*/
     .order-unpaid-abnormal{
        color: #ff0000;
        background-position: 0 -84px;
    }
    /*处理中*/
    .order-unpaid-processing{
        color: #3b7dc2;
    }
    /*退单*/
    .order-unpaid-chargeback{
        color: #aaa;
        background-position: 0 -63px;
    }
    /*退款*/
    .order-unpaid-refund{
        color: #aaa;
        background-position: 0 -63px;
    }
.public-login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/userloginbg.png');
    background-color: #ecf4ff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.public-login .wrap {
    display: flex;
    width: 800px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 0 40px rgb(85 153 255 / 10%);
}

.public-login .wrap .fl {
    width: 400px;
    height: 500px;
    background-color: #59f;
    background-image: url('../img/userlogin.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}

.public-login .wrap .fl.reg {
    height: 580px;
}

.public-login .wrap .fr {
    width: 400px;
    padding: 10px 40px;
}

.public-login .wrap .fr .title {
    font-size: 28px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.public-login .wrap .fr .title span {
    color: #666;
    display: flex;
    align-items: center;
}

.public-login .wrap .fr .title span a {
    display: flex;
    align-items: center;
    color: #59f;
}

.public-login .wrap .fr .title span a i {
    transform: rotateZ(90deg);
    display: block;
    margin-left: 2px;
}

.public-login .wrap .fr .title span a i svg {
    transition: .2s;
}

.public-login .wrap .fr .title span a:hover i svg {
    transform: translateY(-5px);
}

.public-login .login-form {
    border-radius: 4px;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 20px;
}

.public-login .login-form .login-type {
    display: flex;
    justify-content: space-evenly;
}

.public-login .login-form .login-type .item {
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}

.public-login .login-form .login-type .item.ing {
    color: #59f;
}

.public-login .login-form .login-form-wrap {
    display: none;
}

.public-login .login-form .login-form-wrap.ing {
    display: block;
}

.public-login .login-form .login-form-wrap .login-form-item {
    width: 100%;
    margin-top: 20px;
}

.public-login .login-form .login-form-wrap .imgcode,
.public-login .login-form .login-form-wrap .code {
    display: flex;
    justify-content: space-between;
}

.public-login .login-form .login-form-wrap .imgcode img {
    width: 110px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid rgb(0 0 0 / 10%);
}

.public-login .login-form .login-form-wrap .imgcode .user-input,
.public-login .login-form .login-form-wrap .code .user-input {
    width: 140px;
}

.public-login .login-form .login-form-wrap .code .user-btn {
    width: 110px;
}

.quicklogin {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.quicklogin span{
    color: #666;
    margin-right: 10px;
}

.quicklogin .item {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 4px;
    background-image: url('../img/loginicon.png');
    background-size: 114px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: .3s;
}

.quicklogin .item.weixin {
    background-size: 114px;
    background-position: center;
    background-repeat: no-repeat;
}

.quicklogin .item:nth-child(2) {
    background-position: -38px;
}

.quicklogin .item:nth-child(3) {
    background-position: -76px;
}

.quicklogin .item:hover {
    background-color: #ecf4ff;
}
.user-btn, .user-input, .user-select, .user-textarea {
    transition: .3s;
}
.user-input, .user-textarea {
    display: block;
    padding-left: 10px;
}
.user-input, .user-select, .user-textarea {
    height: 38px;
    font-size: 14px;
    line-height: 1.3;
    border: 1px solid rgb(0 0 0 / 10%);
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    border-radius: 5px;
    width: 100%;
}
.user-btn.full {
    width: 100%;
}
.user-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border: 1px solid transparent;
    padding: 0 18px;
    background: #1890ff;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}
.user-btn:hover {
    background: #73abff;
}
.sub-item-head.red{
        background-image: url('../img/img-red.png');
}
.sub-item-head.blue{
        background-image: url('../img/img-blue.png');
}
.sub-item-head.black{
        background-image: url('../img/img-black.png');
}
.buy-button {
    box-sizing: border-box;
    width: 181px;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    transition: .2s;
    margin-top: 10px;
    background-color: #fff;
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}