body{
    overflow: visible;
}
.container{
    padding: 0;
    margin: 0;
    padding-bottom: 60px;
    min-height: calc(100% - 60px);
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.font-size-14{
    font-size: 14px;
}
.font-size-12{
    font-size: 12px;
}
.gray{
    color: #999;
}
.red{
    color: #e4393c;
}

/*checkbox, radio 样式, 用法: iradio iradio-blue */
.icheckbox, .iradio{
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
}

/* blue */
.icheckbox-blue, .iradio-blue {
    background: url(../img/square_blue.png) no-repeat;
}
/* red */
.icheckbox-red, .iradio-red {
    background: url(../img/square_red.png) no-repeat;
}
/* black */
.icheckbox-black, .iradio-black {
    background: url(../img/square_black.png) no-repeat;
}
/* pink */
.icheckbox-pink, .iradio-pink {
    background: url(../img/square_pink.png) no-repeat;
}
/* yellow */
.icheckbox-yellow, .iradio-yellow {
    background: url(../img/square_yellow.png) no-repeat;
}
/* grey */
.icheckbox-grey, .iradio-grey {
    background: url(../img/square_grey.png) no-repeat;
}
/* green */
.icheckbox-green, .iradio-green {
    background: url(../img/square_green.png) no-repeat;
}

/* green */
.icheckbox-orange, .iradio-orange {
    background: url(../img/square_orange.png) no-repeat;
}

/*.icheckbox {*/
    /*background-position: 0 0;*/
/*}*/
/*.icheckbox.hover {*/
    /*background-position: -18px 0;*/
/*}*/
/*.icheckbox.checked {*/
    /*background-position: -36px 0;*/
/*}*/
/*.icheckbox.disabled {*/
    /*background-position: -54px 0;*/
    /*cursor: default;*/
/*}*/
/*.icheckbox.checked.disabled {*/
    /*background-position: -72px 0;*/
/*}*/

/*.iradio {*/
    /*background-position: -89px 0;*/
/*}*/
/*.iradio.hover {*/
    /*background-position: -107px 0;*/
/*}*/
/*.iradio.checked {*/
    /*background-position: -125px 0;*/
/*}*/
/*.iradio.disabled {*/
    /*background-position: -143px 0;*/
    /*cursor: default;*/
/*}*/
/*.iradio.checked.disabled {*/
    /*background-position: -161px 0;*/
/*}*/
.iradio input,.icheckbox input{
    visibility: hidden;
}

.icheckbox {
    background-position: 0 0;
}
.icheckbox.hover {
    background-position: -19px 0;
}
.icheckbox.checked {
    background-position: -39px 0;
}
.icheckbox.disabled {
    background-position: -59px 0;
    cursor: default;
}
.icheckbox.checked.disabled {
    background-position: -79px 0;
}

.iradio {
    background-position: -99px 0;
}
.iradio.hover {
    background-position: -119px 0;
}
.iradio.checked {
    background-position: -139px 0;
}
.iradio.disabled {
    background-position: -159px 0;
    cursor: default;
}
.iradio.checked.disabled {
    background-position: -179px 0;
}
/*首页背景颜色*/
.home-content,.content{
    background: #fff;
    position: inherit;
}
/*首页背景颜色*/
/*轮播图高度*/
.slider-img{
    height: 160px;
}
/*系统分类样式*/
.category-item{
    display: inline-block;
    width: 24%;
    text-align: center;
    padding-top: 10px;
}
.five-category .category-item{
    display: inline-block;
    width: 19%;
    text-align: center;
    padding-top: 10px;
}
.category-item img {
    width: 60%;
}
/*系统分类样式*/
/*首页左右滑动效果样式*/
.index-swiper {
    overflow: hidden;
}
/*首页头部店铺样式*/
.store-card{
    margin: 0px 0px;
}
.adv-card{
    margin: 6px 0 !important;
}
.store-card .card-content-inner{
    padding: 0;
}
.adv-card .card-content .card-content-inner{
    padding: 0 !important;
}
.store-card .card-content-inner img{
    width: 100%;
    height: 160px;
    /*opacity: .3;*/
    /*-webkit-filter: blur(1px);*/
    /*filter: blur(1px);*/
}
.adv-card .card-content-inner img{
    width: 100%;
}
.store-content{
    position: absolute;
    bottom: 1%;
    left: 5%;
    z-index: 100;
    font-size: 14px;
}
.store-content .store-name{
    font-size: 16px;
    font-weight: bold;
}
.store-item{
    display: inline-block;
    vertical-align: top;
}
.store-item-left{
    width: 80px;
    height: 80px;
}
.store-item-left img{
    width: 100%;
    height: 100%;
}
.store-item-right{
   line-height: 40px;
}
/*首页头部店铺样式*/
/*首页搜索样式*/
.product-header-nav-index{
    position: relative;
    top:8px;
}
.product-info-header-index{
    line-height: 45px;
    height: 45px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: block;
    background: rgb(255, 255, 255);
}
.search-input-div-index {
    display: block;
    border: none;
    width: 75%;
    border-radius: 15px;
    background: #f7f7f7;
    height: 30px;
    margin-top: 8px;
    margin-left: 12%;
    position: relative;
}
.searchimg-index{
    left: 8%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
}
.searchcloseimg-index {
    right: 6%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
}
.two-more-index {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 6px;
    top: 4px;
}
/*商品详情*/
#commDesc ul {
    margin-left: 1%;
}
a:hover{
    text-decoration: none;
}
.category-item .category-name a:hover{
    color:#337ab7;
}
/*商品详情*/
/*首页搜索样式*/
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox,.iradio {
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}

