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

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

.header .public-container {
	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: #ffde00;
}

.header a:nth-child(5) img {
	display: none;
	position: absolute;
}

.header a:nth-child(5):hover img {
	display: block;
	width: 150px;
}

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

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

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

.banner .plate {
	position: absolute;
	top: 38px;
	left: 388px;
}

.banner .ribbon {
	position: absolute;
	top: 0;
	left: 270px;
}

.banner .title {
	position: relative;
	display: block;
	margin-left: 59px;
	margin-bottom: 40px;
}

.banner .title-content {
	width: 842px;
	height: 155px;
	background-color: #e91010;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}

.banner .title-content h1 {
	font-size: 30px;
	color: #ffde00;
	line-height: 30px;
	margin-bottom: 10px;
}

.banner .title-content p {
	font-size: 20px;
	line-height: 26px;
	color: #FFF;
	text-align: left;
	padding: 0 60px;
}

.banner .title-content i {
	position: absolute;
	width: 26px;
	height: 40px;
	top: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid #920000;
}

.banner .title-content i:first-of-type {
	border-left: 13px solid transparent;
	border-right: 13px solid #920000;
	left: -26px;
}

.banner .title-content i:last-of-type {
	border-left: 13px solid #920000;
	border-right: 13px solid transparent;
	right: -26px;
}

.banner .point {
	position: absolute;
	top: 330px;
	left: 740px;
	-webkit-animation: time 6s linear infinite;
	animation: time 6s linear infinite;
}

.banner .clock-i {
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	top: 383px;
	left: 829px;
	border: 7px solid #e40d11;
}

.pannel2 {
	height: 3404px;
	background-image: url(../images/bg02.jpg);
}

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

.part .part-circle {
	position: absolute;
	width: 100px;
	height: 100px;
	font-size: 0;
	line-height: 86px;
	border-radius: 50%;
	border: 7px solid #FFF;
	background-color: #f10909;
}

.part .part-circle i {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #ffde00;
}

.part .part-shadow {
	width: 66px;
	height: 19px;
	background-color: rgba(34, 24, 21, 0.2);
	border-radius: 50%;
	position: absolute;
}

.pannel2 .part2 {
    height: 629px;
    background-color: #FFF;
    border-radius: 16px;
    padding-top: 42px;
    margin-bottom: 116px;
    z-index: 1;
}

.pannel2 .part2 .part2-button {
	width: 25px;
	height: 40px;
	margin: auto 0;
	/* border: 2px solid #f10909; */
	/* border-radius: 50%; */
	top: 0;
	bottom: 0;
	/* line-height: 63px; */
	/* font-size: 0; */
	outline: none;
	/* text-align: center; */
}

.pannel2 .part2 .part2-button img{
	vertical-align: middle;
}

.pannel2 .part2 .swiper-button-prev2 {
	left: 0;
}

.pannel2 .part2 .swiper-button-prev2::after{
	content: '';
}

.pannel2 .part2 .swiper-button-next2 {
	right: 0;
}

.pannel2 .part2 .swiper-button-next2::after{
	content: '';
}

.pannel2 .part2 .part2-title {
	font-size: 45px;
	line-height: 45px;
	color: #221815;
	text-align: left;
	padding-left: 87px;
	margin-bottom: 38px;
}

.pannel2 .part2 .part2-title i {
	color: #f10909;
}

.pannel2 .part2 .part-shadow {
	left: -21px;
	top: 97px;
}

.pannel2 .part2 .part-circle {
	left: -20px;
	top: 14px;
}

.pannel2 .part2 table {
	margin: 0 auto;
	border-collapse: collapse;
	width: 939px;
	height: 257px;
	border: none;
	margin-bottom: 50px;
}

.pannel2 .part2 table th {
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	background-color: #e91010;
	border-top: 1px solid #e91010;
	border-left: 1px solid #e91010;
	border-bottom: 1px solid #e91010;
	border-right: 1px solid #FFF;
}

.pannel2 .part2 table th:last-of-type {
	border-right: 1px solid #e91010;
}

.pannel2 .part2 table td {
	border: 1px solid #221815;
	font-size: 16px;
	color: #221815;
	font-weight: bold;
}

.pannel2 .part2 table tr:nth-child(2) td {
	border-top: 1px solid #e91010;
}

.pannel2 .part2 .part2-right {
	width: 336px;
	height: 157px;
	position: absolute;
	right: -56px;
	bottom: 54px;
	background-color: #e91010;
	border-radius: 78px 0 0 78px;
	text-align: left;
	line-height: 157px;
	font-size: 0;
	padding-left: 35px;
	z-index: 1;
}

.pannel2 .swiper-pagination2 {
	width: 160px;
	height: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 27px;
	border-radius: 4px;
	overflow: hidden;
	background-color: transparent;
	border: 1px solid #e91010;
}

.pannel2 .swiper-pagination2>span {
	border-radius: 4px;
	background-color: #e91010;
}

.pannel2 .part2 .part2-right i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
}

