@media screen and (min-width: 768px) {
    .header-right ul .nav-search {
        display: flex !important;
    }
}

.notice {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    height: 45px;
    background: #FFF1E9;
    color: #C84900;
    text-align: center;
    position: relative;
}

.notice .notice-content {
    height: 45px !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    display: inline-block;
    white-space: nowrap;
}
.notice::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 6%;
    background: #FFF1E9;
    z-index: 2;
}

.notice .icon-close {
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    top: 50%;
    transform: translateY(-56%);
    right: 3%;
    z-index: 3;
}

.notice .icon-close:hover {
    cursor: pointer;
}

@media screen and (max-width:575px) {
    .notice .icon-close {
        font-size: 18px;
    }

    .notice::before {
        right: 0px;
        width: 10%;
        box-shadow: 1px 0px #FFF1E9;
    }
}
.header-inner {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #ffffff;
    max-width: 1920px;
    height: 76px;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0 -1px #fff;
}
.header-inner::before {
    content: "";
    position: absolute;
    top: -1px;
    width: 100%;
    height: 1px;
    background: #FFF1E9;
}
.header-inner .header-m {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 10px;
    position: relative;
}

.header-logo {
    display: flex;
    align-items: center;
    height: 76px;
}

.header-logo a {
    display: inline-block;
}

.header-logo a img {
    max-width: 104px;
    width: 100%;
}


/*头部nav开始*/
.nav-inner {
    overflow: hidden;
    position: relative;
    padding: 0 10px;
}

.nav-inner::-webkit-scrollbar {
    display: none
}

.nav-inner .nav-list {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: flex-start;
    width: 100%;
    min-width: 600px;
    height: 76px;
    max-width: 900px;
}

.nav-inner .nav-list .nav-item {
    flex: none;
    padding: 0 6px;
    height: 100%;
    box-sizing: border-box;
    transition: background-color 0.1s linear;
}

.nav-inner .nav-list .nav-item .ga-data::after {
    content: "";
    display: none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 54px;
    max-width: 90%;
    height: 2px;
    background: #C41227;
    border-radius: 6px;
    transform: translateX(-50%);
}

.nav-inner .nav-list .nav-item.active .ga-data::after {
    display: block;
}

.nav-inner .nav-list .nav-item .ga-data {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 0 3px;
    line-height: 76px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333333;
}

/*头部nav结束*/


.header-right {
    padding: 0;
    height: 76px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}

.header-right .search-icon {
    height: 28px;
    width: 28px;
    background-image: url("/image/sprite_icon_2.png");

    background-position: -56px -43px;
}

.header-right .cart {
    height: 100%;
    position: relative;
}

.header-right .cart .cart-wrap {
    height: 45px;
}

.header-right .cart .cart-icon {
    width: 28px;
    height: 35px;
    background-image: url("/image/sprite_icon_2.png");

    background-position: -154px -35px;
}

.header-right .cart .cart-num {
    margin-top: 2px;
    padding: 1px 4px;
    color: #ffffff;
    font-size: 14px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    line-height: 14px;
    height: 16px;
    background-color: #c41227;
}

.header-right .cart:hover .header-cart-result {
    display: block;
}

.header-right .cart .header-cart-result {
    display: none;
    position: absolute;
    right: 0;
    z-index: 6;
    width: 320px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 76px;
    transform: translateX(6%);
}

.header-right .cart .cart-empty {
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #fff;
}

.header-right .cart .cart-goods {
    padding-bottom: 20px;
    max-height: 590px;
    background: #f5f6f7;
}

.header-right .cart .cart-goods-list {
    padding: 0 5px;
    background: #fafafa;
    max-height: 400px;
    overflow-y: auto;
}

.cart .cart-goods .cart-section {
    margin-top: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cart-section .country-name {
    padding-left: 10px;
    font-size: 16px;
}

.cart-section .country-name span:first-child {
    color: #000000;
}

.cart-section .country-name span:last-child {
    color: #c41227;
    font-weight: 500;
}

.cart .cart-goods ul {
    background: #fff;
}

/*滚动条整体样式*/
.cart .cart-goods .cart-goods-list::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*滚动条滑块*/
.cart .cart-goods .cart-goods-list::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #b8bcbf;
}

/*滚动条轨道*/
.cart .cart-goods .cart-goods-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #fff;
}

.cart .cart-goods li {
    border-bottom: 1px solid #f5f6f7;
    height: 100px;
}

