
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0;
	height: 0.84rem;
	padding: 0 0.3rem;
	box-shadow: 0 0 0.08rem rgba(153,157,178,.25);
	background: #FFFFFF;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 88;
}
.header .logo{
	height: 100%;
}
.header .logo a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.header .logo img{
	height: 0.55rem;
}

.header .dl-menuwrapper{
	padding-top: 0.84rem;
}
.header .dl-menuwrapper .tel{
	position: absolute;
	font-size: 0.3rem;
	font-family: impact;
	height: 100%;
	right: 1.2rem;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .dl-menuwrapper button{
	width: 0.84rem;
	height: 0.84rem;
	background-color: transparent;
	cursor: pointer;
	background-size: 0.36rem 0.28rem;
}
.dl-menuwrapper button.dl-active{
	background-color: #29156b!important;
}
.header .dl-menuwrapper ul{
	background: #29156b;
}
.header .dl-menuwrapper li a{
	font-size: 0.28rem;
	padding: 0.2rem 0.4rem;
	border-top: 0.02rem solid #351990;
	border-bottom: 0.02rem solid #1b1042;
}
.header .dl-menuwrapper li.dl-back:after, 
.header .dl-menuwrapper li>a:not(:only-child):after{
	line-height: 0.8rem;
}

.footer2{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 0.1rem;
	bottom: 1.8rem;
	z-index: 88;
}
.footer2 .icon{
	width: 1.4rem;
	height: 1.4rem;
}

.footer3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0;
	background: #FFFFFF;
	height: 0.76rem;
	border-top: 0.02rem solid #efefef;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 88;
}
.footer3 .item{
	width: 2.5rem;
	height: 0.74rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 0.02rem solid #efefef;
}
.footer3 .item:last-child{
	border-right: none;
}
.footer3 .item .pic{
	width: 0.44rem;
	height: 0.44rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer3 .item .pic img{
	
}
.footer3 .item .title{
	font-size: 0.22rem;
	color: #000000;
	margin-left: 0.2rem;
}


.mask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	z-index: 100;
}

.alert-box{
	display: none;
	position: fixed;
	width: 6.9rem;
	background: #ffffff;
	border-radius: 0.12rem;
	overflow: hidden;
	z-index: 120;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	border: 0.04rem solid #ec3736;
	padding: 0.3rem 0.3rem 0.4rem;
}

.alert-box .close{
	position: absolute;
	right: 0.3rem;
	top: 0.2rem;
}
.alert-box .close .icon{
	width: 0.44rem;
	height: 0.44rem;
}
.alert-box .alert-title{
	display: flex;
	align-items: center;
	margin-bottom: 0.06rem;
}
.alert-box .alert-title .icon{
	width: 0.34rem;
	height: 0.34rem;
}
.alert-box .alert-title .title{
	font-size: 0.3rem;
	color: #ec3736;
	margin-left: 0.14rem;
}
.alert-box .form-box{

}
.alert-box .form-box .input{
	width: 100%;
	height: 0.84rem;
	border: 0.02rem solid #c1c1c1;
	margin-top: 0.34rem;
	padding: 0 0.3rem;
}
.alert-box .form-box .tip{
	font-size: 0.22rem;
	color: #888888;
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
	margin-bottom: 0.4rem;
}
.alert-box .form-box .tip .icon{
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.14rem;
}
.alert-box .form-box .youhui{
	font-size: 0.32rem;
	color: #ec3736;
	text-align: center;
	margin-bottom: 0.4rem;
}
.alert-box .form-box .submit{
	width: 100%;
	height: 0.86rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #192a86;
	color: #ffffff;
	font-size: 0.32rem;
	border-radius: 0.5rem;
	border: none;
	cursor: pointer;
}