* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

body,
html {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  position: relative;
	background-color: #eae8f8;
}
input,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  outline: none;
  transition: all 0.5s;
  vertical-align: middle;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

ul,
li {
  list-style-type: none;
}

em,
i,
ins {
  font-style: normal;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: #333;
  text-decoration: none;
  transition: color 0.5s;
}

a:hover {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.none {
  display: none;
}

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

.clearfix {
  zoom: 1;
}

@font-face {
  font-family: CargoD;
  src: url("../font/CargoD.ttf");
}

.content-top{
	position: relative;
}
.content-top .bg{
	width: 100%;
}
.time-down{
	position: absolute;
	bottom: 4%;
	left: 50%;
	transform: translateX(-50%);
}
.time-down .tips{
	text-align: center;
	font-size: 30px;
	margin-top: 20px;
}
.time-left{
	display: flex;
	align-items: center;
	position: relative;
}
#countdown{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: absolute;
	left: 230px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.time-box{
	display: flex;
	align-items: center;
}
#countdown .position{
	display: flex;
	align-items: center;
}
.digit {
	text-align: center;
	line-height: 80px;
	color: #8f60b4;
	font-size: 110px;
	font-weight: bold;
}
.unit{
	margin: 0 5px;
	font-size: 30px;
	font-weight: bold;
	color: #8f60b4;
	margin-bottom: 0;
}
.search-box{
	width: 1035px;
	margin: 50px auto 0;
	background-image: linear-gradient(to bottom,#7297f9,#e196e6);
	border-radius: 5px;
	overflow: hidden;
}
.search-box form{
	display: flex;
	align-items: center;
	position: relative;
}
.search-box form input{
	flex: 1;
	text-align: center;
	font-size: 28px;
	height: 67px;
	margin-left: 2px;
	border-radius: 5px 0 0 5px;
	background-color: #eae8f8;
}
.search-box form input::-webkit-input-placeholder{
	color: #8f8e98;
}
.search-box form button{
	background-image: linear-gradient(to bottom,#7297f9,#e196e6);
	width: 160px;
	height: 71px;
	cursor: pointer;
	background-color: transparent;
}
.tabs{
	width: 1164px;
	margin: 80px auto 0;
	display: flex;
	align-items: center;
}
.tabs a{
	flex: 1;
	min-width: 0;
}
.tabs a{
	margin-right: 20px;
}
.tabs a:last-child{
	margin-right: 0;
}
.tabs a img{
	width: 100%;
}
.count-Seconds{
	display: none;
}
.list{
	width: 1164px;
	margin: 60px auto 0;
  background-color: #f5e6fe;
	border: solid 2px #7297f9;
	border-bottom: none;
	padding-bottom: 70px;
}
.shop-items{
	height: 961px;
	position: relative;
	padding: 30px 75px 0;
}
.shop-items .swiper{
	width: 100%;
	height: 100%;
}
.shop-items .swiper-slide{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.shop-items .swiper-slide .shop-item{
	margin-right: 20px;
	width: calc((100% - 60px) / 4);
	margin-bottom: 20px;
}
.shop-item{
	border-radius: 30px;
	overflow: hidden;
}
.shop-item .img {
  position: relative;
	display: block;
}
.shop-item .img img {
  width: 100%;
  max-height: 175px;
  object-fit: cover;
  vertical-align: top;
}
.shop-item .img p {
	text-align: center;
	padding: 10px;
	border-top: none;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFF;
	background-image: linear-gradient(to bottom,#7297f9,#e196e6);
}
.shop-item .info {
  border: solid 1px #000;
  border-top: none;
  display: block;
  color: #000;
	padding: 5px 25px;
}
.shop-item .info p{
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-item .info p.num{
	margin-top: 5px;
	color: #336bff;
}
.shop-item .vote-btn {
  display: flex;
  align-items: center;
  justify-content: center;
	height: 33px;
  border: solid 1px #000;
  border-top: none;
	border-radius: 0 0 30px 30px;
}
.shop-item .vote-btn span{
	color: #9052ff;
	margin-right: 25px;
}
.shop-item .vote-btn img {
  width: 16px;
  margin-right: 10px;
}
.shop-item .vote-btn a {
	width: 160px;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  border-radius: 22px;
	text-align: center;
	background-image: linear-gradient(to bottom,#7297f9,#e196e6);
}
.shop-items .swiper-slide .shop-item:nth-child(4n){
	margin-right: 0;
}
.shop-items .swiper-button-next,
.shop-items .swiper-button-prev{
	width: 29px;
	height: 54px;
}
.shop-items .swiper-button-next::after,
.shop-items .swiper-button-prev::after{
	display: none;
}
.shop-items .swiper-button-next{
	background-image: url(../images/icon4.png);
	background-size: cover;
}
.shop-items .swiper-button-prev{
	background-image: url(../images/icon3.png);
	background-size: cover;
}
.pagination{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	color: #000;
	font-size: 24px;
}
.pagination .prev{
	padding-right: 10px;
	border-right: solid 1px #254b9d;
	margin-right: 10px;
	cursor: pointer;
	display: none;
}
.pagination .next{
	padding-left: 10px;
	border-left: solid 1px #254b9d;
	margin-left: 10px;
	cursor: pointer;
	display: none;
}
.notice {
  border-radius: 10px;
  position: relative;
	margin: 0 130px;
	padding: 0 100px 40px;
}
.notice h1 {
  display: flex;
  justify-content: center;
	margin-bottom: 50px;
}
.notice h1 span {
  font-size: 42px;
  line-height: 74px;
  border-radius: 74px;
  padding: 0 100px;
  color: #FFF;
	background-image: linear-gradient(to bottom,#7297f9,#e196e6);
}
.notice h1 span img{
	margin-right: 25px;
}
.illustrate {
  text-align: center;
  font-size: 25px;
  line-height: 44px;
  color: #000;
  white-space: nowrap;
}

.illustrate h2 {
  font-size: 25px;
	line-height: 44px;
	margin-top: 20px;
	font-weight: normal;
}
.illustrate h3 {
  font-size: 25px;
	line-height: 44px;
	font-weight: normal;
}
footer{
	width: 1233px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	margin-left: -35px;
	position: relative;
}
footer::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 26px;
	background-image:linear-gradient(to right,#7297f9,#e196e6);
}
footer label{
	color: #1a1180;
	font-size: 28px;
}
footer .logo{
	margin-left: 30px;
}
footer .qrcode{
	margin-left: 160px;
}

.info-name {
	width: 741px;
	height: 122px;
	line-height: 122px;
	color: #FFF;
	font-weight: bold;
	font-size: 80px;
	background-image: url(../images/info-title.png);
	padding-left: 270px;
	margin: 50px auto 0;
}
.info-name span{
  background-image:linear-gradient(to bottom,#7297f9,#e196e6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.info-rank ul{
	display: flex;
	align-items: center;
}
.info-rank ul li{
	flex: 1;
	min-width: 0;
	text-align: center;
	padding: 20px 80px;
	border-right: solid 1px #4c4311;
}
.info-rank ul li:last-child{
	border-right: none;
}
.info-rank ul li b{
	font-size: 40px;
}
.info-rank ul li p{
	font-size: 36px;
	margin-top: 30px;
}
.shop-info{
	width: 1233px;
	background-color: #FFF;
	margin-left: -35px;
	margin-top: 65px;
	padding: 50px 160px 60px;
	position: relative;
}
.shop-info::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 26px;
	background-image:linear-gradient(to right,#7297f9,#e196e6);
}
.shop-info h1{
	font-size: 25px;
	margin-bottom: 10px;
}
.shop-info p{
	font-size: 20px;
	line-height: 40px;
}
.shop-info .enter{
	width: 430px;
	text-align: center;
	color: #FFF;
	font-size: 40px;
	background-color: #FFF;
	border-radius: 75px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,60%);
	background-image: linear-gradient(to bottom,#7297f9,#e196e6);
	line-height: 75px;
	z-index: 1;
}
.gallery .vote-btn{
	width: 420px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	border-radius: 75px;
	margin: 60px auto;
	font-size: 42px;
	cursor: pointer;
	font-weight: bold;
	background-image: linear-gradient(to bottom,#7297f9,#e196e6);
}
.vote-btn img{
	width: 43px;
	margin-right: 20px;
}
.gallery{
	padding: 65px 130px 0;
}
.big .swiper-slide{
	height: 670px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.big .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	vertical-align: middle;
}
.big-swiper{
	position: relative;
}
.big-swiper .swiper-button-next,
.big-swiper .swiper-button-prev{
	width: 45px;
	height: 99px;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
}
.big-swiper .swiper-button-next::after,
.big-swiper .swiper-button-prev::after{
	display: none;
}
.big-swiper .swiper-button-next{
	background-image: url(../images/icon4.png);
	background-size: cover;
	right: -102px;
}
.big-swiper .swiper-button-prev{
	background-image: url(../images/icon3.png);
	background-size: cover;
	left: -102px;
}
.small{
	margin-top: 20px;
}
.small .swiper-slide{
	cursor: pointer;
	opacity: .5;
}
.small .swiper-slide img{
	width: 100%;
	height: 156px;
	object-fit: cover;
}

.small .swiper-slide.swiper-slide-thumb-active{
	opacity: 1;
}

.pop-swiper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 20;
	display: none;
}

.pop-swiper .close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 20px;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}

.pop-swiper .close img {
	width: 60px;
}

.pop-swiper .swiper-container {
	height: 100%;
}

.pop-swiper .swiper-button-next,
.pop-swiper .swiper-button-prev {
	width: 46px;
	height: 99px;
	outline: none;
	color: transparent;
	transform: translateY(-50%);
}

.pop-swiper .swiper-button-prev {
	background: url(../images/icon3.png?v=1) no-repeat;
}

.pop-swiper .swiper-slide {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.pop-swiper .swiper-button-next {
	background: url(../images/icon4.png?v=1) no-repeat;
}