
body {
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	background: #F5F5F5;
	font-weight: 300;
}
* {
	margin: 0px;
	padding: 0px;
}
img {
	height: auto;
	border: 0;
}
ul, li, dl, dd, dt, ol {
	list-style: none;
}
em {
	font-style: normal;
}
a:link, a:visited, a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {
	font-weight: normal;
}
.clear {
	clear: both;
	overflow: hidden;
}
p {
	word-wrap: break-word;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, div, p, span, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
	tap-highlight-color: rgba(255,0,0,0);
	-moz-tap-highlight-color: rgba(255,0,0,0);
	-ms-tap-highlight-color: rgba(255,0,0,0);
	-o-tap-highlight-color: rgba(255,0,0,0);
}
.hover {
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
textarea, input {
	font-family:"Microsoft YaHei";
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	color: #B8B8B8
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
	border-color: rgba(21, 104, 240, 0.9);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065) inset, 0 0 0px rgba(21, 104, 240, 0.9);
	outline: 0 none;
}

/*搜索结果也样式*/
.uploadWrap{ width:1152px; padding:24px; background:#fff; margin:25px auto 0;}
.uploadleft{ width:809px; padding-right:24px; float:left; background:#fff;}
.uploadrightline{ width:809px; padding-right:24px; border-right:1px solid #E3E3E3; padding-right:24px;}
.searchfruit{ width:809px; margin:0 auto;}

.fruittitle{ width:761px; height:40px; background:#F5F5F5; padding:0 24px; margin-top:12px;}
.fruittitle p{ font-size:14px; color:#212121; line-height:40px;}
.fruittitle p span{ font-size:14px; margin-right:5px;}
.fruitcontent{ width:809px; margin:0 auto;}
.fruitcontent ul li{ border-bottom:1px dotted #E3E3E3; padding:24px 0;}
.fruitcontent .fruitwit{ width:100%;}
.fruitcontent .fruitwit h5{ font-size:20px; color:#212121; line-height:24px; font-weight:400;}
.fruitcontent .fruitwit h5 span{ width:24px; height:24px; display:inline-block; margin-right:10px; vertical-align:top;}
.fruitcontent .fruitwit p{ font-size:14px; color:#666; line-height:150%; margin:10px 0;}
.fruitcontent .fruitwit .fruitcount{}
.fruitcontent .fruitwit .fruitcount span{ font-size:12px; color:#999; line-height:14px; padding:0 12px; border-left:1px solid #999;}
.fruitcontent .fruitwit .fruitcount span:first-child{ border-left:none; padding-left:0;}
.fruitcontent .fruitwit .fruitcount span b{ width:20px; height:16px; display:inline-block; vertical-align:middle; background: url(../images/newyxk-ydicon.svg) 0px 0.09em no-repeat; margin-right:5px;}
.fruitcontent .fruitwit .fruitcount span.price{ color:#FF5926;}
.fruitcontent .fruitwit .fruitcount a{ background:#f5f5f5; border-radius:16px; color:#666; display:block; float:right; font-size: 12px; height:18px; line-height:18px; text-align:center; width:48px;margin-top:11px;}
.fruitcontent .fruitwit .fruitcount a:hover,.fruitcontent .fruitwit .fruitcount a.play:hover{ background:#86bd29; color:#fff;}
.fruitcontent .fruitwit .fruitcount a.play{ background:#59B200;color:#fff;}
.fruitwit h5 a{color:#222; height:24px; line-height:24px;}
.fruitwit h5 a:hover{color:#3b97f6;}



.pagebottom{ width:100%; margin:0 auto; text-align: center;}
.update-pagebox { display:inline-block; margin:0 auto; margin-top:15px; height:30px; line-height:30px; text-align:center;  }
.current {background: #3b97f6 !important;color: #FFF !important;}
.update-pagebox a { color:#999; font-size:12px; cursor: pointer; padding:0px 10px; background:#FFF; border: 1px solid #E3E3E3; height:30px; display: inline-block; line-height:30px; -webkit-transition:all 0.2s ease-in; transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -ms-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in; margin: 0 3px;}
.update-pagebox span { color:#CCCCCC; font-size:12px; cursor: pointer; padding:0px 10px; background:#FFF; border: 1px solid #E3E3E3; height:30px; display: inline-block; line-height:30px; -webkit-transition:all 0.2s ease-in; transition:all 0.2s ease-in; -moz-transition:all 0.2s ease-in; -ms-transition:all 0.2s ease-in; -o-transition:all 0.2s ease-in; }
.update-pagebox span.on{ background:#3b97f6; color:#FFF;}
.update-pagebox span:hover{ background:#3b97f6; color:#FFF;}