.mask-bg{
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top:0;
}
/*底部公共导航*/
.footer-logo-img{
    display: block;
    margin: 20px auto 2.2rem;
    padding-bottom: 100px;
    width: 160px;
    height: 50px;
    background: url(../img/foot_logo_img.png) no-repeat;
    background-size: 100%;
}
.fleft{
    float: left;
}
.fright{
    float: right;
}
.home-content .card{
    box-shadow:none !important;
}


/*商品项目*/
.product-list{
    width: 98%;
    margin: 0 auto;
}
.product-list a{
    color: #333;
}

.product-list .product-list-item{
    float: left;
    width: 50%;
    cursor: pointer;
    position: relative;
}
.product-list .product-list-item-info{
    display: block;
    position: relative;
    min-height: 120px;
    color: #333;
    background-color: #fff;
    margin: 3px;
}
.product-list .squareimg{
    min-height: 202px;
}
.product-list .squareimg a{
}
.product-list .product-img{
    width: 100%;
}
.product-list .add-cart{
    position: absolute;
    right: 10px;
    bottom: 18px;
}
.product-list  .product-info{
    padding: 10px;
}
.product-list .product-price{
    display: block;
    padding-top: 12px;
    color: #FF4444;
}
 .col-2 .product-price{
    width: 11rem;
    overflow: hidden;
}
.col-2 .product-price .original-price{
    color:#ccc;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 10px;
}
.product-list  .product-name {
    height: 36px;
    overflow: hidden;
    display: inline-block;
}
.product-list .add-cart img {
    width: 25px;
    height: 25px;
}

/*大图一行显示*/
.product-list.col-big-1 .product-list-item{
    float: left;
    width: 100%;
    cursor: pointer;
}

/*小图一行显示*/
.product-list.col-1{
    width: 100%;
}
.product-list.col-1 .product-list-item{
    float: left;
    width: 100%;
    cursor: pointer;
}
.product-list.col-1 .product-list-item-info{
    padding: 10px 0 10px 15px;
    min-height: 132px;
    margin: 0 0 1px 0;
}
.product-list.col-1 .product-list-item-info::after{
    border-bottom: 1px solid #eeeeee;
}

.product-list.col-1  .squareimg{
    width: 110px;
    min-height: 110px;
    float: left;
    display: flex;
    align-items: center
}
.product-list.col-1  .product-info{
    width: calc(100% - 110px);
    float: left;
    padding-top: 0;
}
.product-list.col-1 .product-name{
    height: inherit;
    overflow: inherit;
    display: inherit;
}
.product-list.col-1  .product-price
{
    position: absolute;
    bottom: 0px;
    width: 16.5rem;
}
.product-list.col-1  .product-price .original-price{
    font-size: 10px;
    text-decoration: line-through;
    color:#ccc;
    margin-left: 10px;
}
.product-list.col-1  .add-cart
{
    bottom: 10px;
    right: 14px;
}

/*页面浮动的购物车*/
.product-aside {
    bottom: 40px;
    position: fixed;
    left: 10px;
    z-index: 101;
}

.product-aside .mode-image-two {
    background-image: url('../img/pro-twoforcol.png');
    background-size: 16px;
}

.product-aside .mode-image-cart {
    background-image: url('../img/cart_icon.png');
    background-size: 16px;
}

