@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul {
    list-style: none;
}
.header_warp a {
    color: #333;
}
a {
    text-decoration: none !important;
}
a:hover {
    color: #e5007f !important;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.none {
    display: none;
}
.Left {
    float: left;
}

.top_header {
    height: 30px;
    background: #f5f5f5ff;
    box-shadow: 0px 1px 4px 0px rgba(18, 36, 57, 0.1);
}

.top_header .logo img {
    width: 62px;
    height: 18px;
}
.top_header .top_menu a {
    color: #999999ff;
    line-height: 30px;
    padding: 0 5px;
}
.dark-color {
    background-color: #fafafa;
}
.top_header .top_menu span {
    color: #999999ff;
}
.top_header .top_menu a:last-child {
    border: none;
}
.header_warp {
    box-shadow: 0px 1px 4px 0px #1224391a;
    background-color: #fff;
}

.header_warp_fixed {
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
}

.sub_header {
    max-width: 1200px;
    margin: 0 auto;
    height: 110px;
}
.top_header .logo {
    height: auto;
    margin: 0 0;
}

.sub_header .logo {
    font-size: 44px;
    font-weight: 500;
    height: auto;
    margin: 0 0;
}

.sub_header .logo {
    font-size: 44px;
    font-weight: 500;
    height: auto;
    margin: 0 0;
}

.sub_header .input_search {
    width: 500px;
    height: 38px;
    box-shadow: 0px 1px 4px 0px rgba(18, 36, 57, 0.1);
    border: 3px solid #e5007f;
    display: block;
    text-indent: 18px;
    color: #606060;
    font-size: 14px;
    border-radius: 2px 0px 0px 2px;
}

.sub_header .input_btn {
    width: 100px;
    height: 38px;
    background: #e5007f;
    box-shadow: 0px 1px 4px 0px rgba(18, 36, 57, 0.1);
    text-align: center;
    color: white;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0px 2px 2px 0px;
}

.sub_header .right_btn {
    width: 128px;
    height: 38px;
    box-shadow: 0px 1px 4px 0px rgba(18, 36, 57, 0.1);
    border: 1px solid #e5007f;
    text-align: center;
    line-height: 38px;
    border-radius: 2px;
    font-size: 14px;
    margin-left: -80px;
}

@media (max-width: 980px) {
    .sub_header .right_btn {
        margin-left: 0;
    }
}

.sub_header .right_btn i {
    font-size: 20px;
    margin-right: 12px;
}

.nav_bar {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background-color: #fff;
    background-color: rgb(182, 107, 107);
    position: relative;
}

.header {
    background-color: #fff;
}

.header .menu-bar {
    height: 44px;
}
.view {
    max-width: 1200px;
    margin: 0 auto;
}
.header .menu-bar .category {
    width: 156px;
    position: relative;
    float: left;
    cursor: pointer;
    z-index: 100;
}
.header .menu-bar .category p {
    width: 156px;
    height: 44px;
    background: #e5007f;
    color: #fff;
    font-size: 16px;
    box-shadow: 0px 1px 4px 0px rgba(18, 36, 57, 0.1);
    position: relative;
}
.header .menu-bar .category i {
    font-size: 24px;
    margin: 0 8px;
}
.category-option {
    width: 156px;
    background: #e5007f;
    position: absolute;
    top: 34px;
    z-index: 101;
    display: none;
}

.category:hover .category-option {
    display: block;
    padding-top: 10px;
    animation: categoryOption 0.3s ease-in-out;
}

@keyframes categoryOption {
    from {
        padding-top: 0;
    }
    to {
        padding-top: 10px;
    }
}

.category-option .cat-item {
    height: 44px;
    line-height: 44px;
    vertical-align: top;
    transition: 0.2s ease-in-out;
}
.category-option .cat-item .txt {
    width: 156px;
    height: 44px;
    font-size: 16px;
    text-align: center;
}
.category-option .cat-item .sub-cat {
    overflow: auto;
    max-height: 318px;
    display: none;
    width: 1044px;
    min-height: 100%;
    padding: 13px 60px 11px 48px;
    left: 156px;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10000;
    position: absolute;
    line-height: 20px;
}

.category-option .cat-item .sub-cat::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.category-option .cat-item .sub-cat::-webkit-scrollbar-thumb {
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background: #ececec;
}
.category-option .cat-item .sub-cat::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(249, 249, 249, 0.2);
    border-radius: 10px;
    background: #f9f9f9;
    height: 20px;
}

