html,body{
    width:100%;
    background:#F5F5F5;
    font-family:"å¾®è½¯é›…é»‘",Arial,"å®‹ä½“",sans-serif;
	position: relative;
}
html,body,div,p,span,ul,ol,li,button,input,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
*{
	/* tap-highlight-color:rgba(0, 0, 0, 0); */
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-moz-tap-highlight-color:rgba(0, 0, 0, 0);
	-ms-tap-highlight-color:rgba(0, 0, 0, 0);
	-o-tap-highlight-color:rgba(0, 0, 0, 0);
}
a{
   text-decoration: none;
}
input::-webkit-input-placeholder{
	font-size: 14px;
	color:#666;
}
input:-moz-placeholder{
	font-size: 14px;
	color:#666;
}
input::-moz-placeholder{
	font-size: 14px;
	color:#666;
}
input:-ms-input-placeholder{
	font-size: 14px;
	color:#666;
}
input.active::-webkit-input-placeholder{
	color: #ff7575;
}
input.active:-moz-placeholder{
	color: #ff7575;
}
input.active::-moz-placeholder{
	color: #ff7575;
}
input.active:-ms-input-placeholder{
	color: #ff7575;
}
img{
    display: block;
}
input{
	display:block;
	outline: none;
	border:0;
	background:transparent;
}
table{
	width:100%;
}
table, th, td{
	border:1px solid #DFDFE0;
	color:#666;
	text-align:center;
	font-size:14px;
	line-height:30px;
}
th{
	height:40px;
	font-weight:400;
	background:#f6f6f6
}
.container{
	width:1024px;
	margin:19px auto 58px;
	background:#fff;
	border:1px solid #DFDFE0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fl{
	float:left;
}
.fr{
	float:right;
}
.ml10{
	margin-left:10px;
}

.mr5{
	margin-right:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mr10{
	margin-right:10px;
}
.pageTit{
	height:58px;
	line-height:58px;
	background:#0080cc;
	color:white;
	text-indent:45px;
	letter-spacing:2px;
	font-size:18px;
}

.hidden{
	overflow:hidden
}
.w15{
	width:15%
}
.f14{
	font-size:14px;
}
.alignR{
	text-align:right
}
.select,.otherInput{
	display:inline-block;
	vertical-align:middle;
	height:38px;
	line-height:38px;
	border:1px solid #DDDDDE;
	padding:0 0 0 15px;
	font-size:14px;
	color:#666;
	outline:none;
}
.otherInput{
	width:200px;
	border:1px solid #898686;
}
.btn{
	padding:10px 60px;
	display:inline-block;
	color:white;
	background:#FF7200;
	border-radius:4px;
	
}

.btn:hover{
	color:white;
}

.disBtn{
	background:gray;
}
.w50{
	width:50%;
}

/*Ò³Ãæ¾ßÌåÑùÊ½  */
.choseTit{
	margin:40px 0 20px 0;
}
.seWidth{
	width:280px;
}
.btnBox{
	margin:60px 0;
	text-align:center;
}
.cancelBox{
	width:650px;
	margin:30px auto 0 auto;
	min-height:400px;
}
.checkInput{
	display:inline-block;
	cursor: pointer;
}
/*È·ÈÏÒ³Ãæ  */
.cofBox{
	width:700px;
}
.cofBox .w15{
	width:32%;
	text-align:right;
}
.cofirmTit{
	margin-top:40px;
	font-size:14px;
	font-weight:bold;
}
.confMustOk p{
	text-indent:20px;
	margin-top:10px;
	font-size:14px;
}
/*ÊäÈëµç»°Ò³Ãæ*/
.tipText{
	text-indent:20px;
}
.tipBox{
	margin-top:50px;
}
.tipBox p{
	font-size:14px;
}
.tipBox img{
	display: inline-block;
    width: 20px;
    height: 20px;
}
.yanz{
	display:inline-block;
	line-height:38px;
	border:1px solid gray;
	border-radius:2px;
	padding:0 10px;
}

/* ½á¹ûÒ³Ãæ*/
.resultBox{
	width:400px;
	margin:50px auto 0 auto;
}
.resultBox{
	text-align:center;
	min-height:200px;
}
.resultBox img{
	display:inline-block;
	width:100px;
	height:100px;
}
.auWor{
	margin-bottom:20px;
	font-size:18px;
	margin-top:30px;
}

