.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, 0.7);
    z-index: 1000;
}
.icon{
	width: 190px;
    height: 44px;
    background: url(/static/index/img/logo.png) 50%/cover;
}

.menu{
    width: 100px;
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 700;
    color: #fff;
}
.menus{
	display: flex;
	gap: 20px;
}
.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;
	    flex-wrap: nowrap;
	    align-items: center;
	    white-space: nowrap;
	}
	.loginss .tokenReg,
	.loginss .tokenLogin {
	    width: auto !important;
	    min-width: auto !important;
	    max-width: none !important;
	    flex-shrink: 0;
	    white-space: nowrap;
	}
	.mm{
	    display: flex;
	    flex-shrink: 0;
	}
	.mobileNav{
	    display: block;
	}
	.contain .hd {
	    padding: 0 30px;
	}
	.icon{
		width: 150px;
	    height: 35px;
	}
	/* 移动端 wrap___3zPNM 文字大小 */
	.wrap___3zPNM,
	.wrap___3zPNM * {
	    font-size: 10px !important;
	}
	/* 移动端 con2___3Ncwi 文字大小 */
	.con2___3Ncwi,
	.con2___3Ncwi * {
	    font-size: 12px !important;
	}
	/* 移动端 btn___3OHHg pay 文字大小 */
	.btn___3OHHg.pay {
	    font-size: 18px !important;
	}
	/* 移动端 rates___2i6Zr 文字大小 */
	.rates___2i6Zr,
	.rates___2i6Zr * {
	    font-size: 12px !important;
	}
	/* 移动端 inp___Wlk6Z 输入框文字大小 */
	.inp___Wlk6Z {
	    font-size: 16px !important;
	}

}
.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;
}
/* 按钮容器间距和宽度 */
.btns___3QRzc {
    gap: 0px;
    display: flex;
}
.kefu___1w2Dc,
.video___1iuLI {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}
/* 客服链接样式 */
a.kefu___1w2Dc {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
}
/* 标签容器平分宽度 */
.wrap1___3Frjj {
    display: flex;
    width: 100%;
}
.wrap1___3Frjj .item___v3ktc.jiaocheng {
    flex: 1;
    box-sizing: border-box;
}
/* item___v3ktc 高度自适应 */
.item___v3ktc {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}
/* con2___3Ncwi 及其子元素高度自适应 */
.con2___3Ncwi {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}
.con2___3Ncwi .desp___2KAfz {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}
.con2___3Ncwi .h1___3TuP- {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
}
/* rates___2i6Zr 布局和高度自适应 */
.rates___2i6Zr {
    display: flex;
    width: 100%;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    align-items: flex-start;
    overflow: visible;
}
.rates___2i6Zr > div {
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    box-sizing: border-box;
    overflow: visible;
    overflow-wrap: break-word;
    padding: 5px 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.1;
}

/* 项目说明区域文字大小 */
#jiaocheng1,
#jiaocheng1 * {
    font-size: 14px !important;
}