* {

	font-family: '微软雅黑';
}

.pub_tit_box {
	text-align: center;
	padding: 30px 0;
}

.pub_tit {
	font-size: 36px;
	font-weight: 400;
	color: #191919;
	line-height: 54px;
}

.pub_tit_s {
	padding-top: 12px;
	font-size: 16px;
	color: #595959;
	line-height: 24px;
	text-align: center;
	letter-spacing: 1px;
}

/* 轮播 */
.swiper-banner {
	/* height: 600px; */
	overflow: hidden;
	position: relative;
}

.swiper-slide a {
	display: block;
	/* height: 600px; */
	color: #fff;
}

.swiper-slide a img {
	width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	margin: 0 3px;
	width: 30px;
	height: 4px;
	line-height: 4px;
	text-align: center;
	background: rgba(255, 255, 255, .4);
	cursor: pointer;
	opacity: 1;
	border-radius: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.block6 {
	padding: 50px 0 0;
	background: #F5F7FC;
}

.block6 .pub_tit {
	padding: 30px 0;
}

.block6 .text1 {
	font-size: 20px;
	color: rgba(50, 50, 50, 1);
	font-weight: 600;
	text-align: center;
}

.block6 .text2 {
	font-size: 12px;
	color: rgba(153, 153, 153, 1);
	text-align: center;
	margin-top: 20px;
	line-height: 12px;
	margin-bottom: 60px;
}

.block1,
.block2,
.block3 ,
.block4 {
	background: #F7F8F9;
	padding-bottom: 50px;
}

.block1 ul {
	font-size: 0;
	width: 85%;
	min-width: 1280px;
	margin: 0 auto;
}

.block1 ul li {
	width: 24%;
	margin: 0.5%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 16px;
	padding: 30px;
	transition: all .3s;
	display: inline-block;
}

.block1 li .tit {
	font-size: 18px;
	color: #191919;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 28px;
}

.block1 li .desc {
	font-size: 12px;
	color: #595959;
	line-height: 18px;
	margin: 5px 0 15px;
}

.block1 li .tags {
	display: flex;
}

.block1 li .tags span {
	background-color: rgba(89, 89, 89, .1);
	border-radius: 4px;
	padding: 0 4px;
	margin-right: 4px;
	color: #595959;
	font-size: 12px;
	line-height: 22px;
	height: 22px
}

.block1 .addit{
	margin-bottom: 15px;
}

.block1	.zk{
	background: #ED510A;
	font-size: 14px;
	padding: 0 5px;
	color: #fff;
	border-radius: 4px;
	margin-right: 10px;
	line-height: 22px;
	height: 22px
}
.block1 .options {
	margin: 20px 0 20px;
}

.block1 .options .option {
	padding: 10px 0;
	line-height: 35px;
}

.block1 .option_con {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.block1 .option_con .label {
	font-size: 12px;
	color: #595959;
	flex-shrink: 0;
}

.block1 .options .option .value {
	font-size: 16px;
	padding-right: 30px;
	font-weight: 600;
}

.block1 .price {
	display: flex;
	align-items: center;
}

.block1 .origin_price {
	margin-right: 15px;
	font-size: 24px;
	color: #191919;
	font-weight: 700;
	line-height: 36px;

}

.block1 .badge_price {
	padding: 0 8px;
	background-image: linear-gradient(63deg, #eddfd1, #fff9f1 89%);
	border: 1px solid #ffedda;
	border-radius: 4px;
	font-size: 14px;
	color: #6b3107;
	line-height: 26px;
}

.block1 .btn {
	border: 1px solid #ED510A;
	background: #ED510A;
	text-align: center;
	border-radius: 40px;
	line-height: 38px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	margin-top: 20px;
	padding: 0;
	width: 100%;
	height: 38px;
	cursor: pointer;
}

.block1 li:hover {
	box-shadow: 0 4px 16px 0 rgb(0 0 0 / 12%);
	z-index: 2;
}

.block2_con {
	width: 85%;
	margin: 0 auto;
	display: flex;
	min-width: 1280px;
}

.block2_l {
	width: 328px;
	height: 273px;
	position: relative;
	border-radius: 16px 0 0 16px;
	overflow: hidden;
}

.block2_l .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/baseBg.png) no-repeat 0 0/100% 100%;
	padding: 45px 0 48px 32px;
	box-sizing: border-box;
}

.block2_l .tag {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 16px 0 16px 0;
	border: 0;
	background: #d8bb90;
	color: #fff;
	text-align: center;
	padding: 0 8px;
	height: 18px;
	line-height: 18px;
}

.block2_l .tit {
	font-size: 18px;
	font-weight: 600;
	color: #191919;
	line-height: 28px;
}

.block2_l .desc {
	font-size: 12px;
	color: #595959;
	line-height: 18px;
	margin-top: 4px;
}

.block2_l .btn {
	position: absolute;
	width: 120px;
	bottom: 56px;
	line-height: 34px;
	height: 36px;
	color: #191919;
	box-sizing: border-box;
	border: 1px solid #595959;
	border-radius: 50px;
	background: none;
	text-align: center;
	font-weight: 600;
	cursor: pointer;
}

.block2_r {
	height: 273px;
	padding: 20px;
	border-radius: 0 16px 16px 0;
	background-color: #fff;
	flex: 1;
	box-sizing: border-box;
}

.block2_r ul {
	font-size: 0;
}

.block2_r li {
	border: 1px solid #e7dfd2;
	border-radius: 12px;
	padding: 12px 20px;
	display: inline-block;
	margin: 8px 4px;
	text-align: left;
	width: 102px;
}

.block2_r li .price {
	font-size: 22px;
	color: #563500;
	line-height: 36px;
	font-weight: 600;
}

.block2_r li .explain {
	margin-top: 2px;
	font-size: 12px;
	color: #563500;
	letter-spacing: 0;
	line-height: 18px;
}

.coupon_box ul {
	display: flex;
	flex-wrap: wrap;
	width: 1220px;
}

.coupon_box ul li {
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	background: url(../../img/coupon.png) no-repeat center/100% 100%;
	width: 285px;
	height: 135px;
	color: #fff;
	position: relative;
	cursor: pointer;
	flex-direction: column;
}

.coupon_box ul li .btn {
	font-size: 16px;
	background: url(../../img/rightArrow.png) no-repeat right center/16px;
	padding-right: 20px;
}

.coupon_box ul li.used {
	background-image: url(../../img/couponUsed.png) !important;
}

.coupon_box ul li .li_l {
	height: 90px;
	flex-shrink: 0;
	padding: 15px 20px 0;
	box-sizing: border-box;
	width: 100%;

}

.coupon_box ul li .li_l .price_box {
	display: flex;
	margin-bottom: 5px;
	align-items: center;
}

.coupon_box ul li .li_l .price {
	font-size: 26px;
	font-weight: 700;
	margin-right: 10px;
}

.coupon_box ul li .li_l .price span {
	font-size: 14px;
}

.coupon_box ul li .li_r {
	flex: 1;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	height: 35px;
	align-items: center;
	width: 100%;
}
.block4 {
	padding-bottom: 100px;
}
.block4 ul{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 23px 24px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
	overflow: hidden;
	box-sizing: border-box;
	background: url(../../img/quanBg.png) no-repeat 0 0/100% 100%;
}
.block4 li{
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}
.block4 .li_con{
	display: block;
	width: 230px;
	box-sizing: border-box;
	height: 46px;
	padding: 11px 69px 11px 20px;
	background: hsla(0,0%,100%,.6);
	border: 2px solid #fff;
	box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%), inset 0 2px 20px 0 #fff;
	border-radius: 4px;
	font-size: 14px;
	color: #563500;
	line-height: 18px;
	cursor: pointer;
}
.block4 .li_l .dark{
	color: rgb(199, 0, 11);
}
.block4 .li_l strong{
	font-size: 24px;
	color: rgb(199, 0, 11);
}
.block4 .li_r{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 8px;
	width: 49px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #c7000b
}
.block4 .li_r::after{
	position: absolute;
	content: "";
	top: 11px;
	bottom: 0;
	right: 12px;
	width: 24px;
	height: 24px;
	background-image: url(../../img/mb.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: .9;
	-webkit-transition: .2s;
	transition: .2s;
}
.banner_text{
	position: absolute;
	left: 10%;
	top:35%;
	color: #191919;
	font-size: 20px;
	line-height: 30px;
}
.banner_text p{
	font-size: 60px;
	line-height: 90px;
	color: #191919;
	font-weight: 700;
	margin-bottom: 5px;
}