.menu,
.foot-phone {
    display: none;
}

.pc {
    /* padding:1px; */
    width: 192rem;
    height: 60px;
    position: fixed;
    z-index: 99;
}

.logo {
    position: absolute;
    z-index: 99;
    left: 5rem;
    width: 17.6rem;
    height: 4.8rem;
    top: 1rem;
}

.nav {
    position: absolute;
    z-index: 99;
    width: 192rem;
    /* width:100%; */
    background-color: #ffffff;
    height: auto;
    /* height:60px; */
}

.active {
    color: orange;
}

.layui-nav {
    /* left:35rem; */
    /* height: 91.1rem; */
    text-align: center;

}

.nav-color {
    background-color: white;
}

.layui-nav .layui-nav {
    left: 17%;
    position: absolute;
}

.layui-nav-item {
    left: 30%;
}

.layui-nav-item .layui-nav-more {
    display: none;
}


.layui-nav a {
    font-size: 1.8rem;
    /* font-family: Roboto-Regular; */
}

.nav-menu-box {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    justify-content: center;
    height: 100%;
}

.nav-menu-box a {
    position: relative;
}

.nav-menu-box img {
    width: 18rem;
}

.nav-menu-box .nav-menu-box-a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*.nav-menu-box-a p {*/
/*    margin-top: 2rem;*/
/*}*/
.menu {
    display: none;
}

.menu-txt {
    font-size: 1.8rem;

}

.first-item {
    /*margin-left:32rem;*/
    margin-left: 15%;
}

.direction li {
    float: left;
}

.layui-nav-child {
    height: 330%;
    /* left: -32px; */
    width: 192rem;
    position: absolute;
    /* top: 6rem; */
    top: 60px;
    /* left: -67rem; */
    border: 1px solid #eee;
}
.layui-nav-childs {
    display: none;
    height: 330%;
    /* left: -32px; */
    width: 192rem;
    position: absolute;
    /* top: 6rem; */
    top: 9.5rem;
    /* left: -67rem; */
    border: 1px solid #eee;
    left: 0;
    /* top: 65px; */
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
}


.layui-anim-upbit {
    -webkit-animation-name: layui-upbit;
    animation-name: layui-upbit;
}

.layui-anim {
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-duration: .3s;
    animation-fill-mode: both;
}

.layui-nav-child-child {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    min-width: 400%;
    line-height: 36px;
    padding: 5px 0;
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 12%); */
    /* border: 1px solid #eee; */
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
}

.layui-nav-child-about-us {
    height: 100% !important;
}

.brand-item {
    width: 20rem;
}

.nav-menu-box .company-img {
    max-width: 13rem;
}

.language {
    position: absolute;
    z-index: 99;
    display: flex;
    right: 4rem;
    top: 1.5rem;
}

.language p {
    /* width: 6rem; */
    height: 3rem;
    line-height: 3rem;
    padding: 2px;
    cursor: pointer;
    font-size: 1.5rem;
}

/* @media (max-width: 1400px){
    .layui-nav{
        transform: scale(0.85);
    }
} */
.productlist {
    height: 10rem;
}

.productlist .layui-nav-child-box {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 44%;
    margin: 0 auto;
    justify-content: center;
    height: 100%;
}

.productlist .layui-nav-child-box>div {
    display: flex;
    align-items: center;
    justify-items: center;
    height: 100%;
}

.productlist .layui-nav-child-box>div>a {
    height: 100%;
    line-height: 9rem;
}

.productlist .layui-nav-child-box .layui-nav-child-c {

    display: none;
    height: 330%;
    width: 192rem;
    position: absolute;
    top: 9.5rem;
    border: 1px solid #eee;
    left: 0;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
    animation-duration: .3s;
    animation-fill-mode: both;

}

.nav-menu-box-a .prev-icon,
.nav-menu-box-a .next-icon {
    width: 3.1rem;
    cursor: pointer;
}

.productlist .nav-menu-box img {
    background-color: #fafafa;
}