header {
	width: 100%;
}

.h-a {
	width: 100%;
	height: 90px;
	background-color: #ffffff;
}

.h-a .h-container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	font-size: 0;
}

.h-a .h-logo {
	float: left;
	display: inline-block;
	height: 100%;
	line-height: 90px;
	text-align: center;
	cursor: pointer;
}

.h-a .h-logo img {
	display: inline-block;
	vertical-align: middle;
}

.h-a .h-login {
	float: right;
	width: auto;
	height: 100%;
	line-height: 90px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
}

.h-a .h-login-icon {
	width: 22px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.h-a .h-login-icon img {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.h-a .h-login-text {
	width: auto;

	font-size: 18px;
	line-height: 1.25;
	color: #555555;
	margin-left: 12px;
	vertical-align: middle;
	display: inline-block;
}

.h-a .h-user-inf {
	width: auto;
	height: 100%;
	line-height: 90px;
	font-size: 0;
	float: right;
}

.h-a .h-user {
	width: auto;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.h-a .h-user-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
}

.h-a .h-user-icon img {
	width: 100%;
	height: 100%;
	border-radius: 25px;
}

.h-a .h-user-text {
	width: auto;

	font-size: 16px;
	line-height: 1.25;
	color: #555555;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.h-a .h-user-switch {
	width: auto;
	height: 100%;
	line-height: 90px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}

.h-a .h-user-title {
	width: 100%;
	height: 100%;
	line-height: 90px;
	font-size: 0;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
}

.h-a .h-user-switch-text {
	width: auto;

	font-size: 16px;
	line-height: 1.25;
	color: #555555;
	display: inline-block;
	vertical-align: middle;
}

.h-a .h-user-switch-icon {
	width: 16px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.h-a .h-user-switch-icon img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.h-a .h-user-switch-box {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	background-color: #fff;
	display: none;
}

.h-a .h-user-switch-item {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
}

.h-a .h-user-switch-item:hover .h-usi-text {
	color: #59a7e6;
}

.h-a .h-user-switch-item:hover .h-usi-text:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #59a7e6;
	position: absolute;
	left: 0;
	bottom: -8px;
}

.h-a .h-usi-text {
	width: auto;
	display: inline-block;

	font-size: 16px;
	line-height: 1.25;
	color: #444444;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
}

main {
	width: 100%;
}

.index-main {
	width: 100%;
}

.index-main .index-bg {
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	display: block;
}

.login-mask {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
}

.login-mask .login-box {
	width: 1000px;
	border-radius: 6px;
	font-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.login-mask .login-mask-close {
	width: 24px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.login-mask .login-mask-close img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.login-mask .login-left {
	display: inline-block;
	width: 500px;
	height: 690px;
	vertical-align: top;
}

.login-mask .login-left img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	border-radius: 6px 0 0 6px;
}

.login-mask .login-content-A {
	width: 500px;
	height: 690px;
	display: inline-block;
	padding: 0 60px;
}

.login-mask .login-content-A .login-logo {
	width: 130px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 140px;
}

.login-mask .login-content-A .login-logo img {
	width: 100%;
	vertical-align: top;
	display: inline-block;
}

.login-mask .login-content-A .weixin-login {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-image: linear-gradient(135deg, #1e90e0 0%, #067bda 100%), linear-gradient(#067bda, #067bda);
	background-blend-mode: normal, normal;
	-webkit-box-shadow: 0px 1px 13px 0px rgba(30, 144, 224, 0.32);
	box-shadow: 0px 1px 13px 0px rgba(30, 144, 224, 0.32);
	border-radius: 24px;
	font-size: 0;
	text-align: center;
	cursor: pointer;
	display: block;
	margin-bottom: 85px;
}

.login-mask .login-content-A .weixin-icon {
	width: 24px;
	display: inline-block;
	vertical-align: middle;
}

.login-mask .login-content-A .weixin-icon img {
	width: 100%;
	vertical-align: top;
	display: inline-block;
}

.login-mask .login-content-A .weixin-text {
	width: auto;

	font-size: 16px;
	line-height: 1.25;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.login-mask .login-content-A .account-number {
	/* width: 100%; */
	display: block;
	cursor: pointer;
	/* text-align: center; */

	font-size: 16px;
	line-height: 1.25;
	color: #666666;
}

.login-mask .login-content-B {
	width: 500px;
	height: 690px;
	display: inline-block;
	padding: 0 60px;
}

.login-mask .login-content-B .login-logo {
	width: 130px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.login-mask .login-content-B .login-logo img {
	width: 100%;
	vertical-align: top;
	display: inline-block;
}

.login-mask .login-content-B .login-inf {
	width: 100%;
	margin-bottom: 60px;
}

.login-mask .login-content-B .inf-item {
	width: 100%;
	font-size: 0;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
	margin-bottom: 45px;
}

.login-mask .login-content-B .inf-item:last-child {
	margin-bottom: 0;
}

.login-mask .login-content-B .inf-item-icon {
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}

.login-mask .login-content-B .inf-item-icon img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.login-mask .login-content-B .inf-item-ipt {
	width: calc(100% - 16px);
	border: none;
	background: transparent;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}

.login-mask .login-content-B .weixin-login {
	/* width: 100%; */
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	font-size: 0;
	text-align: center;
	cursor: pointer;
	display: block;
}

.login-mask .login-content-B .weixin-icon {
	width: 24px;
	display: inline-block;
	vertical-align: middle;
}

.login-mask .login-content-B .weixin-icon img {
	width: 100%;
	vertical-align: top;
	display: inline-block;
}

.login-mask .login-content-B .weixin-text {
	width: auto;

	font-size: 16px;
	line-height: 1.25;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.login-mask .login-content-B .account-number {
	width: 100%;
	display: block;
	cursor: pointer;
	text-align: center;

	font-size: 16px;
	line-height: 1.25;
	color: #fff;
	height: 48px;
	line-height: 48px;
	background-image: linear-gradient(135deg, #1e90e0 0%, #067bda 100%), linear-gradient(#067bda, #067bda);
	background-blend-mode: normal, normal;
	-webkit-box-shadow: 0px 1px 13px 0px rgba(30, 144, 224, 0.32);
	box-shadow: 0px 1px 13px 0px rgba(30, 144, 224, 0.32);
	border-radius: 24px;
	margin-bottom: 60px;
}

.login-mask .login-content-C {
	width: 500px;
	height: 690px;
	display: inline-block;
	padding: 0 60px;
}

.login-mask .login-content-C .login-logo {
	width: 130px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.login-mask .login-content-C .login-logo img {
	width: 100%;
	vertical-align: top;
	display: inline-block;
}

.login-mask .login-content-C .login-inf {
	width: 100%;
	margin-bottom: 60px;
}

.login-mask .login-content-C .inf-item {
	width: 100%;
	font-size: 0;
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
	margin-bottom: 45px;
}

.login-mask .login-content-C .inf-item:last-child {
	margin-bottom: 0;
}

.login-mask .login-content-C .inf-item-icon {
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}

.login-mask .login-content-C .inf-item-icon img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.login-mask .login-content-C .inf-item-ipt {
	width: calc(100% - 16px);
	border: none;
	background: transparent;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}

.login-mask .login-content-C .weixin-login {
	/* width: 100%; */
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	font-size: 0;
	text-align: center;
	cursor: pointer;
	display: block;
}

.login-mask .login-content-C .weixin-icon {
	width: 24px;
	display: inline-block;
	vertical-align: middle;
}

.login-mask .login-content-C .weixin-icon img {
	width: 100%;
	vertical-align: top;
	display: inline-block;
}

.login-mask .login-content-C .weixin-text {
	width: auto;

	font-size: 16px;
	line-height: 1.25;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.login-mask .login-content-C .account-login {
	width: 100%;
	display: block;
	cursor: pointer;
	text-align: center;
	border: none;
	font-size: 16px;
	line-height: 1.25;
	color: #fff;
	height: 48px;
	line-height: 48px;
	background-image: linear-gradient(135deg, #1e90e0 0%, #067bda 100%), linear-gradient(#067bda, #067bda);
	background-blend-mode: normal, normal;
	-webkit-box-shadow: 0px 1px 13px 0px rgba(30, 144, 224, 0.32);
	box-shadow: 0px 1px 13px 0px rgba(30, 144, 224, 0.32);
	border-radius: 24px;
	margin-bottom: 60px;
	margin-bottom: 30px;
}

.login-mask .login-content-C .account-number {
	/* width: 100%; */
	display: block;
	cursor: pointer;
	/* text-align: center; */
	font-size: 16px;
	line-height: 1.25;
	color: #666666;
}

.main-curriculum {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: #f8f8f8;
}

.main-curriculum .container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
}

.main-curriculum .curriculum-bg {
	width: 100%;
	margin-bottom: 60px;
}

.main-curriculum .pic {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.main-curriculum .pic img {
	width: 100%;
}

.main-curriculum .slick-arrow {
	font-size: 0;
	display: none !important;
}

.main-curriculum .slick-dots {
	width: 100%;
	font-size: 0;
	position: absolute;
	bottom: 10px;
	left: 0;
	text-align: center;
}

.main-curriculum .slick-dots li {
	width: 10px;
	height: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 1;
	margin: 0 5px;
	display: inline-block;
	border-radius: 50%;
}

.main-curriculum .slick-dots .slick-active {
	width: 32px;
	height: 10px;
	background-color: #fff;
	border-radius: 5px;
}

.main-curriculum .wrap {
	width: 100%;
}

.main-curriculum .wrap-box {
	width: 100%;
	background-color: #fff;
}

.main-curriculum .wrap-box.show .box-switch .img-1 {
	display: none;
}

.main-curriculum .wrap-box.show .box-switch .img-2 {
	display: inline-block;
}

.main-curriculum .box-A {
	width: 100%;
	font-size: 0;
	padding: 20px 30px;
	height: 140px;
	line-height: 140px;
}

.main-curriculum .box-left {
	width: 880px;
	height: 100%;
	float: left;
	font-size: 0;
}

.main-curriculum .box-pic {
	width: 180px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.main-curriculum .box-pic img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 100px;
	object-fit: cover;
	cursor: pointer;
}

.main-curriculum .newest {
	width: auto;

	font-size: 14px;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #ff4444;
	border-radius: 0 13px 13px 0;
}

.main-curriculum .box-left-content {
	width: 600px;
	margin-left: 40px;
	display: inline-block;
	vertical-align: top;
}

.main-curriculum .blc-title {
	width: 100%;
	padding-top: 16px;
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	color: #333333;
	margin-bottom: 25px;
	font-weight: bold;
	cursor: pointer;
}

.main-curriculum .blc-title:hover {
	color: #067bda;
}

.main-curriculum .blc-case {
	width: 100%;
	font-size: 0;
}

.main-curriculum .blc-item {
	width: auto;
	display: inline-block;
	margin-right: 50px;
}

.main-curriculum .blc-item:last-child {
	margin-right: 0;
}

.main-curriculum .blc-item-icon {
	width: 14px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.main-curriculum .blc-item-icon img {
	width: 100%;
	vertical-align: top;
}

.main-curriculum .blc-item-text {
	width: auto;

	font-size: 15px;
	color: #777777;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.main-curriculum .box-right {
	width: auto;
	height: 100%;
	line-height: 100px;
	float: right;
	font-size: 0;
}

.main-curriculum .task {
	width: 140px;
	height: 46px;
	line-height: 46px;
	background-color: #067bda;
	border-radius: 23px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/* .main-curriculum .task:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
 */
.main-curriculum .task-icon {
	display: inline-block;
	width: 18px;
	vertical-align: middle;
}

.main-curriculum .task-icon img {
	width: 100%;
}

.main-curriculum .task-text {
	display: inline-block;
	vertical-align: middle;

	font-size: 16px;
	color: #ffffff;
	margin-left: 10px;
}

.main-curriculum .box-switch {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 60px;
	cursor: pointer;
}

.main-curriculum .box-switch img {
	width: 100%;
	vertical-align: top;
}

.main-curriculum .box-switch .img-2 {
	display: none;
}

.main-curriculum .list {
	width: 100%;
	padding: 30px;
	border-top: 1px solid #f2f2f2;
}

.main-curriculum .item {
	width: 100%;
	margin-bottom: 40px;
}
.main-curriculum .item:last-child {
	margin-bottom: 0;
}

.main-curriculum .item-A {
	width: 100%;
	font-size: 0;
	margin-bottom: 10px;
}

.main-curriculum .item-icon {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	text-align: center;
}

.main-curriculum .item-icon img {
	width: 100%;
	vertical-align: top;
}

.main-curriculum .item-text {
	width: calc(100% - 26px);
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	line-height: 1.25;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	font-weight: bold;
}

.main-curriculum .item-text:hover {
	font-weight: bold;
	color: #067bda;
}

.main-curriculum .item-B {
	width: 100%;
	padding-left: 82px;
	font-size: 15px;
	color: #888888;
}

.main-curriculum .wrap-past .fengexian {
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.main-curriculum .wrap-past .wrap-box {
	margin-bottom: 10px;
}

.main-curriculum .wrap-past .wrap-box.gray .pic-tap {
	background-color: #999;
	pointer-events: none;
}
.main-curriculum .wrap-past .wrap-box.gray .blc-title {
	color: #999;
}
.main-curriculum .wrap-past .wrap-box.gray .blc-item-text {
	color: #999;
}
.main-curriculum .wrap-past .wrap-box.gray img {
	filter: grayscale(100%);
	opacity: 0.6;
}
.main-curriculum .wrap-past .wrap-box.gray .item-text {
	color: #999;
	pointer-events: none;
}
.main-curriculum .wrap-past .wrap-box.gray .item-B {
	color: #999;
}

.main-curriculum .wrap-past .wrap-box:last-child {
	margin-bottom: 0;
}

.main-curriculum .past-tap .list {
	display: none;
}

.pic-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.59);
	z-index: 10;
}

.pic-mask .pic-box {
	width: 100%;
	position: relative;
	vertical-align: middle;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 8%;
}

.pic-mask .pic {
	width: 100%;
	border-radius: 6px;
}

.pic-mask .pic img {
	width: 100%;
	border-radius: 6px;
}

.pic-mask .pic-mask-close {
	width: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -60px;
	right: 0;
	cursor: pointer;
}

.pic-mask .pic-mask-close img {
	width: 100%;
}

.main-curriculum-details {
	width: 100%;
	background-color: #f8f8f8;
	padding-top: 50px;
	padding-bottom: 115px;
}

.main-curriculum-details .container {
	width: 1200px;
	margin: 0 auto;
}

.main-curriculum-details .mcd-video {
	width: 100%;
	margin-bottom: 10px;
}

.main-curriculum-details .video-wrap {
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.main-curriculum-details .video-bg {
	width: 100%;
}

.main-curriculum-details .video-bg img {
	width: 100%;
}

.main-curriculum-details .mcd-video-mask {
	width: 60px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.main-curriculum-details .mcd-video-mask img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.main-curriculum-details .mcd-title {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #ffffff;
	border-radius: 6px;
	font-size: 0;
	margin-bottom: 40px;
}

.main-curriculum-details .mcd-title:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 20px;
	background-color: #067bda;
	vertical-align: middle;
}

.main-curriculum-details .title {
	width: calc(100% - 4px);
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	font-family: SourceHanSansCN-Medium;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	font-weight: bold;
}

.main-curriculum-details .mcd-content {
	width: 100%;
	padding: 40px 0;
	background-color: #fff;
}

.main-curriculum-details .mcd-content img {
	max-width: 100%;
}

.main-curriculum-details .mcd-content p {
	font-size: 16px;
	line-height: 35px;
	color: #555555;
}

.main-curriculum-details .mcd-content p img {
	width: 100%;
}

.main-curriculum-details video {
	display: none;
	width: 100%;
}

footer {
	width: 100%;
}

.f-a {
	width: 100%;
	background-color: #eaeaea;
	padding: 35px 0;
}

.f-a .f-container {
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
}

.f-a .f-inf {
	width: auto;
	float: left;

	font-size: 16px;
	line-height: 1.875;
	color: #888888;
}

.f-a .f-hotline {
	width: auto;
	font-size: 0;
	float: right;
}

.f-a .f-hotline-icon {
	display: inline-block;
	width: 20px;
	text-align: center;
	vertical-align: middle;
}

.f-a .f-hotline-icon img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.f-a .f-text {
	width: auto;
	display: inline-block;

	font-size: 16px;
	line-height: 1.875;
	color: #888888;
	vertical-align: middle;
	margin-left: 20px;
}

div.pswp__bg {
	background-color: rgba(0, 0, 0, 0.5);
}
body.hide-pswp .pswp {
	display: none;
}

.login-box .login-bot {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.phone-number {
	display: block;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	line-height: 1.25;
	color: #666666;
}

.login-mask .gain-code {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #067bda;
	background-color: #f9f7ff;
	font-size: 16px;
	line-height: 40px;
	border-radius: 30px;
	padding: 0 15px;
	cursor: pointer;
	text-align: center;
}
.login-mask .gain-code.gray {
	color: gray;
	pointer-events: none;
}
.login-mask .gain-code .gsp {
	min-width: 5em;
	display: block;
	line-height: 40px;
}
