/*初始化元素*/
html,body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,form,td,th{margin:0;padding:0;}
ul,ol{list-style:none;}
html{height:100%;}
body{position: relative;font-family: 'PingFang SC,Microsoft YaHei,Arial,宋体,sans-serif';}
em,i{font-style:normal;}
a{text-decoration:none;color:inherit;}
a:active,a:hover {outline:none;text-decoration:none;}
input,button,textarea{outline:none;border:none;}
textarea{resize:none;}
img{vertical-align:top;border:0px;}
label { /*文字不能选中*/
-moz-user-select:none;/*火狐*/
-webkit-user-select:none;/*webkit浏览器*/
-ms-user-select:none;/*IE10*/
-khtml-user-select:none;/*早期浏览器*/
user-select:none;
}

/*自定义常用原子类*/
.clearfix{*zoom:1;}
.clearfix:after{
    content: "200B";
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}
.hide{display: none;}
.show{display: block;}
.f-l{float:left;}
.f-r{float:right;}
.t-l{text-align:left;}
.t-c{text-align:center;}
.t-r{text-align:right;}
.ellipsis-1{overflow:hidden;white-space:nowrap;word-wrap:normal;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
.font-MY{ font-family:"Microsoft YaHei","sans-serif";}
.w-100{width: 100%; height: 100%}
.hide-text{  /*隐藏文字*/
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border:none;
}
.t-bg{
    -ms-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}
.t-all{
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.border-box {
    box-sizing: border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
/*old-自定义*/
.w1224 { width: 1224px;margin: 0 auto;}
.fl { float: left;}
.fr { float: right;}
.p:before,.p:after {
    content: "";
    clear: both;
    display: block;
}
.nologin a,.islogin a{
 padding: 0 10px;
}
/* 多行省略号 */
.ellipsis-more:after {
    content: '...';
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 10px;
    width: 40px;
    background: #fff;
}

/* 图片动画 */
.animate-scale:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.animate-opacity:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.animate-opacity img, .animate-scale img {
    transition: all .2s ease-out;
}

/*共用头部区域-header*/
.tpshop-tm-hander {
    background-color: white;
    min-width: 1224px;
    position: relative;
    /* box-shadow:0px 1px 0px 0px #ddd;
    -o-box-shadow:0px 1px 0px 0px #ddd;
    -ms-box-shadow:0px 1px 0px 0px #ddd;
    -moz-box-shadow:0px 1px 0px 0px #ddd;
    -webkit-box-shadow:0px 1px 0px 0px #ddd; */
}

.top-hander {
    position: relative;
    z-index:12;
    height: 30px;
    width: 100%;
    min-width: 1224px;
    line-height: 30px;
    background-color: #F9F9F9;
    font-size: 12px;
    color: #595959;
}

.sendaddress{
    /* cursor: pointer; */
    /* width: 350px; */
}

.sendaddress span {
    cursor: pointer;
    color: #595959;
    float: left;
    /* display: inline-block; */
    vertical-align: middle;
    /* width: 212px; */
}

.islogin > a:first-child, .nologin > a:first-child {
    /* margin-left: 49px; */
    border-right: 1px solid #dedede;
}

.blue{
    padding: 0 24px 0 18px;
    color: #0979E9;
}

.tpshop-tm-hander .share-a_a1 {
    display: inline-block;
    width: 12px;
    height: 6px;
    vertical-align: middle;
    margin-left: 6px;
    background: url("../images/ico-tphsop-index.png") no-repeat -200px -27px;
}

.red, .ls-dlzc a:hover{
    color: #e23435;
}

.gray_f5 {
    background:#F7F7F7;
}

.top-ri-header>li{
    float: left;
    padding: 0 10px;
    /* cursor: pointer; */
    position: relative;
}
/* .top-ri-header>li:first-child:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    height: 16px;
    border-left: 1px solid #ccc;
} */

.top-ri-header>li:hover{
    color: #e23435;
}

.top-min-cart {
    position: relative;
    /* width: 130px; */
    padding: 0 10px;
    height: 30px;
    border: 1px solid transparent;
}

.top-min-cart:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 120px;
    height: 3px;
    /* z-index: 9; */
}
.top-min-cn {
    position: relative;
    width: 100px;
    height: 31px;
    z-index: 9;
    text-align: center;
    font-size: 12px;
    font-family: SimSun;
    font-weight: 400;
    color: #666;
}
.top-min-cart:hover {
    border: 1px solid #ccc;
}

.top-min-cart:hover,.top-min-cart:hover:after {
    background: #fff;
}

.top-ri-header .hover-ba-navdh:hover {
    color: #666;
    border-color: #ccc;
}
.top-ri-header .hover-ba-navdh{
    position: relative;
    border: 1px solid transparent;
    line-height:28px;
    padding: 0;
}
.hover-ba-navdh .nav-dh{
    height: 28px;
    padding: 0 10px;
}
.top-ri-header .spacer {
    padding: 0
}
.top-ri-header .header-a_a1,.top-ri-header .header-a_a2,.top-ri-header .header-a_a3,.top-ri-header .header-a_a4 {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    vertical-align: middle;
}
.top-ri-header .header-a_a5 {
    display: inline-block;
    width: 15px;
    height: 13px;
    vertical-align: top;
    margin: 8.5px 8.5px 0 0;
}
.top-ri-header .header-a_a1 {
    background: url("../images/ico-shop5-index.png") no-repeat 0 -578px;
}
.top-ri-header .header-a_a2 {
    background: url("../images/ico-shop5-index.png") no-repeat 0 -600px;
}
.top-ri-header .header-a_a3 {
    background: url("../images/ico-shop5-index.png") no-repeat 0 -622px;
}
.top-ri-header .header-a_a4 {
    background: url("../images/ico-shop5-index.png") no-repeat 0 -644px;
}
.top-ri-header .header-a_a5 {
    background: url("../images/f005/top-cart.png") no-repeat;
}
.top-ri-header>li:hover .header-a_a1 {
    background: url("../images/ico-shop5-index.png") no-repeat 0 0;
}
.top-ri-header>li:hover .header-a_a2 {
    background: url("../images/ico-shop5-index.png") no-repeat 0 -22px;
}
.top-ri-header>li:hover .header-a_a3 {
    background: url("../images/ico-shop5-index.png") no-repeat 0 -44px;
}
.top-ri-header>li:hover .header-a_a4 {
    background: url("../images/ico-shop5-index.png") no-repeat 0 -66px;
}
 .spacer {
    width: 1px;
    height: 12px;
    padding: 0;
    margin: 10px 2px 0;
    background: #666;
    overflow: hidden;
}
.conta-hv-nav{
    display: none;
    width: 90px;/*原来是150px*/
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    right:-1px;
    top: 29px;
    padding: 10px 0
}
.conta-hv-nav>li{
    /* float: left; *//*网站导航去掉预售活动*/
    height: 30px;
    width: 100%;/*原来50%*/
    text-align: center;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
}
.conta-hv-nav>li:hover{
    color: #e23435;
}
.hover-ba-navdh:hover .nav-dh{
    position: relative;
    z-index: 3;
    background: #fff;;
    height: 30px;
    color: #e23435;
}
.hover-ba-navdh:hover .conta-hv-nav {
    display: block;
}

.ls-dlzc{
    margin-left: 40px;
}
.ls-dlzc a {
    padding: 0 10px
}
.nav-middan-z{
    height: 110px;
    /* line-height: 80px;
    padding: 20px 0; */
}
.nav-middan-z.home-index-head{
    height: 57px;
    padding-top: 23px;
}
.nav-middan-z .ecsc-logo {
    float: left;
}
.cart-ecsc-logo, .user-ecsc-logo {
    float: left;
}

.ecsc-search {
    float: left;
    margin: 10px 0 0 82px;
    /* padding-top: 24px; */
    width: 512px;
}
.ecsc-search-form{
    height: 36px;
    position: relative;
    /* background:#fff; */
    /* border: 2px solid #5E489C; */
    /* border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    behavior: url(/public/css/PIE.htc); */
}
.ecsc-search-input {
    float: left;
    width: 452px;
    height: 36px;
    line-height: 36px;
    padding-left: 11px;
    /* box-sizing: border-box; */
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #E71A24;
    border-right: none;
    color: #999;
    /* border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px; */
}
.ecsc-search-button {
    float: right;
    width: 60px;
    height: 36px;
    line-height: 36px;
    background: #E71A24;
    color: #fff;
    font-size: 14px;
    /* border: 1px solid #EB1E3B; */
    /* border-left: none; */
    /* border-radius: 10px 7px 7px 10px;
    -o-border-radius: 10px 7px 7px 10px;
    -moz-border-radius: 10px 7px 7px 10px;
    -ms-border-radius: 10px 7px 7px 10px;
    -webkit-border-radius: 10px 7px 7px 10px;
    behavior: url(/public/css/PIE.htc); */
    cursor: pointer;
    position: relative;
}

.ecsc-search-button i {
    display: inline-block;
    width: 24px;
    height: 23px;
    background:  url("../images/shop47/search.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ecsc-search .keyword{
    padding-top: 4px;
    height: 30px;
    overflow: hidden;
    float: left;
    max-width: 346px;
}
.ecsc-search .keyword .key-item{
    float: left;
    line-height: 18px;
    /* margin-right: 15px; */
    font-size: 14px;
    color: #666;
    margin-left: 13px;
    position: relative;
}
.ecsc-search .keyword .key-item:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 2px;
    width: 1px;
    height: 14px;
    background-color: #666;
}
.ecsc-search .keyword .key-item:first-child:before {
    display: none;
}
.ecsc-search .keyword .key-item:hover{
    color: #e23435;
}

/* 头部右侧广告图 */
.top-adv {
    width: 218px;
    height: 96px;
    float: right;
    margin-top: 17px;
}

.top-adv img{
    border-radius: 48px;
    width: 218px;
    height: 96px;
}

.u-g-cart {
    position: relative;
    z-index:11;
    margin-top: 13px;
    height: 36px;
    border:1px solid #ccc;
    margin-right: 44px;
    background-color: #fff;
}
.u-g-cart .c-n {
    position: relative;
    z-index: 9;
    width: 150px;
    height: 32px;
    line-height: 32px;
    background-color: white;
    color:#DE0F0F;
    /* text-align: center; */
    font-size: 14px;
    cursor: pointer;
    border: none;
}
.u-g-cart .c-n span {
    color: #666;
    margin-left: 22px;
    line-height: 36px;
}
.u-g-cart:hover{
    border-color: #ccc;
}
.u-g-cart:hover .c-n{
    height: 30px;
}
.u-g-cart .c-n .share-shopcar-index {
    display: inline-block;
    width: 18px;
    height: 17px;
    vertical-align: top;
    margin: 9px 0 0 15px;
    background: url("../images/shop17-cart.png") no-repeat;
}
.u-g-cart .c-n .shop-nums{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    min-width: 15px;
    background-color: #DE0F0F;
    color: #fff;
    font-size: 14px;
    border-radius: 12px;
    -o-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    behavior: url(/public/css/PIE.htc);
    text-align: center;
    /* vertical-align: top; */
    /* margin-top: 2px; */
    position: absolute;
    top: -12px;
    right: 7px;
}
.u-g-cart .c-num {
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 2px
}
.u-g-cart .c-num {
    width: 28px;
    height: 45px;
    padding-left: 36px;
    background-color: #e23435;
    color: #fff;
    position: relative
}
.u-g-cart .c-num .count {
    font-weight: 700;
}
.u-fn-cart{
    display: none;
    position: absolute;
    top: 29px;
    right: -1px;
    width: 288px;
    background: #fff;
    border: 1px solid #ccc;
}
.u-g-cart:hover .u-fn-cart{
    display: block;
}
.u-fn-cart .empty-c {
    width: auto;
    height: 80px;
    line-height: 80px;
    text-align: center
}
.u-fn-cart .empty-c span {
    display: inline-block;
    color: #999;
    font-size: 12px;
    padding-left: 67px;
    position: relative
}
.u-fn-cart .empty-c span .c-i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/ico-tphsop-index.png") no-repeat -315px 0;
    position: absolute;
    top: 12px;
    left: 10px
}
.u-fn-cart .mn-c-box {
    width: 288px;
    position: relative;
    background-color: #e9e9e9;
}
.u-fn-cart .c-store {
    background-color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.u-fn-cart .c-store-tt {
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    border-bottom: 1px solid #e9e9e9;
    color: #666;
}
.u-fn-cart .c-sale-b {
    margin: 5px 15px 0;
    height: 24px;
    line-height: 24px;
    background: #e9e9e9;
    color: #c20053;
    overflow: hidden;
}
.u-fn-cart .i{
    padding: 0 3px;
    margin: 0 5px;
    background: #f58813;
    color: #fff;
}
.u-fn-cart .c-item {
    padding: 5px 15px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}
.u-fn-cart .del{
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #e9e9e9;
    top: 5px;
    right: 15px;
    display: none;
}
.u-fn-cart .c-store:hover .del{
    display: block;
}
/*侧边栏-购物车-s*/
.u-fn-cart .tp-scart-gname{
    display: block;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
    width: 156px;
}
.hasshopcar.u-mn-cart .mn-c-box{
    width: 262px;
    margin-bottom: 10px;
}
.hasshopcar.u-mn-cart .del{
    right: 5px;
}
/*侧边栏-购物车-e*/
.u-fn-cart .goods-pic{
    width: 50px;
    height: 50px;
    margin-right: 5px;
    overflow: hidden;
}
.u-fn-cart .goods-pic>img{
    width: 100%;
}
.u-fn-cart .c-item .goods-name{
    display: block;
    width: 180px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    color: #666;
    margin-bottom: 6px;
}
.u-fn-cart .c-item .num{
    color: #333;
}
.u-fn-cart .mn-c-total {
    padding: 10px 14px 18px;
    background: #e9e9e9;
    font-weight: 700;
}
.u-fn-cart .mn-c-total .c-t{
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}
.u-fn-cart .mn-c-total .c-btn{
    display: block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #e23435;
}
.u-fn-cart .mn-c-total .c-btn:hover {
    background: #d03031;
}
.categorys {
    position: relative;
    float: left;
    z-index: 8;
    height: 40px;
}
.categorys:hover .dd22 {
    display: block;
}
.categorys .dt>a{
    display: inline-block;
    /* text-align: center; */
    /* padding: 0 11px; */
    width: 210px;
    height: 40px;
    line-height: 40px;
    background: #ED1E0C;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    /* border-bottom: 1px solid #ddd; */
    /* border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    behavior: url(/public/css/PIE.htc); */
    position: relative;
}

.categorys .dt>a>span{
    padding-left: 52px;
}

.categorys .dt>a>i.categorys_icon{
    width: 19px;
    height: 14px;
    display: block;
    background: url(../images/f005/all-shop.png) no-repeat;
    position: absolute;
    top: 13px;
    left: 17px;
}

.categorys_all_resicon{
    width: 0;
    height: 0;
    display: block;
    border-width: 7px;
    border-style: solid;
    border-color: white transparent transparent transparent;
    float: right;
    margin: 16px 24px 0 0;
}

.categorys .dt .index-categorys {
    background-color: #fff;
    border-top: 4px solid #2D2D2D;
    color: #2D2D2D;
    line-height: 36px;
}
.categorys .dt a .share-a_a2 {
    position: relative;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
    vertical-align: top;
    float: right;
    margin: 14px 20px 0 0;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-tranform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}
/* rotate兼容IE8 */
@media \0screen\,screen\9 {
    .categorys .dt a .share-a_a2 {
        display: none;
        /* -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, sizingMethod='auto expand')"; */
    }
}
.categorys .dt a .share-a_a3 {
    width: 18px;
    height: 14px;
    margin: 14px 10px 0 13px;
    vertical-align: top;
    float: left;
    background: url(../images/shop47/cata-icon1.png) no-repeat;
}

/* .categorys .dt a .share-a_a3 {
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: relative;
    margin: 18px 15px 0 15px;
    float: left;
}
.categorys .dt a .share-a_a3:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
}
.categorys .dt a .share-a_a3:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
} */

.nav {
    width:100%;
    /* background-color: #179AF5; */
    z-index: 7;
    /* border-bottom: 2px solid #1B69C9; */
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* margin-bottom: 10px; */
}

/* 购物车 */
.nav .nav-cart {
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50%;
    /* border: 1px solid #FF4F01; */
    background: #fff url('../images/shop34/shop43-cart.png') 8px 9px no-repeat;
    float: right;
    margin: 7px 50px 0;
    position: relative;
}
.nav .shop-nums1 {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    min-width: 15px;
    background-color: #FF4F01;
    color: #fff;
    font-size: 14px;
    border-radius: 12px;
    -o-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    behavior: url(/public/css/PIE.htc);
    text-align: center;
    /* vertical-align: top; */
    /* margin-top: 2px; */
    position: absolute;
    top: -6px;
    right: -10px;
}

.navitems {
    /* float: left; */
    position: absolute;
    left: 210px;
    right: 120px;
    /* margin-left: 220px; */
    height: 40px;
    /* padding-left: 16px; */
    /* width: 844px; */
    overflow: hidden;
    /* background: #59C1BB; */
    /* color: #fff; */
}
.navitems>li, .home_page{
    float: left;
    height: 34px;
    margin: 3px 0 0 30px;
    cursor: pointer;
    position: relative;
    /* border-bottom: 2px solid transparent; */
    box-sizing: border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-radius: 17px;
}

.navitems>li a, .home_page a{
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    transition: all ease-out .2s;
    background-color: transparent;
    /* border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; */
    /* position: relative; */
    /* border-bottom: 2px solid transparent; */
}

/* .navitems>li:before {
    content: '';
    height: 16px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 12px;
} */

/* .navitems>li:first-child {
    margin-left: 10px;
} */

/* .navitems>li:first-child:before {
    display: none;
} */

.navitems .selected,.navitems>li:hover{
    /* background:#fff; */
    /* color: #FF5C01; */
    /* font-weight: 500; */
    /* border-bottom-color: #DF3A65; */
    /* background: linear-gradient(0deg, #0DCCFF 0%, #4760FF 100%); */
}
.navitems .selected>a,.navitems > li:hover > a {
    /* color: #fff; */ 
    /* background:#2DA9FF; */
    /* color: #FF5C01;
    border-top: 1px solid #E42A2A;
    border-bottom: 1px solid #E42A2A; */
    /* color: #ED3422; */
    font-weight: bold;
}

.categorys .dd22{
    /* padding-top: 2px; */
    /* margin-bottom: 10px; */
    width:210px;
    height:400px;
    background:#fff;
    /* border: 1px solid #F2F2F2; */
    /* border: 1px solid #2D2D2D;
    border-right: none; */
    /* overflow: hidden; */
    /* margin-top: 2px; */
    /* -webkit-box-shadow: 0px 1px 0px 0px #eee;
    -moz-box-shadow: 0px 1px 0px 0px #eee;
    box-shadow: 0px 1px 0px 0px #eee; */
    /* -pie-background: rgba(255, 255, 255, 0.85);
    behavior: url(/public/css/PIE.htc); */
    z-index: 50;
    position: relative;
}
.home_categorys .dd22 {
    display: none;
}
.home_categorys .dd22 .cata-nav{
    height: 400px;
    overflow-y: auto;
}
.home_categorys .dd22block{
    display: block;
}
.categorys .item-left{
    height: 40px;
    /* border-bottom: 1px solid #fff; */
    /* background-color: #10B4AB; */
    /* line-height: 40px; */
    /* border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; */
}

/* .categorys .item:hover .item-left{
    background: red;
} */


/* .categorys .item-left:nth-child(10) {
    border-bottom: none;
} */

/* .categorys .cata-nav {
    width: 100%;
    height: 100%;
} */

/* .categorys .cata-nav .item {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    position: relative;
} */

/* .categorys .nav-active .cata-nav-item {
    color: #333;
} */

.categorys .nav-active .item-left {
    position: relative;
    z-index: 9;
    /* border-left: 4px solid #449A91; */
    /* background: #FBF1F0; */
    /* border-color: #5759CC; */
    /* cursor: pointer; */
}
.categorys .cata-nav-wrap .index-arrow-right {
    float: right;
    font-size:16px;
    font-family:SimSun;
    font-weight:bold;
    color:white;
    margin: 11px 30px 0 0;
}

.categorys .nav-active .item-left a {
    color: #333333;
    font-weight: bold;
}
.categorys .nav-active .item-left .index-arrow-right {
    /* color: #fff; */
    color:#333333;
    font-weight: bold;
}
.categorys .nav-active .cata-nav-layer{
   display: block;
}
.categorys .nav-active .cata-nav-wrap{
    border-bottom-color: transparent;
 }
.categorys .cata-nav-name{
    /* width: 240px; */
    height: 40px;
    /* padding: 0 11px; */
    padding-left: 29px;
    /* text-align: center; */
    /* border-bottom: 1px solid #eee; */
    /* padding-top: 11px; */
}

.categorys .cata-nav-wrap{
    width: 100%;
    height: 40px;
    position: relative;
}
.categorys .cata-nav-wrap .cata-icon {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin: 16px 5px 0 0;
    background: url("../images/shop47/cata-icon.png") no-repeat;
}
.categorys .nav-active .cata-nav-wrap .cata-icon {
    background-image: url('../images/shop47/cata-icon-active.png');
}
.cata-nav-name .ico{
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    margin: 5px 10px 0 0;
    background-image: url("../images/categorys-item.png");
    background-repeat: no-repeat;
}
.cata-nav-name .share-a_a4{
    /* display: inline-block; */
    float: right;
    width: 22px;
    height: 12px;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-tranform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    vertical-align: top;
    background: url(../images/ico-tphsop-index.png) no-repeat -200px -27px;
    margin: 3px 20px 0 0;
}
/* rotate兼容IE8 */
 @media \0screen\,screen\9 {
    .cata-nav-name .share-a_a4 {
        margin: -1px 20px 0 0;
        filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0, M12=1, M21=-1, M22=0);/*IE8*/
    }
}
.ico-nav-0{
    /* background-position: -25px 0; */
}
.ico-nav-1{
    /* background-position: -50px 0; */
}
.ico-nav-2{
    /* background-position: -75px 0; */
}
.ico-nav-3{
    /* background-position: -100px 0; */
}
.ico-nav-4{
    /* background-position: -125px 0; */
}
.ico-nav-5{
    /* background-position: -150px 0; */
}
.ico-nav-6{
    /* background-position: -175px 0; */
}
.ico-nav-7{
    /* background-position: -200px 0; */
}
.cata-nav-name a{
    display: inline-block;
    vertical-align: top;
    /* margin-right:5px; */
    line-height: 40px;
    height: 40px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#333;
}

.nav-active .cata-nav-item li>a:hover {
    /* color:#333; */
}

.cata-nav-item {
    width: 100%;
    max-height: 22px;
    font-size: 12px;
    color: #777777;
    overflow: hidden;
    padding: 0 11px;
}
/* .cata-nav-item:hover {
    color: #333;
} */
.cata-nav-item li {
    float: left;
    line-height: 24px;
    /* margin-right: 15px; */
    /* width: 107px; */
    padding-right: 15px;
    /* text-align: center; */
}
/* .cata-nav-item li>a:hover {
    color:#e23435;
} */

.categorys .cata-nav-layer {
    position: absolute;
    /* top: 2px; */
    top: 0px;
    left: 210px;
    width: 1014px;
    min-height: 400px;
    border: 1px solid #F2F2F2;
    /* border-left: none; */
    background: white;
    display: none;
    z-index: 12;
}
.categorys .nav-active .cata-nav-layer {
    display: block;
}
.categorys .cata-nav-left{
    float: left;
    width: 820px;
    padding-left: 23px;
    padding-bottom: 97px;
}
.cata-nav-left .cata-layer-title{
    padding-top: 18px;
    height: 22px;
    width:100%;
    overflow: hidden;
}
.layer-title-item{
    float: left;
    line-height: 22px;
    padding: 0 7px;
    margin-right: 14px;
    background-color: #ff5e5f;
    color: #fff;
    font-size: 14px;
}
.layer-title-item:hover{
    background-color: #e23435;
}
.layer-title-item>.ico{
    vertical-align: top;
    margin-left: 5px;
    font-family:consolas;
}
.cata-nav-left dl{
    font-size: 14px;
    /* padding-top: 20px;
    line-height: 14px; */
    border-bottom: 1px dashed #ddd;
}
.cata-nav-left dt{
    position: relative;
    float: left;
    width: 90px;
    line-height: 24px;
    padding: 10px 10px 10px 0;
    color: #333;
    font-weight: bold;
    text-align: right;
    font-family: PingFang SC;
    /* text-align-last:justify;
    text-align:justify; */
    /* 兼容ie */
    /* text-justify:distribute-all-lines;
    word-break: break-all; */
}

.cata-nav-left dt:hover{
    color:#ED1E0C;
}

.cata-nav-left dt em{
    font-family: 宋体;
    margin-left: 5px;
}
.cata-nav-left dd{
    float: left;
    width: 621px;
    padding: 10px 0;
}
.cata-nav-left dd>a{
    float: left;
    padding: 0 10px;
    margin-top: 2px;
    color: #999;
    /* border-left: 1px solid #e5e5e5; */
}
.cata-nav-left dd>a:hover{
    color: #ff0c0c;
}

/* 品牌 */
.cata-nav-right {
    float: left;
    width: 140px;
}
.cata-nav-right a{
    width: 100px;
    height: 50px;
    margin: 20px auto 0;
    border: 1px solid #eee;
    display: block;
}

.cata-nav-right a img {
    width: 88px;
    height: 32px;
    margin: 9px 6px;
}


.advertisement_down{
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 687px;
    height: 47px;
    overflow: hidden;
    padding-left: 1px;
}
.advertisement_down>a{
    float: left;
    width: 129px;
    height: 45px;
    border: 1px solid #e8e8e8;
    margin-left: -1px;
    overflow: hidden;
}
.cata-nav-layer .cata-nav-rigth{
    float: right;
    width: 300px;
    max-height: 449px;
    overflow: hidden;
}

/** 搜索框提示样式 s **/
.candidate {
    display: none;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
    position: absolute;
    z-index: 1000;
    top: 36px
}

.candidate ul li {
    clear: both;
    overflow: hidden;
    padding: 1px 6px;
    line-height: 24px;
    cursor: pointer
}

.candidate ul li:hover {
    background: #f5f5f5 !important
}

.candidate .search-item {
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    color: #666666
}

.candidate .search-count {
    float: right;
    width: 194px;
    text-align: right;
    color: #aaa
}

.candidate .close {
    border-top: 1px solid #efefef
}
/** 搜索框提示样式 e *

/*通网对比样式*/
.add-contrast{
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 20px;
    width: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    /* background: #ddd; */
    background-color: #fff;
    border: #E71A24 1px solid;
    color: #E71A24;
    cursor: pointer;
    z-index: 2;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    filter: alpha(opacity=50);
    /* IE */
    -moz-opacity: 0.5;
    /* 老版Mozilla */
    -khtml-opacity: 0.5;
    /* 老版Safari */
    opacity: 0.5;
    /* 支持opacity的浏览器*/
}

.add-contrast:hover{
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
}

.add-contrast-active {
    background-color: #F66745;
}

/* 隐藏复选框打勾 */
/* .add-contrast input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
} */

/* .add-contrast label {
    cursor: pointer;
} */

/* .floor-goods-item:nth-child(-n+4) .add-contrast {
    left: auto;
    right: 17px;
    bottom: 21px;
} */

.add-contrast-icon {
    display: inline-block;
    background: url(../images/shop25-contrast.png) no-repeat;
    width: 10px;
    height: 11px;
    margin-right: 6px;
}

.Contrast {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 970px;
    height: 140px;
    margin-left: -485px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 15px rgba(221,221,221,.8);
    -moz-box-shadow: 0 0 15px rgba(221,221,221,.8);
    box-shadow: 0 0 15px rgba(221,221,221,.8);
    /* position: relative; */
    z-index: 50;
    behavior: url(/public/css/PIE.htc);
    display: none;
}

.Contrast .Contrast-title {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.Contrast .Contrast-title span {
    padding: 0 10px;
}

.Contrast .Contrast-title .Contrast-hide {
    float: right;
    cursor: pointer;
}

.Contrast .Contrast-con  {
    width:100%;
    height: 105px;
    float: left;
}

.Contrast .Contrast-con .Contrast-item {
    float: left;
    width: 204px;
    height: 84px;
    margin-top: 10.5px;
    border-right: 1px dashed #ddd;
}

.Contrast .Contrast-con .Contrast-item .Contrast-remove {
    color: blue;
    cursor: pointer;
}

.Contrast .Contrast-con .Contrast-pic {
    width: 50px;
    height: 50px;
    float: left;
}

.Contrast .Contrast-txt {
    float: right;
}

.Contrast .Contrast-con .Contrast-name {
    width: 154px;
    height: 36px;
    line-height: 18px;
    font-size: 14px;
    overflow: hidden;
    padding-right: 10px;
}

.Contrast .Contrast-con .Contrast-price {
    width: 154px;
    color: #D81919;
    padding-right: 10px;
}

.Contrast-btn {
    position: absolute;
    right: 0;
    top: 36px;
}

.Contrast-btn input {
    display: block;
    margin: 10px 45px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ccc;
    border: 1px solid #ddd;
    cursor: default;
    font-weight: 700;
    behavior: url(/public/css/PIE.htc);
}

.Contrast-btn .Contrast-btn-active {
    background-color: #E74649;
    border: none;
    cursor: pointer;
    color: #fff;
}

/* 服务热线 */
.hot-service {
    /* width: 200px; */
    height: 30px;
    /* margin: 40px 0 0 0; */
    font-size: 0;
    position: relative;
}

.hot-service > i {
    display: inline-block;
    width: 40px;
    height: 36px;
    background: #0F9021 url('../images/shop47/phone.png') no-repeat 8px 6px;
    /* margin: 3px 15px 0 0; */
    vertical-align: top;
}

.hot-service .hot-service-con {
    display: inline-block;
    height: 100%;
    /* border: 1px solid #ddd;
    border-left: none; */
    margin-right: 44px;
}

.hot-service .hot-service-title, .hot-service .hot-service-number {
    color: #666;
    line-height: 30px;
    font-size: 12px;
}

.hot-service .hot-service-number {
    color: #E11B29;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}

/* 购物车 */
.index-cart {
    width: 160px;
    height: 36px;
    border-color: #E2E2E2;
    /* border: none; */
    margin: 10px 20px 0 0;
    background-color: #fff;
    /* border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px; */
}
.index-cart .c-n {
    width: 158px;
    height: 34px;
    background-color: #fff;
    /* border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px; */
}
.index-cart .cart-icon {
    width: 36px;
    height: 36px;
    float: left;
    /* display: inline-block; */
    /* vertical-align: top; */
    /* margin: 11px 10px 0 13px; */
    background: url('../images/shop47/cart.png') no-repeat 6px 6px;
}
.index-cart .cart-square {
    margin: -22px 12px 0 0;
    border-width: 8px;
    border-top-color: #969696;
    /* border-left-color: #FF7E00; */
}
.index-cart .c-n span {
    margin-left: 0;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    display: block;
    margin: 0 20px 0 40px;
    /* text-align: right; */
}
.index-cart .c-n .shop-nums {
    /* background-color: #F33B5A;
    color: #FF5500;
    border-radius: unset;
    display: inline;
    position: static; */
    /* height: 24px;
    line-height: 24px;
    padding: 0 4px; */
    /* top: -14px; */
    left: 28px;
    right: auto;
    background-color: #F33B5A;
}

.index-cart .u-fn-cart {
    top: 33px;
}

.index-cart:hover .c-n {
    height: 34px;
}

/* 商品分类三角形 */
.categorys-square, .cart-square {
    float: right;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    /* display: inline-block; */
    vertical-align: top;
    margin: 22px 10px 0 10px;
}

.index-categorys .categorys-square {
    border-top-color: transparent;
    border-bottom-color: #2D2D2D;
    margin-top: 8px;
}

/* 商品搜索title */
.ecsc-search-title {
    float: left;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background-color: #FF7E0C;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

/* 商家入驻 */
.shop-settled {
    /* position: absolute;
    bottom: 0;
    right: 0; */
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin-top: 4px;
    float: right;
    background-color: #FF993F;
    border-radius: 19px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

/* 首页顶部location */
.index-top {
    background-color: #f5f5f5;
    color: #666;
    /* font-size: 14px; */
    /* border-bottom: 1px solid #eee; */
}
.index-top .store-selector .text,.index-top .sendaddress span, .index-top .store-selector .text span {
    /* color: #fff; */
}

.index-top .top-ri-header>li:hover{
    /* color: #FFD800; */
}

.index-top .store-selector .text b{
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -2px;
    overflow: hidden;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #646464;
}

.index-top .sendaddress > i {
    width: 11px;
    height: 14px;
    margin: 8px 10px 0 11px;
    background: url('../images/shop47/location.png') no-repeat;
}

/* 首页logo */
.slide-nav{
    width: 100%;
    height: 130px;
    background-color: #fff;
}

.nav-middan-z .index-logo {
    /* float: none;
    margin: 0 auto;
    display: block; */
}
.ziying{
    width:32px;
    height:16px;
    border-radius:3px;
    color:#fff;
    font-size:12px;
    position:relative;
    text-align:center;
    background:#e23a3a;
    margin-right:8px;
}

/* 头部 s*/
/* 第一 part start*/
.header_top{
    /* width: 1224px; */
    margin: 0 auto;
    font-size: 12px;
}

/* .nologin22,.islogin{
    margin-left: 30px;
} */
.nologin22 a{
    padding: 0 10px;
}
.nologin22 a:first-child{
    /* border-right: 1px solid #ccc; */
}

.regis22{
    color: #D92B11;
}

.hot-service-icon{
    width: 15px;
    height: 12px;
    display: block;
    background: url(../images/f005/service-icon.png);
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.hot-service-number22 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1F1F1F;
    padding-left: 25px;
}
/* 第一 part end*/


/* 第二part */
.top-adv22 {
    margin-top: 37px;
    width: 181px;
    height: 36px;
}

/* 头部地址 end*/


/* 搜索框 */
.ecsc-search22 {
    float: left;
    margin-left: 162px;
    margin-top: 41px;
    width: 550px;
}
.search-input22{
    float: left;
    width: 470px;
    height: 38px;
    line-height: 38px;
    padding-left: 11px;
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #ED1E0C;
    border-right: none;
    color: #999999;
}
.ecsc-search-button22 {
    float: right;
    width: 80px;
    height: 38px;
    line-height: 38px;
    background: #ED1E0C;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.ecsc-search-button22 i{
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/f005/search.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
}

/* 热搜 */
.ecsc-search22 .keyword{
    padding-top: 7px;
    overflow: hidden;
    float: left;
    max-width: 400px;
}
.ecsc-search22 .keyword .key-item{
    float: left;
    line-height: 18px;
    font-size: 14px;
    color: #666666;
    margin: 0 10px;
    position: relative;
}
.ecsc-search22 .keyword .key-item:hover{
    color: #ED1E0C;
}

.ecsc-search22 .keyword .key-icon{
    display: block;
    width: 1px;
    height: 16px;
    background-color: #666666;
    float: left;
}

.ecsc-search22 .keyword .key-icon:last-child{
    display: none;
}

/* 第二 part end*/


/* 第三part */
.nav22 {
    width:100%;
    background-color: #fff;
    z-index: 7;
    height: 40px;
    color: #444444;
    /* border-bottom: 2px solid rgba(240,46,46,1); */
    margin-bottom: 10px;
}

.header_topsize{
    font-size: 16px;
}
/* 第三 part end*/


/* 店铺列表 */
.store {
    float: right;
    position: relative;
    width: 134px;
    height: 34px;
    background: #FB1939;
    border-radius: 17px;
    margin-top: 3px;
}

.store>a {
    display: block;
    font-size: 16px;
    line-height: 34px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}

.store>a i{
    position: absolute;
    display: block;
    width: 28px;
    height: 21px;
    background: url(../images/f005/index-store.png) no-repeat;
    margin: 7px 0 0 18px;
}

.store>a span{
    padding-left: 52px;
}

.store:hover{
    /* background: linear-gradient(0deg, #0DCCFF 0%, #4760FF 100%); */
}

.store-list {
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 34px;
  text-align: center;
  z-index: 10;
  display: none;
  max-height: 400px;
  overflow: hidden auto;
  box-shadow: 1px 1px 5px 0px #CCCCCC;
}

.store-list li + li {
  border-top: 1px solid #ddd;
}
.store-list a {
  padding: 10px;
  display: block;
  color: #878787;
  font-size: 14px;
}

.store-list a:hover {
  color:#ED1E0C;
}

/* 头部 e*/
