.nav {
    display: none;
}

.logo {
    position: absolute;
    z-index: 99;
    left: 5rem;
    width: 24rem;
    height: 6.4rem;
    top: 4rem;
}

.menu-img {
    position: absolute;
    z-index: 99;
    left: 98rem;
    width: 5.4rem;
    /* height: 6.4rem; */
    top: 4rem;
}

.menu {
    position: fixed;
    top: 0;
    z-index: 90;
    width: 100%;
    min-height: 12rem;
    background-color: white;
}

.menu-row {
    margin-top: 13rem;
    font-size: 3.6rem;
    display: none;
    /* background-color: white; */
}

.menu-row ul {
    display: none;
}

.menu-row ul li {
    float: left;
}

.menu-row img,
.product-list p img {
    float: right;
    margin-right: 7rem;
    margin-top: 5rem;
}

.product-list img {
    /*float:none;*/
}

.product-list {
    display: flex;
    flex-flow: row wrap;
    overflow-y: scroll;
    width: 100%;
    max-height: 55vh;
}


.solution-list {
    display: flex;
    flex-flow: row wrap;
    overflow-y: scroll;
    /* width: 70%; */
    height: 30vh;
    margin-left: 26rem;
}

.list-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-list .list-1 img {
    background-color: #fafafa;
    width: 36rem;

}

.list-1 img {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
}

.list-1-txt {
    width: 70%;

    margin-top: 3rem;
    text-align: center;
    line-height: unset !important;
}

.solution-list .list-1-txt {
    margin-top: 0;
}
.list-i-1 {
    display: flex !important;
    width: 100%;
    margin: 5rem 0;
    align-items: center;
    font-family: OPPOSans !important;
}
.list-i-1:hover {
    font-weight: bold;
}
.list-i-1 .list-i-txt {
    display: inline-block;
    position: relative;
    font-size: 3.6rem;
    text-align: left;
    line-height: 5rem;
    min-height: 5rem;
    margin: 0 0 0 2rem;
}
.list-menu-icon {
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.list-icon-download {
    background-image: url("../../../assets/img/support/nav/phone/Download-Center.png");
}
.list-i-1:hover .list-icon-download {
    background-image: url("../../../assets/img/support/nav/phone/Download-Center-o.png");
}
.list-icon-knowledge {
    background-image: url("../../../assets/img/support/nav/phone/Knowledge-Base.png");
}
.list-i-1:hover .list-icon-knowledge {
    background-image: url("../../../assets/img/support/nav/phone/Knowledge-Base-o.png");
}
.list-icon-training {
    background-image: url("../../../assets/img/support/nav/phone/Training-Certification.png");
}
.list-i-1:hover .list-icon-training {
    background-image: url("../../../assets/img/support/nav/phone/Training-Certification-o.png");
}
.list-icon-webinar {
    background-image: url("../../../assets/img/support/nav/phone/Webinar.png");
}
.list-i-1:hover .list-icon-webinar {
    background-image: url("../../../assets/img/support/nav/phone/Webinar-o.png");
}
.list-icon-community {
    background-image: url("../../../assets/img/support/nav/phone/Community.png");
}
.list-i-1:hover .list-icon-community {
    background-image: url("../../../assets/img/support/nav/phone/Community-o.png");
}
.list-icon-technical {
    background-image: url("../../../assets/img/support/nav/phone/Technical-Support.png");
}
.list-i-1:hover .list-icon-technical {
    background-image: url("../../../assets/img/support/nav/phone/Technical-Support-o.png");
}
.list-icon-warranty {
    background-image: url("../../../assets/img/support/nav/phone/Warranty-RMA.png");
}
.list-i-1:hover .list-icon-warranty {   
    background-image: url("../../../assets/img/support/nav/phone/Warranty-RMA-o.png");
}

.active {
    color: orange;
}

.layui-nav {
    /* left:35rem; */
    /* height: 91.1rem; */

}

.nav-color {
    background-color: white;
}

.layui-nav .layui-nav-item {
    left: 30%
}

.layui-nav a {
    font-size: 1.8rem;
    /* font-family: Roboto-Regular; */
}

.menu-txt {
    width: 30%;
    margin-left: 35%;
    font-size: 1.8rem;
    /* font-family: Roboto-Regular; */
}

.first-item {
    margin-left: 63rem;
}

.direction li {
    float: left;
}

.layui-nav-child {
    height: 300%;
    left: -32px;
    width: 192rem;
    position: absolute;
    top: 6rem;
    left: -68rem;
    border: 1px solid #eee;
}


.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;
}

.brand-list {
    display: flex;
    flex-flow: row wrap;
    overflow-y: scroll;
    width: 100%;
}

.brand-list img,
.solution-list img {
    width: 36rem;
    height: 30rem;
}

.language {
    position: fixed;
    z-index: 99;
    display: flex;
    right: 15rem;
    top: 4rem;
}

.language p {
    /* width: 6rem; */
    height: 3rem;
    line-height: 3rem;
    padding: 2px;
    cursor: pointer;
    font-size: 3rem;
}

.language-menu {
    display: flex;
    height: 20rem;
    width: 20%;
    margin-left: 40%;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
}