﻿/*分类导航区*/
/*分类导航区*/
.index_btn ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    background: #fff;
    padding: 10px;
}
.index_btn ul li{
    width: 20%;
}
.index_btn ul li a{
    text-decoration: none;
    display: block;
}
.index_btn ul li img{
    width: 55%;
    margin-left: 22%;
}
.index_btn ul li span{
    display: block;
    text-align: center;
    font-size: 0.9em;
    color: #222;
    margin-top: 5px;
}
/*头部搜索*/
.index_top_ss{
    display: flex;
    display: -webkit-flex;
    height: 43px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    padding-top: 3px;
 
    width: 100%;
    background: #2f90f3;
    /*opacity: 0.9;*/
}
.index_top_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2f90f3;
    opacity: 0;
}
.index_ss_left{
    min-width: 75px;
    margin-right: 3px;
    position: relative;
}
.index_ss_left i{
    position: absolute;
    top: 0px;
    left: 35px;
    width: 38px;
    height: 40px;
    background: url(../images/index_logo.png) no-repeat;
    background-size: 38px 40px;
}
.index_ss_mid{
    width: 80%;
    margin-right: auto;
    position: relative;
}
.index_ss_mid span{
    display: block;
    height: 29px;
    line-height: 29px;
    padding-left: 29px;
  
    border-radius: 15px;
    background: #fff;
    margin-top: 5px;
    font-size: 0.93em;
    color: #666;
}
.index_ss_mid i{
    position: absolute;
    top: 9px;
    right: 7px;
    width: 20px;
    height: 20px;
    background: url(../images/index_sousuo.png) no-repeat;
    background-size: 20px;
}
.index_ss_right{
    height: 39px;
    line-height: 39px;
    min-width: 40px;
    color: #fff;
    text-align: center;
    padding-right: 5px;
    margin-left: 2px;
    position: relative;
}
.index_ss_right a{
    color: #fff;
    display: block;
}

.index_my{
    position: absolute;
    top: 7px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url(../images/wode.png) no-repeat;
    background-size: 25px;
}
/*滚动新闻*/
.hot {
    width: 100%;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #FFF;
    border-top: 1px solid #eeeeee;
}
.hot h5 {
    float: left;
    border-right: 1px solid #eeeeee;
    width: 25%;
    height: 30px;
	line-height: 30px;
	color:#f00;
	text-align: center;
    margin-right: 2%;
}
.hot ul {
    float: left;
    width: 70%;
    height: 30px;
    overflow: hidden;
}
.hot ul li {
    width: 100%;
    height: 30px;
    float: left;
}
.hot ul li span {
    display: block;
    width: 15%;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #E71F19;
    border: 1px solid #E71F19;
    border-radius: 2px;
    margin-top: 5px;
    text-align: center;
}
.hot ul li a {
    display: block;
    width: 80%;
    float: left;
    margin-left: 2%;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-decoration: none;
}


/*产品限时*/
.index_box{
    margin-top: 0px;
    background: #fff;
}
.index_ht{
    display: flex;
    display: -webkit-flex;
    height: 33px;
    background: #fff;
}
.timerBox {
    margin-right: auto;
    /*width: 50%;*/
    height: 33px;
    line-height: 33px; 
}

.index_ht_left{
    height: 33px;
    line-height: 33px;
    position: relative;
    padding-left: 30px;
}
.index_ht_left i{
    position: absolute;
    top: 8px;
    left: 10px;
    width: 17px;
    height: 17px;  
}
.index_ht_left_xs i{
    background: url(../images/index_xianshi.png) no-repeat;
    background-size: 17px;
}
.index_ht_left_es{
    margin-right: auto;
}
.index_ht_left_es i{
    background: url(../images/index_dian.png) no-repeat;
    background-size: 17px;
}
.index_ht_left span{
    font-size: 0.92em;
    font-weight: bold;
    letter-spacing: 1px;
}
.index_ht_left_xs span{
    color: #d00;
}
.index_ht_left_es span{
    color: #333;
}
.index_ht_right{
    height: 15px;
    line-height: 15px;
    position: relative;
    background: #f00;
    border-radius: 8px;
    margin-top: 8px;
    padding: 1px 20px 2px 5px;
    margin-right: 10px;
}
.index_ht_right span{
    color: #fff;
    font-size: 0.8em;
}
.index_ht_right i{
    position: absolute;
    top: 3px;
    right: 5px;
    width: 13px;
    height: 13px;
    background: url(../images/right_double.png) no-repeat;
    background-size: 13px;
}
.index_box ul{
    display: flex;
    display: -webkit-flex;
    width: 100%;
}
.index_es_ul{   
    flex-wrap: wrap;
}

