body,
html {
	background-color: #f5f6f8;
	font-size: 0;
}


.swiper-pagination {
	margin-bottom: 24px;
}

.swiper-pagination-bullet {
	width: 26px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	width: 26px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px;
	opacity: 1;
}


.header-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 80px;
	background-color: #fff;
}

.header-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	width: 100%;
	height: 80px;
	max-width: 1200px;
	background-color: #fff;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo-icon {
	width: 206px;
	height: 48px;
	margin-left: 25px;
}

.tabs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tabs-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 120px;
	height: 60px;
	color: #2d2d2d;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tabs-list li a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}


.tabs-list li.active a,
.tabs-list li:hover a {
	color: #FF3225;
}

.banner-box,
.banner-img {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 100%;
	min-width: 1200px;
}

.banner-box {
	padding-top: 80px;
}

.main-wrapper {
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1200px;

}

.main-wrapper_bg {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../images/main_box_bg.png);
}

.box-bg {
	position: relative;
	width: 100%;
}

.main-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.phone {
	width: 370px;
	height: 636px;
	margin-top: 58px;
}

.main-content {
	margin-top: 124px;
	margin-left: 70px;
}

.main-content-title {
	height: 36px;
	font-size: 36px;
	font-family: FZLTCHK-GBK1-0, FZLTCHK-GBK1;
	font-weight: normal;
	color: #333333;
}

.main-content-desc {
	width: 168px;
	height: 33px;
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: 33px;
	margin-top: 22px;
}

.main-content-title-line {
	width: 204px;
	height: 14px;
	background: -o-linear-gradient(left, #FF454E 0%, rgba(250, 105, 112, 0.31) 43%, rgba(247, 121, 127, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(#FF454E), color-stop(43%, rgba(250, 105, 112, 0.31)), to(rgba(247, 121, 127, 0)));
	background: linear-gradient(90deg, #FF454E 0%, rgba(250, 105, 112, 0.31) 43%, rgba(247, 121, 127, 0) 100%);
	border-radius: 7px;
}

.main-content-detail {
	position: relative;
	margin-top: 36px;
}

.main-content-dot {
	position: absolute;
	left: -3%;
	top: 10%;
}

.detail-text {
	width: 526px;
	height: 60px;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
}

.detail-text>span {
	color: #FF3225;
}

.downloadlist_box {
	margin-left: 31px;
}

.download-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 80px;
}

.download-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	width: 308px;
	height: 58px;
	background: -o-linear-gradient(335deg, #FF715B 0%, #FF3225 100%);
	background: linear-gradient(115deg, #FF715B 0%, #FF3225 100%);
	border-radius: 8px;
	font-size: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFFFFF;
}

.download-list a:last-child {
	margin-bottom: 0;
}

/* 
.download-list a:hover {
	background: rgba(21, 188, 195, .75);
} */

.download-list a .img {
	margin-right: 10px;
	width: 34px;
	height: 34px;
}

.qrcode-list {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.qrcode-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 170px;
	height: 182px;
	border: 4px solid #FFE9E9;
	border-radius: 8px;
	margin-right: 15px;
}

.qrcode-list img {
	width: 126px;
	height: 126px;
	background: #E2E2E2;
}

.qrcode-list .txt {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #999999;
	margin-top: 6px;
}

.subject-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.curriculum-title {
	width: 305px;
	height: 54px;
	background-image: url(../images/cu.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 72px;
}

.subject-header {
	padding-bottom: 20px;
	width: 1400px;
}

.menus-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #333;
	font-size: 24px;
}

.menus-title {
	width: 200px;
	text-align: right;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	margin-top: 7px;
	margin-right: 60px;
}

.menus-li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-right: 24px;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 26px;
}

.menus-list span:hover {
	color: #FF3225;
}

.menus-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.menus-list>span {
	display: inline-block;
	width: 140px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	margin-left: 120px;
}




.sub-menus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sub-menus li {
	padding-bottom: 32px;
	width: 50%;
}

.box-bg2 {
	min-height: 480px;
}

.about-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	min-width: 1200px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFFFFF;
}

.user-title {
	width: 305px;
	height: 54px;
	background-image: url(../images/user_accept.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: 72px;
}

.goods {
	min-width: 1200px;
	margin: 0 auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	width: 100%;
}

.box-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 305px;
	height: 54px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/title_bg.png);
	font-size: 40px;
	font-family: FZLTCHK-GBK1-0, FZLTCHK-GBK1;
	font-weight: normal;
	color: #333333;
	margin-top: 72px;
}

