@charset "UTF-8";

.order_title {
    font-weight: 500;
}
.bar {
    position: relative;
    right: 0;
    left: 0;
    z-index: 10;
    height: 40px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    background-color: #f7f7f8;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.my_nav {
    position: relative;
    z-index: 8;
    height: 44px;
}
.my_nav .my_nav_inner {
    position: relative;
    padding-right: 43px;
    background-color: #000;
}
.my_nav .my_nav_list {
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.my_nav .my_nav_list_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    margin: 0 .3rem;
}
.my_nav .my_nav_list_item.cur .nav_item_link {
    color: #b39d17;
}
.my_nav .my_nav_list_item .nav_item_link {
    position: relative;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 75px;
}
.my_nav .my_nav_list_item.cur .nav_item_link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #b39d17;
}
.order_box {
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    font-size:14px;
}
.order_box .order_state, .order_box .title {
    display: inline-block;
    vertical-align: middle;
}

.order_box .title {
    font-size: 14px;
    color: #333;
    position: relative;
    width: 80%;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order_box .order_head {
    line-height: 24px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.shop_title {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
}

.order_box .order_state {
    font-size: 14px;
    color: #999;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: bold;
    color: #e93b3d;
    text-align: right;
    width: 20%;
}
.order_box .order_state, .order_box .title {
    display: inline-block;
    vertical-align: middle;
}
.order_item .oi_content {
    margin-top: 8px;
    overflow: hidden;
}

.more, .oi_content, .order_total_bar {
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.order_item .oi_content .cover, .order_item .oi_content .more {
    width: 75px;
    height: 75px;
    margin-right: 10px;
    border-radius: 2px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
}
.order_item .oi_content .cover .img, .order_item .oi_content .cover img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.loaded .img_loading {
    width: 16px;
    height: 16px;
}

.wqvue-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.wqvue-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.order_item .oi_content .content {
    color: #333;
    -webkit-align-self: center;
    align-self: center;
}
.order_item .oi_content .desc {
    font-size: 16px;
    color: #333;
    line-height: 21px;
}

.order_item .order_total_bar {
    padding: 6px 0;
    position: relative;
}

.more, .oi_content, .order_total_bar {
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.order_item .order_total_bar .total_count {
    text-align: right;
    box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    line-height: 21px;
    font-size: 14px;
}

.order_item .order_total_bar .payment {
    margin-left: 10px;
    font-size: 14px;
    line-height: 21px;
}
.price {
    color: #e93b3d;
    font-size:16px;
    font-weight: bold;
}
.order_btn, .order_btn .oh_btn {
    line-height: 30px;
    position: relative;
}

.order_btn {
   	width: 100%;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 16px;
    color: #333;
    display: inline-block;
}
.order_btn .pay_time{font-size:14px;}
.order_btn .oh_btn.bg_red {
    background-color: #e93b3d;
    color: #fff;
    border: none;
    font-weight: bold;
    float: right;
}

.order_btn .text {
    font-size:14px;
    color:#999;
    margin-left:9rem;
}

.order_btn .oh_btn {
    text-align: center;
    width: 80px;
    height: 30px;
    border-radius: 4px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.order_btn, .order_btn .oh_btn {
    line-height: 30px;
    position: relative;
}
.back_money:before, .order_btn:before {
    content: "";
    height: 0;
    display: block;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.loaded {
    font-size: 14px;
    color: #999;
    line-height: 21px;
    margin: 12px 0;
    text-align: center;
}