.product-aside .mode-image {
    background-image: url('../img/pro-oneforcol.png');
    background-size: 16px;
}

.product-aside .to-top {
    display: none;
    background-image: url('../img/gototop.png');
    background-size: 16px;
}

.product-aside a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: hsla(0, 0%, 100%, .9) no-repeat 50%;
    background-size: 20px;
    border: 1px solid #ccc;
    border-radius: 17px;
    margin-bottom: 10px;
    overflow: hidden;
    float: right;
    clear: both;
}
.product-slider{
    overflow: hidden;
    padding: 0 15px;
}
.product-slider .product-slider-wrapper {
    margin-top: 4px;
}
.product-slider-list{
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-bottom: -10px;
    padding-bottom: 10px;
}


.product-slider .swiper-slide{
    margin: auto 0;
}
.product-slider .product-name {
    display: block;
    height: 42px;
    overflow: hidden;
    padding-top: 6px;
}
.product-slider .product-slider-item{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    flex: 0 0 30%;
    width: 30%;
    float: none;
    margin-right: 10px;
    position: relative;
}
.product-slider .product-slider-item:last-child{
    margin-right:0;
}
.product-slider  .product-slider-item-info a{
    width: 100%;
    height: 116px;
    display: flex;
    align-items: center
}
.product-slider  .product-price {
    display: block;
    padding-top: 12px;
    color: #FF4444;
}
.product-slider .add-cart{
    position: absolute;
    right: 4px;
    bottom: 9px;
}
.product-slider .add-cart img{
    width: 23px;
    height: 23px;
}
.product-slider-tip{
    text-align: center;
    width: 100%;
    padding: 0 0 5px 0;
    color: #999;
}

.no-more {
    width: 100%;
    padding: 20px 10px;
    vertical-align: middle;
    text-align: center;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.no-data{
    clear: both;
    padding: 30px;
}
.no-data img{
    width: 80px;
}
/*售罄标记*/
.sold-out{
    position: absolute;
    width: 50px;
    top:0;
    left: 0px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.5);
    line-height: 50px;
}
.sold-out-label{
    color: #fff;
}
.sold-out-small{
    width: 35px;
    height: 35px;
    line-height: 35px;
}

/*底部公共导航*/
.bar {
    position: fixed;
    background-color:#fff;
    height: 44px;
}
.bar-tab .tab-item{
    height:inherit;
}
.bar-tab .tab-item.active, .bar-tab .tab-item:active {
    color: #FF4444;
}
.bar-tab .tab-item .icon{
    height: 24px;
    font-size: 24px;
    line-height: 30px;
}
.bar-tab .tab-item .icon~.tab-label{
    font-size: 12px;
    top: 4px;
}
/*首页搜索框样式*/
.search-input input{
    font-size: 14px !important;
}
.col-2 .sales-img{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.col-1 .sales-img{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    left: 3px;
}
.col-2 .product-price{
    white-space: nowrap;
    width: 75%;
    overflow: hidden;
}
.product-list.col-1  .product-price{
    white-space: nowrap;
    width: 45%;
    overflow: hidden;
}

.btn-disabled{
    background-color: #ccc !important;
    color: #fff;
}

/*首页搜索框样式*/
@media screen and (max-width: 375px){
    .product-list.col-1 .product-list-item-info{
        min-height: 136px;
    }
    .product-list .squareimg{
        min-height: 180px;
    }
    .searchbar .search-input input{
        height: 28px;
    }
    .search-input .icon{
        font-size: 16px;
    }
    .search-input label+input{
        padding-left: 20px;
    }
    .product-slider  .product-slider-item-info a{
        height: 116px;
        line-height: 116px;
    }

}
.swiper-container{
    height: 180px;
}

.store-qrcode-shadow{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110;
    background-color: rgba(0, 0, 0, .7);
    display: none;
}
.store-qrcode{
    position: absolute;
    bottom: 30%;
    left: 0%;
    right: 0;
    z-index: 111;
    width: 320px;
    padding: 30px;
    background-color: #fff;
    display: none
}
.close-store-qrcode{
    position: absolute;
    height: 22px;
    width: 22px;
    background-image: url(../img/icon_close.png);
    background-size: 22px 22px;
    top:5px;
    right: 5px;
}
@media screen and (max-width: 360px){
    .product-list .squareimg{
        min-height: 170px;
        line-height: 170px;
    }

}
@media screen and (max-width: 320px){
    .product-list .squareimg{
        min-height: 150px;
        line-height: 150px;
    }

}
