* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	color: #a664a6;
}
body {
	background: #f9f9f9;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.body_div {
	width: 100%;
	height: 100%;
}

.headerbox {
	width: 100%;
	height: 1rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	border-bottom: 1px #e7e7e7 solid;
}

header {
	height: 1rem;
	background: #fff;
	position: relative;
	padding: 0rem .2rem;
}

.toplog {
	width: 1rem;
	height: 100%;
	position: absolute;
	top: .12rem;
	left: 50%;
	margin-left: -.5rem;
}

.returnbox {
	width: 1rem;
	height: 100%;
	float: left;
}

.returnbox a {
	display: block;
	width: 100%;
	height: 100%;
}

.return {
	display: block;
	width: .3rem;
	height: .4rem;
	margin-top: .3rem;
}

.posit{
	position: relative;
}
.toplogspan {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2.5rem;
	display: block;
	width: 5rem;
	height: 100%;
	font-size: .33rem;
	line-height: 1rem;
	text-align: center;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
/* hedaer开始 */
.header {
	width: 100%;
    height: 3.4rem;
    padding-top: 2.1rem;
    padding-bottom: .75rem;
    background: #FFFFFF;
    margin-bottom: 1rem;
}
.header img{
	width: 1.36rem;
	height: 1.36rem;
	display: block;
	margin: 0 auto;
	margin-bottom: .52rem;
}
.header p{
	font-size: .28rem;
	line-height: .54rem;
	text-align: center;
}
/* hedaer结束 */

/* 主体开始 */


.ipt_box {
	position: relative;
}

.ipt_box a {
	text-decoration: none;
	margin-bottom: .4rem;
}





.log {
	width: 7.08rem;
	height: .88rem;
	margin: 0 auto;
	display: block;
	border: 1px solid #a664a6;
	background: #a664a6;
	text-decoration: none;
	text-align: center;
	font-size: .3rem;
	line-height: .88rem;
	color: #FFFFFF;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.complete{
	background: #FFFFFF;
	color: #a664a6;
}
/* 主体结束 */
/* 底部开始 */
.more {
	width: 100%;
	height: 1.43rem;
	padding-top: 1.18rem;
	
}

.more p {
	font-family: FZLTXIHJW_zhengwen;
	font-size: .22rem;
	line-height: .47rem;
	text-align: center;
	color: #888888;
}

.more .phone {
	color: #a664a6;
}

/* 底部结束 */