.subject-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 1200px;
}



.subject-content {
	width: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FF3225;
	cursor: pointer;

}

.subject-content>img {
	margin-left: 5px;
	width: 15px;
	height: 15px;
}

.contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px;
	width: 100%;
	min-width: 1200px;
	background-color: #2a2a2a;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-title {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	padding-bottom: 60px;
	color: #dfdfdf;
	font-size: 36px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-title .line {
	margin: 0 60px;
	width: 100px;
	height: 1px;
	background: #ccc;
}

.contact-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	color: #fff;
	font-size: 26px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-list li img {
	margin-bottom: 20px;
	width: 50px;
	height: 50px;
}

.contact-list li a {
	color: #dfdfdf;
}

.contact-list li a:hover {
	color: #fff;
}

.compty {
	width: 100%;
	min-width: 1200px;
}

.footer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 200px;
	min-width: 1200px;
	background-color: #202020;
	color: rgba(255, 255, 255, .7);
	font-size: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-box span {
	position: relative;
	width: 50%;
	color: #aaa;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;

}

.footer-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tels {
	margin-left: 79px;
}

.footer-box span {
	text-align: right;
}

.footer-box-right-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-box-right-li {
	margin-right: 40px;
}

.footer-img {
	width: 98px;
	height: 98px;
	background: #FFFFFF;
	border: 1px solid #909090;
}

.footer-text {
	text-align: center;
}

.footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	width: 1200px;
	min-width: 1200px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-box-left {
	margin-left: 25px;
}

.footer-box-left>a {
	position: relative;
	width: 50%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
}

.fixed_box {
	z-index: 10;
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 1200px;
	height: 245px;
	-webkit-transition: 1s all ease;
	-o-transition: 1s all ease;
	transition: 1s all ease;
}

.fixed_content {
	min-width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.fixed_box_img {
	z-index: 10;
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 1200px;
	height: 245px;
	margin: 0 auto;
}

.fixed_pop {
	margin: 0 auto;
}

.fixed_img {
	z-index: 10;
	position: absolute;
	top: 60px;
	right: 235px;
	bottom: 100px;
	width: 132px;
	height: 132px;
	background: #FFFFFF;
	border: 1px solid #979797;
}

.fixed_img>img {
	width: 100%;
	height: 100%;
}

.flex_close {
	z-index: 10;
	position: absolute;
	top: 40px;
	right: 205px;
	bottom: 240px;
	width: 12px;
	height: 12px;
}

.flex_close>img {
	width: 100%;
	height: 100%;
}

.close {
	bottom: -265px;
}

.user_accept {
	margin: 0 auto;
}

.winner-list {
	position: absolute !important;
	left: 0;
	top: .25rem;
	border-radius: .24rem;
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.bullet {
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: 50px;
	overflow: hidden;
}

.bullet ul {
	width: 100%;
	height: 100%;
	position: relative;
}

.bullet ul li {
	width: 100%;
	height: 84px;
	left: 0;
	top: 0;
	/* transform: translateX(100%);   */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	/* animation: danmu 20s linear infinite; */
	position: absolute
}





@-webkit-keyframes danmu {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}





@keyframes danmu {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
	white-space: nowrap;
}

.avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.bullet-text::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 10px solid #E9F3FF;
	position: absolute;
	top: 27px;
	left: -10px;
}

.bullet-text {
	width: auto;
	height: 64px;
	font-size: 24px;
	line-height: 64px;
	margin-left: 16px;
	padding: 0 20px;
	margin-top: 10px;
	border-radius: 10px;
	background: #E8F2FF;
	position: relative;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #1C86E5;
}

.pop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.71);
	z-index: 10;
}

.pop_content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 480px;
	height: 320px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/pop_content.png);
}

.pop-title {
	text-align: center;
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-top: 40px;
}

.arrow {
	width: 114px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/botom.png);
	margin: 19px auto 0 auto;
}

.qr_bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 194px;
	height: 169px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/qr_bg.png);
	margin: 10px auto;
}

.qr {
	width: 151px;
	height: 151px;
}

.pop_close {
	position: absolute;
	left: 520px;
	top: -40px;
	width: 12px;
	height: 12px;
	background-image: url(../images/pop_close.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