.cart .cart-goods li:hover .title {
    color: #c41227;
}

.cart .cart-goods a {
    display: flex;
}

.cart .cart-goods a .product-img {
    width: 100px;
    height: 100px;
    padding: 15px;

}

.cart .cart-goods a img {
    height: 100%;
    width: 100%;
}

.cart .cart-goods a .product-info {
    padding-top: 15px;
    width: 190px;
}

.cart-goods a .product-info .title {
    font-size: 14px;
    color: #383b3d;
    font-weight: 500;
    height: 40px;
}

.cart-goods a .product-info .info {
    margin-top: 10px;
    font-size: 12px;
    color: #626466;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-goods .sec-section {
    display: flex;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.cart-goods .sec-section .count-info {
    color: #7a7d80;
    font-size: 13px;
}

.cart-goods .sec-section .country-info {
    color: #c41227;
}


.cart .cart-goods .cart-checkout {
    margin: 0 20px;
    display: block;
    background: #222;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.mob-menu-wrap .menu-btn {
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
}

.mob-menu-wrap .menu-btn a {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    width: 25px;
    background-image: url("/image/sprite_icon_2.png");

    background-position: -212px -42px;
}

.header-right .header-user {
    height: 100%;
}

.header-right .header-user .user-icon {
    height: 28px;
    width: 28px;
    background-image: url("/image/sprite_icon_2.png");

    background-position: -105px -44px;
}

.header-right .header-user .avatar {
    height: 26px;
}

.header-right .avatar img {
    width: 26px;
    height: 26px;
    border-radius: 13px;
}

.header-right .header-user .user-content {
    position: absolute;
    right: 0;
    top: 76px;
    z-index: 6;
    width: 140px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    font-size: 0;
}

.header-right .header-user .user-content .item {
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
    font-weight: 500;
}

.header-right .header-user .user-content .item:last-child {
    border: none;
}

.header-right .header-user .dropdown-item {
    border-bottom: 1px solid #f5f6f7;
}

.header-user .user-content {
    display: none;
}

.header-user:hover .user-content {
    display: block;
}

.header-right .header-user .user-content .item:hover {
    background-color: #fdfdfd;
}

/*头部nav结束*/

/*二级导航开始*/
.ff-dropdown-menu-lg {
    left: 0;
    width: 100%;
    max-width: 1920px;
}

.ff-dropdown-menu {
    z-index: 10;
    overflow: hidden;
    display: none;
    position: absolute;

    background: #ffffff;
    border-top: 2px solid #FFF;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .08);
}

.ff-dropdown-menu .dropdown-inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    justify-content: center;
    flex-wrap: nowrap;
}

.ff-dropdown-menu .dropdown-inner-wrap {
    max-width: 1200px;
    position: relative;
    padding: 40px 0px 25px;
    margin: 0 auto;
    display: flex;
}

/* 二级分类 */
.ff-dropdown-menu .category-list {
    display: block;
    padding-top: 3px;
    list-style: none;
}

/* 二级分类不显示 */
.ff-dropdown-menu .category-list.no-show {
    display: none;
}

.ff-dropdown-menu .category-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 160px;
    margin-bottom: 18px;
    line-height: normal;
    color: inherit;
}

.ff-dropdown-menu .category-list .category-item.active {
    position: relative;
    color: #1774dc;
}

.ff-dropdown-menu .category-link span {
    margin-left: 10px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    padding: 2px 0;
    font-size: 16px;
}

.ff-dropdown-menu .category-list .product-container {
    position: absolute;
    display: none;
}

.ff-dropdown-menu .category-list .children-list {
    margin: 0;
}

.ff-dropdown-menu .product-list {
    flex: 1;
    overflow-y: scroll !important;
    height: auto;
    max-height: 70vh;
    scrollbar-width: thin;
    scrollbar-color: light;
}

.ff-dropdown-menu .product-list::-webkit-scrollbar {
    display: none;
}

.ff-dropdown-menu .product-list .children-list {
    margin: 0;
}

.ff-dropdown-menu .nav-column {
    padding: 0;
    margin-bottom: 8px;
    line-height: normal;
    text-align: center;
}

.ff-dropdown-menu .nav-column a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.ff-dropdown-menu .nav-column .figure {
    padding: 0 68px;
    width: 100%;
    border-right: 1px solid #e8e8ea;

}

