.menu-top * {
    z-index: 2;
}

.menu-top {
    border-bottom: 1px solid rgba(168, 117, 46, 0.3);
    padding: 10px;
    background: var(--c1);
    position: relative;
}

.menu-top::after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    content: " ";
    height: 0%;
    width: 30%;
    border-bottom: 48px solid var(--c2);
    border-left: 30px solid var(--c1);
}

.menu-top a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    position: relative;
}

.menu-top i {
    font-size: 18px;
}

#pc-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.logo-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

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

.menu-wrap {
    /* height: 100px; */
    background-color: #fff;
}

.menu-content {
    padding: 19px 0;
}

.menu-content .head_nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: end;
}

.menu-content .head_nav li {
    white-space: nowrap;
    position: relative;
}

.menu-content .head_nav li a {
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    font-weight: 700;
}

.menu-content .head_nav>li>a {
    color: var(--c2);
    text-decoration: none;
    display: inline-block;

}


.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50px;
    list-style: none;
    padding-left: 0;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.menu-item-has-children .sub-menu>li {}

.menu-content .head_nav li a .sub-menu a {
    color: #000;
}

.menu-item-has-children .sub-menu a {}

.sub-menu>li>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
}

.head_nav .menu-item-has-children .sub-menu li {}

.head_nav .menu-item-has-children .sub-menu li a {
    display: block;
    color: #000;
    text-decoration: none;
    min-width: 160px;
    padding-left: 20px;
    padding-right: 30px;
}

.menu-item-has-children:hover>.sub-menu {
    display: block;

}

.head_nav>li>a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.head_nav>li>.sub-menu>li a:hover {
    background: rgba(0, 0, 0, .6);
}

.head_nav .menu-item-has-children .sub-menu li>a:hover {
    color: #ED6E00;
    transition: all 0.6s;
}

.show-bg {
    /* background: url('/wp-content/uploads/2023/07/footer-bg.jpg') no-repeat; */
}

.head_nav>.menu-item-has-children>a>i {
    display: inline-block;
    transform: rotate(90deg);
    font-weight: 600;
}

.sub-menu>.menu-item-has-children>a>i {
    position: absolute;
}

#ph-header {
    display: none;
}


/* 脚底板 */
.phone-menu {
    display: none;
    padding: 3px 0;
    background: url(/wp-content/uploads/2023/07/footer-bg.jpg) no-repeat;
    background-size: 100% 100%;
    border-top: 1px solid #ddd;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.phone-menu .phone-menu-item {
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px 0;
}

.phone-menu .phone-menu-item a {
    color: #fff;
    text-decoration: none;
}

.phone-menu .iconfont {
    font-size: 22px;
}

/* 搜索框 */
.searchbox {
    position: fixed;
    top: 120px;
    right: 13%;
    z-index: 999999;
    display: none;
}

.searchbox input {
    width: 400px;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 60px 0 20px;
}

.searchbox i {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ED6E00;
    border: 1px solid #ED6E00;
    color: #fff;
    cursor: pointer;
}

.searchbox i:hover {
    background: #fff;
    color: #ED6E00;
}
.search{color: var(--c1);text-decoration: unset;font-size: 20px;}
.search i{font-size: 20px;}
.top-menu-right .s-bth1{padding:7px 38px}
/* 搜索框 */
@media (max-width:1300px) {
    .menu-content .head_nav {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        justify-content: start;
        overflow: hidden;
    }
}
@media (max-width:729px) {
    .phone-menu {
        display: block;
    }

    #pc-header {
        display: none;
    }

    #ph-header {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .menu-content {
        padding-top: 50px;
    }

    .mob-top {
        height: 50px;
        /* background: url('/wp-content/uploads/2023/07/footer-bg.jpg') no-repeat; */
        background-color: #fff;
        background-size: 100% 100%;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.2), 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
    }

    .mob-top i {
        font-size: 20px;
        /* color: #fff; */
    }

    .mob-top .mo-menu-button {
        float: right;
    }

    .mob-top .mo-menu-button.active {
        transform: rotate(-90deg);
        transition: all 0.6s linear;
    }

    .mob-menu-box .menu-content .head_nav>li>a {
        color: #000;
    }

    .mob-menu-box .menu-content .head_nav {
        display: block;
    }

    .mob-menu-box {
        width: 70%;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 9999;
        background: #fff;
        height: 100%;
        display: block;
    }

    .close-menu-box {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: #ED6E00;
        color: #fff;
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 3px;
    }

    .menu-content .head_nav {
        padding-left: 0;
    }

    .mob-menu-box .menu-content .head_nav>li>a {
        width: 100%;
    }

    .head_nav>.menu-item-has-children>a>i {
        transform: rotate(0);
    }

    .haschild {
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        background: #d0d0d0;
        top: 13px;
        right: 30px;
        z-index: 9999;
    }

    .menu-item-has-children .sub-menu {

        position: relative !important;
        top: auto !important;
        left: auto !important;
        box-shadow: none;
        padding-left: 10px;
        background: rgba(208, 208, 208, .1);
    }

    .head_nav .menu-item-has-children .sub-menu li a {
        font-size: 14px;
    }

}