* {
	margin: 0;
	padding: 0;
	font-family: PingFang SC, "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei";
	font-weight: 400;
}
html,
body {
	width: 100%;
	font-size: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

li {
	list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #000000;
}

img {
	width: 100%;
	display: block;
}

input {
	border: none;
	outline: none;
}
.head_nav {
	height: 2.75rem;
	position: relative;
}

.head_return {
	position: absolute;
	left: 0.93rem;
	width: 0.62rem;
	display: flex;
	align-items: center;
	height: 100%;
}

.head_cont {
	text-align: center;
	line-height: 2.75rem;
}
.service_nav{
	margin-bottom: 2.5rem;
}
.service{
	height: 4.37rem;
	display: flex;
	margin: 0 3.5rem 1.87rem;
	align-items: center;
	padding: 0 1.46rem;
	background-color: #F3F3F3;
	border-radius: 5px;
}
.service_text{
    flex:1;
}
.service_tel{
	width: 1.25rem;
	margin-right: 0.84rem;
}
.text_one{
	color: #000000;
	
}
.text_two{
	color: #999999;
	font-size: 12px;
}
.notes{
	color: #999999;
	font-size: 12px;
	margin-top: 0.5rem;
	text-align: center;
}
.mask{
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.mask_ui{
	display: none;
	margin: 123.5px 30px 0;
	background-color: #FFFFFF;
	height: 335px;
	border-radius: 10px;
	width: 84%;
	position: absolute;
}
.mask_con{
	
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.mask_con h2{
	color: #333333FF;
	font-size: 18px;
	text-align: center;
	margin: 1.87rem 0 1.25rem 0;
}
.mask_img{
	width: 9.37rem;
	height: 9.37rem;
	border: 1px dashed #E5E5E5FF;
}
.main-code{
	color: rgba(51,51,51,1);
	margin: 9px 0 18px;
}
.main_copy{
	color:rgba(252,72,53,1);
}
.mask_button{
	color: #FFFFFF;
	margin: 0 2.03rem;
	background:rgba(0,193,0,1);
	border-radius: 5px;
	width: 80%;
	height: 44px;
	text-align: center;
	line-height: 44px;
}