@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@700&family=Noto+Sans+SC:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
	/* max-width: 750px; */
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #FFF;
	overflow: hidden;
	font-size: 1vh;
}

body {
	background-size: 100% auto;
	position: relative;
	min-height: 100vh;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	overflow: hidden;
	max-width: 576px;
	background-color: #000;
    background: url("../images/bg.jpg") top center/cover no-repeat fixed;
}

a{
    text-decoration: none;
}

#container {
	height: calc(94vh - 10vh);
	max-height: 94vh;
	margin: 0 auto;
	margin-top: 2vh;
	position: absolute;
	width: 100vw;
}

.header {
	width: 86%;
	position: relative;
	margin: 0 auto 1vh;
	top: 0;
	z-index: 10;
	height: 9%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.header .img {
	height: 68%;
	width: auto;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}

.header .flag {
	width: auto;
	height: 50%;
}

.header a.kf {
	width: auto;
	height: 55%;
}

.header img {
	height: 100%;
}

.main {
	width: 100%;
	height: 50%;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto 5%;
}

.main .photo {
	height: 100%;
	position: relative;
}

.main .photo img {
	height: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.footer {
	width: 100%;
	height: 41%;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .item {
	height: 21%;
	/* width: calc(40vh); */
	width: 86%;
	text-align: center;
	position: relative;
	margin-bottom: 2vh;
	box-sizing: border-box;
}

.footer .item a.i-a {
	text-align: center;
	border-radius: 1.5vh;
	border: #6178fb 1px solid;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0 2vh;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	font-size: 2.4vh;
	
	background-image: linear-gradient(360deg, rgb(232,235,243) 0%, rgb(255,255,255) 20%);
}

.item a>* {
	margin: 0;
	padding: 0;
}



.footer .item a.i-a span {
	height: 54%;
	width: 15vh;
	/* color: #00a7ff; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 2.6vh;

	background: -webkit-linear-gradient(90deg,#359cfa, #7e5ffc);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer .item a:hover span {
	color: #389afa;
}

.footer .item a.i-a img {
	height: 54%;
	margin: 0;
	padding: 0 1vh;
}

.footer_text {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 1.6vh;
	color: #666;
	line-height: 4vh;
}

/* JSBOX 1 */
.jsBox {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0vh;
	z-index: 10;
	box-sizing: content-box;
	border: 1px solid #fff;
	border-radius: 1vh;
	/* background: #002b8f; */
	background: linear-gradient(360deg, #359cfa 0%, #7e5ffc 100%);
	transform: translateY(calc(-100% - -0.06rem));
	-webkit-transform: translateY(calc(-100% - -0.06rem));
	box-sizing: border-box;
	padding: .5vh .2vh;
}

.jsBox::after {
	content: '';
	background: url(../images/triangle.svg);
	display: block;
	position: absolute;
	width: 1vh;
	height: 1vh;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1vh;
	z-index: 9999;
}

.jsBox ul {
	width: 100%;
	padding: 0;
}

.jsBox ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.jsBox ul li a {
	width: 90%;
	height: auto;
	margin: .6vh auto;
	border-radius: 1vh;
	box-sizing: border-box;
	text-align: left;
	padding-left: 25%;
	padding-top: 1.4vh;
	padding-bottom: 1.4vh;
	
	/* background-image: linear-gradient(to bottom, #ffffff, #e0f4ff); */
	/* border: #a4cef9 1px solid; */
	background: linear-gradient(180deg, #fff 0%, #cce0fe 100%);
}

.jsBox ul li a span {
	background-size: contain;
	padding-left: 5vh;
	padding-top: .44vh;
	padding-bottom: .44vh;
	margin: 0 auto;
	text-align: left;
	font-size: 2.2vh;
	color: #6474fb;
}

.jsBox ul li:nth-child(1) a span {
	background: url(../images/icon_app.png) no-repeat left center;
	background-size: contain;
	margin-right: 1vh;
}

.jsBox ul li:nth-child(2) a span {
	background: url(../images/icon_ub.png) no-repeat left center;
	background-size: contain;
}

.jsBox ul li:nth-child(3) a span {
	background: url(../images/icon_3.png) no-repeat left center;
	background-size: contain;
}

.jsBox ul li:nth-child(4) a span {
	background: url(../images/icon_qb.png) no-repeat left center;
	background-size: contain;
}

/* .item.on .jsBox {
	display: block;
} */

/* JSBOX 2 */
.jsBox2 {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0vh;
	z-index: 10;
	box-sizing: content-box;
	border: 1px solid #fff;
	border-radius: 1vh;
	/* background: #002b8f; */
	background: linear-gradient(360deg, #359cfa 0%, #7e5ffc 100%);
	transform: translateY(calc(-100% - -0.06rem));
	-webkit-transform: translateY(calc(-100% - -0.06rem));
	box-sizing: border-box;
	padding: .5vh .2vh;
}

.jsBox2::after {
	content: '';
	background: url(../images/triangle.svg);
	display: block;
	position: absolute;
	width: 1vh;
	height: 1vh;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1vh;
	z-index: 9999;
}

.jsBox2 ul {
	width: 100%;
	padding: 0;
}

.jsBox2 ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.jsBox2 ul li a {
	width: 90%;
	height: auto;
	margin: .6vh auto;
	border-radius: 1vh;
	box-sizing: border-box;
	text-align: left;
	padding-left: 25%;
	padding-top: 1.4vh;
	padding-bottom: 1.4vh;
	
	/* background-image: linear-gradient(to bottom, #ffffff, #e0f4ff);
	border: #a4cef9 1px solid; */
	background: linear-gradient(180deg, #fff 0%, #cce0fe 100%);
}

.jsBox2 ul li a span {
	background-size: contain;
	padding-left: 5vh;
	padding-top: .44vh;
	padding-bottom: .44vh;
	margin: 0 auto;
	text-align: left;
	font-size: 2.2vh;
	color: #6474fb;
}

.jsBox2 ul li:nth-child(1) a span {
	background: url(../images/icon_dns.png) no-repeat left center;
	background-size: contain;
	margin-right: 1vh;
}

.jsBox2 ul li:nth-child(2) a span {
	background: url(../images/icon_wallet.png) no-repeat left center;
	background-size: contain;
}

/* JSBOX 3 */
.jsBox3 {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0vh;
	z-index: 10;
	box-sizing: content-box;
	border: 1px solid #fff;
	border-radius: 1vh;
	/* background: #002b8f; */
	background: linear-gradient(360deg, #359cfa 0%, #7e5ffc 100%);
	transform: translateY(calc(-100% - -0.06rem));
	-webkit-transform: translateY(calc(-100% - -0.06rem));
	box-sizing: border-box;
	padding: 2vh 0 2.5vh;
}

.jsBox3::after {
	content: '';
	background: url(../images/triangle.svg);
	display: block;
	position: absolute;
	width: 1vh;
	height: 1vh;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -1vh;
	z-index: 9999;
}

.pop_top {
    display: flex;
    width: 100%;
    margin-bottom: 2vh;
    align-items: center;
    justify-content: center;
}

.pop_top img {
    width: 90%;
}

.jsBox3 ul {
	width: 100%;
	padding: 0;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	margin: 0;
}

.jsBox3 ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 90%;
}

.jsBox3 li:last-child{
	margin-bottom: 0;
}

.jsBox3 li {
	zoom: 1;
    clear: both;
    display: flex;
	overflow: hidden;
    margin-bottom: 1vh;
}

.jsBox3 li span {
    display: block;
    float: left;
    color: #000;
    font-size: 0.25rem;
    line-height: 0.5rem;
    text-align: center;
    white-space: nowrap;
    background: #fff;
}

.jsBox3 li .ms {
    width: 1rem;
}

.jsBox3 li > img {
    width: 8%;
    display: block;
    float: left;
}

.jsBox3 li .url {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    flex: 1;

	margin-left: 1vh;
    margin-right: 1vh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 1vh;
    font-size: 2vh;
	line-height: 2vh;
}

.jsBox3 li a {
	width: 13%;
    line-height: 2vh;

    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #cce0fe 100%);
    color: #6474fb;

    display: flex;
    align-items: center;
    justify-content: center;
	padding: 1vh;
    font-size: 2vh;
	white-space: nowrap;
}


/* RWD */
@media screen and (max-width: 576px) {
	/* #container {
		width: 100vw;
	} */
}

@media screen and (min-width:577px) {

	body {
		max-width: 576PX !important;
	}

	#container {
		max-width: 576PX !important;
		height: calc(90vh - 10vh);
		max-height: 90vh;
		margin-top: 4vh;
	}

	.header {
		height: 10%;
	}

	.main {
		height: 62%;
	}

	.footer {
		margin-top: 0;
		height: 45%;
	}

	.footer .item {
		height: 21%;
		width: 88%;
		text-align: center;
		position: relative;
		margin-bottom: 2vh;
		box-sizing: border-box;
	}

	.footer .item a.i-a img {
		height: 54%;

	}

	.footer .item a.i-a span {
		height: 60%;
		width: 15vh;
		font-size: 2.8vh;
	}

	.footer_text {
		font-size: 1.8vh;
		line-height: 2vh;
	}

	.header {
		margin: 0 auto 2vh;
	}

	.jsBox ul li a {
		/* padding-left: 22%; */
		padding-left: 28%;
	}
}
