@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: Source Han Sans CN;
    font-size: 0.2rem;
    max-width: 19.2rem;
    min-width: 19.2rem;
}

.nav {
    width: 19.2rem;
    font-size: 0.2rem;
    display: flex;
    justify-content: space-around;
    position: fixed;
    top: 0;
    z-index: 980;
    background-image: url(/img/public/navbg.png);
    background-size: contain;
}

.nav .logo {
    width: 4.0rem;
    z-index: 3;
}

.nav .logo .logobox {
    width: 5rem;
    margin-left: 0.7rem;
    display: flex;
    justify-content: center;
}

.nav .logo .logobox img {
    background: #fff;
    width: 100%;
}

.nav .navpart {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.nav .navpart .homenav .homenavv {
    width: 15.5rem;
    display: flex;
    float: right;
    height: 0.52rem;
    justify-content: center;
}

.nav .navpart .webnav {
    width: 15.5rem;
    display: flex;
    float: right;
}

.nav .navpart .webnav .webnavv {
    width: 15.5rem;
    display: flex;
    float: right;
    height: 0.52rem;
    margin-left: 1.6rem;
    justify-content: center;
}

.webnavbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.webnavbox .webp img {
    width: 0.3rem;
    margin-right: 0.08rem;
}

.webnavbox .homep a img {
    width: 0.15rem;
    margin-right: 0.08rem;
    margin-top: 0.05rem;
}

.webnavbox .webp {
    border-left: 0.01rem solid #fff;
    color: #fff;
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
}

.webnavbox .webp a {
    color: #fff;
    display: flex;
    align-items: center;
}

.webnavbox .homep a {
    color: #000;
    padding: 0px 0.2rem;
    display: flex;
    align-items: center;
}

.webnav .webnavbox:nth-child(1) .webp {
    border: none;
}

.language {
    width: 2.0rem;
    color: #fff;
    display: flex;
    align-items: center;
    border: none;
    float: right;
    cursor: pointer;
}

.chinese img {
    width: 0.2rem !important;
    height: 0.2rem !important;
    margin-right: 0.05rem;
}

.language .chinese {
    display: flex;
    align-items: center;
}

.chinese span {
    color: #fff;
    padding: 0 0.15rem;
}

.language-item span {
    padding: 0 0.1rem;
    display: flex;
    margin-top: 0.1rem;
    color: #fff;
}

.language-item span a:hover {
    color: orange;
}


.drop-down-box {
    width: 4.0rem;
    height: 3.0rem;
    border-top: 0.01rem solid #fff;
    background: #1675eb;
    position: absolute;
    top: 0.52rem;
    right: 0;
    display: none;
    z-index: 10;

}

.language-choice {
    width: 100%;
    border-bottom: 0.01rem solid #fff;
    height: 0.5rem;
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 0.1rem;
}

.language-item {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding-left: 0.2rem;

}

.checked {
    font-weight: 600;
    border-left: 0.03rem solid #fff;
}

.language-item span {
    padding: 0 0.1rem;
    display: flex;
    margin-top: 0.1rem;
}

.language-item a span {
    color: #fff;
}

.language-item a span:hover {
    color: orange;
    transform: scale(1.05);
}

.language-item a .checked:hover {
    color: #fff;
    transform: scale(1);
}