@charset "utf-8";
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html{
	height:100%;
	font-size: 100px;
	-webkit-tap-highlight-color: transparent;
}

body{
	min-height:100%;
	position:relative;
	overflow-x:hidden;
	color:#929292;
	font:12px Arial, "Microsoft Yahei";
	-webkit-overflow-scrolling: touch;
}
body,h1,h2,h3,h4,h5,h6,dl,dd,p,th,td,form,figure{
	margin:0;
	padding: 0;
	border:0;
}
ul,ol,li{
	margin:0;
	padding:0;
	list-style-type: none;
}
img{
	vertical-align: middle;
	border:0;
	max-width: 100%;
	display:block;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	display: block;
	background: transparent;
	transition:all 300ms ease 0s;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: inherit;
}
a:hover{
	text-decoration:none;
}
a:focus { -moz-outline-style: none; outline: none; }
b,em,i{
	font-style:normal;
	font-weight: normal;
}
span{
	display: inline-block;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 12px;
}
button,input,optgroup,select,textarea{
	border:0;
	vertical-align:middle;
	outline: none;
}
button,input{
	border-radius:0;
	padding:0;
	-webkit-appearance:none;
}

textarea,input{
	-webkit-user-modify: read-write-plaintext-only;/*Android 下 input focus 消除高亮外框*/
}
textarea {resize: none;}
/**********常用类简写***********/
.mauto{
	width:1200px;
	margin:0 auto;
}
.rel{ position: relative;}
.abs{ position: absolute;}
.w100{ width:100%;}
.w9375{
	width:93.75%;
	margin:0 auto;
}
.clear{
	clear:both;
	font-size:1px;
	width:1px;
	height:0;
	visibility:hidden;
	overflow:hidden;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
	 /* only FF */
.ov{overflow:hidden;}
/*float*/
.fl{ float:left;}
.fr{ float:right;}
/*text-align*/
.tar{ text-align: right;}
.tal{ text-align: left;}
.tac{ text-align:center;}
/*font-weight*/
.fb{ font-weight:bold;}
/*display*/
.db{ display:block;}
.dn{ display:none;}
/*white-space*/
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;word-wrap:break-word;}
.vam{vertical-align:middle;}
.black20{
	height:20px;
}
/*font-size*/
.fz12{ font-size:12px;}
.fz14{ font-size:14px;}
.fz16{ font-size:16px;}
.fz18{ font-size:18px;}
.fz20{ font-size:20px;}
.fz22{ font-size:22px;}
.fz24{ font-size:24px;}
.fz26{ font-size:26px;}
.fz28{ font-size:28px;}
.fz30{ font-size:30px;}
.fz32{ font-size:32px;}
.fz34{ font-size:34px;}
.fz36{ font-size:36px;}
.fz40{ font-size:40px;}

.container .position {
    top: 0%;
    right: 1%;
    width: 57%;
    height: 90%;
    position: absolute;
    /* height: 620px; */
    /* padding-top: 3%; */
}

.container .position img{width:100%;height:100%}

/* .container{position:relative;} */
