html {
    font-size: 3.6vw;
    letter-spacing: .1em;
}

body {
    font-family: 'Helvetica Neue', Helvetica, 'Microsoft YaHei', sans-serif;
    background-color: #e5e5e5;
    min-height: 100vh;
    padding-top: 13vw;
    padding-bottom: 13.7vw;
    box-sizing: border-box;
}

body,
p {
    margin: 0;
}

a {
    text-decoration: none;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}


img {
    width: 100%;
    height: 100%;
    display: block;
}

header {
    width: 100%;
    height: 13vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #d4d4d4;
    position: fixed;
    top: 0;
    z-index: 1;
}

.back {
    display: block;
    width: 13%;
    height: 100%;
    background: url("../icon/detail_navi_icons.png") no-repeat;
    background-size: 200% 80%;
    background-position: left center;
}

.title {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
    font-size: 1rem;
    margin-right: 13%;
    color: #4c4c4c;
    text-align: center;
}

nav {
    width: 100%;
    height: 7.8vw;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    text-align: center;
    background-color: #e5e5e5;
    position: fixed;
    top: 13vw;
    z-index: 1;
}

nav a {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
    font-size: .9rem;
    color: #333;
}

nav a span {
    padding: 0 2vw;
    display: inline-block;
    line-height: 7.8vw;
    position: relative;
}

nav a.current span {
    color: red;
}

nav a.current span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: .5vw;
    bottom: 0;
    left: 0;
    background-color: red;
}

.banner {
    height: 20.55vw;
    margin-top: 7.8vw;
}

/*订单详情专用 开始*/

.order_basic {
    margin-bottom: 2vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.order_basic,
.delivery {
    line-height: 1.8em;
}

.order_basic_left {}

.order_id {
    font-size: .9rem;
    font-weight: bold;
    margin-top: 1vw;
}

.order_time {
    font-size: .8rem;
    margin-bottom: 1vw;
}

.logistics {
    padding-top: 1vw;
}

.receiver {
    margin-top: 1vw;
    padding-bottom: 1em;
}

.location_icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 5vw;
    background: url('../icon/uc/location.png') no-repeat;
    background-size: 6vw 7vw;
    background-position: center 1vw;
}

.person {
    color: #333;
    font-weight: bold;
}

.contact {
    display: block;
    line-height: 9vw;
    color: #e81818;
    font-size: .9rem;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e81818;
    border-radius: 1vw;
    vertical-align: middle;
    letter-spacing: .2em;
}

.contact_icon {
    display: inline-block;
    width: 6vw;
    height: 4vw;
    background: url("../icon/uc/orders.png") no-repeat;
    background-size: 26vw 4vw;
    background-position: -21vw 0;
    vertical-align: text-bottom;
    margin-right: .3em;
}

.bottom_bar {
    width: 100%;
    height: 13.7vw;
    position: fixed;
    bottom: 0;
}

.bottom_bar a {
    display: inline-block;
    line-height: 13.7vw;
    text-align: center;
    color: white;
}

.deliver_search {
    width: 63.7%;
    background-color: #ff8601;
}

.receive_comfirm {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
    background-color: #ff0600;
}

/*订单详情专用 结束*/

.orders_list,
.order_item + .order_item {
    margin-top: 2.7vw;
}

.container,
.order_item {
    padding: 0 4.17vw;
    background-color: white;
    position: relative;
}

.order_item::after {
    content: "";
    width: 100%;
    height: .5vw;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 10vw;
    left: 0;
}

.order_top {
    height: 9.62vw;
    line-height: 9.62vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.order_title {
    font-size: 1rem;
    margin: 0;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.status {
    font-size: .8rem;
    color: red;
}

.goods_item {
    height: 28.33vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.goods_left {
    width: 26%;
    height: 25vw;
}

.goods_middle {
    width: 50%;
}

.goods_name {
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    margin: 0;
}

.goods_keyword,
.goods_options {
    font-size: .9rem;
    color: #626262;
}


.goods_right {
    width: 18%;
    text-align: right;
    margin-top: 1vw;
}

.price {
    font-size: .7rem;
    font-weight: bold;
    color: black;
    letter-spacing: normal;
}

.num {
    font-size: .8rem;
    color: #575757;
}

.count {
    height: 6.2vw;
    line-height: 6.2vw;
    text-align: right;
    font-size: .8rem;
    color: #333;
}

.action {
    height: 10vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 1vw;
}

.order_btn {
    font-size: .9rem;
    font-weight: bold;
    padding: 1vw 1vw 1vw 2vw;
    border: 1px solid #626262;
    border-radius: 5vw;
    color: #191919;
    letter-spacing: .2em;
    margin-left: 3vw;
    min-width: 5em;
    text-align: center;
}

.red {
    color: red;
    border-color: red;

}

.delivery {
    font-size: .8rem;
    color: #565656;
}

.deliver_status {
    padding-bottom: 3vw;
}

.deliver_title {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    color: #333;
}

.status_content {
    width: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.status_content p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.deliver_arrow {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
    font-size: 1.5rem;
    -webkit-align-self: center;
    align-self: center;
    text-align: right;
}
