/*初始化元素*/

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: '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: 1200px;
    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: 1200px;
}

.top-hander {
    position: relative;
    z-index: 12;
    height: 30px;
    width: 100%;
    min-width: 1200px;
    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: #fff;
}

.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: 140px;
    height: 3px;
    /* z-index: 9; */
}

.top-min-cn {
    position: relative;
    width: 120px;
    height: 31px;
    z-index: 9;
}

.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;
    margin: 5px 5px 0 0;
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.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; */
    background: url("../images/shop47/order.png") no-repeat 2px 0;
}

.top-ri-header .header-a_a2 {
    background: url("../images/shop47/history.png") no-repeat;
}

.top-ri-header .header-a_a3 {
    background: url("../images/shop47/collect.png") no-repeat;
}

.top-ri-header .header-a_a4 {
    background: url("../images/shop47/add.png") no-repeat 0 0;
}

.top-ri-header .header-a_a5 {
    background: url("../images/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: #dedede;
    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;
    /* padding: 10px 0; */
    /* border-top: 1px solid #D37150; */
}

.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: 30px 0 0 250px;
    /* padding-top: 24px; */
    width: 500px;
}

.ecsc-search-form {
    height: 34px;
    position: relative;
    /* background:#fff; */
    /* border: 1px solid #af0100; */
    /* 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: 380px;
    height: 34px;
    line-height: 34px;
    padding-left: 11px;
    /* box-sizing: border-box; */
    font-size: 14px;
    background-color: #fff;
    border: 2px solid #d71212;
    border-right: none;
    color: #999;
}

.ecsc-search-button {
    float: right;
    width: 120px;
    height: 34px;
    line-height: 34px;
    background: #d71212;
    color: #fff;
    font-size: 18px;
    text-align: center;
    /* behavior: url(/public/css/PIE.htc); */
    cursor: pointer;
    position: relative;
}

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

.ecsc-search .keyword {
    padding-top: 4px;
    height: 36px;
    overflow: hidden;
    float: left;
    max-width: 496px;
}

.ecsc-search .keyword .key-item {
    float: left;
    line-height: 18px;
    /* margin-right: 15px; */
    font-size: 14px;
    color: #666;
    /* margin-left: 13px; */
}

.ecsc-search .keyword .key-item:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #ccc;
    vertical-align: top;
    margin: 2px 10px 0;
}

.ecsc-search .keyword .key-item:first-child {
    margin-left: 10px;
}

.ecsc-search .keyword .key-item:first-child:before {
    display: none;
}

.ecsc-search .keyword .key-item:hover {
    color: #e23435;
}


/* 头部右侧广告图 */

.top-adv {
    width: 133px;
    height: 98px;
    float: left;
    margin-left: 111px;
}

.u-g-cart {
    position: relative;
    z-index: 11;
    margin-top: 27px;
    height: 36px;
    border: 1px solid #ccc;
    margin-right: 13px;
    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: 0;
    cursor: pointer;
    border: none;
}

.u-g-cart .c-n span {
    color: #666;
    font-size: 14px;
    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: 50px;
}

.categorys:hover .dd {
    display: block;
}

.categorys .dt>a {
    display: inline-block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #1196B8;
    behavior: url(/public/css/PIE.htc);
}


/* .categorys .dt>.dt-a {
    background: rgba(137, 87, 161, 0.5);
    -pie-background: rgba(137, 87, 161, 0.5);
} */

.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 {
    display: inline-block;
    width: 20px;
    height: 17px;
    margin: 13px 20px 0 20px;
    vertical-align: top;
    /* background: url(../images/ico-tphsop-index.png) no-repeat 0 -2px; */
    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%;
    z-index: 2;
    background-color: #16D0FF;
}


/* 购物车 */

.nav .nav-cart {
    width: 295px;
    height: 60px;
    display: block;
    /* border: 1px solid #FF4F01; */
    float: right;
    position: relative;
}

.nav .nav-cart:before {
    content: '';
    width: 1px;
    height: 35px;
    background-color: #ccc;
    position: absolute;
    left: 0;
    top: 12px;
}

.nav-cart i {
    width: 36px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 15px 10px 0 43px;
    background: url('../images/shop47/cart.png') no-repeat;
}

.nav-cart span {
    line-height: 60px;
    color: #fff;
}

.nav-cart .shop-nums1 {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 1px;
    min-width: 16px;
    background-color: #fff;
    color: #AF0100;
    font-size: 12px;
    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: 10px;
    left: 69px;
}

