body {
    user-select: none;
}

.shop_banner {
    padding: 15px;
    background: #fff
}

.shop_banner img {
    width: 100%;
    border-radius: 5px
}

.products_list.all_list_pd {
    display: -webkit-box;
    /*display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
    padding-top: 0
}

.products_list > div {
    width: 100%
}

.products_list a.product {
    display: inline-block;
    width: 47%;
    border-radius: 6px;
    background-color: #fff;
    margin: 0 2%;
    margin-top: 2%;
    padding-top: 10px;
    box-sizing: border-box
}

.products_list a.product:nth-child(2n) {
    margin-left: 0
}

.products_list a.product:active {
    opacity: .8;
    background-color: #e4e4e4
}

.products_list a.product .product_state {
    font-size: 12px;
    color: #ababab;
    padding: 10px 10px 0 10px
}

.products_list a.product .product_main_img {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box
}

.products_list a.product .product_main_img img {
    display: block;
    width: 100%;
    height: calc(41.9vw)
}

.products_list a.product .product_main_title {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    padding: 0 10px 0 10px
}

.products_list a.product .product_main_price {
    margin-top: 5px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    padding: 0 10px 10px 10px;
    display: -webkit-box;
    /*display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between8/
}

.products_list a.product .product_main_price .price {
    font-size: 16px;
    margin-right: 10px;
    white-space: nowrap;
    text-align: left;
    color: #000;
    border: solid 1px #9b9a9a;
    border-radius: 4px;
    padding: 0 5px
}

.products_list a.product .product_main_price .price i {
    font-style: normal;
    font-size: 12px
}

.products_list a.product .product_main_price .buy {
    color: #fff;
    background: -webkit-linear-gradient(left, #6c4bd0, #9674e4);
    background: linear-gradient(left, #6c4bd0, #9674e4);
    width: 20px;
    height: 20px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px
}

.products_list a.product .product_main_price .praise {
    position: relative;
    font-size: 12px;
    color: #ababab;
    white-space: nowrap;
    text-align: right
}

.products_list a.product .product_main_price .praise span {
    font-size: 14px
}

.products_list a.product .product_main_price .praise:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    height: 12px;
    border-left: 1px solid #ddd;
    color: #ddd;
    -webkit-transform: scaleX(.4);
    transform: scaleX(.4)
}

.products_list:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden
}

.listTwo {
    background-color: #f6f5fa
}

.shop_list_box {
    width: 100%;
    height: calc(100vh - 50px)
}

.listOne {
    background: #fff
}

.all_list_pd {
    padding-top: 15px
}

.all_list_pd > p {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    display: block
}

.all_list_pd p.no_more {
    text-align: center;
    padding: 20px 0;
    color: #adadad;
    font-size: 12px;
    background: #fff
}

.all_list_pd .all_list_pd_one {
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 140px;
    padding: 15px 15px 5px
}

.all_list_pd .all_list_pd_one:active {
    background: #f7f7f7
}

.all_list_pd .all_list_pd_one:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 92%;
    height: 1px;
    border-bottom: 1px #ddd solid;
    -webkit-transform: scaleY(.3);
    transform: scaleY(.3)
}

.all_list_pd .all_list_pd_one:last-child {
    border-bottom: 0
}

.all_list_pd .all_list_pd_one:last-child:after {
    content: '';
    border: none
}

.all_list_pd .all_list_pd_one .main_image {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    height: 90%;
    position: relative;
    box-shadow: 2px 2px 10px #ddd
}

.all_list_pd .all_list_pd_one .main_image:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: -6px;
    left: 5px;
    z-index: 10
}

.all_list_pd .all_list_pd_one .main_image.sell_on:after {
    background: url(../images/product_sell_bg.png) center no-repeat;
    background-size: 100%
}

.all_list_pd .all_list_pd_one .main_image.sell_on:before {
    content: '火热售卖';
    font-size: 12px;
    color: #fff;
    position: absolute;
    width: 30px;
    top: 0;
    left: 13px;
    z-index: 20;
    white-space: pre-line;
    line-height: 14px
}

.all_list_pd .all_list_pd_one .main_image.sell_wait:after {
    background: url(../images/product_sell_bg.png) center no-repeat;
    background-size: 100%
}

.all_list_pd .all_list_pd_one .main_image.sell_wait:before {
    content: '暂未售卖';
    font-size: 12px;
    color: #fff;
    position: absolute;
    width: 30px;
    top: 0;
    left: 13px;
    z-index: 20;
    white-space: pre-line;
    line-height: 14px;
    opacity: .6
}

.all_list_pd .all_list_pd_one .main_image.sell_out:after {
    background: url(../images/product_sell_bg.png) center no-repeat;
    background-size: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .95
}

.all_list_pd .all_list_pd_one .main_image.sell_out:before {
    content: '售卖结束';
    font-size: 12px;
    color: #fff;
    position: absolute;
    width: 30px;
    top: 0;
    left: 13px;
    z-index: 20;
    white-space: pre-line;
    line-height: 14px;
    opacity: .6
}

.all_list_pd .all_list_pd_one .main_image img {
    height: 100%;
    width: 85px;
    border-radius: 5px
}

.all_list_pd .all_list_pd_one .main_details {
    width: 200px;
    width: calc(100% - 110px);
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.all_list_pd .all_list_pd_one .main_details .main_details_address, .all_list_pd .all_list_pd_one .main_details .main_details_time, .all_list_pd .all_list_pd_one .main_details .main_details_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%
}

.all_list_pd .all_list_pd_one .main_details .main_details_title {
    font-size: 14px;
    color: #282828;
    -webkit-line-clamp: 2;
    font-weight: 500
}

.all_list_pd .all_list_pd_one .main_details .main_details_address, .all_list_pd .all_list_pd_one .main_details .main_details_time {
    margin-top: 8px;
    color: #ababab;
    -webkit-line-clamp: 1
}

.all_list_pd .all_list_pd_one .main_details .main_details_address span img, .all_list_pd .all_list_pd_one .main_details .main_details_time span img {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: middle;
    margin-bottom: 3px
}

.all_list_pd .all_list_pd_one .main_details .main_details_address {
    margin-top: 0 !important
}

.all_list_pd .all_list_pd_one .main_details .main_details_key {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.all_list_pd .all_list_pd_one .main_details .main_details_key .main_details_key_price {
    line-height: 1em
}

.all_list_pd .all_list_pd_one .main_details .main_details_key .main_details_key_price span:first-child {
    font-size: 22px;
    font-weight: 700;
    color: #6747ce
}

.all_list_pd .all_list_pd_one .main_details .main_details_key .main_details_key_price span:last-child {
    padding-left: 5px;
    font-size: 12px;
    color: #6747ce
}

.all_list_pd .all_list_pd_one .main_details .main_details_key .main_details_key_button {
    width: 40px;
    height: 40px;
    padding: 3px;
    background: -webkit-linear-gradient(top left, #004eac, #2a3c8d);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.2em;
    box-shadow: 0 2px 5px rgba(6, 31, 92, .5)
}

.all_list_pd.begin_sale .all_list_pd_one .main_details .main_details_key .main_details_key_button > div {
    opacity: .5
}

.all_list_pd.sold_out .all_list_pd_one .main_details .main_details_key .main_details_key_button {
    background: -webkit-linear-gradient(top left, #ddd, #ababab);
    background: linear-gradient(top left, #ddd, #ababab);
    box-shadow: 0 2px 5px #e9e9e9
}

.mall_list {
    width: 100%;
    margin-top: 3%;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap*/
}

