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: 790px;
	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 283px;
	margin-top: 56px;
}

.banner .two-links a {
	width: 292px;
	height: 60px;
	background: url(../images/banner_link.png) center top no-repeat;
	position: relative;
}

.banner .two-links a i {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 7px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	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;
}

.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;
}

.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: 84px;
	padding-top: 44px;
}

.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: 902px;
	background: url(../images/part31.png) center top no-repeat;
	margin-bottom: 611px;
	padding-top: 60px;
}

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

.pannel2 .part3 .coupon {
	width: 593px;
	height: 132px;
	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: 12px;
	text-align: left;
	margin-bottom: 67px;
}

.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: 146px;
}

.pannel2 .part3 .coupon a {
	display: block;
	margin-top: 13px;
	margin-left: 240px;
	width: 138px;
	height: 51px;
	position: relative;
	border-radius: 25px;
	background-color: #6e0207;
}

.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; */
    height: 548px;
    margin-top: 17px;
    /* right: 162px; */
    padding-top: 27px;
}

.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 64px;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 29px;
}

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

.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;
}

.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: 990px;
    height: 359px;
    margin: 0 auto;
    overflow: auto;
}

.pannel2 .part3 .part3-content2 .choose4 table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    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: 120px;
    height: 40px;
    border-radius: 23px;
    background-color: #940209;
}

.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;
}

.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;
}

.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: 16px;
    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;
}