.guideHeader{
	width: 100%;
	min-width: 1200px;
	height: 60px;
	background-color: #FFFFFF;
	position: fixed;
    top: 0px;
    z-index: 999;
}
.guideHeader .headerCon{
	width: 1200px;
	margin: 0 auto;
	line-height: 60px;
}
.guideLogoCh{
	width: 100px;
}
.guideLoginBtn{
	float: right;
	cursor: pointer;
	color: #0C80F4;
	font-size: 14px;
	font-weight: 600;
}
.shopShow{
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 782px;
	background: linear-gradient(55deg, #CCE2FF 0%, #FACFFF 56%, #FFDBD0 100%);
}
.shopShow .showShopSVG{
	min-width: 1200px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.showpShowCon{
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top:90px;
}
.showpShowCon .w-cell2{
	overflow: visible;
}
.showpShowCon h3{
	color: #3088FF;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 25px;
}
.showpShowCon .shopText{
	font-size: 18px;
	color: #48484D;
}
.showpShowCon .showImg1{
	width: 531px;
    position: absolute;
    left: 0px;
    top: 145px;
	animation: gdAmt 4.5s ease-in-out infinite alternate;
}
.showpShowCon .showImg2{
	width: 531px;
    position: absolute;
    left: 0px;
    top: 121px;
	transform: scale(0.9);
	opacity: 0;
	animation: gdAmt2 4.5s ease-in-out infinite alternate;
}
@keyframes gdAmt {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(0.9);
		opacity: 0;
	}
}
@keyframes gdAmt2 {
	from {
		transform: scale(0.9);
		opacity: 0;
	}
	to {
		transform: scale(1);
		opacity: 1;
	}
}
.redPacketCon{
	width: 420px;
	position: absolute;
	left: 50%;
	margin-left: -210px;
}
.redPacketCon .redPacket{
	width: 420px;
}
.redPacketCon .redTitle{
	font-size: 30px;
	color: #FBEEBD;
	position: absolute;
	top:30px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 600;
}
.redPacketCon .redMoney{
	color: #FFF7DC;
	font-size: 72px;
	position: absolute;
	top:70px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 600;
}
.redPacketCon .redGetBtn{
	width: 380px;
	height: 48px;
	background: linear-gradient(180deg, #FFF7DC 0%, #FDD89B 100%);
	border-radius: 25px;
	color: #8D631E;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -190px;
	cursor: pointer;
}
.redPacketCon .redBText{
	width: 370px;
	font-size: 12px;
	color: #FBEEBD;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.giftCardShow{
	width: 100%;
	min-width: 1200px;
	background-color: #F9F9F9;
	padding: 35px 0;
}
.giftCardShow .giftCardShowCon{
	width: 1200px;
	margin: 0 auto;
}
.giftCardShowCon .w-flex{
	height: 450px;
}
.giftCardShowCon .width570{
	width: 570px;
}
.giftCardShowCon .width630{
	width: 630px;
}
.giftCardShowCon .gcshowImg{
	width: 450px;
	height: 450px;
}
.giftCardShowCon .gcsH3{
	margin-top: 100px;
	font-size: 48px;
	color: #3088FF;
	font-weight: 600;
	margin-bottom: 30px;
}
.giftCardShowCon .gcsH3 span{
	color: #FE5A00;
	font-size: 64px;
	margin-left: 10px;
}
.giftCardShowCon .gcsText{
	font-size: 28px;
	color: #4C4E50;
	font-weight: 400;
}
.giftListShow{
	width: 100%;
	min-width: 1200px;
	background-color: #F4F9FF;
	padding-top: 90px;
	padding-bottom: 60px;
	position: relative;
}
.giftListShow .corner{
	position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -50px;
	width: 0px;
	height: 0px;
	border: 50px solid #F9F9F9;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}
.giftListShowCon{
	width: 1200px;
	margin: 0 auto;
}
.giftListShowCon .giftListH3{
	text-align: center;
	font-size: 40px;
	color: #292929;
	font-weight: 600;
	margin-bottom: 70px;
}
.giftListShowCon .giftListCon{
	margin-bottom: 40px;
}
.giftListShowCon .giftListCon .giftList{
	display: inline-block;
	vertical-align: top;
	width: 245px;
	height: 220px;
	padding: 15px;
	background-color: #FFFFFF;
	border-radius: 8px;
	margin-right: 26px;
	margin-bottom: 20px;
}
.giftListShowCon .giftListCon .giftList:nth-child(4n+4){
	margin-right: 0;
}
.giftListShowCon .giftListCon .giftList:hover{
	box-shadow: 0px 8px 16px 0px rgba(136, 138, 147, 0.2);
}
.giftListShowCon .giftListCon .giftList .cardImg{
	width: 100%;
	height: 150px;
	display: block;
	margin-bottom: 10px;
}
.giftListShowCon .giftListCon .giftList .cardName{
	color: #17171A;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 3px;
}
.giftListShowCon .giftListCon .giftList .moneyCon{
	color: #FE5A00;
	font-size: 20px;
	font-weight: 600;
}
.giftListShowCon .giftListCon .giftList .moneyCon span{
	font-size: 14px;
	color: #7D7D80;
	text-decoration: line-through;
	margin-left: 10px;
    position: relative;
	font-weight: 600;
}
.giftListShowCon .seeMoreBtn{
	width: 200px;
	height: 44px;
	background: #3088FF;
	border-radius: 40px;
	border: 1px solid #F5F5F5;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-weight: 500;
}
.bottomShow{
	width: 100%;
	min-width: 1200px;
	background-color: #F9F9F9;
	height: 400px;
}
.bottomShow .bottomShowCon{
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
}
.bottomShow .bottomShowCon .w-cell2{
	height: 200px;
}
.bottomShow .bottomShowCon .bsCon{
	width: 150px;
	height: 166px;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(136, 138, 147, 0.2);
	border-radius: 8px;
	margin: 0 auto;
}
.bsCon .bsIcon{
	display: block;
	width: 54px;
	height: 54px;
	margin: 0 auto;
	padding-top: 25px;
	margin-bottom: 15px;
}
.bsCon .bsText{
	font-size: 18px;
	color: #5B5B5F;
	text-align: center;
	margin-bottom: 3px;
}
.redInputBg{
	width: 380px;
	height: 48px;
	line-height: 48px;
	background: #FFFFFF;
	border-radius: 25px;
}
.redInputCon1{
	position: absolute;
	left: 50%;
	margin-left: -190px;
	top:230px;
}
.redInputCon2{
    position: absolute;
    left: 50%;
    margin-left: -190px;
    top: 300px;
}
.redInputCon3{
    position: absolute;
    left: 50%;
    margin-left: -190px;
    top: 370px;
	display: none;
}
.redInputCon3.active{
	display: block;
}
.redInputImg{
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.redInput{
	width: 320px;
    font-size: 14px;
    border: 0;
    margin-left: 10px;
}
.redHaveCode{
	font-size: 14px;
    color: #FBEEBD;
    position: absolute;
    left: 65px;
    top: 370px;
	cursor: pointer;
}
.redCreatText{
	font-size: 12px;
    color: #FBEEBD;
    position: absolute;
    left: 31px;
    top: 200px;
}
.redTipText{
	font-size: 12px;
    margin-top: 3px;
    padding-left: 15px;
    color: #FFFFFF;
}