@charset "UTF-8";
body{
	font-family: "Hiragino Sans GB", "microsoft yahei";
}
.body .pic{
	width:100%;
}
.one{
	padding-bottom:30px;
	background-color: #ff9d3b;
}
.one_form{
	width:90%;
	margin:auto;
	margin-top:20px;
	padding:20px 15px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 15px;
}

.one_title{
	text-align:center;
	font-size:2rem;
	color:#666;
}
.one_title b{
	display: block;
	font-size:3rem;
	color:#b34400;
}

.one_form ul{
	display:flex;
	margin:15px 0;
}
.one_form li{
	width:25%;
	padding:0 5px;
	text-align:center;
	color:#ff8616;
	box-sizing: border-box;
	border-right:solid 1px #f89e4b;
}
.one_form li:last-child{
	border-right:none;
}
.one_form .icon{
	font-size:2.8rem;
	line-height:32px;
}
.one_form .big{
	font-size:1.7rem;
	font-weight:bold;
}
.one_form .txt{
	font-size:.9rem;
}

h3.title{
	font-size:2.1rem;
	text-align: center;
	color:#333;
	font-weight:normal;
}
.color{
	color:#ff7f14;
}

.three_bd{
	display:flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding:15px 20px;
	margin-top:20px;
	background-color: #fff;
}
.three_bd label{
	display: block;
	width:33.3%;
	padding:10px 0;
}
.three_bd label input,
.three_bd label span{
	vertical-align: middle;
}

