<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.search-box-wrap {
    width: 100%;
    background: #fff
}

.search-box-wrap .search-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 114px
}

.search-box-wrap .search-box .logo {
    width: 300px;
    height: 56px;
    position: absolute;
    top: 25px;
    left: 0;
    cursor: pointer
}

.search-box-wrap .search-box .logo img {
    display: block;
    width: 100%;
    height: 100%
}

.search-box-wrap .search-form {
    padding-top: 30px;
    position: relative;
    margin-left: 350px;
    width: 600px;
}

.search-box-wrap .search-form .form-input-bg {
    width: 520px;
    height: 36px;
    /*background: #fff;*/
    border: 2px solid #f74951;
    border-radius: 3px;
    position: relative
}

.search-box-wrap .search-form .form-input-bg input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 470px;
    height: 36px;
    line-height: 40px;
    font-size: 14px;
    text-indent: 11px
}

.search-box-wrap .search-form .form-input-bg input::-webkit-input-placeholder {
    color: #666;
    font-size: 14px
}

.search-box-wrap .search-form .form-input-bg input:-ms-input-placeholder {
    color: #666;
    font-size: 14px
}

.search-box-wrap .search-form .form-input-bg input::-ms-input-placeholder {
    color: #666;
    font-size: 14px
}

.search-box-wrap .search-form .form-input-bg input::placeholder {
    color: #666;
    font-size: 14px
}

.search-box-wrap .search-form .search-form-btn {
    width: 110px;
    height: 40px;
    background: #f74848;
    border: 2px solid #f74951;
    border-radius: 3px;
    /*float: right;*/
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

.search-box-wrap .search-form .search-helper {
    position: absolute;
    top: 69px;
    left: 0;
    width: 580px;
    max-height: 260px;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-top: none;
    overflow-y: auto;
    padding: 8px 0;
    z-index: 10
}

.search-box-wrap .search-form .search-helper li {
    text-align: left;
    text-indent: 9px;
    line-height: 26px;
    cursor: pointer;
    font-family: Microsoft YaHei
}

.search-box-wrap .search-form .search-helper li a {
    display: block
}

.search-box-wrap .search-form .search-helper li.is-focus, .search-box-wrap .search-form .search-helper li:hover {
    background: #fee9e9
}

.search-box-wrap .search-form .search-helper li.is-focus a, .search-box-wrap .search-form .search-helper li:hover a {
    color: #f74848
}

.search-box-wrap .search-form .search-hot-word {
    position: absolute;
    top: 78px;
    left: 0;
    width: 614px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-align: left;
    overflow: hidden
}

.search-box-wrap .search-form .search-hot-word a {
    padding-right: 8px
}

.search-box-wrap .shopping-wrap {
    position: absolute;
    top: 30px;
    right: 0;
    width: 160px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(80, 80, 101, .25)
}

.search-box-wrap .shopping-wrap .shopping-btn {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    background: #fff
}

.search-box-wrap .shopping-wrap .shopping-btn a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: center;
    text-indent: 5px
}

.search-box-wrap .shopping-wrap .shopping-btn a i {
    position: absolute;
    left: 17px;
}

.search-box-wrap .shopping-wrap .shopping-btn a:hover {
    color: #f74747
}

.search-box-wrap .shopping-wrap .shopping-btn span {
    position: absolute;
    top: 4px;
    right: 12px;
    width: 26px;
    height: 16px;
    line-height: 16px;
    background: #f13847;
    border-radius: 7px;
    border-bottom-left-radius: 0;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-indent: 0
}

.search-box-wrap .shopping-wrap .goods-list {
    position: absolute;
    display: none;
    width: 395px;
    line-height: 18px;
    top: 40px;
    z-index: 10;
    right: 0;
    padding-top: 10px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(80, 80, 101, .25);
    font-family: Microsoft YaHei
}

.search-box-wrap .shopping-wrap .goods-list ul {
    max-height: 350px;
    overflow-y: auto
}

.search-box-wrap .shopping-wrap .goods-list ul .list-item {
    padding: 0 20px 0 20px
}

.search-box-wrap .shopping-wrap .goods-list ul .list-item .list-item-img-wrap {
    display: inline-block;
    width: 62px;
    height: 68px;
    overflow: hidden;
    vertical-align: top
}

.search-box-wrap .shopping-wrap .goods-list ul .list-item img {
    width: 50px;
    height: 50px;
    padding: 9px 6px;
    vertical-align: top
}

