body {
	background-color: lightgray;
}

.header {
	height: 50px;
	line-height: 50%;
	background-color: rgba(80, 6, 1, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}

.header .logo {
	position: relative;
	top: 10px;
	width: 141px;
}

.header .public-container {
	width: 1000px;
	text-align: left;
}

.header .link-content {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	top: 0;
	bottom: 0;
	height: 20px;
	margin: auto 0;
	right: 0;
}

.header a {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	line-height: 20px;
	padding: 0 10px;
	border-right: 2px solid;
	border-color: #FFF;
}

.header a:hover {
	color: #fed100;
}

.pannel {
	background-position: center top;
	background-repeat: no-repeat;
	background-origin: border-box;
	overflow: hidden;
	position: relative;
}

.banner {
	height: 700px;
	background-image: url(../images/bg_01.jpg);
}

.banner .public-container {
	padding-top: 106px;
}

.banner .title-up {
	font-size: 40px;
	line-height: 40px;
	display: block;
	color: #FFF;
}

.banner .title-up i {
	color: #fed100;
}

.banner .year-2020 {
	display: block;
	margin-top: 11px;
	margin-left: 93px;
	position: relative;
}

.banner .two-links {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 0 122px;
	margin-top: 56px;
}

.banner .two-links a {
	width: 202px;
	height: 60px;
	background: url(../images/banner_link.png) center top no-repeat;
	position: relative;
	background-size: 100% auto;
	font-size: 20px;
	cursor: pointer;
}

.banner .two-links a i {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 7px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #d10007;
	border-radius: 30px;
	background-color: #fed100;
	box-shadow: inset 1px -2px 1px 0px rgba(255, 254, 233, 0.1);
}

.banner .banner-form {
	height: 110px;
	position: absolute;
	top: 680px;
	left: -360px;
	right: -360px;
	background: url(../images/form_bg.png) center top no-repeat;
	display: flex;
	display: -webkit-flex;
	padding: 0 460px;
	justify-content: flex-start;
	align-items: center;
}

.banner .banner-form select,
.banner .banner-form input {
	display: block;
	width: 230px;
	height: 45px;
	border-radius: 11px;
	background-color: #FFF;
	border: none;
	outline: none;
	color: #620006;
	font-size: 22px;
	margin-right: 24px;
	padding-left: 10px;
}

.banner .banner-form .banner_message {
	position: absolute;
	left: 1225px;
	top: 4px;
	cursor: pointer;
}

.banner .banner-top {
	position: absolute;
	top: 0;
	left: -360px;
}

.banner .title {
	position: absolute;
	left: 148px;
}

.banner .title-one {
	top: 170px;
}

.banner .title-two {
	top: 343px;
}

.pannel2 {
	/* height: 3980px; */
	background-image: url(../images/bg_02.jpg);
}

.pannel2 .public-container {
	padding-top: 31px;
	border-bottom: 1px solid transparent;
}

.pannel2 .public-img {
	display: block;
	margin: 0 auto;
}

.pannel2 .part {
	width: 740px;
	position: relative;
	margin: 0 auto 0;
}

.pannel2 .part .part-title {
	font-size: 45px;
	line-height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	top: -22px;
	letter-spacing: 1px;
	color: #FFF;
}

.pannel2 .part .part-title span {
	color: #ff0211;
	display: inline-block;
	line-height: 45px;
}

.pannel2 .part .part-title i {
	display: inline-block;
}

.pannel2 .part .part-title i.i-last {
	color: #fed100;
}

.pannel2 .place1 {
	margin-bottom: 36px;
	display: none;
}

.pannel2 .part-content {
	background-color: #FFF;
	position: relative;
	right: 130px;
	width: 998px;
}

.pannel2 .part2 {
	height: 822px;
	background: url(../images/part2.png) center top no-repeat;
	margin-bottom: 107px;
	padding-top: 44px;
	display: none;
}

.pannel2 .part2 .part2-title2 {
	color: #FFF;
	font-size: 22px;
	line-height: 22px;
	display: block;
	margin-bottom: 30px;
}

.pannel2 .part2 .part2-content {
	height: 654px;
	border-radius: 30px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding-top: 35px;
}

.pannel2 .part2 .part2-content .part2-inside {
	width: 949px;
	height: 590px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: auto;
	padding-top: 12px;
	padding-right: 2px;
}

.pannel2 .part2 .part2-content .part2-inside>div {
	width: 290px;
	height: 147px;
	border: 2px solid #d51500;
	border-radius: 6px 6px 20px 6px;
	margin-bottom: 54px;
	position: relative;
	padding: 31px 20px 15px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}

.pannel2 .part2 .part2-content .part2-inside>div .exercise-title {
	display: block;
	width: 105px;
	position: absolute;
	line-height: 24px;
	left: 0;
	right: 0;
	top: -12px;
	background-color: #FFF;
	margin: 0 auto;
	font-size: 24px;
	color: #620006;
	font-weight: bold;
}

.pannel2 .part2 .part2-content .part2-inside>div .exercise-title i {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #d51500;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.pannel2 .part2 .part2-content .part2-inside>div .exercise-title i:first-of-type {
	left: 0;
}

.pannel2 .part2 .part2-content .part2-inside>div .exercise-title i:last-of-type {
	right: 0;
}

.pannel2 .part2 .part2-content .part2-inside>div a {
	width: 117px;
	height: 38px;
	border-radius: 19px;
	position: relative;
	background-color: #620006;
}

.pannel2 .part2 .part2-content .part2-inside>div a i {
	display: block;
	width: 117px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	border-radius: 19px;
	background-color: #7c0d01;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

.pannel2 .part2 .part2-content .part2-inside>div a:hover i {
	background-color: #ff0211;
	color: #fed100;
}

.pannel2 .part2 .part2-content .part2-inside>div i.bottom {
	display: block;
	position: absolute;
	width: 95px;
	height: 6px;
	border-radius: 3px;
	background-color: #a8000a;
	left: 0;
	right: 0;
	bottom: -4px;
	margin: 0 auto;
}

.pannel2 .part2 .part2-content .part2-inside i.outside {
	width: 290px;
	height: 0;
}

/* 设置滚动条的样式 */
.pannel2 .part2 .part2-content .part2-inside::-webkit-scrollbar {
	width: 16px;
}

/* 滚动槽 */
.pannel2 .part2 .part2-content .part2-inside::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(213, 21, 0, 0.4);
}

/* 滚动条滑块 */
.pannel2 .part2 .part2-content .part2-inside::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(213, 21, 0, 1);
}

