@media (min-width:1000px) {
.tanc{
	width:100%;
	height:100%;
	position:fixed;
	display:none;
	left:0;
	top:0;
	z-index:999;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-color:rgba(0,0,0,0.5);
}
.tanc01 .con{
	width:80%;
	position:absolute;
	z-index:11;
	left:10%;
}
.tanc01 .con .con01{
	width:100%;
	float:left;
	background-color:#F8F8FE;
	
	padding:30px;
	border-radius:24px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.tanc01 .con .con01 .gb{
	width:20px;
	height:20px;
	position:absolute;
	top:20px;
	right:20px;
	z-index:11;
	background-image:url(../img/gb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.tanc01 .con .con01 .a01{
	width:100%;
	padding:18px;
	/*box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); */
}
.xiey{
	width:100%;
	float:left;
	margin-top:0px;
	font-size:14px;
	line-height:30px;
	color:#666;
	background:#FFF;
	padding:20px 40px 40px 40px;
	border-radius: 22px;
}
.xiey img{
	max-width:100%;
	height:auto;
}
.xytex h1{ line-height:30px;text-align:center; margin-bottom:30px; }
.xytex{ line-height:25px; font-size:14px; }
}

@media (max-width:999px) {
	
	.tanc{
	width:100%;
	height:100%;
	position:fixed;
	display:none;
	left:0;
	top:0;
	z-index:999;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-color:rgba(0,0,0,0.5);
}
.tanc01 .con{
	width:100%;
	position:absolute;
	z-index:11;
	left:0%;
}
.tanc01 .con .con01{
	width:100%;
	float:left;
	background-color:#F8F8FE;
	
	padding:5px;
	border-radius:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.tanc01 .con .con01 .gb{
	width:30px;
	height:30px;
	position:absolute;
	top:-30px;
	right:0px;
	z-index:11;
	background-image:url(../img/gb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.tanc01 .con .con01 .a01{
	width:100%;
	padding:5px;
	background-color:#FFF;
	/*box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); */
}
.xiey{
	width:100%;
	float:left;
	margin-top:0px;
	font-size:14px;
	line-height:30px;
	color:#666;
	background:#FFF;
	padding:20px 40px 40px 40px;
	border-radius: 22px;
}
.xiey img{
	max-width:100%;
	height:auto;
}
.xytex h1{ line-height:5rem;text-align:center; margin-bottom:3rem}
.xytex{ line-height:1.2rem; font-size:0.8rem; margin-top:1.0;}
}