﻿.hot-brands
{
    background-color: #fff;
    margin-top: 32px;
}

.hot-brands-wrap
{
    width: 1168px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 21px;
}

.hot-brands-title
{
    height: 16px;
    line-height: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f4;
}

    .hot-brands-title .hot-brands-title-all
    {
        float: right;
    }

    .hot-brands-title a
    {
        float: left;
        margin-left: 8px;
    }

.hot-brands-box
{
    margin-top: 20px;
    overflow: hidden;
}

.hot-brands-list li
{
    float: left;
    display: block;
    width: 115px;
    /*height: 48px;*/
    /*line-height: 48px;*/
    text-align: center;
    border-top: 2px dotted #f0f0f4;
    border-right: 2px dotted #f0f0f4;
    overflow: hidden;
    box-sizing: border-box;
}

.hot-brands-list
{
    margin-top: -2px;
    width: 1170px;
}

    .hot-brands-list a
    {
        display: inline-block;
    }

    .hot-brands-list img
    {
        vertical-align: middle;
        width: 117px;
    }

.hot-reviews-box
{
    background-color: #fff;
    margin-top: 32px;
    padding: 0 16px;
}

.hot-reviews-nav
{
    padding-top: 16px;
    padding-bottom: 8px;
    height: 16px;
    border-bottom: 1px solid #f0f0f4;
}

.title-cn
{
    float: left;
    padding: 0 8px;
    font-size: 14px;
    line-height: 18px;
}

.hot-reviews-tab
{
    float: left;
    padding-left: 76px;
}

    .hot-reviews-tab li
    {
        float: left;
        height: 14px;
        line-height: 14px;
        border-right: solid 1px #b4b4b4;
    }

    .hot-reviews-tab a
    {
        display: block;
        color: #b4b4b4;
        padding: 0 12px;
    }

        .hot-reviews-tab a:hover
        {
            text-decoration: underline;
        }

    .hot-reviews-tab .current a
    {
        color: #3fac75;
    }

.hot-reviews-content
{
    padding-bottom: 24px;
}

.hot-review-list
{
    display: none;
}

.hot-reviews-item
{
    float: left;
    width: 231px;
    height: 80px;
    margin-top: 24px;
    color: #b4b4b4;
    border: solid 1px #fff;
    overflow: hidden;
}

    .hot-reviews-item a
    {
        color: #b4b4b4;
    }

    .hot-reviews-item:hover
    {
        cursor: default;
        border: solid 1px #3fac75;
    }

