.ct2 {
	padding: 9px 0 100px;
	background: #FAFBFB;
}

.ct2 form {
	border: 1px solid #E0E7E8;
	padding: 30px 40px;
	color: #5B6067;
	background: #fff;
	margin-top: 90px;
}

.ct2 .title {
	width: 100%;
	font-size: 16px;
	color: #5B6067;
	margin-bottom: 10px;
}

.ct2 .title::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 6px;
	background: #0C9898;
	border-radius: 50%;
	vertical-align: middle;
}

.ct2 label {
	display: block;
	width: 48%;
	margin-bottom: 32px;
}

.ct2 label.msg {
	width: 100%;
}

.ct2 label.sel {
	position: relative;
}

.ct2 label.sel::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url('/static/img/jt-d.svg') no-repeat center/contain;
	position: absolute;
	right: 15px;
	top: 42px;
}


.ct2 label span {
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

.ct2 label.check span::after {
	content: '*';
	color: #EC0000;
	margin-left: 0.5em;
}

.ct2 input,
.ct2 select,
.ct2 textarea {
	border: 1px solid #E0E7E8;
	width: 100%;
	height: 52px;
	outline: none;
	padding: 10px;
	font-size: 16px;
	color: #aaa;
}

.ct2 .error input,
.ct2 .error select,
.ct2 .error textarea {
	border: 1px solid #0C9898;
}

.ct2 .error.shake input,
.ct2 .error.shake select,
.ct2 .error.shake textarea {
	animation: headShake 1s ease;
}

.ct2 select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.ct2 select option {
	background: #eee;
	color: #0C9898;
}

.ct2 textarea {
	height: 140px;
	resize: none;
}

.ct2 .Cmore {
	min-width: 174px;
	cursor: pointer;
}

.ct2 .policy {
	width: 100%;
}

.ct2 .policy label {
	width: auto;
	display: flex;
	font-size: 16px;
	color: #5B6067;
	margin: 0;
	cursor: pointer;
}

.ct2 .policy label span {
	margin: 0 10px;
	font-size: 16px;
}

.ct2 .policy label a {
	color: #0C9898;
	border-bottom: 1px dashed #0C9898;
}

.ct2 .policy input {
	display: none;
}

.ct2 .policy .checkbox {
	width: 20px;
}

.ct2 .policy .simulation {
	width: 20px;
	height: 20px;
	border: 1px solid #0C9898;
	border-radius: 2px;
}

.ct2 .policy input:checked+.simulation {
	background: #0C9898;
}

.ct3 {
	padding: 80px 0 0;
	max-width: 1100px;
	margin: 0 auto;
}

.ct3 .ct3-wrap {
	margin-top: 46px;
}

.ct3 .ev {
	width: 47%;
	padding-bottom: 120px;
}

.ct3 .ev .pic,
.ct3 .ev .pic img {
	width: 100%;
}

.ct3 .ev .intr {
	padding: 34px 0 0;
}

.ct3 .ev h3 {
	font-size: 20px;
	color: #030303;
	margin-bottom: 10px;
}

.ct3 .ev p {
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

@media screen and (max-width:1519px) {}

@media screen and (max-width:1366px) {
	.ct3 {
		width: 90%;
	}
}

@media screen and (max-width:1250px) {
	.ct2 .policy label {
		width: 100%;
	}

	.ct2 .Cmore {
		margin-top: 30px;
	}

	.ct2 label {
		width: 100%;
	}

	.ct2 .policy label {
		font-size: 14px;
	}

	.ct2 .policy label span {
		font-size: 14px;
	}

	.ct2 {
		padding: 18px 0;
	}

	.ct3 {
		padding: 80px 0 0;
	}
}

@media screen and (max-width:991px) {}

@media screen and (max-width:768px) {
	.ct2 form {
		padding: 30px 20px;
		margin-top: 40px;
	}

	.ct2 label {
		margin-bottom: 22px;
	}

	.ct3 .ev {
		width: 100%;
		padding-bottom: 46px;
	}


	.ct2 .policy label {
		font-size: 13px;
	}

	.ct2 .policy label span {
		font-size: 13px;
		margin: 0 0 0 10px;
	}

	.ct2 .Cmore {
		min-width: 0;
	}
}

@media screen and (max-width:480px) {}