.pannel2 .part2 .part2-right .i2,
.pannel2 .part2 .part2-right .i3 {
	position: absolute;
	display: block;
	width: 56px;
	height: 18px;
	border-left: 28px solid #aa0505;
	border-right: 28px solid transparent;
	right: 0;
	opacity: 1;
}

.pannel2 .part2 .part2-right .i2 {
	border-top: 9px solid transparent;
	border-bottom: 9px solid #aa0505;
	top: -18px;
}

.pannel2 .part2 .part2-right .i3 {
	border-top: 9px solid #aa0505;
	border-bottom: 9px solid transparent;
	bottom: -18px;
}

.pannel2 .part2 .swiper-container2 {
	width: 939px;

}

.pannel2 .part2 .part2-i {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	padding-left: 12px;
}

.pannel2 .part2 .part2-i .part2-every {
	width: 135px;
	height: 135px;
	border-radius: 50%;
	margin-right: 35px;
	position: relative;
	border: 6px solid #e91010;
	font-size: 0;
	line-height: 123px;
}

.pannel2 .part2 .part2-i .part2-every .i1 {
	width: 67px;
	height: 67px;
	display: block;
	background-color: #FFF;
	position: absolute;
	top: -6px;
	left: -6px;
}

.pannel2 .part2 .part2-i .part2-every .i2 {
	width: 130px;
	height: 130px;
	display: block;
	position: absolute;
	border: 2px solid #e91010;
	border-radius: 50%;
	top: -4px;
	left: -4px;
}

.pannel2 .part2 .part2-i .part2-every .s3 {
	width: 52px;
	height: 52px;
	display: block;
	border-radius: 50%;
	position: absolute;
	background-color: #e91010;
	color: #FFF;
	line-height: 52px;
	font-size: 20px;
	left: -14px;
	top: -10px;
}

.pannel2 .part2 .part2-i .part2-every .s3 i {
	font-size: 24px;
	font-weight: bold;
}

.pannel2 .part2 .part2-i .part2-every .s4 {
	font-size: 22px;
	line-height: 24px;
	color: #e91010;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.pannel2 .part2 .part2-i .part2-every .i-last {
	width: 30px;
	height: 30px;
	background-color: #ffec1d;
	border: 1px solid #FFF;
	line-height: 28px;
	font-size: 13px;
	color: #cb0000;
	display: block;
	position: absolute;
	border-radius: 50%;
	top: -20px;
	left: 26px;
	box-shadow: 1px 1px 5px 0px rgba(203, 0, 0, 0.4);
}

.pannel2 .part3 {
	width: 765px;
	height: 174px;
	background-color: #ffec1d;
	border-radius: 16px;
	margin-bottom: 936px;
}

.pannel2 .part3 .part3-img1 {
	position: absolute;
	left: 0;
	top: -21px;
	right: 0;
	margin: 0 auto;
}

.pannel2 .part3 .part-circle {
	border-color: #ffec1d;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -56px;
}