.category-option .top-cat .sub-cat .sub-cat-links {
    width: 1044px;
}
.category-option .sub-cat .sub-cat-links .sub-group {
    padding-top: 16px;
}
.category-option .sub-cat .sub-cat-links .sub-title {
    width: 112px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.category-option .sub-cat .sub-cat-links .sub-title a:hover {
    color: #333 !important;
}

.category-option .sub-cat .sub-cat-links .sub-content {
    font-size: 13px;
    padding-bottom: 16px;
    /* border-bottom: 1px dotted #afacb1; */
    width: calc(100% - 112px);
}
.category-option .cat-item.top-cat .sub-cat .sub-cat-links .sub-content {
    width: 433px;
}
.category-option .sub-cat .sub-cat-links .sub-content a {
    margin-right: 15px;
    display: inline-block;
    color: #666666;
    padding: 2px 6px;
}
.category-option .sub-cat .sub-cat-links .sub-content a:hover {
    background: #e5007f;
    color: #fff !important;
}

.category-option .sub-cat .sub-cat-brand {
    width: 190px;
    padding-left: 16px;
}
.category-option .sub-cat .sub-cat-brand h6 {
    font-size: 14px;
    padding: 16px 0 12px;
    color: #333;
}
.category-option .sub-cat .sub-cat-brand .tag {
    margin-bottom: 25px;
    font-size: 12px;
    height: 88px;
    overflow: hidden;
}
.category-option .sub-cat .sub-cat-brand .tag a {
    margin-right: 16px;
    display: inline-block;
    color: #666;
    line-height: 22px;
}

.category-option .cat-item .txt {
    margin-right: 10px;
    float: left;
    font-size: 14px;
    color: #fff;
}

.category-option .cat-item.hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding-left: 5px;
}
.category-option .cat-item.hover a:hover {
    color: #e5007f !important;
}
.category-option .cat-item.hover > a {
    color: #e5007f !important;
}
.category-option .cat-item:hover .sub-cat {
    display: block;
    opacity: 1;
    padding-left: 10px;
    animation: subCat 0.3s ease-in-out;
}

@keyframes subCat {
    from {
        padding-left: 0;
    }
    to {
        padding-left: 10px;
    }
}
.header .menu-bar .navigator {
    margin-left: 180px;
    height: 44px;
    position: relative;
    overflow: hidden;
    z-index: 9999;
}
.header .menu-bar .navigator li {
    padding: 0 24px;
    height: 44px;
    line-height: 44px;
    float: left;
}
.header .menu-bar .navigator li a {
    font-size: 16px;
    display: inline-block;
}
.header .menu-bar .navigator li a:hover {
    font-weight: 500;
    color: #fff !important;
}
.header .menu-bar .navigator li.current, 
.header .menu-bar .navigator li:hover {
    background: #e5007f;
    color: #fff !important;
}
.header .menu-bar .navigator li.current a {
    /* color: #e5007f; */
    font-weight: 500;
    color: #fff !important;
}

.header .menu-bar .navigator .nav_more {
    position: absolute;
    float: right;
    right: 0;
    padding-right: 0;
}

.header .menu-bar .navigator .nav_more ul {
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 100;
    display: none;
}

.header .menu-bar .navigator .nav_more:hover ul {
    display: block;
}

.header .menu-bar .navigator .nav_more ul li a {
    display: block;
    width: 112px;
    text-align: center;
    background-color: #fff;
}

.scroll-banner {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 450px;
}
.scroll-banner .scroll-content {
    height: 450px;
}
.scroll-banner .scroll-content li {
    position: absolute;
    height: 450px;
    width: 100%;
}
.scroll-banner .scroll-item {
    position: absolute;
    width: 100%;
    height: 450px;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}

.scroll-banner .scroll-item img {
    height: 450px;
    width: 100%;
}

.scroll-banner .scroll-index {
    position: relative;
    -webkit-filter: inherit;
    filter: inherit;
    width: 100%;
    height: 450px;
    margin: 0 auto;
}
.scroll-banner .scroll-item .sc-big {
    position: relative;
}
.fadeInR {
    animation-name: fadeInR;
    animation-duration: 1.5s;
    animation-timing-function: linear;
}
.scroll-banner .scroll-item .sc-background {
    display: inline-block;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@keyframes fadeInR {
    from {
        left: -20px;
    }
    to {
        opacity: 1;
        filter: alpha(opacity=100);
        left: 0;
    }
}
.scroll-btn {
    position: absolute;
    overflow: hidden;
    bottom: 30px;
    z-index: 3;
    width: 100%;
    text-align: center;
}
.scroll-btn span {
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: 0.5;
    margin: 0 1px;
    cursor: pointer;
    border-radius: 14px;
    background: #fff;
}
.scroll-btn span.current {
    opacity: 1;
}


/* 商城首页适配手机端 */
@media (max-width: 980px) {
    .category-option .cat-item .sub-cat {
        width: 830px !important;
    }
    .header .menu-bar .navigator li {
        padding: 0 14px;
    }
    .scroll-banner {
        height: 300px;
        margin-bottom: 66px;
    }
    .scroll-banner .scroll-content {
        height: 300px;
    }
    .scroll-banner .scroll-content li {
        height: 300px;
    }
    .scroll-banner .scroll-item {
        height: 300px;
    }
    .scroll-banner .scroll-index {
        height: 300px;
    }
    .scroll-banner .scroll-item .sc-background {
        height: 300px;
    }
    .mall_section .nav_content {
        max-width: 820px;
    }
    .mall_section .prev_nav_btn {
        left: -70px;
    }
    .mall_section .next_nav_btn {
        right: -70px;
    }
    .mall_section .scroll_nav_btn {
        display: block !important;
    }
}