.ff-dropdown-menu .nav-column:nth-child(4n) .figure, .ff-dropdown-menu .nav-column:last-child .figure {
    border: none;
}

.ff-dropdown-menu .nav-column .figure-inner {
    position: relative;
    padding-top: 100%;
}

.ff-dropdown-menu .nav-column h5 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #8f8989;
    line-height: 1.4;
    padding: 0 38px;
}

.ff-dropdown-menu .nav-column .figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 123px;
    transform: translate(-50%, -50%);
}

.ff-dropdown-menu .nav-column:hover h5 {
    color: #333;
}

@media screen and (max-width: 1080px) {
    .ff-dropdown-menu .nav-column .figure {
        padding: 0 44px;
    }
}


.ff-dropdown-menu-s {
    width: 160px;
    margin-left: -50px;
    text-align: center;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding-top: 8px;
    transform: translateY(-8px);
}

.ff-dropdown-menu-s .s-item {
    height: 35px;
    line-height: 35px;
}

.ff-dropdown-menu-s .s-item:hover {
    background: #FFF4F5;
}

.ff-dropdown-menu-s .s-item a {
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #757b80;
}

.ff-dropdown-menu-s .s-item a:hover {
    color: #333;
}

/*头部搜索开始*/
.header-search {
    display: none;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.header-search.show {
    display: block !important;
}

.header-search .header-search-inner .header-search-wrap {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
}

.header-search-result {
    z-index: 6;
    position: absolute;
    top: 70px;
    left: 33.8%;
    width: 520px;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 8%);
    border-radius: 0px 0px 10px 10px;
    max-width: 740px;
}

@media screen and (max-width:1600px) {
    .header-search-result {
        left: 31.1%;
    }
}

@media screen and (max-width:1500px) {
    .header-search-result {
        left: 29.7%;
    }
}

@media screen and (max-width:1300px) {
    .header-search-result {
        left: 26.6%;
    }
    .header-right .cart .header-cart-result {
        transform: translateX(0);
    }
}

@media screen and (max-width:1199px) {
    .header-search-result {
        left: 29%;
        width: 500px;
    }
}

@media screen and (max-width:1080px) {
    .header-search-result {
        left: 27.5%;
    }
}

@media screen and (max-width:1024px) {
    .header-search-result {
        left: 26.8%;
        width: 480px;
    }
}

@media screen and (max-width:991px) {
    .header-search-result {
        width: 420px;
        left: 25.1%;
    }
}

@media screen and (max-width:820px) {
    .header-search-result {
        width: 360px;
        left: 24.5%;
    }
}

@media screen and (max-width:768px) {
    .header-search-result {
        width: 340px;
    }
}

@media screen and (max-width:767px) {
    .header-search-result {
        display: none;
    }
}

/* pc导航搜索结果 */
.header-search-result li {
    margin: 0 10px;
}

.header-search-result li:hover {
    transition: all .3s;
    background: #FFF4F5;
}

.header-search-result li:hover .title {
    transition: all 0.3s;

    color: #333333;
}

.header-search-result li:last-child a {
    border-bottom: none;
}

.header-search-result a {
    display: flex;
    padding: 0 10px;
    border-bottom: 1px solid #f5f6f7;
}

.header-search-result a .product-img {
    flex: none;
    width: 60px;
    height: 60px;
    padding: 5px;
}

.header-search-result a img {
    height: 100%;
    width: 100%;
}

.header-search-result a .product-info {
    display: flex;
    align-items: center;
}

