@charset "UTF-8";
/*
*  author : 秦文(kis2)
*    time : 2017-07-13
* content : 模块样式
*/
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill { 
       -webkit-box-shadow: 0 0 0 1000px white inset; 
}
 input[type=text]:focus, input[type=password]:focus, textarea:focus {
      -webkit-box-shadow: 0 0 0 1000px white inset; 
}

input:-webkit-autofill { 
    background-color: #fff; 
    background-image: none; 
} 
.wrap{ width: 1200px;margin: 0px auto;}

.row-1>dd{
    width:100% !important;
}
.row-2>dd{
    width:50% !important;
}
.row-3>dd{
    width:33.3333333% !important;
}
.row-4>dd{
    width:25% !important;
}
.row-5>dd{
    width:20% !important;
}
.row-6>dd{
    width:16.6666667% !important;
}
.row-7>dd{
    width:14.2857143% !important;
}
.row-8>dd{
    width:12.5% !important;
}
.row-9>dd{
    width:11.1111111% !important;
}
.row-10>dd{
    width:10% !important;
}
/*
* 公共类
*/
.dis_no{
    display: none;
}
/*
* 内容垂直居中
*/
.tableCont{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.table{
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.tableCell{
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}

/*
* 自定义公共类
*/

.list_a{
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: #fff;
}
.imgDiv{
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}
.imgDiv img{
    display: block;
    width: 100%;
    height: 100%;
    *height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
}
.scaleImg img{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.scaleImg:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.listDeta{
    overflow: hidden;
    position: relative;
    padding: 10px;
}
.listName{
    display: block;
    font-size: 16px;
    color:#333;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.list_a:hover .listName{
    color:#b3191c;
}
.list_a:hover .listMore{
    border-color:#b3191c;
    color:#b3191c;
}
.listIntr{
    font-size: 14px;
    color:#999;
    text-align: center;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}
/*
* 框架细节样式控制
*/
.btDisable,
.upDisable{
    padding:0px !important;
}
.hideCont{
    padding-top: 25px;
}
.hideCont:last-child{
    padding-bottom: 30px;
}
.hideCont:first-child{
	padding-top:0px;
}
/*
* 标题公共部分
*/
.indTit{
    line-height: 35px;
    position: relative;
    /*border-bottom: 2px solid #b3191c;*/
}
.indTitL{
    text-align: center;
}
.indTitTxt{
    text-align: center;
    overflow: hidden;
}
.indTitTxt span{
    display: block;
    position: relative;
    font-size: 20px;
    color:#666;
    /*padding: 0px 20px;*/
}
.indTitTxt span:before{
    display: none;
    content: "";
    width: 1200px;
    height: 2px;
    overflow: hidden;
    background: #eee;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -1px;
}
.indTitTxt span:after{
    display: none;
    content: "";
    width: 1200px;
    height: 2px;
    overflow: hidden;
    background: #eee;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -1px;
}
.indTitR{
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
}
.indTit_dl{
    overflow: hidden;
}
.indTit_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
    margin: 0px 5px;
    position: relative;
}
.indTit_dl dd a{
    font-size: 16px;
    color:#666;
    overflow: hidden;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0px 5px;
}
.indTit_dl dd em{
    display: none;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #b3191c;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.indTit_dl dd.hover a{
    color:#b3191c;
}
.indTit_dl dd.hover{
    /*background: url(../images/pc/trangle06b4e5.png) no-repeat center bottom;*/
}
.indTit_dl dd.hover em{
    display: block;
}
.l-r .indTitL{
    float: left;
}
.middle .indTitTxt span{
    padding: 0px 20px;
}
.middle .indTitTxt span:before,
.middle .indTitTxt span:after{
    display: block;
}
.middle{
    border:none;
}
.middle .indTitR{
    display: none;
}

a.titMore {
    font-size: 14px;
    color: #666;
}
.titIntr{
    overflow: hidden;
    font-size: 12px;
    color:#999;
    overflow: hidden;
    line-height: 25px;
}
/*
* 顶部广告
*/
.topAdd{
    height: 100px;
    overflow: hidden;
    position: relative;
    display:none;
}
.topAddClose{
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 10px;
    font-size: 18px;
    color:#333;
}
.topAdd_a{
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
/*
* banner
*/
.banner{
    overflow: hidden;
    position: relative;
    padding-top: 38.28125%;
}
.banner .center{
    width:100%;
    height:100%;
    overflow:hidden;
    position:absolute;
    left:0px;
    top: 0px;
}
.banner .bd{
    overflow: hidden;
    height:100%;
}
.banCenter{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.banner_dl{
    overflow: hidden;
    height:100%;
}
.banner_dl dd{
    overflow: hidden;
    position:absolute;
    left:0px;
    top: 0px;
    width:100%;
    height:100%;
}
.banner_dl dd a{
    display:block;
    width:100%;
    height:100%;
}
.banner .hd{
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.banner .hd ul{
    display: inline-block;
    overflow: hidden;
}
.banner .hd ul li{
    width: 50px;
    height: 4px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    opacity: 0.5;
    float: left;
    display: inline;
    margin: 0px 5px;
    text-indent: 99em;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner .hd ul li.on{
    opacity: 1;
}
/*
* 广告
*/
.indAdd{
    overflow: hidden;
}
.indAdd_dl{
    overflow: hidden;
    margin: 0px -6px;
}
.indAdd_dl dd{
    width: 20%;
    overflow: hidden;
    float: left;
    display: inline;
}
.indAddDiv{
    overflow: hidden;
    margin: 0px 6px;
    background: #d8dcdf;
    padding: 30px;
}
.addTit{
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color:#fff;
    text-align: center;
}
.addIntr{
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.addImg{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.addImg img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.addMore{
    display: block;
    width: 100%;
    height: 35px;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
    color:#666;
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.addMore:hover{
    background: #ffa400;
    color:#fff;
}
.scaleImg img{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.scaleImg:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.moveImg{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.moveImg:hover{
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

/*
* 促销活动
*/
.saleActive{
    overflow: hidden;
}
.saleAct_dl{
    overflow: hidden;
    margin: 0px -6px;
}
.saleAct_dl dd{
    width: 20%;
    overflow: hidden;
    float: left;
    display: inline;
}
.saleAct_dl .list_a{
    margin: 0px 6px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.saleAct_dl .listName{
    height: 25px;
    line-height: 25px;
}
.saleActTime{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color:#666;
    text-align: center;
}
.saleActTime span{
    padding: 0px 3px;
}


/*
* 首页品牌
*/
.brandBox{
    overflow: hidden;
}
.hotBrand{
    overflow: hidden;
}
.hotBrand_a{
    display: block;
    overflow: hidden;
    width: 480px;
    height: 185px;
}
.brandList{
    width: 700px;
    overflow: hidden;
}
.brand_dl{
    overflow: hidden;
    padding-top: 1px;
}
.brand_dl dd{
    width: 16.666666667%;
    overflow: hidden;
    float: left;
    display: inline;
    margin: -1px -1px 0px 0px;
}
.brandDiv{
    border: 1px solid #ddd;
    padding: 3px;
    overflow: hidden;
}
.brandImg{
    width: 100%;
    display: block;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
}
.brandImg img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    zoom: 1;
}
.brand_dl dt{
    width: 16.666666667%;
    overflow: hidden;
    float: left;
    display: inline;
    margin: -1px -1px 0px 0px;
}
.refresh{
    text-align: center;
    font-size: 12px;
    color:#666;
}
.refresh p{
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
}

/*
* 横幅广告
*/
.clumAdd{
    overflow: hidden;
}
.clumAdd a{
    display: block;
    overflow: hidden;
}
.clumAdd a img{
    display: block;
    width: 1200px;
}

/*
* 达人专区
*/
.talentBox{
    overflow: hidden;
}
/*.indTit{
    text-align: center;
    overflow: hidden;
    font-size: 0px;
}
.indTit span{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    font-size: 18px;
    color:#666;
    padding: 0px 20px;
}
.indTit span:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 1200px;
    height: 0px;
    border-bottom: 2px dashed #ddd;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -1px;
}
.indTit span:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 1200px;
    height: 0px;
    border-bottom: 2px dashed #ddd;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -1px;
}*/
.talent_dl{
    overflow: hidden;
    margin: 0px -6px;
}
.talent_dl dd{
    width: 20%;
    overflow: hidden;
    float: left;
    display: inline;
}
.talent_a{
    display: block;
    overflow: hidden;
    margin: 0px 6px;
    background: #dbe0e3;
    padding: 20px 15px;
}
.talentL{
    overflow: hidden;
    color:#fff;
    max-width: 110px;
}
.talentName{
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.talentIntr{
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.talentMore{
    overflow: hidden;
    padding: 0px 10px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color:#666;
    font-size: 12px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-top: 10px;
}
.talentR{
    overflow: hidden;
}
.talentR img{
    display: block;
    overflow: hidden;
    width: 75px;
    height: 75px;
}

/*
* 店铺推荐
*/
.store_dl{
    overflow: hidden;
    margin: 0px -6px;
}
.store_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
}
.store_a{
    display: block;
    overflow: hidden;
    margin: 0px 6px;
    padding: 10px;
    background: #dbe0e3;
}
.storeImg{
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.storeImg img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.storeInfo{
    background: #fff;
    padding: 10px;
    overflow: hidden;
}
.storeL{
    overflow: hidden;
    margin-right: 15px;
}
.storeL img{
    display: block;
    width: 115px;
    height: 55px;
}
.storeR{
    overflow: hidden;
    color:#666;
    padding: 7px 0px;
}
.storeTit{
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.storeIntr{
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

/*^^^ 猜你喜欢 ^^^*/
.indLikeTit{height: 40px; overflow: hidden; line-height: 40px;}
.indLikeTit span{display:block; padding-left: 35px; overflow: hidden; font-size:18px; color:#333; float: left; background: url(../images/pc/indLikeTitBg.png) no-repeat left 8px;}
.indLikeTit a{font-size: 14px; color:#555; padding-left: 23px; background: url(../images/pc/indLikeTitMore.png) no-repeat left center; float: right;}
.indLikeTit a:hover{color:#b3191c; background: url(../images/pc/indLikeTitMore_h.png) no-repeat left center;}
.indLike_dl{
	overflow: hidden;
}
.indLike_dl dd{width: 16.6666666667%; overflow: hidden;float: left; display: inline;}
.indLike_dl .list_a{
    border-right: 1px solid #f1f1f1;
}
.indLike_dl .imgDiv{
    padding-top: 100%;
}
.indLike_dl dd .listName{
    height:25px;
    font-size:14px;
    line-height:25px;
}
/*
* 楼层
*/
.floorBox{
    position: relative;
}
.floorBox .imgDiv{
    padding-top: 100%;
}
.floorL{
    width: 20%;
    overflow: hidden;
}
.floorL_dl{
    overflow: hidden;
    padding-right: 12px;
}
.floorL_dl dd{
    overflow: hidden;
    padding: 6px 0px;
}
.floorL .floorL_dl .list_a{
    background: #fff;
    padding:0px;
}
.floorL .imgDiv{
    padding-top: calc(100% + 90px);
    padding-top: 0px\9;
    *padding-top: 0px;
    height: 318px\9;
    *height: 318px;
}
.floorL .fullLine .imgDiv{
    padding-top: calc(200% + 192px);
    padding-top: 0px\9;
    *padding-top: 0px;
    height: 648px\9;
    *height: 648px;
}
.foorR{
    /* overflow: hidden; */
}
.foorR_dl{
    overflow: hidden;
    margin: 0px -6px;
}
.foorR_dl dd{
    width: 25%;
    /*overflow: hidden;*/
    float: left;
    display: inline;
    padding: 6px 0px;
}
.foorR_dl .list_a{
    margin: 0px 6px;
}
.foorR_dl dt{
    width: 25%;
    /*overflow: hidden;*/
    float: left;
    display: inline;
    padding: 6px 0px;
}
.endDiv{
    /*overflow: hidden;*/
}
.endDiv .list_a{
    padding: 10px;
    overflow: hidden;
    background: #fff;
    height: 133px;
}
.listRow .list_a{
    padding-bottom: 15px;
}
.foorR .list_a{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.foorR .list_a:hover{
    z-index: 9;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow:  0 17px 50px 0 rgba(0, 0, 0,0.19) !important;
    box-shadow:  0 17px 50px 0 rgba(0, 0, 0,0.19) !important;
}
.endProL{
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}
.endProL .listName,
.endProL .price{
    text-align: left;
}
.endProR{
    width: 80px;
    overflow: hidden;
    position: relative;
    top: 50%;
    margin-top: -40px;
}
/*.endMore{
    padding: 10px;
    overflow: hidden;
    background: #fff;
    height: 130px;
    margin: 0px 6px;
}*/
.h12{
    clear: both;
    height: 12px;
    overflow: hidden;
}
.endMore{
    text-align: center;
}
.lookMore{
    display: inline-block;
    overflow: hidden;
    font-size: 20px;
    color:#666;
    height: 40px;
    line-height: 40px;
    padding-right: 40px;
    background: url(../images/aykj/arrow-o.png) no-repeat right center;
}



.listMore{
    width: 75px;
    height: 28px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    text-align: center;
    line-height: 28px;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.row3L .tableCell{
    padding-left: 20px;
}
.listRow .tipBox,
.foorR_dl .tipBox{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}
/*.tipBox em{
    display: none;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    font-size: 12px;
    color:#fff;
    padding: 0px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: right;
}
em.gifts{
    background: #fda738;
}
em.none{
    float: right !important;
    background: url(../images/pc/none.png) no-repeat center center !important;
    width: 92px !important;
    height: 85px !important;
}
em.sales{
    background: #e53935;
}
em.new{
    background: #22ac38;
}*/
.foorR dd.gifts em.gifts{
    display: block;
}
.foorR dd.none em.none{
    display: block;
}
.foorR dd.sales em.sales{
    display: block;
}
.foorR dd.new em.new{
    display: block;
}

/*
* 楼层样式控制
*/
.haveType{
    display: none;
}

/*
* 组合套装
*/
.proViewTab_dl{
    overflow: hidden;
    background: #ebebeb;
}
.proViewTab_dl dd{
    width: 150px;
    height: 43px;
    border-top: 3px solid #ebebeb;
    text-align: center;
    line-height: 40px;
    float: left;
    display: inline;
}
.proViewTab_dl dd a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
}
.proViewTab_dl dd.hover{
    background: #fff;
}
.groupBox{
    overflow: hidden;
    background: #fff;
    padding: 15px;
}
.groupL{
    width: 150px;
    overflow: hidden;
    padding-right: 40px;
    background: url(../images/aykj/add2.png) no-repeat 165px center;
}
.groupL .imgDiv{
    padding-top: 100%;
}
.groupName{
    overflow: hidden;
}
.bc_fff{
    background: #fff;
}
.groupName span{
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    float: left;
    position: relative;
    background: url(../images/aykj/checkboxSmall.png) no-repeat center center;
}
.groupName span input{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter:Alpha(opacity=0);
    cursor: pointer;
}
.groupName.hover span{
    background: url(../images/aykj/checkboxSmall_h2.png) no-repeat center center;
}
.groupName i{
    display: block;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    float: left;
    font-size: 14px;
    color:#666;
    padding-left: 5px;
}
.groupR{
    overflow: hidden;
}
.groupC{
    overflow: hidden;
}
.groupSlide{
    width: 642px;
    overflow: hidden;
    position: relative;
    padding-right: 50px;
}
.group_dl{
    overflow: hidden;
    margin: 0px -7px;
}
.group_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
}
.group_dl dd .list_a{
    margin: 0px 7px;
}
.group_dl .imgDiv{
    padding-top: 100%;
}
.group_dl .groupName{
    margin: 0px 7px;
}
.groupSlide .bt{
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    border: 1px solid #ddd;
}
.groupSlide .prev{
    top: 30px;
    background: url(../images/aykj/arrowUp.png) no-repeat center center;
    background-size: auto 10px;
}
.groupSlide .next{
    top: 90px;
    background: url(../images/aykj/arrowDown.png) no-repeat center center;
    background-size: auto 10px;
}
.groupR{
    width: 270px;
    overflow: hidden;
    padding: 26px 0px;
}
.groupPrice{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    height: 20px;
    line-height: 20px;
}
.groupPrice i{
    float: left;
}
.c_bd0 i{
    color:#b3191c;
}
.groupPrice span{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color:#b3191c;
}
.groupPrice em{
    float: right;
    height: 20px;
    overflow: hidden;
    background: #333;
    padding: 0px 5px;
    color:#fff;
    font-style: normal;
    font-size: 12px;
    margin-left: 10px;
}

/*
* 首页活动提示弹窗
*/
.indPopBox{
    display: none;
    position: fixed;
    left: 0px;
    top:0px;
    overflow: hidden;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.indPopCont{
    overflow: hidden;
    position: relative;
    top: 50%;
    z-index: 3;
}
.indPopImg{
    display: block;
    overflow: hidden;
}
.indPopImg img{
    display: block;
    overflow: hidden;
}
.closeIndPopBt{
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9;
    background: #fff url(../images/aykj/close_bd0.png) no-repeat center center;
    background-size: 15px 15px;
}
.indPopBg{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');
}


/*
* 官网推荐 begin
*/
.bc_fff{
    background: #fff;
}
.clumn{
    overflow: hidden;
}
.row1{
    position: relative;
    overflow: hidden;
    padding: 40px 0px;
}
.row1 .bd{
    height: 200px;
    overflow: hidden;
}
.row1_dl{
    overflow: hidden;
}
.row1_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
}
.row1 .list_a{
    border-right: 1px solid #fff;
}
.row1_dl .imgDiv{
    width: 300px;
    height: 200px;
    padding-top: 0px;
}
.slideBt{
    width: 22px;
    height: 32px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    background-color:rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#20000000',endColorstr = '#20000000');
    z-index: 9;
}
.prev{
    left: -22px;
    background-image: url(../images/pc/slideBt.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.next{
    right: -22px;
    background-image: url(../images/pc/slideBt.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

/*
* 精品专区  begin
*/
.row2{
    padding: 40px 0px;
    overflow: hidden;
}

.row2_dl{
    overflow: hidden;
    margin: 0px -6px;
}
.row2_dl dt{
    width: 100%;
    overflow: hidden;
    padding: 6px 0px;
}
.row2_dl .list_a{
    margin: 0px 6px;
    background: #fff;
}
.row2_dl dt a img{
    display: block;
    max-width: 100%;
}
.row2_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 6px 0px;
}
.row2_dl dd .imgDiv{
    padding-top: 100%;
}
.proImg{
    padding: 30px;
    overflow: hidden;
}
.row2_dl .listDeta{
    padding: 0px 10px 20px;
    overflow: hidden;
    text-align: center;
}
.price{
    overflow: hidden;
    font-size: 14px;
    color:#e60013;
    text-align:center;
}
.row2_dl .listDescribe{
    padding: 10px 0px 15px;
}
.row2_dl dd .list_a{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.row2_dl dd:hover a{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.row2_dl .listName{height:25px;line-height:25px;}
/*
* 人气专区  begin
*/
.row3_dl{
    margin: 0px -10px;
}
.row3_dl dt{
    width: 67.215%;
    padding: 10px 0px;
    float: left;
    display: inline;
}
.row3_dl dt .imgDiv{
    padding-top: 52.5%;
}
.row3_dl .list_a{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.row3_dl .list_a:hover{
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}
.row3_dl .list_a{
    margin: 0px 10px;
    background: #fff;
}
.row3_dl dd{
    width: 32.785%;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.row3_dl dd .imgDiv{
    padding-top: 100%;
}
.row3L{
    overflow: hidden;
    width: 179px;
    height: 200px;
    position: relative;
}
.row3R{
    width: 200px;
    overflow: hidden;
    background: #fff;
}
.row3_dl .listName{
    font-size: 18px;
    height: 25px;
    line-height: 25px;
}
.listMore{
    width: 75px;
    height: 28px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    text-align: center;
    line-height: 28px;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.row3L .tableCell{
    padding-left: 20px;
}
.row3L .price{
    text-align:left;
}

/*商品列表*/

.goodsBox{
    width:1200px;
    clear:both;
    margin:0 auto;
    }
.pro_dl{margin:0px -7px;}

.pro_dl dd{
    float:left;
    width:25%;
    position: relative;
    padding: 7px 0px;
    z-index: 1;
}
.proListDiv{
    position:relative;
    margin: 0px 7px;
    overflow:hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
}
.pro_dl dd:hover{
	z-index: 9;
}
.pro_dl dd:hover .proListDiv{
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
}
.pro_dl dd .pic{
    text-align: center;
    padding:25px;
}
.pro_dl dd .pic .imgDiv{
    padding-top: 100%;
}
.goodsName {
    text-align: center;
    font-size:16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height:25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding:0 15px;
    height: 25px;
    color:#333;
}
.goodsTips {
    text-align:center;
    display: block;
    font-size:14px;
    height: 20px;
    line-height: 20px;
    color:#b0b0b0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.teaPrice {
    text-align:center;
    font-size: 18px;
    color: #e60013;
    padding:10px 0 25px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.addToCart{
    width:100%;
    position: absolute;
    bottom:-52px;
    left: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 52px;
    background:#b3191c;
    color: #fff;
    text-align: center;
    z-index:5;
    }
/*.pro_dl dd:hover .addToCart{bottom:0;}*/
.pro_dl dt{
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
}
.pro_dl dt img{
    display: block;
    width: 100%;
    height: 400px;
}
.pro_dl .tipBox{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}
.tipBox em{
    display: none;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 22px;
    font-size: 12px;
    color:#fff;
    float: right;
}
em.gifts{
    background: #fda738;
}
em.none{
    float: right !important;
    background: url(../images/pc/none.png) no-repeat center center !important;
    width: 92px !important;
    height: 85px !important;
}
em.sales{
    background: url(../images/pc/sales.png) no-repeat center center;
    background-size: 100% auto;
}
em.new{
    background: url(../images/pc/new.png) no-repeat center center;
    background-size: 100% auto;
}
.pro_dl dd.gifts em.gifts{
    display: block;
}
.pro_dl dd.none em.none{
    display: block;
}
.pro_dl dd.sales em.sales{
    display: block;
}
.pro_dl dd.new em.new{
    display: block;
}
.timeLimitDiv{
    display: none;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    text-align: center;
}
.timeLimit{
    display: inline-block;
    overflow: hidden;
    font-size: 12px;
    color:#fff;
    padding: 2px 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');
}
.timeLimit span{
    padding: 0px 5px;
}
/*
* 产品详情
*/
.proView{
    overflow: hidden;
    padding: 40px 15px;
    background: #fff;
}
.proViewL{
    overflow: hidden;
}
.proViewR{
    overflow: hidden;
    width: 630px;
    padding: 45px 0px;
}
.proViewTit{
    overflow: hidden;
    font-size: 30px;
    color:#4c4c4c;
    font-weight: bold;
}
.proViewIntr{
    overflow: hidden;
    font-size: 16px;
    color:#666;
    line-height: 30px;
}
.proViewDiv{
    position: relative;
    padding-left: 50px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
}
.proViewDivTit{
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    color:#999;
}
.proViewDeta{
    overflow: hidden;
}
.proViewPrice{
    overflow: hidden;
    font-size: 28px;
    color:#b3191c;
    height: 30px;
    line-height: 30px;
}
.proViewPrice i{font-size: 14px;color:#999;padding-left: 10px;text-decoration: line-through;}
.proViewTxt{
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    color:#666;
}
.proViewTxt i{
    padding: 0px 5px;
}
.skuBox{
    overflow: hidden;
    margin-right: 15px;
}
a.skuBt{
    display: block;
    width: 26px;
    height: 28px;
    overflow: hidden;
    border: 1px solid #ddd;
    font-size: 20px;
    color:#666;
    text-align: center;
    line-height: 26px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.skuInp{
    width: 50px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    line-height: 28px;
    border: 1px solid #c7c7c7;
    text-align: center;
    font-size: 18px;
    color:#666;
    float: left;
    outline: none;
    margin: 0px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.proViewBt{
    overflow: hidden;
}
.proViewBt a{
    margin-right: 10px;
}
.proViewBt_a{
    overflow: hidden;
    display: block;
    width: 168px;
    height: 48px;
    overflow: hidden;
    border: 1px solid #b3191c;
    font-size: 16px;
    color:#b3191c;
    text-align: center;
    line-height: 48px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.proViewBt_a span{
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.proViewBt_a:hover span{
    color:#fff;
}
.proViewBt_a:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #b3191c;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.proViewBt_a:hover:after{
    width: 100%;
}
.proViewBt_a.false{
    border-color:#ddd;
    background: #eee;
    color:#999;
}
.joinCart{
    background: #b3191c;
    color:#fff !important;
}
.joinCart:hover{
    opacity: 0.8;
}
.collection{
    display: block;
    overflow: hidden;
    width: 48px;
    height: 23px;
    overflow: hidden;
    font-size: 12px;
    color:#666;
    text-align: center;
    padding-top: 25px;
    border: 1px solid #c7c7c7;
    background: url(../images/pc/collection.png) no-repeat center 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.collection.hover{
    color:#b3191c;
    border-color:#b3191c;
    background: url(../images/pc/collection_h1.png) no-repeat center 5px;
}
.salesIntr{
    overflow: hidden;
    line-height: 20px;
    font-size: 0px;
}
.salesIntr span{
    color:#fff;
    background: #b3191c;
    font-size: 12px;
    height: 20px;
    padding: 0px 10px;
}
.salesIntr a{
    font-size: 12px;
    color:#d7282d;
    padding-left: 10px;
}
.salesIntr_dl{
    background: #fff2e8;
    padding: 5px 10px;
    overflow: hidden;
}
.salesIntr_dl dd{
    height: 20px;
    padding: 5px 0px;
    overflow: hidden;
}
.salesIntr_dl dd a{
    text-decoration: underline;
}
.skuBt.disable{
    border-color:#f5f3f3;
    background:#f5f3f3;
    color:#b5b5b5;
    cursor: default;
}

/*
* 优惠券 kis2 2018-08-08
*/
.couponsBox{
    overflow: hidden;
    height: 150px;
    position: relative;
}
.couponsCont{
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.couponsSlide{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.couponsSlide .bd{
    overflow: hidden;
}
.couponsSlide .coupons_dl{
    overflow: hidden;
    margin: 0px -10px !important;
}
.coupons_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    position: relative;
    padding: 6px 0px;
}
.couponsSlide dd .list_a{
    margin: 0px 10px;
    height: 150px;
}
.screenBody .coupons_dl dd .list_a{
    height: 100px;
}



/*
* 楼层风格2-1
*/
.foorR_dl2{
    margin: 0px -6px;
    padding-top: 6px;
}
.foorR_dl2 dd{
    width: 25%;
    float: left;
    display: inline;
    padding: 6px 0px;
}
.foorR_dl2 .list_a{
    margin: 0px 6px;
}
.floorsAdd{
    overflow: hidden;
}
.floorsAdd.floorL_dl{
    padding: 0px;
    margin: 0px;
}
.floorsAdd.floorL_dl dd{
    margin: 0px;
    padding: 0px;
}
.floorsAdd.floorL_dl dd .imgDiv{
    padding-top: 31.25%;
}
.floorsAdd img{
    display: block;
}
/*
* 楼层风格2-2
*/
.foorR_dl3{
    margin: 0px -6px;
    overflow:visible;
}
.foorR_dl3 dd{
    width: 50%;
    overflow: visible;
    float: left;
    display: inline;
    padding: 6px 0px;
}
.foorR_dl3 .list_a{
    margin: 0px 6px;
}
.foorR_dl3 .listName{
    text-align:left;
}
.foorR_dl3 .proImg{
    padding-top: 47.0588235%;
}
.foorR_dl3 .listDeta{
    padding: 20px 20px 5px 20px;
}

/*
* 楼层风格2-4
*/
.foorR_dl4{
    margin: 0px -6px;
}
.foorR_dl4 dd{
    width: 33.333333333%;
    overflow:visible;
    float: left;
    display: inline;
    padding: 6px 0px;
}
.foorR_dl4 .listName{
    text-align:left;
}
.foorR_dl4 .list_a{
    margin: 0px 6px;
}
.foorR_dl4 .proImg{
    padding-top: 47.0588235%;
}
.foorR_dl4 .listDeta{
    padding: 20px 20px 5px 20px;
}
