﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑", sans-serif;
}

a,
input,
label {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	display: block;
}

input,
button {
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*+height: 1%;
}

body {
	padding-top: constant(safe-area-inset-top);
	padding-left: constant(safe-area-inset-left);
	padding-right: constant(safe-area-inset-right);
	padding-bottom: constant(safe-area-inset-bottom);
	background: #fff;
	max-width: 750px;
	width: 100%;
	margin: auto;
	font-size: 0;
}

/**/
.header {
	background: rgba(0, 0, 0, 0.13);
	width: 100%;
	height: 0.9rem;
	padding-top: 0.15rem;
}

.header ul {
	width: 100%;
	height: 0.6rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-around;
	cursor:pointer;
}

.header li {
	list-style: none;
	font-size: 0.3rem;
	color: #fff;
	text-align: center;
	border-left: rgba(0, 0, 0, 0.26) 1px solid;
	border-right: rgba(255, 255, 255, 0.26) 1px solid;
	-webkit-flex: 0 1 25%;
	flex: 0 1 25%;
}

.header li:first-child {
	border-left: none;
}

.header li:last-child {
	border-right: none;
}

.banner {
	background: url("../img/banner_bg.png") no-repeat 0 bottom;
	background-size: cover;
	width: 100%;
	height: 7.33rem;
}

.banner_tit {
	width: 6rem;
	margin: 0.64rem auto 0;
}

.banner_con {
	width: 7.02rem;
	margin: 0.64rem auto 0;
}

.banner_con ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}

.banner_con li {
	list-style: none;
	background: url("../img/banner_box.png") no-repeat 0 0;
	background-size: 1.65rem 1.7rem;
	width: 1.65rem;
	height: 1.7rem;
	padding-top: 0.24rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	cursor:pointer;
}

.banner_icon {
	width: 0.56rem;
	margin: 0 auto;
}

.banner_line {
	width: 1.38rem;
	border-bottom: rgba(255, 255, 255, 0.54) 1px dashed;
	margin: 0.2rem auto 0;
}

.banner_h2 {
	width: 1.25rem;
	margin: 0.05rem auto 0;
}

.banner_p {
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	margin: 0.4rem 0 0 0;
}

.banner_p strong {
	color: #ffea01;
}

.banner_btns {
	width: 6.5rem;
	margin: 0.60rem auto 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}

.banner_btna {
	background: #fff;
	width: 3.1rem;
	height: 0.7rem;
	border: none;
	border-radius: 0.05rem;
	font-size: 0.26rem;
	color: #4980f7;
	font-weight: bold;
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	cursor:pointer;
}

