
body{
	background-color: #f8f8f8;
	
}
.Selective {
	border: 1px solid #eeeeee;
	background-color: white;
}
.Title{
	padding-left: 50px;
	line-height: 60px;
	font-size: 16px;
	border-bottom: 1px solid #eeeeee;
}
.Title span{
	color: #e5007e;
}
.Selective .optionName{
	width: 165px;
	text-align: right;	
}
.Selective ul{
	padding: 15px 0;
}
.Selective li>div{
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
	
}
.Selective li>div span{
	display: inline-block;
	margin: 0 10px;
	color: #3e5dd2;
}
.active{
	color: #e94696 !important;
}
.Arr_mode{
	line-height: 50px;
	background-color: #f0f0f0;
	/*overflow: hidden;*/
	height: 50px;
	margin: 10px 0;
}
.Arr_mode>span{
	width: 110px;
	text-align: center;

}
.Arr_mode li{
	float: left;
	/*margin: 0 10px;*/
	padding: 0 20px;
}
.Arr_mode li img{
	width: 12px;
	vertical-align: middle;
	display: inline-block;
}
.Arr_mode li input{
	width: 90px;
	height: 30px;
	margin: 0 5px;
}
.bgco{
	background-color: #e60882;
	color: white;
}
.List li{
	width: 290px;
	background-color: white;
	padding: 15px;
	margin: 5px;
	box-sizing: border-box;
	float: left;
}

.List .miaoshu{
	padding: 0 6px;
    width: 100%;
    color: #333333;
    line-height: 25px;
    box-sizing: border-box;
    height: 45px;
    font-size: 15px;
    display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
    overflow: hidden;
}
.List .plice{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bolder;
	color: #e60882;
}
.List .plice s{
	font-weight: 500;
	color: #666666;
}
.List .plice .score{
	display: inline-block;
}
.List .plice .score img{
	float: left;
	display: inline-block;
	width: 22px;
}
.bottomNav ul{
	max-width: 550px;
	margin: 20px auto;
}
.bottomNav li{
	float: left;
	width: 35px;
	line-height: 35px;
	border: 1px solid #999999;
	margin: 5px;
	text-align: center;

	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
}

.active2{
	background-color: #ff2832;
	border: 0;
	width: 37px;
	height: 37px;
	color: white;
}

.Arr_mode .Choice{
	position: relative;
}
.Arr_mode .Choice .order{
	position: absolute;
	top: 50px;
	left: 7px;
	width: 60px;
	border: 1px solid #000;
	background-color: #007AFF;
	text-align: center;
	z-index: 999;
	display: none;
}
.Arr_mode .Choice:hover .order{
	display: block;
}
.Arr_mode .Choice .order p{
	line-height: 18px;
	font-size: 12px;
	border: 1px solid #EEEEEE;
}




.red{
	color: #e60882;
}
.rule{
	background-color: #ffffff;
	padding: 10px 20px;
	margin: 10px 0;
}
.pricexz,.Exchange{
	display: inline-block;
	background-color: #ff2832;
	border: 0;
	border-radius: 5px;
	color: #ffffff;
	padding: 5px 10px;
}
.price input{
	padding-left: 5px;
}

.PageNextEnable{
	background-color: #cccccc !important;
	cursor:no-drop;

}
.PageNext{
	width: 45px !important;
}
.Exchange{
	margin-left: 20px;
}




