@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:#fff;
	
	padding:30px;
	border-radius:24px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.tanc01 .con .con01 .gb{
	width:15px;
	height:15px;
	position:absolute;
	top:10px;
	right:15px;
	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); */
}
.nrxx{
	width:100%;
	float:left;
	margin-top:0px;
	font-size:16px;
	line-height:30px;
	color:#666;
	padding:20px 20px 20px 20px;
	border-radius: 22px;
	overflow-y: scroll;
	height:90vh;
	
}
.nrxx h1{ line-height:30px;text-align:center; margin-bottom:30px; }
.nrxx img{
	max-width:100%;
	height:auto;
	margin-bottom:30px;
}
.xytex h1{ line-height:30px;text-align:center; margin-bottom:30px; }
.xytex{ line-height:25px; font-size:14px; }
.cs01 table{
	width:52.1%;
	border-radius: 0.75rem;
	border: 1px solid var(--0059-bf, #0059BF);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cs01 table td{
	width: auto;
    padding: 1.38rem 2.5rem;
    color: var(---333, #333);
    font-family: zt;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-right: 1px solid var(---Gray-5, #E0E0E0);
}
}

@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:10px;
	height:10px;
	position:absolute;
	top:10px;
	right:10px;
	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); */
}
.nrxx{
	width:100%;
	float:left;
	margin-top:0px;
	font-size:0.8rem;
	line-height:200%;
	color:#666;
	background:#FFF;
	padding:20px;
	border-radius: 22px;
	margin-bottom:30px;
	overflow-y: scroll;
	height:90vh;
}
.nrxx img{
	max-width:100%;
	height:auto;
}
.nrxx h1{ line-height:2.5rem;text-align:center; margin-bottom:2rem}
.xytex{ line-height:1.2rem; font-size:0.8rem; margin-top:1.0;}
}