@charset "utf-8";

/*-------------------- Index Content Start --------------------*/

#header {
    border-bottom: 0;
}

#content .content {
    width: 100%;
    float: left;
    position: relative;
    background-color: #F6F6F6;
}

.content-body {
    width: 1210px;
    margin: 0 auto;
    position: relative;
}

/* 首页-公共Class Start */

.content-index-block {
    width: 100%;
    float: left;
    margin: 30px auto;
}

.content-index-block-head-title {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0 0 20px;
    height: 55px;
    background: url("../img/public/icon/index_dot.png") repeat-x 2px 18px;
    text-align: center;
    font-size: 24px;
    line-height: 35px;
}

.content-index-block-head-title > h3 {
    display: inline;
    padding: 0 50px;
    background-color: #f6f6f6;
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    font-family: fzzhengheis-el-gbregular;
}

/* 首页-公共Class End */

/*-------------------- 搜索条 --------------------*/
#searchBar {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: none;
    border-bottom: 2px solid red;
    background-color: #FFFFFF;
}

.searchBar-logo {
    max-width: 300px;
    height: 35px;
    float: left;
    overflow: hidden;
}

.searchBar-logo img {
    max-width: 100%;
    max-height: 100%;
}

.searchBar-search {
    width: 550px;
    height: 35px;
    margin: 7px auto 6px auto;
}

.searchBar-search input[type="text"] {
    width: 486px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    float: left;
    border: 2px solid #efefef;
    background-color: #efefef;
}

.searchBar-search button {
    width: 50px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background-color: #F10215;
}

.searchBar-search button > i {
    vertical-align: 1px;
}

.content-body .content-focus {
    width: 100%;
    height: 480px;
    float: left;
    margin: 10px auto;
}

.content-focus > div {
    float: left;
}

.content-focus-left {
    width: 190px;
    height: 100%;
    position: relative;
}

.content-focus-left-classify {
    width: 100%;
    height: 100%;
    background-color: #fefefe;
}

.content-focus-left-classify > ul {
    width: 100%;
    height: 450px;
    color: #FFFFFF;
    float: left;
    margin: 15px 0;
    overflow: hidden;
}

.content-focus-left-classify > ul .item {
    overflow: hidden;
    padding: 0 18px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
}

.content-focus-left-classify .item > ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.content-focus-left-classify .item > ul > li {
    height: 100%;
    float: left;
}

.content-focus-left-classify .item > ul > li:first-child .item-line {
    display: none;
}

.content-focus-left-classify .item:hover {
    background-color: #d9d9d9;
}

.content-focus-left-classify > ul > .item > ul > li > a {
    font-size: 14px;
    color: #626262;
}

.content-focus-left-classify .item-line {
    padding: 0 4px;
    font-size: 12px;
}

.content-focus-left-classify > ul > .item > ul > li > a:hover {
    color: #C81623;
}

.content-focus-left-classify .list {
    width: 1020px;
    min-height: 480px;
    position: absolute;
    left: 190px;
    top: 0;
    background-color: #ffffff;
    border: 1px solid #f7f7f7;
    box-shadow: 2px 0 5px rgba(0, 0, 0, .3);
    -webkit-transition: top .25s ease;
    -moz-transition: top .25s ease;
    -ms-transition: top .25s ease;
    -o-transition: top .25s ease;
    transition: top .25s ease;
    z-index: 3;
    display: none;
}

.content-focus-left-classify .item:hover .list {
    display: block;
}

.content-focus-classify-sub-category {
    padding: 20px;
    display: flex;
}

.content-focus-classify-sub-category-left {
    flex: 1;
}

.content-focus-classify-sub-category-left-channel {
    width: 100%;
    height: 24px;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
}

.content-focus-classify-sub-category-left-channel > li {
    height: 24px;
    line-height: 24px;
    float: left;
    margin-right: 10px;
}

.content-focus-classify-sub-category-left-channel > li > a {
    height: 24px;
    line-height: 24px;
    float: left;
    font-size: 12px;
    color: #ffffff;
    padding: 0 5px 0 10px;
    background-color: #333333;
}

.content-focus-classify-sub-category-left-channel > li > a:hover {
    background-color: #5c5251;
}

.content-focus-classify-sub-category-left-channel > li > a > i {
    margin-left: 3px;
}

.content-focus-classify-sub-category-content {
    width: 100%;
    float: left;
    overflow: hidden;
    font-size: 12px;
}

.content-focus-classify-sub-category-content a:hover {
    color: #C81623;
}

.content-focus-classify-sub-category-content > dl {
    position: relative;
    width: 100%;
    line-height: 36px;
    min-height: 36px;
    margin-bottom: 0;
    float: left;
    display: table;
}

.content-focus-classify-sub-category-content > dl > dt {
    width: 10%;
    line-height: 36px;
    font-weight: 700;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.content-focus-classify-sub-category-content > dl > dt > a > i {
    margin-left: 5px;
    visibility: hidden;
}

.content-focus-classify-sub-category-content > dl > dd {
    width: auto;
    padding: 6px 0;
    margin-bottom: 0;
}

.content-focus-classify-sub-category-content > dl:first-child > dd {
    border-top: none;
}

.content-focus-classify-sub-category-content > dl > dd > a {
    float: left;
    margin: 4px 0;
    padding: 0 10px;
    height: 16px;
    line-height: 16px;
    white-space: nowrap;
}

.content-focus-classify-sub-category-right {
    max-width: 204px;
}

.content-focus-classify-sub-category-brand {
    width: auto;
    float: left;
}

.content-focus-classify-sub-category-brand > a {
    float: left;
    overflow: hidden;
    width: 102px;
    height: 102px;
    line-height: 85px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #f9f9f9;
    text-align: center;
    margin: -1px -1px 0 0;
}

.content-focus-classify-sub-category-brand > a img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.content-focus-classify-sub-category-promotion {
    margin: 10px 15px 0 15px;
    width: 168px;
    float: left;
}

.content-focus-classify-sub-category-promotion > a {
    width: 100%;
    background-color: #e7e7e7;
    float: left;
    text-align: center;
    margin-bottom: 1px;
    overflow: hidden;
}

.content-focus-middle {
    width: 810px;
    height: 100%;
    margin: 0 10px;
}

.content-focus-middle-slider {
    width: 100%;
    height: 480px;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

.content-focus-middle-slider-extend {
    width: 100%;
    height: 130px;
    float: left;
    margin-top: 10px;
}

.content-focus-middle-slider-extend a {
    width: 100%;
    height: 100%;
    float: left;
}

.content-focus-middle-slider-extend a img {
    width: 400px;
    height: 130px;
}

.content-focus-middle-slider-extend-left {
    width: 400px;
    height: 100%;
    float: left;
}

.content-focus-middle-slider-extend-middle {
    width: 10px;
    height: 100%;
    float: left;
}

.content-focus-middle-slider-extend-right {
    width: 400px;
    height: 100%;
    float: left;
}

/* 轮播图 sliderBar start */
#sliderBar {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#sliderBar .slides {
}

#sliderBar .slides li {
    width: 100%;
    height: 100%;
}

