@charset "utf-8";
/*---------------- global ----------------*/
.lg {
	display: block;
}

img.lg {
	display: block !important;
}

.xs {
	display: none;
}

img.xs {
	display: none !important;
}

#wrapper {
	width: 100%;
}

.container {
	width: 1720px;
	width: 90%;
	min-width: 1144px;
}

.main {
	width: 1140px;
}

.content {
	width: 1140px;
}


/*---------------- ani ----------------*/
@-webkit-keyframes jump-arrow {
	0% {
		-webkit-transform:translate(0);
		transform:translate(0)
	}
	25% {
		-webkit-transform:translate(32px);
		transform:translate(32px)
	}
	50% {
		-webkit-transform:translate(0);
		transform:translate(0)
	}
	75% {
		-webkit-transform:translate(12px);
		transform:translate(12px);
		opacity:.8
	}
	to {
		-webkit-transform:translate(8px);
		transform:translate(8px);
		opacity:.6
	}
}

@keyframes jump-arrow {
	0% {
		-webkit-transform:translate(0);
		transform:translate(0)
	}
	25% {
		-webkit-transform:translate(32px);
		transform:translate(32px)
	}
	50% {
		-webkit-transform:translate(0);
		transform:translate(0)
	}
	75% {
		-webkit-transform:translate(12px);
		transform:translate(12px);
		opacity:.8
	}
	to {
		-webkit-transform:translate(8px);
		transform:translate(8px);
		opacity:.6
	}
}

/*---------------- global ----------------*/
.header {
	width: 100%;
	height: 104px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	overflow: visible;
}

.header.hide {
	transform: translate3d(0, -100%, 0);
	-webkit-transform: translate3d(0, -100%, 0);
	-ms-transform: translate3d(0, -100%, 0);
	-moz-transform: translate3d(0, -100%, 0);
}

.header > .main {
	overflow: visible;
}

.header .logo {
	width: 66px;
	height: 44px;
	float: left;
	margin: 30px 0 0 0;
	position: relative;
}

.header .logo a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.logo i {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: no-repeat 0 0;
	background-size: auto 100%;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
}

.logo i.white {
	background-image: url(../images/logo_white.png);
}

.logo i.black {
	background-image: url(../images/logo_black.png);
	opacity: 0;
}

.festival-nav {
	width: auto;
	height: 15px;
	float: right;
	margin: 46px 0 0 175px;
	margin: 47px 0 0 100px;
}

.festival-nav img {
	height: 100%;
	display: block;
}

.nav {
	width: auto;
	height: auto;
	float: right;
	margin-top: 41px;
	overflow: visible;
}

.nav li {
	height: 64px;
	float: left;
	margin-left: 44px;
	position: relative;
	overflow: visible;
}

.nav li a {
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
}

.nav li a:hover {
	opacity: 1;
}

.nav li a.bold {
	font-weight: 600;
}

.nav li.subnav-arrow {
	padding-right: 20px;
	background: url(../images/nav_arrow_white.png) no-repeat right 10px;
	background-size: 12px;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
}

.nav li .subnav {
	width: 172px;
	height: auto;
	margin-left: -86px;
	padding: 7px 0;
	position: absolute;
	left: 50%;
	top: 63px;
	background: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	display: none;
	/*
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	-ms-transform: translate3d(0, 30px, 0);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	*/
}

.nav li .subnav a {
	color: #000000;
}

.nav li .subnav.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.icon-top-member {
	width: auto;
	height: 23px;
	display: block;
}

.icon-top-member path {
	fill: #ffffff;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
}


/* fixed */
.header.fixed {
	background: #ffffff;
}

.header.fixed .logo i.white {
	opacity: 0;
}

.header.fixed .logo i.black {
	opacity: 1;
}

.header.fixed .nav li a {
	color: #000000;
}

.header.fixed .nav li a::after {
	background: #000000;
}

.header.fixed .nav li.subnav-arrow {
	background-image: url(../images/nav_arrow_black.png);
}

.header.fixed .icon-top-member path {
	fill: #000000;
}

/* black page header fixed */
.black-page .header.fixed {
	background: #000000;
}

.black-page .header.fixed .logo i.white {
	opacity: 1;
}

.black-page .header.fixed .logo i.black {
	opacity: 0;
}

.black-page .header.fixed .nav li a {
	color: #ffffff;
}

.black-page .header.fixed .nav li a::after {
	background: #ffffff;
}

.black-page .header.fixed .nav li.subnav-arrow {
	background-image: url(../images/nav_arrow_white.png);
}

.black-page .header.fixed .nav li .subnav a {
	color: #000000;
}

.black-page .header.fixed .icon-top-member path {
	fill: #ffffff;
}

/*---------------- footer ----------------*/
.footer {
	background: #000000;
	/*border-top: 2px solid #ffffff;*/
	color: #ffffff;
}

.footer.no-border {
	border-top: 0;
}

.footer>.main {
	padding: 72px 0;
}

.ft-top {
	padding-bottom: 60px;
	border-bottom: 2px solid #ffffff;
}

.ft-title {
	width: 50%;
	float: left;
}

.ft-title p {
	width: 100%;
	float: left;
	margin-top: 12px;
	font-size: 20px;
	line-height: 28px;
}

.ft-top a {
	float: right;
	margin-top: 7px;
}

.ft-info {
	margin: 62px 0 0 0;
}

.ft-qrcode {
	float: left;
}

.ft-qrcode li {
	width: 160px;
	height: auto;
	float: left;
	margin-right: 15px;
}

.ft-qrcode li img {
	width: 100%;
	display: block;
}

.ft-qrcode li p {
	width: 100%;
	margin-top: 6px;
	font-size: 20px;
	line-height: 30px;
}

.ft-join {
	width: 260px;
	height: auto;
	float: right;
}

.ft-join h3 {
	width: 100%;
	float: left;
}

.ft-join p {
	width: 100%;
	float: left;
	margin-top: 12px;
	font-size: 12px;
	line-height: 16px;
}

/*
.ft-contact {
	margin: 56px 0;
	font-size: 20px;
	line-height: 28px;
}
*/

.ft-contact {
	width: 780px;
	float: left;
	font-size: 20px;
	line-height: 28px;
}

.copyright {
	margin-top: 62px;
	font-size: 10px;
	line-height: 16px;
}

.copyright a {
	margin: 0;
	color: #ffffff;
}

/*---------------- swiper ----------------*/
.swiper-container, .swiper-container * {
	overflow: visible;
}

.swiper-slide {
	overflow: hidden;
}

.swiper-pagination {
	width: 1140px !important;
	height: auto;
	margin-left: -570px !important;
	left: 50% !important;
	bottom: 36px !important;
	z-index: 200;
	display: flex;
	justify-content: flex-start;
}

