* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body,
html {
    min-width: 22.22rem;
}
@media (min-width:300px) and (max-width: 800px) {
    body,
    html {
        min-width: unset;
    }
}
@media (min-width: 22.22rem) {

    body,
    html {
        /*font-size: 26.667vw !important;*/
    }
}





#myMenu {
    width: 100%;
    height: 2.00rem;
    border-bottom: 0.02rem solid rgba(255, 255, 255, 0.3);
    position: fixed;
    z-index: 10;
}




#myMenu .logo img {
    width: 3.70rem;
}

#myMenu>div {
    width: 22.22rem;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#myMenu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 100%;
    font-size: 0;
}

.nav-icon {
    display: block;
    width: 0.02rem;
    height: 0.44rem;
    background: url("/img/index/SketchPng52213c3a1820e955b83a32c536b009efca544c03e3777d0759ae303d832bad93.png") no-repeat;
}

#myMenu>div>.nav {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#myMenu>div>.nav a {
    color: #fff;
}

.phone {
    border-radius: 0.28rem;
    border: 0.02rem solid #fff;
    padding: 0.09rem 0.19rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.30rem;
}

.phone img {
    width: 0.33rem;
    height: 0.33rem;
    margin-right: 0.19rem;
}



#fullpage {
    /* width: 22.22rem; */
}

.active-bg {
    background: url("/img/index/LLUCGVTX572TP.png") no-repeat;
    background-size: 100% 100%;
    /* top: 2.00rem; */
}

.mobile {
    display: none;
}

.mobile-nav {
    display: none;
}









.menuList {
    cursor: pointer;
    font-size: 0.33rem;
}



.banner {
    width: 100%;
    /* height: 9.26rem; */
    position: relative;
    z-index: 1;
    font-size: 0;
}

.banner img {
    width: 100%;
}

.banner-txt {
    position: absolute;
    top: 3rem;
    left: 50%;
    margin-left: -11.11rem;
    width: 22.22rem;
    font-size: 0.34rem;
    padding-left: 0.37rem;
    box-sizing: border-box;
    color: #fff;

}

.banner-txt>h4 {
    font-size: 0.5rem;
}

.en-desc {
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

.zh-desc {
    margin-top: 0.34rem;
}
.mobile-show{
    display: none;
}
@media (max-width: 22.22rem) {
    .mobile-show{
        display: block;
    }
    .banner-txt {
        position: absolute;
        top: 2.22rem;
        left: 50%;
        margin-left: -11.11rem;
        width: 22.22rem;
        font-size: 0.33rem;
        padding-left: 2.22rem;
        box-sizing: border-box;
        color: #fff;

    }

    .banner-txt>h4 {
        font-size: 0.52rem;
    }

    .en-desc {
        font-size: 0.28rem;
    }

    .zh-desc {
        margin-top: 0.33rem;
    }
}

@media (min-width:300px) and (max-width: 800px) {
    .women-right{
        display: none;
    }
    #myMenu>div{
        width: 100%;
    }
    .banner img, .news-banner img{
        height: 4.5rem;
        object-fit: cover;
    }
    .banner-txt {
        top: 1.8rem;
        left: unset;
        margin-left: unset;
        width: unset;
    }
    #myMenu>div {
        width: 100%;
        align-items: center;
    }
    #myMenu>div>.nav {
        display: none !important;
    }
    #myMenu>div .mobile {
        display: block;
        font-size: 18px;
        color: #fff;
        position: absolute;
        right: 0.5rem;
    }
    .mobile-nav li {
        font-size: 14px;
        padding: 10px 10px;
        border-bottom: 1px solid #dcdddd;
    }
    .mobile-nav li a {
        color: #000;
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    #myMenu{
        height: 1.5rem !important;
    }
}