/*** 重置样式 ***/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
td,
th,
form,
label,
input,
textarea,
select,
button,
blockquote,
span,
img,
a img,
a,
pre,
hr {
	margin: 0;
	padding: 0;
}

img,
a img {
	border: none;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: normal;
}

ul,
li,
ol,
dt,
dl,
dd {
	list-style: none;
}

em,
th,
i,
address,
cite,
code {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

label,
input,
textarea,
select,
button {
	vertical-align: middle;
	line-height: normal;
	font-family: Roboto, "Droid Sans", "Droid Sans Fallback", "Helvetica Neue", "Heiti SC", Helvetica, "Hiragino Sans GB", "microsoft yahei", Tahoma, Arial, STHeiTi, sans-serif;
	font-size: inherit;
	opacity: 1;
}

textarea {
	overflow: auto;
	resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

input:focus,
textarea:focus {
	outline: 0 none;
}

a {
	display: block;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	text-decoration: none;
}

a:active,
a:focus,
a:hover {
	outline: 0 none;
}

*:focus {
	outline: 0 none;
}

/*** 禁止显示滚动条 ***/
element::-webkit-scrollbar {
	display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #d2d2d2;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #eeeeee;
}

html {
	position: relative;
	height: 100%;
	min-height: 100%;
	font-size: 12px;
	font-family: Roboto, "Droid Sans", "Droid Sans Fallback", "Helvetica Neue", "Heiti SC", Helvetica, "Hiragino Sans GB", "microsoft yahei", Tahoma, Arial, STHeiTi, sans-serif;
	color: #000000;
}

body {
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow-x: auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 12px;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*** 查询媒体设置基准字体大小 ***/
html {
	font-size: 12px;
}

@media (min-width:320px) {
	html {
		font-size: 14.2222px;
	}
}

@media (min-width:360px) {
	html {
		font-size: 16px;
	}
}

@media (min-width:375px) {
	html {
		font-size: 16.6667px;
	}
}

@media (min-width:412px) {
	html {
		font-size: 18.2857px;
	}
}

@media (min-width:480px) {
	html {
		font-size: 21.3333px;
	}
}

@media (min-width:640px) {
	html {
		font-size: 28.4444px;
	}
}

@media (min-width:720px) {
	html {
		font-size: 32px;
	}
}

@media (min-width:768px) {
	html {
		font-size: 34.1333px;
	}
}

@media (min-width:1440px) {
	html {
		font-size: 64px;
	}
}

/* 业务样式 */
.main {
	min-width: 3.7333333333333334rem;
	max-width: 10rem;
	margin: 0 auto;
	height: 126.2rem;
	min-height: 100%;
	background: url(../images/bg.png) no-repeat ;
	background-size: 100%
}
 