@charset "UTF-8";
/* 高级搜索 */
.advanced-search-button {
	width: 80px;
	height: 46px;
	background-color: #2be3e3;
	margin: -51px 0 0 635px;
	border-radius: 5px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 46px;
}

.advanced-search-submit {
	width: 40px;
	height: 40px;
	background: url('../images/search-btn.png') no-repeat
		center 9px;
	margin-bottom: -12px;
	border-radius: 50%;
	background-color: #5D6FC4;
	box-shadow: inset 0 0 1px rgba(0, 128, 0, 0.2), 0 0 3px #FFFFFF;
}

.advanced-search-form {
	height: 350px;
	border: solid;
	position: relative;
	z-index: 110;
	margin: 20px 0 0 0;
	background: rgba(76, 107, 138, 0.8);
	display: none;
	font-size: 18px;
}

.advanced-search-like-select {
	background: #E5ECF0;
	height: 40px;
	width: 100px;
	line-height: 40px;
	border: 1px solid #9bc0dd;
	border-radius: 5px;
	margin: 30px 10px 0 0;
}

.advanced-search-select {
	background: #E5ECF0;
	height: 35px;
	width: 220px;
	line-height: 35px;
	border: 1px solid #9bc0dd;
	border-radius: 5px;
	margin: 10px 32px 10px auto;
}

.advanced-search-input {
	background: #E5ECF0;
	height: 40px;
	width: 360px;
	line-height: 40px;
	border: 1px solid #9bc0dd;
	border-radius: 5px;
}

.radio-div {
	width: 420px;
	height: 30px;
	display: inline-block;
	margin: 30px 30px 0 -60px;
	background-color: #E5ECF0;
	border-radius: 5px;
}

.radio-div label {
	font-weight: normal;
}

.switch {
	display: flex;
	align-items: center;
	width: auto;
	float: left;
	margin: 0 20px 0 10px;
	line-height: 30px;
}

.radio-beauty-container .radio-beauty {
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #d7d7d7;
	margin: 0 5px;
	border-radius: 50%;
	transition: 0.2s;
}

.radio-beauty-container input[type="radio"]:checked+.radio-beauty {
	border: solid 1px #5DD3FC;
	padding: 3px;
	background-color: #5D6FC4;
	background-clip: content-box;
	box-shadow: inset 0 0 1px rgba(0, 128, 0, 0.2), 0 0 3px #FCF75D;
}


.sousuodilog {background: #fff;padding:10px;box-shadow: 0 0 5px #ccc;border-radius: 5px;}
.sousuodilog td{padding:5px;line-height: 30px;}
.sousuodilog input[type="text"]{width: 200px;height: 26px;border:1px solid #ccc;}
.sousuodilog p{height: 32px;}
.sousuodilog select{width: 200px;height: 26px;border:1px solid #ccc;}
.sousuodilog input[type="radio"]{margin-right: 4px;}
.shutdiv{text-align: right;border-bottom: 1px solid #eee;}
.shutdiv img{cursor: pointer;margin:10px;}
.submit{width: 80px;height: 32px;background: #2396ff;color: #fff;border-radius: 3px;}
.submit:hover{opacity: 0.8;}

