﻿/*
    home_ban 首页轮播区域
*/
body{
    background-color: #f2f2f2;
    font-family: "Hiragino Sans GB W3";
    font-size: .22rem;
    color: #888;
}
.home_ban img{
    width: 100%;
    height: 4.33rem;
}
.swiper-pagination{
    bottom: 0.15rem !important;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet{
    width: 0.15rem;
    height: 0.15rem;
}
.swiper-pagination-bullet-active{
    background: #FFFFFF;
    border-radius: 50%;
}
/*首页轮播区end*/
/*
    主页导航分区
*/
.home_nav{
    width: 100%;
    height: 2.4rem;
    box-sizing: border-box;
    background-color: #ffffff;
}
.home_nav_po{
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #bfbfbf;
    box-sizing: border-box;
}
.home_nav_buy{
    width: 50%;
    height: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}
.home_currency{
    width: 25%;
    height: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*主页导航分区end*/
.home_platform_act{
    width: 100%;
    height: .7rem;
    margin-top: .1rem;
    background-color: #ffffff;
}
.scrollDiv{
    float: left;
    width: 65%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.scrollDiv li{
    line-height: .25rem;
    padding:.1rem 0;
    overflow: hidden;
}
.mulitline{
    padding-left: .10rem;
}

/*热销推荐begin*/
.home_hot_rem{
    width: 100%;
    height: auto;
    /*background-color: #ddaddd;*/
}
/*热销推荐区域标头*/
.home_hot_title{
    width: 100%;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #007aff;*/
}
.home_hot_title img{
    height: 0.4rem;
}


/*标头结束*/

/*左侧商品通用样式*/
.home_store_left{
    width: 49%;
    height: auto;
    float: left;
    background-color: #ffffff;
    margin-bottom: 2%;
}
.home_store_left dl{
    width: 100%;
    height: auto;
    /*background-color: #007aff;*/
}
.home_store_left dl dt{
    width: 100%;
    height: auto;
}
/*限定百分百比例显示图片*/
.home_store_left dl dt img{
    width: 100%;
    height: 100%;
    /*max-width: 100%;
    max-height: 100%;*/
}
.home_store_left dl dd{
    width: 100%;
    height: 1.3rem;
    /*background-color: #007;*/
}
.home_store_left dl dd p{
    width: 100%;
    height: .6rem;
    overflow: hidden;
    padding: .05rem 10%;
    font-size: .24rem;
    line-height: .26rem;
    /*background-color: #007aff;*/
}
.home_store_left dl dd p span{
    display: inline-flex;
    justify-content: center;
    /*align-items: center;*/
    width: .5rem;
    height: .26rem;
    font-size: .20rem;
    color: #ffffff;
    line-height: .26rem;
    margin-right: .05rem;
    border-radius: .1rem;
    background-color: #e6004f;
}
/*左侧商品通用样式end*/

/*加入购物车 收藏·······通用*/
.home_shopping_cart{
    width: 80%;
    height: .5rem;
    overflow: hidden;
    margin: .15rem 10%;
}
.home_shopping_cart small{
    color: #e6004f;
}
.home_shopping_cart strong{
    color: #e6004f;
    font-size: .28rem;
}

/**/
.home_store_right{
    width: 49%;
    height: auto;
    float: right;
    background-color: #ffffff;
    margin-bottom: 2%;
}
.home_store_right dl{
    width: 100%;
    height: auto;
    /*background-color: #007aff;*/
}
.home_store_right dl dt{
    width: 100%;
    height: auto;
}
/*限定百分百比例显示图片*/
.home_store_right dl dt img{
    width: 100%;
    height: 100%;
}
.home_store_right dl dd{
    width: 100%;
    height: 1.3rem;
    /*background-color: #007;*/
}
.home_store_right dl dd p{
    width: 100%;
    height: .6rem;
    overflow: hidden;
    padding: .05rem 10%;
    font-size: .24rem;
    line-height: .26rem;
    /*background-color: #007aff;*/
}
.home_store_right dl dd p span{
    display: inline-flex;
    justify-content: center;
    /*align-items: center;*/
    width: .5rem;
    height: .26rem;
    font-size: .20rem;
    color: #ffffff;
    line-height: .26rem;
    margin-right: .05rem;
    border-radius: .1rem;
    background-color: #e6004f;
}

/*tabs控制区*/
.tabs_controller{
    width: 100%;
    /*height: 1rem;*/
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    display: flex;
    background-color: #ffffff;
    border-top: .01rem solid #a0a0a0;
    justify-content: center;
    align-items: center;
}
.tabs_sel {
    width: 25%;
    text-align: center;
}
.tabs_sel img{
    width: 28%;
    margin-bottom:.06rem;
}
.tabs_sel .tabs_text{
    display: block;
    font-size: .27rem;
}
.tabs_sel .tabs_text.active{
    color: #e7034e;
}
.tabs_sel .tabs_text.shop_car{
    padding-left: 10px;
}