.swiper-pagination-bullet {
	width: 50px;
	height: 4px;
	position: relative;
	/* background: rgba(255, 255, 255, 0.53); */
	background-color: #000000;
	border-radius: 0;
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	cursor: pointer;
}

.swiper-pagination-bullet::before {
	content: " ";
	width: 0%;
	height: 100%;
	display: block;
	background: #ffffff;
}

.swiper-pagination-bullet:hover {
	background: rgba(255, 255, 255, 0.65);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
	background: #CC2C25 !important;
}


/* timer */
.swiper-pagination.timer .swiper-pagination-bullet::before {
	display: none;
}

.swiper-pagination.timer .swiper-pagination-bullet i {
	width: 0%;
	height: 100%;
	display: block;
	background: #ffffff;
}

.swiper-pagination.timer .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 264px;
	background: rgba(255, 255, 255, 0.53);
}

.swiper-pagination.timer .swiper-pagination-bullet.swiper-pagination-bullet-active i {
	animation: banner-stroke 7.1s linear;
	-webkit-animation: banner-stroke 7.1s linear;
	-ms-animation: banner-stroke 7.1s linear;
	-moz-animation: banner-stroke 7.1s linear;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

@-moz-keyframes banner-stroke {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@-webkit-keyframes banner-stroke {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@keyframes banner-stroke {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

/* black */
.swiper-pagination.black .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.12);
}

.swiper-pagination.black .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination.black .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000000;
}

/*---------------- banner ----------------*/
.banner {
	background: no-repeat center center;
	background-size: cover;
}

.banner img, .banner video {
	width: 100%;
	height: auto;
	display: block;
}

.banner-block {
	width: 100%;
	height: 104px;
}


/*---------------- public ----------------*/
.part-title {
	float: left;
	padding-right: 20px;
	position: relative;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	overflow: visible;
}

.part-title::after {
	content: " ";
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: -30px;
	top: 2px;
	background: url(../images/f_white.svg) no-repeat 0 0;
	background-size: 100%;
}

.part-title.black {
	color: #000000;
}

.part-title.black::after {
	background-image: url(../images/f_black.svg);
}

/* part title big */
.part-title.big {
	padding-right: 45px;
	font-size: 96px;
	line-height: 106px;
}

.part-title.big::after {
	width: 96px;
	height: 96px;
	top: 5px;
	right: -50px;
}

.part-title.nof::after {
	display: none;
}

.btn-box {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	z-index: 2;
}

.list-btn-box {
	margin-bottom: 88px;
}

.list-btn-box .btn-load {
	margin: 0 auto;
}

.list-btn-box.wow {
	opacity: 0;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

/*---------------- home ----------------*/
.home-banner, .home-banner .swiper-container, .home-banner .swiper-wrapper {
	height: 100vh;
}

.home-banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.home-banner img, .home-banner video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.home-banner-info {
	width: 1140px;
	height: 100%;
	margin-left: -570px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #ffffff;
}

.home-banner-info a {
	color: #ffffff;
}


.home-banner-info.black, .home-banner-info.black a {
	color: #000000;
	font-family: "Noto Sans SC", 微软雅黑 !important;
	/* font-family: heiti !important; */
	/* font-family: 黑体 !important; */
}


.home-banner-info * {
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
}

.home-banner-info h4 {
	min-height: 44px;
	margin-bottom: 12px;
	padding-right: 20px;
	position: relative;
	font-size: 40px;
	line-height: 44px;
	opacity: 0;
}

.home-banner-info h4::after {
	content: " ";
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: -30px;
	top: 2px;
	background: url(../images/f_white.png) no-repeat 0 0;
	background-size: 100%;
}

.home-banner-info h4.nof::after {
	display: none;
}

.home-banner-info h2 {
	min-height: 106px;
	font-size: 96px;
	font-weight: 500;
	line-height: 106px;
	opacity: 0;
}

.home-banner-info h3 {
	min-height: 44px;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	opacity: 0;
}

.home-banner-info p {
	min-height: 26px;
	margin-top: 12px;
	font-size: 20px;
	line-height: 26px;
	opacity: 0;
}

.home-banner-info a.btn-arrow {
	margin-top: 104px;
	opacity: 0;
}


.home-about {
	margin: 104px 0 156px 0;
}

.home-about img {
	width: 400px;
	float: left;
	display: block;
}

.home-about p {
	width: 404px;
	height: auto;
	float: right;
	display: block;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
}

.home-design {
	margin: 100px 0 129px 0;
}

.welcome {
	color: #000000;
}

.welcome-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
}

.welcome-list {
	margin: 56px 0 164px 0;
}

.welcome-item {
	margin-top: 48px;
	display: flex;
	justify-content: center;
	font-size: 96px;
	line-height: 106px;
}

.welcome-item img {
	height: 120px;
	display: block;
	margin: 0 16px;
}

.home-explore {
	padding: 95px 0 110px 0;
	background: #000000;
}

.full-explore-list {
	margin-top: 62px;
	display: flex;
	justify-content: space-between;
}

.home-explore-item {
	width: 32.2916%;
	margin-right: 1.5625%;
	position: relative;
}

.home-explore-item:nth-child(3n) {
	margin-right: 0;
}

.home-explore-item .thumb a {
	padding-left: 19px;
	position: absolute;
	left: 17px;
	bottom: 14px;
	background: url(../images/f_white.png) no-repeat left center;
	background-size: 13px;
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
}

.home-explore-item .thumb a.black {
	color: #000000;
	background-image: url(../images/f_black.png);
}

.home-explore-item .info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.home-explore-item .info:hover {
	opacity: 1;
}

.home-explore-item .info a {
	width: 100%;
	height: 100%;
	padding: 0 12.8%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #ffffff;
	font-size: 1.875vw;
	font-weight: 700;
	line-height: 133%;
	opacity: 1;
}

.home-explore-item .info a:hover {
	opacity: 1;
}

.home-news {
	margin: 116px 0;
}

.home-clients {

}

/*---------------- client ----------------*/
.client-row {
	width: 100%;
	height: 150px;
	padding: 25px 0;
}

.client-row img {
	max-height: 100px;
	margin-right: 50px;
}

.client-row a:hover {
	opacity: 1;
}

.client-mask {
	width: 121px;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 200;
	background: url(../images/f_black.svg) no-repeat center center #ffffff;
	background-size: 57px;
}

/*---------------- rec-item ----------------*/
.rec-list {
	margin: 64px 0 55px 0;
}

.rec-item {
	width: 360px;
	height: auto;
	float: left;
	margin-right: 30px;
}

.rec-item:nth-child(3n) {
	margin-right: 0;
}

.rec-item .thumb {
	width: 100%;
	height: 200px;
}

.rec-item .info {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
}

.rec-item .info h3 {
	margin-top: 24px;
	font-weight: 700;
}

.rec-item .info a {
	color: #000000;
}

.rec-item .info p {
	margin-top: 12px;
}


/*---------------- course ----------------*/
.course-banner {
	margin-bottom: 104px;
}

.course-banner video {
	width: 100%;
	height: auto;
}

.evaluate-list {
	width: 100%;
	height: 300px;
	height: auto;
	background: #ffffff;
}

.evaluate-list-box {
	padding: 72px 0 106px 0;
	position: relative;
}

.evaluate-item {
	width: 840px;
	min-height: 180px;
	display: flex;
	color: #000000;
}

.evaluate-item .student {
	max-width: 120px;
	height: auto;
	margin-right: 12px;
}

.evaluate-item .student h2 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
}

