/* 
* @Author: Marte
* @Date:   2016-07-28 11:45:44
* @Last Modified by:   Marte
* @Last Modified time: 2016-10-12 15:59:53
*/
@charset 'utf-8';
/* CSS reset */
html{color:#000;background:#f0f0f0;font-family:Arial,'黑体';}
html{font-size:62.5%/*10÷16×100%=62.5%*/}
.Head{background-color:#27ac68 ;position: fixed;top:0;left:0;height: 0.88rem;width: 100%;text-align: center;font-size: 0.36rem;color: white;z-index: 111111;}
.fanhui{width: 0.2rem;float: left;position:relative;left:0.3rem;line-height: 0.8rem;}
.fanhui a>img{width: 100%;}
.Head>span{line-height: 0.85rem;}
.HeadRight{
line-height: 0.88rem;
	min-width: 0.5rem;
	height: 0.88rem;
	position: absolute;
	right: 0.3rem;
	top: 0;
	font-size: 0.24rem;
	color: #fff;
	background: #27ac68;
	border: none;
	outline: none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,strong{padding:0;margin:0;font-family:Arial,'黑体';}
body{font-size: 0.24rem;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
a{text-decoration:none; color:#666; outline:none;}/*此处待添加默认链接颜色*/
a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

var,em,strong{font-style:normal;}
address,caption,cite,code,dfn,em,strong,th,var, optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
.active{border-bottom: 2px solid #27ac68;color: #27ac68}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
.add{background: url("../images/add.png")no-repeat center;background-size: 0.4rem}
input,button,textarea,select,optgroup,option{font-family:inherit; font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
.left{float: left;}
.right{float: right}
.icon-fanhui{color: #FFFFFF}
.icon-qianjin{position: absolute;right: 0.3rem;top:50%;color: #fff;margin-top: -0.2rem}

input::-ms-input-placeholder{
				color: #B3B3B3;
			}
input::-webkit-input-placeholder{
	       	color: #B3B3B3;
	       }
input::-moz-placeholder{
	       	color: #B3B3B3;
	       }
.cover{background: rgba(0,0,0,0.7);width: 100%;height: 100%;position: absolute;top:0;left: 0;z-index: 999;display: none}