.mall_list .list_part {
    display: inline-block;
    width: 45.5%;
    background-color: #fff;
    margin: 3%;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 10px rgba(171, 171, 171, .1);
    overflow: hidden
}

.mall_list .list_part:nth-child(2n) {
    margin-left: 0
}

.mall_list .shop_img {
    width: 100%;
    min-height: 150px
}

.mall_list .shop_img img {
    width: 100%;
    height: 150px
}

.mall_list .shop_label {
    width: 100%;
    padding: 5px 0;
    background: rgba(103, 71, 206, .6);
    color: #fff;
    font-size: 12px;
    text-align: center
}

.mall_list .shop_label .label_things {
    display: inline-block;
    padding-left: 20px;
    position: relative
}

.mall_list .shop_label .label_things:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 1px;
    top: 2px;
    /*background: url(../images/icon_scelling.png);*/
    background-repeat: no-repeat;
    background-size: 100%
}

.mall_list .shop_title {
    font-size: 12px;
    color: #282828;
    margin: 4px 15px;
    min-height: 32px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mall_list .shop_price {
    font-size: 14px;
    color: #7352d3;
    margin: 10px 15px;
    margin-top: 0;
    line-height: 14px
}

.mall_list .shop_price span:last-child {
    font-size: 10px
}

.will_selling .label_things:after {
    /*background: url(../images/icon_will_sell.png) !important*/
}

.selling_over {
    background: rgba(117, 117, 117, .6) !important
}

.selling_over .label_things {
    padding-left: 0 !important
}

.selling_over .label_things:after {
    display: none !important
}

.none_shop {
    position: relative;
    text-align: center;
    height: 80%
}

.none_shop div {
    position: absolute;
    top: 175px;
    left: 32%;
    margin: auto;
    width: 140px;
    height: 140px
}

@media (min-width: 416px) {
    .none_shop div {
        left: 40%;
    }
}

@media (max-width: 360px) {
    .none_shop div {
        left: 30%;
    }
}

.none_shop div img {
    width: 140px;
    height: 140px
}

.none_shop div span {
    color: grey;
    font-size: 12px
}

.no_more_tips {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    display: block
}

.top_tab {
    position: relative;
    z-index: 500
}

.top_tab .tab_box {
    box-sizing: border-box;
    padding-bottom: 50px;
    overflow: auto
}

.top_tab .common_tab_change {
    color: #c9c9c9;
    font-size: 18px;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background-color: #fff;
    padding: 0 15px;
    box-shadow: 2px 2px 10px rgba(229, 229, 229, .35)
}

.top_tab .common_tab_change:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.top_tab .common_tab_change div {
    float: left;
    width: 20%;
    padding: 6px 0 15px;
    text-align: center;
    color: #8a8a8a;
    font-size: 16px
}

.top_tab .common_tab_change div.common_tab_show {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 500
}

.top_tab .common_tab_change div.common_tab_show:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30%;
    height: 3px;
    width: 40%;
    border-bottom: #6747ce 3px solid
}

