html {
    font-size: 16px;
    background-color: white;
}

html,
body {
    max-width: 480px;
    min-width: 230px;
    margin: 0 auto;
    background-color: #F5F6F8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    margin: 0 auto;
    position: relative;   
}

.header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    background-color: #EFEFEF;
}

.header .left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5%;
    width: 10%;
}

.header .right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5%;
    width: 10%;
}



.header .left img {
    width: 70%;
}

.header .right img {
    width: 100%;
}

.header .middle {
    line-height: 50px;
    white-space: nowrap;
    width: 80%;
}

.header .middle h3 {
    margin: 0 auto;
    text-align: center;
}

.container .button-menu-items {
    /* margin: 30px auto; */
    margin: 15px auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;       
}

.container .button-menu-items .button-menu-item {
    width: 40%;
    height: 50px;
    margin: 10px auto;
    border: none;
    background-color: #409EFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 5px;
    font-size: 1rem;
    white-space: nowrap;
}

.container .button-menu-items .button-menu-item a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .button-menu-items .button-menu-item img {
    margin-right: 3%;
}

.container .icon-menu-items {
    width: 75%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: white;
    margin: 0 auto 30px;
    border-radius: 9px;
    padding: 10px 5%;
}

.container .icon-menu-items .qiping-info{
    margin: 0 auto; 
    width: 100%;  
}



.container .icon-menu-items .qiping-info div{
    border: none;
    height: 35px;
    line-height: 35px;
    width: 100%;
    padding: 0;
}

.container .icon-menu-items .qiping-info .info-base{
    border-bottom: 1px solid #EFEFEF;
}

.container .icon-menu-items .qiping-info div p.left,
.container .icon-menu-items .qiping-info div p.right{
    font-weight: 400;
}

.container .icon-menu-items .icon-menu-item {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}

.container .icon-menu-items .icon-menu-item a {
    text-decoration: none;
    color: inherit;
}

.container .icon-menu-items .icon-menu-item p {
    white-space: nowrap;
}

/* 安全须知 */


.container .safety-notice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    height: 40px;
    margin: 30px auto;
    background-color: white;
    border-radius: 5px;
    white-space: nowrap;
}

.container .safety-notice a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.container .safety-notice .left {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 4%;
}

.container .safety-notice .left img {
    margin-right: 3%;
}

