ul,
    p {
        margin: 0;
        padding: 0;
}

.order_top_tag {
    width: 100%;
    height: 55px;
    overflow: hidden;
    margin: 0 auto 1.5em;
    background-image: url(/static/images/user_menu_top_bg.jpg);
}

.order_tag {
    float: left;
    color: #757575;
    padding: 0 .5rem 0 .5rem;
    cursor: pointer;
}

.order_tag:hover {
    border-bottom: 3px solid #BF2E27;
    color: #BF2E27;
    font-weight: bold;
    font-size: 16px;
}

.order_tag.selected {
    border-bottom: 3px solid #BF2E27;
    font-weight: bold;
    font-size: 16px;
    color: #BF2E27;
}

.order_tag a {
    display: block;
}

.order_tag a:hover {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.order_tag a.selected {
    border-bottom: 3px solid #BF2E27;
    color: #BF2E27
}

.order_t_bg {
    background-color: #F5F5F5;
    margin-top: 20px;
    margin-bottom: 15px;
}

.order_t {
    text-align: center;
    font-size: 14px;
    padding: 10px 0 10px 0;
}

.order-container {
    overflow-x: auto;
    /* 允许横向滚动 */
    -webkit-overflow-scrolling: touch;
    /* 提升滚动体验 */
}

.order_m {
    border: thin solid rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px rgba(3, 0, 71, .09) !important;
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    /* 保证子元素垂直排列 */
    white-space: nowrap;
    /* 防止换行，保持内容横向布局 */
}

.order_m_title {
    background-color: #E3F2FD;
    padding: 7px;
    font-size: 14px;
    border-bottom: thin solid rgba(0, 0, 0, .12)
}

.order_m_title span {
    margin-right: 0;
}

.order_m_title .order_ms {
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.or_ms1 {
    width: 12%;
}

.or_ms2 {
    width: 28%;
}

.or_ms3 {
    width: 16%;
}

.order-many-co {
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}

.order-padding {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.order_m_img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
}

.order_m_img img {
    width: 100%;
    height: 80px;
}

.order_m_info {
    width: 70%;
    overflow: hidden;
    float: left;
}

.order_gd_title {
    font-size: 13px;
}

.order_gd_pr {
    font-size: 13px;
    color: #757575;
    margin-top: 5px;
}

.p_tips {
    overflow: hidden;
    padding: 13px;
    display: inline-flex;
}

.icon_1 {
    background: url(/static/images/icon_1.png) no-repeat;
}

.icon_2 {
    background: url(/static/images/icon_2.png) no-repeat;
}

.icon_3 {
    background: url(/static/images/icon_3.png) no-repeat;
}

.icon_4 {
    background: url(/static/images/icon_4.png) no-repeat;
}

.icon_5 {
    background: url(/static/images/icon_5.png) no-repeat;
}

.icon_6 {
    background: url(/static/images/icon_6.png) no-repeat;
}

.icon_7 {
    background: url(/static/images/icon_7.png) no-repeat;
}

.i_sp {
    background-size: 16px;
    background-position: 5px 5px;
}

.ssdd {
    padding-left: 1rem;
    padding-right: 1rem;
}

.container-fluid {
    padding: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.zf_menu {
    width: 100%;
    height: 55px;
    overflow: hidden;
    margin: 0 auto .5em;
    background-image: url(/static/images/user_menu_top_bg.jpg);
}

.zf_menu .order_tag {
    float: left;
    overflow: hidden;
    height: 2.8rem;
    font-size: 16px;
    color: #9E9E9E;
}

.zf_menu .order_tag.selected {
    font-size: 16px;
    font-weight: bolder;
    color: #BF2E27;
}

.zf_menu .order_tag:hover {
    font-size: 16px;
    font-weight: bold;
    color: #BF2E27;
    border-bottom: 3px solid #BF2E27;
    cursor: pointer;
}

.zt_detail {
    width: 100%;
    overflow: hidden;
}

.zt_title {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.zt_t1 {
    width: 50%;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
    background: #F3F3F3;
    border-left: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
}

.zt_title2 {
    width: 100%;
    overflow: hidden;
}

.zt_t2 {
    width: 100%;
    height: 3.5rem;
    background: #E3EDF7;
    padding-left: .5rem;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.zt_t2 span {
    float: left;
    margin-right: 1rem;
    font-size: 1rem;
    color: #000;
}

.zt_t2 .cancel_order {
    width: 110px;
    height: 31px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background: url(/static/images/yellow_bt.png) no-repeat center center;
    background-size: cover;
    margin-top: .2rem;
    border: none;
    transition: 0.2s ease-in;
}

.zt_t2 .cancel_order:hover {
    background: url(/static/images/yellow_bt2.png) no-repeat;
}

.zt_t2 .pay_order {
    width: 110px;
    height: 31px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-top: .2rem;
    background: url(/static/images/red_bt.png) no-repeat center center;
    background-size: cover;
    border: none;
    transition: 0.2s ease-in;
}

.zt_t2 .pay_order:hover {
    background: url(/static/images/red_bt2.png) no-repeat;
}

.zt_content {
    width: 100%;
    overflow: hidden;
}

.zt_ct {
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    float: left;
    padding: .5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.zt_ct2 {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}

.goods-info {
    border-bottom: 1px solid #DBDBDB;
    float: left;
    padding: .5rem;
    overflow: hidden;
    font-size: 14px;
    width: auto;
    max-width: 100%;
    text-align: center;
}

.goods-info .gd_img {
    width: 52%;
    overflow: hidden;
    font-size: 1rem;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
    text-overflow: ellipsis;
}

.gd_img img {
    width: 100%;
    overflow: hidden;
}

.goods-info .gd_text {
    width: 100%;
    height: 3rem;
    overflow: hidden;
    font-size: 1rem;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
    text-overflow: ellipsis;
}

.goods-info .gd_describe {
    font-size: 14px;
    color: #b8b8b8;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
    text-overflow: ellipsis;
    text-align: left;
}

.goods-info .ts-info {
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}

.zt_ct .goods_img {
    overflow: hidden;
    height: 85px;
    text-align: center;
}

.goods_img,
img {
    overflow: hidden;
    height: 85px;
}

.zt_ct .gd_text {
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    text-overflow: ellipsis;
}

.gd_describe {
    font-size: 14px;
    color: #b8b8b8;
    overflow: hidden;
}

.gd_state {
    border-top: 1px solid #eee;
    padding-top: 8px;
}

/********** 提示状态样式 **********/
.warn {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 2rem;
    font-size: 14px;
    font-weight: bold;
    color: #2a86ff;
}

.zt_ct .word {
    text-align: center;
    font-size: 14px;
}

.zt_ct .ts-info {
    font-size: 14px;
    overflow: hidden;
    text-align: center;
}

.el-pagination {
    justify-content: center
}

.el-pagination.is-background .el-pager li.is-active {
    background-color: #BF2E27;
}

.el-range-editor.el-input__wrapper {
    width: 95%
}

.zf_menu {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    gap: 10px;
}

.order_tag {
    flex-shrink: 0;
    /* 防止元素缩小 */
    padding: 8px 12px;
    cursor: pointer;
    white-space: nowrap;
    /* 防止文本换行 */
}

.order_tag.selected {
    border-bottom: .3rem solid #BF2E27;
}

.zf_menu::-webkit-scrollbar {
    display: none;
    /* 隐藏滚动条（可选） */
}