.body_css .top_tab .common_tab_change div {
    margin-left: 30%;
}

.body_css .top_tab .common_tab_change div:last-child {
    margin-left: 0;
}

.body_css .mall_list {
    margin-bottom: 3%;
}

.body_css .mall_list .shop_img {
    min-height: 320px;
    display: flex;
}

.body_css .mall_list .shop_img img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.body_css .mall_list .shop_img img {
    width: 320px;
    height: 320px;
    margin: 0 auto;
}

.body_css .top_tab .common_tab_change div.common_tab_show {
    margin-left: 0;
}

.body_css .top_tab .tab_box {
    padding-bottom: 65px;
}

.body_css .shop_list_box {
    width: 800px;
    margin: 0 auto;
}

.body_css .mall_list .list_part {
    width: 44%;
}

.body_css .mall_list .shop_label {
    display: inline-block;
    background: #a491e2;
    height: 20px;
    margin-top: -6px;
}

.body_css .selling_over {
    background: #acacac!important;
}

.body_css .selling_over .label_things {
    margin-left: 40%;
}

.body_css .shop_label img {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 1px;
    margin-left: 40%;
}

.body_css .mall_list .shop_label .label_things {
    padding-left: 5px;
    width: 60px;
    float: left;
}

.body_css .shop_country_plate {
    position: absolute;
    margin-top: 10px;
    margin-left: 15px;
}
.body_css .shop_country_plate span {
    padding-right: 5px;
    color: #666666;
}
.body_css .shop_country_plate .country_icon {
    width: 15px;
    height: 15px;
    display: inline-block;
}
.body_css .shop_country_plate .country_icon img {
    width: 100%;
    height: 100%;
    margin-bottom: -2px;
}

/**移动端**/
.body_css .mobile_css .shop_list_box {
    width: 100%;
}

.body_css .mobile_css .mall_list .list_part {
    width: 45.5%;
}

.body_css .mobile_css .mall_list .shop_img {
    display: flex;
    min-height: 150px;
}

.body_css .mobile_css .mall_list .shop_img img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.body_css .mobile_css .mall_list .shop_label .label_things {
    width: 50px;
}

.body_css .mobile_css .shop_label img {
    margin-left: 30%;
}

.body_css .mobile_css .shop_country_plate span {
    padding-right: 2px;
    font-size: 10px;
}

.body_css .mobile_css .shop_country_plate {
    margin-top: 4px;
    margin-left: 6px;
}
.body_css .mobile_css .shop_country_plate .country_icon img {
    margin-bottom: -4px;
}