.container .safety-notice .right {
    margin: 0 5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.container .safety-info {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: white;
    margin: 15px auto;
    border-radius: 9px;
    padding: 0 1%;
}

.container .safety-info div.title {

    height: 50px;
    line-height: 50px;
    width: 90%;
    /* border-bottom: 1px solid #EFEFEF; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0px;
    background-color: white;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 6%;
}

.container .safety-info div p.center {
    color: #409EFF;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1rem;
}

.container .safety-info ol {
    margin: 0;
    padding-left: 10%;
    padding-right: 2%;
    font-size: 1rem;
    list-style-type: decimal;
}

.container .safety-info ol li {
    list-style-type: decimal;
    margin: 0 0 1rem 0;
    line-height: 1.7;
    text-align: justify;
}

.container .safety-info ol p {
    font-size: 1rem;
    line-height: 2;
}

.container .footer {
    /* max-width: 480px;
    min-width: 230px; */
    width: 90%;
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9rem;
    white-space: nowrap;   
}

.container .footer p{
    margin: 0 auto;
    text-align: center;
    overflow-x: auto;
}

.logo {
    margin-top: 30px;
}

.logo img {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.company-title,
.tel,
.business-hours {
    text-align: center;
}

.company-title {
    margin: 1.5625rem 0;
}

.company-title h2 {
    font-size: 1.75rem;
    overflow: auto;
}

.tel,
.business-hours {
    margin: 1rem 0;
}

.tel h3 {
    font-size: 1.3125rem;
    color: #868686;
    overflow: auto;
}

.tel a {
    text-decoration: none;
}

.business-hours h3 {
    font-size: 1.3125rem;
    color: #868686;
    overflow: auto;
}



.welcome {
    margin: 2rem auto;
    display: flex;
    justify-content: center;
    width: 79%;
}

.welcome .welcome-img {
    display: flex;
    align-items: center;
    margin-right: 0.8rem;
}

.welcome .welcome-img img {
    width: 2rem;
}

.welcome .welcome-text {
    color: #EA7371;
    overflow: hidden;
    white-space: nowrap;
}

.menu {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.menu .item {
    width: 33.33333%;
    margin: 15px 0;
}

.menu .item a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
    color: inherit;
}

.menu .item .item-img img {
    display: block;
    width: 4.6875rem;
}

.menu .item .item-title {
    text-align: center;
}

.menu .item .item-title p {
    margin: 1rem 0;
}

/* 公用 content-top */

.content-top {
    min-height: 50px;
    background-color: #3FE03A;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.content-top h2 {
    margin: 0 auto;
    text-align: center;
    color: white;
}

/* 2 station-list 气站列表*/

.search {
    display: flex;
    margin: 20px 1%;
    height: 40px;
    justify-content: space-around;
}

.search .search-text {
    width: 60%;
    height: 40px;
    margin-left: 5%;
}

.search .search-button {
    width: 20%;
}

.search input {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 7px;
    border-width: 1px;
    border-radius: 0.3rem;
}

.search button {
    height: 100%;
    width: 100%;
    color: white;
    font-size: 1rem;
    border-width: 0;
    border-radius: 0.4rem;
    background-color: #336FFF;
    padding: 0;
}

.tishi {
    background-color: #F8A52A;
    display: flex;
    align-items: center;
    margin: 0 1%;
    border-radius: 0.3rem;
    padding: 5px 0;
    height: auto;
}

.tishi .tishi-img {
    margin: 0 2%;
    display: flex;
}

.tishi .tishi-title {
    font-size: 1rem;
}

.station-list {
    margin: 1rem 1%;

}

.station-list .item {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E5E5;
    margin: 10px 0;
    height: auto;
}

.station-list .item .item-left {
    width: 22%;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 280px) {
    .station-list .item .item-left {
        padding-right: 5%;
    }

}

.station-list .item .item-left img {
    margin: 0 auto;
    display: block;
}

.station-list .item .item-content {
    width: 73%;

}

.station-list .item .item-content .top {
    display: flex;
    justify-content: space-between;
}

.station-list .item .item-content .top .station-name {
    width: 60%;
    overflow: auto;
}

.station-list .item .item-content .top .distance {
    width: 35%;
    margin-left: 5%;
    color: #336FFF;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.station-list .item .item-content .middle {
    display: flex;
    justify-content: flex-start;
    margin: 0.7rem 0;
}

.station-list .item .item-content .middle .position-icon {
    display: flex;
    align-items: center;
    margin-right: 2%;
}

.station-list .item .item-content .middle .position-content {
    overflow: auto;
}

.station-list .item .item-content .middle .position-icon img {
    width: 1.25rem;
    height: 1.25rem;
}

.station-list .item .item-content .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.station-list .item .item-content .bottom .business-time {
    display: flex;
    width: 60%;
}

.station-list .item .item-content .bottom .business-time .business-time-icon {
    display: flex;
    margin-right: 4%;
    align-items: center;
}

.station-list .item .item-content .bottom .business-time .business-time-icon img {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}

.station-list .item .item-content .bottom .business-time .business-time-text {
    color: #336FFF;
    font-size: 1rem;
    line-height: 40px;
    overflow: auto;
    white-space: nowrap;
}

.station-list .item .item-content .bottom .business-time .business-time-text p {
    line-height: 40px;
    font-size: 1rem;
}

@media screen and (max-width: 465px) {
    .station-list .item .item-content .bottom .business-time .business-time-text p {

        line-height: 20px;
    }

}

.station-list .item .item-content .bottom .buy {
    width: 25%;
    height: 40px;
    margin-right: 5%;
}

.station-list .item .item-content .bottom .buy button {
    height: 100%;
    width: 100%;
    color: white;
    font-size: 1rem;
    border-width: 0;
    border-radius: 0.4rem;
    background-color: #336FFF;
    padding: 0;
}

/* 3 products-list 商品列表*/

.content-products {
    display: flex;
    border-bottom: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    overflow-y: auto;
    overflow-x: auto;
    margin-bottom: 92px;
}

.content-products .product-category {
    width: 25%;
}

.content-products .product-category ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    white-space: nowrap;
    overflow: auto;
}

.content-products .product-category p {
    font-weight: 600;
    color: #000;
    text-align: center;
}

.content-products .products {
    width: 75%;
}

.content-products .products ul {
    border-left: 1px solid #E7E7E7;
}

.content-products .products ul hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.5px solid #E7E7E7;
    width: 95%;
}

