@charset "UTF-8";

.hTop__siteSerch .search-box h2, .hTop__siteSerch .search-box label, .hTop__siteSerch .search-box br, .hTop__siteSerch .bca-select {
	display: none;
}
.search-btn {
	background: #007BBB;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 60px 0 auto;
	text-align: center;
	width: 40px;
}
.search-btn i {
	color: #fff;
	margin: 0;
}
#SearchIndexSearchForm {
	height: 40px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 40px;
}
#SearchIndexSearchForm input[type="text"] {
	background:linear-gradient(0deg, rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.5));
	background:-webkit-linear-gradient(0deg, rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.5));
	background:-moz-linear-gradient(0deg, rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.5));
	background:-ms-linear-gradient(0deg, rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.5));
	border: none;
	border-radius: 20px;
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	cursor: pointer;
	height: 40px;
	opacity: 0;
	outline: none;
	padding: 5px 0 5px 15px;
	position: absolute;
	top: 25px;
	right: 0px;
	transition: all 0.7s;
	width: 40px;
	z-index: 5;
}
#SearchIndexSearchForm input[type="submit"] {
	display: none;
}
#SearchIndexSearchForm input[type="text"]:focus {
	cursor: text;
	opacity: 1;
	width: 300px;
}

@media only screen and (min-width: 788px) and (max-width: 999px) {
.inner, .search-btn {
	top: 23px;
	right: 195px;
	background: #007BBB;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	position: fixed;
	text-align: center;
	width: 40px;
}
#SearchIndexSearchForm input[type="text"] {
	top: 23px;
	right: 55px;
}
}

@media only screen and (min-width: 500px)	and (max-width: 787px) {
.inner, .search-btn {
	top: 18px;
	right: 185px;
	background: #e198b4;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	position: fixed;
	text-align: center;
	width: 40px;
}
#SearchIndexSearchForm input[type="text"] {
	top: 18px;
	right: 55px;
}
}

@media only screen and (max-width: 499px) {
#SearchIndexQ {
	max-width: 200px;
}
.inner, .search-btn {
	top: 14px;
	right: 150px;
	background: #007BBB;
	border-radius: 50%;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	position: fixed;
	text-align: center;
	width: 35px;
}
#SearchIndexSearchForm input[type="text"] {
	border-radius: 18px;
	height: 35px;
	top: 14px;
	right: 50px;
	width: 35px;
}
}