.mask {
	display: none;
}

.mask img {
	width: 1000px;
	margin: 60px auto;
	display: block;
}

.title_t {
	width: 1366px;
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 auto 64px;
	padding: 160px 0 0 143px;
	position: relative;
	z-index: -1;
}

.title_t img {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: -1;
}

.faq_li {
	width: 1080px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.faq_li a {
	width: 260px;
	height: 64px;
	background: #17191F;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	border: 1px solid #090118;
}

.faq_li a:hover {
	background: #2B2E36;
	border: 1px solid #4E4E4E;
}

.faq_li a img {
	margin: 0 6px 0 20px;
}

.faq {
	width: 1080px;
	margin: 0 auto 60px;
	display: flex;
}

.faq .faq_t {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 60px;
}

.faq ul {
	width: 50%;
	padding-right: 18px;
}

.faq ul li {
	padding-bottom: 20px;
}

.faq ul li .hover {
	width: 98%;
	background: url("../img/faq_arrow_top.png") no-repeat;
	background-size: 20px 20px;
	background-position: right 0px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-weight: 400;
	cursor: pointer;
}

.faq ul li .inner_b {
	margin-top: 10px;
	font-size: 14px;
	color: #B7BDC6;
	line-height: 20px;
	display: none;
	padding-right: 27px;
}

.faq ul li .inner_b img {
	width: 100%;
	margin-top: 12px;
}

.faq ul li .inner_b a {
	color: #1A72FF;
}

.faq ul .rowdown p {
	background: url("../img/faq_arrow_bottom.png") no-repeat;
	background-size: 20px 20px;
	background-position: right 0px;
}

.header {
	background: transparent;
}

.more {
	width: 1080px;
	height: 258px;
	background: #17191F;
	border-radius: 10px;
	margin: 60px auto;
	overflow: hidden;
	text-align: center;
}

.more .word1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 60px auto 2px;
}

.more .word2 {
	font-size: 14px;
	font-weight: 400;
	color: #929292;
}

.more .start {
	width: 163px;
	height: 48px;
	line-height: 48px;
	background: #FFFFFF;
	border-radius: 26px;
	font-size: 14px;
	font-weight: bold;
	color: #090118;
	display: block;
	margin: 32px auto;
}

.none {
	background: none!important;
	border: none!important;
}

.none:hover {
	background: none!important;
	border: none!important;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.title_t {
		width: 100%;
		padding: 0;
		margin: 92px 0 32px;
		text-align: center;
	}
	.faq_li {
		width: 100%;
		padding: 0 16px;
	}
	.faq_li a {
		width: 49%;
		height: auto;
		padding: 20px 0;
		align-items: initial;
		margin-bottom: 4px;
	}
	.faq_li a img {
		height: 24px;
	}
	.faq {
		width: 100%;
		display: block;
	}
	.faq ul {
		width: 100%;
		margin-top: 0;
		padding-left: 15px;
	}
	.more {
		width: calc(100% - 32px);
		margin: 0 auto;
	}
}