@keyframes big {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	50% {
		transform: scale(2);
		-webkit-transform: scale(2);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes call {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	50% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
body,.container{
	height: 100%;
}
.banner{
	height: 3.52rem;
	color: #ffffff;
	padding-left: 0.7rem;
	background: url(banner.jpg) no-repeat center 0;
}
.banner .title{
	font-weight: bold;
	font-size: 0.42rem;
	line-height: 0.4rem;
	padding-top: 1.41rem;
}
.banner .des{
	font-size: 0.24rem;
	padding-top: 0.17rem;
	line-height: 0.23rem;
}
.loading{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loading>div {
	justify-content: center;
	align-items: center;
	display: flex;
}

.loading>div span {
	border-radius: 50%;
}

.loading>div span:nth-of-type(1) {
	width: 14px;
	height: 14px;
	background-color: #F07832;
	animation: big 1s linear 0s infinite;
	-webkit-animation: big 1s linear 0s infinite;
}

.loading>div span:nth-of-type(2) {
	width: 24px;
	height: 24px;
	background-color: #17325D;
	margin-left: 10px;
	animation: call 1s linear 0s infinite;
	-webkit-animation: call 1s linear 0s infinite;
}
.section1{
	position:relative;
	padding-top:0.45rem;
	padding-bottom: 0.71rem;
}
.section1 .years_tag{
	display: flex;
	-webkit-display: flex;
	text-align: center;
	padding-bottom: 0.47rem;
	padding-left: 0.5rem;
}
.section1 .years_tag span{
	width: 1.15rem;
	height: 0.46rem;
	background-color: #efefef;
	font-size: 0.24rem;
	line-height: 0.46rem;
	color: #5d5d5d;
	margin-right: 0.12rem;
}
.section1 .years_tag span.active{
	background-color: #4496ff;
	color: #fff;
}
.section1 .title{
	font-size: 0.24rem;
	line-height: 0.32rem;
	padding-top: 0.15rem;
	padding-bottom: 0.16rem;
	color: #070707;
}
.section1 ul{
	justify-content: space-between;
	flex-wrap: wrap;
	display: none;
}
.section1 ul.active{
	display: flex;
	-webkit-display: flex;
	padding: 0 0.5rem;
}
.section1 li{
	margin-bottom: 0.47rem;
	width: 3.01rem;
	position: relative;
}
.section1  li.active:after{
	position: absolute;
	content: 'NEW';
	width: 0.72rem;
	height: 0.26rem;
	background-color: #f04750;
	text-align: center;
	line-height: 0.26rem;
	font-size: 0.18rem;
	left: 0;
	top: 0.14rem;
	color: #ffffff;
}
.section1 li a{
	display: block;
	width: 100%;
	height: 100%;
}
.section1 li a >img{
	width: 3.01rem;
}
.section1 .time_look{
	height: 0.24rem;
	font-size: 0.16rem;
	color: #7f7f7f;
}
.section1 .time_look .time {
	padding-left: 0.3rem;
	background: url(../../public/www/gold/time.png) no-repeat left center;
	background-size: 0.24rem auto;
}
.section1 .time_look .eye{
	margin-left: 0.33rem;
	padding-left: 0.35rem;
	background: url(../../public/www/gold/eye.png) no-repeat left center;
	background-size: 0.27rem auto;
}
.section1 .erro{
	font-size: 0.36rem;
	padding-top: 0.46rem;
}
