/*goodslist start å•†å“åˆ—è¡¨*/
i.filter {
    width: 20px;
    background: url("/moblieymtIndex/images/icons/icon_filter.png") center center no-repeat;
    height: 20px;
    background-size: contain;
    margin-top: 10px;
    margin-right: 5px;
    padding: 5px;
    cursor: pointer;
}

#jPanelMenu-menu {
    padding-top: 90px;
    background-color: rgba(0, 156, 76, 1);
    color: #ffffff;
}

ul.classify-link li {
    padding: 5px 10px;
}

#main-sidebar {
    background-color: rgba(0, 156, 76, 1);
    color: #ffffff;
    overflow: scroll;
}

#main-sidebar a {
    text-decoration: none;
    color: #ffffff;
}

.sidebar-wrapper li {
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 30px;
}

div.change-views {
    text-align: center;
    background-color: #cac4c4;
    color: #fff;
    font-size: 12px;
    height: 40px;
    line-height: 30px;
    position: fixed;
    top: 48px;
    left: 0px;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    padding: 5px;
}

div.change-views .pure-u-1-2.active {
    background-color: #9e9e9e;
}

div.change-views i {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

div.change-views i.icon-gallery {
    background: url("/moblieymtIndex/images/icons/listview_icon.png") 1px -27px no-repeat;
    background-size: 100%;
}

div.change-views i.icon-list {
    background: url("/moblieymtIndex/images/icons/listview_icon.png") 1px -49px no-repeat;
    background-size: 100%;
}

ul.product-list-area {
    padding-top: 76px;
    overflow: hidden;
    padding-bottom: 50px;
}

ul.product-list-area li {
    box-sizing: border-box;
    padding: 8px;
    position: relative;
    width: 50%;
    float: left;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

ul.product-list-area img {
    width: 100%;
    max-width: 150px;
}

ul.product-list-area p.goods-name {
    color: #333;
    font-size: 0.9rem;
    padding: .5rem 0 .3rem .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.product-list-area div.goods-tags{
    height: 24px;
}

ul.product-list-area div.goods-tags a,.detail-area div.goods-tags a{
    font-size: 12px;
    border:1px solid #599c3b;
    border-radius: 3px;
    padding: 2px 3px;
    margin-right:2px;
    color: #599c3b;
}

ul.product-list-area div.goods-tags a.blue-border,.detail-area div.goods-tags a.blue-border{
    border-color: #3F8BFA;
    color: #3F8BFA;
}

ul.product-list-area div.goods-tags a.orange-border,.detail-area div.goods-tags a.orange-border{
    border-color: #DD790F;
    color: #DD790F;
}

ul.product-list-area div.goods-tags a.red-border,.detail-area div.goods-tags a.red-border{
    border-color: #DE3130;
    color: #DE3130;
}


    ul.product-list-area button.addCart {
        position: absolute;
        bottom: 12px;
        right: 10px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        z-index: 1;
        outline: none;
        border: none;
        background: url("/moblieymtIndex/images/icons/shopping-cart.png") center center no-repeat #699a48;
        background-size: contain;
    }

.product-list-area .goods-price {
    color: #FD9005;
    font-size: 1.33rem;
    padding: .4rem 0 .4rem .2rem;
    position: relative;
}

ul#gallery-status li {
    width: 90%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 130px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E9E9E9;
    display: block;
    margin: 0 auto;
    float: inherit;
}

ul#gallery-status a.product-img {
    display: inline-block;
    height: 100%;
    float: left;
    margin-right: 10px;
}

ul#gallery-status a.product-img img {
    height: 100%;
    width: auto;
}

ul#gallery-status p.goods-name {
    line-height: 30px;
    padding-top: 20px;
}

/*goodslist end*/

/*goodsdetail start and taste æ´»åŠ¨*/
.full-width table.article-content{
    width: 92%;
    margin: 0 auto;
}

.full-width p:last-child img{
    padding-bottom: 40px;
}

.detail-area {
    width: 90%;
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
}

.detail-area h3 {
    font-size: 20px;
    padding: 5px 0px;
}

.detail-area article {
    font-size: 12px;
    color: #88817f;
}

