body,html{
	margin:0px;
	padding:0px;
}
body{
	background:
		linear-gradient(180deg, rgba(234, 247, 253, .7), rgba(255, 255, 255, 0) 360px),
		#fff;
}
@media screen and (max-width: 1368px) {
	.school-name {
    	font-size: 42px !important;
  	}
}
@media screen and (max-width: 1080px) {
  .school-name {
    font-size: 32px !important;
  }
}
.textIndent{
	text-indent: 2em;
}
.half{
	width: 49% !important;
}
.full-width{
	width: 100% !important;
}
.marginLeft12{
	margin-left: 12px;
}
.marginTop20{
	margin-top: 20px;
}
.darkBlack{
	background-color: #104862;
}
.middleCyan{
	background-color: #83CBEB;
}
.lightBlue {
	background-color: #A6CAEC;
}
.darkBlue{
	background-color: #215F9A;
}
.main-container{
	min-width: 980px;
	color: #333;
	font-size: 18px;
	padding-bottom: 50px;
}
.main-top{
	position: relative;
}
.top-bg{
	width: 100%;
}

.school-name{
	width: 100%;
	text-shadow: 0px 4px 0px rgb(0, 52, 112);
	white-space: nowrap;
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	position: absolute;
	top: 4%;
	text-align: center;
}
.main-center{
	width: 940px;
	padding: 0 20px;
	margin: 0 auto;
}
.center-item{
	margin-top: 44px;
	animation: sectionFadeUp .72s ease both;
}
.center-item:nth-child(2){
	animation-delay: .06s;
}
.center-item:nth-child(3){
	animation-delay: .12s;
}
.center-item:nth-child(4){
	animation-delay: .18s;
}
.center-item:nth-child(5){
	animation-delay: .24s;
}
.center-item:nth-child(6){
	animation-delay: .3s;
}
.center-item:nth-child(7){
	animation-delay: .36s;
}
.item-title{
	height: 60px;
	text-align: center;
	margin-bottom: 24px;
}
.item-title-name{
	font-size: 28px;
	font-weight: 700;
	position: relative;
}
.item-title-name:before{
	content: '';
    width: 210px;
    height: 16px;
    background-image: url(../image/title_adorn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -10px;
    left: -42px;
}
.item-subtitle{
	width: 340px;
  	height: 40px;
  	background-image: url(../image/subtitle_bg.png);
  	background-repeat: no-repeat;
  	background-size: 100% 100%;
  	margin: 0 auto 20px;
  	color: #FFF;
  	text-align: center;
  	line-height: 33px;
}
.item-text{
	text-indent: 2em;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.9em;
}
.item-bottom-left{
	width: 280px;
	display: inline-block;
	vertical-align: top;
}
.item-bottom-left-major,
.item-bottom-left-code{
	margin: 0 0 10px;
}
.item-bottom-left-major span{
	background-color: #156082;
	color: #FFF;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
}
.item-bottom-left-code span{
	background-color: #A6CAEC;
	color: #FFF;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
}
.item-bottom-left-describe{
	margin-top: 14px;
	font-size: 17px;
	line-height: 1.85em;
}
.item-bottom-right{
	width: 655px;
	display: inline-block;
	vertical-align: top;
}
.item-bottom-right-p{
	padding-left: 20px;
	background-image: url(../image/check_icon.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 0 center;
}
.item-bottom-right-card {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
}
.item-bottom-right-card:last-child{
	margin-bottom: 0px;
}
.item-bottom-right-card span{
	color: #FFF;
}
.card-name{
	flex: 0 0 88px;
	width: 88px;
	height: 84px;
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 700;
	text-shadow: 0 1px 2px rgba(0, 57, 92, .32);
}
.card-name-bg1{
	background-image: url(../image/course_bg1.png);;
}
.card-name-bg2{
	background-image: url(../image/course_bg2.png);;
}
.card-name-bg3{
	background-image: url(../image/course_bg3.png);;
}
.card-name-bg4{
	background-image: url(../image/course_bg4.png);;
}
.card-name i{
	width: 38px;
	height: auto;
	position: absolute;
	top: 12px;
	left: 12px;
	font-style: normal;
}
.card-introduce{
	flex: 1;
	width: auto;
	min-height: 84px;
	height: auto;
	padding: 9px 12px;
	border-radius: 4px;
	margin-left: 0;
	box-shadow: 0px 1px 5px rgba(21, 77, 108, .32);
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.42;
	font-weight: 700;
}
.certificate-box{
	margin-top: 24px;
}
.certificate-title{
	width: 150px;
	height: 36px;
	margin: 0 auto 16px;
	background-color: #156082;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
}
.certificate-list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}
.certificate-card{
	min-height: 120px;
	padding: 14px 16px;
	border: 1px solid #CDE1EC;
	border-radius: 6px;
	background-color: #F7FBFE;
	box-shadow: 0 1px 5px rgba(21, 77, 108, .14);
	box-sizing: border-box;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.certificate-card:hover{
	transform: translateY(-4px);
	border-color: #83CBEB;
	box-shadow: 0 12px 24px rgba(21, 77, 108, .18);
}
.certificate-card strong{
	display: block;
	margin-bottom: 8px;
	color: #104862;
	font-size: 17px;
}
.certificate-card p{
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
}
.media-gallery{
	display: flex;
	gap: 16px;
	overflow-x: auto;
	padding: 4px 2px 16px;
	scroll-snap-type: x proximity;
}
.media-gallery img{
	flex: 0 0 288px;
	width: 288px;
	height: 216px;
	border-radius: 6px;
	object-fit: cover;
	box-shadow: 0 1px 6px rgba(21, 77, 108, .22);
	scroll-snap-align: start;
	transition: transform .3s ease, box-shadow .3s ease;
}
.media-gallery img:hover{
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 14px 28px rgba(21, 77, 108, .24);
}
.teacher-gallery{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.teacher-scroll-row{
	display: flex;
	gap: 16px;
	overflow-x: auto;
	padding: 4px 2px 14px;
	scroll-snap-type: x proximity;
}
.teacher-profile-card{
	flex: 0 0 320px;
	width: 320px;
	height: 266px;
	margin: 0;
	border-radius: 6px;
	background-color: #F2F7FA;
	box-shadow: 0 1px 6px rgba(21, 77, 108, .22);
	scroll-snap-align: start;
	text-align: center;
	box-sizing: border-box;
	transition: transform .3s ease, box-shadow .3s ease;
}
.teacher-profile-card:hover{
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 14px 28px rgba(21, 77, 108, .24);
}
.teacher-profile-card img{
	width: 198px;
	height: 198px;
	margin: 16px auto 8px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	box-shadow: none;
}
.teacher-profile-card figcaption{
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}
.teacher-square-card{
	flex-basis: 224px;
	width: 224px;
	height: 274px;
	padding-top: 12px;
}
.teacher-square-card img{
	width: 168px;
	height: 210px;
	margin: 0 auto 8px;
	border-radius: 4px;
	object-fit: cover;
}
.qr-promo{
	margin-top: 54px;
}
.qr-promo-content{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	padding: 34px 40px;
	border-radius: 8px;
	background:
		radial-gradient(circle at 82% 22%, rgba(131, 203, 235, .46), rgba(131, 203, 235, 0) 32%),
		linear-gradient(135deg, #0F4D66 0%, #156082 46%, #1F8A70 100%);
	color: #fff;
	overflow: hidden;
	box-shadow: 0 18px 34px rgba(16, 72, 98, .28);
}
.qr-promo-content:before,
.qr-promo-content:after{
	content: '';
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .18);
	pointer-events: none;
}
.qr-promo-content:before{
	width: 190px;
	height: 190px;
	right: -54px;
	top: -68px;
	animation: floatRing 7s ease-in-out infinite;
}
.qr-promo-content:after{
	width: 98px;
	height: 98px;
	left: 38%;
	bottom: -48px;
	animation: floatRing 6s ease-in-out infinite reverse;
}
.qr-promo-text{
	position: relative;
	z-index: 1;
	flex: 1;
}
.qr-kicker{
	display: inline-block;
	margin: 0 0 12px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 999px;
	background-color: rgba(255, 255, 255, .13);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
}
.qr-promo-text h2{
	margin: 0 0 14px;
	font-size: 34px;
	line-height: 1.25;
	letter-spacing: 0;
}
.qr-promo-text p{
	max-width: 560px;
	margin: 0;
	font-size: 17px;
	line-height: 1.85;
}
.qr-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}
.qr-tags span{
	padding: 7px 12px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .16);
	border: 1px solid rgba(255, 255, 255, .2);
	font-size: 14px;
	font-weight: 700;
}
.qr-code-card{
	position: relative;
	z-index: 1;
	flex: 0 0 238px;
	padding: 18px 18px 16px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, .96);
	color: #104862;
	text-align: center;
	box-shadow: 0 16px 32px rgba(0, 0, 0, .18);
	animation: qrFloat 4.8s ease-in-out infinite;
}
.qr-code-card img{
	position: relative;
	z-index: 1;
	display: block;
	width: 202px;
	height: 202px;
	margin: 0 auto 12px;
	border-radius: 6px;
}
.qr-code-card strong{
	position: relative;
	z-index: 1;
	font-size: 18px;
}
.qr-glow{
	position: absolute;
	inset: 12px;
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(131, 203, 235, .22), rgba(31, 138, 112, .16));
	animation: qrPulse 2.8s ease-in-out infinite;
}
.item-bottom-practical{
	display: flex;
	justify-content: space-between;
}
.item-bottom-practical img{
	width: 270px;
}
.item-authentication{
	text-indent: 2em;
	background-image: linear-gradient(to left top, #0B7097,#59C7F2);
	padding: 15px;
	display: block;
	border-radius: 50px;
	color: #FFF;
}
.item-authentication-box{
	position: relative;
}
.item-authentication-img{
	width: 500px;
	margin-left: 12px;
}
.item-authentication-box p{
	position: absolute;
	text-align: center;
	color: #5C5671;
}
.item-authentication-p1{
	width: 200px;
	right: 50px;
	top: 8px;
}
.item-authentication-p2{
	width: 200px;
	right: -66px;
	top: 152px;
}
.item-authentication-p3{
	width: 200px;
	right: -25px;
	bottom: 128px;
}
.item-authentication-p4{
	width: 200px;
	right: 155px;
	bottom: 34px;
}
#goto{
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(229, 243, 250), rgb(229, 231, 250));
    position: fixed;
    right: 60px;
    bottom: 78px;
    display: none;
    cursor: pointer;
}
#goto img{
	width: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@keyframes sectionFadeUp{
	from{
		opacity: 0;
		transform: translateY(18px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes qrFloat{
	0%, 100%{
		transform: translateY(0);
	}
	50%{
		transform: translateY(-8px);
	}
}
@keyframes qrPulse{
	0%, 100%{
		opacity: .55;
		transform: scale(.98);
	}
	50%{
		opacity: 1;
		transform: scale(1.04);
	}
}
@keyframes floatRing{
	0%, 100%{
		transform: translate3d(0, 0, 0);
	}
	50%{
		transform: translate3d(10px, 14px, 0);
	}
}
@media (prefers-reduced-motion: reduce){
	.center-item,
	.qr-code-card,
	.qr-glow,
	.qr-promo-content:before,
	.qr-promo-content:after{
		animation: none;
	}
	.certificate-card,
	.media-gallery img,
	.teacher-profile-card{
		transition: none;
	}
}
