html {
    font-size: 3.6vw;
    letter-spacing: .1em;
}

body {
    font-family: 'Helvetica Neue', Helvetica, 'Microsoft YaHei', sans-serif;
    background-color: #e8eff1;
    min-height: 100vh;
    padding-top: 13vw;
    padding-bottom: 27.2vw;
    box-sizing: border-box;
}

body.orderconfirm {
    padding-bottom: 13.8vw;
}

body,
h2,
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;
    text-align: center;
    z-index: 1;
}

header span {
    width: 13%;
}

.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;
    color: #4c4c4c;
}

.back + .title {
    margin-right: 13%;
}

.container {
    padding: 0 4.17vw;
    background-color: white;
}

.form {
    margin-top: 1.85vw;
}

input {
    display: none;
}

.saler {
    margin-bottom: 2.78vw;
}

.saler_icon {
    width: 6.2vw;
    height: 6.2vw;
}

.saler_name {
    height: 8.7vw;
    background-color: white;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1vw;
}

.saler_name h2 {
    margin-left: 2vw;
    color: black;
    font-size: 1.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goods_item {
    margin-bottom: .5vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    background-color: white;
    position: relative;
}

.goods_item a {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
}

.goods_pic {
    width: 26vw;
    height: 25vw;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.goods_intro {
    margin-left: 3%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
}

.goods_name {
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    margin: 0;
}

.goods_keyword,
.goods_options {
    font-size: .9rem;
    color: #626262;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.goods_options {
    min-height: .9rem;
}

.goods_options span {
    display: block;
}

.goods_digit {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.price {
    color: #f10a0a;
    font-size: .9rem;
}

.number {
    font-size: .9rem;
}

.check_icon {
    width: 5vw;
    height: 5vw;
    background: url("../icon/uc/address.png") no-repeat;
    background-size: 20vw 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

#cart_form .check_icon {
    margin: .5vw 0 0 4.17vw;
}

input:checked + .check_icon {
    background-position: -5vw;
}

.num_control {
    height: 1.5rem;
    border: 1px solid #cbcbcb;
    border-radius: 2vw;
    text-align: center;
    overflow: hidden;
}

.goods_num {
    position: absolute;
    right: 4.17vw;
    bottom: 2vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #626262;
    font-size: .8rem;
}

.num_control span {
    width: 7vw;
    margin: 0;
    border: none;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background-color: white;
    -webkit-user-select: none;
    user-select: none;
}

.goods_number {
    display: block;
    width: 8vw;
    padding: 0;
    margin: 0;
    border: none;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    text-align: center;
    font-size: 1.1rem;
}

span.limit {
    background-color: #cbcbcb;
}


.bottombar {
    width: 100%;
    height: 13.8vw;
    position: fixed;
    bottom: 13.4vw;
    color: white;
    text-align: center;
}

.orderconfirm .bottombar {
    bottom: 0;
}

.bottombar p {
    width: 63.8%;
    height: 13.8vw;
    line-height: 13.8vw;
    background-color: #ff8601;
    letter-spacing: .2em;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.btn {
    font-size: 1rem;
    border: 0;
    color: white;
    background-color: #ff0600;
    letter-spacing: .2em;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.btn:disabled {
    background-color: #666;
}

.edit_on {
    display: none;
}

.form.editing + .bottombar div:first-child {
    display: none;
}

.form.editing + .bottombar .edit_on {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.bottom_navi_bar {
    width: 100%;
    height: 13.4vw;
    position: fixed;
    bottom: 0;
    background-color: white;
    z-index: 1;
    letter-spacing: normal;
}

.btm_btn {
    width: 25%;
    text-align: center;
    color: #737373;
}

.cart {
    position: relative;
}

.btm_btn span {
    display: inline-block;
    width: 7vw;
    height: 7vw;
    margin-top: 1vw;
    background: url(../icon/bottom_icons.png) no-repeat;
    background-size: 28vw 14vw;
}

.cart_num {
    position: absolute;
    top: 0;
    left: 56%;
    display: block;
    width: 5vw;
    padding: 2.5vw 0;
    font-size: 4vw;
    font-style: normal;
    background-color: red;
    border-radius: 5vw;
    line-height: 0;
    color: white;
}

.btm_btn p {
    line-height: .8em;
}

.btm_btn.current p {
    color: red;
}

.btm_btn.current .index_icon {
    background-position: 0 -7vw;
}

.btm_btn.current .cat_icon {
    background-position: -7vw -7vw;
}

.btm_btn .cat_icon {
    background-position: -7vw 0;
}

.btm_btn.current .cart_icon {
    background-position: -14vw -7vw;
}

.btm_btn .cart_icon {
    background-position: -14vw 0;
}

.btm_btn.current .user_icon {
    background-position: -21vw -7vw;
}

.btm_btn .user_icon {
    background-position: -21vw 0;
}


/*提交订单*/

.receiver {
    margin-top: 0.926vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
}

.receiver a {
    color: #333;
    font-size: .9rem;
}

.receiver a::after {
    content: ">";
    width: 15%;
    display: inline-block;
    -webkit-align-self: center;
    align-self: center;
    text-align: right;
    -webkit-transform: scaleY(2.6);
    transform: scaleY(2.6);
}

.receiver_title {
    width: 6em;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.person {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 1em;
}

.other_info > div {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 3.5;
    border-top: 1px solid #e8eff1;
}

.other_title {
    color: #424242;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
}

.other_content {
    color: #686868;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
    text-align: right;
}

.choose::after {
    content: ">";
    font-weight: lighter;
    padding-left: 1vw;
    display: inline-block;
    -webkit-transform: scaleY(2.2);
    transform: scaleY(2.2)
}

.dialog {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.dialog.show {
    display: block;
}

.dialog_content {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: white;
}

.dialog_main {
    min-height: 55vh;
}

.dialog_title {
    font-size: 1.2rem;
    line-height: 3;
}

.dialog_item {
    color: #656565;
    line-height: 3;
    border-bottom: 1px solid #e8eff1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.dialog_item span {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
}

input:checked ~ .coupon_name {
    color: #1c1c1c;
}

.dialog_ok {
    width: 100%;
    color: #ff8600;
    text-align: center;
    line-height: 13.8vw;
    border-top: 1px solid #ff8600;
    border-bottom: 1px solid #ff8600;
}

.ps input {
    font-size: 1rem;
    border: 0;
    padding: 0;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    flex: auto;
}

.saler_all {
    color: #333;
    font-size: .8rem;
    line-height: 6.2vw;
    text-align: right;
}
