/* 侧边栏 */
.index-nav {
    width: 10px;
    height: 100%;
    background-color: #666666;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.index-nav-con {
    position: absolute;
    /* top: 50%; */
    top: 100px;
    left: -29px;
    width: 100%;
    height: 170px;
    /* margin-top: -85px; */
}

.index-nav-con>li {
    margin-top: 2px;
    width: 30px;
    height: 30px;

    position: relative;
}

.index-nav-con>li:first-child {
    margin-top: 0;
}

.index-nav-con>li>a {
    width: 100%;
    height: 30px;
    display: block;
    margin: 0 auto;
    background-color: #666;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    border-radius: 5px 0px 0px 5px;

}

.nav-my {
    background: url('../images/shop47/nav-my.png') 10px 1px;
}

.nav-zuji {
    background: url('../images/shop47/nav-zuji.png') 10px 1px;
}

.nav-gouwuche {
    background: url('../images/shop47/nav-gouwuche.png') 10px 1px;
}

.nav-get-top-div{
    position: absolute;
    bottom: 0px;
}

.nav-get-top{
    width: 30px;
    height: 30px;
    background-color: #666 !important;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
    background-position-y: center !important;
    border-radius:5px 0px 0px 5px;
    position: relative;
    left: -30px;
    background: url('../images/shop47/top02.png');

}

.nav-get-top-div>.nav-get-top:hover{
    background-color: #E6002D !important;
}

.nav-get-top-div>.nav-get-top:hover + b{
    left: -87px !important;
}

.index-nav b {
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
    width: 50px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #E6002D;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.index-nav-con>li>a:hover{
    background-color: #E6002D;
}

.index-nav-con>li>a:hover + b{
    left: -57px;
}


.nav-cart {
    background: url('../images/shop47/addcart.png') 10px 1px;
}

.nav-history {
    background: url('../images/shop47/nav-history.png') 10px 0;
}

.nav-qq {
    background: url('../images/shop47/nav-qq.png') 10px 0;
}



.index-nav-con>li>span {
    width: 75px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    text-align: center;
    background-color: #BFD5E3;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: -1;
    transition: all ease-out .3s;
}

.index-nav-con>li>span:before {
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #BFD5E3;
}

.flex-top{
    height: 53px;
    display: none;
    top: 0;
    width: 100%;
    background-color: #E6002D;
    z-index: 100000;
}

.flex-logo{
    width: 191px;
    height: 46px;
    float: left;
    position: absolute;
    top: -5px;
}

.flex-search{
    margin: 0 auto;
    width: 673px;
    height: 36px;
    line-height: 36px;
}
.flex-search .ecsc-search-form{
    width: 674px;
    height: 36px;
    line-height: 36px;
    margin-top: 8px;
}

.flex-search .ecsc-search-input{
    float: left;
    display: inline;
    width: 607px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
}
.flex-search .ecsc-search-button{
    float: right;
    display: inline-block;
    height: 36px;
    width: 67px;
    background: #b91630;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.flex-top .login{
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.flex-top .login a{
    float: left;
}

@media screen and (max-width: 1440px) {
    .floor-nav {
        position: fixed;
        left: 0;
        top: 50%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    /* .flash-sale {
        margin-left: 0;
        left: 0;
    } */
}

.swiper-div-con {
    position: absolute;
    top: 400px;
    left: -29px;
    width: 100%;
    /* margin-top: -15px; */
}

.swiper-div-con .swiper-div{
    position: absolute;
    width: 210px;
    height: 400px;
    background: #666;
    z-index: 1;
    top: 0;
    margin-top: 0;
    margin-left: 40px;
    transition: all .5s ease-out;
}

.swiper-div-show{
    width: 30px;
    height: 30px;
    background-color: #666;
    position: relative;
    z-index: 5;
    border-radius: 5px 0px 0px 5px;
}

.swiper-div-show i{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/shop/show.png) no-repeat;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    top: 7px;
}

.hover-add-bg-hover{
    background-image: url('../images/shop47/banner-title.png');
    height: 32px;
    color: #fff;
}