@charset "utf-8";
html{
	font-size: 14px;
}
body::-webkit-scrollbar {
	width: 8px;
	background-color: none;
	-webkit-appearance: none
}

body::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
	background-color: #ddd
}


.softwarebanner {
	margin: 40px auto;
}

.softwarebanner img {
	border-radius: 20px;
}

.header {
	text-align: center;
}

.header .header-des {
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei";
	font-weight: 400;
	color: #838383;
}

ul.carousel {
	margin-left: 0;
	list-style: none;
	margin-bottom: 0;
}

ul.carousel li {
	width: calc(33.33% - 30px);
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: inline-block;
	margin-right: 40px;
	cursor: pointer;
	position: relative;
}

ul.carousel li:last-child {
	margin-right: 0;
}

ul.carousel li h3 {
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei";
	font-weight: 800;
	color: #3E484F;
	line-height: 40px;
	position: relative;
}

ul.carousel li h3::before {
	display: inline-block;
	content: '';
	height: 40px;
	width: 40px;
	background: url(../img/icon_ps@2x.png) no-repeat;
	background-size: 100%;
	float: left;
	margin-right: 10px;
}

ul.carousel li.carousel-cell-lrc h3::before {
	display: inline-block;
	content: '';
	height: 40px;
	width: 40px;
	background: url(../img/icon_lrc.png) no-repeat;
	background-size: 100%;
	float: left;
	margin-right: 10px;
}

ul.carousel li h3 span {
	position: absolute;
	right: 0;
	top: 0;

}

ul.carousel li h3 span i {

	font-size: 28px;
	color: #838383;
}

ul.carousel li .ps-box-text {
	padding: 20px;
}

ul.carousel li .ps-box-text p {
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei";
	font-weight: 400;
	color: #838383;
	margin-bottom: 20px;
}

ul.carousel li .ps-box-text a {
	display: inline-block;
	text-align: center;
	width: 120px;
	height: 40px;
	line-height: 36px;
	border-radius: 30px;
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei";
	font-weight: 400;

	position: relative;
	z-index: 2;
}

.tab-show {
	background: #fff;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	position: relative;
	margin-top: 60px;
	padding-top: 50px;
}

ul.carousel li.selected span.sot {
	width: 90px;
	height: 50px;
	position: absolute;
	bottom: -60px;
	left: 26%;
	transform: translateX(50%);
	overflow: hidden;
	z-index: 77;
}

ul.carousel li.selected span.sot::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	bottom: -40px;
	left: 50%;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
	border-radius: 0 6px 0 0;
}

.ps-video video {
	width: 100%;
	border-radius: 20px;
	outline: none;
}

.ps-show-des {
	padding-top: 20px;
}

.ps-show-des .header {
	text-align: left;
}

.ps-show-des .row {
	margin-bottom: 20px;
}

/****/
.new-features {
	text-align: center;
}

.new-features .features-des {
	padding-bottom: 35px;
}

.new-features .features-des h1 {
	padding-top: 16px;
	margin-bottom: 15px !important;
}

.new-features .features-des p {
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei";
	font-weight: 400;
	color: #838383;
	line-height: 28px;
	margin: 0 auto;
	width: 80%;
}

.see-more {
	padding-bottom: 60px;
}

.see-more.padt-40 {
	padding-top: 40px;
}

/****/
.steps-box {
	padding-top: 20px
}

.steps-wrapper {
	padding-top: 60px;
}

.steps-box .steps-item {
	background: #FFFFFF;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px 20px 0;
	min-height: 210px;
}

.steps-box .steps-item h2::before {
	font-family: "acpfont";
	display: block;
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 15px;
	font-weight: normal;

}

.steps-box .col-xs-6:nth-child(1) h2::before {
	content: '\e627';
	color: #31a8ff;
}

.steps-box .col-xs-6:nth-child(2) h2::before {
	content: '\e623';
	color: #ff9a00;
}

.steps-box .col-xs-6:nth-child(3) h2::before {
	content: '\e624';
	color: #ff0000;
}

.steps-box .col-xs-6:nth-child(4) h2::before {
	content: '\e625';
	color: #8888ff;
}

.steps-box .steps-item p {
	font-weight: 400;
	color: #838383;
}

.now-signup {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 80px;
}

.answers-box .steps-item {
	min-height: 220px;
	position: relative;
}

.answers-box .steps-item a {
	position: absolute;
	bottom: 10px;
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei";
	font-weight: 400;
	color: #1466CC;
}

.answers-box .steps-item h2::before {
	display: none;
}

.contact-wrapper {
	background: linear-gradient(135deg, #5B30D7 0%, #2FA4BD 100%);
	color: #fff;
	position: relative;
	margin-top: 60px;
	margin-bottom: 100px;
}

.contact-wrapper .container {
	padding: 80px 0;
	text-align: center;
}

.contact-wrapper h1 {
	color: #fff
}

.contactbox-img1 {
	position: absolute;
	right: 12px;
	top: -18px;
}

.contactbox-img2 {
	position: absolute;
	left: 62px;
	bottom: -144px;
}

.contactbox-img3 {
	position: absolute;
	right: 155px;
	bottom: -90px;
}

.contact-wrapper .container .normal-btn {
	margin-bottom: 30px;
}

.contact-wrapper .container p {
	margin-bottom: 0;
}

.contact-wrapper .ball01,
.contact-wrapper .ball02,
.contact-wrapper .ball03,
.contact-wrapper .ball04 {
	background: linear-gradient(318deg, #5B30D7 0%, #2FA4BD 100%);
	box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	border-radius: 500px;
}

.contact-wrapper .ball01 {
	width: 94px;
	height: 94px;
	left: -47px;
	bottom: 33px;
}

.contact-wrapper .ball02 {
	width: 163px;
	height: 163px;
	left: 47px;
	top: 8px;
}

.contact-wrapper .ball03 {
	width: 94px;
	height: 94px;
	left: 330px;
	top: -48px;
}

.contact-wrapper .ball04 {
	width: 94px;
	height: 94px;
	right: 0px;
	bottom: 33px;
}

.teachers-wrapper {
	background: url(../img/teacher-img.jpg) no-repeat;
	background-size: auto 100%;
	background-position: right top;
	margin: 120px auto;
	border-radius: 20px;
}

.teachers-box {
	padding: 52px 0 52px 76px;

	border-radius: 20px;
	position: relative;
}

.teachers-wrapper::before {
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 20px;
	background: linear-gradient(265deg, rgba(253, 253, 253, 0) 0%, #F4F4F4 100%);
}

.teachers-box h1 {
	padding-left: 13px;
	font-size: 48px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei";
	font-weight: 800;
	color: #3E484F;
}

.teachers-box p {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei";
	font-weight: 400;
	color: #3E484F;
	line-height: 24px;
	padding-left: 13px;
}

/**按钮***/
.normal-btn {
	border-radius: 100px;
	border: 2px solid #3E484F;
	width: 248px;
	text-align: center;
	line-height: 56px;
	display: inline-block;
	font-size: 20px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei";
	font-weight: 800;
	color: #3E484F;
	transition: .25s ease-in-out;
}

.normal-btn:hover {

	background: linear-gradient(180deg, #FF4935 0%, #FF6A4B 100%);
	border-color: #FF6A4B;
	color: #fff;
}

.normal-btn.white-btn {
	border: 2px solid #fff;
	color: #fff;
}

.normal-btn.white-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #1466CC;
}

.course-item {
	background: #fff;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 0 20px 20px;

}

.course-lists .course-item {
	margin-top: 200px
}

.course-item .course-img img {
	margin-top: -166px;
	border-radius: 30px 0 0 0;

	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.course-tips {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei";
	font-weight: 400;
	color: #4A4A4A;
	margin: 20px 0;
}

.homebanner {
	padding-top: 40px;
}

.homebanner .homebanner-l,
.homebanner .homebanner-r {
	float: left;
}

.homebanner .homebanner-l {
	width: calc(75% - 14px);
	height: 400px;
}

.homebanner .homebanner-l img {
	height: 100%;
	border-radius: 20px;
}

.homebanner .homebanner-r {
	width: calc(25% - 6px);
	margin-left: 20px;
	height: 400px;
}

.homebanner-r .homebanner-r-item {
	height: calc(50% - 10px);
	margin-top: 20px;
}

.homebanner-r .homebanner-r-item img {
	height: 100%;
	border-radius: 20px;
}

.homebanner-r .homebanner-r-item:first-child {
	margin-top: 0;
}

/**banner下数据展示**/
.record {
	padding-top: 55px;
}

.record .record-item {
	width: 20%;
	display: flex;
}

.record ul {
	margin-left: 21px
}

.record ul li:first-child {
	width: 23%;
}

.record ul li:nth-child(2) {
	width: 23%;
}

.record ul li:nth-child(3) {
	width: 23%;
}

.record .record-item .l-img {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}

.record .record-item .r-text {
	color: #838383;
	text-align: left;
}

.record .record-item .r-text h3 {
	font-size: 36px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei";
	font-weight: 800 !important;
	color: #3E484F;
	margin-bottom: 0px;
}

.record .record-item .r-text h3 i {
	font-style: normal;
}

.record .record-item .r-text h3 span {
	color: #3E484F;
	font-weight: normal;
	font-size: 18px;
}

/**已登录**/

div#userinfo {
	display: block;
	position: absolute;
	width: 140px;

	top: 0px;
	right: 0px;


	display: none;
	padding-top:40px;
}

#userCenter img {
	width: 32px;
	height: 32px;
	border-radius: 46px;
}

#userCenter dl {
	margin-bottom: 0;
	font-size: 16px;
	background: #fff;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding-top:20px;
	padding-bottom:10px;
}

#userCenter dl dd {
	margin: 0 0 0;
	text-align: left;
	padding-left: 20px;
}

#userCenter dl dt {
	text-align: left;
	padding: 10px 0;
	padding-left: 20px;
	font-weight: normal;
	color: #333;
}

#userCenter dl dd {
	color: #333;
	line-height: 20px;
}

#userCenter:hover #userinfo {
	display: block;
}

.module.widget-handle i {
	font-size: 18px;
	color: #999;
}

/**报名咨询**/
.consult-wrapper {
	padding-top: 80px
}

h1.bgtitle {
	position: relative;
	font-size: 48px;
	font-weight: bold;
	width: 350px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	z-index: 2;


}

h1.bgtitle span {
	position: relative;
	z-index: 3;
	font-size: 48px;
	line-height: 56px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei";
	font-weight: 800;
	color: #3E484F;

}

h1.bgtitle::before {
	content: '';
	z-index: 0;
	font-size: 56px;
	position: absolute;
	top: 0px;
	left: 0%;
	background: url(../img/COUNSEL.png) no-repeat;
	background-size: auto 100%;
	width: 180%;
	height: 60px;
}

h1.whytitle::before {
	background: url(../img/INTEREST.png) no-repeat;
	background-size: auto 100%;
}

h1.welfaretitle {
	text-align: left;
	margin: 0;
}

h1.welfaretitle::before {
	background: url(../img/WELFARE.png) no-repeat;
	background-size: auto 100%;
}

h1.subject-title {
	width: 100%;
}

h1.bgtitle.subject-title::before {
	background: url(../img/SUBJECT.png) no-repeat center center;
	background-size: auto 100%;
	display: block;
	width: 100%;

}

h1.bgtitle.evaluation-title::before {
	background: url(../img/EVALUATION.png) no-repeat;
	background-size: auto 100%;
}

h1.bgtitle.process-title::before {
	background: url(../img/PROCESS.png) no-repeat;
	background-size: auto 100%;
}

h1.bgtitle.faq-title::before {
	background: url(../img/FAQ.png) no-repeat;
	background-size: auto 100%;
}

h1.bgtitle.cooperation-title {
	width: 100%;
}

h1.bgtitle.cooperation-title::before {
	background: url(../img/COOPERATION.png) no-repeat center;
	background-size: auto 100%;
	width: 100%;
}

h1.bgtitle.news-title::before {
	background: url(../img/NEW.png) no-repeat left;
	background-size: auto 100%;
	width: 100%;
}

h1.bgtitle.activity-title::before {
	background: url(../img/ACTIVITY.png) no-repeat left;
	background-size: auto 100%;
	width: 100%;
}

h1.bgtitle.material-title::before {
	background: url(../img/MATERIAL.png) no-repeat left;
	background-size: auto 100%;
	width: 100%;
}

.firstTit h3 {
	text-align: center;
	color: #3E484F;
	font-size: 18px;
	margin-top: 20px;
}

.consult-lists .consult-item {
	background: #fff;
	width: calc(33.33% - 28px);
	margin-right: 40px;
	float: left;
	padding-top: 30px;
	padding-left: 30px;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.consult-lists .consult-item.service1 {
	background: #fff url(../img/service1.png) no-repeat right;
	background-size: auto 100%;
}

.consult-lists .consult-item.service2 {
	background: #fff url(../img/service2.png) no-repeat right;
	background-size: auto 100%;
}

.consult-lists .consult-item.service3 {
	background: #fff url(../img/service3.png) no-repeat right;
	background-size: auto 100%;
}

.consult-lists .consult-item:last-child {
	margin-right: 0px;
}

.consult-lists .consult-item h2 {
	width: 50%;
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 1.55 !important;
}

.hotpoint {
	padding-bottom: 0px;
	padding-top: 80px;
}

.hot-left {
	width: calc(51%);
	float: left;

}

.hot-right {
	float: left;
	width: calc(49%);
	padding-left: 80px;
	text-align: left;
}

.hot-right h1.bgtitle {
	width: auto;
	text-align: left;
}

.hot-right .hotr-des {
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #3E484F;
	line-height: 26px;
}

.whyimgs {
	width: calc(100% + 80px);
	margin-right: -80px;
	margin-top: 40px;
}

.hotr-link {
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #1466CC;
	margin-top: 20px;
	display: block;
	margin-bottom: 15px;
}

.hotr-link:hover {
	color: #1466CC;
}

.hotr-link::after {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #1466cc;
	border-radius: 18px;
	font-family: acpfont;
	content: '\e667';
	color: #fff;
	font-size: 7px;
	margin-top: 3px;
	margin-left: 10px;
	position: absolute;
}

#hotr-con p a {
	color: #1466CC;
}

#hotr-con p a::after {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	background: #1466cc;
	border-radius: 18px;
	font-family: acpfont;
	content: '\e667';
	color: #fff;
	font-size: 7px;
	margin-top: 3px;
	margin-left: 10px;
	position: absolute;
}

ul.goodlist {
	margin-left: 0 !important;
	list-style: none;
}

.goodlist li {
	padding-top: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	border-radius: 0 30px 0 30px;
	cursor: pointer;
}

.goodlist li::after {
	display: block;
	content: '';
	clear: both;
}

.goodlist li .hotl-img {
	margin-right: 20px;
	width: 80px;
	height: 80px;
	float: left;
}

.goodlist li .hotr-text {
	float: left;
	width: calc(100% - 140px);
}

.goodlist li .hotl-img span {
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: block;
	border-radius: 100px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	background: none;
}

.goodlist li.blue.active {
	background: #E4F3FF;
}

.goodlist li.blue span {
	background: #33ACFC
}

.goodlist li.tangerine.active {
	background: #FFE6E0;
}

.goodlist li.tangerine span {
	background: #F94D24
}

.goodlist li.orange.active {
	background: #FFF3E0;
}

.goodlist li.orange span {
	background: #FF9A00
}

.goodlist li.green.active {
	background: #E0FFE7
}

.goodlist li.green span {
	background: #47FF72
}

.goodlist li.rosered.active {
	background: #ffe0e8;
}

.goodlist li.rosered span {
	background: #FC3464
}

.goodlist li.violet.active {
	background: #e0e0ff;
}

.goodlist li.violet span {
	background: #FB63F3
}

.goodlist li.pink.active {
	background: #ffe0fd;
}

.goodlist li.pink span {
	background: #FB63F3
}

.goodlist h2 {

	font-size: 24px !important;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	margin-bottom: 10px !important;
	text-align: left;
}

.goodlist .hot-des {

	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #838383;
	color: #838383;
}

.whylist {
	padding-top: 40px;
}

.whylist li {
	float: left;
	height: 320px;
}

.whylist li .whytit {
	font-size: 20px;
	font-weight: bold;
	padding-right: 25px;
}

.whylist li .whydes {
	color: #5A5A5A;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 45px;
	padding-right: 30px;
}

.whylist li .imgbox {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 10px;
	background: #ff9a00;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.whylist li .imgbox .acpfont {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}

.whylist li a {
	font-weight: bold;
	font-size: 16px;
}

.whylist li a:hover {
	color: #f00;
}

/***通栏图**/
.fullbanner {
	padding-top: 80px;
	padding-bottom: 80px;
}

.fullbanner .fullbanner-wrapper img {
	border-radius: 10px;
	height: 300px;
	width: 100%;
}

.signup-banner {
	position: relative;
	border-radius: 10px;
	z-index: 1;
}

.signup-banner::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	/*background: #343434;*/
	content: '';
	/*opacity: 0.13;*/
	border-radius: 10px;
}

/***报名福利**/
.welfare-box .welfare-l,
.welfare-box .welfare-m,
.welfare-box .welfare-r {
	float: left;
	position: relative;
}

.welfare-box .welfare-l,
.welfare-box .welfare-m {
	width: 36%;
	margin-right: 20px;
}

.welfare-box .welfare-r {
	width: calc(28% - 40px);
}

.welfare-box .wimg-01 {
	width: 140px;
	height: 140px;
	position: absolute;
	right: 160px;
}

.welfare-box .wimg-01 img {
	width: 100%;
	height: 100%;
}

.wimg-02 {
	width: 140px;
	height: 140px;
	background: #FDE7EC;
	border-radius: 20px 120px 20px 20px;
	position: absolute;
	right: 0;
	top: 0
}