.search-box-wrap .shopping-wrap .goods-list ul .list-item .list-name {
    text-align: right;
    vertical-align: top;
    font-size: 12px;
    width: 170px;
    height: 50px;
    padding: 7px 5px 7px 0;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.search-box-wrap .shopping-wrap .goods-list ul .list-item .list-operate {
    display: inline-block;
    width: 90px;
    padding-top: 12px
}

.search-box-wrap .shopping-wrap .goods-list ul .list-item .list-operate .amount {
    display: block;
    text-align: right
}

.search-box-wrap .shopping-wrap .goods-list ul .list-item .list-operate .amount b {
    color: #f74848;
    font-size: 12px
}

.search-box-wrap .shopping-wrap .goods-list ul .list-item .list-operate .close {
    display: block;
    text-align: right;
    font-size: 12px
}

.search-box-wrap .shopping-wrap .goods-list ul .list-item:hover {
    background: #fef1f1
}

.search-box-wrap .shopping-wrap .goods-list .divider {
    width: 341px;
    height: 1px;
    border-bottom: 1px dotted #bfbfbf;
    margin: 0 auto;
    overflow: hidden
}

.search-box-wrap .shopping-wrap .goods-list .shopping-footer {
    padding: 16px 33px 17px 0;
    text-align: right;
    height: 26px;
    line-height: 26px
}

.search-box-wrap .shopping-wrap .goods-list .shopping-footer span {
    color: #f74848
}

.search-box-wrap .shopping-wrap .goods-list .shopping-footer a {
    width: 88px;
    height: 26px;
    background: #f74848;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-left: 10px
}

.search-box-wrap .shopping-wrap .no-goods {
    width: 315px;
    padding: 17.5px 0 17.5px 30px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 45px
}

.search-box-wrap .shopping-wrap .no-goods .icon {
    width: 52px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    background-image: url(/static/common/images/mall-cart.png)
}

.search-box-wrap .shopping-wrap:hover .goods-list, .search-box-wrap .shopping-wrap:hover .no-goods {
    display: block
}

.search-box-wrap .batch-inquiry-wrap {
    position: absolute;
    top: 30px;
    right: 180px;
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff
}

.search-box-wrap .batch-inquiry-wrap a .batch-inquiry-btn {
    width: 100px;
    padding-left: 20px;
    height: 40px;
    background: #ff8d50;
    border-radius: 3px;
    color: #fff
}

.search-box-wrap .batch-inquiry-wrap a .batch-inquiry-btn i {
    position: absolute;
    top: 11px;
    left: 15px;
    width: 20px;
    height: 21px;
    background: url(/static/common/images/sprites-header-1593520694219.png) -528px -5px
}

.nav-box-wrap {
    background: #fff
}

.nav-box-wrap.nav-box-line {
    border-bottom: 2px solid #f74951
}

.nav-box-wrap.nav-box-line .nav-list li.active a, .nav-box-wrap.nav-box-line .nav-list li:hover a {
    border-bottom: none
}

.nav-box-wrap .nav-box {
    width: 1200px;
    height: 36px;
    margin: 0 auto
}

.nav-box-wrap .catalog-wrap {
    margin-right: 50px;
    float: left;
    position: relative
}

.nav-box-wrap .catalog-wrap &gt; a {
    width: 220px;
    height: 36px;
    background: #f74747;
    display: block;
    line-height: 36px;
    font-size: 16px;
    color: #fff
}

.nav-box-wrap .catalog-wrap .catalog-list {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 9999;
    width: 220px;
    height: 480px;
    background: #fff;
    /*box-shadow: 0 2px 4px 0 rgba(43, 43, 61, .05);*/
    padding-top: 2px;
    box-shadow: 0 2px 4px 0 #ccc;
}

.nav-box-wrap .catalog-wrap .catalog-list.catalog-list-hide {
    display: none
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 &gt; li {
    height: 32px;
    line-height: 32px;
    text-align: left;
    padding-bottom: 4.5px
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 &gt; li.is-hover, .nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 &gt; li:hover {
    background: #ffe4e6
}


.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 &gt; li:last-child i {
    top: 1px
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 &gt; li &gt; i {
    position: relative;
    top: 2px;
    margin-left: 16px;
    margin-right: 14px
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 &gt; li a {
    color: #333;
    font-size: 12px;
    margin-right: 10px
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-level-0 &gt; li a:hover {
    color: #f13747;
    font-weight: 700
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap {
    width: 980px;
    height: 480px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
    position: absolute;
    left: 220px;
    top: 10px;
    z-index: 10
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .line {
    position: absolute;
    height: 370px;
    border-left: 1px solid #d6d5d5;
    top: 20px;
    z-index: 999;
    left: 50%
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list {
    width: 100%;
    height: 100%;
    padding: 20px 25px;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: 0 2px 4px 0 #ccc;
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul {
    width: 100%;
    float: left;
    text-align: left
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul li {
    margin-bottom: 10px
}
.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul strong.catalog-level-1 {
   line-height: 18px;
}
.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul strong.catalog-level-1 a {
    font-size: 12px;
    color: #666;
    font-weight: 700;
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul strong.catalog-level-1 a:hover {
    color: #f13747 !important
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul strong.catalog-level-1 a img {
    display: inline-block;
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
    top: 5px
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul .catalog-level-2 {
    width: 100%;
    padding: 4px 0;
    font-size: 12px;
    line-height: 26px;
    margin-left: -10px
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul .catalog-level-2 span {
    margin: 4px 0;
    padding: 0 8px;
    display: inline-block;
    height: 19px;
    border-right: 1px solid #e2e2e2
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul .catalog-level-2 span:last-child {
    border-right: none
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul .catalog-level-2 a {
    display: block;
    padding: 0 1px;
    color: #666;
    line-height: 18px;
    position: relative
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul .catalog-level-2 a:hover {
    color: #f13747;
    border-bottom: 1px solid #f13747
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul.odd li {
    margin-right: 20px
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-wrap .catalog-child-list &gt; ul.edd li {
    margin-left: 30px
}

.nav-box-wrap .catalog-wrap .catalog-list .catalog-child-loading {
    background: #fff url(/static/common/images/loading-648bdb.gif) 50% no-repeat
}

.nav-box-wrap .catalog-wrap .catalog-child-wrap, .nav-box-wrap .catalog-wrap .catalog-list .catalog-child-loading .line {
    display: none
}

.nav-box-wrap .catalog-wrap .catalog-list li:hover .catalog-child-wrap {
    display: block !important
}

.nav-box-wrap .catalog-wrap:hover .catalog-list.catalog-list-hide {
    display: block
}

.nav-box-wrap .nav-list {
    height: 36px;
    white-space: nowrap;
    overflow: hidden
}

.nav-box-wrap .nav-list li {
    float: left;
    margin-right: 39px
}

.nav-box-wrap .nav-list li a {
    font-size: 16px;
    line-height: 34px;
    color: #333;
    padding: 0 3px;
    display: block
}

.nav-box-wrap .nav-list li a &gt; img {
    display: inline-block;
    max-height: 36px;
    max-width: 50px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px
}

.nav-box-wrap .nav-list li.active a, .nav-box-wrap .nav-list li:hover a {
    color: #f13747
}

.nav-icon-catalog {
    display: inline-block;
    width: 15px;
    height: 11px;
    background: url(/static/common/images/nav_icon-1592034576783.png) -30px -5px;
    margin-right: 8px
}

.nav-icon-safe {
    width: 15px;
    background: url(/static/common/images/nav_icon-1592034576783.png) -5px -5px;
    margin-right: 6px
}

.nav-icon-safe, .nav-icon-star {
    display: inline-block;
    height: 19px;
    position: relative;
    top: 4px
}

.nav-icon-star {
    width: 16px;
    background: url(/static/common/images/nav_icon-1592034576783.png) -55px -5px;
    margin-right: 5px
}


.title-info {
    width: 100%;
    height: 35px;
    background-color: #fff7ea;
    color: #8e3f2a;
    font-size: 12px;
    border: 1px solid #feedd1
}

.title-info.show {
    display: block
}

.title-info .authentication {
    width: 1200px;
    height: 35px;
    text-align: left;
    line-height: 35px;
    background-color: #fff7ea;
    margin: 0 auto;
    position: relative;
    padding-left: 14px;
    box-sizing: border-box
}

.title-info .authentication a {
    display: block;
    cursor: pointer
}

.title-info .authentication a.is-text:hover {
    color: #a2671a;
    cursor: default
}

.title-info .authentication .icon-notice {
    margin: 10px 6px 0 0
}

.title-info .authentication .text {
    width: 1021px;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    color: #a2671a;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top
}

.title-info .authentication .red {
    color: #ed0c1e;
    font-weight: 700;
    padding: 0;
    cursor: default
}

.title-info .authentication .tip-close {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer
}

.city-select-wrap {
    position: absolute;
    top: 37px;
    left: 0;
    width: 565px;
    height: 216px;
    background: #fff;
    box-shadow: 0 0 4px 1px hsla(0, 0%, 80%, .8);
    padding: 12px;
    line-height: normal;
    z-index: 1
}

.city-select-container {
    width: 565px;
    height: 166px;
    float: left;
    font-size: 12px
}

.city-select-container ul {
    padding: 0;
    margin: 0
}

.city-select-container ul li {
    text-decoration: none;
    list-style: none;
    float: left;
    min-width: 70px;
    text-align: center;
    margin: 6px 0;
    width: auto
}

.city-select-container ul li a {
    padding: 0 5px;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    color: #333
}

.city-select-container ul li.active a, .city-select-container ul li a:hover {
    background: #f74747;
    color: #fff
}

.city-select-container .tab-name {
    display: inline-block;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 32px;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    line-height: 23px;
    height: 23px
}

.city-select-container .tab-name.active {
    height: 24px;
    border: 2px solid #f74848;
    border-bottom: none
}

.city-select-container .tab-bar {
    height: 24px
}

.city-select-container .tab-bar-list {
    position: relative;
    float: left
}

.city-select-container .arrow {
    display: inline-block;
    width: 18px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 10px;
}

.city-select-container .content {
    height: 120px;
    border-top: 2px solid #f74848
}

.city-select-container .city-name.tab-name {
    margin-left: 6px
}

.city-select-container .fir-city-select {
    position: fixed;
    width: 100%;
    min-width: 1200px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.city-select-container .fir-city-select .mock-floor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: 1001
}

.city-select-container .fir-city-select .city-box {
    width: 640px;
    height: 400px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 1002;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -320px
}

.city-select-container .fir-city-select .city-box .city-title-info {
    text-align: center;
    margin-top: 10px;
    position: relative
}

.city-select-container .fir-city-select .city-box .city-title-info .city-close {
    position: absolute;
    top: 11px;
    right: 11px;
    cursor: pointer
}

.city-select-container .fir-city-select .city-box .city-title-info .title-city-inf {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px
}

.city-select-container .fir-city-select .city-box .city-title-info .defbox .def-addr {
    text-align: left;
    height: 27px
}

.city-select-container .fir-city-select .city-box .city-title-info .defbox .def-addr .city-title-bar {
    float: left;
    height: 27px;
    border: 1px solid #e2e2e2;
    border-bottom: #fff;
    background: #fff;
    margin-left: 19px;
    line-height: 27px;
    font-size: 14px;
    padding: 0 15px
}

.city-select-container .fir-city-select .city-box .city-title-info .defbox .def-addr .city-title-bar .city-tit {
    margin-left: 15px
}

.city-select-container .fir-city-select .city-box .city-title-info .defbox .sel-container {
    width: 570px;
    height: 190px;
    border: 1px solid #e2e2e2;
    margin: 0 auto;
    padding: 20px 15px 0
}

.city-select-container .screenbar .area {
    height: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    max-width: 146px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    line-height: 24px;
    padding: 0 30px 0 10px;
    position: relative;
    display: inline-block;
    float: inherit;
    z-index: 100
}

.city-select-container .screenbar .area span {
    width: auto;
    height: 24px;
    line-height: 24px
}

.city-select-container .screenbar .area .area_list {
    top: 26px;
    width: 392px;
    height: 189px
}

.city-select-container .screenbar .area .city-select-container {
    width: 377px
}

.city-select-container .screenbar .area .city-select-container li {
    min-width: 50px;
    line-height: 20px;
    margin: 6px 0
}

.city-select-container .screenbar .area:hover .area_zhe {
    display: block;
    top: 22px
}

.city-select-container .screenbar li .areas span {
    width: 72px;
    padding: 0
}

.city-select-container .screenbar .areas_i {
    right: 8px
}

.city-select-container .screenbar .ps-addr, .screenbar li .areas .screenbar .screenbar #ps-addr {
    position: absolute;
    right: 268px
}

.product_info_list .area {
    z-index: 8
}

.fixed-base-wrap {
    top: 0;
    width: 100%;
    min-width: 1366px;
    position: fixed;
    z-index: 200
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 0
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: 0
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li, .slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\2022";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.pagination {
    text-align: right;
    color: #666;
    margin: 0 auto;
    padding: 10px 0
}

.pagination button {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
    color: #333;
    background: #fff;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e2e2e2;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer
}

.pagination button.active, .pagination button:hover {
    border-color: #f74747;
    color: #f74951;
    cursor: pointer
}

.pagination button:disabled {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65
}

.pagination .firstbtn, .pagination .lastbtn, .pagination .nextbtn {
    width: 60px
}

.pagination .pagination-number {
    display: inline-block;
    vertical-align: middle
}

.pagination .numberbtn {
    min-width: 32px
}

.pagination .ellipse {
    display: inline-block;
    line-height: 32px;
    margin-right: 5px
}

.pagination .zxfinput {
    width: 35px;
    border: 1px solid #dfdfdf;
    margin: 0 6px;
    border-radius: 3px
}

.pagination .zxfinput, .pagination .zxfokbtn {
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box
}

.pagination .zxfokbtn {
    display: inline-block;
    border-radius: 3px;
    color: #333;
    background: #fff;
    border: 1px solid #e2e2e2;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer
}

.pagination .pagination-page-total {
    font-weight: 700;
    margin: 0 2px;
    color: #000
}
.breadcrumbs-wrap {
    /*margin-top: 15px;*/
    font-size: 14px;
    height: 36px
}

.breadcrumbs-wrap .crumbs-list {
    position: relative;
    line-height: 30px
}

.breadcrumbs-wrap .crumbs-list:before {
    position: absolute;
    top: 0;
    left: -22px;
    content: "";
    height: 20px;
    width: 20px;
    background: #fff;
    z-index: 1
}

.breadcrumbs-wrap .crumbs-list .crumbs-item {
    float: left;
    list-style-type: none;
    cursor: pointer
}

.breadcrumbs-wrap .crumbs-list .crumbs-item i {
    font-size: 16px;
    font-family: "\5B8B\4F53";
    display: inline-block;
    margin-left: -20px;
    width: 20px;
    text-align: center;
    position: absolute;
    top: -2px
}

.breadcrumbs-wrap .crumbs-list .crumbs-item:first-child i {
    display: none
}

.breadcrumbs-wrap .crumbs-list .crumbs-item .crumbs-item-name {
    border: 1px solid #e2e2e2;
    display: inline-block;
    height: 26px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 26px 0 8px;
    line-height: 24px;
    font-size: 12px;
    text-align: center
}

.breadcrumbs-wrap .crumbs-list .crumbs-item .crumbs-item-name:hover {
    color: #f74951;
    cursor: pointer
}

.breadcrumbs-wrap .crumbs-list .crumbs-item s {
    float: right;
    position: relative;
    top: -5px;
    right: 30px;
    width: 14px;
    height: 36px;
    display: block;
    transition: transform .2s ease-in 0s;
    -webkit-transition: -webkit-transform .2s ease-in 0s;
    margin-left: 10px;
    z-index: 2
}

.breadcrumbs-wrap .crumbs-list .crumbs-item:hover s {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.breadcrumbs-wrap .crumbs-list .crumbs-item:hover .crumbs-item-name {
    border: 1px solid #f74747;
    border-bottom-color: #fff;
    position: relative;
    z-index: 101
}

.breadcrumbs-wrap .crumbs-list .crumbs-item .crumbs-itme-list {
    display: none;
    border: 1px solid #f74747;
    max-height: 78px;
    overflow-y: scroll;
    background: #fff;
    position: absolute;
    width: 1200px;
    top: 25px;
    z-index: 100;
    left: 0;
    padding: 6px 0 6px 12px;
    box-sizing: border-box
}

.breadcrumbs-wrap .crumbs-list .crumbs-item .crumbs-itme-list li {
    float: left;
    height: 32px;
    line-height: 32px
}

.breadcrumbs-wrap .crumbs-list .crumbs-item .crumbs-itme-list li a {
    display: inline-block;
    height: 26px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 26px 0 8px;
    line-height: 24px;
    font-size: 12px
}

.breadcrumbs-wrap .crumbs-list .crumbs-item:hover .crumbs-itme-list {
    display: block
}

.header-selected-wrap {
    width: 1200px
}

.header-selected-wrap .selected-item {
    border: 1px dashed #f74747;
    padding: 5px 0 5px 5px;
    margin-right: 20px;
    margin-bottom: 12px;
    float: left
}

.header-selected-wrap .selected-item i {
    font-weight: 400;
    font-style: normal;
    color: #666;
    padding: 0 4px
}

.header-selected-wrap .selected-item a {
    font-weight: 400;
    font-style: normal;
    padding: 0 5px;
    color: #f74747;
    display: inline-block;
    vertical-align: middle
}

.selector-box-wrap {
    width: 1200px;
    position: relative;
    margin-bottom: 42px
}

.selector-box-wrap.selector-box-mb {
    margin-bottom: 10px
}

.selector-box-wrap .selector-tag {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    overflow: hidden
}

.selector-box-wrap .more-screen {
    padding: 0 40px 0 17px;
    border: 1px solid #e2e2e2;
    border-top: 2px solid #fff;
    line-height: 28px;
    position: absolute;
    left: 46%;
    bottom: -32px;
    height: 30px;
    background: #fff;
    cursor: pointer
}

.selector-box-wrap .more-screen i {
    float: right;
    position: relative;
    top: -31px;
    right: -26px;
    width: 14px;
    height: 36px;
    display: block;
    transform: rotate(0deg)
}

.selector-box-wrap .more-screen i.up {
    transform: rotate(180deg)
}

.selector-row-wrap {
    width: 1200px;
    border-bottom: 1px solid #e2e2e2;
    position: relative
}

.selector-row-wrap .selector-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 122px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #666;
    line-height: 38px;
    border-right: 1px solid #e2e2e2;
    background: #f1f1f1;
    text-align: left
}

.selector-row-wrap .selector-single-wrap {
    width: 885px;
    overflow: hidden;
    margin-left: 122px;
    height: 38px
}

.selector-row-wrap .selector-single-wrap.selector-single-wrap-auto {
    height: auto;
    overflow: auto
}

.selector-row-wrap .selector-single-wrap.selector-single-wrap-ih {
    max-height: 200px;
    height: auto
}

.selector-row-wrap .selector-single-wrap.selector-single-wrap-ih .selector-single-box {
    max-height: 130px;
    overflow: auto;
    padding: 10px 0
}

.selector-row-wrap .selector-single {
    margin-left: 7px;
    color: #333;
    padding: 6px 0 6px 20px;
    margin-right: 20px
}

.selector-row-wrap .selector-single li {
    line-height: 25px;
    float: left;
    padding: 0 6px;
    margin-right: 5px;
    margin-bottom: 5px
}

.selector-row-wrap .selector-single li .on {
    color: #e50014
}

.selector-row-wrap .selector-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px
}

.selector-row-wrap .selector-more {
    border: 1px solid #e2e2e2;
    width: 40px;
    height: 22px;
    float: right;
    padding: 0 5px;
    cursor: pointer;
    margin-right: 10px;
    text-align: left;
    line-height: 22px;
    margin-top: 7px;
}

.selector-row-wrap .selector-more:hover {
    border: 1px solid #f74747;
    color: #f74747
}



.selector-row-wrap .selector-multiple {
    border: 1px solid #e2e2e2;
    width: 40px;
    height: 22px;
    float: right;
    padding: 0 5px;
    cursor: pointer;
    margin-right: 10px;
    text-align: left;
    line-height: 22px;
    margin-top: 7px;
}

.selector-row-wrap .selector-multiple:hover {
    border: 1px solid #f74747;
    color: #f74747
}

.selector-row-wrap .checkbox-grop-wrap {
    margin-left: 25px
}

.selector-row-wrap .checkbox-grop-wrap li {
    padding-bottom: 8px;
    margin-right: 11px
}

.selector-row-wrap .checkbox-grop-wrap li .checkbox-wrap:hover {
    color: #f74951;
    cursor: pointer
}

.selector-row-wrap .selector-multiple-btn {
    height: 50px;
    margin-left: 386px;
    text-align: center
}

.selector-row-wrap .selector-multiple-btn button {
    margin: 10px 6px 7px;
    float: left;
    display: block;
    width: 54px;
    height: 24px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    border-radius: 4px;
    color: #2d2d34;
    cursor: pointer;
    font-size: 12px
}

.selector-row-wrap .selector-multiple-btn button:hover {
    color: #f74951
}

.checkbox-grop-wrap {
    font-size: 12px
}

.checkbox-grop-wrap li {
    float: left
}

.checkbox-wrap {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    line-height: 1;
    vertical-align: middle;
    line-height: 20px;
    margin: 0 5px
}

.checkbox-wrap input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

.checkbox-wrap .checkbox-input {
    position: absolute;
    left: 0;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
    top: 2px;
    margin-right: 4px;
    bottom: 0;
    right: 0;
    line-height: normal
}

.checkbox-wrap .checkbox-inner {
    position: relative;
    top: 2px;
    left: 0;
    margin-right: 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
}


.screen-filter-wrap {
    width: 1200px;
    border: 1px solid #e2e2e2;
    margin-top: 12px;
    height: 38px;
    line-height: 36px;
    margin-bottom: 8px;
    background: #f1f1f1;
    position: relative
}

.screen-filter-wrap .filter-sort {
    float: left
}

.screen-filter-wrap .filter-sort li {
    float: left;
    padding: 0 18px;
    border-right: 1px solid #e2e2e2;
    cursor: pointer
}

.screen-filter-wrap .filter-sort li a {
    color: #2d2d34;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle
}

.screen-filter-wrap .filter-sort li .i-arrow-down {
    transform: rotate(180deg);
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle
}

.screen-filter-wrap .filter-sort li .i-arrow-price {
    height: 18px;
    width: 12px;
    float: right;
    margin-top: 12px;
    vertical-align: middle
}

.screen-filter-wrap .filter-sort li .i-arrow-price b {
    float: right;
    height: 9px;
    width: 12px;
}

.screen-filter-wrap .filter-sort li .i-arrow-price i {
    float: right;
    height: 9px;
    width: 12px;
    margin: 0;
}

.screen-filter-wrap .filter-sort li:hover a {
    color: #f74951
}

.screen-filter-wrap .filter-sort li.active {
    background: #f74747;
    margin-top: -1px;
    margin-left: -1px;
    border-right: 1px solid #f74747
}

.screen-filter-wrap .filter-sort li.active a {
    color: #fff
}



.screen-filter-wrap .filter-sort li.active .i-arrow-price.up b {
    background-position: 0 -157px
}

.screen-filter-wrap .filter-sort li.active .i-arrow-price.down i {
    background-position: 0 -209px
}

.screen-filter-wrap .filter-priceform {
    float: left;
    padding: 0 10px;
    height: 38px;
    border-right: 1px solid #e2e2e2
}

.screen-filter-wrap .filter-priceform input {
    float: left;
    border: 1px solid #e2e2e2;
    width: 56px;
    padding: 0 0 0 4px;
    margin-top: 8px;
    height: 22px;
    font-size: 12px;
    line-height: 23px;
    background: #fff;
    color: #666
}

.screen-filter-wrap .filter-priceform i {
    float: left;
    padding: 0 5px
}

.screen-filter-wrap .filter-priceform a {
    float: left;
    border: 1px solid #e2e2e2;
    width: 40px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    margin-top: 8px;
    margin-left: 10px
}

.screen-filter-wrap .filter-checkbox-wrap {
    float: left;
    margin: 0 5px
}

.screen-filter-wrap .filter-total {
    float: right;
    width: 100px;
    text-align: right;
    padding: 0 10px;
    border-left: 1px solid #e2e2e2
}

.screen-filter-wrap .filter-total b {
    color: #f74747;
    font-weight: 700
}

.screen-filter-wrap .filter-list-type {
    float: right;
    padding: 0 6px;
    height: 38px;
    border-left: 1px solid #e2e2e2
}

.screen-filter-wrap .filter-list-type li {
    margin: 0 12px;
    height: 38px;
    line-height: 40px;
    float: left;
    line-height: 38px;
    cursor: pointer
}

.screen-filter-wrap .filter-list-type li i {
    display: inline-block;
    height: 11px;
    width: 11px;
    vertical-align: middle;
    padding-right: 3px
}

.screen-filter-wrap .filter-list-type li .icon-pic {
    background-position: 7px 7px;
}

.screen-filter-wrap .filter-list-type li.active {
    color: #f74747
}



.screen-filter-wrap .filter-area {
    float: right;
    margin-right: 5px;
    position: relative
}

.screen-filter-wrap .filter-area .area-info {
    height: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    max-width: 146px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    line-height: 24px;
    padding: 0 30px 0 10px;
    position: relative;
    display: inline-block;
    z-index: 6;
    cursor: pointer
}

.screen-filter-wrap .filter-area:hover .area-info {
    border-bottom: none
}

.screen-filter-wrap .filter-area .icon-arrow-down {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 6px
}

.insert-ads-wrap {
    margin-top: 10px;
    position: relative;
    width: 100%;
    cursor: pointer
}

.insert-ads-wrap .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px
}

.insert-ads-wrap img {
    vertical-align: top;
    border: 0
}

.goods-wrap {
    position: relative
}

.goods-wrap .goods-item-box {
    width: 1200px
}

.goods-wrap .goods-item-box.goods-item-side {
    margin-left: 230px;
    width: 924px
}

.goods-item-wrap {
    /*float: left;*/
    display: inline-block;
    width: 204px;
    height: 370px;
    padding: 17px 12px;
    border: 1px solid #EBECEC;
    position: relative;
    margin-top: 12px;
    transition: border-color .1s ease;
    overflow: hidden;
    margin-right: 8px;
}
.goods-item-wrap:nth-child(5n+5) {
    margin-right: 0px;
}
.goods-item-wrap a{
    display: inline-block;
}
.goods-item-wrap:hover {
    border-color: #e9e9e9;
    /*box-shadow: 0 0 2px 2px #f8f8f8;*/
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .45);
}

.goods-item-wrap .goods-tagcont {
    z-index: 1;
    position: absolute;
    top: 8px;
    left: 8px
}

.goods-item-wrap .goods-tagcont .tag {
    width: 58px;
    height: 18px;
    border: 1px solid #f74747;
    color: #f74747;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    float: left;
    margin-right: 3px;
    line-height: 18px
}

.goods-item-wrap .goods-img {
    position: relative;
    width: 199px;
    height: 180px;
    padding: 15px 0;
    text-align: center
}

.goods-item-wrap .goods-img img {
    max-width: 180px;
    max-height: 180px;
    vertical-align: top;
    border: 0
}

.goods-item-wrap .goods-img .off-sale-icon {
    position: absolute;
    left: 35px;
    top: 35px
}

.goods-item-wrap .like-goods-num {
    padding: 2px 10px;
    background: #ffe9c9;
    border-radius: 10px;
    margin-bottom: 5px;
    float: left;
    line-height: 18px
}

.goods-item-wrap a:hover .like-goods-num {
    color: #666
}

.goods-item-wrap .replace-product-num {
    padding: 1px 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    color: #c50918;
    float: left;
    line-height: 18px;
    background: #e9eff6
}

.goods-item-wrap .goods-price {
    width: 199px;
    margin-left: -2px;
    float: left;
    text-align: left;
    padding-top: 4px
}

.goods-item-wrap .goods-price i {
    color: #f74747;
    font-size: 12px
}

.goods-item-wrap .goods-price span {
    color: #f74747;
    font-family: Verdana
}

.goods-item-wrap .goods-price .integer {
    font-size: 20px
}

.goods-item-wrap .goods-price .decimal {
    font-size: 16px
}

.goods-item-wrap .goods-price .goods-price-wait {
    font-size: 17px
}

.goods-item-wrap .goods-price s {
    color: #333;
    padding-left: 15px
}

.goods-item-wrap a:hover .goods-price s {
    color: #333
}

.goods-item-wrap .goods-name {
    margin-top: 5px;
    color: #333;
    height: 36px
}

.goods-item-wrap .goods-name, .goods-item-wrap .metertitle {
    position: relative;
    width: 200px;
    line-height: 150%;
    overflow: hidden;
    text-align: left;
    float: left
}

.goods-item-wrap .metertitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 7px;
    color: #999
}

.goods-item-wrap .metertitle .vpi-tag, .goods-item-wrap .metertitle span {
    display: inline-block;
    vertical-align: middle
}

.goods-item-wrap .metertitle .vpi-tag {
    width: 14px;
    height: 14px;
    margin-left: 5px
}

.goods-item-wrap .deliver-leadTime {
    position: relative;
    float: left;
    width: 200px;
    line-height: 150%;
    color: #666;
    max-height: 36px;
    text-align: left
}

.goods-item-wrap .deliver-leadTime .deliver {
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 16px;
    border-radius: 5px
}

.goods-item-wrap .deliver-leadTime .deliver.h48 {
    background-color: #f50;
    border: 1px solid #f50
}

.goods-item-wrap .deliver-leadTime.deliver-leadTime-none .deliver.h24, .goods-item-wrap .deliver-leadTime.deliver-leadTime-none .deliver.h48 {
    background: #c3c3c3;
    border: 1px solid #c3c3c3
}

.goods-item-wrap .goods-item-btn {
    color: #333;
    position: relative;
    margin-top: 10px
}

.goods-item-wrap .goods-item-btn .toggle-favorite {
    position: relative;
    float: left;
    width: 78px;
    height: 26px;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    border: 1px solid #e2e2e2;
    text-align: left;
    border-radius: 3px
}

.goods-item-wrap .goods-item-btn .toggle-favorite .icon-favorite {
    font-size: 14px;
    padding-left: 8px;
    color: #666
}

.goods-item-wrap .goods-item-btn .toggle-favorite .icon-favorit-full {
    color: #f74747;
    font-size: 14px;
    padding-left: 8px
}

.goods-item-wrap .goods-item-btn .toggle-favorite span {
    color: #333;
    line-height: 26px
}

.goods-item-wrap .goods-item-btn .toggle-favorite:hover {
    border-color: #f74747;
    z-index: 1
}

.goods-item-wrap .goods-item-btn .toggle-favorite:hover .icon-favorite {
    color: #f74747
}

.goods-item-wrap .goods-item-btn .cart {
    float: left;
    position: relative;
    margin-left: -1px;
    width: 106px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    z-index: 0;
    text-align: left;
    border-radius: 3px;
    color: #f74747
}

.goods-item-wrap .goods-item-btn .cart .icon-add-cart {
    font-size: 14px;
    padding-left: 8px
}

.goods-item-wrap .goods-item-btn .cart span {
    line-height: 25px
}

.goods-item-wrap .goods-item-btn .cart:hover {
    border-color: #f74747;
    z-index: 1;
    background: #e50112;
    color: #fff
}

.goods-item-wrap .goods-item-btn .cart.cart-none {
    border: 1px solid #e2e2e2;
    color: #999
}

.goods-item-wrap .goods-item-btn .cart.cart-none:hover {
    border: 1px solid #e2e2e2;
    color: #999;
    background: none
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.modal-shade {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    z-index: 9998
}

.fly-img-box {
    position: fixed;
    margin-top: 0;
    margin-left: 0;
    width: 20px;
    height: 20px;
    z-index: 9999
}

.fly-img-box img {
    width: 100%;
    height: 100%
}

.side-select-wrap {
    float: left;
    width: 215px
}

.side-select-wrap .left-header {
    height: 20px;
    line-height: 20px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #f74747;
    text-align: left
}

.side-select-wrap .left-header em {
    display: inline-block;
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    line-height: 8px;
    text-align: center;
    font-weight: 900;
    margin-right: 10px;
    vertical-align: middle
}

.side-select-wrap .attr-item {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    padding: 0
}

.side-select-wrap .attr-item .item-header {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: #f1f1f1;
    color: #666;
    font-size: 12px;
    font-weight: 700;
    text-align: left
}

.side-select-wrap .attr-item .item-header i {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    width: 14px;
    height: 9px;
    cursor: pointer
}


.side-select-wrap .attr-item .attr-option-container {
    border: 1px solid #fff;
    padding: 20px 0 5px 10px;
    max-height: 272px;
    overflow: auto
}

.side-select-wrap .attr-item .attr-option-container.max-container {
    max-height: 135px;
    overflow: hidden
}

.side-select-wrap .attr-item .attr-option-container .attr-option {
    float: left;
    min-width: 50%
}

.side-select-wrap .attr-item .attr-option-container .checkbox-grop-wrap li {
    width: 50%;
    text-align: left;
    margin-bottom: 15px
}

.side-select-wrap .attr-item .attr-option-container .checkbox-grop-wrap li .checkbox-wrap {
    padding-left: 18px;
    white-space: break-spaces
}

.side-select-wrap .attr-item .attr-option-container .checkbox-grop-wrap li .checkbox-wrap .checkbox-inner {
    position: absolute;
    top: 3px
}

.side-select-wrap .attr-item.attr-item-iw .checkbox-grop-wrap li {
    width: 100%
}

.side-select-wrap .attr-item.only-header {
    height: 30px;
    overflow: hidden
}

.side-select-wrap .attr-item:last-child {
    border-bottom: 1px solid #e2e2e2
}

.side-select-wrap .more_option {
    text-align: center;
    padding: 0 0 10px;
    cursor: pointer;
    line-height: 18px
}

.side-select-wrap .more_option i {
    margin-left: 5px;
    width: 14px;
    height: 9px;
    display: inline-block;
}



.list-item-wrap {
    width: 1154px;
    position: relative
}

.list-item-wrap .tw1 {
    width: 82px
}

.list-item-wrap .tw1, .list-item-wrap .tw2 {
    padding-left: 32px;
    float: left;
    text-align: left;
    height: 100%
}

.list-item-wrap .tw2 {
    width: 150px
}

.list-item-wrap .tw3 {
    width: 80px;
    padding-left: 40px;
    float: left;
    text-align: left;
    height: 100%
}

.list-item-wrap .tw4 {
    width: 104px;
    padding-left: 16px;
    float: left;
    text-align: left;
    height: 100%
}

.list-item-wrap .tw5 {
    width: 196px;
    padding-left: 8px;
    float: left;
    text-align: left;
    height: 100%
}

.list-item-wrap .tw6 {
    width: 48px
}

.list-item-wrap .tw6, .list-item-wrap .tw7 {
    padding-left: 22px;
    float: left;
    text-align: left;
    height: 100%
}

.list-item-wrap .tw7 {
    width: 78px
}

.list-item-wrap .tw8 {
    padding-left: 32px
}

.list-item-wrap .tw8, .list-item-wrap .tw9 {
    width: 100px;
    float: left;
    text-align: left;
    height: 100%
}

.list-item-wrap .list-item-header {
    background: #f1f1f1;
    width: 1200px;
    border: 1px solid #e2e2e2;
    height: 38px;
    line-height: 38px
}

.list-item-wrap .list-item-header .add-shop-cart {
    cursor: pointer;
    width: 110px;
    background: #f74747;
    color: #fff;
    height: 40px;
    text-align: center;
    position: relative;
    top: -1px
}

.list-item-wrap .list-item-side {
    margin-left: 230px;
    width: 924px
}

.list-item-wrap .list-item-side .tw2 {
    width: 200px
}

.list-item-wrap .list-item-side .tw5 {
    width: 228px
}

.list-item-wrap .list-item-side .goods-list {
    width: 926px
}

.list-item-wrap .goods-list {
    padding: 20px 12px;
    width: 100%;
    box-sizing: border-box;
    height: 130px;
    position: relative;
    line-height: 150%;
    border: 1px solid #e2e2e2;
    border-top: none;
    transition: border-color .1s ease;
    overflow: hidden;
    width: 1154px
}

.list-item-wrap .goods-list .goods-img {
    position: relative;
    padding: 15px 0 15px 18px;
    text-align: center
}

.list-item-wrap .goods-list .goods-img img {
    width: 80px;
    height: 80px;
    border: 1px solid #e2e2e2
}

.list-item-wrap .goods-list .goods-img .goods-tagcont {
    z-index: 1;
    position: absolute;
    top: -11px;
    left: 19px
}

.list-item-wrap .goods-list .goods-img .goods-tagcont .tag {
    width: 58px;
    height: 18px;
    border: 1px solid #f74747;
    color: #f74747;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    float: left;
    margin-right: 3px;
    line-height: 18px
}

.list-item-wrap .goods-list .goods-img .goods-tagcont .vpi-tag {
    color: #f27d00;
    border: 1px solid #f27d00
}

.list-item-wrap .goods-list .off-sale-icon {
    position: absolute;
    left: 18px;
    bottom: 16px;
    width: 82px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #b8b8b8
}

.list-item-wrap .goods-list .replace-product-num {
    display: block;
    width: 46px;
    height: 16px;
    font-size: 12px;
    color: #f74747;
    text-align: center;
    margin: 5px 0 0;
    background: #e9eff6;
    border-radius: 8px;
    line-height: 16px
}

.list-item-wrap .goods-list .goods-info .name {
    float: left;
    height: 72px;
    color: #333;
    overflow: hidden
}

.list-item-wrap .goods-list .goods-info .sku-number {
    float: left;
    margin-top: 7px;
    color: #999
}

.list-item-wrap .goods-list .goods-info .sku-number span {
    display: inline-block;
    vertical-align: middle
}

.list-item-wrap .goods-list .goods-info .vpi-icon {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    display: inline-block
}

.list-item-wrap .goods-list .feature {
    overflow: auto;
    height: 90px
}

.list-item-wrap .goods-list .feature span {
    display: block
}

.list-item-wrap .goods-list .goods-price {
    text-align: left
}

.list-item-wrap .goods-list .goods-price i {
    color: #f74747;
    font-size: 12px
}

.list-item-wrap .goods-list .goods-price span {
    color: #f74747;
    font-family: Verdana
}

.list-item-wrap .goods-list .goods-price .integer {
    font-size: 20px
}

.list-item-wrap .goods-list .goods-price .decimal {
    font-size: 16px
}

.list-item-wrap .goods-list .goods-price .goods-price-wait {
    font-size: 17px
}

.list-item-wrap .goods-list .goods-price s {
    display: block;
    color: #333
}

.list-item-wrap .goods-list .add-shop-cart .add-cart-left {
    float: left;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid #e6e1db;
    text-align: center;
    line-height: 22px;
    font-size: 24px;
    cursor: pointer;
    background: #f1f1f1;
    color: #666
}

.list-item-wrap .goods-list .add-shop-cart .add-cart-left-none {
    color: #999
}

.list-item-wrap .goods-list .add-shop-cart input {
    float: left;
    padding: 0 3px;
    width: 40px;
    height: 24px;
    border: 1px solid #e6e1db;
    border-right: none;
    border-left: none;
    text-align: center;
    line-height: 20px
}

.list-item-wrap .goods-list .add-shop-cart .add-cart-right {
    float: left;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid #e6e1db;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    cursor: pointer;
    background: #f1f1f1
}

.list-item-wrap .goods-list:hover {
    background-color: #f1f1f1
}

.list-item-wrap .goods-list .tw8 {
    width: 132px;
    padding-left: 0;
    text-align: center
}

.modal-content .pass-info {
    line-height: 42px;
    padding-left: 68px;
    background-size: 30px;
    text-align: left
}

.deliver.h24 {
    background-color: #fb4848
}

.deliver.h24, .deliver.h48 {
    color: #fff;
    padding: 2px 7px;
    border-radius: 3px
}

.deliver.h48 {
    background-color: #ff8e50
}

.deliver-leadTime-none .deliver.h24, .deliver-leadTime-none .deliver.h48 {
    background: #c3c3c3;
    border: 1px solid #c3c3c3
}

.add-shop-cart.is-disabled .add-cart-left, .add-shop-cart.is-disabled .add-cart-right {
    background: #d2d0d0
}

.add-shop-cart.is-disabled .add-cart-left:hover, .add-shop-cart.is-disabled .add-cart-right:hover {
    color: #666
}

.add-shop-cart.is-disabled .add-cart-num {
    background: #f1f1f1
}

.add-shop-cart.size-large .add-cart-left, .add-shop-cart.size-large .add-cart-right {
    width: 32px;
    height: 32px;
    line-height: 30px
}

.add-shop-cart.size-large input {
    width: 50px;
    height: 32px
}

.add-shop-cart .add-cart-left {
    float: left;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid #e6e1db;
    text-align: center;
    line-height: 22px;
    font-size: 24px;
    cursor: pointer;
    background: #f1f1f1;
    color: #666
}

.add-shop-cart .add-cart-left-none {
    color: #999;
    background: #f1f1f1
}

.add-shop-cart input {
    float: left;
    padding: 0 3px;
    width: 40px;
    height: 24px;
    border: 1px solid #e6e1db;
    border-right: none;
    border-left: none;
    text-align: center;
    line-height: 20px
}

.add-shop-cart .add-cart-right {
    float: left;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid #e6e1db;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    cursor: pointer;
    background: #f1f1f1
}

.loading-wrap {
    position: absolute
}


.no-result-wrap {
    margin: 20px 0 5px;
    border: 1px solid #ffedd1;
    padding-left: 45px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    text-align: left;
}

.no-result-wrap .find-service {
    color: #f74747;
    cursor: pointer
}

.no-result-wrap .find-service-btn {
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #f74848;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 10px;
    padding: 0 6px;
    display: inline-block;
    vertical-align: middle
}

.side-gotop-icon {
    width: 16px;
    height: 14px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -56px -121px
}

.gotop-btn:hover .side-gotop-icon {
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -82px -121px
}

.side-user-icon {
    width: 15px;
    height: 18px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -134px -31px
}

.side-user2-icon {
    width: 15px;
    height: 18px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -134px -59px
}

.side-shopcart-icon {
    width: 18px;
    height: 16px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -65px -88px
}

.side-shopcart2-icon {
    width: 18px;
    height: 16px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -134px -5px
}

.side-serivce-icon {
    width: 18px;
    height: 16px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -105px -121px
}

.side-serivce2-icon {
    width: 18px;
    height: 16px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -100px -100px
}

.bg-user-avatar {
    width: 50px;
    height: 50px;
    background: url("/static/mall/img/user_pic.png") -5px -61px
}

.bg-right-arrow {
    width: 10px;
    height: 18px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -162px -31px
}

.bg-left-arrow {
    width: 10px;
    height: 18px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -162px -59px
}

.bg-industry-text-arrow, .show-more-icon {
    width: 6px;
    height: 12px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -162px -110px
}

.right-more:hover .show-more-icon {
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -173px -110px
}

.bg-service {
    width: 20px;
    height: 18px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -98px -47px
}

.bg-rank-list-icon {
    width: 14px;
    height: 16px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -162px -5px
}

.bg-settings {
    width: 13px;
    height: 13px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -162px -87px
}

.bg-left-nav-cut-off {
    width: 83px;
    height: 46px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -5px -5px
}

.bg-left-nav-to-top {
    width: 13px;
    height: 8px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -135px -112px
}

.bg-search-icon {
    width: 17px;
    height: 17px;
    background: url('/static/index/images/rightside/sprite-home-cont-1593602383434.png') -186px -106px
}

.crumbs-wrap {
    padding: 10px 0 15px;
    margin: 0 auto;
    width: 1200px
}

.crumbs-wrap li {
    float: left
}

.crumbs-wrap li a {
    text-align: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.crumbs-wrap li a:hover {
    color: #f74951
}

.crumbs-wrap li i {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin: 0 10px
}

.crumbs-wrap li.is-text-item a {
    cursor: text
}

.crumbs-wrap li.is-text-item a:hover {
    color: #666
}

.crumbs-wrap li:last-child i {
    display: none
}

.industry-head .industry-banner, .industry-head .industry-banner img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.industry-head .industry-banner img {
    max-height: 200px
}

.industry-head .parter-list {
    background: #eaecf0;
    width: 1200px;
    text-align: left;
    margin-top: 10px;
    padding: 10px 0
}

.industry-head .parter-list li {
    display: inline-block;
    width: 206px;
    height: 60px;
    background: #fff;
    text-align: center;
    margin-left: 20px
}

.industry-head .parter-list li img {
    max-width: 206px;
    max-height: 60px;
    vertical-align: middle
}

.third-catalogs-wrap {
    font-size: 14px
}

.third-catalogs-wrap .third-catalogs-title {
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #fb4848
}

.third-catalogs-wrap .third-catalogs-list {
    padding: 0 22px;
    border: 1px solid #e2e2e2
}

.third-catalogs-wrap .third-catalogs-list li {
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 12px;
    border-bottom: 1px dashed #dcdcdc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    cursor: pointer
}

.third-catalogs-wrap .third-catalogs-list li:last-child {
    border-bottom: none
}

.third-catalogs-wrap .third-catalogs-list li.active {
    position: relative;
    color: #fb4848;
    font-weight: 700
}

.third-catalogs-wrap .third-catalogs-list li.active a {
    color: #fb4848
}

.third-catalogs-wrap .third-catalogs-list li.active .prev-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #fb4848
}

.third-catalogs-wrap .third-catalogs-list li.active .last-icon {
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 12px;
    line-height: 12px;
    color: #fb4848
}

.third-catalogs-wrap .third-catalogs-list li a {
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.third-catalogs-wrap .third-catalogs-list li a:hover {
    color: #fb4848;
    font-weight: 700
}


.four-catalogs-wrap {
    width: 100%;
    height: 125px;
    position: relative;
    overflow: hidden;
    padding: 0 20px 20px;
    box-sizing: border-box
}

.four-catalogs-wrap .slick-track {
    margin-left: unset
}

.four-catalogs-wrap .slick-track :focus {
    outline: none
}

.four-catalogs-wrap .slick-prev {
    left: -20px
}

.four-catalogs-wrap .slick-next {
    right: -20px
}

.four-catalogs-wrap .slick-next, .four-catalogs-wrap .slick-prev {
    width: 14px;
    height: 20px;
    line-height: 20px;
    background: hsla(0, 0%, 40.4%, .39);
    z-index: 1
}

.four-catalogs-wrap .slick-next:before, .four-catalogs-wrap .slick-prev:before {
    content: ""
}


.four-catalogs-wrap .four-catalogs-con .four-catalogs-item {
    width: 112px !important;
    height: 103px;
    padding: 0 13px;
    box-sizing: border-box;
    cursor: pointer
}

.four-catalogs-wrap .four-catalogs-con .four-catalogs-item.active img, .four-catalogs-wrap .four-catalogs-con .four-catalogs-item:hover img {
    border-color: #fb4848
}

.four-catalogs-wrap .four-catalogs-con .four-catalogs-item.active p, .four-catalogs-wrap .four-catalogs-con .four-catalogs-item:hover p {
    color: #fff;
    background: #fb4848
}

.four-catalogs-wrap .four-catalogs-con .four-catalogs-item img {
    display: block;
    width: 100%;
    height: 83px;
    border: 1px solid #fff;
    border-bottom: none;
    box-sizing: border-box
}

.four-catalogs-wrap .four-catalogs-con .four-catalogs-item p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 2px
}

.industry-selector-box-wrap {
    width: 100%;
    min-height: 80px;
    position: relative;
    margin-bottom: 20px
}

.industry-selector-box-wrap.selector-box-mb {
    margin-bottom: 10px
}

.industry-selector-box-wrap .selector-tag {
    border: 1px solid #e2e2e2;
    border-bottom: none;
    overflow: hidden
}

.industry-selector-box-wrap .more-screen {
    padding: 0 40px 0 17px;
    border: 1px solid #e2e2e2;
    border-top: 2px solid #fff;
    line-height: 28px;
    position: absolute;
    left: 46%;
    bottom: -32px;
    height: 30px;
    background: #fff;
    cursor: pointer
}

.industry-selector-box-wrap .more-screen i {
    float: right;
    position: relative;
    top: -31px;
    right: -26px;
    width: 14px;
    height: 36px;
    display: block;
    transform: rotate(0deg)
}

.industry-selector-box-wrap .more-screen i.up {
    transform: rotate(180deg)
}

.selector-row-inline-wrap {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e2e2e2
}

.selector-row-inline-wrap .selector-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 76px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #666;
    line-height: 38px;
    border-right: 1px solid #e2e2e2;
    background: #f1f1f1;
    text-align: left
}

.selector-row-inline-wrap .selector-title.selector-title-max {
    height: 130px
}

.selector-row-inline-wrap .selector-single-wrap {
    width: 720px;
    overflow: hidden;
    height: 38px;
    margin-left: 76px
}

.selector-row-inline-wrap .selector-single-wrap.selector-single-wrap-auto {
    height: auto;
    overflow: auto
}

.selector-row-inline-wrap .selector-single-wrap.selector-single-wrap-auto .lector-single {
    margin-right: 0
}

.selector-row-inline-wrap .selector-single-wrap.selector-single-wrap-ih {
    max-height: 200px;
    height: auto
}

.selector-row-inline-wrap .selector-single-wrap.selector-single-wrap-ih .selector-single-box {
    max-height: 130px;
    overflow: auto;
    padding: 10px 0
}

.selector-row-inline-wrap .selector-single {
    margin-left: 7px;
    color: #333;
    padding: 5px 20px 6px;
    margin-right: 20px
}

.selector-row-inline-wrap .selector-single .selected-item-wrap {
    margin-bottom: -5px
}

.selector-row-inline-wrap .selector-single li {
    line-height: 28px;
    float: left;
    padding: 0 6px;
    margin-right: 10px
}

.selector-row-inline-wrap .selector-single li .on {
    color: #e50014
}

.selector-row-inline-wrap .selector-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px
}

.selector-row-inline-wrap .selector-more {
    border: 1px solid #e2e2e2;
    width: 40px;
    height: 22px;
    float: right;
    padding: 0 5px;
    cursor: pointer;
    margin-right: 10px;
    text-align: left;
    line-height: 22px;
    margin-top: 7px;
}

.selector-row-inline-wrap .selector-more:hover {
    border: 1px solid #f74747;
    color: #f74747
}


.selector-row-inline-wrap .selector-multiple {
    border: 1px solid #e2e2e2;
    width: 40px;
    height: 22px;
    float: right;
    padding: 0 5px;
    cursor: pointer;
    margin-right: 10px;
    text-align: left;
    line-height: 22px;
    margin-top: 7px;
}

.selector-row-inline-wrap .selector-multiple:hover {
    border: 1px solid #f74747;
    color: #f74747
}

.selector-row-inline-wrap .checkbox-grop-wrap {
    margin-left: 25px
}

.selector-row-inline-wrap .checkbox-grop-wrap li {
    padding-bottom: 8px;
    margin-right: 11px
}

.selector-row-inline-wrap .checkbox-grop-wrap li .checkbox-wrap:hover {
    color: #f74951;
    cursor: pointer
}

.selector-row-inline-wrap .selector-multiple-btn {
    height: 50px;
    margin-left: 386px;
    text-align: center
}

.selector-row-inline-wrap .selector-multiple-btn button {
    margin: 10px 6px 7px;
    float: left;
    display: block;
    width: 54px;
    height: 24px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    border-radius: 4px;
    color: #2d2d34;
    cursor: pointer;
    font-size: 12px
}

.selector-row-inline-wrap .selector-multiple-btn button:hover {
    color: #f74951
}

.selector-row-inline-wrap .selected-item-line {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    margin-left: 4px;
    color: #f74951;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 5px
}

.selector-row-inline-wrap .selected-item-line .delete {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: #999;
    color: #e2e2e2;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;
    margin-left: 8px
}

.selector-row-inline-wrap .child-selector-list {
    line-height: 36px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
    margin-top: 5px
}

.selector-row-inline-wrap .child-selector-list li {
    margin-bottom: 0
}

.selector-row-inline-wrap .child-selector-list li.on a {
    color: #f74747
}

.screen-filter-bar-wrap {
    width: 100%;
    border: 1px solid #e2e2e2;
    margin-top: 12px;
    height: 38px;
    line-height: 36px;
    margin-bottom: 8px;
    background: #f1f1f1;
    position: relative;
    box-sizing: border-box
}

.screen-filter-bar-wrap .filter-sort {
    float: left
}

.screen-filter-bar-wrap .filter-sort li {
    float: left;
    padding: 0 18px;
    border-right: 1px solid #e2e2e2;
    box-sizing: border-box;
    cursor: pointer
}

.screen-filter-bar-wrap .filter-sort li a {
    color: #2d2d34;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle
}

.screen-filter-bar-wrap .filter-sort li .i-arrow-down {
    transform: rotate(180deg);
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle
}

.screen-filter-bar-wrap .filter-sort li .i-arrow-price {
    height: 18px;
    width: 12px;
    float: right;
    margin-top: 12px;
    vertical-align: middle
}

.screen-filter-bar-wrap .filter-sort li .i-arrow-price b {
    float: right;
    height: 9px;
    width: 12px;
}

.screen-filter-bar-wrap .filter-sort li .i-arrow-price i {
    float: right;
    height: 9px;
    width: 12px;
    margin: 0;
}

.screen-filter-bar-wrap .filter-sort li:hover a {
    color: #f74951
}

.screen-filter-bar-wrap .filter-sort li.active {
    background: #f74747;
    margin-top: -1px;
    margin-left: -1px;
    border-right: 1px solid #f74747
}

.screen-filter-bar-wrap .filter-sort li.active a {
    color: #fff
}



.screen-filter-bar-wrap .filter-sort li.active .i-arrow-price.up b {
    background-position: 0 -157px
}

.screen-filter-bar-wrap .filter-sort li.active .i-arrow-price.down i {
    background-position: 0 -209px
}

.screen-filter-bar-wrap .filter-priceform {
    float: left;
    padding: 0 10px;
    height: 38px;
    border-right: 1px solid #e2e2e2
}

.screen-filter-bar-wrap .filter-priceform input {
    float: left;
    border: 1px solid #e2e2e2;
    width: 56px;
    padding: 0 0 0 4px;
    margin-top: 8px;
    height: 22px;
    font-size: 12px;
    line-height: 23px;
    background: #fff;
    color: #666
}

.screen-filter-bar-wrap .filter-priceform i {
    float: left;
    padding: 0 5px
}

.screen-filter-bar-wrap .filter-priceform a {
    float: left;
    border: 1px solid #e2e2e2;
    width: 40px;
    line-height: 22px;
    text-align: center;
    background: #fff;
    margin-top: 8px;
    margin-left: 10px
}

.screen-filter-bar-wrap .filter-checkbox-wrap {
    float: left;
    margin: 0 5px
}

.screen-filter-bar-wrap .filter-total {
    float: right;
    width: 100px;
    text-align: right;
    padding: 0 10px;
    border-left: 1px solid #e2e2e2
}

.screen-filter-bar-wrap .filter-total b {
    color: #f74747;
    font-weight: 700
}

.screen-filter-bar-wrap .filter-list-type {
    float: right;
    padding: 0 6px;
    height: 38px;
    border-left: 1px solid #e2e2e2
}

.screen-filter-bar-wrap .filter-list-type li {
    margin: 0 12px;
    height: 38px;
    line-height: 40px;
    float: left;
    line-height: 38px;
    cursor: pointer
}

.screen-filter-bar-wrap .filter-list-type li i {
    display: inline-block;
    height: 11px;
    width: 11px;
    vertical-align: middle;
    padding-right: 3px;
    margin-top: -3px
}

.screen-filter-bar-wrap .filter-list-type li .icon-pic {
    background-position: 7px 7px;
}

.screen-filter-bar-wrap .filter-area {
    float: right;
    margin-right: 5px;
    position: relative
}

.screen-filter-bar-wrap .filter-area .area-info {
    height: 24px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    max-width: 146px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    line-height: 24px;
    padding: 0 30px 0 10px;
    position: relative;
    display: inline-block;
    z-index: 6;
    cursor: pointer
}

.screen-filter-bar-wrap .filter-area:hover .area-info {
    border-bottom: none
}

.screen-filter-bar-wrap .filter-area .icon-arrow-down {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 6px
}

.industry-goods-wrap {
    position: relative
}

.industry-goods-wrap .goods-item-box {
    width: 100%
}

.industry-goods-wrap .goods-item-box.goods-item-side {
    margin-left: 230px;
    width: 924px
}

.sku-list-wrap {
    width: 100%;
    position: relative
}

.sku-list-wrap.small .tw1 {
    width: 82px
}

.sku-list-wrap.small .tw1, .sku-list-wrap.small .tw2 {
    padding-left: 32px;
    float: left;
    text-align: left;
    height: 100%
}

.sku-list-wrap.small .tw2 {
    width: 180px
}

.sku-list-wrap.small .tw3 {
    width: 80px;
    padding-left: 40px;
    float: left;
    text-align: left;
    height: 100%
}

.sku-list-wrap.small .tw4 {
    width: 104px;
    padding-left: 16px;
    float: left;
    text-align: left;
    height: 100%
}

.sku-list-wrap.small .tw5 {
    width: 196px;
    padding-left: 20px;
    float: left;
    text-align: left;
    height: 100%
}

.sku-list-wrap.small .tw6 {
    width: 48px;
    padding-left: 22px;
    float: left;
    text-align: left;
    height: 100%
}

.sku-list-wrap.small .tw7 {
    width: 78px;
    padding-left: 22px;
    float: left;
    text-align: center;
    height: 100%
}

.sku-list-wrap.small .tw8 {
    width: 120px;
    padding-left: 32px;
    float: left;
    text-align: center;
    height: 100%
}

.sku-list-wrap.small .tw9 {
    width: 100px;
    float: left;
    text-align: left;
    height: 100%;
    margin-left: 26px
}

.sku-list-wrap .list-item-header {
    background: #f1f1f1;
    width: 100%;
    border: 1px solid #e2e2e2;
    height: 38px;
    line-height: 38px
}

.sku-list-wrap .list-item-header .add-shop-cart {
    cursor: pointer;
    width: 110px;
    background: #f74747;
    color: #fff;
    height: 40px;
    text-align: center;
    position: relative;
    top: -1px;
    right: -2px
}

.sku-list-wrap .list-item-side {
    margin-left: 230px;
    width: 924px
}

.sku-list-wrap .list-item-side .tw2 {
    width: 200px
}

.sku-list-wrap .list-item-side .tw5 {
    width: 258px
}

.sku-list-wrap .goods-list {
    padding: 20px 12px;
    width: 100%;
    box-sizing: border-box;
    height: 130px;
    position: relative;
    line-height: 150%;
    border: 1px solid #e2e2e2;
    border-top: none;
    transition: border-color .1s ease;
    overflow: hidden
}

.sku-list-wrap .goods-list .goods-img {
    position: relative;
    padding: 15px 0 15px 18px;
    text-align: center
}

.sku-list-wrap .goods-list .goods-img img {
    width: 80px;
    height: 80px;
    border: 1px solid #e2e2e2
}

.sku-list-wrap .goods-list .goods-img .goods-tagcont {
    z-index: 1;
    position: absolute;
    top: -11px;
    left: 19px
}

.sku-list-wrap .goods-list .goods-img .goods-tagcont .tag {
    width: 58px;
    height: 18px;
    border: 1px solid #f74747;
    color: #f74747;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    float: left;
    margin-right: 3px
}

.sku-list-wrap .goods-list .goods-img .goods-tagcont .vpi-tag {
    color: #f27d00;
    border: 1px solid #f27d00
}

.sku-list-wrap .goods-list .off-sale-icon {
    position: absolute;
    left: 18px;
    bottom: 16px;
    width: 82px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #b8b8b8
}

.sku-list-wrap .goods-list .replace-product-num {
    display: block;
    width: 56px;
    font-size: 12px;
    color: #f74747;
    text-align: center;
    margin: 5px auto 0;
    background: #e9eff6;
    border-radius: 10px;
    line-height: 18px
}

.sku-list-wrap .goods-list .goods-info .name {
    float: left;
    height: 72px;
    color: #333;
    overflow: hidden
}

.sku-list-wrap .goods-list .goods-info .sku-number {
    float: left;
    margin-top: 7px;
    color: #999
}

.sku-list-wrap .goods-list .goods-info .vpi-icon {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-top: 2px
}

.sku-list-wrap .goods-list .feature {
    overflow: auto;
    height: 90px
}

.sku-list-wrap .goods-list .feature span {
    display: block
}

.sku-list-wrap .goods-list .goods-price {
    text-align: center
}

.sku-list-wrap .goods-list .goods-price i {
    color: #f74747;
    font-size: 12px
}

.sku-list-wrap .goods-list .goods-price span {
    color: #f74747;
    font-family: Verdana
}

.sku-list-wrap .goods-list .goods-price .integer {
    font-size: 20px
}

.sku-list-wrap .goods-list .goods-price .decimal {
    font-size: 16px
}

.sku-list-wrap .goods-list .goods-price .goods-price-wait {
    font-size: 17px
}

.sku-list-wrap .goods-list .goods-price s {
    display: block
}

.sku-list-wrap .goods-list .add-shop-cart .add-cart-left {
    float: left;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid #e6e1db;
    text-align: center;
    line-height: 22px;
    font-size: 24px;
    cursor: pointer;
    background: #f1f1f1;
    color: #666
}

.sku-list-wrap .goods-list .add-shop-cart .add-cart-left-none {
    color: #999
}

.sku-list-wrap .goods-list .add-shop-cart input {
    float: left;
    padding: 0 3px;
    width: 40px;
    height: 24px;
    border: 1px solid #e6e1db;
    border-right: none;
    border-left: none;
    text-align: center;
    line-height: 20px
}

.sku-list-wrap .goods-list .add-shop-cart .add-cart-right {
    float: left;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid #e6e1db;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    cursor: pointer;
    background: #f1f1f1
}

.sku-list-wrap .goods-list:hover {
    background-color: #f1f1f1
}

.modal-wrapper .modal-content .pass-info {
    line-height: 42px;
    padding-left: 68px;
    background-size: 30px;
    text-align: left
}

.catalog-wrap {
    font-size: 12px;
    background: #fff
}

.catalog-wrap .list-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 200px;
    padding-bottom: 58px
}

.catalog-wrap .crumbs-wrap li a {
    font-size: 12px
}

.loading-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999
}

.loading-wrap .loading-box {
    width: 100%;
    height: 100%;
}

.no-result-wrap-large {
    position: relative;
    height: 136px;
    line-height: 136px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #333;
    text-align: center
}

.no-result-wrap-large i {
    position: absolute;
    left: 332px;
    top: 40px;
    width: 50px;
    height: 50px;
}

.left-side-menu {
    float: left;
    width: 200px
}

.left-side-menu .hot-brands-wrap {
    margin-top: 20px
}

.left-side-menu .hot-brands-wrap .hot-brands-title {
    position: relative;
    font-weight: 700;
    text-align: left;
    padding-left: 21px;
    font-size: 14px
}

.left-side-menu .hot-brands-wrap .hot-brands-title i {
    position: absolute;
    left: -3px;
    top: -1px;
    color: #f74951
}

.left-side-menu .hot-brands-wrap .hot-brands-list li {
    width: 200px;
    height: 40px;
    margin-top: 10px
}

.left-side-menu .hot-brands-wrap .hot-brands-list li a {
    display: block;
    text-align: center;
    background-color: #f5f5f5
}

.left-side-menu .hot-brands-wrap .hot-brands-list li a img {
    max-width: 200px;
    max-height: 40px;
    vertical-align: middle
}

.right-side-list {
    float: left;
    width: 952px;
    padding-left: 20px;
    box-sizing: border-box
}

.nav-shortcut {
    width: 100%;
    background: #fff;
    height: 40px;
    border-bottom: 1px solid #ebebeb
}

.nav-shortcut .shortcut-bar {
    width: 1200px;
    line-height: 38px;
    margin: 0 auto
}

.nav-shortcut .shortcut-bar .left-login .login-btn {
    padding: 0 16px;
    border-right: 1px solid #ebebeb
}

.nav-shortcut .shortcut-bar .left-login .register-btn {
    padding: 0 16px
}

.nav-shortcut .shortcut-bar .left-login .register-btn-wrap {
    position: relative
}

.nav-shortcut .shortcut-bar .left-login .register-btn-wrap .regi-info {
    display: none;
    position: absolute;
    top: 21px;
    left: 23px;
    height: 32px;
    padding: 0 20px;
    line-height: 32px;
    z-index: 1;
    cursor: pointer
}

.nav-shortcut .shortcut-bar .left-login .register-btn-wrap .regi-info.show {
    display: block
}

.nav-shortcut .shortcut-bar .left-login .register-btn-wrap .regi-info a {
    color: #fff
}

.nav-shortcut .shortcut-bar .left-login .register-btn-wrap .regi-info .prev-icon {
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 25px;
    z-index: -1
}

.nav-shortcut .shortcut-bar .left-login .register-btn-wrap .regi-info .last-icon {
    position: absolute;
    top: 8px;
    right: 2px;
    width: 20px;
    height: 21px;
}

.nav-shortcut .shortcut-bar .left-login .register-btn-wrap .regi-info .regiInfoText {
    display: block;
    min-width: 80px;
    max-width: 250px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    background: #e3524b;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis
}

.nav-shortcut .shortcut-bar .left-login .register-btn-wrap .regi-info .regi-close {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 12px;
    right: 9px;
    z-index: 1;
}

.nav-shortcut .shortcut-bar .left-login .user-name {
    padding: 0 0 0 20px
}

.nav-shortcut .shortcut-bar .left-login .user-title {
    max-width: 86px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle
}

.nav-shortcut .shortcut-bar .left-login .change-invoice-icon {
    width: 14px;
    height: 14px;
    margin: 13px 21px 0 8px;
    cursor: pointer
}


.nav-shortcut .shortcut-bar .left-login .change-invoice-icon.hide {
    display: none
}

.nav-shortcut .shortcut-bar .area {
    float: left;
    position: relative;
    height: 36px;
    min-width: 24px;
    padding: 0 10px 0 30px;
    margin-left: 20px;
    color: #666;
    font-size: 12px;
    z-index: 103;
    cursor: pointer
}

.nav-shortcut .shortcut-bar .area i {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 12px;
    height: 14px;
}

.nav-shortcut .shortcut-bar .area .city-name {
    margin-left: 5px
}

.nav-shortcut .shortcut-bar .right-links .btn-url {
    float: left;
    position: relative;
    list-style: none;
    padding: 0 10px;
    border: 1px solid transparent;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkNDMTYwQ0EyMkFFMTFFOEFENUU5RUY1QkJERkFERUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkNDMTYwQ0IyMkFFMTFFOEFENUU5RUY1QkJERkFERUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Q0MxNjBDODIyQUUxMUU4QUQ1RTlFRjVCQkRGQURFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2Q0MxNjBDOTIyQUUxMUU4QUQ1RTlFRjVCQkRGQURFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PitONE4AAAAfSURBVHjaYvz//z8DsWDWrFn/mRhIBKMaRooGgAADAOG6BeInOLc+AAAAAElFTkSuQmCC) right 50% no-repeat;
    font-size: 12px
}

.nav-shortcut .shortcut-bar .right-links .btn-url.url-child {
    padding-right: 24px;
    margin-left: -2px
}

.nav-shortcut .shortcut-bar .right-links .btn-url.url-child:hover {
    border: 1px solid #e6e6e6;
    border-top: none;
    background: #fff
}

.nav-shortcut .shortcut-bar .right-links .btn-url.url-child:hover .arrow-icon {
    transform: rotate(180deg)
}

.nav-shortcut .shortcut-bar .right-links .btn-url.url-child:hover .child-box {
    display: block
}

.nav-shortcut .shortcut-bar .right-links .btn-url.url-child .arrow-icon {
    position: absolute;
    top: 18px;
    right: 8px;
    width: 10px;
    height: 5px;
    transition: .2s ease-in 0s
}

.nav-shortcut .shortcut-bar .right-links .btn-url.url-child .child-box {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    left: -1px;
    top: 37px;
    z-index: 1;
    border: 1px solid #e6e6e6;
    border-top: none
}

.nav-shortcut .shortcut-bar .right-links .btn-url.url-child .child-box .child-list-item {
    padding: 0 10px;
    height: 32px;
    line-height: 32px
}

.nav-shortcut .shortcut-bar .right-links .btn-url.url-child .child-box .child-list-item a.list-btn {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.area_list {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    width: 565px;
    height: 216px;
    background: #fff;
    box-shadow: 0 0 4px 1px hsla(0, 0%, 80%, .8);
    padding: 12px;
    line-height: normal
}

.area_list ul li {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 6px 0 !important;
    line-height: 20px;
    border: 0
}

.area_list #city-select-container {
    width: 565px;
    height: 166px;
    float: left;
    font-size: 12px
}

.area_list #city-select-container ul {
    padding: 0;
    margin: 0
}

.area_list #city-select-container ul li {
    text-decoration: none;
    list-style: none;
    float: left;
    min-width: 70px;
    text-align: center;
    margin-top: 5px;
    width: auto
}

.area_list #city-select-container ul li.active a {
    background: #e50012;
    color: #fff
}

.area_list #city-select-container ul li a {
    padding: 0 5px;
    cursor: pointer;
    border-radius: 3px;
    text-decoration: none;
    color: #333
}

.area_list #city-select-container ul li a:hover {
    background: #e50012;
    color: #fff
}

.area_list #city-select-container span.tab-name {
    display: inline-block;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 32px;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    line-height: 23px;
    height: 23px
}

.area_list #city-select-container span.tab-name.active {
    height: 24px;
    border: 2px solid #d32e26;
    border-bottom: none
}

.area_list #city-select-container .city-content {
    display: none
}

.area_list #city-select-container .tab-bar {
    height: 24px
}

.area_list #city-select-container .tab-bar-list {
    position: relative;
    float: left
}

.area_list #city-select-container .arrow {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 10px;
    height: 5px;
}

.area_list #city-select-container .content {
    height: 120px;
    border-top: 2px solid #d32e26
}

