<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.fl {float: left;}
input, img {vertical-align: middle}
header {
	display: block;
	position: fixed;
	height: 43px;
	line-height: 43px;
	margin: auto;
	padding-left:6px;
	color: #FFF;
	background:#F53576;
	text-align: right;
	top:0;
	left:0;
	width:100%;
	overflow: hidden;
	z-index:999999999;
}
header a {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	padding: 6px;
	color: #fff;
	font-size: .875em;
	margin-right:10px;
	margin-top:3px;
}
header a img {width:25px; height:auto;}
.search {
    height: 43px;
    overflow: hidden;
    padding-right: 28px;
    position: relative;
}
.search .keyword {
    background: none;
    border: 1px solid #fff;
    border-radius: 13px;
    color: #fff;
    font-size: 1em;
    height: 26px;
    line-height: 26px;
    margin-right: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    margin-top:9px;
}

.search .search-button {
    background: url(/images/wap/search.png) no-repeat center center / 19px auto #fff;
    border: 0 none;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
    font-size: 0;
    height: 27px;
    line-height: 0;
    position: absolute;
    right: 16px;
    text-indent: -999px;
    top: 10px;
    width: 55px;
}
.search-bar {position:relative; height:34px;}
.search-bar .inp-search {display:block; width:280px; height: 32px; line-height:32px; border: solid 1px #DFDFDF;border-right :none; text-indent:1em; color: #333; font-size:14px; background:#fff; overflow:hidden;}
.search-bar .btn-search {position:absolute; top:0; right:0; border: 0; width: 40px; height: 34px; overflow: hidden; background:url(/images/wap/search_ico.png) no-repeat 0 0 ; background-size: 40px 34px;}</pre></body></html>