#productAll{
	margin: 0 20px;
}
#productAll .page-title{overflow: hidden;}
#productAll .page-title >p{float: left;font-size: 18px; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 */padding: 8px 45px;font-weight: bold;background: #000;color: #fff;}
#productAll .page-title .page-view-style{float: right;font-size: 16px;}
#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{
	color: #fff;
	background: #1556cb;
}
#productAll .page-title .page-view-style li a.pureimg b{
	display:inline-block;
	background-image:url(/skin/white/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/white/images/productlist-style-change-img-go.png);
}
#productAll .page-title .page-view-style li a.txtimg b{
	display:inline-block;
	background-image:url(/skin/white/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/white/images/productlist-style-change-list-go.png);
}
#productAll .condition{
	overflow:hidden;
	margin: 15px 0;
	text-align: right;
}
#productAll .condition .condition-kind{
	width: calc(100% / 4);
	overflow:hidden;
	text-align: right;
	display: inline-block;
}
#productAll .condition .condition-kind label{
	font-size:16px;
	width: 70px;
	display: inline-block;
}
#productAll .condition .condition-kind select{
	font-size: 14px;
	background-color: inherit;
	border: none;
	border-bottom: 1px solid #656565;
	outline: none;
	width: calc(100% - 116px);
	padding: 5px;
}
#productAll .condition .condition-kind option{
	color:#000;
}
#productAll #productAll-list{
	overflow:hidden;
	margin-bottom: 30px;
}
#productAll #productAll-list >ul >li{
    overflow: hidden;
    padding: 20px;
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0 0 10px #cacaca;
}
#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) - 4px);
	}
	#productAll .condition .condition-kind select{
		width: calc(100% - 86px);
	}
}
@media screen and (max-width: 980px) {
	#productAll .page-title >p{
		display:none;
	}
	#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);}
}
