* {
	/*-webkit-user-select: none;
	-ms-touch-select: none;*/
/*
	-ms-touch-action: none;
*/
}
html {
	width: 100%;
	height: 100% auto;
	font-size:62.5%(10/16*100%)
}
a{
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: normal /*"Consolas",*/ "Microsoft YaHei", "微软雅黑", tahoma, arial, simsun, "宋体",-apple-system-font,Helvetica Neue,Helvetica,sans-serif;
	color: #6c6c6c;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust:none;
}


blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
	outline: 0
}

sup{
	top: -0.55em;
	top: -0.7em\9;
	font-size: 0.8rem;
	font-size: 1rem\9;
}

img {
	display: inline-block;
	border: none!important;
}

li {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h1,
h2,
h3 {
	font-size: 14px;
	font-weight: 400
}

h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
	background-color: #e2e2e2
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: rgba(0, 0, 0, .35)
}

::-webkit-scrollbar-thumb:vertical:active {
	background-color: rgba(0, 0, 0, .38)
}


.displayNone{
	display: none!important;
}


.mart20{
	margin-top: 20px!important;
}

.mart50{
	margin-top: 50px!important;
}

.mart55{
	margin-top: 55px!important;
}

.mart90{
	margin-top: 90px!important;
}

.mart10{
	margin-top: 10px!important;
}

.mart20{
	margin-top: 20px!important;
}

.mart40{
	margin-top: 40px!important;
}

.mart70{
	margin-top: 70px!important;
}


.marl10{
	margin-left: 10px!important;
}

.padb84{
	padding-bottom: 84px!important;
}

.pdlr20{
	padding: 0 20px!important;
}

.f-tac {
	text-align: center!important;
}

.f-fl{
	float: left!important;
}

.f-fr {
	float: right!important;
}

.f-tal {
	text-align: left!important;
}


/* 清除浮动 */
.f-cb {clear:both;zoom:1;}
.f-cb:after {clear:both;display:block;visibility:hidden;height:0;overflow:hidden;content:".";}



input::placeholder,
textarea::placeholder{
	color: #B2B2B2;
}

.z-disabled{
	color: #CCCCCC!important;
	background-color: none!important;
	border: none!important;
}