.banner_btnb {
	background: -webkit-linear-gradient(#ff7063, #ff6e02);
	background: -moz-linear-gradient(#ff7063, #ff6e02);
	background: -o-linear-gradient(#ff7063, #ff6e02);
	background: -ms-linear-gradient(#ff7063, #ff6e02);
	background: linear-gradient(#ff7063, #ff6e02);
	width: 3.1rem;
	height: 0.7rem;
	border: none;
	border-radius: 0.05rem;
	font-size: 0.26rem;
	color: #fff;
	font-weight: bold;
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	cursor:pointer;
}

.zone {
	background: url("../img/zone_bg1.png") no-repeat 0 0;
	background-size: cover;
	width: 100%;
	height: 5.28rem;
	padding-top: 0.70rem;
}

.zone_tit {
	width: 6.94rem;
	margin: 0 auto;
}

.zone_con {
	width: 6.52rem;
	height: 1.42rem;
	margin: 0.70rem auto 0;
}

.zone_con ul {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
}

.zone_con li {
	width: 2.1rem;
	height: 0.6rem;
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	position: relative;
}

.zone_btn {
	width: 100%;
	height: 100%;
	background: url("../img/zone_btn_blue.png") no-repeat 0 0;
	background-size: 2.1rem 0.6rem;
	border: none;
	font-size: 0.24rem;
	color: #454545;
	cursor:pointer;
}

.zone_btn_orange {
	background-image: url("../img/zone_btn_orange.png");
}

.zone_fire {
	width: 0.17rem;
	height: 0.23rem;
	position: absolute;
	top: 0.08rem;
	right: 0.12rem;
}

.zone_btn_big {
	background: -webkit-linear-gradient(#ff7063, #ff6e02);
	background: -moz-linear-gradient(#ff7063, #ff6e02);
	background: -o-linear-gradient(#ff7063, #ff6e02);
	background: -ms-linear-gradient(#ff7063, #ff6e02);
	background: linear-gradient(#ff7063, #ff6e02);
	width: 5.6rem;
	height: 0.7rem;
	border: none;
	border-radius: 0.05rem;
	font-size: 0.26rem;
	color: #fff;
	display: block;
	margin: 0.56rem auto 0;
	cursor:pointer;
}

.question {
	background: url("../img/question_bg1.png") no-repeat 0 0;
	background-size: cover;
	width: 100%;
	height: 8.92rem;
	padding-top: 0.68rem;
}

.question_tit {
	width: 6.19rem;
	margin: 0 auto;
}

.question_con {
	width: 6.9rem;
	margin: 0.4rem auto 0;
}

.question_con li {
	width: 100%;
	overflow: hidden;
	margin-top: 0.2rem;
	position: relative;
}

.question_con li:first-child {
	margin-top: 0;
}

.question_icon {
	width: 0.5rem;
	height: 0.61rem;
	margin-top: 0.02rem;
	float: left;
}

.question_words {
	width: 4.82rem;
	height: 0.46rem;
	border-top: #ccc 1px dashed;
	border-bottom: #ccc 1px dashed;
	float: left;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-left: -0.02rem;
	margin-top: 0.02rem;
	cursor:pointer;
}

.question_p {
	font-size: 0.24rem;
	color: #333;
	margin-left: 0.15rem;
}

.question_p strong {
	color: #ff6f20;
	font-weight: normal;
}

.question_btns {
	width: 1.64rem;
	height: 0.48rem;
	float: left;
	margin-left: -0.04rem;
	position: absolute;
	top: 0;
	right: 0;
}

.question_btn {
	background: #fff;
	width: 1.64rem;
	height: 0.48rem;
	border: none;
	border-radius: 0.05rem;
	font-size: 0.24rem;
	color: #333;
	box-shadow: inset 0 0 0.13rem rgba(255, 111, 61, 0.5);
	-webkit-box-shadow: inset 0 0 0.2rem rgba(255, 111, 61, 0.5);
	cursor:pointer;
}

.question_btn_blue {
	box-shadow: inset 0 0 0.13rem rgba(48, 124, 225, 0.5);
	-webkit-box-shadow: inset 0 0 0.2rem rgba(48, 124, 225, 0.5);
}

.question_fire {
	width: 0.17rem;
	height: 0.23rem;
	position: absolute;
	top: 0.06rem;
	right: 0.1rem;
}

.notice {
	background: url("../img/notice_bg.png") no-repeat 0 0;
	background-size: cover;
	width: 100%;
	height: 8.3rem;
	padding-top: 0.60rem;
}

.notice_tit {
	width: 4.28rem;
	margin: 0 auto;
}

.notice_con {
	width: 6.9rem;
	height: 5.32rem;
	margin: 0.65rem auto 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.notice_box1 {
	background: url("../img/notice_box1.png") no-repeat 0 0;
	background-size: 3.34rem 2.54rem;
	width: 3.34rem;
	height: 2.54rem;
	padding-top: 0.46rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.notice_box2 {
	background: url("../img/qwe2.png") no-repeat 0 0;
	background-size: 3.34rem 2.54rem;
	width: 3.34rem;
	height: 2.54rem;
	padding-top: 0.46rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.notice_box3 {
	background: url("../img/qwe22.jpg") no-repeat 0 0;
	background-size: 3.34rem 2.54rem;
	width: 3.34rem;
	height: 2.54rem;
	padding-top: 0.46rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.notice_box4 {
	background: url("../img/notice_box4.png") no-repeat 0 0;
	background-size: 3.34rem 2.54rem;
	width: 3.34rem;
	height: 2.54rem;
	padding-top: 0.46rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.notice_h3 {
	font-size: 0.3rem;
	color: #fff;
	line-height: 1;
	text-align: center;
}

.notice_line {
	background: #ff7063;
	width: 1.4rem;
	height: 0.03rem;
	margin: 0.13rem auto 0;
}

.notice_p {
	font-size: 0.24rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin: 0.25rem 0 0 0;
}

.notice_btn {
	/* background: #d50909; */
	background: url(../img/btn.png) no-repeat center center;
	width: 2.24rem;
	height: 0.5rem;
	border: none;
	border-radius: 0.05rem;
	display: block;
	font-size: 0.28rem;
	color: #fff;
	margin: 0.20rem auto 0;
	cursor:pointer;
}

.notice_btn.active {
	background: -webkit-linear-gradient(#ff7063, #ff6e02);
	background: -moz-linear-gradient(#ff7063, #ff6e02);
	background: -o-linear-gradient(#ff7063, #ff6e02);
	background: linear-gradient(#ff7063, #ff6e02);
}

.city {
	background: url("../img/city_bg1.png") no-repeat 0 0;
	background-size: cover;
	width: 100%;
	height: 8.31rem;
	padding-top: 0.60rem;
}

.city_tit {
	width: 6.81rem;
	margin: 0 auto;
}

.city_btn1 {
	/* background: #d50909; */
	background: url(../img/btn.png) no-repeat center center;
	width: 3.2rem;
	height: 0.68rem;
	border: none;
	border-radius: 0.05rem;
	display: block;
	margin: 0.35rem auto 0;
	font-size: 0.32rem;
	color: #fff;
	letter-spacing: 0.05rem;
	-webkit-box-shadow: inset 0 0 0.13rem rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 0.13rem rgba(255, 255, 255, 0.5);
}

.city_p {
	font-size: 0.24rem;
	color: #333;
	text-align: center;
	line-height: 1;
	margin: 0.18rem 0 0 0;
}

.city_p strong {
	color: #ff6f11;
	font-weight: normal;
}

.city_con {
	width: 6.9rem;
	height: 3.07rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	margin: 0.58rem auto 0;
}

.city_btn {
	background: #fff;
	width: 1.5rem;
	height: 0.54rem;
	border: 1px solid #d50909;
	border-radius: 0.05rem;
	font-size: 0.24rem;
	color: #333;
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	cursor:pointer;
}

.city_btn_big {
	background: -webkit-linear-gradient(#ff7063, #ff6e02);
	background: -moz-linear-gradient(#ff7063, #ff6e02);
	background: -o-linear-gradient(#ff7063, #ff6e02);
	background: -ms-linear-gradient(#ff7063, #ff6e02);
	background: linear-gradient(#f77118, #f77118);
	width: 5.4rem;
	height: 0.72rem;
	border: none;
	border-radius: 0.05rem;
	display: block;
	font-size: 0.30rem;
	color: #fff;
	margin: 0.62rem auto 0;
	cursor:pointer;
}


.brand {
	background: url(../img/brand_bg.jpg) no-repeat 0 0;
	background-size: cover;
	width: 100%;
	height: 9.09rem;
	padding-top: 0.64rem;
}

.brand_tit {
	width: 6.54rem;
	margin: 0 auto;
}

.brand_con {
	background: url("../img/brand_con.png") no-repeat 0 0;
	background-size: cover;
	width: 6.27rem;
	height: 6.07rem;
	margin: 0.46rem auto 0;
}

.brand_con ul {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.brand_con li {
	background: url("../img/brand_box.png") no-repeat 0 0;
	background-size: cover;
	width: 2.93rem;
	height: 2.83rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0.14rem 0 0 0;
}

.brand_pic {
	width: 2.65rem;
	height: 1.55rem;
	margin: 0 auto;
}

.brand_p {
	font-size: 0.28rem;
	color: #65676b;
	line-height: 0.40rem;
	text-align: center;
	margin: 0.18rem 0 0 0;
}

.brand_p strong {
	color: #fa6057;
	font-weight: normal;
}


.detailed {
	background: url("../img/detailed_bg1.png") no-repeat 0 0;
	background-size: cover;
	width: 100%;
	height: 10.59rem;
	padding-top: 0.70rem;
}

.detailed_tit {
	width: 5.15rem;
	margin: 0 auto;
}

.detailed_arrow {
	width: 0.62rem;
	margin: 0.35rem auto 0;
}

.detailed_con {
	width: 6.90rem;
	height: 6.75rem;
	margin: 0.55rem auto 0;
	position: relative;
}

.banner_box {
	width: 2.7rem;
	height: 3.1rem;
	position: absolute;
	top: 1.88rem;
	left: 50%;
	margin-left: -1.35rem;
}

.forms-con li {
	width: 3.23rem;
	height: 3.07rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.detailed_p {
	font-size: 0.22rem;
	color: #fff;
	line-height: 0.33rem;
	text-align: center;
}

.detailed_p strong {
	color: #ffff00;
	font-weight: normal;
}

.detailed_btn {
	background: -webkit-linear-gradient(#ff7063, #ff6e02);
	background: -moz-linear-gradient(#ff7063, #ff6e02);
	background: -o-linear-gradient(#ff7063, #ff6e02);
	background: -ms-linear-gradient(#ff7063, #ff6e02);
	background: linear-gradient(#ff7063, #ff6e02);
	width: 1.52rem;
	height: 0.44rem;
	border: none;
	border-radius: 0.1rem;
	display: block;
	font-size: 0.24rem;
	color: #fff;
	margin: 0.26rem auto 0;
}

.detailed_box1 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.88rem;
}

.detailed_box2 {
	position: absolute;
	top: 1.42rem;
	left: 0;
}

.detailed_box3 {
	position: absolute;
	top: 1.42rem;
	right: 0;
}

.detailed_box4 {
	position: absolute;
	top: 3.68rem;
	left: 0;
}

.detailed_box5 {
	position: absolute;
	top: 3.68rem;
	right: 0;
}

.detailed_box6 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1.21rem;
}

.days {
	background: url("../img/days_bg1.png") no-repeat 0 0;
	background-size: cover;
	width: 100%;
	height: 10.62rem;
	padding-top: 0.70rem;
}

.days_tit1 {
	width: 5.74rem;
	margin: 0 auto;
}

.days_con {
	width: 6.9rem;
	margin: 0.66rem auto 0;
}

.days_con ul {
	width: 100%;
	height: 8.1rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-between;
	justify-content: space-between;
}

.days_con li {
	background: url("../img/days_li.png") no-repeat 0 0;
	background-size: 3.3rem 3.84rem;
	width: 3.3rem;
	height: 3.84rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-top: 0.06rem;
	position: relative;
}

.days_pic {
	width: 3.18rem;
	height: 2.07rem;
	margin: 0 auto;
}

.days_p {
	height: 0.72rem;
	font-size: 0.24rem;
	color: #000;
	line-height: 0.36rem;
	text-align: center;
	margin-top: 0.16rem;
}

.days_p strong {
	color: #ff6f11;
}

.days_btn {
	/* background: transparent; */
	background: url(../img/btn.png) no-repeat center center;
	width: 3.18rem;
	height: 0.58rem;
	border: none;
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	display: block;
	position: absolute;
	bottom: 0.06rem;
	left: 50%;
	margin-left: -1.59rem;
	cursor:pointer;
}

.course {
	background: url("../img/course_bg.jpg") no-repeat 0 0;
	background-size: cover;
	width: 100%;
	height: 10.35rem;
	padding-top: 0.70rem;
}

.course_tit {
	width: 5.84rem;
	margin: 0 auto;
}

.course_p {
	font-size: 0.24rem;
	color: #333;
	text-align: center;
	line-height: 0.42rem;
	margin-top: 0.40rem;
}

.course_p strong {
	font-size: 0.32rem;
	color: #ff6f11;
	font-weight: normal;
	letter-spacing: 0.05rem;
}

.course_con {
	width: 6.9rem;
	margin: 0.20rem auto 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.course_box1 {
	background: url("../img/course_pic1.png") no-repeat 0 0;
	background-size: 2.2rem 2.75rem;
	width: 2.2rem;
	height: 2.75rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.course_box2 {
	background: url("../img/course_pic2.png") no-repeat 0 0;
	background-size: 2.2rem 2.75rem;
	width: 2.2rem;
	height: 2.75rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.course_box3 {
	background: url("../img/course_pic3.png") no-repeat 0 0;
	background-size: 2.2rem 2.75rem;
	width: 2.2rem;
	height: 2.75rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.course_box4 {
	background: url("../img/course_pic4.png") no-repeat 0 0;
	background-size: 2.2rem 2.75rem;
	width: 2.2rem;
	height: 2.75rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.course_box5 {
	background: url("../img/course_pic5.png") no-repeat 0 0;
	background-size: 2.2rem 2.75rem;
	width: 2.2rem;
	height: 2.75rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.course_box6 {
	background: url("../img/course_pic6.png") no-repeat 0 0;
	background-size: 2.2rem 2.75rem;
	width: 2.2rem;
	height: 2.75rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.course_score {
	width: 0.83rem;
	height: 0.46rem;
	margin: 0 0 0 1.28rem;
	font-size: 0.25rem;
	color: #fff;
	text-align: center;
	line-height: 0.46rem;
}

.course_pp {
	width: 2.1rem;
	height: 0.5rem;
	margin: 1.15rem auto 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
}

.course_pp2 {
	width: 100%;
}

.course_p1 {
	font-size: 0.24rem;
	color: #333;
	line-height: 1;
	font-weight: bold;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.course_p2 {
	font-size: 0.22rem;
	color: #4f84f7;
	font-weight: bold;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.course_btn {
	background: #4f84f7;
	width: 1.7rem;
	height: 0.45rem;
	display: block;
	border: none;
	border-radius: 0.1rem;
	font-size: 0.24rem;
	color: #fff;
	margin: 0 auto 0;
}

.footer {
	background: #fff;
	width: 100%;
	height: 2.75rem;
	padding-top: 0.40rem;
}

.footer_p1 {
	font-size: 0.26rem;
	color: #000;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

.footer_p1 a {
	color: #000;
}

.footer_p1 span {
	margin: 0 0.1rem;
}

.footer_p2 {
	font-size: 0.22rem;
	color: #000;
	line-height: 0.3rem;
	text-align: center;
	margin-top: 0.1rem;
}

.footer_p2 a {
	color: #000;
}

.bottombar {
	background: url("../img/bottom_bg1.png") no-repeat 0 0;
	background-size: cover;
	width: 7.5rem;
	height: 1.10rem;
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: -3.75rem;
	z-index: 2;
}

.bottombar_con {
	width: 6.3rem;
	margin: 0 auto;
}

.bottombar_btn1 {
	width: 1.8rem;
	float: left;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.42rem;
}

.weixin {
	width: 0.5rem;
	height: 0.54rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.bottombar_p {
	font-size: 0.3rem;
	color: #fff;
	font-weight: bold;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.bottombar_pic {
	width: 1.4rem;
	height: 0.95rem;
	float: left;
	margin: 0.15rem 0 0 0.64rem;
}

.bottombar_btn2 {
	width: 1.8rem;
	float: right;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.42rem;
}

.zixun {
	width: 0.42rem;
	height: 0.54rem;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}

.bottombar-list li {
	list-style: none;
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
}

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -0.1rem, 0)
	}

	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -0.05rem, 0)
	}

	90% {
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -0.1rem, 0)
	}

	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -0.05rem, 0)
	}

	90% {
		transform: translate3d(0, 0, 0)
	}
}

.bounce {
	-webkit-animation: bounce 1s infinite;
	animation: bounce 1s infinite;
	transform-origin: center bottom;
}

.days_btn span {
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
}

.days_btn span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.days_btn span:nth-of-type(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb07 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		-webkit-transform: scaleX(1);
		opacity: 1;
		transform: scaleX(1)
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		-webkit-transform: scaleX(1);
		opacity: 1;
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation: bounceIn .75s 1;
	animation: bounceIn .75s 1;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
		transform: perspective(400px) rotateX(10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
		transform: perspective(400px) rotateX(10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation: flipInX 1s 1;
	animation: flipInX 1s 1;
}
