html, body {
    position: relative;
    height: 100%;
}
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
/*#app_box{
	margin-bottom: 60px;
}*/
/**空白间隙样式**/
.empty_line {
    background: white;
    width: 100%;
}
.is_padding {
    padding: 1px;
    box-sizing: border-box;
}
.is_border {
    margin: 5px 10px;
}
.del_span {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    color: white;
}
/**轮播样式**/
.slider_1.swiper-container{
	width: 100%;
    height: auto;
}
.slider_2.swiper-container {
    width: 100%;
    height: 100%;
}
.slider_1 .swiper-slide,
.slider_2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}
.slider_1 .swiper-slide img,
.slider_2 .swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: red;
}	
.slider_3 img{
	width: 100%;
}
/*公告样式*/
.notice{
	color: #333;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    /*margin-top: 5px;*/
    background: #FFF;
}
.notice_icon{
	float: left;
}
.notice_icon img{
	margin: 12px 5px;
	width: 25px;
	position: absolute
}
.notice_text{
	margin-left: 30px;	
	height: 50px;			
}
.notice_2 .notice_text span{
	display: block;
}
/*图片导航样式*/
.pictureNavigation,.pictureNavigation ul{
	padding: 0px;
	margin: 0px;
}
.clear {
    zoom: 1;
}			
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.row-2 li{
	width: 50%;				
}
.row-3 li{
	width: 33.3%;				
}
.row-4 li{
	width: 25%;				
}
.row-5 li{
	width: 20%;				
}
.pictureNavigation ul{
	/*margin-top: 5px;*/
}
.pictureNavigation li {
    float: left;
    text-align: center;
    list-style: none;
    box-sizing: border-box;
    /*background: white;*/
}
.pictureNavigation li img {
    width: 100%;
    height: 100%;
    /*background: white;*/
}
.pictureName{
	height: 35px;
	line-height:35px;
	overflow: hidden;
	/*padding: 0px 10px;*/
}
.navigationBorder{
	box-sizing: border-box;
	border: 1px solid #eee;
	/*margin: -1px 0 0 -1px;*/
}
.navigationPadding{
	padding: 10px;
}
.navigationPadding li {
	padding: 0 3px 0 3px;
}

