/*新增gif S*/
#soo-main{
	position:relative;
	width:418px;
	height:848px;
	border:1px solid #eee;
	background:#eee;
}
input:focus {
    outline:none;
}
#soo-main .soo-close{
	position:absolute;
	right:0px;
	top:0px;
	width:25px;
	height:25px;
	background:#000 url(close.png) no-repeat center;
	background-size:12px 12px;
	cursor:pointer;
}
#soo-main .condition{
	width:100%;
	height:60px;
	border-bottom:1px dashed #ccc;
	padding:15px 0;
	box-sizing: border-box;
}
#soo-main .condition .search-wrap{
	position:relative;
	float:left;
	margin-left:18px;
	width:200px;
	height:30px;
	padding: 5px 10px;
    background: #fff;
    /*-moz-box-shadow: 0 .8px 2px 0 rgba(0,0,0,.5) inset;
    -webkit-box-shadow: 0 0.8px 2px 0 rgba(0,0,0,.5) inset;
    box-shadow: 0 0.8px 2px 0 rgba(0,0,0,.5) inset;*/
	border:1px solid #666;
    box-sizing: border-box;
}
#soo-main .condition .search-wrap:hover{border:1px solid #1D54BE;}
#soo-main .condition .search-wrap #search{
	border: none;
    font-size: 14px;
    width: 170px;
    line-height: 26px;
    margin: -4px 0 0 0;
}
#soo-main .condition .search-wrap .search-icon{
	position: absolute;
	width: 14px;
    height: 14px;
    top: 8px;
    right: 6px;
    background: url(search.png) center no-repeat;
    background-size:14px 14px;
}
#soo-main .condition .search-wrap .search-icon:hover{
	background: url(search-1.png) center no-repeat;
	background-size:14px 14px;
}
#soo-main .condition span{
	float:left;
	margin-right:0px;
	height:40px;
	font:14px/30px "";
}
#soo-main .condition span img{
	float:right;
	margin-left:5px;
	width:70px;
	height:30px;
}
.condition .search-wrap p.wran{
	position:absolute;
	left:0;
	top:13px;
	padding-left:19px;
	display:none;
	height:20px;
	background:url(warn.png) no-repeat left 2px;
	background-size:17px 17px;
	font: 16px/20px "microsoft yahei","times new roman","PingFangSC-Regular";
	color: #a31919;
	letter-spacing: 0px;
	box-sizing: border-box;
}
.condition .search-wrap.error p.wran{
	display:block;
}
/*soogif-bottom显示搜索的图片*/
#soo-main .soo-bottom{
	position:relative;
	padding:10px;
	height:782px;
	width:416px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#soo-main .soo-bottom .soo-imgs{
	height:772px;
	width:400px;
}
#soo-main .soo-bottom .soo-imgs li{
	float:left;
	margin-top:5px;
	margin-left:5px;
	width:125px;
	height:105px;
	cursor:pointer;
}
#soo-main .soo-bottom .soo-imgs img{
	
	width:125px;
	height:105px;
}
/*fail refresh nomore*/
#soo-main .soo-bottom .refresh{
	position:absolute;
	left:45%;
	margin-left:-95px;
	bottom:5px;
	display:none;
	height:30px;
	width:190px;
	font:20px/30px "microsoft yahei","times new roman","PingFangSC-Regular";
	color:#000;
}
#soo-main .soo-bottom .nomore{
	position:absolute;
	bottom:5px;
	display:none;
	height:30px;
	width:100%;
	text-align:center;
	font:20px/30px "microsoft yahei","times new roman","PingFangSC-Regular";
	color:transparent;
}
#soo-main .soo-bottom .fail{
	position:absolute;
	left:50%;
	top:20%;
	margin-left:-140px;
	display:none;
	width:280px;
	height:100px;
	color:#000;
	font:30px/100px "microsoft yahei","times new roman","PingFangSC-Regular";
}
#soo-main .soo-bottom .refresh:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	border:5px solid #bbb;
	border-right:5px solid transparent;
	box-sizing: border-box;
	border-radius:50%;
	-webkit-animation:roll 2s infinite linear;
	-moz-animation:roll 2s infinite linear;
	-ms-animation:roll 2s infinite linear;
	animation:roll 2s infinite linear;
}
@keyframes roll{
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
@-webkit-keyframes roll{
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}
@-moz-keyframes roll{
	from {-moz-transform:rotate(0deg);}
	to {-moz-transform:rotate(360deg);}
}
@-ms-keyframes roll{
	from {-ms-transform:rotate(0deg);}
	to {-ms-transform:rotate(360deg);}
}
/*loading*/
#soo-main .soo-bottom .loading{
	display:none;
	position:absolute;
	left:50%;
	top:20%;
	margin-left:-50px;
	width:80px;
	height:80px;
	border-radius:50%;
	-webkit-animation:_roll 3s linear infinite;
	-moz-animation:_roll 3s linear infinite;
	-ms-animation:_roll 3s linear infinite;
	animation:_roll 3s linear infinite;
}
@-webkit-keyframes _roll{
	from{
		-webkit-transform:rotate(0deg);border-top:10px solid transparent;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	25%{
		-webkit-transform:rotate(90deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	50%{
		-webkit-transform:rotate(180deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid #eee;border-bottom:10px solid transparent;
	}
	75%{
		-webkit-transform:rotate(270deg);border-top:10px solid transparent;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	to{
		-webkit-transform:rotate(360deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid #eee;border-bottom:10px solid #eee;
	}
}
@-moz-keyframes _roll{
	from{
		-moz-transform:rotate(0deg);border-top:10px solid transparent;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	25%{
		-moz-transform:rotate(90deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	50%{
		-moz-transform:rotate(180deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid #eee;border-bottom:10px solid transparent;
	}
	75%{
		-moz-transform:rotate(270deg);border-top:10px solid transparent;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	to{
		-moz-transform:rotate(360deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid #eee;border-bottom:10px solid #eee;
	}
}
@-ms-keyframes _roll{
	from{
		-ms-transform:rotate(0deg);border-top:10px solid transparent;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	25%{
		-ms-transform:rotate(90deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	50%{
		-ms-transform:rotate(180deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid #eee;border-bottom:10px solid transparent;
	}
	75%{
		-ms-transform:rotate(270deg);border-top:10px solid transparent;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	to{
		-ms-transform:rotate(360deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid #eee;border-bottom:10px solid #eee;
	}
}
@keyframes _roll{
	from{
		transform:rotate(0deg);border-top:10px solid transparent;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	25%{
		transform:rotate(90deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	50%{
		transform:rotate(180deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid #eee;border-bottom:10px solid transparent;
	}
	75%{
		transform:rotate(270deg);border-top:10px solid transparent;border-left:10px solid #eee;
		border-right:10px solid transparent;border-bottom:10px solid transparent;
	}
	to{
		transform:rotate(360deg);border-top:10px solid #eee;border-left:10px solid #eee;
		border-right:10px solid #eee;border-bottom:10px solid #eee;
	}
}
/*新增gif E*/