.header-search-result .title {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
    max-height: 40px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.header-search-result .more-search-result {
    background: #f5f6f7;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0;
}

.header-search-result .more-search-result a {
    display: block;
    color: #fff;
    text-align: center;
    background: #547181;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    transition: all 0.3s;
}


.header-search-result .more-search-result a:hover {
    background: #839daa;

}

.header-search .header-search-inner {
    position: absolute;
    right: 750px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.header-search.show .header-search-inner {
    -webkit-animation: input-box-ani 0.5s;
    -o-animation: input-box-ani 0.5s;
    animation: input-box-ani 0.5s;

    animation-fill-mode: forwards;
    color: #999;
}

.header-search.show .close-btn {
    -webkit-animation: close-btn-ani 0.5s;
    -o-animation: close-btn-ani 0.5s;
    animation: close-btn-ani 0.5s;
    animation-fill-mode: forwards;
    transition: color 0.3s linear;
}

.header-search.show .close-btn:hover {
    color: #837c7c;
}

@keyframes input-box-ani {
    0% {
        left: 750px;
    }

    100% {
        left: 0px;
    }
}

@keyframes close-btn-ani {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    80% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.search-input {
    width: 60%;
    height: 30px;
    outline: none;
    border: none;
    padding-left: 10px;
    font-size: 14px;
    background: #ffffff;
    color: #333333;
}

.header-search .search-btn {
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-image: url("/image/sprite_icon_2.png");

    background-position: -57px -112px;

}

.header-search .search-btn:hover {
    color: rgb(102, 97, 97);
}

.header-search .close-btn {
    opacity: 0;
    font-size: 26px;
    cursor: pointer;
    color: #aaaaaa;
}

/*头部搜索结束*/

/*头部手机端搜索开始*/
.header-search-s {
    overflow: hidden;
    margin: 0;
    padding: 6px 0;
    border-top: 1px;
}

.header-search-s .header-search-inner {
    padding: 0;
    position: relative;
    width: 100%;
    height: 40px;
}

.header-search-s .search-input-s {
    width: 100%;
    height: 100%;
    padding: 0 40px 0 20px;
    background: #EAEAEA;
    border-radius: 6px;
    border: none;
}

.header-search-s .search-btn-s {
    position: absolute;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("/image/sprite_icon_2.png");

    background-position: -57px -112px;
    top: 50%;
    transform: translateY(-55%);
}

/*头部手机端搜索结束*/




/*mobileMenu开始*/
.sub-menu {
    display: block;
}

.mobile-menu-content {
    overflow: auto;
    z-index: 99;
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 55px;
    left: 0;
    background: #fff;
    padding: 0 10px;
}

.mobile-menu-content::-webkit-scrollbar {
    display: none
}

.mobile-menu-content .mobile-menu {
    max-height: 90vh;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: light;
}

.mobile-menu-content .mobile-menu::-webkit-scrollbar {
    display: none
}

/**
修改
 */
/* 移动端菜单 */

.mobile-menu-close {
    display: none;
    position: relative;
    z-index: 999;
}

.mobile-menu-close span {
    font-size: 25px;
    cursor: pointer;
}


.mobile-menu {
    padding: 15px 20px 0;
}

.mobile-menu li,
.mobile-menu .menu-item {
    position: relative;
    width: 100%;
}

.mobile-menu .menu-item {
    border-bottom: 1px solid #ccc;
}



.mobile-menu .menu-item .menu-expand {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    display: inline-block;
    width: 10%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: transform 0.3s linear;
}

.mobile-menu .menu-item .collapsed {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu .menu-item .menu-expand:hover {
    color: #c41227;
}

.mobile-menu .menu-item .sub-menu {
    padding: 0 20px 5px;
}

.mobile-menu .menu-item .sub-menu li {
    font-size: 14px;
    color: #666;
}



.mobile-menu .menu-item .sub-menu li a {
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mobile-menu .menu-item .sub-menu li .product-name {
    margin-left: 5px;
}

/**
  修改名称 .mobile-menu a, 修改下划线
 */


.mobile-menu .menu-item .category-name {
    display: inline-block;
    width: 90%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 14px;
}

.mobile-menu .menu-item:first-child .item-header {
    border: none;
}

.mobile-menu a::after {
    float: right;
}

/*mobileMenu结束*/

@media screen and (min-width: 576px) and (max-width: 767px) {
    .header-search {
        display: none !important;
        position: relative;
    }


}

@media screen and (max-width: 767px) {
    .header-inner {
        height: 56px;
    }

    .header-logo, .nav-inner .nav-list, .header-right {
        height: 56px;
    }


    .nav-inner .nav-list .nav-item .ga-data {
        line-height: 56px;
    }

    .header-right .cart .header-cart-result {
        display: none !important;
    }

    .header-inner .header-m {
        justify-content: space-between;
    }

    .header-logo {
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    .header-inner {
        border: none;
    }

    .notice {
        height: 30px;
    }

    .notice .notice-content {
        height: 30px !important;
        font-size: 12px;
        line-height: 30px;
    }
}

/*产品详情*/
.ff-detail-box {
    overflow: hidden;
    padding: 10px;
}

.ff-detail {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ff-detail img {
    width: 100%;
    max-width: 1220px;
}

.ff-product-detail {
    padding: 40px 0 90px;
}