.pannel2 .part3 .part3-left {
	width: 1033px;
	height: 945px;
	border-radius: 25px;
	background-color: #e91010;
	position: absolute;
	right: 321px;
	top: 61px;
	padding-left: 471px;
	padding-top: 30px;
	box-shadow: 5px 8px 16px 0px rgba(0, 0, 0, 0.4);
}

.pannel2 .part3 .part3-left .part3-title1 {
	font-size: 45px;
	line-height: 45px;
	color: #FFF;
	text-align: left;
}

.pannel2 .part3 .part3-left .part3-title1 i {
	display: inline-block;
	color: #ffec1d;
	line-height: 45px;
}

.pannel2 .part3 .part3-left .teacher {
	display: block;
	margin-left: 80px;
	margin-top: 50px;
	margin-bottom: 33px;
}

.pannel2 .part3 .part3-left>section {
    width: 480px;
    height: 117px;
    text-align: left;
    position: relative;
    margin-left: 80px;
    margin-bottom: 31px;
    padding-left: 20px;
    border-bottom: 1px dashed #FFF;
}

.pannel2 .part3 .part3-left>section i {
	width: 4px;
	height: 83px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: 2px;
}

.pannel2 .part3 .part3-left>section h1 {
	font-size: 24px;
	line-height: 24px;
	color: #ffec1d;
}

.pannel2 .part3 .part3-left>section span {
	color: #FFF;
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
	margin-top: 10px;
}

.pannel2 .part3 .part3-right {
	width: 419px;
	height: 683px;
	background-color: #FFF;
	border-radius: 25px;
	top: 61px;
	left: 464px;
	position: absolute;
	box-shadow: 5px 8px 16px 0px rgba(0, 0, 0, 0.4);
	padding-top: 43px;
}

