.join-container {
	/*margin-top: 50px*/
}

.join-container .product-tab{
	padding: 10px 10px;
	border-bottom:0;
	background-color: #f6f6f6;
}
.join-container .product-tab li{
	width: 100%;
	height: 50px;
	padding: 0;
	line-height: 50px;
	list-style-type: none;
	font-size: 16px;
	color: #333333;
	/*background-color: #d7000e;*/
	cursor: pointer;
	border-bottom: 1px dashed #999999;
}


.am-nav-tabs > li.am-active > a, .am-nav-tabs > li.am-active > a:hover, .am-nav-tabs > li.am-active > a:focus{
	border: 0;;
}
.am-tabs-bd{
	border: 0;
}

.product-imgList li{
	padding: 10px;
	height: calc(width);
}
.product-imgList li a,.product-imgList li a img{
	width: 100%;
}
.product-imgList li a{
	width: 100%;
	color: #333333;
}
.product-imgList li a p{
	text-align: center;
}
.loading-more{
	width: 60%;
	height: 40px;
	margin: 0 auto;
	background-color: rgb(236, 100, 105);
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

#loadMore{
	display: none;
}

.selectColor{
	color: #e62129 !important;
}