.wimg-03 {
	width: 140px;
	height: 140px;
	background: #FCEFEC;
	border-radius: 20px 20px 20px 120px;
	display: inline-block;
	float: left;
	margin-top: 20px;
}

.wimg-04 {
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
}

.wimg-05 {
	width: 100%;
	height: 460px;
	margin-bottom: 20px;
}

.wimg-05 img {
	width: 100%;
	height: 100%;
}

.wimg-06 {
	width: calc(100% - 160px);
	height: 300px;
	position: relative;
}

.wimg-06 span {
	font-size: 36px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #FFFFFF;
	position: absolute;
	bottom: 40px;
	z-index: 2;
	left: 12%;
}

.wimg-06 img {
	width: 100%;
	height: 100%;
}

.wimg-07 {
	position: absolute;
	bottom: 160px;
	right: 0;

}

.wimg-08 {
	position: absolute;
	bottom: 0px;
	right: 0;
}

.welfare-btn {
	margin-top: 160px;
	background: #FFFFFF;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding-left: 50px;
	padding-top: 130px;
	padding-bottom: 100px;
}

.welfare-r {
	padding-top: 130px;
}

.welfare-r img {
	width: 100%;
	height: 100%;
}

.wimg-09 {
	display: inline-block;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 130px
}

.wimg-10 {
	display: inline-block;
	width: 150px;
	height: 150px;
	background: #E7F4FD;
	border-radius: 20px;
	position: absolute;
	top: 130px;
	left: 170px;
}

.wimg-11 {
	padding-top: 170px;
}

.wimg-12 {
	width: 140px;
	height: 140px;
	margin-top: 20px;
	float: right;
}

.tabcon-item {
	display: none;
}

.welfare-wrapper {
	padding-bottom: 80px;
}

h1.bgtitle.subject-title {
	width: auto;
}

h1.bgtitle.subject-title::before {}

/**考生评价**/
.evaluation-wrapper {
	margin-top: 80px;
	min-height: 680px;
	padding-top: 40px;
	background: #efefef;
}

h1.bgtitle.evaluation-title {
	text-align: right;
	display: inline-block;
	width: 100%;

}

h1.bgtitle.process-title {
	text-align: center;
}

h1.bgtitle.faq-title {
	text-align: left;
	width: auto;
}

h1.bgtitle.faq-title a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}

h1.bgtitle.process-title span {
	text-align: center;
}

h1.bgtitle.evaluation-title::before {
	background: url(../img/EVALUATION.png) no-repeat right center;
	background-size: auto 100%;
	width: 100%;
}

.evaluation ul {
	overflow: hidden;
	padding-bottom: 0;
}

.evaluation ul li {
	display: inline-block;
	padding-left: 40px;
	padding-bottom: 40px;
}

.msgbox {
	display: flex;
	vertical-align: bottom;
}

.msgbox .user-avatar {
	width: 80px;
	height: 80px;

}

.msgbox .user-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 100px;
}

.msgbox .user-des {
	border-left: 9px #31A8FF solid;
	background: #FFFFFF;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px 80px 10px 10px;
	margin-left: 20px;
	padding: 20px;
	width: 350px;

}

.evaluation li {
	position: absolute;
}

.evaluation li:first-child {
	left: 80px;
	top: 0;
}

.evaluation li:nth-child(2) {

	top: 70px;
	left: 760px;
}

.evaluation li:nth-child(3) {
	top: 200px;
	left: 10px;
}

.evaluation li:nth-child(4) {
	top: 250px;
	left: 650px;
}

.evaluation li:nth-child(5) {
	top: 250px;
	right: 30px;
}

.evaluation li:nth-child(6) {
	top: 400px;
	left: 330px;
}


.evaluation li:nth-child(2n) .user-des {
	border-left: 9px #FF3C6D solid;

}

.evaluation li:nth-child(3n) .user-des {
	border-left: 9px #FF9E0C solid;
}

.evaluation li:nth-child(4n) .user-des {
	border-left: 9px #8888FF solid;
}

.msgbox .user-des h2 {
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #3E484F;
}

.msgbox .user-des h2 span {
	margin-left: 10px
}

.msgbox .user-des p {
	font-size: 16px;
	color: #838383;
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 56px;
}

.evaluation li:nth-child(4) .user-des p,
.evaluation li:nth-child(1) .user-des p,
.evaluation li:nth-child(2) .user-des p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 40px;
}

.evaluation-box {
	position: relative;
	overflow: hidden;
	top: -25px;
}

.evaluation-item {
	width: 100vw;
	float: left;
	height: 567px;
}

.show-btn .showL,
.show-btn .showR {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	line-height: 60px;
	text-align: center;
}

.show-btn .showL span,
.show-btn .showR span {
	color: #FF4D4D;
	font-size: 22px;
}

.evaluation-box .show-btn {}

.evaluation-box .show-btn .showL,
.evaluation-box .show-btn .showR {
	position: absolute;
	right: 0;
	top: -120px;
}

.evaluation-box .show-btn .showL {
	left: 0;
	display: none;
	right: unset;
}

.process-wrapper {
	padding-top: 40px;
	padding-bottom: 80px;
}

.process-wrapper .process-box {
	display: flex;
	padding-top: 40px;
}

.process-box .process-items:first-child {
	margin-top: 15px;
}

.getTab {
	padding-top: 20px;
}

.tabTit {
	padding-bottom: 10px;
}

.tabTit ul {
	margin: 0 auto;
	list-style: none;
	width: 364px;
	height: 54px;
	border: 1px solid #fff;
	background: #FFFFFF;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.16);
	border-radius: 27px;
}

.tabTit ul li {
	display: inline-block;
	line-height: 52px;
	width: calc(50% - 2px);
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #FF4D4D;
}

.tabTit ul li.active {
	background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
	border-radius: 27px;
	color: #fff;
}

/**常见问题**/

.faq-wrapper {
	padding-top: 80px;
}

.faq-wrapper .narmal-head {
	padding-bottom: 20px;
}

.faq-con {
	overflow: hidden;
	margin-left: calc((100% - 1320px)/2);


}

.sub-courses-wrapper {
	padding-top: 60px;
}

.faq-con ul {
	margin: 0;

	list-style: none;
	width: 9999px;
	padding: 20px 0;
	padding-left: 20px;
}

.faq-con ul li {
	display: inline-block;
	width: 362px;
	background: #FFFFFF;
	box-shadow: 0px 6px 20px 1px rgba(4, 60, 100, 0.25);
	border-radius: 20px;
	float: left;
	margin-right: 40px;
	padding: 40px;
	min-height: 380px;
}

.faq-con li p {
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	margin-bottom: 0;
	color: #3E484F;
	line-height: 28px;
}

.faq-con li h2 {
	font-size: 20px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 28px;

}

.faq-con li h2::after {
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
	content: '';
}

.faq-con li h2 span {
	float: left;
	display: inline-block;
	height: 50px;
	width: 50px;
	font-size: 28px;
	color: #fff;
	background: #31A8FF;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	margin-right: 10px;
}

.faq-con li.faq02 h2 span {
	background: #FF9E0C;
}

.faq-con li.faq03 h2 span {
	background: #FF3C6D;
}

.faq-con li.faq04 h2 span {
	background: #8888FF;
}

.faq-con li.faq05 h2 span {
	background: #FF9E0C;
}

.faq-con li.faq06 h2 span {
	background: #FF3C6D;
}

.faq-con li.faq07 h2 span {
	background: #8888FF;
}

.faq-con .swiper-slide {
	padding: 15px 15px 22px 22px;
	width: 26%;
}

.cjwt-box {
	display: inline-block;

	background: #FFFFFF;
	box-shadow: 0px 6px 20px 1px rgba(4, 60, 100, 0.25);
	border-radius: 20px;
	padding: 40px;
	min-height: 320px;

	    width: 100%;
	    box-sizing: border-box;
}

.cjwt-box p {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	margin-bottom: 10px;
	color: #3E484F;
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 100px;
}

.cjwt-box h2 {
	font-size: 20px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 28px;

}

.cjwt-box h2 span {
	float: left;
	display: inline-block;
	height: 50px;
	width: 50px;
	font-size: 28px;
	color: #fff;
	background: #31A8FF;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	margin-right: 10px;
}

.cjwt-box.faq02 h2 span {
	background: #FF9E0C;
}

.cjwt-box.faq03 h2 span {
	background: #FF3C6D;
}

.cjwt-box.faq04 h2 span {
	background: #8888FF;
}

.cjwt-box.faq05 h2 span {
	background: #FF9E0C;
}

.cjwt-box.faq06 h2 span {
	background: #FF3C6D;
}

.cjwt-box.faq07 h2 span {
	background: #8888FF;
}

.cjwt-box h2::after {
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
	content: '';
}

.swiper-button-next,
.swiper-button-prev {
	top: 45%;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 5px 11px 0px rgb(0 0 0 / 20%);
	border-radius: 10px;
	line-height: 60px;
	text-align: center;
	transition: all .5s;
	outline: none;
	opacity: 0;
}

.faq-con:hover .swiper-button-next,
.faq-con:hover .swiper-button-prev {
	opacity: 1;
	color: #FF4D4D;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: #FF4D4D;
	color: #fff;
}

.swiper-button-next:hover span,
.swiper-button-prev:hover span {
	color: #fff;
}

.swiper-button-next {
	right: 20px;
}

.swiper-button-prev {
	left: 20px;
}

.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.faq-btn {
	position: relative;
	width: 1280px;
	margin-left: 20px;
}

.faq-btn .showL,
.faq-btn .showR {
	position: absolute;
	top: -240px;
	right: 0;
	cursor: pointer;
}

.faq-btn .showL {
	left: 0;
	display: none;
}

.faq-btn .showL,
.faq-btn .showR {
	position: absolute;
	top: 180px;
	right: 15px;
	cursor: pointer;
}

/**合作伙伴**/
.cooper-list {
	padding-top: 20px;
}

.cooper-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 20px;
}

.cooper-list ul li {
	display: inline-block;
	float: left;
	width: calc(20% - 16px);
	margin-right: 20px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 6px 20px 1px rgba(60, 60, 60, 0.1);
	margin-bottom: 20px;

}

.cooper-list ul li:hover {
	box-shadow: 0px 6px 20px 1px rgba(60, 60, 60, 0.25);
}

.cooper-list ul li:nth-child(5n) {
	margin-right: 0;
}

.home-teachers {
	margin-top: 20px;
}

/**新闻列表***/
.news-box {
	padding-bottom: 75px;
}

.news-box ul {
	list-style: none;
	min-height: 272px;
	margin-bottom: 40px;
	margin-top: 10px;
	margin-left: 0;
}

.news-box .more-link {
	font-size: 24px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #4A4A4A;
	line-height: 24px;
}

.news-box .more-link:hover {
	color: #FF0000;
}

.news-con,
.activity-con {
	width: 33.5%;
	float: left;
	padding-right: 40px;
}

.material-con {
	float: left;
	width: 33%;
}

.material-box {
	padding-top: 10px;
	min-height: 272px;
	margin-bottom: 40px;
}

.material-box .material-img {
	height: 204px;

}

.material-box .material-img img {
	height: 204px;

}

.material-des {
	font-size: 20px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #4A4A4A;
	margin-top: 20px;
}

.seenums {
	color: #D3D3D3;
	background: #F4F4F4;
	border-radius: 4px;
	display: inline-block;
	padding: 2px 10px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	position: absolute;
	left: 10px;
	bottom: 0;
}

.seenums::before {
	font-family: "acpfont";
	content: '\e602';
	margin-right: 3px;

}

ul.news-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 40px;
	padding-top: 10px;
}

ul.news-list li {
	margin-bottom: 40px;
}

ul.news-list li:last-child {
	margin-bottom: 0;
}

ul.news-list li::after,
ul.activity-list li::after {
	display: block;
	clear: both;
	height: 0px;
	width: 100%;
	content: '';

}

ul.news-list li .news-item-img {
	width: 116px;
	height: 116px;
	float: left;
	overflow: hidden;
}

ul.news-list li .news-item-img img {
	width: 100%;
	height: 100%;
}

ul.news-list li .news-item-img:hover img {
	transform: scale(1.1);
}

.news-item-des {
	padding-left: 10px;
	float: left;
	width: calc(100% - 116px);
	height: 116px;
	position: relative;
}

.news-item-des .news-time {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #D3D3D3;
}

.news-item-des .news-time span {
	margin-right: 5px;
}

.news-item-des h2 {
	margin-top: 10px !important;
	margin-bottom: 12px !important;
	font-size: 18px !important;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500 !important;
	color: #4A4A4A;
	line-height: 22px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 36px;
}

/**活动**/
ul.activity-list {
	padding-top: 10px;
}

ul.activity-list li {
	margin-bottom: 15px;
}

ul.activity-list li:last-child {
	margin-bottom: 0;
}

ul.activity-list li .activity-time {
	width: 108px;
	height: 81px;
	background: linear-gradient(221deg, #FF8383 0%, #FF3E3E 100%);
	padding: 4px;
	position: relative;
	float: left;
	border-radius: 10px;
}

ul.activity-list li .activity-des {
	float: left;
	width: calc(100% - 108px);
	padding-left: 12px
}

ul.activity-list li .activity-time p {
	display: block;
	background-color: #F8F8F8;
	height: 100%;
	width: 100%;
	border-radius: 6px;
	text-align: center;
}

.activity-time p span {
	font-size: 32px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #4A4A4A;
	display: block;
	line-height: 40px;
}

.activity-time p em {
	font-style: normal;
	font-size: 20px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #D3D3D3;
}

.activity-des {
	padding-top: 15px;
}

/**国际认证**/
.subject-wrapper .course-item h1 {
	font-size: 24px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	margin-top: 20px !important;
	text-align: center;
}

.subject-wrapper .course-item .subject-tips {
	font-size: 16px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #838383;
	text-align: center;
}

.subject-wrapper .course-item p {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #838383;
	line-height: 28px;
}

.subject-wrapper .course-item a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}

.subject-wrapper .course-item a:hover {
	color: #FF0000;
}

.enroll-select {
	padding-bottom: 9px;
	padding-top: 30px;
}

.enroll-select ul {
	margin: 0;
	list-style: none;
	text-align: center;
}

.tabcon-item .enroll-select li {
	width: calc(25% - 30px);
	height: 214px;
	background: #FFFFFF;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	margin-right: 40px;
	margin-bottom: 40px;
	cursor: pointer;
	float: left;
}

.tabcon-item .enroll-select li:hover {
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.2);
}

.enroll-select li:nth-child(4) {
	margin-right: 0px;
}

.enroll-select li:nth-child(5) {
	margin-left: 13%;
}

.enroll-select li:nth-child(5),
.enroll-select li:nth-child(6),
.enroll-select li:nth-child(7) {
	margin-bottom: 0;
}

.enroll-select li .icon-img {
	width: 80px;
	height: 80px;
	margin: 20px auto 0;
}

.enroll-select li .icon-img img {
	width: 100%;
	height: 100%;
}

.enroll-select li p {
	font-size: 18px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #4A4A4A;
	margin-top: 12px !important;
	margin-bottom: 5px;
}

.enroll-select li h3 {
	font-size: 21px !important;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800 !important;
	color: #4A4A4A;
	margin-bottom: 12px !important;
}

.enroll-select li .more a {
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}

.enroll-select li .more a:hover {
	color: #FF0000;
}

/****专题样式***/
.subject-bannerbg {
	/*height: 200px;*/
	/*background: #3E484F;
	background: linear-gradient(90deg, rgba(62, 72, 79, 0.57) 0%, rgba(62, 72, 79, 0.12) 17%, rgba(62, 72, 79, 0) 47%, rgba(62, 72, 79, 0) 83%, #3E484F 100%);*/
	border-radius: 10px;
	padding-left: 295px;
	padding-right: 30px;
}

.subjectimgbg {
	overflow: hidden;
	position: relative;
}

.subjectimgbg:before {
	background: #3E484F;
	height: 350px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 0;
	background: url(../img/subject/subject-bg.png) no-repeat;
	background-size: 100%;
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}

.subjectimgbg:after {
	background: #3E484F;
	height: 350px;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
	background: url(../img/subject/subject-bg.png) no-repeat;
	background-size: 100%;
}

.banner-des {
	padding-left: 295px;
	padding-top: 25px;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	line-height: 28px;
	padding-right: 30px;
}

.banner-des .share-page {
	padding-top: 40px;
	display:none;
}

.banner-des .share-page span:first-child {
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #A3A3A3;

}

.banner-des .share-page .acpfont {
	cursor: pointer;
	display: inline-flex;
	height: 40px;
	width: 40px;
	margin-right: 20px;
	font-size: 30px;
	border: 2px solid #bbbbbb;
	color: #bbb;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
}

.banner-des .share-page .acpfont:hover {
	border: 2px solid #3e484f;
	color: #3e484f;
}

.subject-bannerbg {
	position: relative;
}

.subject-bannerbg::before {
	display: none;
	height: calc(100%);
	width: 50%;
	background: url(../img/adobeicon.png) no-repeat center right;
	margin-right: 40px;
	position: absolute;
	right: 0px;
	content: '';
}

.subjectbanner {
	/*min-height: 335px;*/
	margin-top: 120px;
	margin-bottom: 40px;
	height: 374px;
	background: #fff
		/* linear-gradient(88deg, #FFFFFF 0%, rgba(255, 255, 255, 0.59) 100%)*/
	;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.subject-flag {
	width: 235px;
	height: 335px;
	display:flex;
	/*background: linear-gradient(to bottom,#33ABFB,#041C34);*/
	position: absolute;
	left: 40px;
	border-radius: 0 0 200px 200px;
	justify-content: center;
    align-items: center;
}

.subject-right {
	padding-top: 45px;
	border-bottom: 1px solid #A3A3A3;
}

.subject-right h2 {
	font-size: 28px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	line-height: 42px;
	margin-bottom: 10px !important;
}

.subject-right h1 {
	font-size: 36px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 54px;
}

.et-hero-tab {
	color: #A3A3A3;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	width: 144px;
	line-height: 60px;
	transition: all 0.3s ease;
	text-align: center;
	text-decoration: none !important;
	outline: none !important;
}

.et-hero-tab span {
	font-size: 22px;
	margin-right: 5px;
}

.et-hero-tab:hover,
.et-hero-tab.active {
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}

.et-hero-tabs-container--top {
	position: fixed !important;
	top: 0;


}

.et-hero-tabs-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 60px;
	border-radius: 10px 10px 0px 0px;
	background: #f8f8f8;
	position: relative;
	border-bottom: 2px solid #d8d8d8;
}

