.body {
    background-color: #F3F3F2;
}

.submenu {
    padding: 7vw 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    /* display: none; */
}

.submenu-main {
    display: flex;
    /* max-width: 1537px; */
    max-width: 1407px;
    margin: 0 auto;
    padding: 40px 0;
}

.subicon {
    display: inline-block;
    width: 14px;
    height: 11px;
    background-image: url(../img/sub.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.subicon_h {
    display: inline-block;
    width: 14px;
    height: 11px;
    background-image: url(../img/subh.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.submenu-item {
    /* padding: 0px 4vw; */
    /* background-color: #F3F3F2; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 165px;
    padding: 0 10px;
    border-bottom: 0.5px solid #B4B1B1;
}

.submenu-item:hover {
    cursor: pointer;
}

.submenu-item:hover .subicon {
    background-image: url(../img/subh.png);
}

.submenu-item:hover .submenu-item-title {
    color: #EF9B5A !important;
    font-size: 17px !important;
    transition: all 0.3s ease-in-out;
}

.submenu-item-img {
    margin: 15px;
    width: 100px;
    height: 100px;
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 4px;
}

.submenu-item-title {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 45px;
    font-family: '上首秀黑体', sans-serif !important;
    color: #000000 !important;
}

.subtitle_h {
    color: #EF9B5A !important;
    font-size: 17px !important;
}

.submenu-level2 {
    /* padding: 0 10px; */
    /* background-color: #f0f0f0; */
}

/* .submenu-item:hover .submenu-level2 {
    display: block;
} */
.submenu-level2-item {
    line-height: 30px;
    /* padding: 0 10px; */
    border-radius: 10px;
    text-align: center;
}

.submenu-level2-item a {
    color: #625b5b !important;
}

.submenu-level2-item:hover {
    /* background-color: #707070; */
    /* color: #f0f0f0; */
}

.submenu-level2-item:hover a {
    color: #EF9B5A !important;
}

.sub-left {
    padding: 0 10px;
}

.sub-right {
    /* height: 86vh; */
    /* max-height: 86vh; */
    overflow-y: auto;
    border-left: 1px solid #acabab;
    margin-left: 10px;
}

.sub_cont_item {
    /*    width: 220px;
    height: 410px; */
    width: 250px;
    height: 465px;
    border-radius: 8px;
    background-image: url(../img/product1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #00000040;
    cursor: pointer;
    margin-left: 20px;
    margin-bottom: 30px;
}

.sub_cont_item:hover .sub_cont_item_bottom {
    background: #F3F3F2;
    backdrop-filter: blur(2.6px)
}

.sub_cont_item:hover .sub_cont_item_left {
    color: #EF9B5A4D;
    text-shadow: 2px 2px 0px #0000001A;
}

.sub_cont_item:hover .sub_cont_btn {
    background: #EF9B5A;
    color: #1A1A1A;
}

.sub_cont_item_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px;
    background: linear-gradient(275.31deg, rgba(255, 255, 255, 0.3) 5.17%, rgba(86, 86, 86, 0.3) 55.66%);
    backdrop-filter: blur(50px);
}

.sub_cont_item_left {
    font-size: 20px;
    font-weight: bold;
    color: #dfd8d0;
    text-shadow: 2px 2px 0px #0000001A;
}

.sub_cont_title {
    color: #1A1A1A;
    font-size: 17px;
    line-height: 30px;
}

.sub_cont_btn {
    background-color: #1A1A1A99;
    color: #fff;
    border-radius: 4px;
    padding: 5px 12px;
    line-height: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 15px;
    justify-content: space-between;
}

.sub_cont_btn img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.sub_cont_item_right {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-end;
}

.sub_cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.post_sticky {
    position: sticky;
    top: 20px;
}

/* 移动端 */
.submenu-main-mobile {
    width: 100%;
    padding: 20px 0;
}

.mobile-item {
    width: 100%;
    padding: 0 10px;
}

.mobile-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #B4B1B1
}

.mobile-item-a {
    display: flex;
    /* box-shadow: 0px 0px 6px 1px #e1e1e1; */
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    background-color: #fefefe;
    margin-right: 10px;
    width: 45%;
}

.mobile-item-content {
    display: none;
}

.mobile-item-content-img {
    width: 120px;
    padding: 10px 0px;
    box-sizing: border-box;
}

.mobile-img {
    width: 100%;
    object-fit: cover
}

.mobile-item-content-title {
    padding: 0 20px;
    font-size: 15px;
    font-family: '上首秀黑体', sans-serif;
    color: #1A1A1A;
}

.mobile-item-content-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 22px;
    margin: 15px 0;
}

/* 新增加的样式 */
.pc-box-block {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #F3F3F2;
    overflow: auto;
    display: none;
}

.mobile {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #F3F3F2;
    overflow: auto;
    display: none;
}

/* 新增加的样式结束 */
@media screen and (max-width: 928px) {
    .sub_cont_item {
        /* width: 161px;
        height: 361px; */
        width: 190px;
        height: 426px;
    }

    .sub_cont_item_left {
        font-size: 17px;
    }

    .sub_cont_title {
        color: #1A1A1A;
        font-size: 14px;
        line-height: 18px;
    }

    .sub_cont_btn {
        padding: 0px 8px;
        font-size: 11px;
        margin-top: 10px;
    }
}

.submenu-main-mobile {
    display: none;
}

@media screen and (max-width: 736px) {
    .submenu {
        display: none;
    }

    .submenu-main-mobile {
        display: block;
    }
}

@media screen and (max-width: 445px) {
    .mobile-item-a {
        display: flex;
        box-shadow: 0px 0px 6px 1px #e1e1e1;
        margin-bottom: 10px;
        padding: 10px 20px;
        border-radius: 5px;
        flex-direction: row;
        align-items: center;
        background-color: #fefefe;
        margin-right: 10px;
        width: 100%
    }

    .mobile-item-content-item {
        padding: 0px 8px;
    }
}
