/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {margin: 0;padding: 0;}
*{box-sizing: border-box;}
html, body {min-height: 100%;}
body {font-family: 微软雅黑;color:#333;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {list-style: none;}
img {border: none;vertical-align: middle;max-width: 100%;}
a {text-decoration: none;color: #444;display: block;}
input, textarea {outline: none;border: none;font-family: 微软雅黑;}
textarea {resize: none;overflow: auto;}
/* input {-webkit-appearance:none;} 去除input默认样式*/
em,i{font-style:normal;}
i{display: inline-block;}

.clearfix {zoom: 1;}
.clearfix:after {content: "";width: 0;height: 0;visibility: hidden;display: block;clear: both;overflow:hidden;}
.fl {float: left}
.fr {float: right}
.tl {text-align: left;}
.tc {text-align: center}
.tr {text-align: right;}
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipselist{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;overflow:hidden;}
.inline{display: inline-block;*display: inline;*zoom: 1;}
.hide{display: none;}

/* 手机端图片居中 */
.img-wrapper{
	/* padding-top为图片高度/设计图宽度 */
	/* width自行设置 */
	position: relative;
	height: 0;
	overflow: hidden;
}
.img-center{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

/* 一键回到顶部按钮 */
.go-top{display: none;font-size: 0; position: fixed;bottom: 1.4rem;right: 0.15rem;width:0.38rem;height: 0.38rem;border-radius: 50%;cursor: pointer;z-index: 101;visibility: hidden;/* background: url(../images/top.png) no-repeat;background-size: 1.0133333333rem 1.0133333333rem; */}


