*{
	margin: 0;
	padding: 0;
}
body{
	background: #f6f6f6;
    font-family: PingFangSC-Regular,Helvetica,"Droid Sans",Arial,sans-serif;
    font-size: 12px;
}
ol, ul {
    list-style: none;
}
a:visited {
    text-decoration: none;
}
div, span, a, header {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
#moreGoods {
    background-color: #fff
}

#moreGoods .moreGoodsLi {
    height: 3.28889rem
}

#moreGoods .moreGoodsImg {
    width: 2.93333rem;
    height: 2.93333rem;
    margin-top: .35556rem;
    float: left
}

#moreGoods .moreGoodsImgImg {
    width: 2.93333rem;
    height: 2.93333rem
}

#moreGoods .moreGoodsDes {
    overflow: hidden;
    width: 6.55111rem;
    height: 3.21778rem;
    margin-left: 3.16444rem;
    border-bottom: .01778rem solid #f6f6f6
}

#moreGoods .moreGoodsItem {
    text-align: center;
    background-color: #C81723;
    height: 1.12rem;
    line-height: 1.12rem
}

#moreGoods .moreGoodsItemEm {
    color: #fff;
    line-height: 1.12rem
}

#moreGoods .moreGoodsTitle {
    height: 1.06667rem;
    overflow: hidden;
    margin-top: .53333rem
}

#moreGoods .moreGoodsSpan {
    font-size: .37333rem;
    line-height: .53333rem;
    color: #4a4a4a
}

#moreGoods .parameter {
    height: .37333rem;
    margin-top: .26667rem
}

#moreGoods .parameterUl {
    overflow: hidden
}

#moreGoods .parameterLi {
    background-color: #f6f6f6;
    margin-right: .13333rem;
    float: left
}

#moreGoods .parameterLi .parameterSpan {
    padding-left: .21333rem;
    padding-right: .21333rem;
    color: #9B9B9B;
    font-size: .26667rem
}

#moreGoods .moreGoodsPrice {
    margin-top: .4rem;
    position: relative;
    line-height: .46222rem
}

#moreGoods .moreGoodsPrice .priceStrong {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #C81723;
    font-size: .42667rem;
    font-weight: 700
}

#moreGoods .moreGoodsEval {
    text-align: right;
    width: 4.33778rem;
    line-height: .46222rem
}

#moreGoods .moreGoodsEval .evalSpan {
    font-size: .32rem;
    background: green;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	height: .50rem;
	border-radius: 25rem;
	line-height: .50rem;
	padding: 0 .175rem;
	cursor: pointer;
	
}

#moreGoods.no-goods {
    padding-bottom: .26667rem;
    text-align: center;
    padding-top: .26667rem
}

#moreGoods.no-goods p {
    margin-top: .26667rem;
    text-align: center;
    color: #c3c3c3
}

.footer{
	text-align: center;
	background: #000000;
	
}
.footer p{
	line-height: 30px;
	color: #ffffff;
}
