/* box1 */
.box1 {
	padding: 60px 0 80px 0;
	box-sizing: border-box;
	background-color: #ffffff;
}

.box1 .title {
	font-size: 48px;
	font-weight: 700;
	color: #001C11;
	text-align: center;
	width: 82%;
	margin: auto;
	margin-bottom: 15px;
}

.box1 .desc {
	font-size: 18px;
	color: #7B7B7B;
	margin: auto;
	text-align: center;
	margin-top: 30px;
}

.box1 .list {
	gap: 22px;
	margin-top: 48px;
}

.box1 .list>.item {
	flex: 1;
}

.box1 .list>.item>.link {
	background-color: #282828;
	border-radius: 12px;
	height: 148px;
	border: 1px solid #282828;
	transition: all .3s ease-in-out;
}

.box1 .list>.item>.link>.icon {
	width: 72px;
	height: 72px;
}

.box1 .list>.item>.link>.label {
	font-size: 14px;
	color: #E4E4E7;
	margin-top: 16px;
}

.box1 .list>.item>.link:hover {
	box-shadow: 0px 3px 8px 0px rgba(0, 252, 155, 0.6);
	border: 1px solid #00FFAA;
}

.box1 .list>.item>.link:hover>.label {
	color: #00FFAA;
}

/* box2 */
.box2 {
	padding: 60px 0 80px 0;
	box-sizing: border-box;
	background-color: #F5F5F5;
}

.box2 .title {
	font-weight: bold;
	font-size: 36px;
	color: #001C11;
	line-height: 40px;
	text-align: center;
}

.box2 .hint {
	font-size: 14px;
	color: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	background-color: #282828;
	margin-top: 32px;
}

.down-list {
	background-color: #FFFFFF;
	padding: 40px 0;
	box-sizing: border-box;
	margin-top: 52px;
}

.down-list>.item {
	padding: 28px 76px;
	box-sizing: border-box;
	position: relative;
}

.down-list>.item:hover {
	background-color: #F9F9F9;
}