.detail-area .goods-price {
    font-size: 30px;
    font-weight: bolder;
    color: #FD9005;
}

.detail-area .goods-size {
    display: inline-block;
    padding: 4px 22px;
    font-size: 12px;
    border: 2px #319d39 solid;
    border-radius: 5px;
    color: #319d39;
}

.detail-area .number-group {
    overflow: hidden;
    display: inline-block;
    float: right;
}

button.addCart {
    border: none;
    outline: none;
    color: #ffffff;
    background-color: #FD9005;
    height: 25px;
    font-size: 14px;
    border-radius: 35px;
    width: 100px;
}

.padding-top {
    padding-top: 40px;
}

.full-width img {
    width: 100%;
    height: auto;
}

.detail-area .number-group button {
    padding: 0px;
    background-color: #fff;
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    border: 1px #d5d7d5 solid;
    outline: none;
    color: #231815;
    font-size: 14px;
    font-weight: bolder;
    line-height: 30px;
}

.detail-area .number-group input {
    font-weight: bolder;
    padding: 0px;
    background-color: #fff;
    display: inline-block;
    float: left;
    width: 32px;
    height: 30px;
    border: none;
    outline: none;
    color: #231815;
    font-size: 14px;
    text-align: center;
}

.detail-area .prices_area .ft-24 {
    margin-right: 10px;
}

.shopping-cart-line{
    box-sizing: border-box;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 45px;
    line-height: 30px;
    padding: 10px;
    box-shadow: 3px 3px 20px 8px #cacaca;
    z-index: 999;
    background-color: #fff;
}

.shopping-cart-line a.cart_btn{
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-left: 10px;
}

.shopping-cart-line a.cart_btn img{
    height: 100%;
    width: 100%;
}

/*goodsdetail end*/

/*æ´»åŠ¨*/
.gray {
    color: #88817f;
}

.orange {
    color: #FD9005;
    font-weight: bolder;
}

ul.taste_list {
    padding-bottom: 100px;
}

ul.taste_list li {
    box-sizing: border-box;
    display: block;
    padding: 5px 0px;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    margin-top: -1px;

}

ul.taste_list li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-family: fantasy;
    height: 28px;
    line-height: 33px;
}

.taste_box {
    width: 100%;
    display: block;
    position: fixed;
    bottom: -100px;
    box-sizing: border-box;
    padding: 0px 35px;
    border-top: 1px solid #F1F1F1;
    background-color: #fff;
    padding-top: 10px;
    z-index: 99;
}

.taste_box p.gray_text{
    color: #88817f;
}

.taste_box ul li {
    width: 50%;
    float: left;
}

.taste_box .taste_btn,.address_box .apply_btn{
    width: 120px;
    height: 30px;
    color: #ffffff;
    background-color: #FD9005;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 30px;
    margin: 10px;
    display: inline-block;
    line-height: 30px;
}

.address_box{
    width:100%;
    border-top: 1px solid #F1F1F1;
    padding: 5px 15px 10px 15px;
    box-sizing: border-box;
    color: #88817f;
    position: fixed;
    bottom: -300px;
    z-index: 999;
    background-color: #fff;
}

.address_box .address-title{
    border-bottom: 1px solid #F1F1F1;
    line-height: 35px;
}

.address_box .address-title .closed{
    display: inline-block;
    padding: 0px 0px 0px 10px;
}

.address_box .address-body a{
    color: #88817f;
}

.address_box .address-body a .ft-20{
    color: #000000;
}

.address_box .address-body{
    background: url("/moblieymtIndex/images/icons/icon_allow_right.png") right center no-repeat;
    background-size: 10px;
}

.address_box .address-type {
    border: 1px solid #599c3b;
    border-radius: 18px;
    padding: 0px 10px;
    display: inline-block;
    color: #599c3b;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 18px;
    height: 18px;
}

.rule{
    box-sizing: border-box;
    /* padding: 55px 15px; */
}

.rule img{
    width: 100%;
    /* padding: 10px 0px; */
    box-sizing: border-box;
}

.news-detail-title{
    font-weight: bolder;
    margin-top: 10px;
}