.nav-cart a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-left: 26px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: -webkit-linear-gradient(0deg, #EA5B14 0%, #F17030 100%);
    background: -moz-linear-gradient(0deg, #EA5B14 0%, #F17030 100%);
    background: -o-linear-gradient(0deg, #EA5B14 0%, #F17030 100%);
    background: -ms-linear-gradient(0deg, #EA5B14 0%, #F17030 100%);
    background: linear-gradient(0deg, #EA5B14 0%, #F17030 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EA5B14, endColorstr=#F17030);
}

.navitems {
    position: absolute;
    top: 0;
    left: 290px;
    right: 137px;
    height: 50px;
    overflow: hidden;
}

.navitems>li,
.home_page {
    float: left;
    height: 100%;
    /* margin: 0 10px; */
    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;
}

.navitems>li a,
.home_page a {
    display: block;
    padding: 0 30px;
    height: 100%;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    transition: all ease-out .3s;
    background-color: transparent;
    position: relative;
}


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


/* .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; */
}

.navitems .selected>a,
.navitems>li:hover>a {
    background-color: #1196B8;
}

.categorys .dd {
    height: 312px;
    width: 210px;
    background-color: #fff;
    behavior: url(/public/css/PIE.htc);
    z-index: 50;
    position: relative;
}

.home_categorys .dd {
    display: none;
}

.categorys .item-left {
    overflow: hidden;
    position: relative;
    border-bottom: 1px #eee dashed;
}


/* .categorys .item-left:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 10px;
    height: 1px;
    border-top: 1px dashed #fff;
} */


/* .categorys .item:first-child .item-left{
    border-top: 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: #fff;
    /* border-color: #5759CC; */
    /* cursor: pointer; */
}

.categorys .nav-active .item-left:before {
    display: none;
}

.categorys .cata-nav-wrap .index-arrow-right {
    float: right;
    line-height: 90px;
    font-family: '宋体';
    font-size: 14px;
    color: #fff;
}

.categorys .nav-active .item-left a {
    color: #505050;
}

.categorys .item-left .index-arrow-right {
    color: #505050;
}

.categorys .nav-active .cata-nav-layer {
    display: block;
}

.categorys .nav-active .cata-nav-wrap {
    border-bottom-color: transparent;
}

.categorys .cata-nav-name {
    width: 210px;
}

.categorys .cata-nav-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.categorys .cata-nav-wrap .cata-icon {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 13px;
    margin: 10px 5px 0 10px;
    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;
    line-height: 14px;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    padding-left: 11px;
    padding-top: 14px;
}

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

.cata-nav-item {
    /* width: 100%; */
    height: 38px;
    font-size: 14px;
    color: #000002;
    overflow: hidden;
    /* padding: 0 0 20px; */
    margin: 11px 0 0 11px;
}


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

.cata-nav-item li {
    float: left;
    line-height: 18px;
    /* margin-right: 15px; */
    /* width: 107px; */
    padding-right: 10px;
    /* text-align: center; */
}


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

.shopNotice {
    /* margin-top: 19px; */
    width: 100% !important;
    height: 113px !important;
}

.shopNotice .title {
    font-size: 14px;
    font-weight: 400;
    color: #797878;
    padding-top: 10px;
    padding-left: 9px;
}

.shopNotice .concent {
    font-size: 12px;
    font-weight: 400;
    color: #797878;
    width: 182px;
    height: 35px;
    line-height: 17px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 20px;
}

.bannerBrand {
    height: 107px;
    overflow: hidden;
    margin-top: 11px;
}

.categorys .cata-nav-layer {
    position: absolute;
    top: 0px;
    left: 210px;
    width: 991px;
    min-height: 399px;
    border: 1px solid #eee;
    /* border-left: none; */
    background: white;
    display: none;
}

.categorys .nav-active .cata-nav-layer {
    display: block;
}

.categorys .cata-nav-left {
    float: left;
    width: 687px;
    padding-left: 25px;
    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;
}

.cata-nav-left dt {
    position: relative;
    float: left;
    width: 66px;
    color: #2D2D2D;
    font-weight: 400;
}

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

.cata-nav-left dd {
    float: left;
    width: 621px;
}

.cata-nav-left dd>a {
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
    color: #999;
    border-left: 1px solid #e5e5e5;
}

.cata-nav-left dd>a:hover {
    color: #ff0c0c;
}

.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: 5px;
    right: 5px;
    width: 76px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    /* background: #ddd; */
    background-color: #5759CC;
    /* border: #1388E2 1px solid; */
    color: #fff;
    cursor: pointer;
    z-index: 2;
    /* border-radius: 13px;
    -o-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -webkit-border-radius: 13px; */
    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: 36px;
    float: right;
    margin: 40px 0 0 0;
    font-size: 0;
}

.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;
    padding: 0 30px 0 13px;
}

