﻿
.icon111 {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}
.icon111, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}


#top {
	margin: 0px auto;
	position: relative;
	background: #fff;
	box-shadow: 0 0 0.2rem rgba(0,0,0,.1);
}

#top .topsearch {
	display: block;
	position: absolute;
	right: 0;
top:0;
	text-align: center;
	cursor: pointer;
width:18px;
height:18px;
}
#top .topsearch span {
	display: block;
	width: 100%;
	height: 30px;
	background-position: 0rem -1.19rem;
width:.42rem;
}
#top_main .tsearch * {
	box-sizing: border-box;
}
#top_main .tsearch {
	position: absolute;
	height: 60px;
	width: 420px;
padding: .2rem 5%;
	right: 0;
top: 50px;
	z-index: 99;
	background: #f2f2f2;
	box-sizing: border-box;
	display: none;
}
#top_main .tsearch input {
	-webkit-appearance: none;
}
#top_main .tsearch .txt {
	width: 350px;
	color: #666;
font-size:14px;
height:38px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0.1rem;
	position: absolute;
	left: 5%;
top:11px;
border-top-left-radius: .6rem;
border-bottom-left-radius: .6rem;
}
#top_main .tsearch .btn {
	color: #fff;
font-size:12px;
	width: 13%;
height:38px;
line-height: .6rem;
	text-align: center;
	border: 0px;
	background-color: #ED6D00;
	background-position: -0.948rem -1.155rem;
	position: absolute;
	right: 5%;
top:11px;
border-top-right-radius: .6rem;
border-bottom-right-radius: .6rem;
}
#top_main .btn_close_main {
width: 18px;
	height: 18px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	display: none;
}
#top_main .btn_close_main .btn_close {
width: .34rem;
height: .33rem;
margin-top: .38rem;
margin-left: .26rem;
	background-position: -2rem -1rem;
}


@media only screen and (min-width:641px) {
html {
	font-size: 100px;
}
}

