.contain{
	max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: rgba(6,20,39,.7);
    z-index: 1000;
}
.icon{
	width: 190px;
    height: 44px;
    background: round;
    background-image: url(../image/logo.png);
}

.menu{
    width: 100px;
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 700;
    color: #fff;
}
.menus{
	display: flex;
}
.menus .menu .txt{
	cursor: pointer;
}
.menus .menu .on{
	position: relative;
    color: #29ffe8;
}
.menus .menu .on:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #04fefe;
}
.logins{
    display: flex;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.langu{
	font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}
.xiala{
	width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 10px;
}
.loginss {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: none;
}
.nav-menu-button-wrap{
	width: 40px;
    display: flex;
    height: 40ppx;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
}
.mm{
    justify-content: flex-end;
    flex: 1 1;
    z-index: 101;
    display: none;
}
.mobileNav{
    position: fixed;
    left: 0;
    top: 75px;
    background-color: #000;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 0;
    transition: .3s;
    overflow-y: scroll;
    display: none;
}
.mobileNav .item{
    padding: 30px 0;
    margin: 0 40px;
    font-size: 18px;
    font-weight: bolder;
    color: #fff;
    border-bottom: 1px solid hsla(0,0%,100%,.25);
}
@media screen and (max-width: 991px){
	.menus{
	    display: none;
	}
	.logins{
		display: none;
	}
	.langu{
	    display: none;
	}
	.loginss{
	    display: flex;
	}
	.mm{
	    display: flex;
	}
	.mobileNav{
	    display: block;
	}
	.contain .hd {
	    padding: 0 30px;
	}
	.icon{
		width: 150px;
	    height: 35px;
	}

}
.contain .hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
@media screen and (max-width: 479px){
	.mbtns{
	    display: block;
	}
}
.mobileNav .mbtns{
    /*display: flex;*/
    justify-content: space-around;
    margin: 0 40px;
    width: calc(100% - 80px);
}

.nav-lines{
	width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 0;
    padding-bottom: 0;
    border-radius: 4px;
    background-color: #fff;
    transition: .5s;
}
.nav-lines-1{
	transform: translate3d(0,6px,0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(45deg) skew(0deg,0deg);
    transform-style: preserve-3d;
}
.nav-lines-2{
	opacity: 0;
}
.nav-lines-3{
	transform: translate3d(0,-6px,0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(-45deg) skew(0deg,0deg);
    transform-style: preserve-3d;
}

.footer .footerlogo{
    display: block;
    width: 1.97916667rem;
    height: .45833333rem;
    margin: 50px auto;
}
.footer .footermenus{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1200px){
    .footer .footermenus{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer .footermenus div {
        margin-right: .20833333rem;
        font-size: .08333333rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        cursor: pointer;
    }
    .footer .footercr{
        margin-top: .18229167rem;
        font-size: .07291667rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        opacity: .6;
        text-align: center;
    }
    .footer .footercr2{
        font-size: .07291667rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        opacity: .6;
        margin: .140625rem auto auto;
        padding-bottom: .3125rem;
        text-align: center;
    }
}
.footer .footermenus div {
    margin-right: .20833333rem;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}
.footer .footercr{
    margin-top: .18229167rem;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    opacity: .6;
    text-align: center;
}
.footer .footercr2{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    opacity: .6;
    margin: .140625rem auto auto;
    padding-bottom: .3125rem;
    text-align: center;
}