/*拼图样式*/
.puzzle{
	/*margin-top: 5px;*/
}
.puzzle_1 .puzzle_left,
.puzzle_1 .puzzle_right{
	width: 50%;
	height: auto;
}
.puzzle_2 .puzzle_left{
	width: 40%;
}
.puzzle_2 .puzzle_right{
	width: 60%;
}
.puzzle img{
	width: 100%;
	height: 100%;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.puzzlePadding{
	padding: 10px;
}
/*商品列表样式*/
.goodList_1 ul,.goodList_2 ul,.goodList_3 ul{
	padding: 0px;
	margin: 0px;
	/*background: #eee;*/
}
ul li{
list-style: none;
}	
.goodList_1,.goodList_2{
padding: 10px 10px;
/*background-color: #EEEEEE;*/
}
.goodList_1 ul li,.goodList_2 ul li {
width: 48.5%;
margin-bottom: 10px;
float: left;
}
.goodList_1 ul li,.goodList_2 ul li,
.goodList_4 .swiper-container .swiper-slide{
	background: white;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #dedede;	
}
.goodList_1 ul li:nth-child(even),
.goodList_2 ul li:nth-child(even) {
margin-left: 3%;
}
.goodList_1 .good_img,.goodList_4 .good_img{
position: relative;
padding-top: 100%;
height: 0;
}
.goodList_1 .good_img,
.goodList_2 .good_img {
width: 100%;
background: white;
}
.goodList_1 .good_img img,.goodList_4 .good_img img{
position: absolute;
left: 0;
top: 0;
}
.goodList_1 .good_img img,
.goodList_2 .good_img img {
width: 100%;
height: 100%;
display: block;
box-sizing: border-box;
border: 1px solid white;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.goodList_1 .good_text,
.goodList_2 .good_text {
background: white;
padding: 5px 10px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
}
.goodList_1 .good_name,
.goodList_2 .good_name {
color: #333333;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
}
.good_price {
/*margin-top: 5px;*/
color: #F03796;
font-size: 16px;
}
.goodList_2 ul li:nth-child(even) {
float: right;
}
.goodList_3{
background-color: #EEEEEE;
}
.goodList_3 ul li {
width: 100%;
height: auto;
background: white;
margin-bottom: 5px;
overflow:hidden;
}
.goodList_3 .good_img{
float: left;
width: 110px;
height: 110px;
max-width: 40%;
margin-right: 10px;
}
.goodList_3 .good_img img {
width: 90%;
height: 90%;
margin: 5%;
display: block;
box-sizing: border-box;
border: 1px solid #eee;
border-radius: 10px;
}
.goodList_3 .good_text{
float: left;
width: 58%;
padding: 10px 0px;
height: 90px;
}
.goodList_3 .good_price{
margin-top: 30px;
}
.goodList_3 .good_name {
font-size: 14px;
overflow:hidden; 
text-overflow:ellipsis;				
display:-webkit-box; 				
-webkit-box-orient:vertical;				
-webkit-line-clamp:2;
}
.goodList_4{
margin-bottom: 10px;
}
.goodList_4 .swiper-container .swiper-slide {
/*padding-left: 10px;*/
width: 117px;
}
.goodList_4 .swiper-container .swiper-slide img {
width: 80%;
display: block;
height: 80%;
margin: 10%;
margin-bottom: 0;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
box-sizing: border-box;
border: 1px solid white;
}
.goodList_4 span{
padding-left: 5px;
display: block;
color: #333333;
background-color: white;
font-size: 13px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin: 0px;
text-align: center;
}
.goodList_4 span:nth-of-type(2){
color: #F52B9D;
padding-bottom: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

/*页脚*/
.my_nav {
    position: fixed;
    width: 100%;
    background: white;
    height: 55px;
    border-top: 1px solid #DDDDDD;
    bottom: 0;
    z-index: 8;
}
.my_nav .list_a {
    display: block;
    width: 20%;
    height: 55px;
    line-height: 75px;
    position: relative;
    float: left;
    color: #666666;
    text-decoration: none;
}
.my_nav .list_a div:first-of-type {
    text-align: center;
    width: 100%;
    height: 24px;
    font-size: 20px;
   	margin-top: 8px;
    bottom: 50px;
}
.my_nav .list_a div img {
    width: 24px!important;
    height: 24px!important;
}
.my_nav .list_a div:last-of-type {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    display: block;
}
/*头部搜索*/
.header_nav{
    opacity: 0;
    background:white;
    height: 50px;
    line-height: 50px;
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
} 
.search {
    width: 100%;			   
    position: fixed;
    z-index: 999; 	  
}
.search_input input{
	width: 90%;
    padding: 0px 10%;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 10px 5%;
    background-color: rgb(240, 240, 240);
    border-radius: 40px;
    opacity: 0.5;
    color: #999999;
    border:none;
    outline:none;
} 
.search_iocn img{
	width: 25px;
	height: 25px;
	position: absolute;
	margin: -40px 8%;
} 
/**
 * 门店 视频样式
 */
video{
    width: 100%;
}
.store{
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 1.3rem;
}
.store .shop-item {
    padding: 8px 15px;
    min-height: 90px;
    font-size: 13px;
    line-height: 1.5;
    border-bottom: 1px solid #eee;
}
.flex-y-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.dis-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.shop-item_logo {
    margin-right: 15px;
}
.shop-item_logo img {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #ececec;
}
.shop-item_title {
    font-size: 14px;
    /*color: #fd4a5f;*/
    margin-bottom: 5px;
}
.shop-item_address,.shop-item_phone {
    width: 260px;
    color: #919396;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}