.content-products .products li.product-item {
    display: flex;
    margin: 25px 0;
}

.content-products .products li.product-item .selecter {
    display: flex;
    align-items: center;
    width: 25%;
}

.content-products .products li.product-item .selecter input {
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.content-products .products li.product-item .product-img {
    width: 25%;
}

.content-products .products li.product-item .product-img img {
    width: 85px;
    height: 80px;
    display: block;
}

@media screen and (max-width: 310px) {
    .content-products .products li.product-item .product-img img {
        width: 65px;
        height: 60px;
        display: block;
    }

    .content-products .products li.product-item .product-content .product-price-count {
        font-size: 0.8rem;
    }

    .content-products .products li.product-item .product-content .product-price-count .count button {

        width: 35px;
        height: 35px;
        line-height: 26px;
        font-size: 0.8rem;

    }

    .content-products .products li.product-item .product-content .product-price-count .count .decrement {

        font-size: 1.2rem;

    }

    .content-products .products li.product-item .product-content .product-price-count .count .increment {

        font-size: 1.2rem;
    }
}

@media screen and (min-width: 311px) {
    .content-products .products li.product-item .product-content .product-price-count .count button {

        width: 40px;
        height: 40px;
        line-height: 32px;
        font-size: 1rem;

    }

    .content-products .products li.product-item .product-content .product-price-count .count .decrement {

        font-size: 1.5rem;
    }

    .content-products .products li.product-item .product-content .product-price-count .count .increment {

        font-size: 1.5rem;
    }
}


.content-products .products li.product-item .product-content {
    position: relative;
    width: 70%;
    padding-left: 4%;

}

.content-products .products li.product-item .product-content .product-description {
    white-space: nowrap;
    overflow-x: auto;
}


.content-products .products li.product-item .product-content .product-price-count {
    position: absolute;
    bottom: 6%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
}

.content-products .products li.product-item .product-content .product-price-count .price {
    color: #999999;
    height: 2rem;
    line-height: 2rem;
    display: flex;
}

.content-products .products li.product-item .product-content .product-price-count .price span {
    display: block;
}

.content-products .products li.product-item .product-content .product-price-count .count {
    display: flex;
    justify-content: center;
    margin-right: 10%;

    touch-action: pan-y;
}

.content-products .products li.product-item .product-content .product-price-count .count button {
    background-color: white;
    border: 1px solid #E7E7E7;
    padding: 0;
    margin: 0;
    text-align: center;

    touch-action: pan-y;
}

.content-products .products li.product-item .product-content .product-price-count .count .decrement {
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.content-products .products li.product-item .product-content .product-price-count .count .increment {
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bottom-buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    width: 100vw;
    min-width: 230px;
    position: fixed;
    bottom: 0;
}

@media screen and (min-width: 480px) {
    .bottom-buy {
        width: 480px;
    }
}

.bottom-buy .bottom-left {
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 3%;
    margin-right: 3%;
}

.bottom-buy .bottom-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
}

.bottom-buy .bottom-right .counter {
    font-size: 1.1rem;
    font-weight: bold;
}

.bottom-buy .bottom-right .total {
    font-size: 1.1rem;
    font-weight: bold;
}

.bottom-buy .bottom-left a {
    margin-right: 5%;
}

.bottom-buy .bottom-left .cart-and-counter {
    position: relative;
}

.bottom-buy .bottom-left .cart-and-counter .cart img {
    width: 50px;
}

.bottom-buy .bottom-left .cart-and-counter .counter {
    width: 30px;
    height: 30px;
    background-color: #DF2523;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: -9px;
    right: -9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-buy .bottom-left .cart-and-counter .counter span {
    color: white;
}

.bottom-buy .bottom-left .total {
    display: flex;
    align-items: center;
}

.bottom-buy .bottom-left .total span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}

.bottom-buy .bottom-left .total span.total-number {
    color: red;
}

.bottom-buy .bottom-left .selecter {
    display: flex;
    align-items: center;
    height: 100%;

}

.bottom-buy .bottom-left .selecter input {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 5px;
}

.bottom-buy .bottom-left .selecter label {
    height: 21px;
    line-height: 21px;

}

.bottom-buy .bottom-left .clear {
    margin: 0 10%;
}

.bottom-buy .bottom-left .clear button {
    border: none;
    background-color: white;
    margin: 0;
    color: #C4C4C4;
    font-size: 0.9rem;
}

.bottom-buy .bottom-right .button-cart {
    width: 45%;
}

.bottom-buy .bottom-right .button-order {
    width: 45%;
    margin-right: 3%;
    margin-left: 7%;
}



.bottom-buy .bottom-right button {
    height: 40px;
    width: 100%;
    border: none;
    background-color: #DF2523;
    border-radius: 5px;
    color: white;
    padding: 0;
    font-size: 1rem;
}

@media screen and (max-width: 371px) {
    .bottom-buy .bottom-left .total span {
        font-size: 1rem;
    }

    .bottom-buy .bottom-right button {
        font-size: 0.8rem;
    }

}

@media screen and (max-width: 280px) {
    .bottom-buy .bottom-left .total span {
        font-size: 0.8rem;
    }
}

/* 5、 信息录入 */

.container .content-photo {
    margin: 100px auto 20px auto;
}

.container .content-info div {
    height: 40px;
    line-height: 40px;
    width: 85%;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    margin: 20px auto;
}

.container .content-info div.address {
    margin: 0 auto;
    height: 70px;
    border: none;
}

.container .content-info div.address textarea {
    border: none;
    height: 70px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
}

.container .content-info div.address img {
    width: 40px;
    height: 40px;
}

.container .content-info div.address-more {
    margin: 20px auto;
    height: 70px;
}

.container .content-info div.address-more textarea {
    border: none;
    height: 70px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
    width: 75%;
}

.container .content-info div.role .radio-option {
    height: 40px;
    line-height: 40px;
    width: 75%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.container .content-info div.role .radio-option input {
    width: 9%;
    border: 0;
    font-size: 1rem;
}

.container .content-info div.role .radio-option label {
    font-weight: normal;
    display: block;
    width: 41%;
    white-space: nowrap;
    margin: 0;
}

.container .content-info div label {
    font-weight: bold;
    display: block;
    width: 25%;
    white-space: nowrap;
    margin: 0 20px 0 0;
}

.container .content-info div input {
    display: block;
    width: 75%;
    border: 0;
    font-size: 1rem;
}

.bottom-save {
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 20px 0;
}

.bottom-save button {
    height: 100%;
    width: 40%;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
}

.bottom-save button.cancel {
    border: 1px solid #E0E0E3;
    background-color: white;
}

.bottom-save button.save {
    background-color: #336FFF;
    color: white;
}

@media screen and (min-width: 480px) {
    .bottom-save {
        width: 480px;
    }
}

/* 6、我的订单 */

.container .order-top {
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: white;
}

.container .order-top button {
    height: 50px;
    width: auto;
    color: #8B8C8F;
    background-color: white;
    border: none;
    font-size: 1.1rem;
    white-space: nowrap;
    padding: 0;
}

.container .order-content {
    background-color: #E7E7E7;
    font-size: 0.8rem;
}

.container .order-content ul li {
    border-radius: 15px;
    background-color: white;
    width: 90%;
    margin: 20px auto;
    padding: 3%;
    box-shadow: 0 5px 5px 0 #AEAEAE;
}

.container .order-content ul li div {
    margin: 6px 0;
}

.container .order-content ul li .order-id {
    color: #808080;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container .order-content ul li .order-contacts {
    display: flex;
    justify-content: space-between;
    color: #808080;
}

.container .order-content ul li .address-and-phone {
    display: flex;
    justify-content: space-between;
    font-weight: 600;

}

.container .order-content ul li .address-and-phone .address {
    width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .order-content ul li .address-and-phone p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .order-content ul li .address-and-phone .phone {
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.container .order-content ul li .count-and-money {
    display: flex;
    font-weight: 600;
}

.container .order-content ul li .count-and-money .count {
    width: 40%;
}

.container .order-content ul li .count-and-money .money {
    width: 60%;
}

.container .order-content ul li .comment {
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
}

.container .order-content ul li hr {
    border: none;
    border-top: 1px solid #E5E5E5;
}

/* 气瓶档案 */

.container .qiping-info {
    width: 95%;
    margin: 20px auto;
    overflow-y: auto;   
    margin-bottom: 3.75rem;
}

.container .qiping-info div {

    height: 50px;
    line-height: 50px;
    width: 90%;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto;
    background-color: white;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 2%;
}

.container .qiping-info div p.left {
    font-weight: 600;
}

.container .qiping-info div p.right {
    font-weight: 600;
    color: #979797;
}

.container .qiping-info div p.center {
    color: #409EFF;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1rem;
}

/* 配送信息 */

.container .peisong-info {
    width: 95%;
    margin: 0 auto;
    overflow-y: auto;
    margin-bottom: 3.75rem;
}

.container .peisong-info div {

    height: 50px;
    line-height: 50px;
    width: 90%;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto;
    background-color: white;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 2%;
}

.container .peisong-info div p.left {
    font-weight: 600;
}

.container .peisong-info div p.right {
    font-weight: 600;
    color: #979797;
}

.container .peisong-info div p.center {
    color: #409EFF;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1rem;
}

/* 安检信息 */

.container .check-info {
    width: 95%;
    margin: 0 auto;
    overflow-y: auto;
    margin-bottom: 3.75rem;
}

.container .check-info div {

    height: 50px;
    line-height: 50px;
    width: 90%;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto;
    background-color: white;
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 2%;
}

.container .check-info div p.left {
    font-weight: 600;
}

.container .check-info div p.right {
    font-weight: 600;
    color: #979797;
}

.container .check-info div p.center {
    color: #409EFF;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1rem;
}

.container .check-info div.show-detail{
    height: 30px;
    line-height: 30px;
    margin: 5px auto 3px;
}

.container .check-info div.show-detail p{
    color: black;
}


.container .check-info div.title-big{
    height: 40px;
    line-height: 40px;
    margin: 3px auto 0px;    
    border-bottom: 2px solid #EFEFEF;
    overflow: hidden;
}

.container .check-info div.title-big p{
  color: #DDB822;
  overflow-x: auto;
  overflow-y: hidden;
}

.container .check-info div.detail-small{
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 2px solid #EFEFEF;
}

.container .check-info div.detail-small p{
    font-weight: 500;
    color: black;
    overflow-x: auto;
    overflow-y: hidden;
}

.container .check-info div.detail-small.image{
    height: 40px;
    line-height: 40px;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
}

.container .check-info div.detail-small.image img{
    height: 98%;
    margin: 0 2px;
}





/* 7、订单详情 */

.container .order-info div {
    height: 50px;
    line-height: 50px;
    width: 90%;
    border-bottom: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.container .order-info div.order-product-container {
    height: auto;
    border-bottom: none;
    flex-direction: column;
}

.container .order-info div.order-guige {
    border-bottom: none;
}

.container .order-info>div div {
    border: none;
}

.container .order-info div.address {
    margin: 10px auto;
    height: 70px;
    border: none;
}

.container .order-info div.address textarea {
    border: none;
    height: 70px;
    padding-top: 5px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
}


.container .order-info div label {
    font-weight: bold;
    display: block;
    width: 25%;
    white-space: nowrap;
    margin: 0 20px 0 0;
}





.container .order-info div input {
    display: block;
    width: 75%;
    border: 0;
    font-size: 1rem;
}

.container .order-info div img {
    display: block;

}

.container .order-info div.order-id {
    font-size: 0.9rem;
    color: #808080;
    justify-content: flex-end;

}

.container .order-info div.delivery-info {
    font-size: 1rem;
    color: #808080;
    justify-content: space-between;
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
}

.container .order-info div.delivery-info.center {
    justify-content: center;
    font-size: 1.3rem;
}

.container .order-info div.delivery-info a {
    text-decoration: none;
    color: inherit;
}

.container .order-info div.order-detail {
    font-size: 1rem;
    color: #808080;
    justify-content: flex-start;
    margin-top: 25px;
    height: 40px;
    line-height: 40px;
}

.container .order-info div.order-detail span {
    white-space: nowrap;
}


.container .order-info .order-guige .guige {
    width: 50%;
}

.container .order-info .order-guige .right {
    width: 50%;
}

.container .order-info .order-guige .right div {
    justify-content: flex-end;
}

.container .order-info .order-guige .right .price {
    justify-content: flex-start;
}

.container .order-info .order-guige .right .count {
    justify-content: flex-start;
    ;
}

.container .order-info .money-total {
    display: block;
    height: auto;
    padding: 10px 0;
    border-top: 1px solid #EFEFEF;
}

.container .order-info .money-total div {
    height: 30px;
}

.container .order-info .money-total .payment {
    justify-content: flex-end;
    margin-right: 0;
}

.container .order-info .money-total .payment .money {
    color: red;
    font-size: 1.2rem;
}

.container .order-info .comment {
    height: 100px;
    border: none;
    padding-top: 10px;
}

.container .order-info .comment .left {
    align-self: flex-start;
    width: 15%;
}

.container .order-info .comment .right {
    padding: 10px 0;
    height: 100%;
}

.container .order-info .comment textarea {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 1rem;
    padding: 5px;
    background-color: #e7e7e7;
}

.container .order-info .customer-signature .left {
    width: 50%;
    font-weight: bold;
}

.container .order-info .customer-signature .right {
    justify-content: flex-end;
    width: 50%;
}

.container .order-info .customer-signature .right div {
    justify-content: flex-end;
    margin: 0;
}

.container .order-info .customer-signature .right .show-name {
    /* background-color: #E7E7E7; */
    justify-content: center;
    height: 45px;
    width: auto;
    /* padding: 0 10px; */
}

.container .order-info .customer-signature .right .show-name img {
    height: 100%;
    display: block;

}

.container .order-info .customer-signature .right .pen-icon {
    height: 45px;
    width: auto;
    padding-left: 10px;
}

.container .order-info .customer-signature .right .pen-icon img {
    height: 100%;
}

.container .order-info .customer-signature span {
    white-space: nowrap;
}

.container .order-info .comment .left {
    font-weight: bold;
}