body {
	background: #bf1403;
}

img {
	display: block;
	width: 100%;
}

.clear10 {
	width: 100%;
	height: 10px;
}

/* 固定导航条 */
.navBg {
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	background: #fbeeee;
	background-size: 100% 100%;
}

.navBg ul {
	overflow: hidden;
}

.navBg ul li:first-child {
	border-left: 0;
}

.navBg ul li {
	float: left;
	width: 33.33%;
	border-left: 2px #bf1403 solid;
}

.navBg ul li a {
	display: block;
	width: 100%;
	text-align: center;
}

.navBg ul li a b {
	font-family: "黑体";
	font-size: 16px;
	font-weight: bold;
	color: #bf1403;
	text-align: center;
}

.display-block {
	display: block;
}

.current_act {
	background: #bf1403;
}

.current_act a b {
	color: #fff !important;
}

.navBg.fixed {
	position: fixed;
	top: 0;
	z-index: 11;
}


/* 头部 */
.aui-navBar {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 10;
	background: #bf1403;
}

.aui-navBar-item {
	display: block;
	width: 15%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.aui-navBar-item img {
	display: inline-block;
	width: 45%;
	vertical-align: middle;
}

.aui-center {
	width: 64%;
	height: 50px;
	line-height: 50px;
	margin: 0 3%;
	text-align: center;
}

.aui-center p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.container {
	width: 100%;
	padding-top: 50px;
	margin-bottom: 50px;
}

/* 顶部banner图 */
.banner-top {
	width: 100%;
}


/* 参差不齐广告位 start */
.ad1-swiper-container {
	width: 100%;
	margin: 0 auto;
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.ad1-swiper-wrapper {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.ad1-swiper-slide {
	width: 29%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 1%;
}

.ad1-swiper-slide .ad-link {
	display: block;
	width: 100%;
	/* padding: 4%; */
	/* border-radius: 15px;
	background: #e7e5ff; */
	margin: 3% 0;
	/* color: #7a6dff; */

}

.slim-border {
	/* padding: 5%; */
	/* border: 1px solid #a9a0ff;
	border-radius: 10px; */
}

.ad1-swiper-slide:nth-child(2n-1) .ad-link:nth-child(1) .slim-border {
	/* border: 1px solid #f7b29f; */
}

.ad1-swiper-slide:nth-child(2n) .ad-link:nth-child(2) .slim-border {
	/* border: 1px solid #f7b29f; */
}

.ad1-swiper-slide .ad-link img {
	display: block;
	width: 100%;
	/* border-radius: 10px; */
}

.ad1-swiper-slide:nth-child(2n-1) .ad-link:nth-child(1) {
	width: 85%;
	/* background: #ffe4d8;
	color: #fe682d; */
}

.ad1-swiper-slide:nth-child(2n) .ad-link:nth-child(2) {
	width: 85%;
	/* background: #ffe4d8;
	color: #fe682d; */
}

/* 参差不齐广告位 end */

/* 活动流程 */
.activity-process-container {
	width: 100%;
}

/* 奖项展示 */
.prize-container {
	width: 100%;
}

.the-third-prize {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.nav_1 {
	width: 33.333333%;
	float: left;
}

.nav_1 a {
	display: block;
	width: 100%;
}

/* 导航栏 */
.nav_bar {
	width: 100%;
	overflow: hidden;
}

/* 产品列表 */
.category-container {
	width: 100%;
}

.category-title {
	width: 100%;
	margin-top: 5px;
}

.product-container {
	width: 96%;
	margin: 0 auto;
	padding: 1px 0;
	margin-top: 5px;
}

.product-list {
	width: 100%;
	margin-top: 3%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.product-list:last-child {
	margin-bottom: 3%;
}

.product-item {
	width: 32%;
}

.product-item:nth-child(2) {
	margin: 0 2.5%;
}

.slideshow {
	width: 94%;
	margin: 0 auto;
	margin-top: 10px;
}

.slideshow .swiper-wrapper {
	width: 100%;
}

.slide-item {
	width: 28%;
	margin-right: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.slide-link:nth-child(2) {
	margin-top: 5px;
}

/* 底部 */
.footer {
	width: 100%;
	height: 52px;
	background: #fff;
	position: fixed;
	z-index: 100;
	right: 0;
	bottom: 0;
}

.foot-list {
	width: 100%;
	height: 52px;
	padding: 0 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.foot-item {
	display: block;
	width: 20%;
	color: #333;
	font-size: 12px;
	/* font-weight: bold; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.navIcon {
	width: 27px;
	height: 27px;
	display: inline-block;
}

.icon-one {
	background: url(../images/icon-assembly-room-one.png);
	background-size: 100% 100%;
}

.icon-two {
	background: url(../images/icon-assembly-room-two.png);
	background-size: 100% 100%;
}

.icon-main {
	background: url(../images/icon-assembly-room-main.png);
	background-size: 100% 100%;
}

.icon-three {
	background: url(../images/icon-assembly-room-three.png);
	background-size: 100% 100%;
}

.icon-four {
	background: url(../images/icon-assembly-room-four.png);
	background-size: 100% 100%;
}

.active {
	color: #f51818;
	font-weight: bold;
}

.active .navIcon {
	width: 32px;
	height: 32px;
}

/* 点击领卡图标样式 */
.entrance-container {
	position: fixed;
	bottom: 200px;
	right: 10px;
	z-index: 1000;
	width: 70px;
	height: 70px;
	text-align: center;
}

.entrance-wrapper {
	width: 70px;
	height: 70px;
	position: relative;
}

.close {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: rgba(1, 1, 1, 0.4);
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -15px;
	right: 0;
}

.close-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/close.png) no-repeat center center;
	background-size: 100% 100%;
}

.entrance-link {
	display: block;
	width: 100%;
}

.entrance-link img {
	display: block;
	width: 100%;
}

/* 弹框样式修改 */
.sweet-overlay {
	background-color: rgba(0, 0, 0, 0.6);
}

.sweet-alert {
	background-color: rgba(0, 0, 0, 0);
}

.sweet-alert .icon.custom {
	width: 200px !important;
	height: 240px !important;
	padding: 10px 0;
}

.sweet-alert h2 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: none;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sweet-alert button {
	width: 90px;
	height: 40px;
	padding: 0;
	margin: 15px 5px 10px 5px;
	background-color: #f3aa44 !important;
	color: #840000;
	font-size: 16px;
	font-weight: 700;
}


/* 进度条 */
.progress-container {
	width: 70px;
	position: fixed;
	left: 10px;
	bottom: 200px;
	z-index: 20;
}

.progress-wrapper {
	width: 70px;
	text-align: center;
}

.close-progress {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: rgba(1, 1, 1, 0.4);
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: -8px;
	right: 0;
}

.close-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/close.png) no-repeat center center;
	background-size: 100% 100%;
}

.entrance-link {
	display: block;
	width: 100%;
}

.entrance-link img {
	display: block;
	width: 100%;
}

.progress-bar-container {
	width: 60px;
	height: 6px;
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.total-time {
	width: 60px;
	height: 6px;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.rate-of-progress {
	width: 60px;
	height: 6px;
	border-radius: 5px;
	background: #ffac41;
	position: absolute;
	bottom: 0;
	right: 60px;
}

.progress-bar-tips {
	width: 55px;
	height: 40px;
	padding: 4px 0;
	margin: 0 auto;
	text-align: center;
	background: rgba(0,0,0,0.7);
	border-radius: 0 0 8px 8px;
}

.progress-bar-tips p {
	text-align: center;
	font-size: 10px;
	color: #fff;
}
