#productAll{
	margin: 0 20px;
}
#productAll .page-title{overflow: hidden;color: #fff;border-bottom: 1px solid #ca14fc;}
#productAll .page-title >p{float: left;font-size: 18px;background: rgb(202,20,252); /* Old browsers */background: -moz-linear-gradient(top, rgba(202,20,252,1) 0%, rgba(155,70,246,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top, rgba(202,20,252,1) 0%,rgba(155,70,246,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, rgba(202,20,252,1) 0%,rgba(155,70,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca14fc', endColorstr='#9b46f6',GradientType=0 ); /* IE6-9 */padding: 8px 45px;font-weight: bold;}
#productAll .page-title .page-view-style{float: right;font-size: 16px;color: #de69ff;}
#productAll .page-title .page-view-style span{display: inline-block;}
#productAll .page-title .page-view-style li{display: inline-block;}
#productAll .page-title .page-view-style li a{
	display: block;    
	padding: 8px 25px;
}
#productAll .page-title .page-view-style li a.pureimg.go,
#productAll .page-title .page-view-style li a.txtimg.go{
	background: rgb(202,20,252);
    background: -moz-linear-gradient(top, rgba(202,20,252,1) 0%, rgba(155,70,246,1) 100%);
    background: -webkit-linear-gradient(top, rgba(202,20,252,1) 0%,rgba(155,70,246,1) 100%);
    background: linear-gradient(to bottom, rgba(202,20,252,1) 0%,rgba(155,70,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca14fc', endColorstr='#9b46f6',GradientType=0 );
    color: #fff;
}
#productAll .page-title .page-view-style li a.pureimg b{
	display:inline-block;
	background-image:url(/skin/purple2/images/productlist-style-change-img.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#productAll .page-title .page-view-style li a.pureimg.go b{
	background-image:url(/skin/purple2/images/productlist-style-change-img-go.png);
}
#productAll .page-title .page-view-style li a.txtimg b{
	display:inline-block;
	background-image:url(/skin/purple2/images/productlist-style-change-list.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#productAll .page-title .page-view-style li a.txtimg.go b{
	background-image:url(/skin/purple2/images/productlist-style-change-list-go.png);
}
#productAll .condition{
	overflow:hidden;
    margin: 15px 0;	
}
#productAll .condition .condition-kind{
	float: left;
    width: calc(100% / 3);
	overflow:hidden;
}
#productAll .condition .condition-kind label{
	color:#f5d3ff;
	font-size:16px;
	width: 70px;
    display: inline-block;
}
#productAll .condition .condition-kind select{
	color: #f5d3ff;
    font-size: 14px;
    background-color: inherit;
    border: none;
    border-bottom: 1px solid #f5d3ff;
	outline: none;
    width: calc(100% - 156px);
	padding: 5px;
}
#productAll .condition .condition-kind option{
	color:#000;
}
#productAll #productAll-list{
	overflow:hidden;
	margin-bottom: 30px;
}
#productAll #productAll-list >ul >li{
    overflow: hidden;
    border-bottom: 2px dashed #c816fc;
    padding: 25px 0;
}
#productAll #productAll-list.div-pureimg{
}
.bankInro{
    overflow: hidden;
    margin: 0 20px 20px;
}
.bankInro .pic{
    float: left;
    width: 120px;
    margin-right: 20px;
}
.bankInro .pic img{}
.bankInro .info{
    float: left;
    width: calc(100% - 140px);
}
.bankInro .info p{
    line-height: 150%;
    color: #fff;
    font-size: 12px;
}
.bankInro .info p span{}
.bankInro .info p a{
    color: #fff;
}
@media screen and (max-width: 1440px) {
	#productAll .condition .condition-kind{
		width: calc((100% / 3) - 20px);
		margin-right:20px;
	}
	#productAll .condition .condition-kind select{
		width: calc(100% - 86px);
	}
}
@media screen and (max-width: 980px) {
	#productAll .page-title >p{
		display:none;
	}
	#productAll .condition{
		overflow: hidden;
		margin: 0;
		background: #131313;
		padding: 15px;		
	}
	#productAll .condition .condition-kind{
		width: 100%;
		margin-right: 0;	
	}
}
@media screen and (max-width: 640px) {
	#productAll .page-title .page-view-style,
	#productAll .condition .condition-kind label{
		font-size:14px;
	}
	#productAll .page-title .page-view-style span{
		display:none;
	}
	#productAll .page-title .page-view-style li a{
	    padding: 3px 15px;	
	}
}
@media screen and (max-width: 480px) {
	#productAll{
	    margin: 0;	
	}
	
	.bankInro{margin: 0 0 20px;}
	.bankInro .pic{    width: 80px;}
	.bankInro .info{    width: calc(100% - 100px);}
}
