@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft YaHei", "HanHei SC", "PingHei", "PingFang SC", "Arial", "STHeitiSC-Light", "Helvetica Neue", "Helvetica";
	line-height: inherit;
	box-sizing: border-box;
}

html {
	font-size: 100px;
}

body {
	font-family: Arial, sans-serif;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	font-size: 16px;
}

.container {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: 600px;
	margin: 0 auto;
	max-width: 100vw;
}

.butbox {
	text-align: center;
}

.container h2 {
	text-align: center;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	display: block;
	margin-bottom: 5px;
}

.form-group input,
.form-group select {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.form-group .captcha {
	display: flex;
	align-items: center;
}

.form-group .captcha input {
	flex: 1;
	margin-right: 10px;
}

.form-group .captcha img {
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
}

.form-group button {
	width: 100%;
	padding: 10px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.form-group button:hover {
	background-color: #0056b3;
}

.error-message {
	color: red;
	font-size: 12px;
	margin-top: 5px;
	display: none;
}

.nytit span:before {
	content: '';
	width: 1.6rem;
	height: 1px;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	top: 50%;
	right: calc(100% + .2rem);
}

.nytit span:after {
	content: '';
	width: 1.6rem;
	height: 1px;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	top: 50%;
	left: calc(100% + .2rem);
}

.nytit span {
	font-size: .4rem;
	line-height: 1em;
	z-index: 3;
	font-weight: bold;
	position: relative;
}

.des {
	width: 95%;
	height: 60vh;
	overflow: auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.cuowu {
	color: red;
	font-size: 24px;
}

.chachengjibox table {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.chachengjibox tr td {
	padding: 4px;
}

.chachengjibox tr td:nth-child(1) {
	width: 40%;
	background-color: #eee;
}

.chachengjibox tr td .sm {
	font-size: 14px;
	text-align: center;
	padding: 2px;
	background-color: rgb(255, 204, 204);
}

.cj .n {
	display: none;
}

.cj .container {
	margin-bottom: 100px;
}

.quanjuload {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10001;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.quanjuload .loadtext {
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.quanjuload .animation {
	height: 95px;
	display: flex;
	transform: rotate(180deg);
}

.quanjuload .animation span {
	width: 38px;
	margin: 0 2px;
	border-radius: 6px;
	/* background-color: #fff; */
	animation: loader 2s infinite;
}

@keyframes loader {

	0%,
	100% {
		height: 15px;
		background: #0081C9;
	}

	25% {
		height: 95px;
		background: #FFB100;
	}

	50% {
		height: 50px;
		background: #54B435;
	}

	75% {
		height: 95px;
		background: #FF6464;
	}
}

.quanjuload .animation span:nth-child(1) {
	animation-delay: .2s;
}

.quanjuload .animation span:nth-child(2) {
	animation-delay: .4s;
}

.quanjuload .animation span:nth-child(3) {
	animation-delay: .6s;
}

.quanjuload .animation span:nth-child(4) {
	animation-delay: .8s;
}

.quanjuload .animation span:nth-child(5) {
	animation-delay: 1s;
}

.inputhidden {
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	visibility: hidden;
}

.sjxzbox {
	display: none;
}

figure {
	display: block;
	margin: 0 auto;
}

figure img {
	width: 100%;
}

.gglist {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	position: relative;
}
.gglist .iframbox {
	width: 100%;
	max-height: 300px;
	overflow: auto;
	padding-top: 14px;
	display: none;
}
.gglist .iframbox .ck-content {
	overflow:visible;
	max-height: none;
}
.gglist .s {
	font-size: 12px;
	color: #999;
	margin-left: 20px;
}

.gglist .t {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 60px;
	cursor: pointer;
}

.gglist .t:hover {
	text-decoration: underline;
}

.gglist .z {
	font-size: 14px;
}

.gglist .zd {
	position: absolute;
	left: 0;
	top: 7px;
	color: red;
	border: 1px solid red;
	border-radius: 5px;
	padding: 2px 0;
	text-align: center;
	font-size: 12px;
	width: 40px;
}

.ck-content {
	max-height: calc(85vh - 280px);
	overflow: auto;
}
#captcha {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 10px;
	border: 1px solid #ccc;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-color: #f9f9f9;
	width: 180px;
	padding: 5px 0 5px 10px;
	line-height: 30px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	user-select: none;
}
.char {
	display: inline-block;
	transform: skew(-20deg); /* 字母切斜效果 */
}
.line {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	height: 1px;
	width: 100%;
}
.dot {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	width: 2px;
	height: 2px;
	border-radius: 50%;
}
.huanyige {
	min-width: 50px;
	color: #0099ff;
	cursor: pointer;
}
.gglist .r {
	min-width: 300px;
	text-align: right;
}



@media screen and (max-width:660px) {
	body {
		overflow: hidden;
	}
	.tdfirst {
		display: none;
	}

	.nytit span {
		font-size: 5vw;
	}

	.sjxzbox {
		padding-left: 100px;
		display: block;
	}

	.des {
		height: calc(85vh - 300px);
	}

	.mobile {
		width: 100%;
		max-width: 100%;
	}

	.mobile .el-dialog {
		max-width: 100%;
	}

	.gglist {
		display: block;
	}

	.gglist .t {
		margin-bottom: 14px;
	}

	.gglist .r {
		text-align: right;
	}
}

.bjshuoming {
	font-size: 18px;
	color: #444;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.bjshuoming a {
	color: #0099ff;
}
.fuhebox {
	display: flex;
	padding: 50px 0;
}

.fuhebox .left {
	width: 50%;
}

.fuhebox .chachengjibox {
	width: 45%;
	margin-left: 5%;
	padding-right: 40px;
}
.ck-content table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.ck-content table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}