/*shopping cart start*/

body.empty {
    background: url("/moblieymtIndex/images/empty-shopcart.png") center 40% no-repeat;
    background-size: 80%;
}

.shopping-cart-context-area {
    overflow: hidden;
    clear: both;
    padding-bottom: 96px;
    background-color: #fff;
}

.shopping-cart-context-area.small{
    padding-bottom: 45px;
}

.shopping-cart-context-area li img {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

li.pure-g {
    /* padding-left: 10px; */
    /* box-sizing: border-box; */
    /* background-color: #fff; */
    /* height: 100%; */
}

ul.cart-list div.check-box-area{
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: 99;
    background: url("/moblieymtIndex/images/icons/icon-not-check.png") center center no-repeat #ffffff;
    background-size: 23px;
    z-index: 199;
    top: 0px;
}

ul.cart-list .pure-g a.pure-g{
    display: flex !important;
}

ul.cart-list div.check-box-area.active{
    background: url("/moblieymtIndex/images/icons/icon_check.png") center center no-repeat #ffffff;
    background-size: 23px;
}

.shopping-cart-context-area p.title {
    font-size: 14px;
    padding-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
}

.shopping-cart-context-area .goods-size {
    display: inline-block;
    padding: 0px 12px;
    font-size: 12px;
    border: 1px #319d39 solid;
    border-radius: 5px;
    color: #319d39;
    margin-top: 5px;
}

.shopping-cart-context-area .goods-num{
    margin-left: 5px;
    vertical-align: bottom;
}

.shopping-cart-context-area .goods-price {
    color: #FD9005;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
}

.shopping-cart-context-area .number-group {
    margin-top: 3px;
    padding-left: 15px;
    box-sizing: border-box;
}

.shopping-cart-context-area li {
    border-bottom: 1px solid #eee;
    position: relative;
    background-color: #fff !important;
    /* padding: 10px 0px; */
    display: flex !important;
}

.shopping-cart-context-area .padding-top-control {
    /* padding-top: 25px; */
    position: absolute;
    bottom: 9px;
}

.shopping-cart-context-area ul.replace-event li{
    padding: 10px;
    font-size: 14px;
}

.shopping-cart-context-area ul.replace-event a{
    color: #595959;
    display: block;
    width: 100%;
}

.shopping-cart-context-area ul.replace-event li.title{
    background-color: #F3F3F3 !important;
    color: #787878;
}

.shopping-cart-context-area ul.replace-event li.has_allow{
    background: url("/moblieymtIndex/images/icons/icon_allow_right.png") 96% center no-repeat;
    background-size: 10px;
}

.shopping-cart-context-area ul.replace-event li .event-tag{
    display: inline-block;
    background-color: #599c3b;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
    margin-right: 7px;
    vertical-align: bottom;
}

.number-group button {
    padding: 0px;
    background-color: #fff;
    display: inline-block;
    float: left;
    width: 26px;
    height: 26px;
    border: 1px #d5d7d5 solid;
    outline: none;
    color: #231815;
    font-size: 14px;
    font-weight: bolder;
    line-height: 20px;
}

.number-group input {
    font-weight: bolder;
    padding: 0px;
    /* background-color: #e9ede8; */
    display: inline-block;
    float: left;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    color: #231815;
    font-size: 12px;
    text-align: center;
}

.shopping-cart-context-area .number-group button.min {
    /* border-radius: 4px 0px 0px 4px; */
}

.shopping-cart-context-area .number-group button.add {
    /* border-radius: 0px 4px 4px 0px; */
}

.shopping-cart-context-area button.delete {
    width: 22px;
    height: 22px;
    outline: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("/moblieymtIndex/images/icons/delete.png") center center no-repeat #339639;
    background-size: 60%;
    border-radius: 50%;
}

.settle {
    position: fixed;
    bottom: 50px;
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
    box-shadow: 3px 3px 20px 8px #cacaca;
    box-sizing: border-box;
    padding: 10px;
    z-index: 999;
}

.settle.pickup-goods{
    bottom: 0px !important;
}

.settle .total-text {
    margin-left: 5px;
    color: #FD9005;
}

.settle .total-pay {
    color: #FD9005;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.settle a.pay {
    border: none;
    outline: none;
    color: #ffffff;
    background-color: #FD9005;
    height: 25px;
    font-size: 14px;
    border-radius: 35px;
    width: 100px;
    display: inherit;
    text-align: center;
    line-height: 25px;
}

.delete_all {
    display: inline-block;
    width: 18px;
    /* height: 18px; */
    padding: 0px 13px;
}

.delete_all img {
    width: 100%;
    height: auto;
}
/*shopping cart end*/

/*pickup start*/
.pickup .pickup_header img,.pickup .pickup_footer img{
    width: 100%;
    height: auto;
}

.pickup .pickup_body{
    background: url("/moblieymtIndex/images/icons/t_body.png") center center no-repeat;
    background-size: 100% 100%;
}

.pickup_body .pickup-area{
    width: 70%;
    margin: 0 auto;
    padding: 15px 0px;
}

.pickup_body .pickup-area label{
    font-size: 14px;
    color: #808080;
    margin-right: 10px;
}

.pickup-area .row-block{
    margin-bottom: 15px;
}

.pickup-area .pickup-input{
    border-radius: 5px;
    outline: none;
    border: 1px solid #CCCCCC;
    line-height: 25px;
    padding: 1px 5px;
    width: 75%;
}

.pickup-area .pickup-button{
    width: 40%;
    height: 25px;
    color: #ffffff;
    background-color: #FD9005;
    border-radius: 25px;
    outline: none;
    border: none;
    margin: 0 auto;
    display: block;
}

.replacebuy-title{
    position: fixed;
    top: 46px;
    background-color: rgba(253,144,5,0.55);
    color: #ffffff;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    padding:0px 10px;
    box-sizing: border-box;
    z-index: 999;
}
/*pickup end*/

/*å…³æ³¨çš„æŒ‰é’®æ ·å¼ start*/
.sharing{
    position: fixed;
    top: 10px;
    right: 10px;
    height: 35px;
    width: 35px;
    display: block;
    z-index: 999;
    background: url("/moblieymtIndex/images/icons/icon_sharing.png") center center no-repeat;
    background-size: 100% 100%;
}

.collect{
    position: fixed;
    top: 10px;
    right: 55px;
    height: 35px;
    width: 35px;
    display: block;
    z-index: 999;
    background: url("/moblieymtIndex/images/icons/icon_collect.png") center center no-repeat;
    background-size: 100% 100%;
}

.collect.active{
    position: fixed;
    top: 10px;
    right: 55px;
    height: 35px;
    width: 35px;
    display: block;
    z-index: 999;
    background: url("/moblieymtIndex/images/icons/icon_collectactive.png") center center no-repeat;
    background-size: 100% 100%;
}
/*å…³æ³¨çš„æŒ‰é’®æ ·å¼ end*/

/*rule è§„åˆ™åˆ¶å®š start*/
.rule p{
    padding: 0px 10px 5px 10px;
}
.rockrule{
    background-color: #FFFBE8;
}

.tasterule{
    background-color: #8EBC7B;
}

.rushfresh{
    background-color: #DBF699;
}

/*rule è§„åˆ™åˆ¶å®š end*/
/*===æ–°åŠ æ ·å¼==*/
.xjbtn {
    text-align: right;
    padding-top: 0px;
    padding-right: 3%;
    padding-bottom: 0px;
    padding-left: 3%;
}

    .xjbtn a {
        display: inline-block;
        *display: inline;
        font-size: 0.9rem;
        line-height: 2;
        border: 1px solid #699a48;
        border-radius: 30px;
        text-align: center;
        color: #699a48;
        font-weight: 800;
        padding-right: 15px;
        padding-left: 15px;
    }

.spdh{padding: 0 6% 20px 6%; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; padding-top: 20px;}
spdh p{ font-size: 14px; line-height: 1.8; color: #707070; overflow: hidden;}
.fr{float: right;}

.bqbxo{width: 50%; position: absolute; top:0;left:30px;}.bqbxo img{width: 100%;}