.evaluate-item .student h3 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 16px;
}

.evaluate-item p {
	width: 708px;
	flex: 1;
	font-size: 20px;
	line-height: 30px;
}

/*---------------- design ----------------*/
.rec-design {

}


/*---------------- news ----------------*/
.news-mask {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ufdnews.png) no-repeat center center rgba(0, 0, 0, 0.4);
	background-size: 146px;
	background: none;
}

.news-list-info {
	margin: 104px 0;
}

.news-list-info p {
	margin-top: 24px;
	font-size: 24px;
	line-height: 36px;
}

.news-subclass {
	margin: -20px 0 24px 0;
}

.news-subclass a {
	float: left;
	margin-right: 32px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.2);
}

.news-subclass a:hover {
	color: rgba(0, 0, 0, 0.53);
	opacity: 1;
}

.news-subclass a.on {
	border-bottom: 2px solid #000000;
	color: #000000;
}

.news-list {
	margin-bottom: 104px;
	border-top: 2px solid #000000;
}

.news-item {
	width: 100%;
	height: auto;
	float: left;
	padding: 24px 0;
	border-bottom: 2px solid #000000;
	opacity: 0;
	color: #000000;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.news-item .star {
	width: 36px;
	height: auto;
	margin: 0 0 0 5px;
	transform: translate3d(0, 4px, 0);
	-webkit-transform: translate3d(0, 4px, 0);
	-ms-transform: translate3d(0, 4px, 0);
	-moz-transform: translate3d(0, 4px, 0);
}

.news-item .info a {
	color: #000000;
}

.news-item .info {
	width: 740px;
	height: 200px;
	float: left;
	display: flex;
	flex-direction: column;
}

.news-item .info h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
}

.news-item .info p {
	margin-top: auto;
	font-size: 20px;
	line-height: 30px;
}

.news-item .thumb {
	width: 360px;
	height: 200px;
	float: right;
}

/* black page news */
.black-page .news-list-info {
	color: #ffffff;
}

.black-page .news-list {
	border-color: #ffffff;
}

.black-page .news-item {
	border-color: #ffffff;
	color: #ffffff;
}

.black-page .news-item .info a {
	color: #ffffff;
}

/*---------------- news show ----------------*/
.news-show-title {
	padding: 104px 0;
	position: relative;
}

.news-show-title h2 {
	font-size: 80px;
	font-weight: 700;
	line-break: 96px;
}

.news-show-title p {
	font-size: 24px;
	line-height: 36px;
}

.news-show-title a.btn-block {
	float: left;
	margin-top: 32px;
}

.news-show-title h5 {
	width: auto;
	height: auto;
	float: right;
	margin-top: 32px;
	color: #A7A9AC;
	font-size: 36px;
	line-height: 72px;
}

.news-show-title .qrcode {
	width: 160px;
	height: auto;
	display: block;
	position: absolute;
	right: 0;
	bottom: 16px;
	opacity: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
}

.news-show-content {
	margin-bottom: 72px;
	padding: 104px 128px;
	/* border-top: 2px solid #000000; */
	/* border-bottom: 2px solid #000000; */
	font-size: 20px;
	line-height: 30px;
}

.news-show-content h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 44px;
}

.news-show-content img {
	max-width: 100%;
	height: auto;
	margin-top: 48px;
	margin-bottom: 48px;
	pointer-events: none;
}

.news-show-content video {
	width: 100%;
	height: auto;
}

.show-rec-box {
	margin-bottom: 105px;
}

/*---------------- lecture ----------------*/
.lecture-list {
	margin-bottom: 104px;
	border-top: 2px solid #000000;
}

.lecture-item {
	width: 100%;
	height: auto;
	float: left;
	padding: 24px 0;
	border-bottom: 2px solid #000000;
	color: #000000;
}

.lecture-item .thumb {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.lecture-item .thumb a img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.lecture-item .thumb img.lecture-qrcode {
	width: auto;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}

.lecture-item:hover .thumb a img {
	transform: translate3d(-150px, 0, 0);
	-webkit-transform: translate3d(-150px, 0, 0);
	-moz-transform: translate3d(-150px, 0, 0);
	-ms-transform: translate3d(-150px, 0, 0);
}

.lecture-item:hover .thumb img.lecture-qrcode {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.lecture-item .info a {
	color: #000000;
}

.lecture-item .info {
	width: 100%;
	height: auto;
	float: left;
}

.lecture-item .info h3 {
	width: 100%;
	height: auto;
	float: left;
	margin: 24px 0 12px 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
}

.lecture-item .info h3 span {
	margin-left: 6px;
	font-size: 20px;
	font-weight: 400;
}

.lecture-item .info p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	line-height: 30px;
}

/* black page news */
.black-page .lecture-list {
	border-color: #ffffff;
}

.black-page .lecture-item {
	border-color: #ffffff;
	color: #ffffff;
}

.black-page .lecture-item .info a {
	color: #ffffff;
}


/*---------------- key ----------------*/
/*
.key-banner-info {
	width: 1140px;
	height: auto;
	margin-left: -570px;
	position: absolute;
	left: 50%;
	bottom: 677px;
}

.key-banner-info h2 {
	width: 100%;
	float: left;
	margin-top: 12px;
	color: #ffffff;
	font-size: 96px;
	font-weight: 500;
	line-height: 106px;
}

.key-banner-container {
	width: 100%;
	min-height: 540px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}

.key-banner-content {
	width: 884px;
	height: auto;
	margin: 84px 0 126px 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
}
*/

.key-banner {
	position: relative;
}

.key-banner-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
}

.key-banner-info {
	padding: 7.1354vw 0;
	position: relative;
	z-index: 2;
}

.key-banner-info .part-title {
	font-size: 2.0833vw;
}

.key-banner-info .part-title::after {
	height: 2.0833vw;
	margin-top: -1.0416vw;
	top: 50%;
	background-position-y: center;
	background-size: auto 100%;
}

.key-banner-info h2 {
	width: 100%;
	float: left;
	margin-top: 12px;
	color: #ffffff;
	font-size: 96px;
	font-weight: 500;
	line-height: 106px;

	font-size: 5vw;
	line-height: 110%;
}

.key-banner-container {
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 2;
}