.index_box ul li{
    padding-bottom: 10px;
}
.index_xs ul li{
    width: 25%;
}
.index_es ul li{
    width: 33.33%;
}

.index_box ul li img{
    width: 100%;
}
.price_name{
    text-align: center;
}
.index_price{
    color: #d00;
    font-size: 0.9em;
}
.index_price i{
    font-style: normal;
    font-size: 0.7em
}
.es_name{
    margin-top: 5px;
}
.es_name span{
    display: block;
    padding-left: 10px;
}
.es_name_name{
    font-size: 0.9em;
    color: #d00;
}
.es_name_desc{
    font-size: 0.7em;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*限时抢购--slide滑动 css*/
.swiper-container {
    width: 100%;
    /*height: 300px;*/
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container .swiper-wrapper{
    position: relative;
    transform: translate3d(0,0,0);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container .swiper-slide {
    flex-shrink: 0;    
    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;
    
}
.swiper-container .swiper-slide a{
    display: block;
    width: 100%;
}
.swiper_img{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.swiper_img img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper_cd{
    margin-top: 100%;
}
/*限时抢购--slide滑动 css*/


/*身边好物 --- 下拉加载*/
.floor_body2{
    background: #f4f5f9;
    /*margin-bottom: 50px;*/
}
.floor_body2 h2 {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    text-align: center;
}
.floor_body2 ul {
    width: 50%;
    float: left;
    text-align: center;
    overflow: hidden;
    background: #f4f5f9;
}
.floor_body2 ul li {
    width: 98%;
    margin: auto;
    margin-top: 5px;
    background: #FFF;
    overflow: hidden;
    padding-bottom: 2%;
}
.floor_body2 ul li .index_pro {
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.floor_body2 ul li .products_kuang {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.products_kuang a{
    position: absolute;
    top: 0;
    left: 0;

}
.index_kcd{
    margin-top: 68%;
}
.floor_body2 ul li .goods_name {
    width: 93%;
    margin: auto;
    text-align: left;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
}
.floor_body2 ul li .price {
    width: 100%;
    overflow: hidden;
    margin: auto;
    position: relative;
    border-top: 1px solid #eeeeee;
    margin-top: 5px;
    text-align: left;
    padding-top: 5px;
}
.floor_body2 ul li .goods_name a {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    color: #666;
    font-size: 12px;
    line-height: 15px;
}
.floor_body2 ul li .btns {
    position: absolute;
    display: block;
    right: 5px;
    height: 25px;
    width: 25px;
    background: #E71F19;
    border-radius: 50%;
    bottom: 6px;
}
.floor_body2 ul li .btns img {
    display: block;
    width: 25px;
    height: 25px;
}
.floor_body2 ul li .products_kuang img {
    display: block;
    width: 100%;
    margin: auto;
}
.floor_body2 ul li .price span {
    display: block;
    width: 93%;
    overflow: hidden;
    margin: auto;
    font-size: 14px;
    line-height: 20px;
    color: #E71F19;
    font-weight: bold;
}
.floor_body2 ul li .price em {
    display: block;
    width: 93%;
    overflow: hidden;
    margin: auto;
    font-size: 10px;
    line-height: 15px;
    color: #999;
    text-decoration: line-through;
}
.more_loader_spinner {
    text-align: center;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.get_more {
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
}
.jiazai {
    width: 95%;
    height: 20px;
    margin: auto;
}
.jiazai em {
    display: block;
    width: 25%;
    float: left;
    height: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}
.jiazai span {
    display: block;
    width: 50%;
    float: left;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #999;
}

.timerBox{
    margin-left: 8px;
}
.timerBox span{
    color: #fff;
    background: #000;
    margin-right: 2px;
    padding: 0px 4px;
    font-size: 0.7em;
    height: 17px;
    line-height: 17px;
    float: left;
    margin-top: 8px;
    border-radius: 3px;
}
.timerBox b{
    margin-right:2px;
    padding: 0px 0px;
    font-size: 0.7em;
    height: 17px;
    line-height: 17px;
    float: left;
    margin-top: 7px;
    border-radius: 3px;
}
.index_ht_hs{
    line-height: 36px;
    margin-left: 20px;
    font-size: 0.95em;
    color: #555;
    font-weight: bold;
}



.index_location{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    background: #fff;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
}
.index_location span{
    flex: 0 1 100%;
    text-align: center;
    border-right: solid 1px #ddd;
}
.index_location select {
/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
border: 0;
width: 63%;
direction: rtl;
/*很关键：将默认的select选择框样式清除*/
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
/*在选择框的最右侧中间显示小箭头图片*/
background: url("../images/selectdown.png") no-repeat scroll right center transparent;
background-size: 0.7em;
font-size: 0.9em;
text-align: right;
/*为下拉小箭头留出一点位置，避免被文字覆盖*/
padding: 2px 14px 2px 5px;
}
.index_location span:nth-child(3) select{
    border-right: 0;
}


.articletitle{
    width: 85%;
    margin-left: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
    color: #333;
    white-space: nowrap;
    text-align: center;
}
.news_box{
    width: 96%;
    margin: auto;
    margin-top: 50px;
}
.ar_title{
    padding-top: 10px;
} 
.ar_date{
    font-size: 0.9em;
    color: #999;
    text-align: left;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.ar_desc{

}





.index_ziying{
    display: flex;
}
.izy_left{
    width: 50%;
    overflow: hidden;
    position: relative;
    display: block;
}
.izy_left img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.zy_cd{
    margin-top: 124%;
}
.zy_cd_b{   
    margin-top: 62%;
}
.izy_right{
    width: 50%;
}
.izy_top{
    overflow: hidden;
    position: relative;
    display: block;
}
.izy_btm{
    overflow: hidden;
    position: relative;
    display: block;
}
.izy_top img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.izy_btm img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zxt{
    display: block;
}
.zxt img{
    width: 100%;
}

.bnh_content{
    margin-top: 5px;
    height: 40px;
}
.bnh_ul{
    display: flex;
    height: 40px;
    line-height: 40px;
    background: #fff;
}
.bnh_ul li{
    width: 34%;
    text-align: center;
    position: relative;
}
.bnh_check{
    background: #e7260d;
    color: #fff;
}

.floor_content{
    margin-top: 5px;
    background: #fff;
}
.floor_title{
    border-top: 1px solid #eee;
}
.floor_title img{
    width: 100%;
}
.floor_main{
    display: flex;
}
.floor_main_left{
    border-right: 1px solid #eee;
    width: 50%;
}
.floor_main_left img{
    width: 100%;
}
.floor_main_right{
    width: 50%;
}
.floor_main_right img{
    width: 100%;
}
.floor_main_right a{
    display: block;
	height:50%;
}
.floor_main_right a:nth-child(1){
    border-bottom: 1px solid #eee;
}

.floor_bottom{
    display: flex;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.floor_bottom li{
    width: 34%;
    border-right: 1px solid #eee;
    
}
.floor_bottom li img{
    width: 100%;
}
.floor_line{
    margin-top: 10px;
}
.floor_line img{
    width: 100%;
}
.floor{
    margin-bottom: 10px;
}