@media screen and (max-width: 490px) {
	.wrap {
		padding: 0px 3%;
	}

	.wrap .item {
		gap: 1px;
	}

	.wrap .ibox {
		width: 110px;
		margin-bottom: 15%;
	}
}

@media screen and (min-width: 490px) {
	.wrap {
		padding: 0px 15%;
	}

	.wrap .item {
		gap: 20px;
	}

	.wrap .ibox {
		width: 115px;
		margin-bottom: 50px;
	}
}

#app {
	min-height: 100vh;
	width: 100%;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
	position: relative;
	display: flex;
	background-color: #F7F6FF;
	flex-direction: column;
	overflow-x: hidden;
}


.menu-btn {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.loading {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 2000;
	left: 48%;
	top: 42%;
	text-align: center;

}

.loading .dot1 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	background-color: #47e608;
}

.loading .dot2 {
	background-color: #47e608;
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: auto;
	bottom: 0;
	border-radius: 100%;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}


@keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.loading {
	-webkit-animation: sk-rotate 2s infinite linear;
	animation: sk-rotate 2s infinite linear;

}

.loading .dot1 {
	animation: sk-bounce 2s infinite ease-in-out;
}

.loading .dot2 {
	animation: sk-bounce 2s infinite ease-in-out;
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.search {
	display: flex;
	align-items: center;
	transform: scale(.85);
	transform-origin: 0%;
	height: 100%;
	position: relative;
}

.search-btn {
	width: 40px;
	overflow: hidden;


}

.search-btn img {
	width: 75%;
	height: 75%;
}

.search-input {
	-webkit-appearance: none;
	background-color: #FFF;
	background-image: none;
	border-radius: 0px;
	border: 1px solid #DCDFE6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	border-color: #C0C4CC;
}

.btn {
	width: 100%;
	height: 38px;
	border: 0px;
	background-color: black;
	cursor: pointer;
}

.right-menu {
	height: 100%;
	display: flex;
	align-items: center;
}

.menu {
	height: 100%;
	flex-shrink: 0;
	background-color: #DAFACE;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

.sidebar-logo-container {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loadBox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.tabs-container {
	padding: 0px 20%;
	margin: 10% 0px;
}

.tab-home {
	align-items: center;
	justify-content: center;
	height: 40px;
	line-height: 40px;
	width: 100%;
	border-radius: 20px;
	border: 2px solid #002042;
	color: #002042;
	margin-bottom: 10%;
	cursor: pointer;
	background-color: #faec25;

}

.tab-home>div {
	display: inline-block;
}

.child-tabs {
	color: #002042;
	position: relative;
	z-index: 2000;
}

.child-tabs ul {
	list-style: none;
	padding: 10% 0px 0px 0px;
}

.child-tabs li {
	text-align: center;
	padding: 10% 0px;
	cursor: pointer;
	text-transform: capitalize;
}

.container {
	height: 100%;
	background-color: #F7F6FF;
}

.container .wrap {
	position: relative;
	z-index: 1;
	padding-top: 50px;
	padding-bottom: 150px;
	height: auto;
}

.container .wrap .title {
	text-align: center;
	line-height: 130px;
}

.container .wrap span {
	color: black;
}

.container .wrap .item {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.container .wrap .ibox {
	aspect-ratio: 1/1;
	flex-shrink: 0;
	border-radius: 20px;
}

.ibox .phone_info {
	width: 100%;
	aspect-ratio: 1/1;
	overflow: hidden;
	display: flex;
	position: relative;
	flex-direction: column;
	cursor: pointer;
	border: 5px solid #5df3f3;
	border-radius: 15px;
}

.ibox .word {
	text-align: center;
	line-height: 30px;
}

.ibox .phone_ganame {
	width: 100%;
	color: black;
	font-size: 15px;
	text-align: center;
	word-wrap: break-word;
}

.ibox .phone_info img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}


.all-btn {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	transition: .1s;
	font-weight: 500;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
	background-color: #DAFACE;
	color: #47e608;
	border: 1px solid #47e608;
}