.key-banner-content {
	width: 884px;
	height: auto;
	margin: 84px 0 126px 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;

	width: 884px;
	margin: 4.375vw 0 6.5625vw 0;
	font-size: 1.0417vw;
	line-height: 150%;
}

.key-show-content {
	width: 1140px;
	height: auto;
	margin-bottom: 99px;
	padding: 104px 128px;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
}

.key-show-content img {
	max-width: 100%;
	height: auto;
}

.key-show-content video {
	width: 100%;
	height: auto;
}

.key-list {
	padding: 60px 0 274px 0;
}

.key-list .swiper-pagination {
	bottom: 189px !important;
}

.key-item {
	width: 960px;
	position: relative;
}

.key-item img {
	width: 100%;
	display: block;
}

.key-item a:hover {
	opacity: 1;
}

.key-item .info {
	width: 100%;
	height: auto;
	padding: 17px 12px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
}

.key-item .info h3 {
	font-size: 64px;
	font-weight: 700;
	line-height: 64px;
	overflow: visible;
}

.key-item .info p {
	font-size: 36px;
	line-height: 52px;
	font-weight: 700;
	overflow: visible;
}

/*---------------- about ----------------*/
.about-intro {
	padding: 104px 0 80px 0;
}

.about-intro-subtitle {
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	overflow: visible;
}

.about-intro-title {
	margin: 32px 0 64px 0;
	font-size: 66px;
	font-weight: 700;
	line-height: 88px;
}

.about-intro-content {
	font-size: 24px;
	line-height: 36px;
}

.culture {
	margin: 104px 0 56px 0;
	margin: 0 0 56px 0;
}

.culture-item {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 48px;
}

.culture-item h3 {
	font-size: 48px;
	font-family: "ttss";
	font-weight: bold;
	line-height: 72px;
}

.culture-item p {
	font-size: 40px;
	line-height: 44px;
}

.about-content {
	margin-bottom: 64px;
	padding: 0 170px;
	color: #000000;
	font-size: 24px;
	line-height: 36px;
}

.about-content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 48px;
}

/*---------------- single ----------------*/
.single-top {
	padding: 104px 0 80px 0;
}

.single-subtitle {
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	overflow: visible;
}

.single-title {
	margin: 32px 0;
	position: relative;
	font-size: 96px;
	font-family: "ttss";
	line-height: 106px;
}

.single-title span {
	padding: 0 12px 0 0;
	position: relative;
}

.single-title span::before {
	content: "\“";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 48px;
	font-family: "figtree";
	line-height: 48px;
}

.single-info {
	font-size: 24px;
	line-height: 36px;
}


/*---------------- contact ----------------*/
.form-box li {
	width: 100%;
	height: 78px;
	margin-bottom: 32px;
	padding: 8px 16px;
	border: 1px solid #000000;
	color: #000000;
}

.form-box.contact-form li:first-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.form-box li.form-textarea-row {
	height: auto;
}

.form-box li label {
	width: auto;
	float: left;
	font-size: 20px;
	line-height: 30px;
}

.form-box li input {
	width: 900px;
	height: 30px;
	float: left;
	margin-left: 16px;
	border: 0;
	font-size: 20px;
}

.form-box li input.small {
	width: 500px;
}

.form-box li textarea {
	width: 100%;
	height: 210px;
	margin-left: 2px;
	border: 0;
	font-size: 20px;
	line-height: 30px;
}

.form-box li img.verify {
	height: 30px;
	float: right;
}

.btn-send-smscode {
	width: auto;
	float: right;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
}

.btn-send-smscode.disable {
	opacity: 0.6;
}

.contact-btn-box {
	margin: 30px 0 142px 0;
}

.contact-btn-box .btn-block {
	margin: 0 auto;
}

.contact-list {
	margin-bottom: 118px;
}

.contact-item {
	width: 100%;
	height: auto;
	margin-bottom: 32px;
	position: relative;
}

.contact-item::before {
	content: " ";
	width: 2px;
	height: 100%;
	display: block;
	position: absolute;
	left: 390px;
	top: 0;
	background: #000000;
}

.contact-item h2 {
	width: 390px;
	float: left;
	padding-right: 30px;
}

.contact-item .info {
	width: 580px;
	height: auto;
	float: right;
	position: relative;
}

.contact-item .info p {
	float: left;
	font-size: 20px;
	line-height: 30px;
}

.contact-item .info ul {
	width: auto;
	float: left;
}

.contact-item .info ul li {
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
}

