@charset "utf-8";
.superselect {
	display: flex;
	line-height: .8rem;
	font-size: .24rem;
	color: #848484;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
}

.superselect .s-box {
	position: relative;
	flex: 1;
	border-right: 1px solid #dfdfdf;
	text-align: center;
	white-space: nowrap
}

.s-box span {
	position: relative;
	display: block;
	padding: 0 10px;
	z-index: 2;
	background-color: #fff;
	pointer-events: none;
}

.s-box img {
	width: .18rem;
	height: .09rem;
	margin-top: .35rem;
	margin-left: .06rem;
	object-fit: contain;
	vertical-align: top;
}

.s-box select {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: .8rem;
}

i.select-icon {
	left: .21rem;
	top: .24rem;
	width: .34rem;
	height: .33rem;
	background-image: url(../img/select.png);
}

.select {
	position: relative;
	width: 1.26rem;
	padding-left: .39rem;
	background-color: #fff;
}


/**/

.tabbox {
	position: relative;
	padding: .2rem .17rem .29rem .23rem;
	font-size: .2rem;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
}

.brand,
.size,
.level,
.minimum,
.stock,
.price {
	margin-bottom: .1rem;
}

.tabbox .name {
	float: left;
	color: #279C63;
	font-size: .22rem;
}

.tabbox .opbtn {
	float: right;
}

.offset-r .price {
	color: #FF2525;
}

.parameter {
	clear: both;
}

.offset-l {
	float: left;
	margin-right: .2rem;
}

.offset-r {
	float: left;
}

.putcart>i {
	left: 0;
	top: 0;
	width: .39rem;
	height: .39rem;
	background-image: url(../img/sc.png);
}

.putcart {
	position: absolute;
	right: .29rem;
	bottom: .36rem;
	line-height: .39rem;
	padding-left: .5rem;
	font-size: .22rem;
	color: #ffc000;
}

.getmore {
	display: block;
	height: .57rem;
	line-height: .57rem;
	font-size: .2rem;
	color: #919191;
	text-align: center;
	background-color: #fff;
}

.getmore img {
	width: .09rem;
	height: .18rem;
	margin-left: .07rem;
	margin-top: .2rem;
	vertical-align: middle;
}

/* 商品列表 */
.s-box:last-child img {
	width: .34rem;
	height: .33rem;
	margin-top: .24rem;
	margin-left: 0rem;
	object-fit: contain;
	vertical-align: top;
}
.goods-list {
	background: #fff;
	font-size: .22rem;
	width:100%;
}
.goods-list td {
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: .1rem;
	text-align: center;
	min-width: 1rem;
    height: 1rem;
}
.goods-list td mark {
	color: #FF2525;
}
.goods-list td button {
	color: #ffc000;
	margin-top: .1rem;
	font-size: .25rem;
}
.goods-list .heading {
	height: .8rem;
}
.goods-list .heading td:nth-child(4),
.goods-list .heading td:nth-child(5),
.goods-list .heading td:nth-child(6)
{
    min-width: 1.5rem;
}
#header-fixed {
	position: fixed;
	top: .9rem;
	display:none;
}

#header-fixed .heading td {
	border-top: 1px solid #f3f3f3;
}

p.sorry {
	font-size: .26rem;
	color: #bbb;
	text-align: center;
	margin-top: .3rem;
}

p.load-more {
	font-size: .26rem;
    font-weight: 600;
	color: #bbb;
	text-align: center;
	margin-top: .1rem;
}