﻿@charset "utf-8";

.productItemBox{
    width:49.2%;
    padding-bottom:65%;
    background-color:#fff;
    height:0px;
    margin-bottom:6px;
    
    border-radius:5px;
    overflow:hidden;
}
.productListBox{
    padding:5px;
    box-sizing:border-box;
    flex-wrap:wrap;
    background-color:#f4f4f4;
}
.productImgBox{
    width:100%;
    height:0;
    padding-bottom: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
.productTitleBox{
    padding:0px 6px;
    box-sizing:border-box;
}
.productTitle{
    display:flex;
    align-items:center;
    height:40px;
    font-size:16px;
    padding:8px 0px;
}
.productPriceBox{
    line-height:26px;
    
}
.productPriceBox span{
    font-size:16px;
    color:#f60; 
}
.productPriceBox label{
    font-size:12px;
    color:#aaa; 
    text-decoration:line-through;
    margin-left:10px;
}
.productPriceBuy{
    width:21%;
    text-align:center;
}
.productPriceBuy i{
    font-size:24px;
    color:#038115;
}

/*
    ProductView
*/
.buyFooter{
    position:fixed;
    z-index:12;
    left:0px;
    bottom:0px;
    width:100%;
    height:45px;
    background-color:#fff;
    display:flex;
}
.buyFooter div{
    height:100%;
    font-size:0;
    display:flex;
}
.buyFooter div a{
    display:inline-block;
    flex:1;
    text-align:center;
}
.buyFooter div i{
    font-size:20px;
}
.buyFooterLeft{
    width:40%;
}
.buyFooterLeft a{
    font-size:11px;
    padding-top:3px;
}
.buyFooterLeft a:nth-child(3){
    flex:1;
}
.buyFooterLeft label{
    right:10px;
    top:-4px;
}
.buyFooterRight{
    width:60%;
    background-color:#038115;
}
.buyFooterRight a{
    height:100%;
    line-height:45px;
    color:#fff;
    font-size:16px;
}
.buyFooterRight a:first-child{
    background-color:#f60;
}
.swiper-pagination{
    right:10px;
    left:unset!important;
    width: 50px!important;
    line-height:24px;
    height:24px;
    background-color:rgba(0,0,0,0.5);
    border-radius:12px;
    -webkit-border-radius:12px;
}
.swiper-pagination, .swiper-pagination-total{
    color:#fff;
}
.swiper-pagination-current{
    color:#f7e238;
}
.backArrow{
    position:absolute;
    z-index:10;
    top:10px;
    left:10px;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    background-color:rgba(0,0,0,0.4);
    border-radius:15px;
    -webkit-border-radius:15px;
}
.backArrow i{
    font-size:20px;
    color:#f0f0f0;
}

.detailBox{
    width:100%;
    background-color:#fff;
    padding:12px;
    box-sizing:border-box;
    margin-bottom:10px;
}
.productName{
    width:100%;
    padding:8px 0px;
}
.productName span{
    font-size:18px;
    font-weight:bold;
}
.priceInfo{
    width:100%;
    margin:10px auto 15px auto;
}
.buyPrice,.buyAmount{
    width:auto;
}
.buyPrice>span,.buyPrice>span>span{
    color:#f60;
}
.buyPrice>label,.buyPrice>label>span{
    color:#aaa;
}
.buyPrice>label{
    margin-left:5px;
    text-decoration:line-through;
}
.buyAmount{
    font-size:0;
    padding:0px 6px;
    height:34px ;
    line-height:34px;
    text-align:center;
    border:1px solid #ddd;
    border-radius:17px;
    -webkit-border-radius:17px;
}
.buyAmount span{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.amountDiff,.amountAdd{
    width:26px;
    font-size:20px;
}
.amountDiff{
    border-right:1px solid #ddd;
}
.amountAdd{
    border-left:1px solid #ddd;
}
.amountBox{
    padding-right:5px;
}
.buyAmount input{
    width:45px;
    height:100%;
    line-height:100%;
    text-align:center;
    border:0px;
}
.packageBox{
    width:100%;
    display:flex;
    align-items:center;
    height:40px;
    background-color:#fcf2a3;/*#bff8c5;*//*#c6f8c4*/
    border-radius:6px;
    overflow:hidden;
}
.packageBox span,.packageBox label{
    /*color:#fff;*/
    display:inline-block;
    text-align:center;
}
.packageBox span{
    width:60px;
    color:#f60;
}
.packageBox label{
    width:50px;
    color:#666;
}
.packageBox i{
    font-size:20px;
}
.packageBox div{
    flex:1;
    /*color:#666;*/
    padding-left:15px;
    box-sizing:border-box;
    border-left:1px solid #aaa;
}
.buyerBox{
    width:100%;
    height:42px;
    display:flex;
    align-items:center;
    margin-top:15px;
    box-sizing:border-box;
    border:1px solid #ddd;
    border-radius:6px;
    overflow:hidden;
    background: linear-gradient(to right,#f99,#fff,#fff);
    background: -webkit-linear-gradient(to right,#f99,#fff,#fff,#fff);
}
.buyerBox span{
    flex:1;
    color:#fff;
    display:inline-block;
    text-align:center;
}
.buyerBox div{
    width:245px;
    height:100%;
    position: relative; 
    overflow:hidden;
    background-color:#f0f0f0;
    /*border-left:1px solid #ddd;*/
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
}
.buyerBox ul{
    position: absolute;
    left: 0; 
    top: 5px; 
    margin: 0; 
    padding: 0;    
    -webkit-animation: 10s move infinite linear; 
    width: 200%; 
    white-space:nowrap;
    font-size:0;
}
.buyerBox ul li{
    display:inline-block;
    width:30px;
    height:30px;
    margin-right:5px;
    border-radius:15px;
    -webkit-border-radius:15px;
    background-repeat:no-repeat;
    background-size:100% 100%;
}
@keyframes move {
    0% {
       left: 0;
    }
    100% {
       left: -245px;
    }
}
.viewCaseBox{
    padding-top:8px;
    box-sizing:border-box;
    text-align:right;
}
.viewCaseBox a{
    color:#666;
    font-size:12px;
}
.viewCaseBox i{
    vertical-align:middle;
}
.productCaseBox{
    margin:12px 0px 6px 0px;
    padding:6px 9px 6px 12px;
    border:1px solid #ddd;
    border-radius:6px;
    -webkit-border-radius:6px;
    box-sizing:border-box;
    overflow:hidden;
    align-items:center;
}
.productCaseBox span{
    /*color:#F60;*//*#e5a41d;*/
    vertical-align:middle;
}
.productCaseBox label{
    color:#f60;
    vertical-align:middle;
}
.productCaseBox i{
    color:#bbb;
    font-size:26px;
    vertical-align:middle;
}
.productNoteTips{
    margin:10px 0px;
    border-bottom:1px solid #eee;
}
.productNoteTips span{
    display:inline-block;
    padding-bottom:8px;
    border-bottom:1px solid #f60;
    color:#038115;
    font-size:18px;
}
.productNote{
    width:100%;
    padding:20px 0px;
    line-height:24px;
    overflow:hidden;
}
.productNote div,.productNote span,.productNote p{
    font-size:15px;
}
.productNote img{
    max-width:100%;
    border:0px;
    height:auto;
}
.relateTitle{
    border-top:1px solid #eee;
}
.relateTitle span{
    color:#038115;
    font-size:18px;
}
.relateTitle i{
    color:#038115;
    font-size:24px;
}