#sliderBar .slides a {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#sliderBar .slides a img {
    /*max-width: 100%;*/
    max-height: 100%;
}

#sliderBar .slider-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

#sliderBar .slider-control-nav li {
    margin: 0 2px;
    display: inline-block;
}

.slider-control-btn li a {
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, .4);
    overflow: hidden;
    text-indent: -99em;
    cursor: pointer;
    display: block;
    border-radius: 100%;
}

.slider-direction-nav a {
    width: 24px;
    height: 40px;
    color: #FFFFFF;
    overflow: hidden;
    margin: -20px 0 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.slider-direction-nav a:hover {
    background-color: rgba(0, 0, 0, .6);
}

.slider-direction-nav .slider-next {
    right: 0;
}

.slider-direction-nav .slider-prev {
    left: 0;
}

#sliderBar:hover .slider-next {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#sliderBar:hover .slider-prev {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.slider-control-btn li a.slider-active, .slider-control-btn li.active a {
    background-color: white;
}

/* 轮播图 sliderBar end */

.content-focus-right {
    width: 190px;
    height: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-flow: column;
}

.content-focus-right .content-focus-right-user {
    width: 190px;
    height: 155px;
    float: left;
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid #e6e6e6;
}

.content-focus-right-user-info_avatar {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
}

.content-focus-right-user-info_avatar a {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.content-focus-right-user-info_avatar a img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
}

.content-focus-right-user-info_show {
    width: 100%;
    float: left;
    height: 18px;
    line-height: 18px;
    margin: 5px auto;
}

.content-focus-right-user-info_show p {
    color: #888;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.content-focus-right-user-info_show p > a {
}

.content-focus-right-user-info_show p > a:hover {
    color: #C81623;
}

.content-focus-right-user-profit {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
}

.content-focus-right-user-profit a {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 1px 10px;
    margin: 0 10px;
    border: 2px solid #e01222;
    font-size: 12px;
    text-align: center;
    color: #e01222
}

.content-focus-right-user-profit a:hover {
    background-color: #e01222;
    color: #fff
}

.content-focus-right .content-focus-right-middle {
    width: 100%;
    height: auto;
    min-height: 157px;
    float: left;
    overflow: hidden;
}

/* Tab切换 */
.content-focus-right-middle-tab {
    position: relative;
    display: inline-block;
}

.content-focus-right-middle-tab-title-more {
    position: absolute;
    top: 6px;
    right: 15px;
}

.content-focus-right-middle-tab-title {
    display: inline-flex;
    padding: 8px 15px 8px 15px;
    border-bottom: 1px solid #e6e6e6;
}