.contact-item .info img {
	width: 120px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

/*---------------- join ----------------*/
.join-item {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 104px;
	color: #000000;
	opacity: 0;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
}

.join-title {
	width: 100%;
	height: 58px;
	float: left;
	position: relative;
	border-bottom: 2px solid #000000;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	cursor: pointer;
}

.join-title i {
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
	background: url(../images/plus.svg) no-repeat 0 0;
	background-size: 100%;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.join-item.show .join-title i {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
}

.join-content {
	width: 100%;
	height: auto;
	float: left;
	display: none;
}

.join-content .info {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 32px;
	font-size: 20px;
	line-height: 30px;
}

.join-email {
	height: 72px;
	margin-bottom: 128px;
	background: #000000;
	color: #ffffff;
	font-size: 20px;
	line-height: 72px;
	text-align: center;
}



/*---------------- draw ----------------*/
.draw-pic {
	width: 600px;
	height: auto;
	display: block;
	margin: 0 auto 48px auto;
}

.draw-pic::before {
	content: " ";
	width: 48px;
	height: 48px;
	display: block;
	margin: -24px 0 0 -24px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	background: url(../images/loader.png) no-repeat;
	background-size: 100% 100%;
	animation: rotating .5s linear infinite;
	-webkit-animation: rotating .5s linear infinite;
	-moz-animation: rotating .5s linear infinite;
	-ms-animation: rotating .5s linear infinite;
}

.draw-pic img {
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	z-index: 20;
	pointer-events: visible;
}

@keyframes rotating{
	from{
		-webkit-transform: rotate(0deg);
	}to{
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes rotating{
	from{
		-webkit-transform: rotate(0deg);
	}to{
		-webkit-transform: rotate(360deg);
	}
}

/*---------------- design festival ----------------*/
.bbdf-bg {
	width: 100%;
	height: calc(100% - 104px);
	margin-top: 104px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #a4aab1;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.bbdf-bg img {
	position: absolute;
	left: 30.052%;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.bbdf-bg.active {
	background: #ffffff !important;
}

.bbdf-bg.active img {
	left: 50%;
	transform: translate3d(-50%, -50%, 0) scale(0.5);
	-webkit-transform: translate3d(-50%, -50%, 0) scale(0.5);
	-ms-transform: translate3d(-50%, -50%, 0) scale(0.5);
	-moz-transform: translate3d(-50%, -50%, 0) scale(0.5);
	opacity: 0.3;
}

.bbdf-page {
	width: 100%;
	height: calc(100% - 104px);
	margin-top: 104px;
	position: relative;
	z-index: 2;
}

.bbdf-page * {
	overflow: visible;
}

.bbdf-page .swiper-container {
	height: 100%;
}

.bbdf-page .swiper-slide, .bbdf-page .swiper-slide * {
	overflow: hidden;
}

.bbdf-page .main {
	height: 100%;
	overflow: visible;
}

.bbdf-s1-title {
	position: absolute;
	left: 11.4583%;
	top: 50%;
	transform: translate3d(0, -50%, 0) scale(0.5);
	-webkit-transform: translate3d(0, -50%, 0) scale(0.5);
	-ms-transform: translate3d(0, -50%, 0) scale(0.5);
	-moz-transform: translate3d(0, -50%, 0) scale(0.5);
	transform-origin: 0% 50%;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
}

.bbdf-s1-content {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.bbdf-item-top {
	width: 100%;
	position: absolute;
	left: 0;
	top: 11.8518%;
}

.bbdf-title {
	width: auto;
	height: auto;
	float: left;
	margin-top: 9px;
	padding-left: 42px;
	background: url(../images/f_black.svg) no-repeat 0 center;
	background-size: auto 88px;
	color: #000000;
}

.bbdf-title h2 {
	width: 100%;
	height: auto;
	margin-top: 8px;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	overflow: visible;
}

.bbdf-title h3 {
	width: 100%;
	height: auto;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	overflow: visible;
}

.bbdf-count {
	width: auto;
	height: auto;
	float: right;
	display: flex;
	align-items: center;
	color: #AEB3BA;
}

.bbdf-count h2 {
	width: auto;
	height: auto;
	float: left;
	margin-right: 24px;
	font-size: 96px;
	font-weight: 700;
	line-height: 105px;
	overflow: visible;
}

.bbdf-count h3 {
	width: 80px;
	height: auto;
	float: left;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	overflow: visible;
}

.bbdf-date {
	width: auto;
	height: auto;
	float: right;
	color: #AEB3BA;
	font-size: 96px;
	font-weight: 700;
	line-height: 105px;
	overflow: visible;
}

.bbdf-design-for {
	width: 100%;
	height: auto;
	position: absolute;
	left: 388px;
	top: 36%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.bbdf-design-for:hover {
	left: 138px;
}

.bbdf-design-for .thumb {
	width: 364px;
	float: left;
	cursor: pointer;
}

.bbdf-design-for .thumb img {
	width: 100%;
}

.bbdf-design-for .info {
	margin-left: 52px;
	opacity: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.bbdf-design-for:hover .info {
	opacity: 1;
}

.bbdf-design-for .info h3 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	overflow: visible;
}

.bbdf-design-for .info p {
	width: 100%;
	height: auto;
	float: left;
	margin: 8px 0 104px 0;
	font-size: 24px;
	line-height: 36px;
	overflow: visible;
}

.bbdf-awards-count {
	width: auto;
	height: auto;
	float: right;
	margin-left: 48px;
	display: flex;
	align-items: center;
	color: #AEB3BA;
}

.bbdf-awards-count h2 {
	width: auto;
	height: auto;
	float: left;
	margin-right: 24px;
	font-size: 96px;
	font-weight: 700;
	line-height: 105px;
	overflow: visible;
}

.bbdf-awards-count h3 {
	width: 80px;
	height: auto;
	float: left;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	overflow: visible;
}

.bbdf-awards {
	width: 100%;
	height: auto;
	position: absolute;
	left: 436px;
	top: 40%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.bbdf-awards:hover {
	left: 202px;
}

.bbdf-awards .thumb {
	width: 268px;
	height: auto;
}


.bbdf-awards .info {
	margin-left: 52px;
	opacity: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
}

.bbdf-awards:hover .info {
	opacity: 1;
}

.bbdf-awards .info h3 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	overflow: visible;
}

.bbdf-awards .info p {
	width: 100%;
	height: auto;
	float: left;
	margin: 8px 0 104px 0;
	font-size: 24px;
	line-height: 36px;
	overflow: visible;
}


.bbdf-photo-container {
	width: 100%;
	height: 100%;
	overflow: visible;
}

.bbdf-photo-container .bbdf-item-top {
	width: 1140px;
	margin: 0 0 0 -570px;
	left: 50%;
}

.bbdf-photo {
	width: 100%;
	height: 55.6%;
	position: absolute;
	left: 0;
	top: 32%;
}

.bbdf-photo-row {
	width: 100%;
	height: calc(50% - 5px);
}

.bbdf-photo-row img {
	height: 100%;
	margin-right: 10px;
}

.bbdf-photo-row-1 {
	margin-bottom: 10px;
}

.bbdf-intro {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: visible;
}

.bbdf-intro .thumb {
	width: 80px;
	height: auto;
	margin: 0 241px 0 128px;
	opacity: 0;
	transition: all .4s ease .3s;
	-webkit-transition: all .4s ease .3s;
	-ms-transition: all .4s ease .3s;
	-moz-transition: all .4s ease .3s;
}

.bbdf-intro .info {
	width: 660px;
	height: auto;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	opacity: 0;
	transform: translate3d(0, 30px ,0);
	-webkit-transform: translate3d(0, 30px ,0);
	-moz-transform: translate3d(0, 30px ,0);
	-ms-transform: translate3d(0, 30px ,0);
	transition: all .6s ease .6s;
	-webkit-transition: all .6s ease .6s;
	-ms-transition: all .6s ease .6s;
	-moz-transition: all .6s ease .6s;
}

.swiper-slide.swiper-slide-active .bbdf-intro .thumb, .swiper-slide.swiper-slide-active .bbdf-intro .info {
	opacity: 1;
	transform: translate3d(0, 0 ,0);
	-webkit-transform: translate3d(0, 0 ,0);
	-moz-transform: translate3d(0, 0 ,0);
	-ms-transform: translate3d(0, 0 ,0);
}

/*---------------- awards ----------------*/
.awards-list-title {
	font-family: "Noto Sans SC",'微软雅黑';
	font-weight: 700;
}

/*======================= exam form =======================*/
.ufd-checkbox {
	width: 24px;
	height: 24px;
	background: #d9d9d9 no-repeat center center;
	background-size: 75%;
	cursor: pointer;
}

.ufd-checkbox.checked {
	background-image: url(../images/check.png);
}

/*======================= member tips =======================*/
.member-tips-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000;
	background: rgba(0, 0, 0, 0.53);
	display: none;
}

.member-tips-box {
	width: 800px;
	height: 490px;
	margin: -245px 0 0 -400px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 3100;
	background: #ffffff;
	border: 2px solid #000000;
	display: none;
}

.member-tips-box p {
	margin: 183px 0 141px 0;
	padding: 0 100px;
	color: #000000;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
}

.member-tips-box ul {
	display: flex;
	justify-content: center;
}

.member-tips-box ul li {
	margin: 0 12px;
}

.member-tips-box ul li a.btn-block {
	width: 170px;
	height: 46px;
	border: 1px solid #000000;
	font-size: 20px;
	line-height: 30px;
}

/*======================= member guide =======================*/
.member-guide-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000;
	background: rgba(0, 0, 0, 0.53);
	display: none;
}

.member-guide-box {
	width: 800px;
	height: 490px;
	margin: -245px 0 0 -400px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 3100;
	background: #ffffff;
	border: 2px solid #000000;
	display: none;
}

.member-guide-content {
	width: 720px;
	height: 320px;
	margin: 40px 20px 40px 40px;
	padding-right: 20px;
	box-sizing: content-box;
	color: #000000;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	overflow: auto;
}

.member-guide-content::-webkit-scrollbar {
	width: 0;
}

.member-guide-box ul {
	display: flex;
	justify-content: center;
}

.member-guide-box ul li {
	margin: 0 12px;
}

.member-guide-box ul li a.btn-block {
	width: 170px;
	height: 46px;
	border: 1px solid #000000;
	font-size: 20px;
	line-height: 30px;
}

/*======================= account =======================*/
.account-form {
	margin: 36px 0 0 0;
}

.account-info {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.account-info a {
	color: #000000;
}

.account-agreement {
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.account-agreement span {
	margin-right: 6px;
}

#f-Agreement {
	margin-left: 0;
	margin-right: 6px;
}

.account-agreement a {
	color: #0057FF;
}

.account-btn-box {
	padding: 48px 0 104px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.account-btn-box a {
	margin: 0 42px;
	color: #000000;
	font-size: 36px;
	line-height: 48px;
}


/*======================= timeline =======================*/
.timeline-list {
	margin: -56px 0 56px 0;
}

.timeline {
	margin-bottom: 48px;
}

.timeline-title {
	margin-bottom: 54px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.timeline-title i {
	width: 33px;
	height: 18px;
	display: inline-block;
	margin-left: 18px;
	background: url(../images/timeline-arrow.png) no-repeat 0 0;
	background-size: 100%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-moz-transition: all .2s linear;
}

.timeline.hide .timeline-title i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.timeline ul {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.timeline ul::before {
	content: " ";
	width: 100%;
	height: 4px;
	display: block;
	background: #000000;
	position: absolute;
	left: 0;
	top: 55px;
}

.timeline  ul li {
	width: 180px;
	position: relative;
	text-align: center;
}

.timeline  ul li::before {
	content: " ";
	width: 30px;
	height: 30px;
	display: block;
	margin-left: -15px;
	position: absolute;
	left: 50%;
	top: 42px;
	background: #A7A9AC;
	border-radius: 50%;
}

.timeline  ul li h5 {
	margin-bottom: 57px;
	color: #A7A9AC;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.timeline  ul li h3 {
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.timeline  ul li h3 a {
	color: #000000;
}

.timeline  ul li.green::before {
	background: #24A148;
}

.timeline  ul li.green h5 {
	color: #24A148;
}


/*======================= exam =======================*/
.exam-top {
	padding: 104px 0 36px 0;
	border-bottom: 2px solid #000000;
}

.exam-top h1 {
	font-size: 96px;
	line-height: 106px;
	font-weight: 700;
}

.exam-top p {
	margin-top: 26px;
	font-size: 20px;
	line-height: 30px;
}


.exam-subclass {
	margin: 104px 0 28px 0;
}

.exam-subclass a {
	float: left;
	margin-right: 54px;
	padding-bottom: 12px;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	color: rgba(0, 0, 0, 0.53);
}

.exam-subclass a:hover {
	color: rgba(0, 0, 0, 1);
}

.exam-subclass a.on {
	border-bottom: 4px solid #000000;
	color: #000000;
}

.exam-list {
	margin: 80px 0 8px 0;
	position: relative;
}

.exam-banner {
	margin-bottom: 80px;
}

.exam-banner-prev, .exam-banner-next {
	width: 72px;
	height: 100%;
	background: no-repeat center center rgba(255, 255, 255, 0.53);
	background-size: 28px;
	position: absolute;
	top: 0;
	z-index: 200;
}

.exam-banner-prev {
	left: 0;
	background-image: url(../images/exam_banner_prev.png);
}

.exam-banner-next {
	right: 0;
	background-image: url(../images/exam_banner_next.png);
}

.exam-list-btn-box {
	margin: 8px 0 104px 0;
	display: flex;
	justify-content: center;
}

.exam-item {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 80px;
}

.exam-banner .exam-item {
	margin-bottom: 0;
}

.exam-item img {
	width: 100%;
	display: block;
}

.exam-item-title {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 24px;
	padding: 0 50px;
	text-align: center;
}

.exam-item-title a {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
}

.exam-item-title a::after {
	content: ' ';
	width: 43px;
	height: 24px;
	display: inline-block;
	margin-left: 6px;
	background: url(../images/exam_title_arrow.png) no-repeat 0 0;
	background-size: 100%;

	margin-left: 0;
	display: none;
}

.exam-item-btn-box {
	width: 100%;
	height: 72px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.53);
	background: #000000;
}

.exam-item-btn-box li {
	width: 50%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}

.exam-item-btn-box li a {
	font-size: 24px;
	line-height: 36px;
}

.exam-item-btn-box li a.btn-exam-book {
	color: #000000;
	color: #ffffff;
}

.exam-item-btn-box li a.btn-exam-book-disable {
	color: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.7);
}

.exam-intro {
	margin: 52px 0 104px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.exam-intro h3 {
	margin: 12px 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	overflow: visible;
}

.my-exam {
	margin: 104px 0 128px 0;
	overflow: visible;
}

.no-exam-book {
	margin: 12px 0 128px 0;
}

.no-exam-book p {
	margin: 0 0 40px 0;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.my-exam .btn-box {
	margin-top: -25px;
}

.my-exam-list {
	margin: 64px 0 0 0;
	overflow: visible;
}

.my-exam-list-btn-box {
	display: flex;
	justify-content: center;
}

.my-exam-item {
	width: 540px;
	height: 330px;
	float: left;
	position: relative;
	margin: 0 58px 80px 0;
	overflow: visible;
}

.my-exam-item:nth-child(2n) {
	margin-right: 0;
}

.my-exam-item img {
	width: 100%;
	display: block;
}

.my-exam-item-title {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 24px;
	padding: 0 50px;
	text-align: center;
}

.my-exam-item-title a {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
}

.my-exam-item-date {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 141px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

.my-exam-item-date span {
	color: #24A148;
}

.my-exam-item-btn-box {
	width: 100%;
	height: 72px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	overflow: visible;
	background: #000000;
}

.my-exam-item-btn-box li {
	width: 50%;
	height: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
}

.my-exam-item-btn-box li.full {
	width: 100%;
}

.my-exam-item-btn-box li a {
	font-size: 24px;
	line-height: 36px;
}

.my-exam-item-btn-box li a.btn-exam-book {
	color: #000000;
	color: #ffffff;
}

.my-exam-item-btn-box li a.btn-exam-book-disable {
	color: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.7);
}

.exam-guideline {
	margin: 52px 0 104px 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.exam-guideline h3 {
	margin: 12px 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
}

.exam-guideline strong {
	font-weight: 700;
}

.exam-guideline table {
	width: 100%;
	border: 1px solid #000000;
	border-collapse: collapse;
}

.exam-guideline table td {
	padding: 0 5px;
	border: 1px solid #000000;
	vertical-align: middle;
	text-align: center;
}

.exam-status-title {
	width: auto;
	float: left;
	position: relative;
	padding-right: 42px;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	overflow: visible;
}

.exam-status-title::after {
	content: ' ';
	width: 30px;
	height: 30px;
	margin-top: -13px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url(../images/plus.svg) no-repeat 0 0;
	background-size: 100%;

	display: none;
}

.exam-info {
	margin: 64px 0 0 0;
	color: #000000;
}

.exam-info-title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
}

.exam-info-content {
	width: 100%;
	height: auto;
	float: left;
	margin: 12px 0 56px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.exam-info-content a {
	color: #0057FF;
}

.exam-info-tips {
	width: auto;
	height: 72px;
	float: left;
	display: flex;
	align-items: center;
	padding: 0 26px;
	background: #000000;
	color: #ffffff;
	font-size: 36px;
	font-weight: 400;
}

.exam-info-btn {
	width: 100%;
}

.exam-info-btn a {
	float: left;
	margin-right: 40px;
}

.exam-test {
	margin-bottom: 105px;
}

.test-image {
	margin: 0 0 280px 0;
	display: none;
	justify-content: center;
}

.test-image img {
	width: 486px;
}

.test-image.show {
	display: flex;
}

.test-image.two-pic {
	justify-content: space-between;
}


.result {
	height: 400px;
	margin: 87px 0 0 0;
	position: relative;
}

.result::before {
	content: " ";
	width: 4px;
	height: 100%;
	display: block;
	position: absolute;
	left: 500px;
	top: 0;
	background: #000000;
}

.result ul {
	width: 650px;
	height: auto;
	margin: 48px 0 0 487px;
	position: relative;
	z-index: 2;
}

.result ul li {
	width: 100%;
	height: auto;
	float: left;
}

.result ul li i {
	width: 30px;
	height: 30px;
	float: left;
	display: block;
	background: #000000;
	border-radius: 50%;
}

.result ul li p {
	width: 550px;
	height: auto;
	float: left;
	margin: 0 0 38px 60px;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.result ul li p a {
	color: #000000;
}

.result ul li.green i {
	background: #24A148;
}

.result ul li.green p {
	color: #24A148;
}

.result ul li.green a {
	color: #24A148;
}

.result ul li.red i {
	background: #DA1E28;
}

.result ul li.red p {
	color: #DA1E28;
}

.result ul li.red a {
	color: #DA1E28;
}


.result-feedback-title {
	margin-top: 87px;
}

.result-feedback {
	margin: 12px 0 300px 0;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.my-cert-info {
	margin-bottom: 120px;
}

.exam-cert-image {
	margin: 24px 0 36px 0;
	display: flex;
	justify-content: center;
}

.exam-cert-image img {
	max-width: 100%;
	width: 570px;
	border: 1px solid #000000;
}

/*======================= exam book =======================*/
.exam-book-time {
	margin: 24px 0 36px 0;
}

.exam-book-time h3 {
	width: 100%;
	height: auto;
	margin-bottom: 2px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.exam-book-time h3 a {
	margin-left: auto;
	color: #000000;
}

.exam-book-time p {
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 30px;
}

.exam-book-time.member-info-tips {
	padding-bottom: 10px;
	border-bottom: 2px solid #EE5496;
}

.exam-book-time.member-info-tips p {
	padding-left: 34px;
	font-size: 16px;
}

.exam-book-time input {
	width: 100%;
	height: 32px;
	border: 0;
	border-bottom: 2px solid #000000;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
}

.exam-book-btn-box {
	padding-top: 120px;
}

/*======================= member =======================*/
.menu-dot {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 10;
	background: #FF0000;
	border-radius: 50%;
	opacity: 1;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	pointer-events: none;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
}

.header.show-menu .menu-dot {
	opacity: 0;
}

.notice {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	display: inline-block;
	background: #FF0000;
	border-radius: 50%;
	transform: translate3d(0, 2px, 0);
	-webkit-transform: translate3d(0, 2px, 0);
	-ms-transform: translate3d(0, 2px, 0);
	-moz-transform: translate3d(0, 2px, 0);
}

.notice i {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
}

.member-top {
	padding: 104px 0 36px 0;
	border-bottom: 2px solid #000000;
}

.member-top h1 {
	font-size: 96px;
	line-height: 106px;
	font-weight: 700;
}

.member-top p {
	margin-top: 26px;
	font-size: 24px;
	line-height: 36px;
}

.member-title {
	margin-top: 36px;
	color: #000000;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
}

.member-info {
	width: 100%;
	margin: 109px 0 0 0;
	overflow: visible;
}

.member-info-header {
	width: 197px;
	height: auto;
	float: left;
	padding-right: 47px;
	overflow: visible;
}

.member-info-header img {
	width: 90px;
	height: auto;
	display: block;
	margin: 0 auto 12px auto;
}

.member-info-header h3 {
	width: 100%;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
}

.icon-info {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 4px;
	background: url(../images/icon_i.png) no-repeat center center #000000;
	background-size: auto 14px;
	border-radius: 50%;
	position: relative;
	overflow: visible;
	cursor: pointer;
}

.icon-info div {
	width: 360px;
	height: auto;
	margin-left: -180px;
	padding: 30px 30px 30px 30px;
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 10;
	background: #000000;
	border-radius: 8px;
	color: #ffffff;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	overflow: visible;
	display: none;
	opacity: 0;
	transform: translate3d(0, -15px, 0);
	-webkit-transform: translate3d(0, -15px, 0);
	-ms-transform: translate3d(0, -15px, 0);
	-moz-transform: translate3d(0, -15px, 0);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.icon-info.show div {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.icon-info div::after {
	content: " ";
	width: 20px;
	height: 20px;
	display: block;
	margin-left: -10px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	background: #000000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.icon-info.white {
	margin-top: 3px;
	background-color: #ffffff;
	background-image: url(../images/icon_i_black.png);
}

.icon-info.white div {
	background: #ffffff;
	border: 2px solid #000000;
	color: #000000;
}

.icon-info.white div::after {
	bottom: -12px;
	background: #ffffff;
	border: 2px solid #000000;
	border-left: 0;
	border-top: 0;
}

.member-info-main {
	width: 943px;
	height: auto;
	float: left;
	padding: 0 0 0 36px;
	border-left: 4px solid #000000;
	overflow: visible;
}

.member-info-main ul, .member-info-main ul li {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	overflow: visible;
}

.member-info-main ul li {
	margin-top: 24px;
}

.member-info-main ul li:nth-child(1) {
	margin-top: 0;
}

.member-info-main ul li h3 {
	width: 100%;
	height: auto;
	margin-bottom: 2px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	overflow: visible;
}

.member-info-main ul li h3 a {
	margin-left: auto;
	color: #000000;
}

.member-info-main ul li p {
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 30px;
}

.member-info-main ul li.member-info-tips {
	padding-bottom: 10px;
	border-bottom: 2px solid #EE5496;
}

.member-info-main ul li.member-info-tips p {
	padding-left: 34px;
	font-size: 16px;
}

.member-info-main ul li input {
	width: 100%;
	height: 32px;
	border: 0;
	border-bottom: 2px solid #000000;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
}

#child-age {
	display: none;
}

.member-info.pink {
	margin: 64px 0 178px 0;
	color: #EE5496;
}

.member-info.pink .icon-info {
	background-color: #EE5496;
}

.member-info.pink .icon-info div {
	background: #EE5496;
}

.member-info.pink .icon-info div::after {
	background: #EE5496;
}

.member-info.pink .member-info-main {
	border-color: #EE5496;
}

.member-info.pink .member-info-main ul li input {
	color: #EE5496;
	border-color: #EE5496;
}

.member-info.pink .select-arrow {
	background-color: #EE5496;
}

.member-info.pink .oc-checkbox {
	color: #EE5496;
}

.member-info.pink .oc-checkbox span:after {
	background-image: url(../images/check_pink.png);
}

.member-info.pink .oc-radio-box {
	color: #EE5496;
}

.member-info.pink .oc-radio-box span::before {
	border-color: #EE5496;
}

.member-info.pink .oc-radio-box span::after {
	background: #EE5496;
}

/* select box */
.select-add-box {
	width: 100%;
	height: auto;
	min-height: 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border: 0;
	border-bottom: 2px solid #000000;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
}

.select-add-box.no-border {
	border: 0;
}

.select-result {
	width: 100%;
	height: auto;
	min-height: 32px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border: 0;
	border-bottom: 2px solid #000000;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
}

.select-result.no-border {
	border: 0;
	min-height: auto;
}

.select-result-item-box {
	width: 100%;
	height: auto;
}

.select-result-item {
	width: auto;
	height: 26px;
	height: auto;
	margin: 10px 0 0 0;
	margin: 5px 0;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 18px;
	line-height: 150%;
}

.select-result-item.tag {
	padding: 0 0 0 10px;
	background: #000000;
	color: #ffffff;
}

.select-result-item span {
	padding-bottom: 1px;
}

.select-result-item i {
	width: 26px;
	height: 27px;
	display: block;
	margin: 0 3px;
	background: url(../images/close_black.png) no-repeat center center;
	background-size: 16px;
	cursor: pointer;
}

.select-result-item.tag i {
	background-image: url(../images/close.png);
}

.member-info.pink .select-close {
	background-color: #EE5496;
}

.member-info.pink .select-result, .member-info.pink .select-add-box {
	color: #EE5496;
	border-color: #EE5496;
}

.member-info.pink .select-result-item {
	color: #EE5496;
}

.member-info.pink .select-result-item.tag {
	background: #EE5496;
	color: #ffffff;
}

.member-info.pink .select-result-item.tag i {
	background-image: url(../images/close.png);
}

.member-info.pink .select-result-item i {
	background-image: url(../images/close_pink.png);
}

.select-arrow {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 8px;
	/*
	top: 26px;
	*/
	background: url(../images/icon_select_arrow.png) no-repeat center center #000000;
	background-size: 20px;
	cursor: pointer;
	overflow: visible;
	pointer-events: none;
}

.select-sub-arrow {
	width: 24px;
	height: 20px;
	display: inline-block;
	background: url(../images/scroll_tips.png) no-repeat right 10px;
	background-size: 16px;
	cursor: pointer;
	overflow: visible;
	pointer-events: none;
}

.select-box {
	width: 100%;
	height: auto;
	padding: 10px 5px 10px 20px;
	position: absolute;
	right: 0;
	top: 75px;
	top: calc(100% + 12px);
	z-index: 200;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 250%;
	display: none;
	opacity: 0;
	transform: translate3d(0, 15px, 0);
	-webkit-transform: translate3d(0, 15px, 0);
	-moz-transform: translate3d(0, 15px, 0);
	-ms-transform: translate3d(0, 15px, 0);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.select-box.show {
	display: block;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.select-close {
	width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
	z-index: 200;
    background: url(../images/close.png) no-repeat center center #000000;
    background-size: 20px;
    cursor: pointer;
}

.select-main {
	width: 100%;
	height: auto;
	max-height: 400px;
	float: left;
	padding: 0 15px 0 0;
	overflow-y: auto;
}

.select-loading {
	width: 100%;
	height: 50px;
	background: url(../images/loading.gif) no-repeat center center;
	background-size: 28px;
}

.select-tips {
	width: 100%;
	height: auto;
	padding: 10px 0;
	text-align: center;
}

.select-box dl {
	width: 100%;
	height: auto;
}

.select-box dl dt {
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	cursor: pointer;
}

.select-box dl dt.checked {
	padding-left: 20px;
	background: url(../images/check.png) no-repeat 0 15px;
	background-size: 14px;
	color: #0057FF;
}

.select-box dl dt:hover {
	opacity: 0.6;
}

.select-box dl dd {
	width: 100%;
	padding: 5px 0;
	display: none;
}

.select-box dl.show dt {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.select-box dl.show dd {
	display: block;
}

.select-box dl dd .select-2nd, .select-box dl dd .select-3rd {
	width: 100%;
	height: auto;
}

.select-box dl dd .select-3rd {
	display: none;
	position: relative;
}

.select-box dl dd .select-2nd.show .select-3rd {
	display: block;
}

.select-box dl dd .select-2nd.show .select-3rd::before {
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	background: rgba(0, 0, 0, 0.12);
}

.select-box dl dd p, .select-box dl dd i {
	padding: 0 20px;
	display: block;
	font-style: normal;
	font-size: 15px;
	line-height: 280%;
	cursor: pointer;
}

.select-box dl dd i {
	padding: 0 40px;
}

.select-box dl dd p:hover, .select-box dl dd i:hover {
	opacity: 0.6;
}

.select-box dl dd p.checked, .select-box dl dd i.checked {
	background: url(../images/check.png) no-repeat 0 15px;
	background-size: 14px;
	color: #0057FF;
}

.select-box dl dd i.checked {
	background-position-x: 20px;
}

.select-result-count {
	margin-left: 10px;
	font-style: normal;
	font-weight: normal;
}