.hot-reviews-img
{
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

    .hot-reviews-img img
    {
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }

.hot-reviews-summary
{
    width: 132px;
    padding: 2px 10px 0 8px;
}

    .hot-reviews-summary a
    {
        display: block;
    }

    .hot-reviews-summary span
    {
        display: block;
        padding-bottom: 4px;
    }

.hot-reviews-item:hover .hot-reviews-img
{
    opacity: .8;
    filter: alpha(opacity=80);
}

.homepage-submenu
{
    margin-top: -500px;
}
/*banner=================================================*/
.banner
{
    height: 500px;
    position: relative;
    z-index: 1;
}

/*.banner-container
{
    position: relative;
    width: 100%;
    height: 500px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.banner-wrapper
{
    position: relative;
    width: 100%;
    height: 500px;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0,0);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0,0,0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: left,top,-webkit-transform;
    transition-property: left,top,-webkit-transform;
    transition-property: transform,left,top;
    transition-property: transform,left,top,-webkit-transform;
    transition-duration: 0s;
    transform: translate3d(0,0,0);
    transition-timing-function: ease;
}

.banner-slide
{
    width: 100%;
    height: 500px;
    float: left;
    overflow: hidden;
    position: relative;
}

    .banner-slide a
    {
        display: block;
        height: 500px;
    }

    .banner-slide img
    {
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        margin-left: -960px;
    }

.banner-pagination
{
    position: absolute;
    z-index: 1;
    top: -30px;
    width: 1200px;
    text-align: center;
}

.swiper-pagination-switch
{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #a59397;
    margin: 0 5px;
    opacity: .8;
    cursor: pointer;
}

.swiper-active-switch
{
    background: #fff;
    width: 14px;
    height: 14px;
    border: 2px solid #4c3f3f;
    border-radius: 16px;
}

.banner-control
{
    height: 0;
    position: relative;
}

.banner-next, .banner-prev
{
    width: 46px;
    height: 46px;
    position: absolute;
    left: 244px;
    top: -282px;
    display: block;
    text-indent: -9999px;
    background: url(../images/icon-banner-circle.png) no-repeat;
}

.banner-next
{
    left: auto;
    right: 180px;
    background-position: 0 -50px;
}
*/
.guarantee-banner
{
    padding: 48px 0 12px 0;
    height: 56px;
}

.leading-product
{
    width: 170px;
    position: absolute;
    right: 0;
    top: 35px;
    height: 430px;
    text-align: right;
    z-index:100;
}

    .leading-product a
    {
        display: block;
    }

    .leading-product img
    {
        width: 100%;
    }

.sale
{
    margin-top: 26px;
    background-color: #fff;
}

.sale-top
{
    height: 54px;
    border-bottom: solid 1px #f0f0f4;
    line-height: 54px;
    font-size: 14px;
}

.i-sale
{
    background: url(../images/chosen.png) no-repeat;
    display: block;
    float: left;
}

.i-clock
{
    background-color: #3fac75;
    background-position: 12px -690px;
    width: 54px;
    height: 54px;
}

.i-sale-tips
{
    background-position: 0 -800px;
    width: 136px;
    height: 30px;
    margin: 12px 16px 0 20px;
}

.i-sale-time
{
    background-position: 0 -1100px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 12px;
}

    .i-sale-time li
    {
        float: left;
        width: 61px;
        letter-spacing: 16px;
        padding-left: 4px;
    }

.sale-next
{
    padding-right: 16px;
    color: #b4b4b4;
}

.i-sale-all
{
    color: #646464;
}

    .i-sale-all:hover, .sale-item-name a:hover
    {
        color: #3fac75;
    }

.i-sale-arrow
{
    background: url(../images/chosen.png) 0 -1000px no-repeat;
    width: 8px;
    height: 16px;
    display: inline-block;
    margin: 19px 0 0 10px;
    vertical-align: top;
}

.sale-list
{
    height: 324px;
}

.sale-right
{
    font-size: 14px;
    padding-right: 16px;
}

.sale-item-pic
{
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

    .sale-item-pic img
    {
        width: 100%;
    }

.sale-item-discount
{
    width: 46px;
    height: 54px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    padding: 20px 20px 12px 20px;
    right: 6px;
    bottom: 14px;
    display: block;
    color: #fff;
    font-size: 22px;
    background: url(../images/chosen.png) 0 -1200px no-repeat;
    overflow: hidden;
}

.sale-item
{
    width: 200px;
    padding: 20px 20px 10px 20px;
    float: left;
}

.sale-item-name
{
    padding-top: 6px;
    margin-bottom: 6px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
}

.sale-item-price
{
    float: left;
    width: 90px;
}

    .sale-item-price i
    {
        display: block;
        text-decoration: line-through;
        font-size: 16px;
        color: #b7b7b7;
        font-style: normal;
        line-height: 18px;
    }

    .sale-item-price span
    {
        line-height: 20px;
        font-size: 20px;
        color: #ff503c;
    }

.sale-item .await, .sale-item .disable, .sale-item-btn
{
    float: left;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    display: block;
    background-color: #3fac75;
}

    .sale-item-btn:hover
    {
        background-color: #e5ae2d;
        color: #fff;
    }

    .sale-item .disable, .sale-item .disable:hover
    {
        background-color: #e6e6e6;
        cursor: not-allowed;
    }

    .sale-item .await, .sale-item .await:hover
    {
        background-color: #ccc;
    }

.chosen-box
{
    background-color: #fff;
    margin-top: 32px;
    /*height: 524px;*/
    padding:10px;
    
}
.chosen-list-box-2{
	overflow:hidden;
}
.chosen-list-box-2{}
.chosen-list-box-2 .chosen-cate-box{
	display: flex;
    margin-bottom: 10px;
        gap: 20px;
        padding :  0px 10px;
}
.chosen-list-box-2 .chosen-cate-box .cate-title{    width: 200px;}
.chosen-list-box-2 .chosen-cate-box .cate-title .chosen-title1{}
.chosen-list-box-2 .chosen-cate-box .cate-title .chosen-title1 span{
	    display: block;
    height: 36px;
    overflow: hidden;
    text-indent: 50px;
}
.chosen-list-box-2 .chosen-cate-box .cate-title .chosen-title1 .chosen-title-floor{}
.chosen-list-box-2 .chosen-cate-box .chosen-list-cate{
	flex: 1;
    padding-right: 0px;
}
.chosen-list-box-2 .chosen-cate-box .chosen-list-cate ul{
	display: flex;
    gap: 20px;
    justify-content: flex-end;
        flex-wrap: wrap;
}
.chosen-list-box-2 .chosen-cate-box .chosen-list-cate ul li{
	float: none;
    padding-left: 0px;
}
.chosen-list-box-2 .chosen-cate-box .chosen-list-cate ul li .chosen-l-more{
	display: flex
;
    align-items: center;
}
.chosen-list-box-2 .chosen-list-shop-list{}
.chosen-list-box-2 .chosen-list-shop-list .p-shop-chosen-list{
	display: flex;
	flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
}
.chosen-list-box-2 .chosen-list-shop-list .p-shop-chosen-list .p-item{
	padding :  16px;        width :  182px;        height :  270px;        background-color :    #fff;        border :  1px solid    #E5E5E5;        border-radius :  4px;        box-shadow :  -4px 6px 5px    rgba(0, 0, 0, 0.1);
}
.chosen-list-box-2 .chosen-list-shop-list .p-shop-chosen-list .p-item .p-pic{}
.chosen-list-box-2 .chosen-list-shop-list .p-shop-chosen-list .p-item .p-pic .p-item-img{
	width: 100%;
}
.chosen-list-box-2 .chosen-list-shop-list .p-shop-chosen-list .p-item .p-name{
	padding-top: 0;
    margin-top: 6px;
    font-size:14px;
    height:42px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chosen-list-box-2 .chosen-list-shop-list .p-shop-chosen-list .p-item .p-price{
	text-align: right;
    color: #b4b4b4;
    line-height: 20px;
    padding-top: 10px;
}
.chosen-list-box-2 .chosen-list-shop-list .p-shop-chosen-list .p-item .p-price .p-price-current{
	color: #ff503c;
    font-size: 18px;
}
.chosen-list-box-2 .chosen-list-shop-list .p-shop-chosen-list .p-item .p-price .p-price-origin{}

.chosen-menu
{
    width: 224px;
    height: 524px;
}

.chosen-title
{
    background: url(../images/chosen.png) no-repeat;
    height: 50px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-top: 14px;
}

    .chosen-title span
    {
        display: block;
        text-indent: 90px;
        height: 36px;
        overflow: hidden;
    }

.chosen-title-floor
{
    background: url(../images/chosen.png) 20px 8px no-repeat;
    font-size: 28px;
    width: 26px;
    height: 30px;
    line-height: 28px;
    padding: 9px 32px 10px 0;
    font-family: arial,helvetica,sans-serif;
    color: #fff;
    position: absolute;
    text-align: right;
    left: 0;
    top: 0;
    font-style: normal;
    opacity: .3;
    filter: alpha(opacity=30);
}
.chosen-title1
{
    /*background: url(../images/chosen.png) no-repeat;*/
    height: 50px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    position: relative;
    padding-top: 14px;
    background-position: 56px -188px;
    background-color: #3fac75;
}
.chosen-title1 img{opacity: 0.5;
-moz-opacity: 0.5;
filter:alpha(opacity=50);
float: left;
margin-left: 50px;
margin-top: -5px;
}

    .chosen-title1 span
    {
        display: block;
        text-indent: 5px;
        height: 36px;
        overflow: hidden;
    }

.chosen-title-neiyi
{
    background-position: 56px -88px;
    background-color: #3fac75;
}

.chosen-title-biyuntao
{
    background-position: 56px -188px;
    background-color: #3fac75;
}

.chosen-title-man
{
    background-position: 56px -286px;
    background-color: #3fac75;
}

.chosen-title-woman
{
    background-position: 56px -388px;
    background-color: #3fac75;
}

.chosen-title-cuiqing
{
    background-position: 56px -488px;
    background-color: #3fac75;
}

.chosen-title-tiaoqing
{
    background-position: 56px -588px;
    background-color: #3fac75;
}

.chosen-menu a
{
    color: #4c3f3f;
}

    .chosen-menu a:hover
    {
        color: #646464;
        text-decoration: underline;
    }

.chosen-aside
{
    padding: 0 10px;
}

.chosen-aside-item
{
    line-height: 22px;
    padding: 8px 0 8px 34px;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #f1f1f1;
    cursor: pointer;
}

.serial-number
{
    width: 22px;
    height: 22px;
    line-height: 24px;
    text-align: center;
    background-color: #3fac75;
    color: #fff;
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    border-radius: 2px;
    overflow: hidden;
}

.chosen-aside-img
{
    padding-right: 10px;
    width: 70px;
    height: 70px;
}

    .chosen-aside-img img
    {
        width: 70px;
        height: 70px;
    }

.chosen-aside-price
{
    color: #ff503c;
    padding-top: 8px;
    font-size: 16px;
}

.chosen-aside .current
{
    line-height: 18px;
    padding: 20px 0;
    overflow: visible;
}

.chosen-aside-name
{
    height: 22px;
    overflow: hidden;
    display: block;
}

.current .chosen-aside-name
{
    height: 36px;
}

.current .chosen-aside-img
{
    display: block;
    float: left;
}

.current .chosen-aside-price
{
    display: block;
}

.current .serial-number
{
    background: url(../images/chosen.png) 0 -900px no-repeat;
    width: 38px;
    padding-bottom: 10px;
    border-radius: 0;
    left: -20px;
}

.chosen-list
{
    height: 460px;
    width: 976px;
}

.chosen-list-cate
{
    height: 64px;
    line-height: 64px;
    padding-right: 80px;
    overflow: hidden;
}

    .chosen-list-cate li
    {
        padding-left: 32px;
        float: left;
        font-size: 14px;
    }

.chosen-list-more
{
    position: absolute;
    right: 16px;
    top: 24px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
}

    .chosen-list-cate a:hover, .chosen-list-more:hover
    {
        color: #3fac75;
    }

.chosen-list-arrow
{
    background: url(../images/chosen.png) 0 -1000px no-repeat;
    width: 8px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}

.chosen-list-box
{
    width: 976px;
    overflow: hidden;
}

.chosen-item
{
    background-color: #fff;
    position: absolute;
}

    .chosen-item a
    {
        display: block;
    }

    .chosen-item:hover img, .sale-item:hover img
    {
        opacity: .68;
        filter: alpha(opacity=68);
    }

.i-hot-reviews
{
    background-position: 2px -1078px;
    float: left;
    width: 14px;
    height: 16px;
}

.i-hot-brands
{
    background-position: 2px -1118px;
    float: left;
    width: 16px;
    height: 16px;
}