.container {
	padding-bottom: 1.03rem;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
	margin: auto auto;
	padding: 0.3rem 0.5rem;
}
.absolute-bg{
	position: absolute;
	z-index: -1;
	top: 0;
}
.swiper { width: 100%;  height: 100%; }
.swiper .swiper-wrapper{margin-bottom: 20px;}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 4px !important;
    background: #727272 !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    margin: 0 2px !important;
}
.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #062a98 !important;
}

      .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
/* 弹窗 */
.popupmodal{
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 50%;
    left:50%;
    transform: translate(-50% , -50%);
}
.popupmodal-close-img{
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 99;
	right: -10px;
    top: -10px;
}
.popupmodal .form-box{
	margin: auto 0.3rem;
}
.popupmodal .form{
	background: linear-gradient(180deg, rgba(252, 187, 177, 1) 0%, rgba(255, 231, 230, 1) 100%);
}

.click-yhq img{
	margin: .05rem auto;
}
.roll-num{
	width:100%;
	margin:0 auto;
	height:47px;
	overflow:hidden;
	color:#fff;
	line-height:47px;
	text-align:center;
}
.roll-num p{
	color: #fff;
}
/* 表单 */
.form-box{
	z-index: 1;
	position: relative;
	/*padding: .2rem;
	border-radius: .2rem;
	background: linear-gradient(180deg,rgba(231,13,132,.8) 0%, rgba(228,57,15,.8) 44%, rgba(228,57,15,.8) 53%, rgba(228,57,15,.8) 100%);
*/}
.form1{
	margin: 0 .2rem;
}
.form2{
	background: #ff6a29;
	margin: 0;
    border-radius: 0 !important;
}
.form-footer{
	background: #1b38b6;
	padding: .3rem .5rem .5rem;
}
.form-box>.form{
	padding: .5rem;
}
.form h1{
	text-align: center;
	color: #eb302c;
	font-size: 0.4rem;
	font-family: MicrosoftYaHei;
	margin: 12px auto;
}
.form2 h1{
	color: #fcff00;
}
.form-box>.form h4,
.form-box>.form h4>span
{
	font-size: 0.25rem;
	font-family: MicrosoftYaHei;
	text-align: center;
	color: #eb302c;
	margin-bottom: .2rem;
	font-weight: normal;
}
.form-footer>.form h4,
.form-footer>.form h4>span
{
	font-size: 0.3rem;
	font-family: MicrosoftYaHei;
	text-align: center;
	color: #fff;
}
.form input{
	background: #ffffff;
	border: 0px solid #bfbfbf;
	border-radius: 40px;
    min-height: 40px;
	margin-top: .16rem;
	width: 100%;
    padding: .18rem .3rem;
}
.form1 input,
.form2 input{
	border: 0px solid #bfbfbf;
	border-radius: 40px;
    min-height: 40px;
}
.form div>span{
	color: #757575;
	z-index: 1;
    margin-left: -.4rem;
}
.form .submit{
	background:#ed050d;
    border-radius: 4px;
    margin-top: .24rem;
    width: 100%;
    height: 47px;
    padding: .12rem;
    text-align: center;
    color: rgba(255,255,255,1);
    /*position: absolute;*/
    border: none;
    font-size: .3rem;
    font-family: MicrosoftYaHei;
    /*font-weight: bold;*/
    outline:none;
	cursor:pointer;
	font-weight: bold;
}
.form1 .submit{
	margin-top: .16rem;
	background:#ed050d;
	border-radius: 4px;
	box-shadow: 0px 2px 2px #970111 ;
	-moz-box-shadow: 0px 2px 2px #970111 ;
	-webkit-box-shadow: 0px 2px 2px #970111 ;
}
.form2 .submit{
	margin-top: .12rem;
	background:#fff703;
	color: #ff6a29;
	border-radius: 4px;
	box-shadow: 0px 4px 2px #970111 ;
	-moz-box-shadow: 0px 4px 2px #970111 ;
	-webkit-box-shadow: 0px 4px 2px #970111 ;
}
.center .button{
	width: 100%;
	height: 47px;
	border: none;
    font-size: .3rem;
    font-family: MicrosoftYaHei;
    /*font-weight: bold;*/
    text-align: center;
	color: rgba(255,255,255,1);
	background: linear-gradient(180deg,rgba(255,36,141,1) 0%, rgba(255,36,141,1) 100%);
	border-radius: 31px;
	padding: .1rem;
	outline:none;
	cursor:pointer;
}
.center .button::after{
   border: none;
}
.c-red{color: #FD313A !important;}
.c-yellow{color: #F8E910 !important;}

.form-box .kuang{    background: url(../images/f-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.2rem;border-radius: 0.2rem;
}
 .form-box .kuang .form{background: #fff;padding: 0.2rem;border-radius: 0.2rem;}
 .form-box .kuang .form input{background: #f3f3f3 !important;}

.pro-list{
	margin: auto .2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.pro-list li{
	flex-basis: calc(50% - 3px);
	position: relative;
	margin-bottom: 6px;
	background: #fff;
}
.pro-list li img{
	width: 100%;
}
.pro-list .content{
	text-align: center;
}
.pro-list .price{
	font-size: 12px;
    color: #dd1515;
}
.pro-list .price>strong{color: #dd1515;font-family: 'Impact';font-size: 24px;display: inline-block;}
.btn-price{
	width: 80%;
    height: 33px;
    line-height: 33px;
    border-radius: 6px;
    background: #dd1515;
    color: #fff;
    font-size: 14px;
    margin: 0.12rem;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: 0;
}
.hongbao {
	width: 0.72rem;
	height: 0.88rem;
	position: fixed;
	top: 50%;
	right: 10px;
	margin-top: -1.6rem;
	animation: hongbao 2.5s infinite linear;
    -webkit-animation: hongbao 2.5s infinite linear;
    z-index: 11;
}
.receiveHongbao{
	width: 5.94rem;
	height: 8.57rem;
	position: fixed;
	top: 50%;
	margin-top:-4.285rem;
	left: 50%;
	margin-left: -2.97rem;
	background: url(../img/hongbao.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 3.9rem;
	z-index: 12;
}
.receiveHongbao-content{
	width: 5.13rem;
	display: block;
	margin: 0 auto;
}
.receiveHongbao-content input{
	width: 100%;
	height: 0.8rem;
	background: #FFFFFF;
	margin-top: 0.11rem;
	border: none;
	font-size: 0.24rem;
	text-indent: 10px;
}
.receiveHongbao-content button{
	width: 100%;
	height: 0.8rem;
	background: #d91616;
	border: none;
	font-size: 0.46rem;
	color: #FFFFFF;
	margin-top: 0.64rem;
}
.receiveHongbao-close-img{
	    position: absolute;
    width: 25px;
    height: 25px;
    top: 1px;
    right: 1px;
}
.header-img-two {
	width: 0.48rem;
	height: 0.48rem;
	position: absolute;
	right: 0.57rem;
	top: 0.15rem;
}

.banner {
	width: 100%;
	height: 3.75rem;
	overflow: hidden;
}

.swiper-slide {
	width: 100%;
	height: 3.75rem;
}

.banner img {
	width: 100%;
	height: 100%;
}

.list {
	width: 100%;
	height: 2.54rem;
	padding-top: 0.5rem;
	background: #FFFFFF;
}

.list ul {
	overflow: hidden;
	list-style: none;
}

.list li {
	width: 20%;
}

.list li img {
	width: 0.5rem;
	height: 0.5rem;
	display: block;
	margin: 0 auto;
}

.list li p {
	width: 100%;
	text-align: center;
	font-size: 0.24rem;
	color: #333333;
	height: 0.68rem;
	line-height: 0.68rem;
}

.content-one {
	background: #FFFFFF;
}

.content-one img {
	width: 100%;
	height: auto;
	display: block;
}

    .content-one input {
        width: 4.8rem;
        height: 0.7rem;
        display: block;
        /*
        margin: 0 auto;
        margin-top: 0.2rem;
	text-indent: 0.2rem;*/
        font-size: 0.24rem;
        color: #333333;
    }

.content-one button {
	display: block;
	width: 5.55rem;
	height: 0.8rem;
	background: #d60000;
	margin: 0 auto;
	border-radius: 5px;
	color: #ffffff;
	font-size: 0.36rem;
	border: 1px solid #aaaaaa;
	margin-top: 0.7rem;
}

.line {
	width: 100%;
	height: auto;
}

.content-two {
	padding-top: 0.46rem;
	background-image: url(img/background_2.png)
}

.content-two-header {
	width: 100%;
	padding-left: 0.2rem;
	overflow: hidden;
}

.content-two-text-one {
	width: 0.09rem;
	height: 0.44rem;
	background: #d60000;
}

.content-two-text-two {
	height: 0.44rem;
	line-height: 0.44rem;
	color: #000000;
	font-size: 0.36rem;
	font-weight: bold;
	margin-left: 7px;
}

.content-two-content-list {
	width: 100%;
	/*padding-left: 0.2rem;*/
	/*padding-right: 0.2rem;*/
	list-style: none;
	font-size: 0.24rem;
	height: 0.57rem;
	line-height: 0.57rem;
}

.content-two-content-list li {
	width: 20%;
	text-align: center;
}

.content-two-img-one {
	width: 6.9rem;
	height: 4.56rem;
	display: block;
	margin: 0 auto;
}

.content-two-des {
	width: 100%;
	height: 0.85rem;
	padding-left: 0.42rem;
	padding-right: 0.42rem;
}

.content-two-wraper-one-top {
	position: relative;
	width: 6.9rem;
	margin: 0 auto;
}

.content-two-text-six {
	font-size: 0.24rem;
	height: 0.48rem;
	line-height: 0.48rem;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 0.25rem;
	z-index: 1;
}

.content-two-mask {
	width: 100%;
	height: 0.48rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.5;
}

.content-two-img-two {
	width: 0.56rem;
	height: 0.56rem;
	margin-top: 0.145rem;
	border-radius: 0.28rem;
}

.content-two-text-four {
	height: 0.85rem;
	line-height: 0.85rem;
	font-size: 0.24rem;
	color: #7f7f7f;
	margin-left: 5px;
}

.content-two-text-three {
	padding-left: 0.13rem;
	padding-right: 0.13rem;
	height: 0.28rem;
	font-size: 0.24rem;
	color: #ffffff;
	margin-top: 0.315rem;
	background: url("../img/home-1.png") no-repeat;
	background-size: 100% 100%;
	margin-left: 6px;
}

.content-two-text-five {
	font-size: 0.24rem;
	color: #7f7f7f;
	height: 0.85rem;
	line-height: 0.85rem;
}

.content-two button {
	display: block;
	width: 5.55rem;
	height: 0.8rem;
	background: #d60000;
	margin: 0 auto;
	border-radius: 5px;
	color: #ffffff;
	font-size: 0.36rem;
	border: 1px solid #aaaaaa;
	margin-top: 0.43rem;
}

.content-three {
	padding-top: 0.64rem;
	position: relative;
	padding-bottom: 0.87rem;
}

.content-three-bg {
	width: 100%;
	height: 4.3rem;
}

.swiper-container {}

.content-three-text-one {
	width: 100%;
	text-align: center;
	height: 0.85rem;
	line-height: 0.85rem;
	font-size: 0.36rem;
	font-weight: bold;
	color: #7f7f7f;
	margin-top: 3.04rem;
}

.content-three-text-one .designer-name {
	font-size: 0.36rem;
	font-weight: bold;
	color: #7f7f7f;
}

.content-four {
	padding-top: 0.65rem;
}

.btn {
	display: block;
	width: 5.55rem;
	height: 0.8rem;
	background: #d60000;
	margin: 0 auto;
	border-radius: 5px;
	color: #ffffff;
	font-size: 0.36rem;
	border: 1px solid #aaaaaa;
	margin-top: 0.36rem;
}

.content-three-text-one span {
	font-size: 0.24rem;
	font-weight: normal;
	color: #7f7f7f;
}

.content-four {
	padding-bottom: 1.04rem;
}

.content-four-item {
	width: 6.6rem;
	height: 4.37rem;
	position: relative;
	margin: 0 auto;
	margin-top: 0.52rem;
}

.content-four-item img {
	width: 100%;
	height: 100%;
}

.content-four-mask {
	width: 100%;
	height: 0.45rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.5;
}

.content-four-text-one {
	width: 100%;
	height: 0.45rem;
	line-height: 0.45rem;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #ffffff;
	left: 0.4rem;
	font-size: 0.24rem;
}

.content-four-margin-top {
	margin-top: 0.62rem;
}

.img-one {
	width: 100%;
	height: auto;
	display: block;
}

.content-five {
	padding-top: 1.73rem;
	width: 6.81rem;
	margin: 0 auto;
	padding-bottom: 1.24rem;
}

.content-five-item {
	width: 33.13%;
	height: 4.96rem;
	position: relative;
}

.content-five-margin-left {
	margin-left: 0.3%;
}

.content-five-content {
	height: 4.96rem;
}

content-five-margin-top {
	margin-top: 1rem;
}

.content-five-text-one {
	height: 0.6rem;
	line-height: 0.6rem;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0.9rem;
	font-size: 0.32rem;
	color: #ffffff;
	font-weight: bold;
}

.content-five-text-two {
	font-size: 0.3rem;
	height: 0.3rem;
	line-height: 0.3rem;
	color: #ffffff;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 1.5rem;
}

.content-five-text-three {
	width: 1.7rem;
	height: 0.43rem;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -0.85rem;
	top: 2.5rem;
	font-size: 0.32rem;
	color: #ffffff;
	font-weight: bold;
}

.content-five-text-four {
	height: 0.32rem;
	line-height: 0.32rem;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 0.28rem;
	position: absolute;
	left: 0;
	top: 3rem;
}

.content-five-text-five {
	height: 0.32rem;
	line-height: 0.32rem;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 0.28rem;
	position: absolute;
	left: 0;
	top: 2.56rem;
}

.content-five-content .content-five-img-one {
	position: absolute;
	width: 1.3rem;
	height: 1.3rem;
	left: 50%;
	margin-left: -0.65rem;
	top: -0.65rem;
	border-radius: 0.65rem;
}

.content-six {
	padding-top: 1.2rem;
	background: #fff;
}

.content-six .content-one {
	background: #FFFFFF;
}

.margin-left {
	margin-left: 0.7rem;
}

.content-five-item img {
	width: 100%;
	height: 100%;
}

#certify {
	width: 7.5rem;
	margin: 0 auto;
	position: absolute;
	top: 3.7rem;
	left: 0;
}

#certify .swiper-container {
	padding-bottom: 0.6rem;
}

#certify .swiper-slide {
	width: 3.25rem;
	height: 4.08rem;
	background: #fff;
}

#certify .swiper-slide img {
	width: 100%;
	height: 100%;
}

.popup {
	width: 6rem;
	height: 8rem;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #d60000;
	position: fixed;
	left: 50%;
	margin-left: -3rem;
	top: 50%;
	margin-top: -4rem;
	z-index: 13;
	opacity: 0;
}

.popup-header {
	width: 100%;
	overflow: hidden;
	padding-left: 0.6rem;
}

.popup-header-text-one {
	width: 2.2rem;
	text-align: center;
	font-size: 0.3rem;
	height: 0.8rem;
	line-height: 0.8rem;
}

.popup-header-line {
	height: 1px;
	width: 1.3rem;
	background: #e3e3e3;
	margin-top: 0.4rem;
}

.popup-img-one {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 1px;
	right: 1px;
}

.popup-content {
	width: 85%;
	margin: 0 auto;
}

.popup-container-one {
	width: 100%;
	height: 0.9rem;
	background: #f4f3f3;
	border: 1px solid #dddddd;
	text-align: right;
	padding-right: 0.2rem;
	line-height: 0.9rem;
	font-size: 0.28rem;
}

.popup-container-one span {
	font-size: 0.5rem;
	color: #333333;
	font-weight: bold;
}

.popup-item {
	width: 100%;
	height: 0.8rem;
	box-shadow: 2px 1px 1px 1px #E1E1E1;
	margin-top: 0.2rem;
	border-left: 1px solid #dddddd;
	position: relative;
}

.pop-item-left {
	width: 30%;
	background: #f4f3f3;
	height: 0.8rem;
	border-right: 1px solid #dddddd;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.28rem;
}

.pop-item-right {
	width: 70%;
	height: 0.8rem;
}

.pop-item-right input {
	width: 100%;
	height: 100%;
	border: none;
	text-indent: 10%;
	font-size: 0.28rem;
}

.popup-item-text-one {
	position: absolute;
	right: 0.1rem;
	height: 0.8rem;
	line-height: 0.8rem;
	top: 0;
	color: #333333;
	font-size: 0.28rem;
}

.popup-content button {
	width: 100%;
	height: 0.8rem;
	border: none;
	background: #d60000;
	color: #FFFFFF;
	font-size: 0.28rem;
	margin-top: 0.2rem;
}

.popup-container-two {
	width: 100%;
	height: 2.85rem;
	border: 1px solid #e3e3e3;
	margin-top: 0.2rem;
	border-radius: 5px;
	background: url("../img/popup-bg.jpg") no-repeat;
	background-size: contain;
}

.popup-container-two-text-one {
	width: 100%;
	text-align: center;
	font-size: 0.3rem;
	height: 0.7rem;
	line-height: 0.7rem;
	color: #383f59;
}

.popup-container-two-text-two {
	width: 100%;
	text-align: center;
	font-size: 0.28rem;
	color: #383f59;
	margin-bottom: 0.2rem;
}

.popup-container-two-text-two span {
	color: #d60000;
	font-size: 0.32rem;
	font-weight: bold;
}

.popup-container-two-item {
	overflow: hidden;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	height: 0.5rem;
	line-height: 0.5rem;
}

.popup-container-two-item-left,
.popup-container-two-item-right {
	width: 50%;
	font-size: 0.26rem;
}

.popup-container-two-item span {
	display: inline-block;
	width: 1.2rem;
	text-align: center;
	color: #d60000;
}

.popup-container-two-text-three {
	width: 100%;
	text-align: center;
	font-size: 0.24rem;
	color: #d60000;
	height: 0.4rem;
	line-height: 0.4rem;
}

.popup-container-one {
	text-align: right;
}

.fadeIn {
	animation: fadeIn 1s;
	animation-fill-mode: forwards;
}

.fadeOut {
	animation: fadeOut 1s;
	-webkit-animation: fadeOut 1s;
	-o-animation: fadeOut 1s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}

.floating-window {
	width: 44px;
	height: 44px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -22px;
	background: #d60000;
	border-radius: 22px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	z-index: 11;
}
.festival-modal{
	width: 7.26rem;
	position: fixed;
	height: 8.29rem;
	z-index: 12;
	top: 2rem;
	left: 50%;
	margin-left: -3.63rem;
}
.festival-modal-img-one{
	width: 7.26rem;
	height: 5.96rem;
}
.festival-modal-wraper{
	width: 5.3rem;
	margin-left: 0.7rem;
	overflow: hidden;
}
.festival-modal-wraper img{
	width: 2.4rem;
	height: 0.6rem;
	
}
.festival-close{
	width: 0.62rem;
	height: 0.62rem;
	display: block;
	margin-left: 3.1rem;
	margin-top: 1.13rem;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@-o-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes hongbao {
	0% {
		transform: rotate(0);
	}
	25% {
		transform: rotate(-9deg);
	}
	50% {
		transform: rotate(0);
	}
	75% {
		transform: rotate(9deg);
	}
	100% {
		transform: rotate(0);
	}
}
@-webkit-keyframes hongbao {
	0% {
		transform: rotate(0);
	}
	25% {
		transform: rotate(-9deg);
	}
	50% {
		transform: rotate(0);
	}
	75% {
		transform: rotate(9deg);
	}
	100% {
		transform: rotate(0);
	}
}
@-o-keyframes hongbao {
	0% {
		transform: rotate(0);
	}
	25% {
		transform: rotate(-9deg);
	}
	50% {
		transform: rotate(0);
	}
	75% {
		transform: rotate(9deg);
	}
	100% {
		transform: rotate(0);
	}
}
@-moz-keyframes hongbao {
	0% {
		transform: rotate(0);
	}
	25% {
		transform: rotate(-9deg);
	}
	50% {
		transform: rotate(0);
	}
	75% {
		transform: rotate(9deg);
	}
	100% {
		transform: rotate(0);
	}
}


.c_swiper{
    width:100%;
    padding:0 5%;
}
    .c_swiper .swiper-wrapper {
        width: 88%;
    }
        .c_swiper .swiper-wrapper .swiper-slide{
            width:100% !important;
            margin:0 6.8%;
        }
        .c_swiper .swiper-wrapper .swiper-slide img{
            width:100%;
        }



.c_swiper2 {
    width: 100%;
    padding: 0 5%;
    margin-top:-5px;
}

    .c_swiper2 .swiper-wrapper {
        width: 88%;
    }

        .c_swiper2 .swiper-wrapper .swiper-slide {
            width: 100% !important;
            margin: 0 6.73%;
        }

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