html, body {
	overflow-x:hidden;
}
html {
	-webkit-text-size-adjust:none;
}body,p,h1{ margin:0px;}
body {
	color: #FFF;
	font: 22px/1.6em "Microsoft YaHei", "Arial", "Times New Roman", sans-serif;
	text-align:center;
	background-color: #000;
}
.clear{ clear:both;}
/*.container{
	width:98%;
	margin-left:auto;
	margin-right:auto;
	max-width:640px;
}*/
img{border:0;}

h1{
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}

.fw700{ font-weight:700;}

/*字体颜色*/
.white{ color:#FFF}
.purple{ color:#F0F}

.cyan{ color:#0FF}
.blue{ color:#00F;}
.green{ color:#0F0;}
.yellow{ color:#FF0;}
.pink{ color:#F0F;}
.qingse{ color:#3FF;}
.red{ color:#F00;}
.orange{color:#F90}

/*字体大小*/
.fz03em{font-size: 0.3em;}
.fz04em{font-size: 0.4em;}
.fz05em{font-size: 0.5em;}
.fz65em{font-size: 0.65em;}
.fz75em{font-size: 0.75em;}
.fz80em{font-size: 0.8em;}
.fz85em{font-size: 0.85em;}
.fz90em{font-size: 0.9em;}
.fz95em{font-size: 0.95em;}
.fz1em{font-size: 1em;}
.fz12em{font-size: 1.2em;}
.fz13em{font-size: 1.3em;}
.fz15em{font-size: 1.5em;}
.fz18em{font-size: 1.8em;}
.fz2em{font-size: 2em;}
.fz25em{font-size: 2.5em;}
.fz3em{font-size: 3em;}

/*顶部间距*/
.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
.pt30{padding-top:30px;}

/*行高*/
.lh1em{ line-height:1em;}
.lh12em{ line-height:1.2em;}
.lh15em{ line-height:1.5em;}
.lh18em{ line-height:1.8em;}

/*文字对齐*/
.taleft{ text-align:left;}
.tacenter{text-align: center;}
.taright{text-align: right;padding-right:10px;}

/*字体类型*/
.font-kaiti{
	font-family: "楷体";
}
.font-heiti{
	font-family: "黑体";
}
.font-songti{
	font-family: "宋体";
}
.font-yahei{
	font-family: "微软雅黑";
}

.btnPink {
    background: none repeat scroll 0 0 rgba(51, 255, 0, 0.63);
    border-radius: 0.9em;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 3%;
    text-align: center;
    text-decoration: none;
    width: 51%;
}

