body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, small {
    margin: 0;
    padding: 0;
	font-family: 'verdana','微软雅黑';
}
ul,li{
    list-style: none;
}
html{font-size: 20px;}
@media screen and (min-width: 400px) {
	html {
		font-size: 21.33333333px !important;
	}
}
@media screen and (min-width: 414px) {
	html {
		font-size: 21px !important;
	}
}
@media screen and (min-width: 480px) {
	html {
		font-size: 25.6px !important;
	}
}
.imgCenter{
	display:block;
	width:100%;
	position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.clear::after{
	content:"";
	display:block;
	clear:both;
}
/*公共头部*/
#public{
    width: 100%;
    position: fixed;
    top:0;
    z-index: 1;
}
.public-head{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 43px;
    background-color: #3498DB;
    overflow: hidden;
}
.public-head .public-head-title{
    width: 100%;
    margin: auto;
    font-size: 17px;
    text-align: center;
    line-height: 43px;
    color: white;
}
.public-head a{
	display:block;
    width:2rem;
	height:100%;
	line-height:43px;
    position: absolute;
    top: 0;
	text-align:center;
}
.public-head-back{left:0;}
.public-head-close{right:0;}
.public-head a img{
	display:inline-block;
	height:20px;
	vertical-align: middle;
}
/*头部搜索*/
.search{
    position: relative;
    margin-bottom: 0px;
    padding:5px 10px;
    border-bottom: 1px solid #d4d9dd;
    background: #f3f5f7;
}
.input-lg, .form-group-lg .form-control {
    padding: 10px 16px;
    height: 40px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.33;
}
.form-control {
    border-radius: 2px !important;
}
.search .sbtn {
    position: absolute;
    box-sizing: border-box;
    padding: 0px;
    top: 5px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 55px;
    height: 40px;
    border: 0px;
    border-radius: 0px 4px 4px 0px;
}
