.bg {
	background-color: #f3f3f3;
}

.zt-header {
	width: 100%;
	height: 160px;
	background: #4f9bfd url(../images/treasure/zt-top-bg.png) no-repeat center;
	position: relative;
}
.zt-header-l{
	display: inline-block;
	height: 33px;
	padding-left: 36px;
	margin: 10px 0 0 10px;
	color: #fff;
	font: normal 20px/33px "Microsoft YaHei";
	background: #4f9bfd url(../images/treasure/logo.png) no-repeat left center;
}
.zt-header-t {
	width: 500px;
	text-align: center;
	text-indent: 0.5em;
	letter-spacing: 2px;
	white-space: nowrap;
	font: bold 42px/74px "Microsoft YaHei";
	color: #fff;
	position: relative;
	margin: auto;
	text-shadow: 0px 8px 18px rgba(24, 117, 205, 0.47);
}

.zt-header-t:before,
.zt-header-t:after {
	content: '';
	width: 50px;
	height: 21px;
	display: block;
	position: absolute;
	top: calc(50% - 10px);
}

.zt-header-t:before {
	background: url(../images/treasure/top-title-l.png) no-repeat;
	left: -50px;
}

.zt-header-t:after {
	background: url(../images/treasure/top-title-r.png) no-repeat;
	right: -50px;
}

.zt-main {
	width: 100%;
	position: relative;
}

.zt-home-con {
	position: relative;
	width: 1200px;
	margin: 15px auto;
	box-sizing: border-box;
}

.h-item {
	background-color: #fff;
	border-radius: 8px;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	height: 262px;
}

.zt-title01 {
	font: normal 20px/34px "Microsoft YaHei";
	position: relative;
	height: 34px;
	background-color: #e8f2ff;
	color: #000;
	border-radius: 17px;
	display: inline-block;
	padding-right: 15px;
	text-indent: 50px;
	margin-left: -25px;
}

.zt-title01 span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	height: 34px;
	width: 48px;
	border-radius: 3px 17px 17px 3px;
	background-image: linear-gradient(0deg, rgb(65, 144, 247) 0%, rgb(79, 155, 253) 100%);
	box-shadow: 4.239px 6.784px 12px 0px rgba(24, 117, 205, 0.16);
}

.zt-title01 span img {
	width: 20px;
	margin-left: -4px;
}

.zt-title02 {
	height: 44px;
	border-bottom: 1px solid #eeeeee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5px 0;
}

.zt-title02 h2 {
	font: normal 18px/18px "Microsoft YaHei";
	height: 18px;
	color: #333;
	display: inline-block;
	position: relative;
	text-indent: 10px;
}

.zt-title02 h2:before {
	content: '';
	display: inline-block;
	height: 18px;
	width: 4px;
	border-radius: 2px;
	background-color: #4f9bfd;
	position: absolute;
	left: 0px;
}

.bt-more {
	color: #4f9bfd;
	line-height: 42px;
	font-size: 13px;
}

.h-item-list li a {
	font: normal 14px/36px "Microsoft YaHei";
	color: #666;
	padding: 0 5px;
	box-sizing: border-box;
	display: block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 8px;
}

.h-item-list li a:hover {
	color: #4f9bfd;
	background-color: #f3f8ff;
	text-decoration: none;
}

.h-item-list li a:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #dfe3e8;
	position: absolute;
	top: calc(50% - 2px);
	left: 0px;
}

.f3x1 {
	display: flex;
	gap: 30px;
}

.f3x1 .fx-item {
	width: 100%;
}

.w-l{
	width: calc(70% - 15px);
	float: left;
}
.w-r{
	width: calc(30% - 0px);
	float: right;
}
.zlc{
	margin: 15px auto 0;
	display: block;
}
.zlc img{
	width: 266px;
	display: block;
	position: relative;
	margin: auto;
}
/* 侧边悬浮按钮 */
.side-list {
	position: fixed;
	right: 0px;
	top: 45%;
}

.side-list a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #4f9bfd;
	padding: 8px;
	width: 100%;
	font: 400 15px/1 '';
}
.side-list a:hover {
	background-color: rgba(24, 117, 205, 0.16);
	text-decoration: none;
}

.side-list a img {
	border-radius: 100px;
	background-color: #4f9bfd;
	box-shadow: 0px 8px 12px 0px rgba(24, 117, 205, 0.16);
	width: 50px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
/*  */

.foot {
	width: 100%;
	height: 143px;
	background-color: #888888;
	text-align: center;
	padding-top: 1px;
}

.foot_content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 32px;
}

.foot_link {
	display: inline-block;
	vertical-align: middle;
	margin: 0 40px;
	cursor: pointer;
}