.pannel2 .part2 .part2-content .part2-inside::-webkit-scrollbar-thumb:window-inactive {
	background: #d51500;
}

.pannel2 .part2 .two-links {
	display: flex;
	display: -webkit-flex;
	padding: 0 158px;
	margin-top: 43px;
	justify-content: space-between;
}

.pannel2 .part2 .two-links a {
	display: block;
	width: 198px;
	height: 63px;
	border-radius: 29px;
	position: relative;
	background-color: #9c3a04;
}

.pannel2 .part2 .two-links a span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	height: 59px;
	border-radius: 29px;
	background-color: #fe8700;
}

.pannel2 .part2 .two-links a span i {
	position: absolute;
}

.pannel2 .part2 .two-links a span i.i-inside {
	height: 59px;
	left: 0;
	right: 0;
	bottom: 5px;
	background-color: rgb(254, 197, 0);
	background-image: -moz-linear-gradient(90deg, rgb(254, 197, 0) 0%, rgb(254, 241, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(254, 197, 0) 0%, rgb(254, 241, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(254, 197, 0) 0%, rgb(254, 241, 0) 100%);
	border-radius: 29px;
	line-height: 59px;
	font-size: 0;
}

.pannel2 .part2 .two-links a span i.i-inside img {
	vertical-align: middle;
}

.pannel2 .part2 .two-links a span i.i-inside i {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
}

.pannel2 .part2 .two-links a span i.i-inside i:first-of-type {
	width: 9px;
	height: 9px;
	left: 18px;
	top: 7px;
}

.pannel2 .part2 .two-links a span i.i-inside i:last-of-type {
	width: 6px;
	height: 6px;
	left: 14px;
	top: 18px;
}

.pannel2 .book2 {
	margin-bottom: 37px;
}

.pannel2 .part3 {
    /* height: 802px; */
    background: url(../images/part3.png) center top no-repeat;
    margin-bottom: 20px;
    padding-top: 35px;
}

.pannel2 .part3 .part3-ribbon {
	position: absolute;
	top: 228px;
	left: -592px;
}

.pannel2 .part3 .coupon {
    width: 593px;
    /* height: 232px; */
    margin-left: 58px;
    border-radius: 12px;
    position: relative;
    background-color: rgb(254, 120, 0);
    background-image: -moz-linear-gradient(90deg, rgb(254, 120, 0) 0%, rgb(254, 241, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(254, 120, 0) 0%, rgb(254, 241, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(254, 120, 0) 0%, rgb(254, 241, 0) 100%);
    padding-top: 25px;
    text-align: left;
    margin-bottom: 30px;
    border-bottom: 1px solid transparent;
}

.pannel2 .part3 .coupon .coupon-price {
	display: block;
	margin-left: 64px;
	margin-bottom: 4px;
}

.pannel2 .part3 .coupon>span {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #7c0d01;
	margin-left: 365px;
}

.pannel2 .part3 .coupon a span {
	height: 47px;
	border-radius: 23px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	background-color: #940209;
}

.pannel2 .part3 .coupon a span i {
	position: absolute;
}

.pannel2 .part3 .coupon a span i.i-inside {
	height: 47px;
	border-radius: 23px;
	left: 0;
	right: 0;
	bottom: 4px;
	background-color: rgb(210, 3, 12);
	background-image: -moz-linear-gradient(90deg, rgb(210, 3, 12) 0%, rgb(255, 14, 25) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(210, 3, 12) 0%, rgb(255, 14, 25) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(210, 3, 12) 0%, rgb(255, 14, 25) 100%);
	text-align: center;
	line-height: 47px;
	font-size: 0;
}

.pannel2 .part3 .coupon a span i.i-inside img {
	vertical-align: middle;
}

.pannel2 .part3 .coupon a span i.i-inside i {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
}

.pannel2 .part3 .coupon a span i.i-inside i:first-of-type {
	width: 8px;
	height: 8px;
	left: 14px;
	top: 5px;
}

.pannel2 .part3 .coupon a span i.i-inside i:last-of-type {
	width: 6px;
	height: 6px;
	left: 11px;
	top: 14px;
}

.pannel2 .part3 .coupon .coupon-element {
	position: absolute;
}

.pannel2 .part3 .coupon .coupon1 {
	top: -93px;
	left: 276px;
}

.pannel2 .part3 .coupon .coupon2 {
	top: -68px;
	right: -79px;
}

.pannel2 .part3 .coupon .coupon3 {
	left: -74px;
	top: 54px;
}

.pannel2 .part3 .part3-content1 {
	/* height: 250px; */
	border-radius: 30px 30px 0 0;
	padding-top: 34px;
}

.pannel2 .part3 .part3-content2 {
    width: 1062px;
    max-height: 615px; 
	padding-bottom: 30px;
    margin-top: 17px;
    right: 162px;
    padding-top: 27px;
				display: none;
}

.pannel2 .part3 .part3-content2.choose1-clicked{
	display: block;
}


.pannel2 .part3 .part-content .part3-content-title {
	position: absolute;
	width: 125px;
	height: 57px;
	line-height: 57px;
	font-size: 24px;
	color: #fed100;
	font-weight: bold;
	text-align: left;
	border-radius: 0 15px 15px 0;
	background-color: #d51500;
}

.pannel2 .part3 .part-content .part3-content-title i {
	display: block;
	position: absolute;
	height: 8px;
}

.pannel2 .part3 .part-content .part3-content-title i:first-of-type {
	border-top: 4px solid transparent;
	border-bottom: 4px solid #360204;
	top: -8px;
}

.pannel2 .part3 .part-content .part3-content-title i:last-of-type {
	border-top: 4px solid #360204;
	border-bottom: 4px solid transparent;
	bottom: -8px;
}

.pannel2 .part3 .part3-content1 .part3-content-title {
	padding-left: 16px;
	top: 34px;
	left: -16px;
}

.pannel2 .part3 .part3-content1 .part3-content-title i {
	width: 16px;
	left: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid #360204;
}

.pannel2 .part3 .part3-content2 .part3-content-title {
	padding-left: 14px;
	top: 27px;
	left: -19px;
}

.pannel2 .part3 .part3-content2 .part3-content-title i {
	width: 18px;
	left: 1px;
	border-left: 9px solid transparent;
	border-right: 9px solid #360204;
}

.pannel2 .part3 .part-content .part3-content-title2 {
	display: block;
	font-size: 22px;
	color: #221815;
	text-align: left;
	line-height: 57px;
}

.pannel2 .part3 .part3-content1 .part3-content-title2 {
	padding-left: 130px;
}

.pannel2 .part3 .part3-content2 .part3-content-title2 {
	padding-left: 126px;
}

.pannel2 .part3 .part3-content1 .choose1 {
	display: flex;
	display: -webkit-flex;
	padding: 0 30px;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 29px;
	border-bottom: 1px solid transparent;
}

.pannel2 .part3 .part3-content1 .choose1 a {
	display: block;
	border-radius: 19px;
	background-color: #620006;
	position: relative;
	font-weight: bold;
	margin-bottom: 22px;
	margin-right: 12px;
}

.pannel2 .part3 .part3-content1 .choose1 i {
	display: block;
	padding: 0 18px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #FFF;
	background-color: #7c0d01;
	border-radius: 19px;
	position: relative;
	bottom: 3px;
}

.pannel2 .part3 .part3-content1 .choose1 a:hover i,
.pannel2 .part3 .part3-content1 .choose1 a.choose1-clicked i {
	color: #fed100;
	background-color: #d51500;
}

.pannel2 .part3 .part3-content2 .choose2 {
	width: 120px;
	height: 38px;
	position: absolute;
	border-radius: 19px;
	background-color: #7c0d01;
	top: 35px;
	left: 232px;
	border: 1px solid #d51500;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 3px 0 0 #620006;
	display: none;
}

.pannel2 .part3 .part3-content2 .choose2 .i1 {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	border-radius: 19px;
	background-color: #d51500;
}

.pannel2 .part3 .part3-content2 .choose2 .i2 {
	flex: 1;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	line-height: 36px;
	position: relative;
}

.pannel2 .part3 .part3-content2 .choose2 .choose2-clicked {
	border-radius: 19px;
	color: #fed100;
}

.pannel2 .part3 .part3-content2 .choose3 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-top: 26px;
}

.pannel2 .part3 .part3-content2 .choose3 a {
	height: 53px;
	color: #d51500;
	font-weight: bold;
	border-radius: 15px 15px 0 0;
	border: 2px solid #d51500;
	line-height: 51px;
	padding: 0 8px;
	font-size: 20px;
	border-bottom: none;
}

.pannel2 .part3 .part3-content2 .choose3 a.choose3-clicked {
	color: #FFF;
	background-color: #d51500;
}

.pannel2 .part3 .part3-content2 .choose4 {
	width: 970px;
	max-height: 500px;
	margin: 0 auto;
	overflow: auto;
}

.pannel2 .part3 .part3-content2 .choose4 table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	color: #221815;
	border: 2px solid #d51500;
	/* font-weight: bold; */
}

.pannel2 .part3 .part3-content2 .choose4 table th {
	font-size: 22px;
	color: #d51500;
	white-space: nowrap;
}

.pannel2 .part3 .part3-content2 .choose4 table th,
.pannel2 .part3 .part3-content2 .choose4 table td {
	border: 1px solid #d51500;
}

.pannel2 .part3 .part3-content2 .choose4 table td:nth-last-child(1) {
	padding: 10px 0;
}

.pannel2 .part3 .part3-content2 .choose4 table a {
	display: block;
	margin: 0 auto;
	width: 110px;
	height: 40px;
	border-radius: 23px;
	background-color: #940209;
	text-align: center;
}

.pannel2 .part3 .part3-content2 .choose4 table a span {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	border-radius: 23px;
	position: relative;
	bottom: 4px;
	font-size: 0;
	line-height: 40px;
	background-color: rgb(210, 3, 12);
	background-image: -moz-linear-gradient(90deg, rgb(210, 3, 12) 0%, rgb(255, 14, 25) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(210, 3, 12) 0%, rgb(255, 14, 25) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(210, 3, 12) 0%, rgb(255, 14, 25) 100%);
}

.pannel2 .part3 .part3-content2 .choose4 table a i {
	display: block;
	position: absolute;
	border-radius: 50%;
	background-color: #FFF;
}

.pannel2 .part3 .part3-content2 .choose4 table a i:first-of-type {
	width: 8px;
	height: 8px;
	top: 5px;
	left: 14px;
}

.pannel2 .part3 .part3-content2 .choose4 table a i:last-of-type {
	width: 5px;
	height: 5px;
	top: 14px;
	left: 11px;
}

.pannel2 .part3 .part3-content2 .choose4 table a img {
	vertical-align: middle;
	width: 80px;
}

.pannel2 .wechat3 {
	margin-bottom: 34px;
	padding-top: 25px;
}

.pannel2 .part4 {
	height: 416px;
	background: url(../images/part4.png) center top no-repeat;
}

.pannel2 .part4 .part4-qr {
	position: absolute;
	top: 51px;
	left: -592px;
	right: -588px;
	height: 331px;
	background-color: #fed100;
	padding: 27px 460px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.pannel2 .part4 .part4-qr .qr-border {
	width: 186px;
	height: 186px;
	line-height: 186px;
	font-size: 0;
	background-color: #FFF;
	position: relative;
}

.pannel2 .part4 .part4-qr .qr-border img {
	width: 181px;
	vertical-align: middle;
}

.pannel2 .part4 .part4-qr .qr-border span {
	display: block;
	position: absolute;
	white-space: nowrap;
	font-size: 20px;
	line-height: 26px;
	color: #d10007;
	left: 50%;
	top: 190px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.pannel2 .part4 .part4-qr .qr-border span i {
	display: block;
	font-weight: bold;
}

.pannel2 .place4 {
	margin-top: 57px;
	margin-bottom: 40px;
}

.pannel2 .part5 {
	width: 1000px;
	height: 531px;
	background: url(../images/part5.png) center top no-repeat;
	padding-top: 63px;
	margin-bottom: 100px;
}

.float-right {
	position: fixed;
	right: 0;
	top: 20%;
	text-align: center;
	z-index: 1;
	width: 140px;
	height: 287px;
	background: url(../images/float_right.png) center top no-repeat;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
	padding: 18px 0 24px;
}

.float-right .float-circle {
	position: absolute;
	top: -34px;
	right: 41px;
}

.float-right a {
	display: block;
}

.float-right a:not(.close) {
	display: block;
	font-weight: bold;
	width: 100%;
	color: #d10007;
	font-style: oblique;
	font-size: 16px;
	flex: 1;
	/* height: 40px; */
	/* padding-top: 4px; */
	border-bottom: 1px dashed #d10007;
	/* transform: rotate(-14deg);
	-ms-transform: rotate(-14deg);
	-webkit-transform: rotate(-14deg); */
}

.float-right a:hover {
	color: #000;
}

.float-right a.close {
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 0;
	border: 1px solid #fef100;
	border-radius: 50%;
	position: absolute;
	right: 45px;
	bottom: -17px;
}

.float-right a.close img {
	vertical-align: middle;
}

.float-right a:nth-last-child(1) {
	border: none;
}

.float-left {
	position: fixed;
	left: 0;
	top: 20%;
	text-align: center;
	z-index: 1;
	width: 149px;
	height: 195px;
	background: url(../images/float_left.png) center top no-repeat;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
	padding: 18px 0 24px;
	padding-right: 10px;
}

.float-left .float-circle {
	position: absolute;
	top: -34px;
	left: 40px;
}

.float-left a {
	display: block;
}

.float-left a:not(.close) {
	display: block;
	font-weight: bold;
	width: 100%;
	color: #d10007;
	font-size: 16px;
	flex: 1;
	/* height: 40px; */
	padding-top: 4px;
	border-bottom: 1px dashed #d10007;
	transform: rotate(14deg) skewX(14deg);
	-ms-transform: rotate(14deg) skewX(14deg);
	-webkit-transform: rotate(14deg) skewX(14deg);
}

.float-left a:hover {
	color: #000;
}

.float-left a.close {
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 0;
	border: 1px solid #fef100;
	border-radius: 50%;
	position: absolute;
	left: 44px;
	bottom: -13px;
}

.float-left a.close img {
	vertical-align: middle;
}

.float-left a:nth-last-child(1) {
	border: none;
}

.foot {
	height: 78px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ff0211;
}

.foot .public-container {
	line-height: 78px;
	font-size: 0;
	text-align: left;
	padding-left: 364px;
}

.foot .public-container>img {
	vertical-align: middle;
}

.foot .foot-right {
	width: 118px;
	height: 46px;
	background-color: #fed100;
	border-radius: 8px;
	position: absolute;
	display: block;
	top: 13px;
	font-size: 24px;
	font-weight: bold;
	left: 813px;
	line-height: 46px;
	text-align: center;
	color: #d10007;
	cursor: pointer;
	box-shadow: 0 4px 0 #fe8700;
}

.foot .foot-teacher {
	position: absolute;
	bottom: 0;
	left: 269px;
}

.foot .foot-right i.i1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	line-height: 36px;
	color: #d10007;
	font-weight: bold;
}

.foot .foot-right i.i2 {
	display: block;
	width: 16px;
	height: 24px;
	position: absolute;
	top: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid #360204;
}

.foot .foot-right i.i21 {
	left: -16px;
	border-left: 8px solid transparent;
	border-right: 8px solid #360204;
}

.foot .foot-right i.i22 {
	right: -16px;
	border-left: 8px solid #360204;
	border-right: 8px solid transparent;
}

.window-alert {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

.window-alert .submit_info {
	width: 284px;
	height: 250px;
	border-radius: 20px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	padding-top: 16px;
	box-shadow: -4px 7px 30px 0px rgba(31, 3, 5, 0.4);
}

.window-alert .submit_info>div {
	width: 256px;
	height: 40px;
	margin: 0 auto 10px;
	border: 2px solid #d51500;
	border-radius: 12px;
	position: relative;
	padding-left: 90px;
	overflow: hidden;
}

.window-alert .submit_info>div input {
	display: block;
	height: 100%;
	width: 100%;
	background-color: transparent;
	outline: none;
	font-size: 20px;
	padding-left: 10px;
}

.window-alert .submit_info>div span {
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	bottom: -2px;
	width: 94px;
	line-height: 40px;
	background-color: #d51500;
	border-radius: 12px;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
}

.window-alert .submit_info>div i {
	display: block;
	position: absolute;
	top: -2px;
	bottom: -2px;
	line-height: 40px;
	right: 0;
	padding: 0 6px;
	color: #221815;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}

.window-alert .submit_info a {
	display: block;
	width: 138px;
	height: 47px;
	margin: 17px auto 0;
	background-color: #940209;
	border-radius: 23px;
	position: relative;
}

.window-alert .submit_info a span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	height: 47px;
	border-radius: 23px;
	background-color: rgb(210, 3, 12);
	background-image: -moz-linear-gradient(90deg, rgb(210, 3, 12) 0%, rgb(255, 14, 25) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(210, 3, 12) 0%, rgb(255, 14, 25) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(210, 3, 12) 0%, rgb(255, 14, 25) 100%);
	font-size: 0;
	line-height: 47px;
}

.window-alert .submit_info a span i {
	display: block;
	position: absolute;
	background-color: #FFF;
	border-radius: 50%;
}

.window-alert .submit_info a span i:first-of-type {
	width: 5px;
	height: 5px;
	left: 11px;
	top: 14px;
}

.window-alert .submit_info a span i:last-of-type {
	width: 8px;
	height: 8px;
	left: 14px;
	top: 5px;
}

.window-alert .submit_info a span img {
	vertical-align: middle;
}

.window-alert .submit_info .alert-close {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #FFF;
	right: -35px;
	top: -25px;
	font-size: 0;
	line-height: 32px;
	cursor: pointer;
}

.window-alert .submit_info .alert-close img {
	vertical-align: middle;
}


.window-alert .submit_info2 {
	width: 284px;
	height: 250px;
	border-radius: 20px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	padding-top: 90px;
	box-shadow: -4px 7px 30px 0px rgba(31, 3, 5, 0.4);
	font-size: 18px;
	color: red;
	font-weight: bold;
	display: none;
}

.window-alert .submit_info2 img {
	width: 150px;
}

.pannel2 .img6 {
	margin-bottom: 35px;
}

.pannel .part6 {
	margin-bottom: 83px;
	height: 656px;
	background: url(../images/part6.png) center top no-repeat;
	padding-top: 49px;
}

.pannel .part6 .part6-content {
	height: 569px;
	right: 128px;
	border-radius: 30px;
	padding-left: 53px;
	padding-top: 58px;
}

.pannel .part6 .part6-content-left {
	width: 307px;
}

.pannel .part6 .part6-content-left .part6-every {
	position: relative;
	height: 73px;
	line-height: 73px;
	font-size: 0;
	background-color: #d51500;
	border-radius: 10px;
	margin-bottom: 22px;
	padding-left: 20px;
}

.pannel .part6 .part6-content-left .part6-every .triangle {
	position: absolute;
	left: -8px;
	top: 32px;
}

.pannel .part6 .part6-content-left .part6-every .part6-every-title {
	position: absolute;
	width: 95px;
	height: 37px;
	line-height: 37px;
	font-size: 0;
	left: -8px;
	top: -4px;
	background: url(../images/part6_number.png) center top no-repeat;
	text-align: left;
	padding-left: 19px;
}

.pannel .part6 .part6-content-left .part6-every i.part6-every-title img {
	vertical-align: middle;
}

.pannel .part6 .part6-content-left .part6-every span {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 28px;
	color: #FFF;
}

.pannel .part6 .part6-content-left .part6-every span i {
	color: #fee600;
}

.pannel .part6 .part6-video-title {
	width: 562px;
	height: 71px;
	background: url(../images/video_title.png) center top no-repeat;
	line-height: 71px;
	color: #FFF;
	font-size: 36px;
	position: absolute;
	top: 56px;
	right: 55px;
}

.pannel .part6 .part6-video {
	width: 565px;
	/* height: 382px; */
	border: 2px solid #d51500;
	border-radius: 12px;
	position: absolute;
	right: 50px;
	top: 160px;
	overflow: hidden;
	font-size: 0;
}

.pannel .part6 .part6-video video {
	object-fit: cover;
	width: 100%;
}

.pannel2 .part3 .coupon .coupon-change-buttons {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    padding: 0 130px;
}

.pannel2 .part3 .coupon .coupon-change-buttons a {
    display: block;
    border-radius: 19px;
    background-color: #620006;
    position: relative;
    font-weight: bold;
    height: 38px;
    text-align: center;
	width: 138px;
}

.pannel2 .part3 .coupon .coupon-change-buttons i {
	display: block;
	padding: 0 18px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #FFF;
	background-color: #7c0d01;
	border-radius: 19px;
	position: relative;
	bottom: 3px;
}

.pannel2 .part3 .coupon .coupon-change-buttons a:hover i,
.pannel2 .part3 .coupon .coupon-change-buttons a.choose1-clicked i {
	color: #fed100;
	background-color: #d51500;
}

.pannel2 .part3 .coupon .coupon-info{
    display: none;
    text-align: center;
    margin: 10px 0 9px;
}

.pannel2 .part3 .coupon .coupon-info span{
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    line-height: 36px;
}

.pannel2 .part3 .coupon .coupon-info span i{
	color: red;
}

.float-right{
	position: fixed;
	width: 114px;
	height: 400px;
	right: -1px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	text-align: center;
	z-index: 11;
}

.float-right .float-right-close{
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0px;
    right: 0;
    background-color: #b50104;
    font-size: 0;
    line-height: 23px;
    border-radius: 50%;
    cursor: pointer;
}

.float-right .float-right-close>img{
	vertical-align: middle;
}

.float-right .top-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 286px;
    background-color: #ffffff;
    border-radius: 30px 0 0 30px;
    padding-top: 16px;
    box-shadow: 0px 10px 15px 0px rgb(79 79 79 / 20%);
}

.float-right .bottom-content{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 96px;
	border-radius: 30px 0 0 30px;
	box-shadow: 0px 5px 5px 0px rgba(53, 166, 249, 0.2);
	background-color: rgb(167 0 3);
	background-image: -moz-linear-gradient( 0deg, rgb(189 6 9) 0%, rgb(211 7 13) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(189 6 9) 0%, rgb(211 7 13) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(189 6 9) 0%, rgb(211 7 13) 100%);
	background-image: linear-gradient( 0deg, rgb(189 6 9) 0%, rgb(211 7 13) 100%);
	padding-top: 71px;
}

.float-right .bottom-content .bottom-img{
    position: absolute;
    left: 31px;
    top: 9px;
}

.float-right .bottom-content .bottom-line{
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.float-right .top-content a{
    display: block;
    text-align: center;
    color: #1e2740;
    font-size: 16px;
    line-height: 36px;
    position: relative;
}

.float-right .top-content a img{
	position: absolute;
	display: none;
}

.float-right .top-content a img:first-of-type{
    left: -4px;
    top: 6px;
}

.float-right .top-content a:hover img.we-chat{
    top: -40px;
    right: 116px;
	display: block;
}

.float-right .top-content a.link-hover img:first-of-type{
	display: block;
}

.float-right .top-content .to-top{
	width: 95px;
	height: 44px;
	border-radius: 0 0 0 25px;
	cursor: pointer;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	line-height: 44px;
	position: absolute;
	left: 10px;
	bottom: 12px;
	background-color: rgb(56,192,255);
	background-image: -moz-linear-gradient(0deg, rgb(189 6 9) 0%, rgb(211 7 13) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(189 6 9) 0%, rgb(211 7 13) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(189 6 9) 0%, rgb(211 7 13) 100%);
	background-image:linear-gradient( 0deg, rgb(189 6 9) 0%, rgb(211 7 13) 100%);
}

.float-left{
    position: fixed;
    width: 200px;
    height: 352px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    text-align: center;
    background-color: #ffffff;
    border-radius: 0 30px 30px 0;
}

.float-left .links{
    display: flex;
    display: -webkit-flex;
    height: 100%;
    flex-wrap: wrap;
}

.float-left a{
    width: 100%;
    text-align: center;
    color: #1e2740;
    font-size: 16px;
    position: relative;
    line-height: 32px;
				transform: inherit;
}

.float-left .float-right-close{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #3082f2;
    font-size: 0;
    line-height: 24px;
    border-radius: 50%;
    cursor: pointer;
}

.float-left .float-right-close>img{
	vertical-align: middle;
}


.pannel1{
	background: #c90006;
	padding-top: 105px;
}

.pannel1 .zixun_main{
	position: relative;
	padding-top: 10px;
}
.pannel1 .zixun_main .book2{
	position: absolute;
	width: 80px;
	left: 50%;
	margin-left: -40px;
	top: -100px;
}

.pannel1 .zixun_main .zixun_bg{
	position: absolute;
	border: 2px solid #fef100;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	height: 100%;
	border-radius: 20px;
	top: 20px;
	z-index: 1;
}
.pannel1 .title{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 600px;
	background: #c90006;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: -7px;
	z-index: 10;
}

.pannel1 .title i{
	color: #ff0211;
	display: inline-block;
	line-height: 45px;
}
.pannel1 .title span{
	color: #fed100;
}
.pannel1 .zixun_content{
	position: relative;
	display: flex;
	width: 998px;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-top: 70px;
	justify-content: space-evenly;
	margin-bottom: 40px;
	background: #fff;
	padding: 24px 0;
	border-radius: 24px;
	z-index: 10;
}
.pannel1 .zixun_content .zx_con{
	width: 300px;
	text-align: center;
	line-height: 50px;
	margin: 12px 0;
}
.pannel1 .zixun_content .zx_con h2{
	color: #d51500;
}
.pannel1 .zixun_content .zx_con p{
	
}
.pannel1 .zixun_content .zx_con p a{
	display: block;
	background: #fed100;
	width: 160px;
	margin: 10px auto;
	height: 34px;
	line-height: 34px;
	color: #d10007;
	cursor: pointer;
}

.pannel1 .zixun_content .zx_con p:nth-child(2) a{
	background: #f7df70;
}