@charset "utf-8";

.pubox {
	width:100%;
	height:100%;
	background-color: rgba(0,0,0, 0.6);
	position:fixed;
	left:0;
	top:0;
	z-index:100;
}
.popup {
	top:50%;
	left:50%;
	position:absolute;
	border-radius:0.2rem;
	padding:1rem 1rem 0;
	transform:translate(-50%, -50%);
	background-color:rgba(255,255,255,0.95);
	border:none;
	border:1px solid #333;
	width:700px;
	background:#fff;
}
.popup2 {
	top:50%;
	left:50%;
	position:absolute;
	border-radius:0.2rem;
	padding:1rem 1rem 0;
	transform:translate(-50%, -50%);
	background-color:rgba(255,255,255,0.95);
	border:none;
	border:1px solid #333;
	width:860px;
	background:#fff;
}
.popup_auth {
	top:50%;
	left:50%;
	position:absolute;
	border-radius:0.2rem;
	padding:1rem 1rem 0;
	transform:translate(-50%, -50%);
	background-color:rgba(255,255,255,0.95);
	border:none;
	border:1px solid #333;
	width:450px;
	background:#fff;
}
.pop_cert > .bt_x {
	margin:1rem 0 1rem 1rem;
	padding:0;
	justify-content:flex-end;
}
.pop_cert > .bt_x > button {
	width:inherit;
	font-size:14px;
	font-weight:600;
}
.pop_cert > h2 {
	border-radius:0.2rem;
	background:#f17f02;
	color:#FFFFFF;
	padding-left:1rem;
	font-size:1.3rem;
	line-height:2.5rem;
	margin-bottom:1rem;
	font-weight:600;
	box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.05);
	background:url('/img/t_if_ximg.png') no-repeat left 1rem center #f17f02;
	padding-left:3rem;
}
.pop_cert > ul > li {
	border:0.03rem solid #666;
	background:#FFFFFF;
	border-radius:0.2rem;
	margin-bottom:0.5rem;
	font-size:1.1rem;
	box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.05);
	padding:1rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
}
.pop_cert > ul > li:hover {
	border-color:#f17f02;
}
.pop_cert .on {
	border-color:#f17f02;
	color:#f60;
	font-weight:500;
	box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.1);
}
.pop_cert .on p {
	text-decoration:underline;
}
.pop_cert > ul > li:last-child {
	margin-bottom:0rem;
}
.pop_cert > ul > li > button {
	font-weight:600;
	font-size:14px;
}
.pop_cert > ul > li > .pn_view {
	margin-top:1rem;
	font-weight:normal;
	font-size:0.9rem;
	line-height:1.4rem;
	width:100%;
	color:#333;
	text-decoration:none;
}

.pop_cert > ul > li > .pn_view p{
	text-decoration:none;
}

.pop_cert table {
	width:100%;
	margin:1rem auto;
	border:1px solid #666;
	background:#FFFFFF;
	box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.1);
}
.pop_cert span {
	font-weight:bold;
}

.in_x  td {line-height:38px; height:40px; text-align:left;}
.in_x  td{font-size:12px; ;}
.in_x  td > button{font-size:12px; line-height:20px; height:22px; margin-left:0.5rem;}

.intxt{	width:100%;
	margin:1rem auto;
	border:1px solid #999;
	background:#FFFFFF;
	box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.1);
	border-radius:0.3rem;
	padding:0.3rem;}
	.in_st_x{ background:rgba(255,255,255,0.8);  margin:2rem 0;  padding:2rem 0;border-radius:1rem; border:1px solid #ddd;box-shadow:0.2rem 0.2rem 0.2rem #f1f1f1;}
.in_st_x p{line-height:2rem; text-align:center; font-size:14px; margin-bottom:2rem;}	
.in_st_x p > span{display:block; font-size:22px; font-weight:500;}
.in_st_x ul{display:flex; align-items:center; justify-content:center;}
.in_st_x ul > li{text-align:center; width:25%;}
.in_st_x ul > li > h2 {font-size:1.2rem; line-height:2rem; font-weight:600;}
.in_st_x ul > li:nth-child(even){width:5%;}
.in_st_x ul > li > span {width:130px; height:130px; padding-top:1.5rem; border-radius:50%; margin:0 auto; border:1px solid #ddd; box-shadow:0.2rem 0.2rem 0.2rem #eee; display:block;}
.in_st_x ul > li > span > img{position:inherit;}

.ldingx {
	text-align:center;
}
.ldingx > ul > li {
	display:block;
}
.loader {
	margin:1rem auto;
	width:100%;
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #f17f02;
	width: 50px;
	height: 50px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
.st_x {
	width:100%;
	margin:0 auto;
}
.st_x ul {
	display:flex;
	justify-content:space-between;
}
.st_x ul > li {
	background:#FFFFFF;
	display:flex;
	flex-direction:column;
	justify-content:center;
	width:calc(33.3% - 40px);
	padding:0.5rem 0;
	text-align:center;
	border-radius:5rem;
	border:1px solid #ccc;box-shadow:0 0.2rem 0.2rem rgba(0,0,0,0.05);
}
.st_x .on{font-weight:700; font-size:110%; }
.st_x ul > li > span {
	display:block;
	font-size:70%;
	color:#666666;
}
.st_x ul > li:nth-child(even) {
	background:url(../img/icon_nx.png) no-repeat center center;
	width:40px;
	border:none;
	box-shadow:none;
}
@-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}

.agreeTable tr th{
	height:40px;
	line-height:30px;
}

.agreeTable tr td{
	line-height:30px;
	font-size:13px;
}