.pannel2 .part3 .part3-right .part3-top {
	width: 389px;
	height: 281px;
	border: 1px solid #e91010;
	margin: 0 auto 0;
	position: relative;
	padding: 50px 22px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.pannel2 .part3 .part3-right .part3-top>h1 {
	font-size: 36px;
	line-height: 36px;
	color: #e91010;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: -18px;
}

.pannel2 .part3 .part3-right .part3-top>i {
	display: block;
	position: absolute;
	width: 368px;
	height: 1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -1px;
	border: 1px solid #FFF;
}

.pannel2 .part3 .part3-right .part3-top>div {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 1px solid #e81010;
}

.pannel2 .part3 .part3-right .part3-top>div i {
	display: block;
	border-radius: 50%;
	background-color: rgb(198, 9, 9);
	background-image: -moz-linear-gradient(90deg, rgb(198, 9, 9) 0%, rgb(233, 16, 16) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(198, 9, 9) 0%, rgb(233, 16, 16) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(198, 9, 9) 0%, rgb(233, 16, 16) 100%);
	box-shadow: 1px 4px 2px 0px rgba(154, 22, 8, 0.5);
	position: absolute;
	color: #ffec1d;
	font-weight: bold;
}

.pannel2 .part3 .part3-right .part3-top>div i:first-of-type {
	width: 19px;
	height: 19px;
	font-size: 10px;
	line-height: 10px;
	top: 0;
	left: 15px;
	text-align: left;
	padding-top: 4px;
	padding-left: 5px;
}

.pannel2 .part3 .part3-right .part3-top>div i:last-of-type {
	width: 35px;
	height: 35px;
	text-align: center;
	left: -9px;
	top: 7px;
	line-height: 35px;
	font-size: 20px;
	text-shadow: 0 3px 0px #850505;
}

.pannel2 .part3 .part3-right .part3-top>div img {
	position: absolute;
	left: 3px;
	top: -6px;
}

.pannel2 .part3 .part3-right .part3-top>div span {
	position: absolute;
	text-align: center;
	color: #000;
	white-space: nowrap;
	left: 0;
	right: 0;
	line-height: 22px;
	bottom: -60px;
	font-size: 20px;
}

.pannel2 .part3 .part3-right .part3-top div:first-of-type span {
	height: 44px;
	line-height: 44px;
}

.pannel2 .part3 .part3-content {
	color: #221815;
	font-size: 20px;
	line-height: 30px;
	margin: 10px auto 10px;
}

.pannel2 .part3 .part3-info {
	width: 305px;
	height: 343px;
	background: url(../images/form.png) center top no-repeat;
	margin: 0 auto;
	position: absolute;
	padding-top: 22px;
	left: 0;
	right: 0;
	bottom: -114px;
}

.pannel2 .part3 .part3-info>i {
	position: absolute;
	height: 4px;
	border-radius: 2px;
	background-color: #DAC808;
	top: 9px;
}

.pannel2 .part3 .part3-info>i:first-of-type {
	width: 53px;
	left: 122px;
}

.pannel2 .part3 .part3-info>i:last-of-type {
	width: 4px;
	right: 122px;
}

.pannel2 .part3 .part3-info-inside {
	width: 279px;
	margin: 0 auto;
	padding-top: 20px;
}

.pannel2 .part3 .part3-info-inside>div {
	margin: 0 auto 12px;
	width: 248px;
	height: 40px;
	border-radius: 9px;
	border: 1px solid #0d0409;
	position: relative;
	padding-left: 101px;
	overflow: hidden;
}

.pannel2 .part3 .part3-info-inside>div span {
	position: absolute;
	top: 0;
	bottom: 0;
}

.pannel2 .part3 .part3-info-inside>div span:first-of-type {
	left: 0;
	width: 100px;
	line-height: 38px;
	font-size: 20px;
	color: #221815;
	font-weight: bold;
	border-right: 1px solid;
}

.pannel2 .part3 .part3-info-inside>div span.get-qr {
	height: 24px;
	margin: auto 0;
	border-radius: 4px;
	background-color: #ffec1d;
	font-size: 16px;
	color: #e91010;
	font-weight: bold;
	line-height: 24px;
	right: 5px;
	padding: 0 4px;
	cursor: pointer;
}

.pannel2 .part3 .part3-info-inside>div input {
	display: block;
	height: 100%;
	background: none;
	width: 100%;
	outline: none;
	font-weight: bold;
	font-size: 20px;
}

.pannel2 .part3 #get-info {
	display: block;
	width: 154px;
	height: 49px;
	background: url(../images/getinfo.png) center top no-repeat;
	font-size: 24px;
	font-weight: bold;
	color: #ffec1d;
	position: relative;
	line-height: 38px;
	margin: 0 auto;
}

.pannel2 .part3 .part3-gift {
	position: absolute;
}

.pannel2 .part3 .gift1 {
	left: 25px;
	bottom: -117px;
}

.pannel2 .part3 .gift2 {
	left: -13px;
	bottom: -326px;
}

.pannel2 .part3 .gift3 {
	right: -146px;
	bottom: -330px;
}

.pannel2 .part4 {
	height: 502px;
	background-color: #FFF;
	border-radius: 16px;
	padding-top: 42px;
	margin-bottom: 42px;
}

.pannel2 .part4 .par4-title {
	font-size: 45px;
	line-height: 45px;
	color: #221815;
	text-align: right;
	padding-right: 80px;
}

.pannel2 .part4 .par4-title i {
	color: #f10909;
}

.pannel2 .part4 .part-circle {
	top: 14px;
	right: -33px;
}

.pannel2 .part4 .part-shadow {
	right: -34px;
	top: 97px;
}

.pannel2 .part4 .part4-content {
	height: 84px;
	margin-top: 51px;
	margin-bottom: 19px;
	font-size: 20px;
	color: #221815;
	padding-left: 105px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	flex-direction: column;
}

.pannel2 .part4 .part4-content span {
	flex: 1;
}

.pannel2 .part4 .part4-content span:nth-child(2) {
	font-weight: bold;
}

.pannel2 .part4 .part4-content i {
	color: #f10909;
}

