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 {height:55px; line-height: 55px; float: left;color: #757575;padding: 0 13px 0 12px;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_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;}
.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 1.5em;
    background-image: url(/static/images/user_menu_top_bg.jpg);
}

.zf_menu .order_tag {
    float: left;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #9E9E9E;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.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;
}

.zt_t1 {
    background: #F3F3F3;
    border-left: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    float: left;
    text-align: center;
    color: #000;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
}

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

.zt_t2 {
    width: 100%;
    overflow: hidden;
    line-height: 41px;
    background: #E3EDF7;
    padding-left: .5rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.zt_t2 span {
    float: left;
    margin-right: 1rem;
    font-size: 13px;
    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 center center;
    background-size: cover;
    transition: 0.2s ease-in;
}

.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 center center;
    background-size: cover;
    transition: 0.2s ease-in;
}

.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;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    flex-wrap: wrap;
    align-content: center;
}
.zt_ct3 {
    border-bottom: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
    float: left;
    padding: .5rem;
    overflow: hidden;
    font-size:14px;
}

.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;
    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;
}

.serve {
    width: 98px;
    height: 34px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    background: url(/static/images/green_bt.png) no-repeat center center;
    background-size: cover;
    border: none;
    transition: 0.2s ease-in;
}

.serve:hover {
    background: url(/static/images/green_bt2.png) no-repeat center center;
    background-size: cover;
    transition: 0.2s ease-in;
}

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