.area_list #city-select-container span.city-name.tab-name {
    margin-left: 6px
}

.invoiceModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001
}

.invoiceModal .shaddow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.invoiceModal .center {
    width: 500px;
    height: 430px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-left: -250px;
    margin-top: -215px;
    background-color: #fff;
    border-radius: 4px
}

.invoiceModal .center .title {
    width: 360px;
    line-height: 18px;
    margin: 0 auto;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 55px 0 20px;
    border-bottom: 1px dashed #dedede
}

.invoiceModal .center .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.invoiceModal .validation-summary-valid {
    display: none;
    position: relative;
    height: 24px;
    width: 284px;
    padding-left: 100px;
    font-size: 12px;
    color: #eb4452;
    line-height: 24px
}

.invoiceModal .validation-summary-valid.show {
    display: block
}

.invoiceModal .validation-summary-valid .error-icon {
    position: absolute;
    left: 78px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.title-list-wrap {
    padding: 20px 40px 10px 74px
}

.title-list-wrap .invoiceList {
    max-height: 268px;
    overflow-y: auto
}

.title-list-wrap .invoiceList::-webkit-scrollbar {
    width: 10px;
    height: 1px
}

.title-list-wrap .invoiceList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    background: #999
}

.title-list-wrap .invoiceList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: #ededed
}