.pannel2 .part4 .part4-qr {
    width: 570px;
    height: 199px;
    font-size: 0;
    line-height: 199px;
    position: relative;
    padding-left: 180px;
    background-color: #f10909;
    border-radius: 0 15px 15px 0;
    box-shadow: 5px 8px 16px 0px rgba(127, 3, 3, 0.6);
    text-align: left;
}

.pannel2 .part4 .part4-qr img {
    position: absolute;
    width: 160px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 10px;
}

.pannel2 .part4 .part4-qr span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 32px;
	color: #FFF;
	text-align: left;
}

.pannel2 .part4 .part4-qr span i {
	font-weight: bold;
	color: #ffec1d;
}

.pannel2 .part4 .part4-book {
	width: 606px;
	height: 377px;
	background: url(../images/part4book.png) center top no-repeat;
	position: absolute;
	bottom: -11px;
	right: -51px;
}

.pannel2 .part4 .part4-i {
	display: block;
	position: absolute;
	width: 10px;
	height: 234px;
	background-color: #f10909;
	right: -4px;
	top: 136px;
	box-shadow: 5px 8px 16px 0px rgba(0, 0, 0, 0.4);
}

.pannel2 .part5 {
    width: 676px;
    height: 467px;
    background: url(../images/ipad.png) center top no-repeat;
    position: relative;
    margin-bottom: 157px;
    z-index: 1;
}

.pannel2 .part5 .swiper {
	position: absolute;
	width: 592px;
	height: 413px;
	top: 29px;
	left: 33px;
}

.pannel2 .part5 .part5-light {
    position: absolute;
    z-index: 1;
    top: -30px;
    right: 0;
}

.pannel2 .part5 .swiper-container1 {
	width: 100%;
	height: 100%;
}

.pannel2 .part5 .swiper-container1 .swiper-slide {
	font-size: 0;
}

.pannel2 .part5 .swiper-container1 .swiper-slide a{
	display: block;
}

.pannel2 .part5-outside .swiper-button {
	position: absolute;
	bottom: 144px;
	left: -460px;
	right: -460px;
	height: 179px;
	background: url(../images/swiperbutton.png) center center no-repeat;
}

.pannel2 .part5-outside .swiper-button>div {
	width: 67px;
	height: 67px;
	margin: auto 0;
	border: 2px solid #f10909;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	line-height: 63px;
	font-size: 0;
	outline: none;
	z-index: 1;
}

.pannel2 .part5-outside .swiper-button>div::after {
	content: '';
}

.pannel2 .part5-outside .swiper-button .swiper-button-prev {
	left: 543px;
}

.pannel2 .part5-outside .swiper-button .swiper-button-next {
	right: 543px;
}

.pannel2 .part5-outside .swiper-button>div img {
	vertical-align: middle;
}

.pannel2 .part5-outside .swiper-button i {
	display: block;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #800202;
}

.pannel2 .part5-outside .swiper-button i:nth-child(1) {
	left: 371px;
}

.pannel2 .part5-outside .swiper-button i:nth-child(2) {
	left: 417px;
}

.pannel2 .part5-outside .swiper-button i:nth-child(3) {
	left: 462px;
}

.pannel2 .part5-outside .swiper-button i:nth-child(4) {
	left: 509px;
}

.pannel2 .part5-outside .swiper-button i:nth-child(5) {
	right: 371px;
}

.pannel2 .part5-outside .swiper-button i:nth-child(6) {
	right: 417px;
}

.pannel2 .part5-outside .swiper-button i:nth-child(7) {
	right: 462px;
}

.pannel2 .part5-outside .swiper-button i:nth-child(8) {
	right: 509px;
}

.pannel2 .part5-outside {
	position: relative;
}