.foot_text {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

/*  列表页  */
.m-top {
	width: 1200px;
	position: relative;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 15px;
	box-sizing: border-box;
}

.breadcrumb {
	display: flex;
	font: 400 14px/1.5 '';
	color: #666;
}

.breadcrumb a {
	color: #4f9bfd;
	margin: 0 2px;
}

.bt-return {
	color: #4f9bfd;
	font-size: 14px;
}

.zt-con {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	width: 1200px;
	margin: 5px auto 20px;
	min-height: 500px;
}

.con-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.con-title {
	display: inline-block;
	background-image: linear-gradient(90deg, rgb(0, 192, 250) 0%, rgb(79, 155, 253) 100%);
	box-shadow: 0px 10px 10px 0px rgba(70, 136, 246, 0.2);
	padding: 0 20px;
	height: 40px;
	border-radius: 20px 0 20px 0;
	color: #fff;
	font: normal 24px/40px "Microsoft YaHei";
}
.bt-tw{
	background-color: #4f9bfd;
	color: #fff;
	font: normal 16px/36px '';
	height: 36px;
	padding: 0 20px;
	border-radius: 3px;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
.bt-tw:hover{
	background-color: #458adf;
}
.con-item-list  {
	margin: 10px auto;
	padding: 0 10px;
}
.con-item-list li {
	border-bottom: 1px solid #dfe3e8;
}

.con-item-list li a {
	font: normal 16px/36px "Microsoft YaHei";
	color: #333;
	padding: 0 5px;
	box-sizing: border-box;
	display: block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 8px;
	padding: 10px ;
}
.con-item-list li a:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #4f9bfd;
	position: absolute;
	top: calc(50% - 2px);
	left: 0px;
}
.con-item-list li a:hover ,.con-item-list li a:hover .tw-time {
	color: #4f9bfd;
	background-color: #e8f2ff;
	text-decoration: none;
}
.tw-time{
	font: normal 14px/20px "Microsoft YaHei";
	color: #999;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tw-time div{
	display: flex;
	gap: 10px;
}
.tw-time div span img{
	margin: 0 5px;
}

/* 弹窗样式 */
#popup {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	background-color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	border-radius: 8px;
	padding: 20px;
}

/* 弹窗头部 */
.popup-header {
	background-color: #4f9bfd;
	color: white;
	padding: 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: -20px -20px 0 -20px;
}

.popup-header h3 {
	margin: 0;
	font-size: 20px;
}

.popup-header .close-btn {
	cursor: pointer;
	font: 200 22px/1 '';
}

/* 弹窗内容 */
.popup-content {
	margin-top: 20px;
}

.popup-content label {
	display: block;
	margin-bottom: 5px;
}