.content-focus-right-middle-tab-title > ul {
    width: 160px;
    float: left;
    height: 14px;
    line-height: 19px;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.content-focus-right-middle-tab-title > ul > li {
    float: left;
    height: 14px;
    text-align: center;
    padding: 0 8px;
    border-left: 1px solid #dfe0e1;
}

.content-focus-right-middle-tab-title > ul > li > a {
    float: left;
    height: 19px;
    line-height: 14px;
    padding: 0 2px;
}

.content-focus-right-middle-tab-title > ul > li .active {
    color: #db192b;
    /*border-bottom: 2px solid #db192b;*/
}

.content-focus-right-middle-tab-title > ul > li:first-child {
    padding-left: 0;
    border-left: 0;
}

.content-focus-right-middle-tab-title-more {
    float: right;
}

.content-focus-right-middle-tab-body {
    width: 160px;
    height: 110px;
    float: left;
    overflow: hidden;
    margin: 10px 15px;
}

.content-focus-right-middle-tab-body ul {
    display: none;
}

.content-focus-right-middle-tab-body ul:first-child {
    display: block;
}

.content-focus-right-middle-tab-body > ul > li {
    max-width: 160px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-focus-right .content-focus-right-service {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    /*border-top: 1px solid #e6e6e6;*/
    flex: 1;
}

.content-focus-right .content-focus-right-service .image-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-focus-right .content-focus-right-service .image-box a {
    display: inline-block;
}

.content-focus-right .content-focus-right-service .image-box img {
    max-width: 100%;
    max-height: 100%;
}

.content-focus-right-service .seller-entry {
    display: block;
    margin: 25px auto;
}

.seller-entry-btn {
    padding: 5px 30px;
    margin: 0 10px;
    font-size: 12px;
    text-align: center;
    color: #e01222;
    display: inline-block;
    border: 2px solid #e01222;
}

.seller-entry-btn:hover {
    background-color: #e01222;
    color: #fff
}

.content-focus-right-service > ul {
    width: 192px;
    height: 100%;
    float: left;
    margin-left: -1px;
    overflow: hidden;
}

.content-focus-right-service > ul > li {
    width: 48px;
    height: 70px;
    float: left;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.content-focus-right-service > ul > li > a {
    padding-top: 15px;
    width: 100%;
    height: 55px;
    float: left;
    text-align: center;

}

.content-focus-right-service > ul > li > a > div {
    width: 100%;
    height: 24px;
    float: left;
}

.content-focus-right-service > ul > li > a > div > i {
    font-size: 20px;
}

.content-focus-right-service > ul > li > a > span {
    width: 100%;
    height: 22px;
    line-height: 22px;
    float: left;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.content-features {
    width: 100%;
    float: left;
    margin: 10px auto 20px auto;
    overflow: hidden;
}

.content-features ul {
    width: 100%;
    display: flex;
}

.content-features ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.content-features ul li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.content-features ul li img {
    max-width: 100%;
}

.content-sec-kill {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.content-sec-kill .content-sec-kill-hd {
    width: 1210px;
    float: left;
    height: 55px;
    position: relative;
    padding: 0 20px 0 30px;
    line-height: 55px;
    color: #FFFFFF;
    background: url(../img/public/index/seckill_hd.png) no-repeat 0 0;
}

.content-sec-kill .content-sec-kill-hd-col-left {
    float: left;
    height: 55px;
}

.content-sec-kill .content-sec-kill-hd-dec {
    width: 28px;
    height: 28px;
    background: url(../img/public/index/sprite_index_icon.png) no-repeat -190px -48px;
    position: absolute;
    left: -4px;
    top: -4px;
    font-style: normal;
}

.content-sec-kill .content-sec-kill-hd-icon {
    margin-top: 8px;
    margin-right: 8px;
    background: url(../img/public/index/sprite_index_icon.png) no-repeat 0 -40px;
    width: 34px;
    height: 40px;
    float: left;
    font-style: normal;
}

.content-sec-kill .content-sec-kill-hd-title {
    margin: 7px auto;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    float: left;
    font-family: fzzhengheis-el-gbregular;
}

.content-sec-kill .content-sec-kill-hd-more {
    position: relative;
    float: left;
    margin-top: 19px;
    margin-left: 12px;
    padding-right: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #FFFFFF;
}

.content-sec-kill .content-sec-kill-hd-more:hover {
    color: #FFFFFF;
}

.content-sec-kill-hd-more i {
    position: absolute;
    right: 0;
    top: 5px;
    background: url(../img/public/index/sprite_index_icon.png) no-repeat -154px -40px;
    width: 15px;
    height: 16px
}

.content-sec-kill .content-sec-kill-hd-col-right {
    height: 100%;
    float: right;
}

.content-sec-kill .content-sec-kill-body {
    width: 100%;
    /*height: 300px;*/
    min-height: 276px;
    display: flex;
    float: left;
    padding: 12px 0;
    position: relative;
}

.content-sec-kill-body-list-wrapper {
    width: 1020px;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.content-sec-kill-body-list-wrap-line {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 1px solid #fff;
}

.content-sec-kill-body-list-wrapper .item:last-child {
    border-right: 0;
}

.content-sec-kill-body-list-wrapper:hover .content-sec-kill-body-list-wrapper-navigate {
    display: block;
}

.content-sec-kill-body-list-wrapper-navigate {
    display: none;
}

.content-sec-kill-body-list-wrapper-navigate a {
    width: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    color: #666666;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
    font-size: 18px;
}

.content-sec-kill-body-list-wrapper-navigate a:hover {
    background: rgba(0, 0, 0, .2);
}

.content-sec-kill-body-list-wrapper-navigate .content-sec-kill-body-list-wrapper-navigate-prev {
    left: 7px;
    float: left;
}

.content-sec-kill-body-list-wrapper-navigate .content-sec-kill-body-list-wrapper-navigate-next {
    right: 7px;
    float: right;
}

.content-sec-kill-body-list-wrapper > ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}

.content-sec-kill-body-list-wrapper .item {
    display: inline-block;
}

.content-sec-kill-body-list-wrapper .item-wrap {
    width: 204px;
    height: auto;
    float: left;
    padding: 0 14px 0 15px;
    border-left: 1px solid #e7e7e7;
}

.content-sec-kill-body-list-wrapper ul .item:first-child .item-wrap {
    border-left: 1px solid #fff;
}

.content-sec-kill-body-list-wrapper .item .goods-info-wrap {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.content-sec-kill-body-list-wrapper .item .goods-info-wrap > a {
    width: 100%;
    float: left;
    text-align: center;
    outline: 0;
    overflow: hidden;
}

.content-sec-kill-body-list-wrapper .item .goods-info-wrap .bottom-icon {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: url(../img/public/index/sprite_index_icon.png) no-repeat 0 0;
    -moz-background-size: 218px 188px;
    background-size: 218px 188px;
}

.content-sec-kill-body-list-wrapper .item .goods-info-wrap > a div {
    max-width: 170px;
    max-height: 170px;
    min-height: 170px;
    margin: 0 auto;
    position: relative;
}

.content-sec-kill-body-list-wrapper .item .goods-info-wrap > a img {
    object-fit: cover;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 170px;
    max-height: 170px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -moz-transition: transform .4s ease, -moz-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.content-sec-kill-body-list-wrapper .item .goods-info-wrap > a:hover img {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.content-sec-kill-body-list-wrapper .item .goods-info-wrap > a > p {
    font-size: 12px;
    max-width: 100%;
    height: 32px;
    line-height: 16px;
    margin-top: 10px;
    color: #999999;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-sec-kill-body-list-wrapper .item .goods-info-wrap > a > p:hover {
    color: #c81623;
}

.content-sec-kill-body-list-wrapper .item .goods-info-price-wrap {
    width: 100%;
    height: 30px;
    float: left;
    padding-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-sec-kill-body-list-wrapper .content-sec-kill-body-list-wrapper-tag {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: url(../img/public/index/sprite_index_icon.png) no-repeat -54px -40px;
    -moz-background-size: 218px 188px;
    background-size: 218px 188px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
    white-space: normal;
}

.content-sec-kill-body-list-wrapper .content-sec-kill-body-list-wrapper-tag > b {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    font-size: 0;
    font-weight: bold;
    float: left;
}

.content-sec-kill-body-list-wrapper .content-sec-kill-body-list-wrapper-tag > span {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    padding-top: 2px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-sec-kill-body-list-wrapper .content-sec-kill-body-list-wrapper-price-new {
    font-size: 18px;
    font-weight: 700;
    margin-right: 8px;
    color: #f10214;
}

.content-sec-kill-body-list-wrapper .content-sec-kill-body-list-wrapper-price-new i {
    font-size: 12px;
    font-weight: 400;
    margin-right: 3px;
    font-family: Arial;
}

.content-sec-kill-body-list-wrapper .content-sec-kill-body-list-wrapper-price-origin {
    color: #999;
    font-size: 12px
}

.content-sec-kill-body-list-wrapper .content-sec-kill-body-list-wrapper-price-origin i {
    font-size: 12px;
    font-weight: 400;
    margin-right: 3px;
    font-family: Arial;
}

.content-sec-kill-body-list-wrapper .content-sec-kill-body-list-wrapper-price-origin del {
    font-weight: 400;
}

.content-sec-kill-body-special {
    width: 191px;
    height: auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-sec-kill-body-special a {
}

.content-sec-kill-body-special a img {
    max-width: 100%;
    max-height: 252px;
}

.content-coupons {
    width: 100%;
    height: 215px;
    float: left;
    margin-bottom: 30px;
}

.content-coupons-head {
    float: left;
    width: 200px;
    height: 100%;
    background-color: #ea3524;
}

.content-coupons-head > a {
    display: block;
    padding: 25px 30px;
    width: 200px;
    height: 215px;
    color: #ffffff;
}

.content-coupons-head > a:hover {
    color: #ffffff;
}

.content-coupons-head > a > h3 {
    overflow: hidden;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    font-size: 28px;
    font-family: fzzhengheis-el-gbregular;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
}

.content-coupons-head-transverse {
    display: block;
    margin-top: 8px;
    margin-bottom: 20px;
    width: 55px;
    height: 3px;
    background-color: #ffffff;
}

.content-coupons-head > a > p {
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-coupons-head-btn {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-left: 15px;
    height: 30px;
    border: 2px solid #fff;
    line-height: 26px;
    overflow: hidden;
}

.content-coupons-head-btn > i {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 15px;
    height: 16px;
    background: url(../img/public/index/sprite_index_icon.png) no-repeat -154px -40px;

}

.content-coupons-body {
    float: left;
    width: 1010px;
    height: 100%;
    padding: 10px 0;
    background-color: #ffffff;
    overflow: hidden;
}

.content-coupons-body > ul {
    height: 100%;
    overflow: hidden;
}

.content-coupons-body > ul > li {
    position: relative;
    float: left;
    width: 200px;
    height: 195px;
    border-left: 1px solid #e7e7e7;
    overflow: hidden;
}

.content-coupons-body > ul > li:first-child {
    width: 200px;
    border-right: 0 none;
}

.content-coupons-body > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.content-coupons-body > ul > li > a > .content-coupons-body-coupon-div {
    position: absolute;
    z-index: 2;
    left: 15px;
    width: 100px;
    height: 100%;
    border-top: 3px solid #e93524;
    background-color: #ffffff;
}

.content-coupons-body > ul > li > a > .content-coupons-body-coupon-img {
    width: 100%;
    height: 100%;
    line-height: 192px;
    padding: 0 15px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 15px;
    z-index: 1;
    text-align: right;
}

.content-coupons-body > ul > li a .content-coupons-body-coupon-img img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s;
}

.content-coupons-body > ul > li:hover a .content-coupons-body-coupon-img img {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.content-coupons-body-mod-price {
    color: #f10214;
}

.content-coupons-body-coupon-price {
    padding: 5px;
    height: 46px;
    line-height: 36px;
    font-size: 28px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-coupons-body-coupon-desc {
    overflow: hidden;
    padding: 5px;
    height: 55px;
    line-height: 18px;
    color: #e93524;
}

.content-coupons-body-coupon-desc-txt {
    display: inline-block;
    vertical-align: middle;
}

.content-coupons-body-coupon-limit {
    overflow: hidden;
    padding: 15px 10px;
    width: 100px;
    height: 66px;
    margin-bottom: 0;
    background: #e7e7e7 url("../img/public/icon/coupon_limit_bg.jpg") repeat-x 0 0;
    color: #666666;
}

.content-coupons-body-coupon-limit-txt {
    width: 100%;
    height: 36px;
}

.content-coupons-body-coupon-more {
    overflow: hidden;
    width: 100%;
    height: 26px;
    background: #e93524;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #ffffff;
}

.content-coupons-body-coupon-item-shadow {
    position: absolute;
    left: 100px;
    top: 33px;
    width: 15px;
    height: 117px;
    -moz-box-shadow: 0 0 30px #999;
    box-shadow: 0 0 30px #999999;
}

.content-find-brand-hot {
    width: 100%;
    float: left;
}

.content-find-brand-hot > div {
    width: 396px;
    height: 445px;
    float: left;
    background-color: #ffffff;
    overflow: hidden;
}

.content-find-brand-hot > .content-find-brand-hot-item-block {
    width: 100%;
    height: auto;
}

.content-find-brand-hot-shop {
    margin-bottom: 20px;
}

.content-find-brand-hot-shop .content-hot-content-body .item .content-hot-content-body-rank {
    display: none;
    z-index: 1;
}

.content-find-brand-hot-shop .content-hot-content-body {
    height: auto;
    min-height: 333px;
}

.content-find-brand-hot-shop .content-hot-content-body-name {
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

.content-find-brand-hot-shop .content-hot-content-body > ul > li {
    width: 119px;
}

.content-find-brand-hot-shop .content-hot-content-body > ul > li > a img {
    cursor: pointer;
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -moz-transition: transform .4s ease, -moz-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.content-find-brand-hot-shop .content-hot-content-body > ul > li > a:hover img {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.content-find-brand-hot .content-find-brand-hot-two {
    margin: 0 11px;
}

.content-find-brand-hot-head {
    position: relative;
    padding: 0 20px 0 30px;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
}

.content-find-head {
    background: #4998a1;
    background-image: -webkit-linear-gradient(left, #4998a1, #2e828b);
    background-image: -moz-linear-gradient(left, #4998a1, #2e828b);
    background-image: linear-gradient(90deg, #4998a1, #2e828b);
}

.content-brand-head {
    background: #7d2e5c;
    background-image: -webkit-linear-gradient(left, #7d2e5c, #6f184a);
    background-image: -moz-linear-gradient(left, #7d2e5c, #6f184a);
    background-image: linear-gradient(90deg, #7d2e5c, #6f184a)
}

.content-hot-head {
    background: #e77005;
    background-image: -webkit-linear-gradient(left, #e77005, #e45d04);
    background-image: -moz-linear-gradient(left, #e77005, #e45d04);
    background-image: linear-gradient(90deg, #e77005, #e45d04)
}

.content-find-head-dec {
    background: url(../img/public/index/sprite_index_icon.png) no-repeat -190px -96px;
}

.content-brand-head-dec {
    background: url(../img/public/index/sprite_index_icon.png) no-repeat 0 -160px;
}

.content-hot-head-dec {
    background: url(../img/public/index/sprite_index_icon.png) no-repeat -190px 0;

}

.content-find-brand-hot-head > a {
    position: relative;
    float: right;
    margin-top: 16px;
    padding-right: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
}

.content-find-brand-hot-head > a > i {
    width: 15px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 4px;
    background: url(../img/public/index/sprite_index_icon.png) no-repeat -154px -40px;
}

.content-find-brand-hot-head-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 19px solid #f6f6f6;
    border-right: 19px solid transparent;
    font-style: normal;
}

.content-find-brand-hot-head-dec {
    position: absolute;
    left: -4px;
    top: -4px;
    width: 28px;
    height: 28px;
}

.content-find-brand-hot-head-title {
    margin-top: -2px;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    padding-top: 9px;
    float: left;
    font-family: fzzhengheis-el-gbregular;
}

.content-find-brand-hot-body {
    padding: 10px;
    height: 369px;
}

.content-find-brand-hot-body > ul > li {
    float: left;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-find-brand-hot-body > ul > li > a {
    display: block;
    width: 188px;
    height: 120px;
    position: relative;
}

.content-find-brand-hot-body .content-find-brand-hot-body-nth-child-2 {
    border-right: 0;
    margin-right: -1px;
}

.content-find-brand-hot-body .content-find-brand-hot-body-nth-child-4 {
    border-right: 0;
    margin-right: -1px;
}

.content-find-brand-hot-body .content-find-brand-hot-body-nth-child-5 {
    border-bottom: 0;
}

.content-find-brand-hot-body .content-find-brand-hot-body-nth-child-6 {
    border-right: 0;
    margin-right: -1px;
    border-bottom: 0;
}

.content-find-brand-hot-body > ul > li > a {
    width: 188px;
    height: 122px;
    position: relative;
}

.content-find-brand-hot-body > ul > li > a > p {
    font-size: 14px;
    color: #4998a1;
    position: absolute;
    top: 15px;
    left: 20px;
    width: 80px;
    line-height: 20px;
    z-index: 1;
    word-wrap: break-word;
}

.content-find-brand-hot-body > ul > li > a > img {
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 80px;
    height: 80px;
    -webkit-transition: -webkit-transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -moz-transition: transform .4s ease-out, -moz-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out, -moz-transform .4s ease-out
}

.content-find-brand-hot-body > ul > li:hover a > img {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.content-find-brand-hot-body-up {
    width: 100%;
    height: 227px;
    float: left;
    margin-bottom: 12px;
}

.content-find-brand-hot-body-up > div {
    width: 188px;
    height: 227px;
    float: left;
}

.content-find-brand-hot-body-up > div > a {
    width: 188px;
    height: 227px;
    float: left;
    padding: 15px 22px 10px 23px;
    border-right: 1px solid #e7e7e7;
}

.content-find-brand-hot-body-up > div:last-child > a {
    border-right: 0;
}

.content-find-brand-hot-body-dn {
    width: 100%;
    height: 130px;
    float: left;
}

.content-find-brand-hot-body-dn > a {
    width: 100%;
    height: 100%;
    float: left;
}

.content-find-brand-hot-body-dn > a > img {
    width: 100%;
    height: 100%;
    float: left;
}

.content-find-brand-hot-body-up-name {
    font-size: 16px;
    color: #8b3a6d;
    margin-bottom: 5px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}

.content-find-brand-hot-body-up-desc {
    color: #666666;
    height: 36px;
    margin-bottom: 8px;
    overflow: hidden;
}

.content-find-brand-hot-body-up-split {
    width: 19px;
    height: 3px;
    background: #8b3a6d;
    margin-bottom: 12px;
}

.content-find-brand-hot-body-up-img {
    width: 100%;
    float: left;
}

.content-find-brand-hot-body-up > div > a:hover .content-find-brand-hot-body-up-img > img {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.content-find-brand-hot-body-up-img > img {
    margin: 0 auto;
    overflow: hidden;
    display: block;
    width: 140px;
    height: 120px;
    -webkit-transition: -webkit-transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -moz-transition: transform .4s ease-out, -moz-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out, -moz-transform .4s ease-out
}

.content-hot-content {
    width: 100%;
    height: 100%;
    float: left;
    background-color: #f5f5f5;
}

.content-hot-content-title {
    width: 100%;
    height: 36px;
    float: left;
}

.content-hot-content-title > ul {
    width: 100%;
    height: 30px;
    float: left;
    padding-top: 5px;
    border-bottom: 1px solid #e7e7e7;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.content-hot-content-title > ul > li {
    display: inline;
    height: 18px;
    border-left: 1px solid #d2d1d1;
}

.content-hot-content-title > ul > li:first-child {
    border-left: none;
}

.content-hot-content-title > ul > li > a {
    line-height: 18px;
    font-size: 14px;
    min-width: 58px;
    margin: 0 10px 0 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 1px;
    border-bottom: 2px solid #ffffff;
}

.content-hot-content-title > ul > li:hover a {
    border-color: #F10215;
}

.content-hot-content-title > ul > li > .active {
    border-color: #F10215;
}

.content-hot-content-body {
    width: 100%;
    height: 333px;
    float: left;
}

.content-hot-content-body > ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    display: none;
}

.content-hot-content-body > ul:first-child {
    display: block;
}

.content-hot-content-body > ul > li {
    width: 124px;
    height: 166px;
    float: left;
    position: relative;
}

.content-hot-content-body > ul > li > a {
    padding: 12px;
    float: left;
}

.content-hot-content-body .item .content-hot-content-body-rank {
    position: absolute;
    top: 12px;
    left: 11px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-size: 22px;
    background: url(../img/public/index/sprite_index_icon.png) no-repeat -100px -100px;
    width: 30px;
    height: 40px;
}

.content-hot-content-body .item-1 .content-hot-content-body-rank {
    background-position: -104px -40px;
}

.content-hot-content-body .item-2 .content-hot-content-body-rank {
    background-position: -50px -100px;
}

.content-hot-content-body .item-3 .content-hot-content-body-rank {
    background-position: 0 -100px;
}

.content-hot-content-body-info {
    width: 100px;
    height: 100px;
    line-height: 100px;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-hot-content-body-info > img {
    max-width: 100px;
    max-height: 100px;
}

.content-hot-content-body-name {
    width: 100%;
    height: 32px;
    text-align: left;
    padding: 0;
    line-height: 16px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.content-grid {
    width: 100%;
    height: auto;
    float: left;
    margin: 30px auto;
    background-color: #e0e0e0;
    overflow: hidden;
}

.content-grid > ul {
    display: flex;
}

.content-grid > ul > li {
    flex: 1;
}

.content-grid > ul > li > a {
}

.content-grid > ul > li > a > img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.content-grid > ul > li:hover a > img {
    opacity: .8;
    filter: alpha(opacity=80);
}

.content-special {
    width: 100%;
    height: 405px;
    float: left;
    background-color: #f6f6f6;
}

.content-special-body {
    width: 100%;
    height: 350px;
    float: left;
    overflow: hidden;
}

.content-special-body > ul > li {
    width: 397px;
    height: 170px;
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

.content-special-body .content-special-body-ul {
    width: 1240px;
}

.content-special-body .content-special-body-nth-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.content-special-body > ul > li > a {
    width: 100%;
    height: 100%;
    float: left;
}

.content-special-body > ul > li > a > div {
    width: 142px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: #fff;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    z-index: 1;
}

.content-special-body > ul > li > a > img {
    width: 406px;
    height: 170px;
    -webkit-transition: -webkit-transform .3s ease-in;
    -moz-transition: -moz-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    -moz-transition: transform .3s ease-in, -moz-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in, -moz-transform .3s ease-in;
}

.content-special-body > ul > li:hover a > img {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.content-special-body > ul > li > a > div > div {
    padding-top: 45px;
    width: 100px;
    font-size: 14px;
    margin: 0 auto;
}

.content-special-body > ul > li > a > div > div > h4 {
    overflow: hidden;
    height: 40px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    font-family: fzzhengheis-el-gbregular;
    font-weight: 400;
}

.content-special-body > ul > li > a > div > div > p {
    overflow: hidden;
    margin-top: 8px;
    height: 32px;
    line-height: 16px;
}

.content-storey-bar {
    width: 100%;
    float: left;
    position: relative;
}

.content-storey-nav-bar {
    position: absolute;
    left: -65px;
    display: none;
}

.content-storey-nav {
    position: fixed;
    top: 0;
    width: 35px;
    height: 100%;
    line-height: 100%;
    display: table;
}

.content-storey-nav > ul {
    display: table-cell;
    vertical-align: middle;
}

.content-storey-nav > ul > li {
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    background-color: #918888;
    border-top: 1px solid #b1aaaa;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    transition: background-color .1s
}

.content-storey-nav > ul > li > a {
    width: 35px;
    overflow: hidden;
    display: block;
    padding: 10px 4px;
    line-height: 14px;
    text-align: center;
    color: #fefefe;
    -webkit-transition: color .1s;
    -moz-transition: color .1s;
    transition: color .1s
}

.content-storey-nav > ul > li > a .floor-text {
    margin-top: 5px;
    display: none;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.content-storey-nav > ul > li:hover .floor-tips {
    /*display: none;*/
}

.content-storey-nav > ul > li:hover .floor-text {
    display: block;
}

.content-storey-nav > ul > li:hover {
    border-top: 1px solid #d70b1c;
    background-color: #5e4a4a;
    border-bottom: 0;
    margin-bottom: 0;
}

.content-storey-nav > ul > li:hover a {
    position: relative;
    border-bottom: 1px solid #d70b1c;
    margin-bottom: -1px;
    border-color: #d70b1c;
    background-color: #d70b1c
}

.content-storey-nav .active {
    border-top: 1px solid #d70b1c !important;
    background-color: #5e4a4a;
    border-bottom: 0;
    margin-bottom: 0;
}

.content-storey-nav .active > a {
    position: relative;
    border-bottom: 1px solid #d70b1c;
    margin-bottom: -1px;
    background-color: #d70b1c
}

.content-storey-nav .active .floor-text {
    display: block;
}

.content-storey-nav > ul > li:first-child {
    border-top: 0 !important;
}

.content-storey-nav .active:first-child {
    border-top: 0 !important;
}

.content-storey {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}

.content-storey-left-right {
    width: 100%;
    height: 100%;
    float: left;
}

.content-storey-left {
    width: 600px;
    height: 100%;
    float: left;
}

.content-storey-right {
    width: 600px;
    height: 100%;
    float: left;
    margin-left: 10px;
}

.content-storey-head {
    height: 58px;
    padding: 16px 20px 16px 25px;
    overflow: hidden;
    background-color: #999999;
}

.content-storey-head > h3 {
    margin-top: -2px;
    float: left;
    font-size: 22px;
    color: #fff;
    height: 26px;
    line-height: 30px;
    font-weight: 400;
    max-width: 300px;
    font-family: fzzhengheis-el-gbregular;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-storey-head > h3 > a {
    color: #fff;
}

.content-storey-head > h3 > a:hover {
    /*color: #E4393C;*/
}

.content-storey-head > div {
    float: right;
    max-width: 450px;
    overflow: hidden;
    height: auto;
    text-align: right;
    display: flex;
}

.content-storey-head > div > a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 3px 10px;
    margin-left: 10px;
    max-width: 120px;
    max-width: 10em;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background-color: hsla(0, 0%, 100%, .2);
}

.content-storey-head > div > a:hover {
    color: #fff !important;
    border-color: #fff !important
}

.content-storey-body {
    padding: 10px;
    background-color: #fff;
    overflow: hidden;
}

.content-storey-body-left {
    width: 595px;
    height: auto;
    float: left;
}

.content-storey-body-right {
    width: 595px;
    height: 400px;
    float: left;
    border-left: 1px solid #e6e6e6;
    padding-left: 14px;
}

.content-storey-body-cover {
    width: 196px;
    height: 400px;
    float: left;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-storey-body-cover > a {
    margin: 0 auto;
}

.content-storey-body-cover > a > img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.content-storey-body-cover > a:hover img {
    opacity: .8;
}

.content-storey-body-list {
    width: 384px;
    height: auto;
    min-height: 400px;
    float: left;
    position: relative;
}

.content-storey-body-list-bar {
    position: absolute;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    top: 50%;
    left: 0;
    right: 0;
}

.content-storey-body-list-line {
    position: absolute;
    height: 100%;
    border-left: 1px solid #e6e6e6;
    top: 0;
    left: 50%;
    right: 0;
}

.content-storey-body-list > ul > li {
    text-align: center;
    float: left;
}

.content-storey-body-list > ul > li > a {
    width: 192px;
    height: 200px;
    padding: 10px;
    display: inline-block;
    float: left;
    position: relative;
}

.content-storey-body-list > ul > li > a > div {
    margin-top: 5px;
    width: 100%;
    height: 120px;
    text-align: center;
}

.content-storey-body-list > ul > li > a img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    background-color: #f7f7f7;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: -webkit-transform .5s;
    -moz-transition: transform .5s, -moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}

.content-storey-body-list > ul > li > a:hover img {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.content-storey-body-list .content-storey-body-list-p-title {
    height: 18px;
    line-height: 18px;
    margin: 15px auto 0 auto;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-storey-body-list .content-storey-body-list-p-title:hover {
    color: #E4393C;
}

.content-storey-body-list .content-storey-body-list-p-title-price {
    font-size: 16px;
    color: #e33333;
    overflow: hidden;
    font-family: "microsoft yahei";
}

.content-storey-body-list .content-storey-body-list-p-title-market-price {
    text-decoration: line-through;
    color: #666666;
}

.content-storey-body-more {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    margin-top: 10px;
}

.content-storey-body-more > a {
    width: 186px;
    max-height: 186px;
    float: left;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.content-storey-body-more > a > img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    -moz-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.content-storey-body-more > a:hover img {
    opacity: .8;
}

.content-storey-body-more > a:nth-child(2) {
    margin: 0 11px;
}

.content-storey-body .transverse-brand {
    padding: 0px 0px;
}

.content-storey-body .transverse-brand .tab .tab-body li a {
    width: 100px;
}

.content-storey-body-brand {
    width: 100%;
    height: 35px;
    float: left;
    margin-top: 10px;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}

.content-storey-body-brand .tab {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    white-space: nowrap;
}

.content-storey-body-brand .tab .tab-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 0;
}

.content-storey-left-right .content-storey-body-brand .tab .tab-body {
}

.content-storey-body-brand .tab .tab-body li {
    display: inline-block;
}

.content-storey-body-brand .tab .tab-body li:first-child a {
    border-left: 1px solid #fff;
}

.content-storey-body-brand .storey-tab-three .tab-body li {
    height: 100%;
}

.content-storey-body-brand .tab .tab-body li a {
    width: 95px;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    border-left: 1px solid #dedfe0;
    float: left;
    overflow: hidden;
    text-align: center;
}

.content-storey-body-brand .tab .tab-body li a img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

.content-storey-body-brand .tab .tab-body li a img:hover {
}

.content-storey-body-brand .tab .tab-line {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    /*border-left: 1px solid #fff;*/
    display: none;
}

.content-storey-body-brand .tab .tab-btn {
    display: none;
}

.content-storey-body-brand .tab .tab-btn a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 35px;
    line-height: 35px;
    color: #666666;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.content-storey-body-brand .tab .tab-btn a i {
    font-size: 14px;
}

.content-storey-body-brand .tab .tab-btn a:hover {
    background: rgba(0, 0, 0, .2);
}

.content-storey-body-brand .tab .tab-btn .prev {
    left: -2px;
}

.content-storey-body-brand .tab .tab-btn .next {
    right: -2px;
}

.content-storey-body-brand .tab:hover .tab-btn {
    display: block;
}

.content-storey-body-box {
    width: 100%;
    height: 100%;
    float: left;
}

.content-storey-body-box .content-storey-body {
    width: 100%;
    display: flex;
    background-color: transparent;
    padding: 5px 0px;
}

.content-storey-body-box .content-storey-body-cover {
    width: 240px;
    height: 652px;
    flex-shrink: 0;
    padding-right: 0px;
    margin-top: 5px;
    margin-right: 5px;
    background-color: #fff;
    overflow: hidden;
}

.content-storey-body-box .content-storey-body-cover > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.content-storey-body-box .content-storey-body-list {
    flex: 1;
    overflow: hidden;
}

.content-storey-body-box .content-storey-body-list > ul > li {
    width: 230px;
    width: calc(964px / 4);
    box-sizing: border-box;
    padding: 5px 5px;
}

.content-storey-body-box .content-storey-body-list .content-storey-body-list-p-title {
    height: auto;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px;
}

.content-storey-body-box .content-storey-body-list .content-storey-body-list-p-title-price {
    margin-top: 10px;
    line-height: 34px;
}

.content-storey-body-box .content-storey-body-list > ul > li > a {
    height: auto;
    background-color: #fff;
    width: 100%;
}

.content-storey-body-box .content-storey-body-list > ul > li > a > div {
    height: 211px;
    /*min-height: 211px;*/
    /*max-height: 211px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-storey-body-box .content-storey-body-brand {
    margin-top: 0px;
    /*height: auto;*/
    height: 50px;
    padding: 0px;
}

.content-storey-body-box .content-storey-body-brand .tab .tab-body li a {
    width: 150px;
    width: calc(1200px / 8);
    height: auto;
    height: 100%;
    min-height: 50px;
    max-height: 150px;
    max-height: calc(1200px / 8);
    line-height: unset;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-left: 2px solid transparent;*/
    border-left: unset;
    margin-right: 2px;

}

.content-storey-body-box .content-storey-body-brand .tab .tab-btn a:hover {
    background: rgba(0, 0, 0, .6);
}

.content-storey-body-box .content-storey-body-brand .tab {
    background-color: transparent;
}

.content-storey-body-box .content-storey-body-brand .tab .tab-btn a {
    width: 20px;
    height: 100%;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, .2);
}

.storey-1 .content-storey-head {
    background-color: #974676;
    background-image: -webkit-linear-gradient(90deg, #974676, #9e4075);
    background-image: -webkit-linear-gradient(left, #974676, #9e4075);
    background-image: -moz-linear-gradient(left, #974676, #9e4075);
    background-image: linear-gradient(90deg, #974676, #9e4075);
}

.storey-1 .content-storey-head > div > a {
    border-color: #c187af;
    /*background-color: #ac6f93;*/
}

.storey-1 .content-storey-right .content-storey-head {
    background-color: #cd375e;
    background-image: -webkit-linear-gradient(90deg, #cd375e, #c1314d);
    background-image: -webkit-linear-gradient(left, #cd375e, #c1314d);
    background-image: -moz-linear-gradient(left, #cd375e, #c1314d);
    background-image: linear-gradient(90deg, #cd375e, #c1314d)
}

.storey-1 .content-storey-right .content-storey-head > div > a {
    border-color: #de7b95;
    /*background-color: #d36581;*/
}

.storey-2 .content-storey-head {
    background-color: #78538e;
    background-image: -webkit-linear-gradient(90deg, #78538e, #674083);
    background-image: -webkit-linear-gradient(left, #78538e, #674083);
    background-image: -moz-linear-gradient(left, #78538e, #674083);
    background-image: linear-gradient(90deg, #78538e, #674083);
}

.storey-2 .content-storey-head > div > a {
    border-color: #9e84b1;
    /*background-color: #9379a5;*/
}

.storey-2 .content-storey-right .content-storey-head {
    background-color: #5e6c90;
    background-image: -webkit-linear-gradient(90deg, #5e6c90, #4c5e8c);
    background-image: -webkit-linear-gradient(left, #5e6c90, #4c5e8c);
    background-image: -moz-linear-gradient(left, #5e6c90, #4c5e8c);
    background-image: linear-gradient(90deg, #5e6c90, #4c5e8c);
}

.storey-2 .content-storey-right .content-storey-head > div > a {
    border-color: #94a1c0;
    /*background-color: #7f8ca8;*/
}

.storey-3 .content-storey-left-right .content-storey-head {
    background-color: #488bad;
    background-image: -webkit-linear-gradient(90deg, #488bad, #337e8d);
    background-image: -webkit-linear-gradient(left, #488bad, #337e8d);
    background-image: -moz-linear-gradient(left, #488bad, #337e8d);
    background-image: linear-gradient(90deg, #488bad, #337e8d);
}

.storey-3 .content-storey-left-right .content-storey-head > div > a {
    border-color: #77b6c3;
    /*background-color: #6da6be;*/
}

.storey-4 .content-storey-head {
    background-color: #3aaba9;
    background-image: -webkit-linear-gradient(90deg, #3aaba9, #299b9a);
    background-image: -webkit-linear-gradient(left, #3aaba9, #299b9a);
    background-image: -moz-linear-gradient(left, #3aaba9, #299b9a);
    background-image: linear-gradient(90deg, #3aaba9, #299b9a);
}

.storey-4 .content-storey-head > div > a {
    border-color: #6fcfce;
    /*background-color: #65bbb9;*/
}

.storey-4 .content-storey-right .content-storey-head {
    background-color: #568e7d;
    background-image: -webkit-linear-gradient(90deg, #568e7d, #447e6c);
    background-image: -webkit-linear-gradient(left, #568e7d, #447e6c);
    background-image: -moz-linear-gradient(left, #568e7d, #447e6c);
    background-image: linear-gradient(90deg, #568e7d, #447e6c);
}

.storey-4 .content-storey-right .content-storey-head > div > a {
    border-color: #79aa9e;
    /*background-color: #72a293;*/
}

.storey-5 .content-storey-left-right .content-storey-head {
    background-color: #eeb924;
    background-image: -webkit-linear-gradient(90deg, #eeb924, #e49433);
    background-image: -webkit-linear-gradient(left, #eeb924, #e49433);
    background-image: -moz-linear-gradient(left, #eeb924, #e49433);
    background-image: linear-gradient(90deg, #eeb924, #e49433);
}

.storey-5 .content-storey-left-right .content-storey-head > div > a {
    border-color: #f9d661;
    /*background-color: #edca56;*/
}

.storey-6 .content-storey-head {
    background-color: #e16c46;
    background-image: -webkit-linear-gradient(90deg, #e16c46, #e85629);
    background-image: -webkit-linear-gradient(left, #e16c46, #e85629);
    background-image: -moz-linear-gradient(left, #e16c46, #e85629);
    background-image: linear-gradient(90deg, #e16c46, #e85629);
}

.storey-6 .content-storey-head > div > a {
    border-color: #ef9f81;
    /*background-color: #e28465;*/
}

.storey-6 .content-storey-right .content-storey-head {
    background-color: #a56741;
    background-image: -webkit-linear-gradient(90deg, #a56741, #925937);
    background-image: -webkit-linear-gradient(left, #a56741, #925937);
    background-image: -moz-linear-gradient(left, #a56741, #925937);
    background-image: linear-gradient(90deg, #a56741, #925937);
}

.storey-6 .content-storey-right .content-storey-head > div > a {
    border-color: #c19369;
    /*background-color: #b08061;*/
}

.storey-7 .content-storey-head {
    background-color: #756059;
    background-image: -webkit-linear-gradient(90deg, #756059, #684c44);
    background-image: -webkit-linear-gradient(left, #756059, #684c44);
    background-image: -moz-linear-gradient(left, #756059, #684c44);
    background-image: linear-gradient(90deg, #756059, #684c44);
}

.storey-7 .content-storey-head > div > a {
    border-color: #9e8a84;
    /*background-color: #897b75;*/
}

.storey-7 .content-storey-right .content-storey-head {
    background-color: #865454;
    background-image: -webkit-linear-gradient(90deg, #865454, #7e3b3c);
    background-image: -webkit-linear-gradient(left, #865454, #7e3b3c);
    background-image: -moz-linear-gradient(left, #865454, #7e3b3c);
    background-image: linear-gradient(90deg, #865454, #7e3b3c);
}

.storey-7 .content-storey-right .content-storey-head > div > a {
    border-color: #b48787;
    /*background-color: #987171;*/
}

.storey-8 .content-storey-head {
    background-color: #6467a0;
    background-image: -webkit-linear-gradient(90deg, #6467a0, #544b8f);
    background-image: -webkit-linear-gradient(left, #6467a0, #544b8f);
    background-image: -moz-linear-gradient(left, #6467a0, #544b8f);
    background-image: linear-gradient(90deg, #6467a0, #544b8f);
}

.storey-8 .content-storey-head > div > a {
    border-color: #9598cd;
    /*background-color: #7c80af;*/
}

.storey-8 .content-storey-right .content-storey-head {
    background-color: #5981a3;
    background-image: -webkit-linear-gradient(90deg, #5981a3, #41698b);
    background-image: -webkit-linear-gradient(left, #5981a3, #41698b);
    background-image: -moz-linear-gradient(left, #5981a3, #41698b);
    background-image: linear-gradient(90deg, #5981a3, #41698b);
}

.storey-8 .content-storey-right .content-storey-head > div > a {
    border-color: #82a5bc;
    /*background-color: #6c90ab;*/
}

.storey-9 .content-storey-head {
    background-color: #5a7259;
    background-image: -webkit-linear-gradient(90deg, #5a7259, #425f41);
    background-image: -webkit-linear-gradient(left, #5a7259, #425f41);
    background-image: -moz-linear-gradient(left, #5a7259, #425f41);
    background-image: linear-gradient(90deg, #5a7259, #425f41);
}

.storey-9 .content-storey-head > div > a {
    border-color: #78977a;
    /*background-color: #758975;*/
}

.storey-9 .content-storey-right .content-storey-head {
    background-color: #eeb924;
    background-image: -webkit-linear-gradient(90deg, #eeb924, #e49433);
    background-image: -webkit-linear-gradient(left, #eeb924, #e49433);
    background-image: -moz-linear-gradient(left, #eeb924, #e49433);
    background-image: linear-gradient(90deg, #eeb924, #e49433)
}

.storey-9 .content-storey-right .content-storey-head > div > a {
    border-color: #f9d661;
    /*background-color: #edca56;*/
}

.storey-10 .content-storey-left-right .content-storey-head {
    background-color: #e16c46;
    background-image: -webkit-linear-gradient(90deg, #e16c46, #e85629);
    background-image: -webkit-linear-gradient(left, #e16c46, #e85629);
    background-image: -moz-linear-gradient(left, #e16c46, #e85629);
    background-image: linear-gradient(90deg, #e16c46, #e85629);
}

.storey-10 .content-storey-left-right .content-storey-head > div > a {
    border-color: #ef9f81;
    /*background-color: #e28465;*/
}

.content-unique {
}

.content-unique-content {
    width: 100%;
    height: 150px;
    float: left;
    overflow: hidden;
}

.content-unique-content > ul {
    margin: 0 1px;
    height: 100%;
}

.content-unique-content > ul > li {
    width: 164px;
    height: 100%;
    float: left;
    margin-left: 10px;
    overflow: hidden;
    position: relative;
}

.content-unique-content > ul > li:hover .content-unique-entry-text {
    bottom: 0;
}

.content-unique-entry-text {
    width: 164px;
    padding: 5px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: black;
    opacity: .6;
    filter: alpha(opacity=60);
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.content-unique-entry-text > h3 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-unique-entry-text > p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-unique-content > ul > li > a {
    width: 100%;
    height: 100%;
    float: left;
}

.content-unique-content > ul > li > a > img {
    width: 100%;
    height: 100%;
    float: left;
}

.content-unique-content > ul > li:first-child {
    margin-left: 0;
}

.content-more-goods {
}

.content-more-goods-content {
    width: 100%;
    float: left;
}

.content-more-goods-content > ul {
    width: 100%;
    float: left;
}

.content-more-goods-content > ul > li {
    width: 232px;
    height: auto;
    float: left;
    margin: 0 5px 10px 5px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.content-more-goods-content > ul > li:hover {
    border: 1px solid #F10215;
}

.content-more-goods-content > ul > li > a {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
}

.content-more-goods-content > ul > li > a > .img-wrap {
    width: 200px;
    height: 200px;
    margin: 10px auto;
}

.content-more-goods-content > ul > li > a img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.content-more-goods-content > ul > li > a > .content-more-goods-info {
    width: 100%;
    float: left;
    padding: 10px;
    text-align: left;
}

.content-more-goods-info-name {
    overflow: hidden;
    margin-bottom: 5px;
    height: 36px;
    text-overflow: ellipsis;
}

.content-more-goods-info-price {
    color: #F10215;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-more-goods-info-price > i {
    margin-right: 3px;
    font-family: arial;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
}

.content-more-goods-info-price > span {
}

/* 首页-秒杀倒计时 Start */

.sk_cd_tip {
    float: left;
    font-size: 14px;
}

.sec-kill-count-down-wrap {
    float: left;
}

.sk_cd_main {
    float: left;
    margin-left: 6px;
    margin-right: 8px;
}

.sk_cd_main .cd_item {
    float: left;
    width: auto;
    height: 35px;
    line-height: 35px;
    background-color: #440106;
    color: #f90013;
    font-size: 24px;
    font-family: Arial;
    font-weight: 700;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin: 10px auto;
}

.sk_cd_main .cd_split {
    float: left;
    margin: 22px 5px 0;
    width: 4px;
    height: 12px;
    font-size: 0;
    line-height: 0;
}

.sk_cd_main .cd_split_text {
    float: left;
    margin: 0 5px;
}

.sk_cd_main .cd_split_top {
    margin-bottom: 4px;
}

.sk_cd_main .cd_split_dot {
    display: block;
    width: 4px;
    height: 4px;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #440106;
}

.sk_cd_main .cd_split_bottom {
    top: 30px;
}

.sk_cd_main .cd_item_txt {
    padding: 0 5px;
}

.sk_cd_main .sec-kill-day-wrap {
    float: left;
    display: none;
}

/* 首页-秒杀倒计时 End */

/*-------------------- Index Content End --------------------*/

.return-top-icon {
    font-size: 14px;
}