.down-list .rank {
	width: 44px;
	height: 40px;
	background-image: url(../images/icon_rank4.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #001C11;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.down-list>.item:nth-child(1) .rank {
	background-image: url(../images/icon_rank1.png);
}

.down-list>.item:nth-child(2) .rank {
	background-image: url(../images/icon_rank2.png);
}

.down-list>.item:nth-child(3) .rank {
	background-image: url(../images/icon_rank3.png);
}

.down-list .logo {
	width: 80px;
	height: 80px;
}

.down-list .info {
	margin-left: 32px;
}

.down-list .info .name {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

.down-list .info .star {
	width: 16px;
	height: 16px;
	margin-left: 16px;
	margin-right: 4px;
}

.down-list .info .rating {
	font-weight: 400;
	font-size: 14px;
	color: #F05C00;
}

.down-list .info>.tag {
	font-size: 14px;
	color: #F05C00;
	background-color: #FDECE1;
	border-radius: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0 16px;
	box-sizing: border-box;
	margin-top: 8px;
}

.down-list .info>.desc {
	margin-top: 6px;
	font-size: 16px;
	color: #7B7B7B;
}

.down-list .down {
	background-color: #00FFAA;
	width: 224px;
	height: 52px;
	border-radius: 12px;

}

.down-list .down:hover {
	box-shadow: 0px 3px 8px 0px rgba(0, 252, 155, 0.6);
	cursor: pointer;
}

.down-list .down>.icon {
	width: 20px;
	height: 20px;
}

.down-list .down>.label {
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	margin-left: 10px;
}

/* bo3 */
.box3 {
	padding: 60px 0 80px 0;
	box-sizing: border-box;
}

.box3 .title {
	font-weight: bold;
	font-size: 36px;
	color: #001C11;
	text-align: center;
}

.box3 .descs {
	margin-top: 20px;
}

.box3 .descs>.desc {
	font-weight: 400;
	font-size: 18px;
	color: #7B7B7B;
	line-height: 28px;
	text-align: center;
}

.rate-list {
	margin-top: 40px;
	gap: 24px;
}

.rate-list>.item {
	padding: 24px;
	box-sizing: border-box;
	background: #F5F5F5;
	border-radius: 12px;
	border: 1px solid #E5E7EB;
	width: calc(50% - 24px);
}

.rate-list>.item>.icon {
	width: 48px;
	height: 48px;
	background: #282828;
	border-radius: 10px;
	border: 1px solid #00FFAA;
}

.rate-list>.item>.icon>img {
	width: 24px;
	height: 24px;
}

.rate-list>.item>.info {
	margin-left: 16px;
}

.rate-list>.item>.info>.label {
	font-weight: bold;
	font-size: 18px;
	color: #101828;
	margin-bottom: 9px;
}

.rate-list>.item>.info>.desc {
	font-size: 14px;
	color: #7B7B7B;
	line-height: 23px;
}

/* box4 */
.box4 {
	padding: 60px 0 80px 0;
	box-sizing: border-box;
	background-color: #F5F5F5;
}

.box4 .title {
	font-weight: bold;
	font-size: 36px;
	color: #001C11;
	text-align: center;
}

.box4 .info {
	font-size: 18px;
	color: #7B7B7B;
	text-align: center;
	margin-top: 20px;
}

/* box5 */
.box5 {
	padding: 60px 0 80px 0;
	box-sizing: border-box;
	background-color: #282828;
}

.box5 .title {
	font-weight: bold;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
}
.select-app-list {
	margin-top: 60px;
	gap: 32px;
}

.select-app-list>.item {
	border-radius: 16px;
	width: calc(33.33% - 33px);
	transition: all .3s ease-in-out;
}

.select-app-list>.item:hover {
	transform: translateY(-20px);
	box-shadow: 0px 3px 8px 0px rgba(0, 252, 155, 0.6);
}

.select-app-list .link {
	background: #1F1F1F;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	padding: 28px 40px;
	box-sizing: border-box;
	border: 1px solid rgba(229,231,235,0.17);
}

.select-app-list .link>.logo {
	width: 152px;
	height: 152px;
}

.select-app-list .link .name {
	font-weight: bold;
	font-size: 22px;
	color: #00FFAA;
	margin-top: 32px;
}

.select-app-list .link .desc {
	font-size: 16px;
	color: #E4E4E7;
	text-align: center;
	margin-top: 20px;
}

.box5 .info {
	margin-top: 40px;
	background: #1F1F1F;
	border-radius: 12px;
	border: 1px solid rgba(229,231,235,0.17);
	padding: 30px;
	box-sizing: border-box;
}
.box5 .info > .head {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}
.box5 .info > .label {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 70px;
}
.box5 .info > .label-desc {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 24px;
}

.box5 .info>.list {
	margin-top: 20px;
}

.box5 .info>.list>.item {
	margin-top: 16px;
}

.box5 .info>.list>.item>.step {
	width: 32px;
	height: 32px;
	background-color: #00FFB6;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
}

.box5 .info>.list>.item>.right {
	margin-left: 16px;
	line-height: 32px;
}
.box5 .info>.list>.item>.right>.label {
	font-weight: bold;
	font-size: 18px;
	color: #00FFB6;
}
.box5 .info>.list>.item>.right>.value {
	font-size: 16px;
	color: #ffffff;
}
.box5 .info > .items {
	gap: 24px;
	margin-top: 24px;
}
.box5 .info > .items > .item{
	width: calc(33.33% - 16px);
}
.box5 .info > .items1 {
	gap: 24px;
	margin-top: 74px;
}
.box5 .info > .items1 > .item  {
	width: calc(50% - 24px);
}
.box5 .info > .items > .item > .label {
	font-weight: bold;
	font-size: 18px;
	color: #00FFB6;
}
.box5 .info > .items > .item > .value {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 8px;
}
.box5 .info > .items1 > .item > .label  {
	width: 55%;
}
.box5 .info > .items1 > .item > .value  {
	width: 55%;
}
.box5 .info > .group {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 74px;
}
.box5 .info > .group-desc {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 24px;
}

/* box7 */
.box7 {
	padding: 60px 0 80px 0;
	box-sizing: border-box;
	background-color: #ffffff;
}

.box7>.l-max-w>.title {
	font-weight: bold;
	font-size: 36px;
	color: #001C11;
	text-align: center;
}

.box7>.l-max-w>.desc {
	font-size: 18px;
	color: #7B7B7B;
	text-align: center;
	margin-top: 20px;
}

.faqs-list {
	margin-top: 40px;
}

.faqs-list>.item {
	margin-bottom: 20px;
	background-color: #F9FAFB;
	border-radius: 12px;
	border: 1px solid #E5E7EB;
}

.faqs-list>.item>.cut {
	padding: 18px;
	box-sizing: border-box;
	cursor: pointer;
}

.faqs-list>.item>.cut>.icon {
	width: 20px;
	height: 20px;
	transition: transform .3s ease-in-out;
}

.faqs-list>.item>.active>.icon {
	transform: rotate(180deg);
}

.faqs-list>.item>.cut>.show {
	display: block;
}

.faqs-list>.item>.cut>.label {
	font-weight: bold;
	font-size: 20px;
	color: #101828;
}

.faqs-list>.item>.desc {
	max-height: 0;
	overflow: auto;
	transition: max-height 0.3s ease;
}

.faqs-list>.item>.show {
	max-height: 300px;
}

.faqs-list>.item>.desc>.text {
	font-size: 16px;
	color: #4A5565;
	padding: 0 24px 24px 24px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {

	/* box1 */
	.box1 {
		padding: 26px 16px 40px 16px;
	}

	.box1 .title {
		font-size: 24px;
		width: 96%;
	}

	.box1 .desc {
		font-size: 12px;
		width: 100%;
		margin-top: 16px;
	}

	.box1 .list {
		gap: 13px;
		margin-top: 16px;
	}

	.box1 .list>.item {
		width: calc(33.3% - 13px);
		flex: auto;
	}

	.box1 .list>.item>.link {
		border-radius: 8px;
		height: 90px;
	}

	.box1 .list>.item>.link>.icon {
		width: 44px;
		height: 44px;
	}

	.box1 .list>.item>.link>.label {
		font-size: 10px;
		margin-top: 6px;
	}

	.box1 .list>.item>.link:hover {
		box-shadow: 0px 2 5px 0px rgba(0,252,155,0.6);
	}

	/* box2 */
	.box2 {
		padding: 26px 16px 40px 16px;
	}

	.box2 .title {
		font-size: 18px;
		line-height: 20px;
	}

	.box2 .hint {
		font-size: 10px;
		padding: 10px;
		margin-top: 16px;
	}

	.down-list {
		padding: 20px 0;
		margin-top: 20px;
	}

	.down-list>.item {
		padding: 8px 10px 8px 24px;
		background-color: #F9F9F9;
		justify-content: space-between;
		gap: 20px;
	}
	.down-list .rank {
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 9px;
	}

	.down-list .logo {
		width: 40px;
		height: 40px;
	}

	.down-list .info {
		margin-left: 8px;
	}

	.down-list .info .name {
		font-size: 12px;
	}

	.down-list .info .star {
		width: 9px;
		height: 9px;
		margin-left: 8px;
		margin-right: 2px;
	}

	.down-list .info .rating {
		font-size: 9px;
	}

	.down-list .info>.tag {
		font-size: 9px;
		border-radius: 8px;
		height: 16px;
		line-height: 16px;
		padding: 0 8px;
		margin-top: 2px;
	}

	.down-list .info>.desc {
		margin-top: 6px;
		font-size: 9px;
	}

	.down-list .down {
		width: 100px;
		height: 32px;
		border-radius: 6px;
		box-shadow: 0px 2px 4px 0px rgba(0,252,155,0.6);
		cursor: pointer;
	}

	.down-list .down:hover {
		box-shadow: 0px 2px 4px 0px rgba(0,252,155,0.6);
		cursor: pointer;
	}

	.down-list .down>.icon {
		width: 12px;
		height: 12px;
	}

	.down-list .down>.label {
		font-size: 12px;
		margin-left: 4px;
	}

	/* bo3 */
	.box3 {
		padding: 26px 16px 40px 16px;
	}

	.box3 .title {
		font-size: 18px;
	}

	.box3 .descs {
		margin-top: 10px;
	}

	.box3 .descs>.desc {
		font-size: 10px;
		line-height: 14px;
	}

	.rate-list {
		margin-top: 20px;
		gap: 10px;
		flex-direction: column;
	}

	.rate-list>.item {
		padding: 12px;
		border-radius: 6px;
		width: 100%;
	}

	.rate-list>.item>.icon {
		width: 30px;
		height: 30px;
		border-radius: 6px;
	}

	.rate-list>.item>.icon>img {
		width: 15px;
		height: 15px;
	}

	.rate-list>.item>.info {
		margin-left: 8px;
	}

	.rate-list>.item>.info>.label {
		font-size: 12px;
		margin-bottom: 6px;
	}

	.rate-list>.item>.info>.desc {
		font-size: 10px;
		color: #7B7B7B;
		line-height: 12px;
	}

	/* box4 */
	.box4 {
		padding: 26px 16px 40px 16px;
	}

	.box4 .title {
		font-size: 18px;
	}

	.box4 .info {
		font-size: 10px;
		margin-top: 10px;
	}

	.select-app-list {
		margin-top: 20px;
		gap: 10px;
		flex-direction: column;
		align-items: initial;
	}
	
	.select-app-list>.item {
		width: 100%;
	}
	
	.select-app-list>.item:hover {
		transform: translateY(0px);
		box-shadow: 0px 3px 8px 0px rgba(0, 252, 155, 0.6);
	}
	
	.select-app-list .link {
		border-radius: 8px;
		padding: 14px;
		flex-direction: row;
	}
	
	.select-app-list .link>.logo {
		width: 60px;
		height: 60px;
	}
	
	.select-app-list .link .name {
		font-size: 14px;
		margin-top: 0px;
	}
	.select-app-list .link > .bottom {
		align-items: flex-start;
		margin-left: 16px;
	}
	.select-app-list .link .desc {
		font-size: 10px;
		text-align: left;
		margin-top: 10px;
	}

	/* box5 */
	.box5 {
		padding: 26px 16px 40px 16px;
	}

	.box5 .title {
		font-size: 18px;
	}
	
	.box5 .desc {
		font-size: 10px;
		margin-top: 10px;
	}
	

	.box5 .info {
		margin-top: 20px;
		border-radius: 6px;
		padding: 12px;
	}

	.box5 .info>.desc {
		font-size: 10px;
	}

	.box5 .info>.list {
		margin-top: 16px;
	}

	.box5 .info>.list>.item {
		margin-top: 12px;
	}

	.box5 .info>.list>.item>.step {
		width: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 7px;
	}

	.box5 .info>.list>.item>.right {
		margin-left: 8px;
		line-height: 16px;
	}

	.box5 .info>.list>.item>.right>.label {
		font-size: 12px;
	}

	.box5 .info>.list>.item>.right>.value {
		font-size: 12px;
	}
	
	.box5 .info > .most {
		font-size: 14px;
		margin-top: 37px;
	}
	.box5 .info > .items {
		margin-top: 12px;
		gap: 8px;
		flex-direction: column;
	}
	.box5 .info > .items1 {
		margin-top: 37px;
	}
	.box5 .info > .items > .item{
		width: 100%;
	}
	.box5 .info > .items > .item > .label {
		font-size: 12px;
	}
	.box5 .info > .items > .item > .value {
		font-size: 11px;
		margin-top: 4px;
	}
	.box5 .warning {
		margin-top: 16px;
		border-radius: 5px;
		padding: 6px;
	}

	.box5 .warning>.icon {
		width: 12px;
		height: 12px;
	}

	.box5 .warning>.label {
		font-size: 10px;
		margin-left: 8px;
	}
	.box5 .info > .label {
		font-size: 14px;
		margin-top: 37px;
	}
	.box5 .info > .label-desc {
		font-size: 12px;
		margin-top: 12px;
	}
	.box5 .info > .group {
		font-size: 14px;
		margin-top: 37px;
	}
	.box5 .info > .group-desc {
		font-size: 11px;
		margin-top: 12px;
	}
	/* box7 */
	.box7 {
		padding: 26px 16px 40px 16px;
	}

	.box7>.l-max-w>.title {
		font-size: 18px;
	}

	.box7>.l-max-w>.desc {
		font-size: 10px;
		margin-top: 10px;
	}

	.faqs-list {
		margin-top: 20px;
	}

	.faqs-list>.item {
		margin-bottom: 8px;
		border-radius: 6px;
	}

	.faqs-list>.item>.cut {
		padding: 9px;
	}

	.faqs-list>.item>.cut>.icon {
		width: 12px;
		height: 12px;
	}

	.faqs-list>.item>.cut>.label {
		font-size: 12px;
	}

	.faqs-list>.item>.show {
		max-height: 300px;
	}

	.faqs-list>.item>.desc>.text {
		font-size: 10px;
		padding: 0 12px 12px 12px;
	}
}