.popup-content textarea,
.popup-content input {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.popup-footer {
	text-align: right;
}

.popup-footer span a {
	padding: 10px 30px;
	margin-left: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.btn-cancel {
	background-color: #f1f1f1;
}

.btn-submit {
	color: white;
}

.qr-code{
	display: block;
	width: 15vw;
	height: 15vw;
	position: absolute;
	left: 15%;
	bottom: 20%;
}


/* 背景遮罩层 */
#overlay {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}



/* 审查问答-详情 */
.tw-mian{
	border: 1px solid #dfe3e8;
	padding: 20px;
	margin: 10px;
}
.tw-mian p{
	font: normal 16px/1.5 '';
	color: #333;
	margin-bottom: 20px;
}
.wt-item-text{
	border: 1px solid #dfe3e8;
	padding: 20px;
	margin: 10px 0 10px 40px;
	background-color: #f3f3f3;
	border-radius: 4px;
}
.tw-time-t{
	font: normal 14px/20px "Microsoft YaHei";
	color: #999;
	display: flex;
	gap: 10px;
}

/* 在线自测 */
.self-test {
	margin: 10px auto;
	padding: 0 10px;
}
.self-test-t{
	font: normal 18px/40px "Microsoft YaHei";
	color: #4f9bfd;
	border-bottom: 1px solid #4f9bfd;
	text-indent: -8px;
	margin: 5px 0;
}

.self-test dl dt{
	font: normal 16px/1.5 "Microsoft YaHei";
	color: #333;
	padding: 10px 0;
}
.self-test dl dd{
	font: normal 16px/1.5 "Microsoft YaHei";
	color: #666;

}
.self-test label:hover{
	color: #4f9bfd;
	background-color: #e8f2ff;
	text-decoration: none;
}
label{
	display: block;
	line-height: 32px;
	padding:  0 10px;
}
.self-test input{
	margin-right: 5px;
	margin-top: -3px;
}
.self-test input[type="radio"], .self-test input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

/* 证书 */
.container {
	width: 100%;
	padding-top: 141.45%; /* 高宽比 */
	position: relative;
}

.zs {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/treasure/zsbg1100.png) no-repeat center;
	background-size: contain;
}

.zs-text {
	width: 70%;
	text-align: center;
	transform: translateY(-50%);
	position: relative;
	top: 25%;
}



/* 小屏及移动端 */

@media screen and (max-width:1200px) {
	.zt-header {
		height: 136px;
		text-align: center;
	}
	.zt-header-l {
		height: 26px;
		padding-left: 28px;
		margin: 15px 0 0 4px;
		font: normal 16px / 26px "Microsoft YaHei";
		background-size: 24px;
	}
	.zt-header-t {
		width: 320px;
		text-align: center;
		text-indent: 0.1em;
		letter-spacing: 0px;
		white-space: nowrap;
		font: bold 30px / 70px "Microsoft YaHei";
		color: #fff;
		position: relative;
		margin: auto;
		text-shadow: 0px 8px 18px rgba(24, 117, 205, 0.47);
	}
	.zt-home-con {
		width: 100%;
		margin: auto;
		box-sizing: border-box;
	}
	.f3x1 {
		display: block;
	}
	.h-item {
		height: auto;
		margin-bottom: 10px;
	}
	.w-l{
		width: auto;
		float: none;
	}
	.w-r{
		width: auto;
		float: none;
	}
	.foot {
		height: auto;
		padding: 10px;
	}
	.foot_content {
		width: auto;
		margin-top: 10px;
	}
	.zt-main {
		padding: 10px;
	}
	.m-top {
		width: 100%;
	}
	.zt-con {
		width: 100%;
		padding: 10px;
	}
	.con-title {
		box-shadow: 0px 6px 6px 0px rgba(70, 136, 246, 0.2);
		padding: 0 16px;
		height: 32px;
		border-radius: 16px 0 16px 0;
		font: normal 20px / 32px "Microsoft YaHei";
	}

	.bt-tw {
		font: normal 16px / 32px '';
		height: 32px;
		padding: 0 20px;
		border-radius: 3px;
	}
	.tw-time {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
	}
	.tw-mian {
		padding: 10px;
	}
	.wt-item-text {
		padding: 10px;
		margin: 10px 0 10px 0px;
	}

	/* 提问弹窗 */
	#popup {
		width: 100%;
	}

	.self-test dl dt{
		font: normal 14px/1.5 "Microsoft YaHei";
	}
	.self-test dl dd {
		font: normal 14px / 1.5 "Microsoft YaHei";
	}

	/* 证书 */

	.zs-gs, .zs-nr, .zs-lk {
		font-family: "Source Han Serif CN", serif;
		color: #a87e43;
	}

	.zs-gs {
		font-weight: 600;
		font-size: 2.36vw; /* 基于视窗宽度进行缩放 */
		line-height: 2.5;
		margin-bottom: 0.91vw;
		text-align: left;
	}

	.zs-gs em {
		border-bottom: 0.36vw solid #a87e43;
		margin: 0.91vw;
	}

	.zs-nr {
		font-weight: 600;
		font-size: 2.55vw;
		line-height: 2.5;
		text-align: center;
	}

	.zs-nr strong {
		font-weight: 800;
		font-size: 4.09vw;
	}

	.zs-lk {
		font-weight: 600;
		font-size: 1.99vw;
		line-height: 2;
		text-align: right;
		margin-top: 1.82vw;
	}

	.zs-lk em {
		font-style: normal;
		border-bottom: 0.18vw solid #a87e43;
	}

}

/* 当屏幕宽度大于1200px时，使用固定大小 */
@media (min-width: 1201px) {
	.zs {
		/* width: 1100px; 
        height: 1556px; */
		margin: auto; /* 居中显示 */
	}

	.zs-text {
		width: 70%;
		top: 22%;
		font-size: 26px; /* 固定字体大小 */
	}

	.zs-gs, .zs-nr, .zs-lk {
		font-family: "Source Han Serif CN", serif;
		color: #a87e43;
	}

	.zs-gs {
		font-weight: 600;
		font-size: 26px;
		line-height: 2.5;
		margin-bottom: 10px;
		text-align: left;
	}

	.zs-gs em {
		border-bottom: 4px solid #a87e43;
		margin: 10px;
	}

	.zs-nr {
		font-weight: 600;
		font-size: 28px;
		line-height: 2.5;
		text-align: center;
	}

	.zs-nr strong {
		font-weight: 800;
		font-size: 45px;
	}

	.zs-lk {
		font-weight: 600;
		font-size: 22px;
		line-height: 2;
		text-align: right;
		margin-top: 20px;
	}

	.zs-lk em {
		font-style: normal;
		border-bottom: 2px solid #a87e43;
	}
	.qr-code{
		width: 180px;
		height: 180px;
	}
}