.large_box {
	margin-bottom: 10px;
	width: 100%;

	overflow: hidden;
}



.large_box img {
	display: block;
}

.small_box {
	width: 100%;

	overflow: hidden;
}

.small_list {
	position: relative;
	float: left;
	width: 88%;

	overflow: hidden;
}

.small_list ul {

	overflow: hidden;
}

.small_list ul li {
	position: relative;
	float: left;
	margin-right: 10px;
	width: 126px;

}

.small_list ul li img {
	width: 100%;
	display: block;
}

.small_list ul li .bun_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 130px;
	background: #5f446d;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3;
	padding: 2px;
}

.small_list ul li.on .bun_bg {
	display: block;
}

.btn {
	display: block;
	width: 20px;
	height: 73px;

	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	margin-top: 5%;
}

.btn:hover {
	background-color: #5f446d;
}

.left_btn {
	float: left;
	margin-right: 10px;
	
	background: #ebeaef url(../images/custom_left.png) no-repeat center center;
	background-size: 40%;
}

.right_btn {
	float: right;

	background: #ebeaef url(../images/custom_right.png) no-repeat center center;
	background-size: 40%;
}

.color-image-box {
    width: 22px;
    height: 22px;
   
    border-radius: 50%;
    overflow: hidden;
    position: relative;
	box-shadow: 0 0.04rem 0.1rem 0 rgba(0,0,0,.05)
}
.color-core{
	margin-bottom: 10px;
}
.color-list{display: flex;justify-content: flex-start;align-items: center;margin-top: 10px;}
.color-item{margin-right: 15px;display: flex;flex-direction: column;align-items: center;}