.pannel2 .part6 {
	width: 1000px;
	height: 343px;
	border-radius: 16px;
	border: 1px solid #ffec1d;
	padding: 21px 89px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.pannel2 .part6 .qr-border {
	width: 233px;
	height: 233px;
	position: relative;
	background-color: #f10909;
	border-radius: 10px;
	font-size: 0;
	line-height: 233px;
}

.pannel2 .part6 .qr-border img {
	width: 213px;
	vertical-align: middle;
}

.pannel2 .part6 .qr-border span {
	position: absolute;
	white-space: nowrap;
	font-size: 20px;
	color: #FFF;
	line-height: 26px;
	left: 0;
	right: 0;
	top: 240px;
}

.pannel2 .part6 .qr-border span i {
	font-size: 22px;
	color: #ffec1d;
	font-weight: bold;
}

.pannel2 .part6 .part6-top {
	height: 71px;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	border-radius: 16px;
	background-color: #ffec1d;
}

.pannel2 .part6 .part6-title {
	color: #FFF;
	line-height: 100px;
	position: absolute;
	top: -115px;
	left: 0;
	right: 0;
	font-size: 45px;
}

.pannel2 .part6 .part6-title>i:last-of-type {
	line-height: 100px;
	color: #ffec1d;
}

.pannel2 .part6 .part6-title .part-circle {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 16px;
}

.pannel2 .part6 .part6-title .part-shadow {
	bottom: -2px;
	left: 195px;
}

.public-footer {
	height: 120px;
	color: #FFF;
	background-color: #330000;
}

.public-footer .public-container {
	line-height: 120px;
	font-size: 0;
}

.public-footer .public-container p {
	display: inline-block;
	font-size: 16px;
	line-height: 35px;
	vertical-align: middle;
}

.float-right {
	position: fixed;
	right: 7px;
	top: 20%;
	text-align: center;
	z-index: 1;
}

.float-right>img {
	position: absolute;
	right: 128px;
	top: -2px;
}

.float-right a {
	display: block;
	width: 130px;
	font-weight: bold;
	position: relative;
}

.float-right a i {
	display: block;
	font-weight: bold;
	height: 56px;
	color: #e91010;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-14deg);
	-ms-transform: rotate(-14deg);
	-webkit-transform: rotate(-14deg);
	font-style: oblique;
}

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

.float-right a:not(.top) {
	height: 137px;
	line-height: 30px;
	font-size: 17px;
	color: #333;
	background: url(../images/floata.png) center top no-repeat;
	margin-bottom: -68px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	padding-top: 12px;
	z-index: 1;
}

.float-right a.float-a6 {
	height: 88px;
	background: url(../images/floata6.png) center top no-repeat;
	margin-bottom: -57px;
}

.float-right a.top {
	height: 99px;
	background: url(../images/floattop.png) center top no-repeat;
	color: #e91010;
	font-size: 18px;
	line-height: 18px;
	padding-top: 60px;
	z-index: 0;
}

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

.float-right a img {
	display: none;
	position: absolute;
	width: 100px;
	right: 130px;
	top: 20px;
}

.float-right a:hover img {
	display: block;
}

@-webkit-keyframes @keyframes time {
	to {
		transform: rotateZ(360deg);
	}
}

@keyframes time {
	to {
		transform: rotateZ(360deg);
	}
}

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

.window-alert .alert-img{
	width: 220px;
	height: 220px;
	background: url(../images/alertimg.jpg) center top no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.window-alert .alert-img img{
    position: absolute;
    cursor: pointer;
    right: -32px;
    top: -33px;
}

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

.window-alert2 .alert-img{
	width: 220px;
	height: 220px;
	background: url(../images/alertimg2.jpg) center top no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.window-alert2 .alert-img img{
    position: absolute;
    cursor: pointer;
    right: -32px;
    top: -33px;
}






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

.window-alert3 .alert-block{
    width: 420px;
    height: 220px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding-left: 30px;
    line-height: 24px;
    font-size: 17px;
    border-radius: 50px;
    border: 4px solid red;
}

.window-alert3 .alert-block img{
    position: absolute;
    cursor: pointer;
    right: -32px;
    top: -33px;
}