﻿
body { width: 100%;}
* { margin: 0; padding: 0; }
ul { list-style-type: none; }
a { color: #333333; text-decoration: none; }
img { width: 100%; height: 100%; }
i,em {font-style: normal;}
html {
    font-size : 20px;
}
@media only screen and (min-width: 400px){
    html {
        font-size: 25px !important;
    }
}
@media only screen and (min-width: 432px){
    html {
        font-size: 26.75px !important;
    }
}
@media only screen and (min-width: 480px){
    html {
        font-size: 30px !important; 
    }
}
@media only screen and (min-width: 569px){
    html {
        font-size: 35px !important; 
    }
}
@media only screen and (min-width: 640px){
    html {
        font-size: 40px !important; 
    }
}
/* 幻灯片 */

.header {
	width: 100%;
}
.feature-cont {
	height: 10rem;
}
.img-swip {
	display: block;
	position: relative;
}
.img-swip img {
	display: block;
	height: 10rem!important;
}
 .swiper-container{
    --swiper-pagination-color: #000;
  }
/* 导航 */
.listbar {
    padding: 0 1rem;
}
.listbar-cont {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 0.3rem;
	box-shadow: 4px 4px 0 0 #ccc;
	margin: 1.1rem 0;
    background: #ffffff;
}
.listbar-cont ul::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both;
}
.listbar-cont ul li {
    width: 25%;
    float: left;
    margin-top: 0.1rem;
}
.listbar-cont ul li:nth-child(4n+1) {
    clear: both;
}
.li-asl {
	display: block;
}
.li-asl img {
	width: 2.3rem;
    display: block;
    margin: 0 auto;
}
.li-asl span {
    font-size: 0.7rem;
    letter-spacing: 0.1rem;
    color: #666666;
    display: block;
    text-align: center;
    padding: 0 0.4rem;
    margin: 0.4rem 0;
}
/* 当季热推 */
.hotproduct {
	background: #f0f0f0;
	padding: 0.5rem 0;
}
.hotpro-tx {
	background: #ffffff;
	height: 2rem;
    line-height: 2rem;
    font-style: normal;
    font-weight: normal;
    padding-left: 1rem;
    border-bottom: 1px solid #ccc;
}
.hotpro-tx h3 {
    letter-spacing: 0.02rem;
	font-size: 1rem;
    font-weight: 500;
}
.hotpro-list {
	width: 100%;
	padding: 0 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list-muk {
	display: block;
	width: 100%;
	background: #ffffff;
	margin: 0.75rem 0;
	border-radius: 0.3rem;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.38);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.38);
    box-shadow: 0 0 10px rgba(0,0,0,0.38);
}
.list-muk:active p {color: red;}
.list-muk>img {
	border-top-left-radius: 0.3rem; 
	border-top-right-radius: 0.3rem; 
}
.list-muk>p {
	font-size: 0.7rem;
    padding: 0 0.5rem;
    line-height: 1.5;
   	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}

.mukfo {
	line-height: 2rem;
    padding: 0 0.7rem;
    font-size: 0.7rem;
    border-top: 1px solid #ccc;
    margin-top: 0.5rem;
}
.mukfo span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.7rem; 
}
.mukfo-fr {
	color: #ff5016;
}
.mukfo-fr i {
	margin-right: 0.15rem;
	font-size: 0.8rem;
}
.mukfo-fr em {
	font-size: 1rem;
}
.mukfo-tw {
	text-decoration: line-through;
	color: #666666;
}
.mukfo span.mukfo-th {
	font-size: 0.6rem;
	padding: 0.25rem;
	line-height: 1.5;
	background: #ffe24b;
	border-radius: 0.15rem;
}
.mukfo-for {
	float: right;
    color: #666666;
}
.mukfo::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
/* footer */
.footer {
	width: 100%;
	background: #ffffff;
	padding: 1rem 0 4rem 0;
	text-align: center;
    font-size: 0.7rem;
    line-height: 1.85;
    color: #666666;
    letter-spacing: 0.05rem;
}

/* 详情页 */
.detail-hd {
	padding-bottom: 0.3rem;
    border-bottom: 1px solid #ccc;
}
/* swiper */
.ftdetail-cont {
	height: 20rem;
} 
.ftdetail-cont img {
	height: 20rem;
}
/* 价格栏 */
.pricecolum {
	width: 100%;
}
.price-fr {
	padding: 0.5rem;
}
.price-fr h3 {
	display: inline-block;
	font-size: 0.7rem;
	color: #222222;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2rem;
}
.price-fr-con {
	margin-top: 0.3rem;
	font-size: 0.6rem;
}
.price-frcon-l {
	color: #ff334b;
}
.price-frcon-l em {
	font-size: 1rem;
	margin-left: 0.3rem;
}
.price-frcon-t {
	text-decoration: line-through;
	color: #999999;
	margin-left: 1rem;
}
.price-tw {
	padding-left: 0.5rem;
	line-height: 2rem;
	height: 2rem;
	background: #fcf7f3;
	font-size: 0.6rem;
}
.price-tw span {
	color: #fff;
	background: #ff334b;
	padding: 0.1rem 0.3rem;
	border-radius: 0.15rem;
}
.price-tw em {
	color: #666666;
	margin-left: 0.25rem;
}
.price-th {
	padding: 0.5rem;
	border-bottom: 1px solid #cccccc;
	background: #fff;
}
.price-th::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.pr-flex-l {
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
    padding: 0.2rem 0;
    width: 80%;
}
.pr-flex-t {
	float: right;
	font-size: 0.75rem;
	color: #ffffff;
	background: #fc6000;
	padding: 0.2rem 0.45rem;
	border-radius: 0.2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pr-flex-t a{color: #ffffff;}
.price-th-fr {
	font-size: 0.75rem;
	color: #ff334b;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 1;
}
.price-th-tw {
	color: #ff7600;
	margin-left: 0.25rem;
	display: inline-block;
	font-size: 0.6rem;
	flex-shrink: 0;
}
.price-th-tw em {
	font-size: 0.8rem;
	margin-left: 0.3rem;
}
.price-th-th {
	color: #999999;
	margin-left: 0.15rem;
	display: inline-block;
	font-size: 0.6rem;
	flex-shrink: 0;
}
/* 商品详情 */
.prodetail-cont {
	padding-bottom: 1rem;
}
.prodetail-table  {
	padding: 0 0.1rem;
}
.prodetail-table ul {
	font-size: 0;
}
.prodetail-table ul li{
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	color: #333333;
	font-size: 0.7rem;
	width: 50%;
	text-align: center;
	font-weight: 700;
}
.prodetail-table ul li.tab-color {
	color: #ff7600;
	border-bottom: 2px solid #fc6000;
}
.prodetail-cont {
	padding: 0.5rem;
}
.prode-ct {
	width: 100%;
	display: none;
}
.prode-ct h4 {
	color: #ff7600;
	font-size: 0.7rem;
	padding-left: 0.5rem;
	border-left: 4px solid #fc6000;
    line-height: 1.2;
    font-weight: normal;
}
.prode-ct p {
	margin: 0.5rem 0;
	color: #666666;
	font-size: 0.7rem;
	line-height: 1.5;
}
.showtime {
	display: block;
}
#pageAllow.tcbag-fq {
	font-size: 0.6rem;
	line-height: 1.5rem;
}