.title-list-wrap .invoiceList li {
    width: 374px;
    height: 44px;
    font-size: 14px;
    color: #333;
    line-height: 44px;
    padding-left: 10px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden
}

.title-list-wrap .invoiceList li.active {
    position: relative;
    width: 333px;
    height: 42px;
    line-height: 42px;
    border: 2px solid #e50112;
    border-radius: 3px
}

.title-list-wrap .invoiceList li.active .choose-icon {
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 15px;
    height: 15px;
}

.title-list-wrap .invoiceList li.default, .title-list-wrap .invoiceList li:hover {
    background-color: #fff7f7
}

.title-list-wrap .invoiceList li .name {
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.title-list-wrap .invoiceList .title-tag {
    font-size: 12px;
    padding: 0 4px;
    border-radius: 3px;
    line-height: 18px;
    margin-top: 11px
}

.title-list-wrap .invoiceList .title-tag.discount-icon98 {
    color: #ff8439;
    border: 1px solid #ff8439;
    margin-right: 5px
}

.title-list-wrap .invoiceList .title-tag.agreement-price {
    color: #fff;
    background: #ed0c1e;
    border: 1px solid #ed0c1e
}

.footer-wrap {
    width: 100%
}

body, html {
    -webkit-text-size-adjust: none;
    position: relative;
    height: 100%;
    min-width: 1366px
}

body {
    outline: none;
    font: 12px Microsoft Yahei, Arial, sans-serif;
    /*line-height: 100%;*/
    color: #666;
    background: #ebecee
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0
}

table, td, th, tr {
    font-size: 12px
}

ol, ul {
    list-style: none
}

li {
    list-style-type: none
}

img {
    vertical-align: top;
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

address, cite, code, em, i, th {
    font-weight: 400;
    font-style: normal
}

a {
    text-decoration: none;
    color: #666;
    cursor: pointer
}

a.noLink {
    cursor: default
}

a.noLink:hover {
    color: #666
}

a:hover {
    color: #ed0c1e
}

a, a:active, a:focus, a:hover, a:link, a:visited {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix {
    clear: both;
    *zoom: 1
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.display-none {
    display: none
}

.line-through {
    text-decoration: line-through
}

a.link-url {
    color: #369;
    text-decoration: underline
}

.title-tab-wrap {
    height: 44px;
    border-bottom: 1px solid #e2e2e2;
    background-color: #f1f1f1
}

.title-tab-wrap .title-tab-item {
    float: left;
    line-height: 44px;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    border-right: 1px solid #e2e2e2;
    text-align: center;
    min-width: 100px;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    padding: 0 20px;
    cursor: pointer
}

.title-tab-wrap .title-tab-item.active-tab-item {
    color: #f74747;
    border: none;
    border-top: 2px solid #f74747;
    margin-top: -1px;
    background-color: #fff
}

.content {
    text-align: center
}

body {
    background-color: #ebecee
}

button:focus, input:focus {
    outline: none;
    box-shadow: none
}
.navMenuWrap {
    width: 220px;
    float: left;
    border-right: none;
    border-top: none;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px 0 #ccc;
}



/*ç±»ç›®å›¾æ&nbsp;‡*/
.cgy_icon{
    float:left;
    width:20px;
    height:20px;
    background:url('/static/mall/img/allbgs.png') no-repeat 0 -1px;
    margin:4px 0 0 5px;
}
.content_catebox:hover .cgy_icon1{
    background-position:-54px 0px;
}
.cgy_icon2{
    background-position:0px -32px ;
}
.content_catebox:hover .cgy_icon2{
    background-position:-56px -30px ;
}
.cgy_icon3{
    background-position:0px -68px ;
}
.content_catebox:hover .cgy_icon3{
    background-position:-55px -65px;
}
.cgy_icon4{
    background-position: 0px -101px;
}
.content_catebox:hover .cgy_icon4{
    background-position: -55px -99px;
}
.cgy_icon5{
    background-position:0px -133px ;
}
.content_catebox :hover .cgy_icon5{
    background-position:-53px -133px ;
}
.cgy_icon6{
    background-position:0px -165px ;
}
.content_catebox:hover .cgy_icon6{
    background-position:-53px -166px;
}
.cgy_icon7{
    background-position:0px -195px ;
}
.content_catebox :hover .cgy_icon7{
    background-position:-53px -193px ;
}
.cgy_icon8{
    background-position:0px -228px ;
}
.content_catebox :hover .cgy_icon8{
    background-position:-52px -229px ;
}
.cgy_icon9{
    background-position:0px -259px ;
}
.content_catebox:hover .cgy_icon9{
    background-position:-51px -259px ;
}
.cgy_icon10{
    background-position:0px -294px ;
}
.content_catebox :hover .cgy_icon10{
    background-position:-52px -293px;
}
.cgy_icon11{
    background-position:0px -328px ;
}
.content_catebox:hover .cgy_icon11{
    background-position:-53px -328px ;
}
.cgy_icon12{
    background-position:0px -359px ;
}
.content_catebox:hover .cgy_icon12{
    background-position:-50px -359px ;
}
.cgy_icon918{
    background-position:0px -419px ;
}
.content_catebox:hover .cgy_icon918{
    background-position:-50px -419px ;
}
.cgy_icon13{
    background-position:0px -389px ;
}
.content_catebox:hover .cgy_icon13{
    background-position:-50px -389px ;
}
</pre></body></html>