body{
    background-color: #f5f5f5;
}
.ssHeadBox{
    width: 100%;
    min-width: 1200px;
    background-color: #ffffff;
    height: 140px;
    padding-bottom: 5px;
}
.ssHead{
    display: flex;
    height: 110px;
    align-items: center;
}
.selfShopIcon{
    margin: 0 17px 0 5px;
}
.allClass{
    position: relative;
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    border:1px solid #e3e3e3;
    text-align: center;
}
.allClass:hover .classList{
    display: block;
}
.allClass1{
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    border:1px solid #e3e3e3;
    text-align: center;
}
.classList{
    display: none;
    position: absolute;
    left: 0;
    top: 36px;
    width: 155px;
    text-align: left;
    border: 1px solid #e3e3e3;
    padding: 5px;
    background-color: #ffffff;
    z-index: 2;
}
.itemHead{
    font-weight: bold;
}
.classList>p{
    height: 22px;
    line-height: 22px;
}
.classItem{
    color: #666666;
}
.ssSearch{
    margin: 0 40px 0 20px;
    position: relative;
}
.searchInput{
    width: 385px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #3bb850;
    padding-left: 5px;
}
.searchAll{
    display: inline-block;
    float: right;
    width: 90px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #3bb850;
    text-align: center;
    color: #ffffff;
    background-color: #3bb850;
    cursor: pointer;
}
.searchShop{
    display: inline-block;
    float: right;
    width: 90px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #999999;
    text-align: center;
    color: #ffffff;
    background-color: #999999;
    cursor: pointer;
}
.historyBox{
    position: absolute;
    top:40px;
    left: 0;
    width: 385px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.historyBox>a{
    margin-left: 5px;
}

.ssShop{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
}
.ymSelf{
    position: relative;
    display: inline-block;
    width: 89px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #ff3500;
    border-radius: 8px;
    color: #ffffff;
    cursor: default;
}
.ymSelf:hover .ssShow{
    display: block;
}
.ssShopName{
    margin: 0 40px 0 15px;
}
.ssShow{
    display: none;
    position: absolute;
    top: 32px;
    left: -85px;
    z-index: 99;
}
.ssCall{
    width: 116px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #9adcfc;
    border-radius: 8px;
}
.ssFollow{
    margin-left: 15px;
    cursor: pointer;
}
.ssFollow>img{
    width: 20px;
    height: 18px;
}
.shopInfosm{
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.shopInfosm>img{
    position: absolute;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}
.shopInfoBig{
    width: 100%;
    height: 200px;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
.shopInfoBig>img{
    position: absolute;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}
.introduce{
    height: 448px;
    background-image: url("../../images/selfshop/introduce.png");
    background-repeat: no-repeat;
    background-size: 1920px 448px;
    background-position: center center;
    margin: 20px auto;
    position: relative;
}
.toTop{
    width: 260px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -130px;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
}
/*导航*/
.navSize{
    width: 100%;
    height: 40px;
}
.navBox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navBox>ul>li{
    float: left;
}
.navBox>ul>li>a{
    display: block;
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}
.navBox>ul>li>a:hover{
    background-color: #3c3636;
}
.navActive{
    background-color: #3bb850!important;
}
.ssAllClass:hover .classBox{
    display: block!important;
}
.classBox{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 1180px;
    padding: 10px 10px 5px 10px;
    background-color: #FFFFFF;
    z-index: 99;
}
.classBox>a{
    display: inline-block;
    padding: 5px 10px;
    /*background-color: #999999;*/
    /*color: #ffffff;*/
    border-radius: 15px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.proSearch{
    width: 190px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    overflow: hidden;
}
.proSearch>input{
    float: left;
    width: 127px;
    height: 24px;
    line-height: 24px;
    padding-left: 8px;
}
.proSearch>span{
    display: inline-block;
    float: right;
    width: 50px;
    padding-left: 5px;
    text-align: center;
    cursor: pointer;
    background-color: #3bb850;
    color: #ffffff;
}
.proSearch>span>img{
   width: 15px;
    height: 15px;
}
/*轮播样式*/
.fullSlide {
    width: 100%;
    position: relative;
    background: #e8e8e8;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd li, .fullSlide .bd ul {
    width: 100%!important;
    height:450px!important;
    overflow: hidden;
}

.fullSlide .bd li, .fullSlides .bd li, .fullSlides .hd ul {
    text-align: center;
}
.fullSlide .bd ul li img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width:1920px;
    min-width:1200px;
    height: 450px;
}
.top_img{
    width:100%;
    height:120px;
}
.fullSlide .bd li a {
    display: block;
    height: 460px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}
.fullSlide .hd ul {
    position: absolute;
    z-index: 1;
    left: 46.6%;
    bottom: 20px;
    font-size: 0;
    padding: 3px 0 3px 13px;
    border-radius: 12px;
    background-color: hsla(0,0%,100%,.3);
    height: 13px;
    line-height: 18px;
}
.fullSlide .hd ul .on {
    background: red;
}
.fullSlide .hd ul li {
    line-height: 999px;
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.fullSlide .hd ul li, .fullSlides .hd ul li {
    zoom: 1;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    filter: alpha(opacity=50);
}

/*带小图轮播*/
.index_zhuanjia{ width:1200px; height:483px;overflow:hidden;margin:20px auto 0 auto;}
.index_zhuanjia_pic{ width:930px; height:483px; overflow:hidden; float:left;position:relative;}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{width:930px; height:483px; overflow:hidden;position:relative;float:left;}
.index_zhuanjia_pic li img{
    width:930px; height:483px;
}

.index_zhuanjia_left_inc{ width:32px; height:41px; position:absolute;left:0;top:195px; cursor:pointer;background:url(../../images/selfshop/float_left_inc.png) left top no-repeat; z-index:9}
.index_zhuanjia_right_inc{ width:32px; height:41px; position:absolute;right:0;top:195px; cursor:pointer;background:url(../../images/selfshop/float_right_inc.png) left top no-repeat; z-index:9}

.index_zhuanjia_list{ width:260px;height:483px; overflow:hidden; float:right;}
.index_zhuanjia_lists{width:260px; height:428px; overflow:hidden;position:relative;}
.index_zhuanjia_lists ul{ width:260px; height:428px;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:260px; height:98px; padding-bottom:9px;position:relative; }
.index_zhuanjia_lists ul li.on dd img{ width:258px; height:96px; border:1px #4273b0 solid;opacity: 1;}
.index_zhuanjia_lists ul li dd{ width:260px; height:98px; overflow:hidden; float:left;}
.index_zhuanjia_lists ul li dd img{ width:258px; height:96px; border:1px #e8e8e8 solid;opacity: .5;}
.index_zhuanjia_lists ul li dt{ width:152px; height:26px; overflow:hidden; float:right; font-size:18px; padding-top:23px;}
.index_zhuanjia_lists ul li dl{ width:152px; height:26px; overflow:hidden; float:right; color:#7a7a7a;}
.index_zhuanjia_pre{ width:260px; height:23px; overflow:hidden; cursor:pointer;background:url(../../images/selfshop/index_zhuanjia_pre.png) no-repeat left top;}
.index_zhuanjia_next{ width:260px; height:23px; overflow:hidden; cursor:pointer;background:url(../../images/selfshop/index_zhuanjia_next.png) no-repeat left top;}

.ssProduct{
    width: 1180px;
    height: 330px;
    margin:  20px auto;
    padding: 20px 10px;
    background-color: #FFFFFF;
}
.ssProduct>.proBox:nth-child(5){
    margin-right: 0;
}
.proBox{
    display: block;
    float: left;
    width: 230px;
    height: 328px;
    border: 1px solid #eeeeee;
    background-color: #FFFFFF;
    margin-right: 5px;
}
.proBox:hover{
    color: #333333!important;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
}
.proImgBox{
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.proImgBox>img{
    max-width: 230px;
    max-height: 230px;
}
.proTitle{
    width: 215px;
    height: 31px;
    margin: 12px auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.priceBTN{
    width: 215px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.proPrice{
    color: #ff3500;
    font-size: 14px;
}
.floorProImg{
    height: 420px;
}
.floorImgBox{
    position: relative;
    width: 1200px;
    height: 420px;
}
.floorImgBox>img{
    width: 1200px;
    height: 420px;
    position: absolute;
    left: 0;
    top: 0;
}
.floorImgWhite{
    z-index: 2;
}
.floorImg{
    z-index: 1;
}
/*更多推荐*/
.proMore{
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}
.proMoreP1{
    font-size: 48px;
    color: #4776ec;
}
.proMoreP2{
    font-size: 18px;
    color: #4776ec;
}
/*更多推荐详情*/
.moreDetail{
    height: 580px;
    padding: 20px 10px;
    background-color: #FFFFFF;
}
.moreDetail>.detailBox:nth-child(3){
    margin-right: 0;
}
.detailBox{
    float: left;
    width: 380px;
    height: 580px;
    margin-right: 30px;
}
.detailTop{
    margin: auto;
    width: 340px;
    height: 480px;
}
.dtBox{
    display: none;
    width: 340px;
    height: 480px;
    border: 1px solid #eeeeee;
    background-color: #FFFFFF;
    color: #333333!important;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.15);
}
.detailTop>.dtBox:nth-child(1){
    display: block;
}
.dtImgBox{
    margin: 20px auto 0;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dtImgBox>img{
    max-width: 300px;
    max-height: 300px;
}
.dtPrice{
    margin: 5px auto 0;
    width: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.dtPrice1{
   color: #ff3500;
    font-size: 30px;
}
.dtPrice2{
    font-size: 14px;
    margin-bottom: 5px;
}
.dtTitle{
    width: 300px;
    margin: 12px auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
}
.dtBTN{
    width: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detailBot1{
    width: 380px;
    height: 70px;
    margin-top: 30px;
}
.detailBot1>div{
    float: left;
    width: 68px;
    height: 68px;
    margin-right: 7px;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detailBot1>div>img{
    max-width: 68px;
    max-height: 68px;
}
.detailBot1>div:nth-child(5){
    margin-right: 0;
}
.detailBot2{
    width: 380px;
    height: 70px;
    margin-top: 30px;
}
.detailBot2>div{
    float: left;
    width: 68px;
    height: 68px;
    margin-right: 7px;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detailBot2>div>img{
    max-width: 68px;
    max-height: 68px;
}
.detailBot2>div:nth-child(5){
    margin-right: 0;
}
.detailBot3{
    width: 380px;
    height: 70px;
    margin-top: 30px;
}
.detailBot3>div{
    float: left;
    width: 68px;
    height: 68px;
    margin-right: 7px;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detailBot3>div>img{
    max-width: 68px;
    max-height: 68px;
}
.detailBot3>div:nth-child(5){
    margin-right: 0;
}
.botImgActive1{
    border: 1px solid #4776ec!important;
}
.botImgActive2{
    border: 1px solid #4776ec!important;
}
.botImgActive3{
    border: 1px solid #4776ec!important;
}
/*右边浮动导航*/
.navFlex{
    position: fixed;
    right: 0;
    top:0;
    width: 40px;
    height: 100%;
    background-color: #3c3636;
    z-index: 9999;
}
.flexBox{
    position: fixed;
    right: 0;
    top:50%;
    width: 40px;
    height: 700px;
    margin-top: -350px;
    background-color: #3c3636;
    display: flex;
    flex-direction:column;
    justify-content: center;
    z-index: 99999;
}
.boxA{
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.boxCart{
    position: relative;
    width: 40px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    color: #3bb850;
    font-size: 14px;
    background-color: #595454;
    margin-bottom: 15px;
}
.boxCart:hover{
    background-color: #3bb850;
    color: #FFFFFF;
}
.boxCart:hover>.box5{
    background-position: 0 -128px;
}
.boxNum{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff3500;
    color: #FFFFFF;
    margin-top: 10px;
}
.boxMar{
    margin-top: 10px;
}
.boxA:hover>.boxS{
    display: block;
}
.boxA:hover>.boxI{
    display: block;
}
.boxS{
    display: none;
    position: absolute;
    top: 0;
    left: -65px;
    /*left: 0;*/
    width: 65px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #3c3636;
    color: #FFFFFF;
    font-size: 14px;
    z-index: 0;
}
.boxI{
    display: none;
    position: absolute;
    top: -50px;
    left: -121px;
    width: 100px;
    height: 120px;
    padding: 10px;
    text-align: center;
    background-color: #3c3636;
    color: #FFFFFF;
    font-size: 14px;
}
.boxI>img{
    margin-bottom: 5px;
}
.box40{
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../../images/selfshop/selfShopIcons.png");
}
.box1{
    background-position: 25px 0;
}
.box2{
    background-position: 25px -32px;
}
.box3{
    background-position: 25px -64px;
}
.box4{
    background-position: 25px -96px;
}
.box5{
    background-position: 25px -128px;
}
.box6{
    background-position: 25px -160px;
}
.box7{
    background-position: 25px -192px;
}
.box8{
    background-position: 25px -224px;
}
.box9{
    background-position: 25px -250px;
}
.boxA:hover{
    background-color: #3bb850;
}
.boxA:hover>.box1{
    background-position: 0 0;
}
.boxA:hover>.box2{
    background-position: 0 -32px;
}
.boxA:hover>.box3{
    background-position: 0 -64px;
}
.boxA:hover>.box4{
    background-position: 0 -96px;
}
.boxA:hover>.box6{
    background-position: 0 -160px;
}
.boxA:hover>.box7{
    background-position: 0 -192px;
}
.boxA:hover>.box8{
    background-position: 0 -224px;
}
.boxA:hover>.box9{
    background-position: 0 -250px;
}
.boxFlexA{
    position: fixed;
    right: 0;
    bottom: 37px;
}
.boxFlexB{
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
}
.noSetBig {
    text-align: center;
    margin-top: 100px;
}
.noSetBig>p {
    margin-top: 100px;
    font-size: 14px;
    color: #999999;
}
.noSet {
    text-align: center;
    margin-top: 40px;
}
.noSet>p {
    margin-top: 40px;
    font-size: 14px;
    color: #999999;
}
.ssQualification{
    display: flex;
    float: left;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
}
.ssQualification>img{
    margin-right: 5px;
}