.daily_btn{
	padding-top:25px;
	text-align: center;
}
.daily_btn  a{
	display: inline-block;
	height: 45px;
	min-width: 80%;
	color: #fff;
	line-height: 45px;
	border-radius:100px;
	font-size: 1.7rem;
	background: -webkit-linear-gradient(top,#ff7f14,#e73d30);
	background: linear-gradient(top,#ff7f14,#e73d30);
}

.form_submit input{
	border-radius:50px; 
	background: -webkit-linear-gradient(top,#ff7f14,#e73d30);
    background: linear-gradient(top,#ff7f14,#e73d30);
}

.container_bg{
	padding: 20px 15px;
	background-color: #ddd;
}
.container{
	padding: 20px 15px;
	background-color: #fff;
}

.swiper-container {
	width: 100%;
	overflow: visible;
}

.two .swiper-container{
	padding-top: 15px;
}
.two .swiper-slide {
	position: relative;
	background-position: center center;
	background-size: cover;
	width: 300px;
	height: 240px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-size: 100% 100%;
}

.s_btm{
	position: absolute;
	left:0;
	bottom:0;
	z-index: 22;
	width:100%;
	height:45px;
	color:#fff;
	line-height:45px;
	font-size:1.7rem;
	text-align: center;
	border-radius: 0 0 20px 20px;
	background-color: #ff7f14;
}
.s_btm .txt{
	display: inline-block;
	margin-left:4px;
	font-weight: bold;
}
.s_txt{
	position: absolute;
	left:0;
	bottom:-30px;
	z-index: 22;
	width:100%;
	text-align: center;
	font-size:1.4rem;
}

.swiper-slide.s1{
	background-image: url(/yypeixun/images/2.jpg);
}
.swiper-slide.s2{
	background-image: url(/yypeixun/images/3.jpg);
}
.swiper-slide.s3{
	background-image: url(/yypeixun/images/4.jpg);
}
.swiper-slide.s4{
	background-image: url(/yypeixun/images/5.jpg);
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -10px;
}


.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
{
	margin: 0 2px;
}

.swiper-pagination-bullet-active {
	width: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.gift{
	position: relative;
	padding-top:40px;
}
.gift span{
	position: absolute;
	left:-10000px;
	top: 0;
	z-index: 0;
}
.gift img{
	width:100%;
}


.four{
	padding-bottom:30px;
}
.four_title{
	padding:50px 30px 0 30px;
	height:150px;
	font-size:2.1rem;
	text-align:left;
	box-sizing: border-box;
	background: url(/yypeixun/images/7.jpg) no-repeat center top;
	background-size: 100%;
}
.four .swiper-slide {
	width:90%;
	margin:auto;
	box-sizing: border-box;
	padding: 15px;
	font-size:1.1rem;
	line-height:1.7;
	border-radius: 5px;
	background-color: #f0f0f0;
}
.four_search{
	display:flex;
	margin-bottom:10px;
	box-sizing: border-box;
	border:solid 1px #ff7f14;
}
.four_search .txt{
	width:85%;
	box-sizing: border-box;
	padding:5px;
	color:#ff7f14;
	line-height:1.4;
	font-size:1.4rem;
}
.four_search i{
	display:block;
	width:15%;
	text-align:center;
	color:#fff;
	font-size:2rem;
	line-height:2.5;
	background-color: #ff7f14;
}


.five{
}

.five ul{
	padding:8px 15px;
	box-sizing: border-box;
	margin-top:15px;
	background-color: #fff;
}
.five li{
	display: flex;
	padding:8px 0;
}
.five .icon{
	display:block;
	width:50px;
	height:50px;
	text-align: center;
	line-height:50px;
	font-size:25px;
	color:#ff7f14;
	border:solid 2px #ff7f14;
	border-radius: 50%;
}
.five .bd{
	flex: 1;
	padding-left:10px;
}
.five h4{
	font-size:1.6rem;
}
.five p{
	padding-top:5px;
	font-size:1.2rem;
	line-height:1.7;
}

.six a{
	font-size: 1.4rem;
	color: #111;
}


.six dl{
	padding: 5px 0;
	border-bottom: dashed 1px #ddd;
}
.six dl:last-child{
	border-bottom: none;
}
.six dt,
.six dd{
	display:flex;
	padding: 5px 0;
}
.six dd{
	color: #888;
}
.six .label{
	display: block;
	width: 50px;
}
.six .label img{
	width: 38px;
}
.six .txt{
	display: block;
	flex:1;
	line-height: 32px;
}
.six .txt a{
	display: block;
}
.six .go{
	display: block;
	width: 20px;
	line-height: 32px;
	color: #888;
}
.six .daily_btn{
	width: 50%;
	margin: auto;
	margin-top: 20px;
}
.six .daily_btn a{
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}

.six_pop_bg{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 901;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}
.six_pop_bg .online_bd{
	width: 100%;
	padding: 10px 20px;
	margin-top: 0;
	box-sizing: border-box;
	margin-bottom: 0;
	-webkit-border-radius: 20px 20px 0 0 ;
	-moz-border-radius: 20px 20px 0 0 ;
	border-radius: 20px 20px 0 0 ;
	box-shadow:none;
	background-color: #fff;
}
.six_pop_bg .t3 img{
	width: 100px;
}
.six_pop_bg dt,
.six_pop_bg dd{
	padding: 0;
}
.six_pop_bg .label{
	width: 36px;
}
.six_pop_bg .label img{
	width: 26px;
}
.six_pop_bg .txt{
	line-height: 22px;
	font-size: 1.2rem;
}
.six_pop{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0px;
	z-index: 901;
}
.six_pop .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 903;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #666;
	font-size: 1.6rem;
}

.foot{
	padding: 10px;
	text-align: center;
	font-size: 1rem;
	background-color: #f3f3f3;
}

.pop_theme {
	position: absolute;
	left: 0;
	top: -15px;
	z-index: 19;
	width: 100%;
	height: 76px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	color: #fff;
	background: url(/event/brand/images/20_pt.png) no-repeat center top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.pop_h{
	height:30px;
}
.pop_theme .txt{
	line-height: 90px;
}

.agModal-form-wrap .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 1.6rem;
}
.height50{
	height: 50px;
}
  .swiper-container {
            width: 100%;
            padding-bottom: 25px;
            overflow: visible;
        }

        .two .swiper-container-horizontal > .swiper-pagination-bullets,
        .two .swiper-pagination-custom, .two .swiper-pagination-fraction {
            bottom: -30px;
        }

        .swiper-container-horizontal > .swiper-pagination-bullets,
        .swiper-pagination-custom, .swiper-pagination-fraction {
            bottom: -10px;
        }

        .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 2px;
        }

        .swiper-pagination-bullet-active {
            width: 16px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }
        