.hot-service .hot-service-title,
.hot-service .hot-service-number {
    color: #343434;
    line-height: 36px;
    font-size: 14px;
}

.hot-service .hot-service-number {
    color: #383838;
    font-weight: bold;
}


/* 购物车 */

.index-cart {
    width: 160px;
    border-color: #ccc;
    height: 50px;
    margin: 40px 0 0 0;
}

.index-cart .c-n {
    width: 158px;
    height: 38px;
    /* background-color: #fff; */
    /* border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px; */
}

.index-cart .cart-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 20px 0 10px;
    background: url('../images/shop47/cart.png') no-repeat;
}

.index-cart .cart-square {
    margin: 22px 10px 0 0;
    border-width: 8px;
    border-top-color: #252221;
}

.index-cart .c-n span {
    margin-left: 0;
    font-size: 14px;
    color: #555;
    line-height: 50px;
}

.index-cart .c-n .shop-nums {
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    top: -14px;
    left: 28px;
    right: auto;
    background-color: #EA2D2D;
}

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

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


/* 商品分类三角形 */

.categorys-square,
.cart-square,
.categorys-square:after {
    /* float: right; */
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    display: inline-block;
    vertical-align: top;
    margin: 20px 10px 0 10px;
}

.index-categorys .categorys-square {
    position: relative;
}

.index-categorys .categorys-square:after {
    content: '';
    position: absolute;
    top: -6px;
    left: -4px;
    border-top-color: #102E37;
    margin: 0;
    border-width: 4px;
}


/* 商品搜索title */

.ecsc-search-title {
    float: left;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: 5px 0 0 10px;
    background: url('../images/shop47/search.png') no-repeat;
    /* line-height: 40px; */
    /* background-color: #FF7E0C;
    text-align: center;
    font-size: 14px;
    color: #fff; */
}


/* 商家入驻 */

.shop-settled {
    /* position: absolute;
    bottom: 0;
    right: 0; */
    width: 117px;
    height: 27px;
    background: url('../images/shop47/shopin.png') no-repeat;
    /* line-height: 30px; */
    margin: 6.5px 20px 0 0;
    /* border: 1px solid #4D638C;
    background-color: #fff; */
    /* border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; */
    /* text-align: center;
    color: #1C1E24;
    font-size: 14px; */
    position: relative;
}

.shop-settled span {
    letter-spacing: 3px;
    /* text-shadow: 1px 1px 1px #000, -1px -1px 1px #0C2275; */
}


/* 首页顶部location */

.index-top {
    background-color: #f3f3f3;
    color: #666;
    /* font-size: 14px; */
    /* border-bottom: 1px solid #eee; */
}

.index-top .sendaddress>i {
    width: 11px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    background: url('../images/shop47/location.png') no-repeat;
    margin: 7px 11px 0 42px;
}

.index-top .store-selector .text,
.index-top .sendaddress span,
.index-top .store-selector .text span {
    color: #666;
}

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


/* 首页logo */

.nav-middan-z .index-logo {
    /* float: none;
    margin: 0 auto;
    display: block; */
}


/* 首页登录注册 */

.top-login {
    color: #666;
}


/* 首页搜索 */

.index-search {
    float: left;
    margin: 28px 0 0 180px;
    width: 400px;
}

.index-search-form {
    height: 40px;
    border: 1px solid #1196B8;
    overflow: hidden;
    /* border-radius: 15px; */
}

.index-search-input {
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #fff;
    border: none;
    color: #999;
}

.index-search-button {
    width: 80px;
    height: 40px;
    line-height: 40px;
    background: #1196B8;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.index-search-button i {
    background: url('../images/shop47/search.png') no-repeat;
}

.index-search-button:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


/* 轮播迁移 */

.swiper-adv {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.swiperadv {
    position: absolute;
    right: 0;
    width: 217px;
    height: 284px;
}

.swiperadv-brand {
    width: 217px;
    height: 284px;
}

.swiper {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    /* margin: 10px 0 0 220px; */
}

.swiper-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.swiper .item {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.swiper .item-pic {
    /* position: absolute;
    top: 0;
    left: 50%;
    margin-left: -372px; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* margin: 0 auto; */
    display: block;
}