@charset "utf-8";
/* CSS Document */
ul li{list-style: none;}
h{font-weight: normal;}
input{
	outline: none;
}
input{
	border: none;
}
header{
	width: 100%;
	height: 4.86rem;
	background: url(../images/person_back.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
}


header h1{
	width: 100%;
	height: 1.32rem;
	line-height: 1.32rem;
	font-size: 0.48rem;
	color: #666;
	text-align: center;
}


.info{
	width: 100%;
	overflow: hidden;
	margin-top: 0.45rem;
}

.info .avabox{
	float: left;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 100%;
	background: #fff;
	margin-left: 0.85rem;
	overflow: hidden;
}
.info  img{
	display: block;
	width: 1.8rem;
	height: 1.8rem;


	
}
.info_txt{
	float: left;
	overflow: hidden;
}
.info h2{
	margin-top: 0.4rem;
	font-size: 0.42rem;
	color: #333;
	margin-left: 0.35rem;
}

.info section{
	font-size: 0.34rem;
	margin-top: 0.3rem;
	
	margin-left: 0.35rem;
	

}



.contbox{
	position: absolute;
	top: 4.25rem;
	width: 9.8rem;
	left: 0.5rem;
	right: 0.5rem;
}

.collect{
	width: 100%;
	height: 2.75rem;
	border-radius: 0.1rem;
	background: #fff;
	
}

.collected{
	overflow: hidden;
}

.collected .pdt_txt{
	float: left;
	margin-left: 0.25rem;
	margin-top: 0.2rem;
}
.collected .pdt_img{
	float: left;
	margin-left: 0.1rem;
	margin-top: 0.4rem;
}

.collected .pdt_img img{
	display: block;
	width: 1.74rem;
	height:1.78rem;
}

.collected .pdt_txt h2{
	font-size: 0.4rem;
	color: #666;
	font-weight: normal;	
}
.collected .pdt_txt h3{
	font-size: 0.36rem;
	color: #f35f1e;
	font-weight: normal;	
	margin-top: 0.2rem;
}
.collected section{
	float: right;
	margin-right: 0.65rem;
	font-size: 0.3rem;
	line-height: 1.6rem;
	height: 100%
}
.collected a{
	color: #f9bd3a;
}
.no_collection{
	width: 100%;
	height: 2.49rem;
	line-height: 2.49rem;
	text-align: center;
	font-size: 0.48rem;
	color: #666;
}
.collect_hide{
	display: none;
}

.col{
	width: 100%;
	height: 1.15rem;
	line-height: 1.15rem;
	border: 0.01rem solid #f7f7f7;
}

.col span{
	float: left;
	margin-left: 0.8rem;
	font-size: 0.36rem;
	color: #333;
}

.next{
	float: right;
	margin-right: 0.65rem;
	width: 0.26rem;
	height: 0.4rem;
	background: url(../images/next.png) no-repeat;
	background-size:100%;
	margin-top: 0.37rem;
	
}

.contbox ul {
	width: 100%;
	background: #fff;
	border-radius: 0.1rem;
	margin-top: 0.3rem;
}
.contbox ul li{
	width: 100%;
	height: 1.4rem;
	border-bottom: 0.01rem dashed #f4f4f4;
	line-height: 1.4rem;
	overflow: hidden;
}
#wushou{
	height: 1rem;
}
#shou{
	height: 3rem;
}

.contbox ul li span{
	float: left;
	margin-left: 0.4rem;
	font-size: 0.36rem;
	color: #333;
}

.contbox ul li:nth-child(3){
	border: none;
}
.contbox ul li:nth-child(3) img{
	width: 0.4rem;
	margin-left: 1.2rem;
}
.contbox ul li img{
	width: 0.5rem;
	float: left;
	margin-top: 0.45rem;
	margin-left: 1.1rem;
}

.contbox ul li .next{
	margin-top: 0.46rem;
}

.login1{
	width: 100%;
	height: 0.8rem;
	background: #ffca56;
	border-radius: 0.1rem;
	font-size: 0.4rem;
	color: #fff;
	text-align: center;
	line-height: 0.8rem;
	margin-top: 0.5rem;
}
.login2{
	width: 10rem;
	height: 0.85rem;
	margin: auto;
	background: #fff;
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
	margin-top: 0.3rem;
	color: #ffca56;
	font-size: 0.36rem;
	text-align: center;
	line-height: 0.85rem;
	font-weight: bold;
}
.login_hide{
	display: none;
}


.Bottom{
	width: 100%;
	height: 1.46rem;
	background: #fff;
	overflow: hidden;
	position: fixed;
	z-index: 999;
	bottom: 0;
}

.Bottom .iconbox{
	width:6.8rem;
	margin: auto;
	list-style: none;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}


.Bottom .iconbox li{
	overflow: hidden;
}
.Bottom .iconbox li span{
	display: block;
	margin-top: 0.05rem;
}
.Bottom .iconbox li img{
	display: block;
	width:0.7rem;
	height: 0.7rem;
	margin-top: 0.16rem;
	margin-bottom: 0.04
	
}
.Bottom .iconbox li a{
	font-size: 0.30rem;
	color: #666;
	display: block;
}

.Bottom .iconbox .onpage a{
	color: #f9bd3a;
}
