body{
	background-color: #fff;
}
.layui-m-layer *{
	box-sizing: border-box !important;
}
.nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1rem;
	z-index: 9999999;
	background-color: #fff;
}
.nav-list{
	height: 100%;
	display: flex;
	flex-direction: row;
	font-size: 0.24rem;
	color: #000000;
}
.nav-list>li{
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	display: flex;
	flex: 1;
	justify-content: center;
}
.nav-list>li>a{
	height: 100%;
	padding-top: .63rem;
	background-repeat: no-repeat;
	background-size: .5rem .5rem;
	background-position:center .15rem;
	color: #adadad;
	font-size: 0.24rem;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.nav-list>li>a.active{
	color: #e95783;
}
.ico1{
	background-image: url(../img/usercenter.png);
}
.ico2{
	
	background-image: url(../img/list.png);
}
.ico1.active{
	background-image: url(../img/usercenter_a.png);
	padding-top: .64rem;
}
.ico2.active{
	background-image: url(../img/list_a.png);
}
.add-layer,.apply-layer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,.3);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.layer-wrap{
	width: 100%;
	height: auto;
	background-image: url(../img/chooseBg.jpg);
	border-radius: 0.1rem;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	padding: .6rem .45rem .75rem;
}
.layer-wrap.apply{padding-bottom: .5rem;}
.layer-wrap .title{
	line-break: .65rem;
	text-align: center;
	font-family: PingFang;
	font-size: 0.38rem;
	font-weight: bold;
	letter-spacing: 0.02rem;
	color: #335fb0;
}
.layer-item{
	width: 100%;
	height: 0.75rem;
	background-color: #ffffff;
	border-radius: 0.1rem;
	border: solid 0.01rem #e3e3e3;
	padding-left: .65rem;
	padding-right: .2rem;
	background-position: .1rem center;
	background-size: .55rem;
	background-repeat: no-repeat;
	margin: .3rem 0 0 0;
	box-sizing: border-box;
}
.layer-item input{
	display: block;
	width: 100%;
	background-color:transparent;
	height: 100%;
	font-family: PingFang;
	font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.01rem;
	color: #acacac;
}
.layer-item.tel{
	background-image: url(../img/tel.png);
}
.layer-item.name{
	background-image: url(../img/username.png);
}
.layer-wrap .sub-btn{
	width: 100%;
	margin: .5rem 0 0 0;
	height: 0.75rem;
	background-color: #335fb0;
	box-shadow: 0.02rem 0.04rem 0.05rem 0.01rem 
		rgba(0, 36, 102, 0.27);
	border-radius: 0.1rem;
	font-family: PingFang;
	font-size: 0.28rem;
	letter-spacing: 0.01rem;
	color: #ffffff;
	border: none;
}
.layer-close{
	display: block;
	width: .7rem;
	height: 1.45rem;
	background-image: url(../img/close.png);
	background-size: cover;
	margin: 0 auto;
}
.layer-wrap .radio{
	width: 0;
	height: 0;
}
.layer-wrap .radiolabel{
	display: block;
	width: 100%;
	height: 0.75rem;
	background-color: #335fb0;
	border-radius: 0.05rem;
	font-family: PingFang;
	font-size: 0.28rem;
	text-align: center;
	line-height: .75rem;;
	letter-spacing: 0rem;
	color: #ffffff;
}
.layer-wrap .radio:disabled + .radiolabel{
	background-color: #535353;
	opacity: .2;
}
.layui-m-layer-add {
	background-color: transparent;
	box-shadow: none;
}