body,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,td,th,ul {
	margin:0;
	padding:0
}
body {
	font-size:14px;
	font-family:Arial,Microsoft YaHei\,SimHei,Helvetica,sans-serif;
	-webkit-text-size-adjust:none;
	font-size-adjust:none;
	color:#444;
	word-break:break-all;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6 {
	font-size:14px;
	font-weight:400
}
li,ol,ul {
	list-style-type:none
}
input {
	outline:none
}
input[type=search]::-webkit-search-cancel-button {
	display:none
}
img {
	border:0
}
a {
	color:#000;
	text-decoration:none
}
table {
	border-collapse:collapse;
	font-size:14px
}
em {
	font-style:normal
}
a em,em {
	color:#e22b00
}

.span_navi {
    position: absolute;
    top: 82%;
    right: 20px;
}
.btn_navi, .btn_navi a {
display: inline-block;
position: absolute;
width: 40px;
height: 58px;
z-index: 10;
background-color: rgb(100,100,100);
opacity: 0;
filter: alpha(opacity=0);
}
.btn_navi a:hover{cursor: pointer;}
.chrome {top: 0px;left: 108px;}
.ie {top: 0px;left: 150px;}

.main {
	max-width: 21rem;
	margin: 0 auto;
	vertical-align: middle;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.body_style{
	background-color:#006699;
}

.index-box {
	margin-bottom:4px
}
.header {
	height:auto;
	width:100%;
	position:relative;
	z-index:110
}


.querybox {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	position:relative;
	z-index:2;
	background-color:#fff;
	border:1px solid #333;
	height:42px;
	border-radius:0;
	border-radius:6px
}
.querybox.sugg-open {
	border-radius:6px 6px 0 0
}
.querybox a,.querybox input {
	display:block;
	height:42px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.querybox input {
	border:0;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-color:transparent
}
.querybox .query {
	-webkit-box-flex:1;
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	flex-grow:1;
	border:0;
	width:100px;
	height:42px;
	padding:0 10px;
	font-size:18px;
	color:#000
}
.querybox .query::-webkit-input-placeholder {
	line-height:24px
}
.querybox .qbtn {
	width:79px;
	color:#222;
	font-size:18px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background-color:#f8f8f8;
	letter-spacing:2px
}
.querybox .qbtn,.querybox .resetbtn {
	font-family:iconfont!important;
	font-weight:700
}
.querybox .qbtn-box,.querybox .rese-box {
	position:relative;
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	border-radius:0 6px 6px 0
}
.querybox .qbtn-box {
	overflow:hidden;
	border-left:1px solid #f1f1f1
}

.logo {
	width:173px;
	height:45px;
	display:block;
	margin:20px auto 15px;
	position:relative;
	clear:both;
	-webkit-tap-highlight-color:rgba(255,255,255,0)
}
.logo img {
	display:block;
	width:100%
}

.searchBox {
	position:relative;
	z-index:10;
	margin:0 16px
}





