#header {
    border-bottom: 2px solid #7b4dbc;
}
#AllProduct .ProductClass li{
	float: left;
	font-size: 15px;
    margin: 1% 3% 1% 0;
}
#AllProduct p:nth-child(1){
    margin: 1%;
    color: #aaa;
    letter-spacing: 0.1em;
    font-size: 15px;
}
#AllProduct .ProductClass{
    margin: 1% 1% 3% 1%;
}
.holder{
    margin: 4% 0 3% 0;
}
.holder .jp-current{
    border-radius: 50%;
    background: #794dbc;
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #fff;
}
.holder .jp-current:hover{
    border-radius: 50%;
    background: #7b4dbc !important;
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #fff;
}
#loadPage,#mianbanTaohe,#wenShiyi{
	margin-top: 7px;
}
#loadPage .col-sm-4,
#mianbanTaohe .col-sm-4,
#wenShiyi .col-sm-4{
	background-color: #fff;
    margin: 7px 7px;
    padding: 0;
    width: 32%;
    position: relative;
}
#loadPage .col-sm-12,
#mianbanTaohe .col-sm-12,
#wenShiyi .col-sm-12{
	margin: 3% 0;
	/*padding: 0;*/
	
}
#loadPage .col-sm-12 h4:nth-of-type(2),
#mianbanTaohe .col-sm-12 h4:nth-of-type(2),
#wenShiyi .col-sm-12 h4:nth-of-type(2){
    margin: 2% 0 1% 0;
}
#loadPage button,
#mianbanTaohe button,
#wenShiyi button{
	width: 60%;
    height: 36px;
    background-color: transparent;
    border: 1px solid #7b4dbc;
    color: #7b4dbc;
    margin-bottom: 2%;
    position: relative;
    top: 0;
    left: 20%;
}
#loadPage button:hover,
#mianbanTaohe button:hover,
#wenShiyi button:hover{
	background-color:#7b4dbc;
	color: #fff;
	border: 1px solid #fff;
	
}
#AllProduct{
	background-color: #fff;
	padding: 0;
	margin: 0;
}
.productPage{
	background-color: #f0f0f0;
}
.ProductClass li.active a{
	color: #7B4BDC;
}
.jp-previous{
	position: absolute;
	left: 30%;
}
.jp-next{
	position: absolute;
	right: 30%;
}
.pages{
	text-align: center;
}
