@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_g2tjgc29a1.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_g2tjgc29a1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_g2tjgc29a1.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_g2tjgc29a1.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_g2tjgc29a1.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_g2tjgc29a1.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

* {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #231815;
    border-style: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a,
a:hover,
a:visited {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1826744_8u7e9vtw6ay.eot');
    src: url('//at.alicdn.com/t/font_1826744_8u7e9vtw6ay.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1826744_8u7e9vtw6ay.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1826744_8u7e9vtw6ay.woff') format('woff'),
    url('//at.alicdn.com/t/font_1826744_8u7e9vtw6ay.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1826744_8u7e9vtw6ay.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #ffffff;
    /*overflow-y: hidden;*/
    font-family: 'webfont';
}

input {
    border-style: none;
    outline: none;
    -webkit-appearance: none;
}

.none {
    display: none !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.body_box {
    position: relative;
    max-width: 800px;
    min-width: 320px;
    margin: 0px auto;
    border: 1px solid #eeeeee;
}

.search {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
}

.search form {
    width: 96%;
    margin: 0px auto;
    position: relative;
}

.search .input-t {
    width: 80%;
    height: 28px;
    line-height: 20px;
    text-indent: 30px;
    margin-top: 2.5px;
    border-radius: 5px;
    border: 1px solid #eee;
    /*background: url(../image/search.png) 5px no-repeat;
    background-size: 20px;*/
}

.search_icon {
    position: absolute;
    left: 5px;
    /*top: 5px;*/
}

.search_icon .iconfont {
    color: #e6b037;
    font-size: 20px;
}


.search .btn-input {
    width: 18%;
    height: 30px;
    margin-top: 5px;
    border-radius: 5px;
    color: #fff;
    background: #e6b037;
    float: right;
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.wrapper03 {
    position: relative;
    height: 40px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
}

.wrapper03 .scroller {
    position: absolute
}

.wrapper03 .scroller li {
    height: 40px;
    color: #333;
    float: left;
    line-height: 40px;
    text-align: center
}

.wrapper03 .scroller li a {
    color: #333;
    display: block;
    margin: 0 .3rem;
    font-size: 16px;
    padding: 0 .1rem
}

.wrapper03 .scroller li.cur a {
    color: #e6b037;
}

.wrapper03 .scroller li.cur {
    height: 38px;
    border-bottom: .1rem solid #e6b037
}

.main_left {
    float: left;
    border-right: 1px solid #eee;
    overflow-y: auto;
}

.main_left::-webkit-scrollbar {
    display: none;
}

.main_right {
    position: relative;
    float: left;
    margin-bottom: 46px;
    overflow-y: auto;
}

.load-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgb(0, 0, 0);
    opacity: 0.03;
}

.load-loading {
    position: absolute;
    width: 60px;
    height: 24px;
    background: url(../image/loading-0.gif) no-repeat;
}

.main_right::-webkit-scrollbar {
    display: none;
}

.goods_page {
    width: 100%;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #eee;
}

.goods_img {
    min-width: 30px;
    max-width: 80px;
    min-height: 30px;
    text-align: center;
    float: left;
}

.goods_img img {
    width: 98%;
    cursor: pointer;
}

.goodsPicture {
    position: absolute;
    width: 70%;
    max-width: 400px;
    text-align: center;
    z-index: 100;
    background: #EEEEEE;
    padding: 10px;
    border-radius: 5px;
}

.shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #000;
    opacity: 0.6;
}

.swiper-container img {
    width: 100%;
}

.goods_info {
    float: left;

    word-break: break-all;
}

.goodstitle_info {
    position: relative;
}

.goods_title {
    font-size: 15px;
    display: block;
    float: left;
    max-width: 84%;
}

.goods_description {
    font-size: 12px;
}

.price_info .price_p{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 5px 0;
}

.price_info p{
    font-size: 7pt;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    max-width: none;
}

.buy{
    max-width: 105px;
}

.price_info .price_p:first-child {
    border-bottom: 1px dashed #eee;
}

.price_info .price_p:last-child {
    border: none;
}

.pack_info {
    width: 80%;
    float: left;
}

.price {
    color: red;
    display: contents
}


.buy_plus {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e6b037;
    text-align: center;
    color: #e6b037;
    border-radius: 22px;
    cursor: pointer;
    float: left;
}

.buy_minus {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e6b037;
    text-align: center;
    color: #e6b037;
    border-radius: 22px;
    cursor: pointer;
    float: left;
}

.buy input {
    float: left;
    text-align: center;
    margin: 0 3px;
    height: 22px;
    border-bottom: 1px solid #ddd;
    width: 40px;
}

.collect {
    position: relative;
    display: block;
    float: left;
    margin-left: 5px;
    width: 24px;
    height: 24px;
    /*background: url(../image/collect.png) no-repeat 0px -3px;
    background-size: 24px;*/
    cursor: pointer;
}

.collect .iconfont {
    font-size: 20px;
}

.collected {
    position: relative;
    display: block;
    float: left;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    /*background: url(../image/collected.png) no-repeat 0px -3px;
    background-size: 24px;*/
    cursor: pointer;
}

.collected .iconfont {
    color: #e6b037;
    font-size: 20px;
}

.goods_description {
    /*color: #ccc;*/
    color: #555555;
}

.clear_both {
    clear: both;
}

.category_s li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.category_s li a {
    font-size: 12px;
}

.category_s li.cur_li {
    background: #e6b037;
    border-top: 1px solid #fff;
}

.category_s li.cur_li a {
    color: #fff;
}

.menu_nav {
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 800px;
    height: 45px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.menu_nav li {
    width: 25%;
    height: 45px;
    line-height: 45px;
    display: block;
    float: left;
    text-align: center;
}

.menu_nav li a {
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
}

.menu_nav .s_line {
    margin-top: 5px;
    width: 1px;
    height: 35px;
    background: #ccc;
    float: right;
}

.cur_menu_nav {
    color: #e6b037;
}

.cart {
    position: relative;
}

.cart_num {
    position: absolute;
    right: 5px;
    top: 4px;
    background: #e6b037;
    color: #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    font-size: 8pt;
    line-height: 20px;
    display: block;
}

.pay-qrcode {
    text-align: center;
    margin-top: 30%;
}

.pay-qrcode img {
    width: 250px;
    height: 250px;
}

.pay-desc {
    text-align: center;
    margin-top: 20px;
}

.pay-desc-important {
    color: red;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width: 350px) {
    .pack_info {
        width: 53%;
    }

    /*图片右侧*/
    .goods_name {
        max-width: 79%;
    }

    /*商品名*/
    .info-line {
        width: 77%;
    }

    /*商品介绍*/
    .goods_box {
        width: 23%;
    }

    /*二级分类*/
    .goods_detail {
        width: 77%;
    }

    /*商品部分*/
    .goods_img {
        width: 20%;
    }

    .goods_info {
        width: 80%;
    }

}

@media only screen and (min-width: 350px) and (max-width: 380px) {
    .pack_info {
        width: 58%;
    }

    .goods_name {
        max-width: 81%;
    }

    .info-line {
        width: 79%;
    }

    /*商品介绍*/
    .goods_box {
        width: 21%;
    }

    /*二级分类*/
    .goods_detail {
        width: 79%;
    }

    /*商品部分*/
    .goods_img {
        width: 19%;
    }

    .goods_info {
        width: 81%;
    }
}

@media only screen and (min-width: 380px) and (max-width: 420px) {
    .pack_info {
        width: 65%;
    }

    .goods_name {
        max-width: 83%;
    }

    .info-line {
        width: 81%;
    }

    .goods_box {
        width: 19%;
    }

    /*二级分类*/
    .goods_detail {
        width: 81%;
    }

    /*商品部分*/
    .goods_img {
        width: 18%;
    }

    .goods_info {
        width: 82%;
    }
}

@media only screen and (min-width: 420px) and (max-width: 450px) {
    .pack_info {
        width: 70%;
    }

    .goods_name {
        max-width: 85%;
    }

    .info-line {
        width: 83%;
    }

    .goods_box {
        width: 17%;
    }

    /*二级分类*/
    .goods_detail {
        width: 83%;
    }

    /*商品部分*/
    .goods_img {
        width: 16%;
    }

    .goods_info {
        width: 84%;
    }
}

@media only screen and (min-width: 450px) {
    .pack_info {
        width: 69%;
    }

    .goods_name {
        max-width: 84%;
    }

    .info-line {
        width: 82%;
    }

    .goods_box {
        width: 20%;
    }

    /*二级分类*/
    .goods_detail {
        width: 80%;
    }

    /*商品部分*/
}

@media only screen and (min-width: 450px) and (max-width: 500px) {
    .goods_img {
        width: 14%;
    }

    .goods_info {
        width: 86%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .goods_img {
        width: 12%;
    }

    .goods_info {
        width: 88%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .goods_img {
        width: 10.5%;
    }

    .goods_info {
        width: 89.5%;
    }
}

@media only screen and (min-width: 700px) {
    .goods_img {
        width: 9%;
    }

    .goods_info {
        width: 91%;
    }
}