.et-hero-tab-slider {
	position: absolute;
	bottom: -2px;
	width: 144px;
	height: 4px;
	background: #FF0000;
	transition: left 0.3s ease;
}


.objectives-wrapper {
	padding-top: 80px;

}

.objectives-box {
	padding: 40px 40px 20px;
	background-color: #fff;
	border-radius: 10px;
}

.objectives-box dl dt {
	height: 60px;
	line-height: 60px;
	background: #E8F0FF;
	border-radius: 10px;
	font-size: 28px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	position: relative;
	cursor: pointer;
}


.objectives-box dl dt i {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 30px;
}

.objectives-box dl.open dt i {
	transform: rotate(180deg);
}

.objectives-box dl dt span {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: linear-gradient(360deg, #326DA8 0%, #33ABFB 100%);
	border-radius: 10px 0px 0px 10px;
	font-size: 28px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin-right: 20px;
}

.objectives-box-ai dl dt {
	background: #FFF5E8;
}

.objectives-box-ai dl dt span {
	background: linear-gradient(360deg, #A87932 0%, #FBAB33 100%);
}

.objectives-box-id dl dt {
	background: #FFE8ED;
}

.objectives-box-id dl dt span {
	background: linear-gradient(360deg, #A83250 0%, #FB3365 100%);
}

.objectives-box-pr dl dt {
	background: #E8E8FF;
}

.objectives-box-pr dl dt span {
	background: linear-gradient(360deg, #3232A8 0%, #3333FB 100%);
}

.objectives-box-dw dl dt {
	background: #FFE8FD;
}

.objectives-box-dw dl dt span {
	background: linear-gradient(360deg, #A832A2 0%, #FB33F1 100%);
}

.objectives-box dl dd {
	display: none;
	height: auto;
	transition: all 0.3s ease;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	animation: closethis 1s;
}

.objectives-box dl.open dd {
	display: block;
	animation: openthis 1s;
}

.dd-title {
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	margin-bottom: 10px;
	margin-top: 40px;
}

.dd-subtit {
	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #838383;
	line-height: 24px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 50px;
}

.dd-subtit span {
	position: absolute;
	left: 0;
	top: 0;

}

.dd-des {
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #838383;
	line-height: 18px;
	margin-bottom: 10px;
	padding-left: 50px;
}

.narmal-head {
	padding-bottom: 40px;
}

.narmal-head h1 {
	font-size: 30px !important;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800 !important;
	color: #3E484F;
	margin-bottom: 20px !important;
}

.narmal-head p {

	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #3E484F;
	margin-bottom: 0;
}

.packs-wrapper {
	padding-top: 80px;
}

.packs-list ul {
	margin: 0;
	list-style: none;
}

.packs-list li {
	width: calc(33.33% - 30px);
	margin-right: 40px;
	display: inline-block;
	background: url(../img/vocation_1.png) no-repeat;
	background-size: 100%;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	text-align: center;
	min-height: 350px;
	overflow: hidden;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
}

.packs-list li * {
	position: relative;
	z-index: 2;
}

.packs-list li::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 30%, #FFFFFF 100%);
	z-index: 0;
}

.packs-list li:last-child {
	margin-right: 0px;
}

.packs-list li h2 {
	text-align: center;
	font-size: 24px !important;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800 !important;
	color: #3E484F;
	margin-top: 40px !important;
	margin-bottom: 10px !important;
}

.packs-list li p {
	text-align: center;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #838383;
}

.sugject-bag {
	padding: 0 40px;
	display: flex;
}

.sugject-bag .subject-item {
	width: 120px;
	height: 120px;
	display: inline-block;
	overflow: hidden;
}

.sugject-bag .subject-item img {
	width: 100%;
	height: 100%;
}

span.subject-add {
	display: inline-flex;
	height: 120px;
	width: 60px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

span.subject-add::before {
	display: inline-block;
	content: '';
	width: 30px;
	height: 6px;
	background: #3E484F;
}

span.subject-add::after {
	display: inline-block;
	content: '';
	width: 6px;
	height: 30px;
	position: absolute;
	left: 28px;
	background: #3E484F;
}

.sugject-bag {
	margin-top: 16px;
}

.packs-list li .more-link {
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 27px;
	margin-top: 40px;
	display: inline-block;
}

.packs-list li .more-link:hover {
	color: #FF0000;
}

.sub-courses-list ul {
	margin-left: 0;
	list-style: none;
}

.sub-courses-list ul li {
	display: inline-block;
	width: calc(33.33% - 30px);
	margin-right: 40px;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.sub-courses-list ul li img {
	width: 100%;
	border-radius: 10px;
}

.sub-courses-list ul li:last-child {
	margin-right: 0;
}

.subsidiary-con ul li {
	padding: 0;
	text-align: center;
	min-height: auto;
}

.subsidiary-con ul li img {
	width: 100%;
	border-radius: 10px;
	height: 100%;
}

.narmal-head h1 a {
	position: absolute;
	right: 0;
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}

.narmal-head h1 a:hover {
	color: #FF0000;
}

.narmal-head h1.marb-0 {
	margin-bottom: 0 !important;
}

.subsidiary-wrapper .narmal-head {
	padding-bottom: 20px;
}

.sub-courses-wrapper .seemore {
	margin-top: 40px;
}

.subsidiary-wrapper {
	padding-top: 80px;
}

.subject-item-1 {
	width: 70px;
	height: 70px;
	position: absolute !important;
	left: 0;
	z-index: 1;
	top: 0;
}

.subject-item-2 {
	position: absolute !important;
	left: unset;
	top: unset;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 1;
}

span.oricon {
	position: absolute;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #FF0000;
	font-size: 14px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #FFFFFF;
	border-radius: 40px;
	left: 45px;
	top: 45px;
	z-index: 4;
}

.et-hero-tabs-container--top {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 1280px;
}

.subjecttab-con {
	border-radius: 10px;
	overflow: hidden;
}

/***登录框***/
.login-box {
	background: rgba(73, 73, 73, 0.70);
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*FF*/
	z-index: 9999;
	position: fixed !important;
	/*FF IE7*/
	position: absolute;
	/*IE6*/

}

.login-banner {
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	z-index: 999;
	width: 1280px;
	height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -640px !important;
	/*FF IE7 该值为本身宽的一半 */
	margin-top: -300px !important;
	/*FF IE7 该值为本身高的一半*/
	margin-top: 0px;
	position: fixed !important;
	/* FF IE7*/
	position: absolute;

}

.login-form {
	background: #fff;
	width: 520px;
	top: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-radius: 0 10px 10px 0;
}

.login-bg {
	background: linear-gradient(-45deg, #0d3355, #061b32, #412c36, #061b32, #412c36);
	background-size: 100% 100%;
	background: #fff url(../img/loginimg.png) no-repeat left center;
	background-size: auto 124%;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 10px;
}

.login-close {
	position: absolute;
	top: -60px;
	width: 100%;
	right: 0;
	text-align: right;
}

.login-close .acp-icon_close {
	font-size: 34px;
	color: #fff;
	transition: all .5s;
	transform: rotate(0deg);
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.login-close .acp-icon_close:hover {
	transform: rotate(360deg);
}

.login-close .acp-icon-arrow-left2 {
	display: none;
}

.login-form h2 {
	padding-top: 50px;
	font-size: 36px !important;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei", sans-serif;
	color: #464646;
	font-weight: bold;
}

.login-form h3 {
	margin-top: 10px;

	font-size: 24px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
	font-weight: 400;
	color: #464646;
	line-height: 30px;
	margin-bottom: 0;
}

.login-form .login-code {
	width: 230px;
	height: 230px;
	margin: 30px auto 15px;
}

.login-form .login-code img {
	width: 100%;
	height: 100%;
}

.login-form .remberPswd {
	font-size: 16px;
	font-weight: normal;
	color: #8E8E8E;
}

.login-form .remberPswd label {
	font-weight: normal;
	margin-left: 5px;
}

.other i {
	margin-right: 30px;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}

.other span {
	margin-right: 15px;
	font-size: 30px;
	color: #3f4854;
	cursor: pointer;
}

.other span:hover {
	color: #ff3213;
}

.zhuti-bg {
	background: #393838;
	background: linear-gradient(to bottom, #FF8181, #FF4040);
	color: #fff !important;
}

.login-form .text-gray {
	font-size: 16px;
}

.login-form .other {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	line-height: 30px;
}

.login-tit,
.mobile-login {
	display: none;
}

.mobile-msg,
.login-button {
	width: 70%;
	margin: 0 auto;
}

.login-button button {
	width: 100%;
	padding: 0;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	border: none;
	font-size: 20px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.mobile-item-input .mobile-tit {
	width: 100%;
	text-align: left;
}

.mobile-item-input .mobile-input {

	border: 2px solid #D3D3D3;
	text-align: left;
	position: relative;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
}

.mobile-item-input .mobile-input .m-input {
	width: 100%;
	height: 38px;
	outline: none;
	display: inline-block;
	padding: 0;
	border: none;
	overflow: hidden;
	text-indent: 2.5em;
	font-size: 18px;
	border-radius: 4px;
	background: none;
	margin-bottom: 0;

}

.mobile-item-input .mobile-input .acpfont {
	position: absolute;
	left: 10px;
	top: 0;
	font-size: 20px;
}

.again-input {
	width: 100%;
	position: relative;
	text-align: left;
	height: 40px;
	line-height: 40px;
}

.again-input .again-box {
	width: 40%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}

.again-input .again-l {
	width: 55%;
	position: relative;
	border: 2px solid #D3D3D3;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
}

.again-l .m-input {
	width: 100%;
	height: 45px;
	display: block;
	border: none;
	outline: none;
	overflow: hidden;
	text-indent: 1.5em;
	background: none;
	outline: none;
	margin-bottom: 0;
	line-height: 45px;
	font-size: 18px
}

.again-l .acpfont {
	position: absolute;
	left: 10px;
	top: 0;
}

.again-input .again-box .code-again {
	background: #3E484F;
	display: block;
	width: 100%;
	border-radius: 4px;
	height: 50px;
	line-height: 50px;

	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.code-input {
	position: relative;
	margin-top: 30px;
	margin-bottom: 35px;
}

.again-input .again-box .code-again .btn {
	color: #fff;
	display: block;
	line-height: 50px;
	padding: 0;
}

.mobile-input .acpfont,
.again-input .acpfont {
	color: #3e484f;
}

/**多选框单选样式*/
.my-checkbox {
	position: relative;
}

.my-checkbox input {
	display: none;
}

.my-checkbox span {
	padding-left: 32px;
	font-size: 18px;
	display: inline-block;
}

.my-checkbox input[type=checkbox]+i {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9 !important;
	content: '';
	background: #e5e5e5;
}

.my-checkbox input[type=checkbox]:checked+i {

	background: linear-gradient(to bottom, #ff6a64, #ff2c0a);
}

.my-checkbox input[type=checkbox]:checked+i:after {
	font-family: 'acpfont';
	content: '\e61e';
	position: absolute;
	font-size: 12px;
	left: 2.5px;
	top: -9px;
	color: #fff;
}

.subsidiary-wrapper {
	padding-bottom: 60px;
}

/***/
.blur {
	-webkit-filter: blur(12px);
	-moz-filter: blur(12px);
	-ms-filter: blur(12px);
	filter: blur(12px);
}

.unclick {
	pointer-events: none !important;
}

@keyframes openthis {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes closethis {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.cooper-wrapper {
	padding-top: 80px;
}

/***关于我们**/
.aboutbox {
	width: 1280px;
	margin: 0 auto;
}

.aboutbox::after,
.about-features::after {
	display: inline-block;
	height: 1px;
	width: 100%;
	clear: both;
	content: '';
}

.aboutbox .about-menus {
	width: 180px;
	padding: 20px 10px;
	background: #FFFFFF;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 20px;

}

.aboutbox .about-menus ul {
	margin: 0;
	list-style: none;
}

.aboutbox .about-menus ul li {
	line-height: 40px;
	cursor: pointer;
}

.aboutbox .about-menus ul li.active {
	background: #f1f1f1;
	background: url(../img/btn_tabhighlight@2x.png) no-repeat;
	background-size: 100% auto;
	border-radius: 6px;
}

.aboutbox .about-menus ul li span {
	font-size: 20px;
	color: #3E484F;
	margin: 0 20px 0 14px;
}

.about-show {
	width: calc(100% - 200px);
	margin:0 auto;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 40px;
}

.about-tit {
	font-size: 36px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 50px;
}

.about-tit span {

	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	line-height: 18px;
	display: block;
	margin-bottom: 10px;
}

.mart-60 {
	margin-top: 60px;
}

.who {
	display: flex;
}

.who .about-tit {
	width: 220px;
}

.who .who-des {
	width: calc(100% - 220px);
	font-size: 21px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: #3E484F;
	line-height: 32px;
}

.about-features {
	margin-top: 50px;
}

.about-features .about-features-l {
	width: 590px;
	float: left;
}

.about-features .about-features-r {
	width: 368px;
	float: left;
	margin-left: 40px;
}

.about-features-l img,
.about-features-r img {
	max-width: 100%;
	margin-top: 60px;
}

.about-features-r img {
	margin-top: 0px;
}

.about-features-r img:first-child {
	margin-bottom: 40px;
}

.about-features-r img:last-child {
	width: 58%;
}

.about-city ul {
	margin: 0;
	list-style: none;
	padding-top: 40px;
}

.about-city ul li {
	display: inline-block;
	width: calc(33.33% - 26px);
	padding: 20px 0;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-size: 28px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	margin-bottom: 52px;
	margin-right: 35px;
	position: relative;
}

.about-city ul li:nth-child(3n) {
	margin-right: 0;
}

.about-city ul li span.acpfont {
	position: absolute;
	right: 10px;
	font-size: 20px;
	color: #D8D8D8;
}

.cultivate ul {
	margin: 0;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 40px;
}

.cultivate li {
	display: inline-block;
	width: 24.5%;
	margin: 15px 0;

}

.cultivate li img {
	max-width: 100%;
}

.about-three {
	min-height: 405px;
	background: url(../img/about_contact_03.jpg) no-repeat right center;
	background-size: auto 100%;

}

.about-contact {
	padding-top: 40px;
	width: 40%;
}

.about-contact p {
	font-size: 18px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: #3E484F;
	line-height: 28px;
}

.about-contact ul {
	margin: 0;
	list-style: none;
}

.about-contact ul li {
	position: relative;

	font-size: 21px;
	font-family: PingFang-SC-Heavy, PingFang-SC;
	font-weight: 800;
	color: #3E484F;
	margin-bottom: 40px;
}

.about-contact ul li::before {
	font-family: acpfont;
	display: inline-block;
	width: 24px;
	height: 24px;
	content: '\e64d';
	font-size: 20px;
	margin-right: 20px;
}

.about-contact ul li span {
	display: block;
	margin-left: 50px;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	margin-top: 5px;
}

.about-contact ul li i {
	font-style: normal;
}

.about-agreement {
	padding-top: 30px;
}

.about-item {
	display: none;
}

.about-item.show {
	display: block;
}

/***新闻列表页***/
.newsinfo {
	margin-top: 40px;
}

.newsinfo .newsinfo-items {
	margin-bottom: 40px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #D8D8D8;
}

.newsinfo-container-img {
	height: 225px;
	overflow: hidden;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;

}

.bg-white {
	background: #fff;
}

.newsinfo-container-img img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

.newsinfo-text {
	padding: 20px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
}

.newsinfo-text .n-category {
	font-size: 12px;
	font-weight: 800;
	color: #3E484F;
	margin-bottom: 15px;
}

.newsinfo-text .n-title {
	font-size: 24px;
	font-weight: 800;
	color: #3E484F;
	line-height: 28px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 56px;
}

.newsinfo-text .n-des {
	font-size: 14px;
	font-weight: 400;
	color: #A3A3A3;
	line-height: 21px;
	margin-bottom: 15px;
}

.newsinfo-text .n-date {
	font-size: 12px;
	font-weight: 800;
	color: #A3A3A3;
}

.newsinfo-text .n-date span {
	font-size: 12px;
}

/**教材周边***/
.subsidiary .subsidiary-title {
	font-size: 30px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 45px;
	margin-bottom: 40px;
}

.subsidiary-title a {
	float: right;
	font-size: 18px;
	font-weight: 800;
	color: #3E484F;
}

.subsidiary-title span {
	float: right;
	font-size: 18px;
	font-weight: 500;
	color: #838383;
}

.subsidiary .courses-items {
	background: #FFFFFF;
	box-shadow: 0px 35px 45px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
}


.subsidiary .courses-items:hover {
	box-shadow: 0px 35px 45px 0px rgba(0, 0, 0, 0.13);
}

.subsidiary .courses-items .courses-img img,
.guesslike-list .courses-img img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.subsidiary .courses-img {
	height: 258px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #D8D8D8;
}

.guesslike-list .courses-img {
	height: 224px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #D8D8D8;
}

.subsidiary #goodsList_xxkc_div .courses-img,.subsidiary #goodsList_div .courses-img {
	height: 206px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}


.courses-items.sales .courses-img img {
	height: 202px;
}

.subsidiary .courses-title,
.guesslike-list .courses-title {
	margin: 20px 0;
	font-size: 14px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 44px;
}

.guesslike-list .courses-title {
	margin-top: 15px;
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 28px;
	min-height:56px;
}

.text-price {
	font-size: 32px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;

}

.text-price::before {
	display: inline-block;
	content: '¥';
	font-size: 18px;
	font-weight: 500;
	margin-right: 4px;
}

/****/
.crumbs {
	padding-top: 40px;
	font-size: 16px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	line-height: 24px;
}

.crumbs a {
	color: #838383;
}

.crumbs a::after {
	font-family: acpfont;
	display: inline-block;
	content: '\e667';
	color: #3E484F;
	margin-left: 10px;
}

/***分页**/
.pagination {
	text-align: right;
	margin-top: 20px;
	display: block;
}

.pagination ul {
	background-color: #fff;
	padding: 8px 12px;
	display: inline-block;
	border-radius: 1000px;

	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);

}

.pagination ul li {
	display: inline-block;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	border-radius: 100px;
	margin-left: 4px;
}

.pagination ul li a {
	color: #666;
	outline: none;
}

.pagination ul li a:active,
.pagination ul li a:visited,
.pagination ul li a:hover {
	text-decoration: none !important;
	outline: none;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
	background: #686868;
}

.pagination ul li:first-child a,
.pagination ul li:last-child a {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.pagination ul li.currentpage {
	background: orangered;
	color: #fff;
}

.pagination ul li:hover {
	background: orangered;
	color: #fff;
}

.pagination ul li:hover a {
	color: #fff;
}

.pagination ul li.currentpage a {
	color: #fff;
}

.pagination ul li.disablepage {
	background: #bbb;
}


/***详情页***/
.product-show {
	padding-top: 40px;
	padding-bottom: 40px;
}

.product-show .fl {
	float: left;
}

#showbox {
	background: #D8D8D8;
	border-radius: 10px;
}

#showbox img {
	width: 420px;
	height: 420px;
}

#showbox span {}

#showsum {
	left: 50px;
	margin-top: 10px;
}

#showsum span {
	border: 1px solid #d8d8d8;
	border-radius: 10px;
}

#showsum span.sel {
	border: 1px solid #ff0;
}

#showbox img {
	width: 420px;
	height: 420px;
	border-radius: 10px;
}

#showbox span {
	background: url(../img/zoombg.png);
	background-attachment: scroll;
	background-repeat: repeat;
	cursor: move;
	z-index: 1;
	position: absolute;
	overflow: hidden;
	background-position: 0 0;
}

#showsum {
	left: 50px;
	margin-top: 13px;
	margin-bottom: 20px;
}

#showsum span {
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
}

#showsum span.sel {
	border: 1px solid #f34d23;
}

.showpage {
	width: 420px;
	position: relative;
}

.showpage a:before {
	font-family: 'acpfont';
	content: '\e664';
	overflow: hidden;
	color: #C7C7C7;
	display: block;
	width: 30px;
	height: 91px;
	line-height: 91px;
	text-align: center;
	font-size: 29px;
	position: absolute;
	left: 0;
	top: -112px;
	text-decoration: none;
	color: #999;
}

.showpage a#shownext:before {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}

.showproperty {
	width: calc(100% - 420px);
	padding-left: 80px;
}

.showproperty h2 {
	font-size: 16px !important;
}

.showproperty h1 {
	font-size: 24px !important;
	line-height: 36px;
}

.price-box {
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding: 10px 0;
	margin-top: 30px;
}

.sort-item .sort-l {
	float: left;
	text-align: left;
	width: 75px;
	padding-right: 0px;
	font-size: 15px;
	color: #646464;
	line-height: 45px;
	vertical-align: bottom;
}

.sort-item .sort-r {
	float: left;
	width: calc(100% - 200px);
}

.sort-r .old-price {
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 45px;
	text-decoration: line-through;
}

.sort-r .now-price {
	font-size: 36px;
	line-height: 36px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	margin-top: 30px;
}

.fjselect {
	display: inline-block;
	font-size: 12px;
	padding-top: 0.35rem;
	margin-bottom: 0.5rem;
	padding-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.fjselect input {
	display: none;
}

.fjselect input[type=checkbox]+i {
	width: 100%;
	min-width: 90px;
	border: 1px solid #bdbdbd;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	height: 100%;

	content: '';
}

.fjselect input[type=radio]+i {
	width: 100%;
	min-width: 90px;
	border: 1px solid #bdbdbd;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	height: 100%;

	content: '';
}

.fjselect span {
	display: inline-block;
	min-width: 90px;
	height: 40px;
	line-height: 40px;
	left: 0;
	top: 0;

	font-size: 16px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	padding: 0 15px;
	text-align: center;
}

.fjselect input[type=checkbox]:checked+i {
	border: 1px solid #F34D23;
	line-height: 28px;
}

.fjselect input[type=radio]:checked+i {
	border: 1px solid #F34D23;
	line-height: 28px;
}

.fjselect .checkbox {
	margin: 0;
}

.addcartbox {
	padding-top: 20px;
}

.setnums {
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	width: 150px;

}

.buynum {
	border: none;
	outline: none;
	text-align: center;
	overflow: hidden;
	width: 60px;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #979797;
	-webkit-apprarance: none;
}

.setnums .min,
.setnums .add {

	width: 30px;
	height: 30px;
	background: none;
	border: none;
	outline: none;
	z-index: 3;
	cursor: pointer;
	border-bottom: 1px solid #dcdfe6;
	border-left: #dcdfe6 1px solid;


}

.setnums input.min {
	position: absolute;
	left: 0;
	bottom: 0;
	border: 0;
}

.setnums input {
	margin: 0;
	padding: 0;
}

.setnums input.buynum {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

.setnums input[type=number] {
	-moz-appearance: textfield;
}

.setnums input[type=number]::-webkit-inner-spin-button,
.setnums input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.setnums input.add {
	position: absolute;
	right: 0;
	bottom: 0;
	border: 0;
}

.setnums span.add,
.setnums span.min {
	z-index: 1;
	font-size: 14px;
	font-family: 'acpfont';
	color: #fff;
	display: inline-block;
	content: '\e6df';
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #3E484F;
	border-radius: 4px;
}

.setnums span.add::before,
.setnums span.min::before {
	z-index: 2;
	font-size: 14px;
	font-family: 'acpfont';
	color: #fff;
	display: inline-block;
	content: '\e604';


}

.setnums span.add::before {
	content: '\e6df';
}

.setnums span.add::after {
	display: inline-block;
	content: '';
	width: 38px;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}

/**立即购买**/
.addcart-btns {
	padding-top: 30px;
	margin-top: 20px;
	border-top: 1px solid #979797;
}

.addcart-btns .nowBuy {
	background: linear-gradient(to bottom, #ff4935, #ff593f, #ff694a);
	padding: 0px 80px;
	box-shadow: 0px 1px 0px #ff694a, 0px 12px 19px #FF9A9A;
	border: none;
	height: 60px;
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	border-radius: 100px;
}

.addcart-btns .nowBuy:hover {
	opacity: 0.9;
}

.guesslike-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.guesslike-list li {
	width: calc(20% - 32px);
	display: inline-block;
	float: left;
	margin-right: 40px;
}

.guesslike-list li:last-child {
	margin-right: 0;
}

.guessl-title {
	padding: 80px 0 60px;
	font-size: 24px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	text-align: center;
}

.guesslike-list .courses-price .text-price {
	font-size: 16px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;

}

.guesslike-list {
	padding-bottom: 56px;
}

.radius10 {
	border-radius: 10px;
}

.active-tab {

	padding-top: 100px;
}

.active-tab ul {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #D8D8D8;
	z-index: 9;
	width: 1280px;
	left: calc(100% - 1280px)/2;
	background: #f8f8f8;
}

.active-tab ul.fixed {
	position: fixed;
	top: 0;
}

.active-tab ul li {
	display: inline-block;
	margin: 0 20px;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #A3A3A3;
	padding: 20px 0;
	cursor: pointer;
	user-select: none;
}

.active-tab ul li.active {
	color: #3E484F;
	position: relative;
}

.active-tab ul li.active::after {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 4px;
	background-color: #FF0000;
	width: 100%;
	content: '';
}

.active-tab ul li span.acpfont {
	margin-right: 10px;
	font-size: 22px;
}

.detail-img {
	display: block;
	background: #ffffff;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	min-height: 240px;
	padding:40px;
}

.detail-img img {
	max-width: 100%;
}

.detail-con {
	overflow-x: hidden;
}

.detail-con .faq-con ul li {
	box-shadow: 0px 6px 20px 1px rgba(4, 60, 100, 0.25);
	box-shadow: none;

}

.detail-con .faq-con ul li:hover {
	box-shadow: 0px 6px 20px 1px rgba(4, 60, 100, 0.25);
}

.detail-talk-box {
	padding: 40px;
	background: #fff;
	margin-bottom: 40px;
	border-radius: 10px;
}

.detail-con .narmal-head {
	margin-top: 40px;
	padding-bottom: 20px;
}

.site-footer::before {
	content: '';
	display: block;
	height: 10px;
	background: linear-gradient(117deg, #F93602 0%, #FCCE1F 36%, #44CA7C 58%, #368BFF 84%, #9F6EF9 100%);
}


/**证书查询***/
.certif-box {
	padding: 40px 0 80px;
	display: flex;
}


.certifbox-left {
	padding-right: 0px;
	padding-top: 120px;
	box-sizing: border-box;
	flex: 1;
}
.certifbox-right{
	width: 62%;
}

.certif-title .h1 {
	font-size: 60px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 90px;
}

.certif-title p {
	margin: 40px 0 20px;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	line-height: 28px;
	max-width: 478px;
}

.follow-btn {
	max-width: 528px;
	position: relative;
	margin-bottom: 45px;
}

.follow-btn .account,
.follow-btn .certifsearch {

}

.follow-btn .account {
	padding-right: 0px;
}

.follow-btn .account a {
	background: linear-gradient(to bottom, #ff4935, #ff593f, #ff694a);
	padding: 0px 0px;

	border: none;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	border-radius: 100px;
	position: relative;
}

.follow-btn .account a:hover {
	box-shadow: 0px 1px 0px #ff694a, 0px 12px 19px #FF9A9A;
}

.gzhpic {
	position: absolute;
	top: 60px;
	margin-top: 30px;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	padding: 15px;
	display: none;
}

.gzhpic img {
	width: 204px;
	margin: 0 auto;
}

.gzhpic span {
	width: 40px;
	height: 25px;
	position: absolute;
	top: -25px;
	left: 29%;
	transform: translateX(50%);
	overflow: hidden;
	z-index: 77;
}

.follow-btn .account a:hover .gzhpic {
	display: block;
}

.gzhpic span::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	top: 40px;
	left: 50%;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
	border-radius: 0 4px 0 0;
}

.follow-btn .certifsearch {
	width: 200px;
	margin-left: 20px;
	margin: 0 auto;
}

.certifsearch .search-box {
	height: 40px;
	border-radius: 30px;
	border: 2px solid #3E484F;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

.certifsearch .search-box span.acpfont {
	position: absolute;
	left: 20px;
	top: 7px;
	font-size: 18px;
}

.certifsearch .search-box input[name=certifinput] {
	width: 100%;
	border-radius: 30px;
	outline: none;
	margin: 0;
	padding: 0;
	display: none;
	border: none;
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
}

.certifsearch .search-box button {
	position: absolute;
	right: 40px;
	border: none;
	line-height: 35px;
	padding: 0;
	margin: 0;
	background: none;
	font-size: 16px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}

.certifsearch:hover {
	width: 100%;
	margin-left: 0;
}

.certifsearch:hover input[name=certifinput] {
	display: inline-block;
	padding: 0 90px 0 50px;
	line-height: 35px;
	height: 35px;
}

.certifsearch:hover button {
	color: #ff0000;
}

.certif-box .search-des {
	font-size: 14px;
	max-width: 528px;
}

.marb-80 {
	margin-bottom: 80px;
}

.news-body {
	background: #fff;
	margin-top: -150px;
}

.news-body .newsinfo-text .n-category {
	font-size: 16px;
}

.news-body .newsinfo-text .n-title {
	font-size: 36px;
	line-height: 54px;

}

.news-body .newsinfo-text .n-date,
.news-body .newsinfo-text .n-title,
.news-body .newsinfo-text .n-category {
	width: 800px;
	margin: 0 auto 20px;
}

.news-body .newsinfo-text .n-date {
	margin-bottom: 40px;
}

.newsmidbody {
	width: 800px;
	margin: 0 auto;

	padding: 80px 0 0;
}

.n-main p {
	padding: 0 0px;
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #3E484F;
	line-height: 32px;
	margin-bottom: 30px;
}

.n-main img {
	max-width: 100%;
}

.news-content {
	background: #f00;
	overflow: hidden;
	height: 400px;
}

.news-tags {
	width: 600px;
	margin: 0 auto;
	border-top: 1px solid #A3A3A3;
	margin-top: 20px;
	padding-top: 20px;
}

.news-tags ul {
	padding: 0 0 70px;
	margin: 0;
}

.news-tags ul li {
	list-style: none;
	height: 46px;
	line-height: 46px;

	border-radius: 6px;
	border: 1px solid #D8D8D8;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;

}

.news-tags ul li a {
	color: #3E484F;
	padding: 0 25px;
	display: inline-block;
}

.news-tags ul li a:hover {
	color: #f00;
}

.bg-f8f8f8 {
	background: #f8f8f8;
}

.foryou {
	padding-bottom: 40px;
}

.foryou .guessl-title {
	padding-bottom: 0px;
}

.newsinfo .newsinfo-items:hover {
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
}

/****/
/*评论*/
.detail-talk-box .comments {
	display: block;
	width: 100%;
	padding: 25px 0 0;
	border-bottom: 1px solid #ddd;
}

.detail-talk-box .comments::after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 1px;

}

.comments .user-avatar {
	width: 100px;
	float: left;
}

.comments .user-avatar {
	text-align: center;
}

.comments .user-avatar h2 {
	display: block;
	margin-top: 10px !important;
}

.comments .com-avatar {
	border-radius: 80px;
	height: 70px;
	width: 70px;
	margin: 0 auto;
}

.comments .com-avatar img {
	border-radius: 100px;
	height: 100%;
	width: 100%;
}

.comments .user-des {
	width: calc(100% - 100px);
	float: left;
	padding-left: 20px;
}

.com-stars span::before {
	display: inline-block;
	font-family: 'acpfont';
	content: '\e65e';
	color: #d8d8d8;
	font-size: 20px;
}

.com-stars span.get::before {
	color: #ff4833;
}

.user-des .com-des {
	font-size: 18px;
	padding-top: 10px;
}

.com-from {
	color: #999;
	padding-top: 20px;
	font-size: 14px;
}

.com-from .from-school {
	margin-right: 60px;
}

.com-from i {
	margin-right: 10px;
}

.recomment-con {
	padding-top: 20px;
	color: #f60;
	font-size: 16px;
	margin-top: 12px;
	border-top: 1px solid #f0f0f0;
}

.recomment-con dl,
.recomment-con dd {
	padding: 0;
	margin: 0;
}

.comment-time {
	color: #999;
	font-size: 14px;
}

.com-pic-list {
	margin-top: 20px;
}

.com-pic-list ul {
	margin-left: 0;
}

.com-pic-list ul li {
	display: inline-block;
	margin-right: 8px;
	position: relative;
	cursor: pointer;
}

.com-pic-list ul li img {
	border: 2px solid #e2e2e2;
	padding: 1px;
	width: 48px;
	height: 48px;
	margin-right: 6px;
}

.com-pic-list ul li.current img {
	border: 2px solid #f23d6a;
	cursor: auto;
}

.photo-viewer {
	position: relative;
	margin: 10px 0;
	width: 0;
	height: 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px;
	overflow: hidden;
	display: none;
	transition: all 0.2s ease-in;
}

.photo-viewer img,
.com-pic-list ul li.current img {
	cursor: url(../img/zoom-close.cur), auto;
}

.photo-viewer-navleft,
.photo-viewer-navright {
	top: 0;
	bottom: 0;
	position: absolute;
	width: 30%;
}

.photo-viewer-navleft {
	left: 0;
}

.photo-viewer-navright {
	right: 0;
}

.photo-viewer-navleft i,
.photo-viewer-navright i {
	top: 50%;
	margin-top: -24px;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	width: 48px;
	height: 48px;
	display: none;
	font-size: 50px;
	color: #f00;
}


/**2021-03-29 商品购买提交订单样式**/
.order-crumbs {
	padding: 40px 0 0;
	position: relative;
	line-height: 1;
}

.order-crumbs .acp-icon-arrow-left2 {
	font-size: 24px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	margin-right: 35px;
	color: #3E484F;
}

.order-crumbs .acp-icon-arrow-left2:hover {
	color: red;
}

.order-crumbs .crumbs-on {
	font-size: 24px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}

.order-progress {
	float: right;
}

.order-progress ul {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	position: relative;
}

.order-progress ul::before {
	display: block;
	position: absolute;
	height: 2px;
	background: #A3A3A3;
	content: '';
	width: calc(100% - 40px);
	left: 20px;
}

.order-progress ul li {
	display: inline-block;
	position: relative;
	width: 140px;
	padding-top: 14px;
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #A3A3A3;
}

.order-progress ul li:first-child {
	text-align: left;
}

.order-progress ul li:last-child {
	text-align: right;
	width: 40px;
}

.order-progress ul li::before {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	background: #A3A3A3;
	border-radius: 14px;
	top: -6px;
	left: 20px;
}

.order-progress ul li.current {
	color: #3E484F;
}

.order-progress ul li.current::before {
	background: #3E484F;
	left: 20px;
}

.order-progress ul li:nth-child(2)::before {
	left: 6px;
}

.order-progress ul li.current::after {
	position: absolute;
	content: '';
	width: calc(100% - 0px);
	height: 2px;
	background: #3E484F;
	top: 0;
	left: 20px;
}

.normal-pancel,
.order-total {
	background: #FFFFFF;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 40px;
	margin-top: 40px;
}

.normal-pancel .pancel-header {
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	position: relative;
}

.pancel-header .setbtn {
	text-align: right;
	position: absolute;
	right: 0;
	top: -12px;
	height: 100%;

}

.pancel-header .setbtn a {
	display: block;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 6px;
	width: 120px;
	background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
	box-shadow: 0px 4px 10px 2px #E7B4B4;
	border-radius: 27px;
}

.pancel-header .setbtn a:hover {
	opacity: 0.9;
}

.normal-pancel .pancel-body {
	padding-top: 40px;
}

.address-lists {
	margin: 0;
	padding: 0;
	list-style: none;
}

.address-lists li {
	border-radius: 10px;
	border: 1px solid #D8D8D8;
	display: inline-block;
	width: calc(25% - 34px);
	margin-right: 40px;
	padding: 20px;
	cursor: pointer;
	transition: all 0.5;
	position: relative;
}

.address-lists li:nth-child(4n) {
	margin-right: 0;
}

.address-lists li .username {
	border-bottom: 1px solid #D8D8D8;
	font-size: 14px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 1;
	padding-bottom: 10px;
}

.address-lists li .username .name {
	margin-bottom: 10px;
}

.address-lists li .address-des {
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #3E484F;
	line-height: 21px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 42px;
}

.address-lists li .address-set {
	padding-top: 20px;
}

.address-lists li .address-set a {
	font-size: 12px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}

.address-lists li .address-set a:hover {
	color: red;
}

.address-lists li .address-set a:link {
	text-decoration: none;
}

.address-lists li .address-set .defAddress,
.address-lists li .address-set .defAddress1,
.address-set .def-address {
	float: right;

}

.address-set .def-address {
	width: 60px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
}

.address-lists li.current {

	position: relative;
}

.address-lists li.current::before {
	font-family: 'acpfont';
	content: '\e61e';
	display: inline-block;
	color: #fff;
	font-size: 16px;
	height: 26px;
	width: 35px;
	background: #f00;
	position: absolute;
	right: -1px;
	top: -1px;
	line-height: 1.2;
	text-indent: 16px;
	overflow: hidden;
	border-radius: 0 6px 0 0;

}

.address-lists li.current::after {
	content: '';
	display: inline-block;
	color: #FF0000;
	font-size: 100px;
	height: 45px;
	width: 30px;
	background: #fff;
	position: absolute;
	right: 11px;
	top: 2px;
	transform: rotate(-55deg);
}

.backeidt {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #3E484F;
}

.backeidt span {
	margin-left: 10px;
}

.exambox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

}

.exambox .exam-img {
	width: 80px;
	height: 80px;
}

.exambox .exam-img img {
	width: 100%;
	height: 100%;
}

.exam-name {
	font-size: 16px;
	padding-left: 20px;
	width: 22em;

}

.exam-product {
	font-size: 16px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 36px;
}

.responsive-table {
	margin: 0;
}

.responsive-table li {
	display: flex;
}

.responsive-table li {
	border-radius: 3px;
	padding: 12px 16px;
	display: flex;
	justify-content: space-between;
}

.responsive-table .table-header {
	background-color: #EFEFEF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #F8F8F8;
	border-radius: 10px;
	color: #3E484F;
	padding: 8px 16px;
}

.responsive-table .table-row {
	background-color: #fff;
}

.responsive-table .g-col {
	display: inline-flex;
	align-items: center;
}

.responsive-table .g-col-1 {
	flex-basis: 10%;
}

.responsive-table .g-col-2 {
	flex-basis: 20%;
}

.responsive-table .g-col-3 {
	flex-basis: 30%;
}

.responsive-table .g-col-4 {
	flex-basis: 40%;
}

.responsive-table .g-col-5 {
	flex-basis: 50%;
}

.responsive-table .g-col-6 {
	flex-basis: 60%;
}

.responsive-table .g-col-7 {
	flex-basis: 70%;
}

.responsive-table .g-col-8 {
	flex-basis: 80%;
}

.responsive-table .g-col-9 {
	flex-basis: 90%;
}

.paybox {
	padding-top: 30px;
}

.paybox ul {
	margin: 0;
	padding: 0;
}

.paybox li {
	width: 31%;
	height: 72px;
	padding: 20px 0;
	line-height: 32px;
	background: #FFFFFF;
	/*box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);*/
	border-radius: 10px;
	margin-right: 40px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei", sans-serif;
	font-weight: 800;
	color: #3E484F;
	float: left;
	position: relative;
	display: inline-flex;
	justify-content: center;
	border: 1px solid #D8D8D8;
}

.paybox li:nth-child(3n) {
	margin-right: 0;
}

.paybox li i {
	width: 32px;
	font-style: normal;
	margin-right: 10px;
}

.paybox li i::before {
	font-family: "acpfont" !important;
	display: inline-block;
	font-size: 32px;
	content: "\e61f";
	color: #3E484F;

	text-align: left;
	width: 32px;
	font-weight: normal;
}

.paybox li.alipay i,
.paybox li.creditpay i {
	font-style: normal;
}

.paybox li.wechat i::before {
	content: "\e622";
}

.paybox li.alipay.current i::before,
.paybox li.creditpay.current i::before {
	color: #1677ff;
}

.paybox li.wechat.current i::before {
	color: #3eb737;
}

.paybox li.current::before {
	font-family: 'acpfont';
	content: '\e61e';
	display: inline-block;
	color: #fff;
	font-size: 16px;
	height: 26px;
	width: 35px;
	background: #f00;
	position: absolute;
	right: -1px;
	top: -1px;
	line-height: 1.2;
	text-indent: 16px;
	overflow: hidden;
	border-radius: 0 6px 0 0;

}

.paybox li.current::after {
	content: '';
	display: inline-block;
	color: #FF0000;
	font-size: 100px;
	height: 45px;
	width: 30px;
	background: #fff;
	position: absolute;
	right: 11px;
	top: 2px;
	transform: rotate(-55deg);
}

.dhinput {
	position: absolute;
	right: 0;
	top: -10px;
	width: 340px;
	height: 40px;
	border-radius: 27px;
}

.dhinput .dhnum {
	width: 100%;
	padding-right: 120px;
	height: 40px;
	border-radius: 50px;
	outline: none !important;
	padding-left: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.08);
	white-space: nowrap;
}

.dhinput .dbtn {
	display: inline-block;
	width: 120px;
	height: 40px;
	background-color: #1E1E1E;
	border-radius: 4px;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	width: 120px;
	height: 36px;
	background: linear-gradient(180deg, #FF8383 0%, #FF3E3E 100%);
	border-radius: 27px;
	right: 2px;
	top: 2px;
	position: absolute;
}

.dhinput .dbtn:hover {
	opacity: 0.9;
}

/**订单列表表格样式**/
.responsive-table .g-col-m44 {
	flex-basis: 44%;
}

.responsive-table .g-col-m40 {
	flex-basis: 40%;
}

.responsive-table .g-col-m30 {
	flex-basis: 30%;
}

.responsive-table .g-col-m23 {
	flex-basis: 23%;
}

.responsive-table .g-col-m15 {
	flex-basis: 15%;
}

.responsive-table .g-col-m19 {
	flex-basis: 19%;
}

.responsive-table .g-col-m12 {
	flex-basis: 12%;
}

.responsive-table .g-col-m10 {
	flex-basis: 10%;
}

.responsive-table .g-col-m8 {
	flex-basis: 8%;
}

.responsive-table .g-col-m34 {
	flex-basis: 34%;
}

.responsive-table .g-col-m22 {
	flex-basis: 22%;
}

/**优惠券样式**/
.couponbox .exam-name {
	width: auto;
}

.couponbox .exam-img {
	width: 142px;
}

.couponbox .exam-img img {
	border-radius: 10px;
}

.time-start,
.time-end {

	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #3E484F;
}

.ruletext {
	padding-right: 1em;
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
}

.pay .go-pay {
	color: #fff;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 90px;
	background: linear-gradient(180deg, #FF8383 0%, #FF3E3E 100%);
	border-radius: 4px;
	font-size: 16px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #FFFFFF;
	text-decoration: none;
}

.pancel-body li.table-row {
	padding-left: 0;
}

.order-total {
	margin-bottom: 40px;
}

.order-total .order-price {
	list-style: none;
	margin: 0;
	line-height: 1;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
}

.order-total .order-price li {
	margin-bottom: 20px;
	text-align: right;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
}

.order-price li span:last-child {
	display: inline-block;
	width: 180px;
	text-align: right;
}

.order-address {
	text-align: right;
	border-bottom: 1px solid #D8D8D8;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	line-height: 27px;
}

.to-pay-btn {
	display: inline-block;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 22px;
	border-radius: 6px;
	width: 245px;
	background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
	box-shadow: 0px 4px 10px 2px #E7B4B4;
	border-radius: 57px;
	font-weight: bold;
}

.to-pay-btn:link {
	color: #fff;
	text-decoration: none;
}

.order-buy {
	padding-top: 40px;
	text-align: right;
}

.order-buy .now-price,
.order-pay-btn {
	display: inline-block;
}

.order-buy .now-price {
	display: inline-flex;
	align-items: center;
	margin-right: 50px;
}

.to-pay-btn:hover {
	color: #fff;
	opacity: 0.9;
}

.order-buy .now-price span:first-child {
	font-size: 24px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	margin-right: 20px;
}

#payNum {
	font-size: 32px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #FF0000;
}



.def-address {
	display: none;
}

.def .def-address {
	display: inline-block;
}

.def .defAddress {
	display: none;
}

/**右侧弹出**/
.popup {
	width: 40%;
	max-width: 544px;
	height: auto;
	position: absolute;
	z-index: 98;
	display: none;
	right: -40%;
	top: 60px;
	bottom: 0px;
	background: #FFFFFF;
	box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

/***预约弹出层***/
.popup {
	width: 40%;
	max-width: 544px;
	height: auto;
	position: absolute;
	z-index: 98;
	display: none;
	right: -40%;
	top: 60px;
	bottom: 0px;
	background: #FFFFFF;
	box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.popup .popup-header {

	font-size: 20px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	line-height: 30px;
	height: 90px;
	line-height: 90px;
	padding-left: 20px;
	border-bottom: #D9D9D9 1px solid;
}

.popup .popup-header span.acpfont {
	opacity: 0.5;
	font-size: 20px;
	float: right;
	margin-right: 20px;
}

.popup .popup-header span.acpfont:hover {
	opacity: 1;
	color: #f00;
	cursor: pointer;
}

.popup-button {
	display: block;
	text-align: center;
	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	padding: 13px 0;
	background: linear-gradient(180deg, #FF7777 0%, #FF2906 100%);
	border-radius: 4px;
}

.popup-button:hover {
	color: #fff;
	opacity: 0.9;
}

.popup-reserves,
.popup-check,
.popup-submit {
	padding: 0 20px;
}

/***弹出表单**/
.popup-reserves dl {
	margin: 0 0 15px 0;
}

.popup-reserves dl dt {

	font-size: 16px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	width: 186px;
	display: inline-block;
	line-height: 50px;
	float: left;
}

.popup-reserves dl dt span {
	font-size: 20px;
	margin-right: 10px;
}

.popup-reserves dl dd {
	font-size: 16px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	margin: 0;
	width: calc(100% - 198px);
	display: inline-block;

}

.popup-reserves dl dd span {
	text-indent: 10px;
	display: inline-block;
	line-height: 42px;
}

.popup-check {
	padding-top: 20px;
	padding-bottom: 60px;
	border-top: 1px solid #D8D8D8;

}

.popup-reserves {
	padding-top: 40px;
}

.popup-check .again-input {
	height: auto;
}

.popup-check .again-input .again-l {
	width: 160px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #D8D8D8 !important;
}

.popup-check .again-input .again-l .m-input {

	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	outline: none;
	text-indent: 0;

}

.popup-check .again-input .again-box {
	width: 100px;
	left: 180px
}

.popup-check .again-input .again-box .code-again {

	height: 48px;
	line-height: 48px;

}

.popup-check .again-input .again-box .code-again a {
	line-height: 48px;
}

.popup-reserves dl dd input {
	margin-bottom: 0;
	padding-left: 10px;
	background: none;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	border: 1px solid #fff;
}

.popup-reserves dl dd input[type=text]:focus {
	outline: none;
	border: 1px solid rgba(216, 216, 216, 0.33);
	background: rgba(216, 216, 216, 0.33);

}

.popup-input:hover {
	background: rgba(216, 216, 216, 0.33);
}

.popup-input.foucs {
	border: 1px solid #D8D8D8;
	background: #fff;
	outline: none;
}

.popup-reserves dl dd input[type=text].foucs:focus {
	background: #fff;
	border: 1px solid #D8D8D8;
}

.popup-check .font16 {
	font-size: 14px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	padding-bottom: 10px;
}

/**单选框样式**/
.myradio,
.my-checkbox2 {
	position: relative;
	margin-bottom: 0;
	margin-right: 10px;
}

.myradio input,
.my-checkbox2 input {
	display: none;
}

.myradio span,
.my-checkbox2 span {
	padding-left: 28px;
	font-size: 16px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	display: inline-flex;
	align-items: center;
}

.my-checkbox2 span {
	padding-left: 28px;
	font-size: 16px !important;
	line-height: 1;
}

.myradio input[type=radio]+i,
.my-checkbox2 input[type=checkbox]+i {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9 !important;
	content: '';
	border: 2px solid #a3a3a3;
}

.my-checkbox2 input[type=checkbox]+i {
	top: 15px;
}

.myradio input[type=radio]:checked+i {}

.myradio input[type=radio]:checked+i:after,
.my-checkbox2 input[type=checkbox]:checked+i:after {
	background: linear-gradient(to bottom, #ff6a64, #ff2c0a);
	content: '';
	width: 10px;
	border-radius: 2px;
	height: 10px;
	position: absolute;
	font-size: 12px;
	left: 3px;
	top: 3px;
	color: #fff;
}

li.current .go-pay::before {
	display: inline-block;
	content: '取消';
}

/*20210401**/
.pop-bg {
	position: fixed;
	z-index: 99999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(83, 83, 83, 0.7);
}

.pop-btn {
	width: 140px;
	height: 44px;
	line-height: 44px;
	background: #3E484F;
	border-radius: 5px;
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	display: inline-block;
}

.pop-btn {
	width: 140px;
	height: 44px;
	line-height: 44px;
	background: #3E484F;
	border-radius: 5px;
	font-size: 18px;
	border: 2px solid #3E484F;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
	font-weight: 400;
	color: #FFFFFF;
	display: inline-block;
	margin-right: 18px;
}

.pop-btn.pop-btn-border {
	width: 140px;
	height: 44px;
	border-radius: 5px;
	background: #fff;
	border: 2px solid #3E484F;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
	font-weight: 400;
	color: #3E484F;
	margin-right: 0px;
}

.pop-body {
	width: 600px;
	min-height: 336px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -228px;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.pop-body .closepop {
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 20px;
	color: #999;

}

.pop-body .closepop:hover {
	color: red;
	cursor: pointer;
}

.pay-suc h1 {
	font-size: 28px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei", sans-serif;
	font-weight: 800;
	color: #FF543C;
	line-height: 80px;
	position: relative;
	width: 300px;
	margin: 0 auto 20px;
	line-height: 80px !important;
	white-space: nowrap;
}

.pay-suc h1::after {
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
	content: '';
}

.pay-suc h1 i {
	width: 80px;
	height: 80px;
	background: url(../img/icon_paysuccess.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.pop-suc-des {
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN, "microsoft yahei", sans-serif;
	font-weight: 400;
	color: #3E484F;
}

.pay-suc .codeimg {
	width: 120px;
	margin: 10px auto;
}

.pay-suc .codeimg img {
	width: 100%;
}

.pay-suc .codeimg h2 {
	font-size: 14px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei", sans-serif;
	font-weight: 800;
	color: #3E484F;
	line-height: 21px;
}

/**登录qq图标**/
.acp-button_QQ {
	position: relative;
}

.acp-button_QQ a {
	display: inline-block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
}

.acp-button_QQ a img {
	display: none;
}

#desdiv {
	position: fixed;
	width: 375px;
	max-height: 667px;
	height: calc(100vh - 100px);
	right: 65px;
	bottom: 50px;
	background: #fafafb;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.14);
	z-index: 9999;
}

#desdiv .acp-popclose {
	font-size: 20px;
	color: #888;
	position: absolute;
	right: 5px;
	top: -35px;
	cursor:pointer;
}


/**查询结果页***/
.search-list-show {
	padding: 40px;
	min-height: 720px;
	background: #FFFFFF;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	margin: 30px auto 40px;
}

.certifi-set {
	font-size: 16px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}

.certifi-set a {
	color: #3E484F;
	margin-left: 5px;
	margin-right: 5px;
}

.searchnodata {
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchnodata div {
	text-align: center;
}

.searchnodata span {
	display: block;
	color: #B7B5B6;
	margin-top: 40px
}

/****/
.objectives-box .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.objectives-box .row>[class*='col-'] {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width:767px) {

	.newsinfo,
	.subsidiary {
		padding: 0 20px;
	}

	.newsinfo-container-img {
		height: 200px;
		overflow: hidden;

	}

	.newsinfo-text .n-category {
		font-size: 12px;
		font-weight: 800;
		color: #3E484F;
		margin-bottom: 10px;
	}

	.newsinfo-text .n-title {
		font-size: 20px;
		font-weight: 800;
		color: #3E484F;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.newsinfo .newsinfo-items {
		margin-bottom: 20px;
	}

	.courses-items.sales .courses-img img {
		height: auto;
	}

	.container-fluid {
		padding: 0 !important;
	}

	.softwarebanner img {
		border-radius: 10px;
	}

	.pagination {
		text-align: center;
		margin-top: 20px;
		display: block;
	}
}





@media screen and (min-width: 1025px) and (max-width: 1367px) {

	h1 {
		font-size: 24px !important;
		margin-bottom: 10px !important;
	}

	h2 {
		font-size: 16px !important;
	}

	.softwarebanner {
		margin: 20px auto;
	}

	.header .header-des {
		font-size: 16px;
		margin-bottom: 15px !important;
	}

	.container {
		width: 1000px !important;
	}

	.new-features .features-des p {
		font-size: 16px !important;
	}

	.steps-box .steps-item p,
	.answers-box .steps-item a {
		font-size: 14px;
	}

	.normal-btn {
		font-size: 16px;
		line-height: 45px;
		width: 200px;
	}

	ul.carousel li {
		width: calc(33.33% - 18px);
		margin-right: 20px;
	}

	ul.carousel li:last-child {
		margin-right: 0;
	}

	ul.carousel li .ps-box-text a {

		width: 90px;
		height: 32px;
		line-height: 28px;
		font-size: 12px;
		border-width: 1px;
	}

	ul.carousel li h3 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	ul.carousel li.carousel-cell-lrc h3 {
		letter-spacing: -1px;
	}

	ul.carousel li.carousel-cell-lrc h3::before,
	ul.carousel li h3::before {
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}

	ul.carousel li h3 span i {
		font-size: 18px;
	}

	ul.carousel li .ps-box-text p {
		font-size: 12px;
		margin-bottom: 15px;
	}

	ul.carousel li.selected span.sot {
		left: 18%
	}

	ul.carousel li.selected span.sot::before {
		width: 30px;
		height: 30px;
		bottom: -30px;
	}

	.tab-show {

		padding-top: 25px;
	}

	.main-navigation .menu li a {
		font-size: 14px;
		line-height: 14px;
		color: #515151;
		text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
		font-family: PingFang-SC-Bold, PingFang-SC, "microsoft yahei", sans-serif;
		font-weight: bold;
	}

	.teachers-wrapper {
		margin: 60px auto;
	}

	.course-tips {
		margin: 15px auto 10px !important;
		font-size: 14px
	}

	.course-item h1 {
		font-size: 16px !important;
	}

	.course-tips {}

	.contact-wrapper .container p {
		font-size: 14px;
	}

	.contactbox-img1 {
		width: 95px;
		height: 95px;
	}

	.nav-bar .module.nav-bar__btn-wrapper {
		padding-right: 0;
	}

	/**窄屏首页banner**/
	.homebanner {
		padding-top: 20px;
	}

	.homebanner .homebanner-l,
	.homebanner .homebanner-r {
		height: 310px;
	}

	.homebanner .homebanner-l img,
	.homebanner .homebanner-r img {
		width: 100%;
	}

	.homebanner .homebanner-r {
		width: calc(25% + 4px);
		height: 310px;
		margin-left: 10px;
	}

	.homebanner-r .homebanner-r-item {
		height: calc(50% - 5px);
		margin-top: 10px;
	}

	.record {
		padding-top: 35px;
	}

	.record .record-item .l-img {
		width: 55px;
	}

	.record .record-item .r-text {
		font-size: 12px;
	}

	.record .record-item .r-text h3 {
		font-size: 26px;
	}

	.record .record-item .r-text h3 span {
		font-size: 15px;
	}

	.consult-wrapper {
		padding-top: 50px;
	}

	.consult-lists .consult-item {
		background: #fff;
		width: calc(33.33% - 14px);
		margin-right: 20px;
		float: left;
		padding-top: 20px;
		padding-left: 20px;
		box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
		border-radius: 6px;
	}

	.consult-lists .consult-item h2 {
		font-size: 14px !important;
	}

	.consult-lists .consult-item img {
		width: 150px;
	}

	h1.bgtitle {
		padding-top: 15px;
	}

	h1.bgtitle span {
		font-size: 36px;
	}

	h1.bgtitle.whytitle span {
		font-size: 36px;
		line-height: 1.2;
	}

	h1.bgtitle::before {
		height: 50px;
	}

	.goodlist li {
		padding-top: 25px;
		padding-left: 25px;
		padding-bottom: 30px;
	}

	.goodlist h2 {
		font-size: 18px !important;
	}

	.goodlist li .hotr-text {
		width: calc(100% - 120px);
	}

	.goodlist .hot-des {
		font-size: 14px;
	}

	.hot-right {
		padding-left: 70px;
	}

	.hot-right .hotr-des,
	.hotr-link {
		font-size: 14px;
	}

	#hotr-con p {
		font-size: 14px;
	}

	.fullbanner {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.fullbanner .fullbanner-wrapper img {
		height: 234px;
	}

	.welfare-box .wimg-01 {
		width: 100px;
		height: 100px;
		right: 120px;
	}

	.wimg-02 {
		width: 100px;
		height: 100px;
		border-radius: 14px 120px 14px 14px;
	}

	.wimg-03,
	.wimg-04 {
		width: 100px;
		height: 100px;
	}

	.wimg-05 {
		height: 360px;
	}

	.wimg-06 {
		height: 230px;
		width: calc(100% - 130px);
	}

	.wimg-06 span {
		font-size: 26px;
	}

	.wimg-07 {
		width: 110px;
		bottom: 120px;
	}

	.wimg-08 img {
		width: 110px;
	}

	.wimg-09,
	.wimg-10 {
		width: 110px;
		height: 110px;
	}

	.wimg-10 {
		left: unset;
		right: 0;
	}

	.wimg-11 {
		padding-top: 119px;
	}

	.welfare-btn {
		margin-top: 130px;
		padding-left: 25px;
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.welfare-btn p {
		font-size: 14px;
	}

	.welfare-btn a img {
		width: 168px;
	}

	.wimg-12 {
		height: 120px;
		width: 120px;
		margin-top: 10px;
	}

	.tabTit ul {
		height: 48px;
		width: 284px;
	}

	.tabTit ul li {
		font-size: 14px;
		height: 46px;
		line-height: 46px;
	}

	.getTab {
		padding-top: 10px;
	}

	.subject-wrapper .course-item .subject-tips {
		font-size: 12px;
	}

	.subject-wrapper .course-item p,
	.subject-wrapper .course-item a {
		font-size: 14px;
	}

	.evaluation-wrapper {
		margin-top: 40px;
	}

	.process-wrapper {
		padding-bottom: 0;
	}

	.faq-con {
		margin-left: calc((100% - 1040px)/2);
	}

	.faq-con ul li {
		width: 312px;
		margin-right: 20px;
		padding: 25px;
		min-height: 330px;
	}

	.faq-con ul li p {
		font-size: 16px;
		margin-top: 30px !important;
	}

	.cooper-wrapper {
		padding-top: 40px;
	}

	h1.bgtitle.faq-title a {
		font-size: 16px;
	}

	.news-item-des h2 {
		font-size: 14px !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.news-item-des .news-time {
		font-size: 12px !important;
	}

	.activity-time p span {
		font-size: 28px;
		padding-top: 5px;
	}

	.activity-time p em {
		font-size: 14px;
	}

	ul.activity-list li .activity-time {
		padding: 3px;
		width: 85px;
		height: 64px;
	}

	.activity-des h2 {
		font-size: 14px !important;
	}

	ul.news-list li .news-item-img {
		height: 100px;
		width: 100px;
	}

	.news-con,
	.activity-con {
		padding-right: 30px;
	}

	.news-item-des {
		width: calc(100% - 100px);
		height: 100px;
	}

	.seenums {
		font-size: 12px;
	}

	.activity-time p span {
		line-height: 20px;
		font-size: 18px;
		padding-top: 10px;
	}

	ul.news-list li {
		margin-bottom: 20px;
	}

	.material-box .material-img {
		height: 160px;
	}

	.material-des {
		font-size: 15px;
		margin-top: 10px;
	}

	.news-box .more-link {
		font-size: 16px;
	}

	.news-box ul {
		min-height: 230px;
	}

	.material-box {
		min-height: 235px;
	}

	.et-hero-tabs-container--top {
		width: 1000px;
	}

	/**窄屏 登录**/
	.login-banner {
		width: 980px;
		height: 420px;
		left: 50%;
		top: 50%;
		margin-left: -490px !important;
		margin-top: -210px !important;
	}

	.login-form h2 {
		padding-top: 25px;
		font-size: 21px !important;
	}

	.login-form h3 {
		font-size: 16px !important;
		line-height: 1.4;
	}

	.login-form {
		width: 40%;
	}

	.login-form .login-code {
		width: 120px;
		height: 120px;
	}

	.my-checkbox span {
		font-size: 14px;
	}

	.login-form .login-code {
		margin-top: 20px;
	}

	.login-form .remberPswd label {
		font-size: 12px;
	}

	.login-form .other {
		bottom: 20px;
	}

	.login-form .other i {
		font-size: 14px;
	}

	.login-form .other span {
		font-size: 24px;
		margin-right: 10px;
	}

	.mobile-item-input .mobile-input,
	.again-input .again-l {

		height: 40px;
		line-height: 40px;
	}

	.mobile-item-input .mobile-input .m-input {

		font-size: 14px;
	}

	.again-input .again-l .m-input {
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}

	.again-input .again-box .code-again,
	.again-input .again-box .code-again .btn,
	.login-button button {
		height: 40px;
		line-height: 40px;
	}

	.code-input {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.mobile-item-input .mobile-tit {
		line-height: 1.2;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.login-form .remberPswd {
		line-height: 1.5;
	}

	.login-button button {
		font-size: 14px;
	}

	.login-close .acp-icon_close {
		font-size: 26px;
	}

	/**窄屏 科目专题样式**/
	.subjectbanner {
		margin-top: 20px;

	}

	.subject-bannerbg {
		/*height: 156px;*/
	}

	.subject-bannerbg::before {
		display: none;
		background: url(../img/adobeicon.png) no-repeat center right;
		background-size: auto 70%;
	}

	.subject-right {
		padding-top: 80px;
	}

	.banner-des {
		padding-left: 235px;
		padding-top: 15px;
		font-size: 12px;
		line-height: 21px;
		padding-right: 40px;
	}

	.subject-flag {
		width: 186px;
		height: auto;
		left: 20px;
	}

	.subject-bannerbg {
		padding-left: 235px;
	}

	.subjectbanner {
		min-height: 255px;
	}

	.et-hero-tab,
	.et-hero-tab span {
		font-size: 14px;
	}

	.et-hero-tabs-container {
		display: flex;
		flex-direction: row;
		width: 100%;
		height: 45px;
		border-radius: 10px 10px 0px 0px;
		background: #fff;
		position: relative;
		border-bottom: 1px solid #d8d8d8;
	}

	.et-hero-tab {
		line-height: 45px;
		width: 114px;
	}

	.et-hero-tab:hover {
		font-size: 14px;
	}

	.et-hero-tab-slider {
		position: absolute;
		bottom: -1px;
		width: 114px;
		height: 2px;
		background: #FF0000;
		transition: left 0.3s ease;
	}

	.et-hero-tab:hover,
	.et-hero-tab.active {
		font-size: 14px;

	}

	.narmal-head h1 {
		font-size: 26px !important;
		margin-bottom: 10px !important;
	}

	.narmal-head p {
		font-size: 14px;
	}

	.objectives-wrapper,
	.packs-wrapper {
		padding-top: 60px;
	}

	.objectives-box {
		padding: 25px 25px 15px;
		background-color: #fff;
		border-radius: 10px;
	}

	.objectives-box dl dt {
		height: 45px;
		line-height: 45px;
		background: #E8F0FF;
		border-radius: 10px;
		font-size: 18px;
		font-family: SourceHanSansCN-Medium, SourceHanSansCN;
		font-weight: 500;
		color: #3E484F;
		position: relative;
		cursor: pointer;
	}

	.objectives-box dl dt span {
		display: inline-block;
		width: 45px;
		height: 45px;
		background: linear-gradient(360deg, #326DA8 0%, #33ABFB 100%);
		border-radius: 10px 0px 0px 10px;
		font-size: 18px;
		font-family: SourceHanSansCN-Medium, SourceHanSansCN;
		font-weight: 500;
		color: #FFFFFF;
		text-align: center;
		margin-right: 10px;
	}

	.objectives-box dl dt i {
		position: absolute;
		right: 20px;
		top: 0px;
		font-size: 20px;
	}

	.dd-title {
		font-size: 14px;
		font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
		font-weight: 800;
		color: #3E484F;
		margin-bottom: 10px;
		margin-top: 20px;
	}

	.dd-subtit {
		font-size: 14px;
		padding-left: 40px;
		margin-bottom: 6px;
	}

	.dd-des {
		font-size: 12px;
		padding-left: 40px;
	}

	.packs-list li h2 {
		text-align: center;
		font-size: 22px !important;
		margin-top: 25px !important;
		margin-bottom: 10px !important;
	}

	.packs-list li p {
		font-size: 14px;
	}

	.sugject-bag {
		padding: 0 20px;
	}

	.sugject-bag .subject-item {
		width: 90px;
		height: 90px;
	}

	span.subject-add {
		display: inline-block;
		/* height: 100%; */
		width: 40px;
		text-align: center;
	}

	span.subject-add::after {
		display: inline-block;
		content: '';
		width: 4px;
		height: 20px;
		position: absolute;
		left: 18px;
		background: #3E484F;
		top: -58px;
	}

	span.subject-add::before {
		display: inline-block;
		content: '';
		width: 20px;
		height: 4px;
		position: absolute;
		background: #3E484F;
		top: -50px;
		left: 10px;
	}

	.subject-item-1 {
		width: 50px;
		height: 50px;
		position: absolute !important;
		left: 0;
		z-index: 1;
		top: 0;
	}

	.subject-item-2 {
		position: absolute !important;
		left: unset;
		top: unset;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 1;
	}

	span.oricon {
		position: absolute;
		color: #fff;
		width: 25px;
		height: 25px;
		line-height: 25px;
		background: #FF0000;
		font-size: 12px;
		font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
		font-weight: 800;
		color: #FFFFFF;
		border-radius: 40px;
		left: 35px;
		top: 35px;
		z-index: 4;
	}

	.packs-list li {
		min-height: 280px;
	}

	.packs-list li .more-link {
		font-size: 14px;
		margin-top: 20px;
	}

	.narmal-head h1 a {
		font-size: 14px;
	}

	.subsidiary-con ul li {
		width: 282px;
		padding: 0;
		text-align: center;
		min-height: auto;
	}
}

@media (min-width: 1200px) {
	.ps-show-des .header {
		padding-top: 20%
	}
}

@media(max-width:768px) {

	main {
		width: 100vw;
		overflow-x: hidden;
	}

	body {
		overflow-x: hidden;
	}

	.ps-show-des .header {
		padding-top: 10px;
		padding-left: 0;
	}

	.ps-show-des,
	.header,
	.new-features,
	.footer-wrapper,
	.softwarebanner,
	.contact-des,
	.course-wrapper,
	.teachers {
		padding: 0 16px;
	}

	.softwarebanner {
		margin: 20px auto;
	}

	.ps-show-des .row {
		margin-bottom: 0;
	}

	ul.carousel {
		padding: 0 16px;
	}

	ul.carousel li {
		width: calc(33.33% - 10px) !important;
		margin-right: 10px !important;
		position: relative;
		min-height: 140px;
		text-align: center;
		float: left;
	}

	ul.carousel li:last-child {
		margin-right: 0px !important;
	}

	ul.carousel li .ps-box-text {
		padding: 10px !important;
	}

	ul.carousel li .ps-box-img,
	ul.carousel li .ps-box-text p,
	ul.carousel li .ps-box-text a.normal-btn,
	ul.carousel li h3 span {
		display: none;
	}

	ul.carousel li h3::before {

		margin: 10px auto 10px;
		float: none;
		display: block;
	}

	ul.carousel li h3 {
		font-size: 14px;
		line-height: 1.25;
		margin-bottom: 0px;
	}

	ul.carousel li.carousel-cell-lrc h3::before {
		float: none;
		display: block;
		margin: 10px auto 10px;
		background: url(../img/icon_lrc.png) no-repeat;
		background-size: 100%;
	}

	.tab-show {
		margin-top: 35px;
	}

	ul.carousel li.selected span.sot {
		bottom: -35px;
		left: -20%;
	}

	ul.carousel li.selected span.sot::before {
		width: 20px;
		height: 20px;
		bottom: -20px;
	}

	.steps-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}

	.steps-wrapper .col-xs-6 {
		margin-bottom: 15px;
		padding-right: 0;
	}

	.steps-wrapper .col-xs-6:nth-child(2n) {
		padding-right: 15px;
	}

	.steps-box .steps-item {
		padding: 15px 15px 0px 15px
	}

	.steps-box .steps-item p {
		font-size: 14px;
		line-height: 1.35;
	}

	h1 {
		font-size: 24px !important;
		margin-bottom: 5px !important;
	}

	h2 {
		font-size: 16px !important;
		margin-bottom: 5px !important;
	}

	.header .header-des {
		font-size: 16px;
	}

	.normal-btn {
		border: 1px solid #3E484F;
		width: auto;
		line-height: 1;
		height: auto;
		padding: 15px 20px;
		font-size: 14px;
	}

	.see-more {
		padding-bottom: 25px;
	}

	.steps-wrapper {
		padding-top: 30px;
	}

	.now-signup img {
		max-width: 50%;
	}

	.now-signup {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.answers-box .steps-item a {
		font-size: 12px;
	}

	.see-more.padt-40 {
		padding-top: 20px
	}

	.contact-wrapper .ball01 {
		width: 24px;
		height: 24px;
		left: -12px;
		bottom: 33px;
	}

	.contact-wrapper .ball02 {
		width: 53px;
		height: 53px;
		left: 10px;
		top: 5px;
	}

	.contact-wrapper .ball03 {
		width: 44px;
		height: 44px;
		left: auto;
		right: 35%;
		top: -20px;
	}

	.contact-wrapper .ball04 {
		width: 54px;
		height: 54px;
		right: 0px;
		bottom: 13px;
	}

	.contactbox-img1 {
		width: 85px;
		height: 85px;
	}

	.contactbox-img2 {
		width: 150px;
		height: 150px;
		bottom: -90px;
		left: 20px;
	}

	.contactbox-img3 {
		width: 95px;
		height: 95px;
		right: 0;
		bottom: -40px
	}

	.new-features .features-des {
		padding-bottom: 15px !important;
	}

	.new-features .features-des p {
		text-align: left;
		width: 100%;

	}

	.new-features .features-des h1 {
		margin-bottom: 10px;
	}

	.steps-wrapper .col-xs-6:nth-child(2n) {
		padding-right: 0;
	}

	.steps-wrapper .col-xs-6:nth-child(4n) {
		padding-right: 15px;
	}

	.teachers-box {
		padding: 32px 0 12px 36px;
		border-radius: 20px;
		position: relative;
	}

}

@media all and (max-width:767px) {
	.teachers-box {
		padding: 22px 0 12px 16px;
		border-radius: 20px;
		position: relative;
	}

	.steps-wrapper .col-xs-6:nth-child(2n) {
		padding-right: 15px;
	}

	.steps-box .steps-item p {
		line-height: 1.15;
	}
}

@media (max-width:1600px) {
	.msgbox .user-des {
		border-left: 6px #31A8FF solid;
		background: #FFFFFF;
		box-shadow: 0px 6px 20px 1px rgb(0 0 0 / 10%);
		border-radius: 6px 40px 6px 6px;
		margin-left: 20px;
		padding: 15px;
		width: 280px;
	}

	.msgbox .user-des h2 {
		font-size: 14px !important;

	}

	.msgbox .user-des p {
		font-size: 14px !important;
	}
}

@media (max-width:1280px) {
	.msgbox .user-des h2 {
		font-size: 12px !important;

	}

	.msgbox .user-des p {
		font-size: 12px !important;
		min-height: 30px;
	}

	.evaluation li:nth-child(2) {

		top: 70px;
		left: 560px;
	}

	.evaluation li:nth-child(3) {
		top: 200px;
		left: 10px;
	}

	.evaluation li:nth-child(4) {
		top: 250px;
		left: 420px;
	}

	.evaluation li:nth-child(5) {
		top: 250px;
		right: 30px;
	}

	.evaluation li:nth-child(6) {
		top: 400px;
		left: 330px;
	}

	.msgbox .user-des {
		border-left: 6px #31A8FF solid;
		background: #FFFFFF;
		box-shadow: 0px 6px 20px 1px rgb(0 0 0 / 10%);
		border-radius: 6px 40px 6px 6px;
		margin-left: 20px;
		padding: 15px;
		width: 240px;
	}

	.evaluation li:nth-child(4) .user-des p,
	.evaluation li:nth-child(1) .user-des p,
	.evaluation li:nth-child(2) .user-des p {

		min-height: 30px;
	}

	.msgbox .user-avatar {
		height: 50px;
		width: 50px;
	}
}





/***新样式**/
body::-webkit-scrollbar {
	width: 8px;
	background-color: none;
	-webkit-appearance: none
}

body::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
	background-color: #ddd
}

ul,
li {
	list-style: none;
}

.theme-bgcolor {
	background-color: #EB1000;
	color: #fff;
}

.bgwhite {
	background: #fff;
}

.normal-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.n-font12 {
	font-size: 12px;
}

.n-font20 {
	font-size: 20px;
}

.n-font18 {
	font-size: 18px;
}

.n-font36 {
	font-size: 36px;
}

.n-bold {
	font-weight: bold;
}

.n-marb-10 {
	margin-bottom: 10px;
}

.n-marb-40 {
	margin-bottom: 40px;
}

.n-padtb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.n-w1200 {
	width: 1200px;
	margin: 0 auto;
}

.n-tit {
	font-size: 32px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
	margin-bottom: 30px;

}

.n-tit span {
	float: right;
	font-size: 16px;
	font-weight: 500;
	color: #606060;
}

/***pc web banner1500px body1200px***/
.headertop {
	height: 60px;
	font-size: 14px;
}

.headertop a {
	color: #fff;
}

.top-w-1500 {
	width: 80%;
	min-width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.top-msg,
.top-links {
	flex-basis: 50%;

}

.top-links {
	text-align: right;
}

.top-links .acp-plusjiahao {
	display: inline-block;
	height: 14px;
	width: 14px;
	line-height: 1;
	margin-right: 3px;
	background: #fff;
	border-radius: 20px;
	color: #EB1000;
}

.top-links a {
	display: inline-block;
}

.top-msg a {
	text-decoration: none;
}

/**导航**/
.headerlogo {
	border-bottom: 1px solid #d8d8d8;
	padding: 24px 0;
	background-color: #fff;
}

.headerlogo .logo {
	height: 40px;
}

.headerlogo .logo img {
	height: 40px;
}

.headerlogo .top-w-1500 {
	position: relative;
}

.menu {
	flex: 1;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu ul li {
	margin-left: 50px;
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 4px solid #fff;
}

.menu ul li a {
	font-size: 14px;
	color: #222D36;
	font-weight: 800;
}

.menu ul li a.navlink {
	position: relative;
	z-index: 10;
}

.menu ul li.active,
.menu ul li:hover {
	border-bottom: 4px solid #EB1000;
}

.menu ul li .subnav::before {
	height: 64px;
	display: block;
	content: '';
}

.menu ul li .subnav {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	z-index: 9;
	left: 50%;
	margin-left: -500px;
	display: none;
}

.menu ul li:hover .subnav {
	display: block;
}

.subnav-box {
	background: #fff;
	box-sizing: border-box;
	padding: 60px;
}

.subnav h1 {
	font-size: 36px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
	border-bottom: 4px solid #222D36;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.subnav .subnav-link a {
	display: inline-block;
	width: calc(33.33% - 54px);
	box-sizing: border-box;
	margin-right: 80px;
	float: left;
	min-height: 50px;
	display: flex;
	align-items: center;

}

.subnav .subnav-link a:nth-child(3n) {
	margin-right: 0;
}

.subnav .subnav-link a span {
	flex: 1;
	display: inline-block;
	font-size: 16px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
	line-height: 24px;
}

.subnav .subnav-link a:hover span {
	color: #EB1000;
}

.subnav .subnav-link a::after {
	display: inline-block;
	font-family: acpfont;
	content: '\e67b';
	font-size: 30px;
}


/*banner*/
.n-banner {
	background: #fff;
	padding-bottom: 30px;
}

.n-bannerbox img {
	width: 100%;
}

.banner-bottom {
	width: 90%;
	background-color: #fff;
	margin: -50px auto 0;
	display: block;
	position: relative;
	z-index: 2;
	padding-top: 40px;
	line-height: 27px;
	text-align: center;
}

.banner-bottom div {
	background-color: #fff;
}

.n-showNum {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 40px;
}

.n-showNum li {
	display: inline-block;
	min-width: 230px;
	text-align: left;
	padding-left: 42px;
	position: relative;
}

.n-showNum li span.icon {
	font-size: 32px;
	position: absolute;
	left: 0;
	top: 0;
}

.n-certified {
	background-color: #f6f7f7;
}


.n-enroll {
	display: flex;
}

.n-enroll .n-enroll-l {
	width: 1em;
	font-size: 21px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
	line-height: 31px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.n-enroll .n-enroll-m {
	width: 8px;
	background: #EB1000;
	margin: 0 30px
}

.n-enroll-r {
	flex: 1;
}

.n-enroll-list {
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
}

.n-enroll-list li {
	margin-right: 15px;
	flex: 1;
}

.n-enroll-list li a {
	border-radius: 4px;
	background: #fff;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	padding: 20px;
	display: block;
	color: #222D36;
	flex: 1;
	box-sizing: border-box;
}

.n-enroll-list li a:hover {
	background: #1873E6;
	color: #fff;
}

#zyjnrz_ul li a {
	background: #FFFFFF url(../images/n-v-bg2.png) no-repeat;
	background-size: auto 100%;
	border-radius: 4px;
	border: none;
	box-sizing: border-box;
	padding: 20px;
	display: block;
	color: #222D36;
	flex: 1;
	box-sizing: border-box;
}

#zyjnrz_ul li:last-child,
.n-enroll-list li:last-child {
	margin-right: 0;
}

#zyjnrz_ul li a:hover {
	background: #FFFFFF url(../images/n-v-bg2-on.png) no-repeat;
	background-size: auto 100%;
	color:#fff;
}

#zyjnrz_ul li:first-child a {
	background: #FFFFFF url(../images/n-v-bg1.png) no-repeat;
	background-size: auto 100%;
}

#zyjnrz_ul li:first-child a:hover {
	background: #FFFFFF url(../images/n-v-bg1-on.png) no-repeat;
	background-size: auto 100%;
	color: #fff;
}

#zyjnrz_ul li:last-child a {
	background: #FFFFFF url(../images/n-v-bg3.png) no-repeat;
	background-size: auto 100%;
}

#zyjnrz_ul li:last-child a:hover {
	background: #FFFFFF url(../images/n-v-bg3-on.png) no-repeat;
	background-size: auto 100%;
	color: #fff;
}

.n-enroll-icon img {
	width: 100%;
	max-width: 120px;
}

.n-enroll .n-h1 {
	padding-top: 6px
}

.n-enroll .n-h1,
.n-h2 {
	text-align: center;
	max-width: 120px;
	white-space: nowrap;
}

.n-advance {
	background: #fff;
}

/**进阶之路*/
.n-advance-road {
	width: 100%;
	height: 503px;
	background: url(../images/advancebg.png) no-repeat;
	position: relative;
}

.start1,
.start2,
.start3,
.start4,
.start5,
.start6,
.start7,
.start8,
.start9,
.start10 {
	position: absolute;
}

.start1 {
	top: 110px;
	left: 70px;
}

.start2 {
	left: 139px;
	top: 275px;
	width: 145px;
}

.start3 {
	left: 139px;
	top: 405px;
	width: 145px;
}

.start4 {
	left: 450px;
	top: 230px;
	width: 270px;
}

.start5 {
	left: 420px;
	top: 396px;
	width: 290px;
}

.start6,
.start7,
.start8,
.start9 {
	left: 928px;
	width: 270px;
}

.start6 {
	top: 13px;
}

.start7 {
	top: 109px;
}

.start8 {
	top: 209px;
}

.start9 {
	top: 309px;
}

.start10 {
	left: 870px;
	top: 412px;
	width: 270px;
}

.start-box h1 {
	font-size: 16px !important;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800 !important;
	color: #222D36;
	margin: 0 !important;
}

.start-box h1::after {
	display: block;
	width: 18px;
	height: 4px;
	background: #EB1000;
	content: '';
	margin-top: 6px;
	margin-bottom: 4px;
}

.start-des {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 3px;
}

.start-des a {
	text-decoration: underline;
	color: #222D36;
}

.getcert a {
	font-size: 14px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
}

/**为什么获得认证？*/
.whyme-list {
	display: flex;
	margin: 0;
	padding: 0;
}

.whyme-list li {
	flex: 1;
	min-height: 395px;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
}

.whyme-list li::after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: #EB1000;
	position: absolute;
	right: 0;
	bottom: 0;
}

.whyme-list li:nth-child(1) {
	background: url(../images/whybg01.png) no-repeat;
	background-size: 100% 100%;
}

.whyme-list li:nth-child(2) {
	background: url(../images/whybg02.png) no-repeat;
	background-size: 100% 100%;
}

.whyme-list li:nth-child(3) {
	background: url(../images/whybg03.png) no-repeat;
	background-size: 100% 100%;
}

.whyme-list li:nth-child(4) {
	background: url(../images/whybg04.png) no-repeat;
	background-size: 100% 100%;
}

.whyme-tit {
	font-size: 21px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 28px;
	min-height: 64px;
	border-left: 8px solid #EB1000;
	padding-left: 10px;
	width: 9em;
	margin-bottom: 100px;
	display: flex;
	align-items: center;

}

.whyme-des {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}

/*参加认证**/
.join-list {
	display: flex;
}

.join-list dl {
	display: block;
	flex-basis: 20%;
	border-top: 8px solid #EB1000;
	margin-right: 40px;
}

.join-list dl:last-child {
	margin-right: 0;
}

.join-list dl dt {
	padding: 30px 0 20px;
	font-size: 21px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
}

.join-list dl dd {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #222D36;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;

}

.join-list dl dd a {
	color: #222D36;
}

.join-list dl dd::before {
	font-family: acpfont;
	display: inline-block;
	content: '\e667';
	font-size: 16px;
	color: #EB1000;
	margin-right: 5px;
	font-weight: bold;
}

.n-whyme,
.n-howjoin,
.n-problem {
	background-color: #fff;
}

/**常见问题*/
.problem-list {
	margin: 0;
	padding: 0;
}

.problem-list li {
	float: left;
	width: calc(50% - 20px);
	margin-right: 40px;
	display: block;
	margin-bottom: 40px;

}

.problem-list li:nth-child(2n) {
	margin-right: 0;
}

.problem-list li a {
	display: block;
	padding: 30px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #D8D8D8;
	color: #222D36;
	position: relative;
}

.problem-list li a:hover {

	background: #F5F6F9;
}

.problem-list li a::after {
	font-family: acpfont;
	position: absolute;
	right: 30px;
	top: 42%;
	content: '\e67b';
	font-size: 30px;
}

.prob-about {
	font-size: 16px;
}

.prob-tit {
	font-size: 20px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
	line-height: 28px;
	padding-right: 100px
}

.more-problem {
	text-align: right;
	padding-bottom: 60px;
}

.more-problem a {
	display: inline-block;
	width: 240px;
	height: 50px;
	background: #EB1000;
	line-height: 50px;
	text-align: left;
	padding: 0 30px;
	box-sizing: border-box;
	color: #fff;
}

.more-problem a:hover {
	background-color: #C90E00;
}

.more-problem a::after {
	font-family: acpfont;
	content: '\e67b';
	font-size: 22px;
	float: right;
}

.n-news {
	background-color: #f6f7f7;

}

.n-newslist {
	margin: 0;
	padding: 0;
}

.n-newslist li {
	width: calc(25% - 25px);
	float: left;
	margin-right: 40px;
	height: 312px;
	margin-bottom: 40px;
	display: block;
	position: relative;
}

.n-newslist li a {
	display: block;
}

.n-newslist li .n-newsimg img {
	width: 100%;
	height: 146px;
}

.n-newslist li:nth-child(3n) {
	margin-right: 0;
}

.n-newslist li:first-child,
.n-newslist li:nth-child(6n) {
	width: calc(50% - 40px);
}

.n-newslist li:first-child .n-newsimg img,
.n-newslist li:nth-child(6n) .n-newsimg img {
	width: 100%;
	height: 312px;
}

.n-newslist li .n-newstext {
	width: 250px;
	height: 180px;
	border-top: 8px solid #EB1000;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 12px;
	padding: 20px;
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
}

.n-newslist li:first-child .n-newstext,
.n-newslist li:nth-child(6n) .n-newstext {
	width: 342px;
	position: absolute;
	right: -10px;
	bottom: 10px;
	border-top: 8px solid #EB1000;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	margin-right: 0;
	height: 170px;

	/* line-height: 28px; */
}

.n-newslist li .n-newstext::after {
	display: inline-block;
	font-family: acpfont;
	content: '\e67b';
	position: absolute;
	right: 30px;
	bottom: 40px;
	font-size: 30px;
}

.n-newslist li:first-child .n-newstext::after,
.n-newslist li:nth-child(6n) .n-newstext::after {
	display: inline-block;
	font-family: acpfont;
	content: '\e67b';
	position: absolute;
	right: 30px;
	bottom: 30px;

}

.n-news-date {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #000000;
	margin-top: 40px;
	position: absolute;
	bottom: 30px;
}

.m-news-tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
}

.n-newslist li a:hover .m-news-tit {
	color: #EB1000;
}

.n-newslist li:first-child .n-news-date {
	bottom: 20px;
}

.n-cooper {
	background: #fff;
	padding-bottom: 0;
}

.n-cooper ul {
	margin: 0;
	padding: 0;
}

.n-cooper ul li {
	width: 20%;
	float: left;
	padding-right: 10px;
}

.n-cooper ul li:nth-child(4n) {
	padding-right: 0;
}

/*footer**/
.n-footer::before {
	content: '';
	width: 100%;
	display: block;
	height: 8px;
	background: linear-gradient(117deg, #F93602 0%, #FCCE1F 36%, #44CA7C 58%, #368BFF 84%, #9F6EF9 100%);
}

.n-footer-menus {
	background: #3E484F;
	padding: 40px 0;
}

.n-footer-box {
	width: 80%;
	margin: 0 auto;
}

.n-footer-box {
	display: flex;
}

.n-footer-box .n-f-codeimg {
	width: 190px;
	color: #fff;
	text-align: center;
}

.n-footer-box .n-f-codeimg img {
	width: 165px;
	height: 165px;
	margin: 0 auto;
}

.n-footer-box .n-f-codeimg span {
	display: block;
	padding-top: 10px
}

.n-f-logo {
	flex: 1;
}

.n-f-nav {
	margin-top: 40px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-right: 50px;
	border-top: 1px solid #fff;
	padding-top: 40px;

}

.n-f-nav a {
	color: #fff;
}

.n-footer-bottom {
	background: #EB1000;
	color: #fff;
	font-size: 12px;

}

.n-footer-bottom .n-footer-box {
	display: flex;
	justify-content: space-between;
	height: 60px;
	align-items: center;
}


/**了解认证***/
.knowacp-banner {
	width: 80%;
	min-width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.knowacp-banner .k-banner {
	min-height: 260px;
	background: url(../images/knowbanner.png) no-repeat center top;
	background-size:auto 100% ;
	display: flex;
	justify-content: center;
	align-items: center;
}


.knowacp-banner .k-banner.partnersbg {
	background: url(../images/banner_partners.png) no-repeat center top;
	background-size: auto 100%;
}

.mainbox {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.k-banner .n-w1200 {
	height: 100%;
	display: flex;
	align-items: center;
}

.k-banner .n-w1200 .norbox {
	width: 56%;
	padding-left:6%;
}

.norbox h1 {
	font-size: 36px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
}

.norbox .k-banner-des {
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #3E484F;
	line-height: 36px;
}

.gohome a {
	display: block;
	padding: 20px 0;
	border-bottom: 4px solid #222D36;
	font-size: 16px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
}

.gohome a::before {
	font-family: acpfont;
	content: '\e67b';
	display: inline-block;
	transform: rotate(-180deg);
	margin-right: 20px;
}

/**定位**/
.mainbox .sticky-sidebar {
	z-index: 1;
	position: fixed;
	top: 0px;
	width: 180px;
	background: #fff;
}

.l-f-menu {
	width: 220px;
	box-sizing: border-box;
	padding-right: 40px;
	background: #fff;
}

.r-f-des {
	flex: 1;
}

.menu-lists {
	margin: 0;
	padding: 0;
	outline: none;
}

.menu-lists li {
	border-bottom: 1px solid #7B7D80;
	font-size: 14px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #222D36;
	line-height: 16px;
	padding: 12px 0;
	cursor: pointer;
	padding-left:20px;
}

.menu-lists li.active {
	color: #EB1000;
	font-weight: 800;
}

.feades-img {
	margin: 30px auto;

}

.feades-img img {
	max-width: 100%;
}



.n-padtb-20 {
	padding: 20px 0;
}

.seebtn {
	width: 264px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #EB1000;
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 60px;
}

.seebtn:hover {
	color: #fff;
	opacity: 0.9;
}

.feades-item {
	padding-bottom: 60px;
}

.downlists {
	list-style: none;
	line-height: 22px;
	padding: 0;
	margin: 0;
}

.downlists li a {
	color: #222D36;
	text-decoration: underline;
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #222D36;
	margin-bottom: 10px;
	display: inline-block;

}

.downlists li {
	position: relative;
}

.downlists li::before {
	content: '';
	display: inline-block;
	height: 8px;
	width: 8px;
	margin-right: 10px;
	border-radius: 8px;
	background-color: #222D36;
}

.partners-panel .panel-tit {
	font-size: 24px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
	margin-bottom: 20px;

}

.partners-panel .panel-tit::before {
	content: '';
	display: block;
	width: 50px;
	height: 8px;
	background: #EB1000;
	margin-bottom: 20px;
	margin-top: 40px;
}

.n-contact {
	background: #F5F6F9;
	padding: 40px 0;
}

.n-contact .n-w1200 {
	display: flex;
}

.n-contact .ready {
	width: 50%;
	text-align: center;
}

.n-contact .ready:first-child {
	border-right: 1px solid #979797;
}

.n-contact .ready .acpfont {
	font-size: 60px;
	color: #222D36;
	margin-bottom: 15px;
	display: block;
	line-height: 1;
}

.n-contact .ready h2 {
	font-size: 32px !important;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
}

.n-normalbtn {
	display: inline-block;
	width: 170px;
	height: 50px;
	background: #EB1000;
	line-height: 50px;
	font-size: 18px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #FFFFFF;
	letter-spacing: 4px;
	padding: 0 30px;
	box-sizing: border-box;
	color: #fff;
}

.n-normalbtn:hover,
.n-normalbtn:active,
.n-normalbtn:visited,
.n-normalbtn:link {

	color: #fff;
}

.n-normalbtn:hover {
	background-color: #C90E00;
}

.partners-cooper ul li:nth-child(4n) {
	padding-right: 10px;
}

.planlist {
	display: flex;
}

.plan-item:first-child {
	padding-right: 40px;
}

.plan-item .acpfont {
	font-size: 60px;
	color: #222D36;
	line-height: 1;
	margin-bottom: 10px;
}

.plan-item .plan-tit {
	font-size: 24px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
	margin-bottom: 10px;
}

.plan-item dl,
.plan-item dd {
	margin: 0;
	padding: 0;
}

.plan-item dt,
.plan-item dd {
	margin-bottom: 10px;
}

.plan-item dl {
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 80px;
}

.plan-item dd::before {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222D36;
	content: '';
	margin-right: 5px;
}

.gz-table li {
	display: flex;
}

.gz-table .gz-col {
	padding: 0px 20px 0px;
	min-height: 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gz-table .gz-col span.tabbox {
	display: block;
	width: 100%;
	text-align: center;
}

.gz-table .gz-col-41 {
	flex-basis: 41%;
	padding: 0px 16px 0px 19px;
}

.gz-table .gz-col-41 span.tabbox {
	text-align: left;
}

.gz-table .gz-col-20 {
	flex-basis: 20%;

}

.gz-table .gz-col-19 {
	flex-basis: 19%;
}

.gz-table-body .gz-col-41 {
	border-right: 1px solid #D8D8D8;
}

.gz-table-body .gz-col-19,
.gz-table-body div.gz-col-20 {
	border-right: 1px solid #D8D8D8;
}

.gz-table li:nth-child(2n) {
	background: #E7ECF2;
}

.gz-table-body .gz-col:last-child {
	border-right: none;
}




.tab-h1 {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #222D36;
}

.tab-h2 {
	font-size: 12px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #222D36;
	letter-spacing: -0.6px;
}

.have .acpfont {
	color: #00C91C;
	font-size: 30px;
	line-height: 1;
}

.gz-table-th .tabg1,
.gz-table-th .tabg2,
.gz-table-th .tabg3 {
	background: #E9710A;
	font-size: 16px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #FFFFFF;
}

.gz-table-th .tabg2 {
	background: #ED2C2C;
}

.gz-table-th .tabg3 {
	background: #C2009B;
}

.tab-num {
	font-weight: bold;
	font-size: 16px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
}

.gz-table-body .openchat {
	text-decoration: underline;
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #222D36;
	cursor: pointer;
}

#trackLogin {
	font-size: 14px;
	color: #222D36;
	cursor: pointer;
}

#userCenter {
	position: relative;
}

div#userinfo {
	top: 0px;
	z-index: 10;
}

#userCenter dl dd {
	margin-bottom: 10px;
	cursor:pointer;
	font-size:14px;
}

#tab-packs .packs-wrapper .packs-list li {
	background: #fff;
}



/**合作伙伴 20210714**/
.partner-lists {
	background: #F6F7F7 url(../images/partnersbg.png) no-repeat left 120px;
	/*background-size:  auto 60%;*/
	padding: 60px;
	min-height: 1000px;
}

.partner-lists .container-box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.partner-select {
	width: 180px;
	padding-top:92px;
}
.partner-search{
	position: relative;
	margin-top: 15px;
}
.partner-search .acpfont{
	position: absolute;
	left:10px;
	top: 6px;
}
.partner-search input{
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	border: 1px solid #D8D8D8;
	padding-left:30px;
	margin-bottom: 0;
}

.partners-show {
	padding-left: 40px;
	width: 980px;
	flex: 1;
}

.partner-select dl,
.partner-select dd {
	margin: 0;
	padding: 0;
}

.partner-select dl {
	background: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	display: block;
	border-radius: 6px;
}
.partner-type-tit,.partner-select dt{
	font-size: 16px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
	padding-bottom: 15px;
}
.partner-select dt{
	border-bottom: 1px solid #D8D8D8;
}
.selectedClear{
	float: right;
	color: #898989;
}
.partner-type{
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #D8D8D8;
}
.partner-type-tit .acpfont{
	float:right;
	font-size: 18px;
}
.partner-type-items,
.partners-show ul {
	margin: 0;
	padding: 0;
}
.partner-type-items li label{
	font-size: 14px!important;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400!important;
	color: #222D36;
}
.partner-type-items{

}
.partners-show-tit {
	font-size: 32px;
font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
font-weight: 800;
color: #000000;
	line-height: 1;
	padding-bottom: 30px;
	border-bottom: 1px solid #969696;margin-bottom: 30px;
}
.partners-show ul{
	display: flex;
	flex-wrap: wrap;
}
.partners-show ul li{
	width:calc(25% - 16px);
	background: #3E434E;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.partners-show ul li a{
	color: #fff;
}
.partners-show ul li p,.partners-contact{
	font-size: 10px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
}
.partners-show ul li:nth-child(4n){
	margin-right: 0;
}
.partners-pic{
	background-color: #fff;
	text-align: center;
}
.partners-pic img{
	width: 100%;
}

.partners-type{
	padding: 20px;
}
.partners-type p{
	margin-bottom: 10px;
}
.partners-type h2{
	font-size: 16px!important;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 10px;
}
.partners-type h2:before{
	content:'';
	height:2px;
	display:block;
	background: linear-gradient(90deg, #FC2500 0%, rgba(248, 16, 0, 0) 100%);
	width:100%;
	margin-bottom:12px;
}
.partners-contact .contact-item,.partners-contact .contact-item span{
	font-size: 10px;
}
.partners-contact .contact-item span{
	font-size: 10px;
	display: inline-block;
	width: 10px;
	margin-right: 10px;
}
.partners-contact .contact-item:last-child span{
	font-size: 8px;
}


/***20210720***/
.n-signup{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 38px;
	border-radius: 6px;
	border: 1px solid #EB1000;
	font-size: 14px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #EB1000;
}
.n-signup::before{
	display: inline-block;
	font-family: 'acpfont';
	content: '\e627';
	margin-right:10px;
}
.n-signup:hover{
	background-color: #EB1000;
	color: #fff;
}
.bot-logo-font{
	font-size: 21px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #F5F6F9;
	line-height: 32px;
	letter-spacing: 1px;
}
.new-about img{
	margin: 30px 0;
}
.new-about p{
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #222D36;
	line-height: 24px;
	margin-bottom: 25px;
}
.about-colname{
	text-align: center;
	font-size: 32px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #222D36;
}
.about-menus {
	padding-top: 30px;
}
.about-menus ul{
	width: 240px;
	border-bottom: 2px solid #F4F4F4;
	margin:0 auto;
	display: flex;
	justify-content: center;
}
.about-menus ul li{
	margin-left: 35px;
	color: #A8A8A8;
	padding-bottom: 10px;
	cursor: pointer;
}
.about-menus ul li:first-child{
	margin-left: 0;
}
.about-menus ul li.active{
	color:#222D36;
	position: relative;
}
.about-menus ul li.active::after{
	content: '';
	height: 2px;
	background: #222D36;
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left:0;
}
.new-contact{
	display: flex;

}
.new-contact-list,.new-contact-list dl,.new-contact-list dt,.new-contact-list dd{
	padding: 0;
	margin: 0;
}
.new-contact-list dl{
	display: flex;
	width: 100%;
}
.new-contact-list dl dt{
	padding-right:20px;
}
.new-contact-list dl dt span{
	font-size: 24px;
}
.new-contact-list dd{
	padding-top: 4px;
}
.new-contact-list dd h2{
	margin: 0!important;
	line-height: 24px;
	font-size: 21px!important;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}
.new-contact-list dd p{
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #3E484F;
	line-height: 28px;
	margin-top: 10px!important;
}
.new-contact-desc{
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #3E484F;
	line-height: 28px;
	margin-bottom: 40px;
}
.new-contact-l{
	flex: 1;
}
.new-contact-r{
	width: 485px;
}
.follow-btn .account{
	width: 240px;
	margin: 0 auto 20px;
	text-align: center;
}
.follow-btn .account img{
	width:100%;
	display: block;
}

.account span{
	font-size: 18px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	line-height: 28px;
}

.searchbg{
	background: url(../images/searchimgleft.png) no-repeat left top;
	background-size:auto 24%;
}


.unlogin{
	margin-left:25px;
	color:#fff;
	margin-right:6px;
	font-size:18px;
}
#trackLogin {
	font-size: 15px;
}
.logined img{
	width:28px;
	height:28px;
	border-radius:100px;
}
.logined{
	margin-left:25px;
	margin-right:6px;
}

.couponList{
	padding-left:0;
	margin-left:0;
}
.couponList li {
    width: 31%;
    padding: 0px 0;
    line-height: 32px;
    background: #FFFFFF;
    /* box-shadow: 0px 6px 20px 1px rgb(0 0 0 / 10%); */
    border-radius: 10px;
    margin-right: 40px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei", sans-serif;
    color: #3E484F;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;

}
.couponList li.current::before {
	font-family: 'acpfont';
	content: '\e61e';
	display: inline-block;
	color: #fff;
	font-size: 16px;
	height: 26px;
	width: 35px;
	background: #f00;
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 1.2;
	text-indent: 16px;
	overflow: hidden;
	border-radius: 0 6px 0 0;

}

.couponList li.current::after {
	content: '';
	display: inline-block;
	color: #FF0000;
	font-size: 100px;
	height: 45px;
	width: 28px;
	background: #fff;
	position: absolute;
	right: 11px;
	top: 2px;
	transform: rotate(-55deg);
}
.couponList li .couponList-num{
	width:100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right,#f39683,#f24b34);
	color: #fff;
	font-size:18px;
	font-weight: bold;
	border-radius: 10px 0 0 10px;
}
.couponList li .couponList-text{
	flex: 1;
	box-sizing: border-box;
	border: 1px solid #dedede;
	border-left:0;
	padding-left:10px;
	border-radius: 0 10px 10px 0;
	padding:10px;
	line-height: 1.7;
	min-height: 100px;
}
.couponList-text .couponList-name{
	font-size:16px;
}
.couponList-rule,.couponList-time{
	color:#666;
	font-size:12px;
}
.couponList li.unclickCoupon{
	pointer-events: none;
	position:relative;
	overflow:hidden;
}
.couponList li.unclickCoupon:before{
	content:'不可使用';
	display:flex;
	position:absolute;
	right:-26px;
	top:12px;
	background:#ccc;
	width:100px;
	height:20px;
	font-size:10px;
	justify-content: center;
	align-items: center;
	transform: rotate(45deg);
}
.couponList li.unclickCoupon .couponList-num{
	background:#ccc;
}
.couponList li .text-price {
	font-size: 22px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #fff;

}

.couponList li .text-price::before {
	display: inline-block;
	content: '¥';
	font-size: 40%;
	font-weight: 500;
	margin-right: 4px;
}

#discountNum{
	font-style: normal;
}


.newPayPop{
	background:#24ab37;
    width: 400px;
    left: 50%;
    top: 50%;
    /*height:356px;*/
    margin-left: -200px;
}
.newPayPop .closepop {
    color: #fff;
}
.newPayPop .pay-suc h1{
	font-weight:normal!important;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
}
.newPayPop .pay-suc h1::after{
	display:none;
}
.newPayPop .pay-suc h1 .acpfont{
	font-size:46px;
	margin-right:10px;
}
.newPayPop .pay-suc h1 .acpfont:hover{
	color:#fff;
}
.newPayPop .codeimg{
	background:#fff;
	width:240px;
	padding:20px;

	box-sizing: border-box;
}
.newPayPop .pay-suc .codeimg h2 {
    font-size: 14px;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN, "microsoft yahei", sans-serif;
    font-weight: 800;
    color: #3E484F;
    line-height: 21px;
    margin-top: 4px!important;
    margin-bottom:10px!important;
}

#trackLogin,#userCenter{
	display:none;
}
.subsidiary #goodsList_adobezb_div .courses-items {
    background: #FFFFFF;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
}
.subsidiary #goodsList_adobezb_div .courses-img{
	height:auto;
}
.subsidiary #goodsList_adobezb_div .courses-items:hover {
   box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
}
#midBanner{
	min-height:300px;
}
.bot-logo-font{
	font-size:20px;
	text-align: justify;
	text-align-last:justify;
	width:340px;
	white-space:nowrap;
}
.bot-logo-font::before{
	height:1px;
	width:340px;
	background:linear-gradient(to left,rgba(255,255,255,0.8),rgba(255,255,255,0.5));
	content:'';
	display:block;
	margin-bottom:4px;
	margin-top:10px;
}
.couponList li:nth-child(3n){
	margin-right:0;
}


.n-cooper{
	background:#fff;
}
.n-cooper ul{
	margin-bottom: 20px;
}
.n-cooper ul li{
	background:#fff;
	border-radius:10px;
	 box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 10%);
	 display:flex;
	 justify-content: center;
	 align-items: center;
	 padding-right:0;
	 width:calc(20% - 10px);
	 margin-right:12px;
	 margin-bottom:12px;
	 overflow:hidden;
}
.n-cooper ul li:nth-child(5n){
	margin-right:0;
}

.text-oldprice{
	color:#777;
	text-decoration: line-through;
	margin-left:10px;
	font-size:16px;

}
/**证书寄送*/
.cert-mail{
	height: 40px;
	line-height:40px;
	width:200px;
	margin:20px auto 0;
    border-radius: 30px;
    border: 2px solid #3E484F;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding-left:20px;
    cursor:pointer;
}
.cert-mail:hover{
	background:#3E484F;
	color:#fff;
}
.cert-mail:hover a{
	color:#fff;
}
.cert-mail .acpfont{
	margin-right:20px;

}
.cert-mail  a{
	color:#2F2F2F;
	font-weight: bold;
	float: right;
	margin-right:40px;
}
h2 .cert-mail{
	position:absolute;
	right:0;
	top:-30px;
	line-height:32px!important;
	width:auto;
}
h2 .cert-mail .acpfont{
	display:inline-block;
	line-height:1!important;
	margin-right:10px;
}
h2 .cert-mail a{
	font-weight: normal;
	margin-right:0;
	font-size:14px;
	float:unset;line-height:1!important;
	margin-right:15px;
}

.swiper-container.homeppt {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
  .swiper-container.homeppt  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.swiper-container.homeppt .swiper-pagination{
	bottom:60px;
}
.swiper-container.homeppt .swiper-pagination-bullet-active{
	background:#EB1000;
}
