/* form update */
/* contact us */
.inner-pagebox {
	min-height: 80vh;
	padding: 0 5vw 6vh;
	background: linear-gradient(180deg, #000000 0%, #6035d8 80%, #a180ff 100%);
	border-radius: 36px 36px 36px 36px;
}
.title-box {
	margin-top: 64px;
	margin-bottom: 56px;
	text-align: center;
}
.inputgroup {
	position: relative;
}
.innerresize-body > div {
	width: 530px;
	max-width: 100%;
	margin: 0 auto;
}
.inner-title {
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 16px;
	font-weight: 600;
}
.inner-des {
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
}
.tips-form .icon-arrow-down {
	position: absolute;
	right: 16px;
	color: #999;
	z-index: 2;
	top: 18px;
	pointer-events: none;
}
.tips-form li.focus input,
.tips-form li.focus select,
.tips-form li.focus textarea {
	border: 1px solid #aaa;
	color: #fff;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
	color: #fff;
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #000 inset;
	-webkit-text-fill-color: #fff;
}
.file-upload input {
	cursor: pointer;
}
.innerresize-l ul select,
.innerresize-l ul input,
.innerresize-l ul textarea {
	-webkit-appearance: none;
	height: 48px;
	width: 100%;
	background: transparent;
	color: #fff;
	border: 1px solid #aa8ab9;
	/* box-shadow: 0 0 6px 2px #5e38ff, 0 4px 40px rgba(147,64,223,.2), inset 0 0 4px 2px #5e38ff, inset 0 4px 40px rgba(147,64,223,.2); */
	border-radius: 24px;
	padding-left: 16px;
	padding-right: 16px;
}
.innerresize-l ul textarea {
	height: 96px;
	padding-top: 16px;
	padding-bottom: 16px;
	resize: vertical;
}
.contact-btns {
	max-width: 180px;
	margin: 0 auto;
	position: relative;
}
.innerresize-box button {
	margin-top: 48px;
	background: none;
	border: 1px solid #fff !important;
}
.innerresize-box button:hover {
	background-color: #fff;
	color: var(--theme-color);
}
.tips-des {
	font-weight: 400;
	display: block;
	color: #fff;
	font-size: 14px;
}
.innerresize-l ul li {
	margin-bottom: 16px;
}
/* faq */
.container {
	padding: 12vh 0 20vh;
	background: url(/static/images/web/faq.jpg) no-repeat
		center top;
	background-size: 100% auto;
}
.container h1 {
	font-size: 48px;
	font-weight: 500;
	line-height: 1.35em;
	color: #fff;
	text-align: center;
}
.issue-list {
	width: 90%;
	max-width: 1000px;
	margin: 20vh auto 0;
}
.issue-list li .topic {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 400;
	padding: 18px 0;
	border-bottom: 1px solid #713fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.issue-list li .topic.active{
	border-color: rgba(113,63,255,0.50);
}
.issue-list li .answer {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	padding: 12px 0;
	display: none;
}
.issue-list li .icon-arrow {
	flex: none;
	width: 32px;
	height: 32px;
	background-color: var(--theme-color);
	border-radius: 50%;
	font-size: 12px;
	display: flex;
    align-items: center;
    justify-content: center;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transition: transform 0.3s;
}
.issue-list li .topic{
    padding: 14px 0;
}
.issue-list li .topic.active .icon-arrow {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

@media (max-width: 1023px) {
	.container {
		background-image: url(/static/images/web/faq-M.jpg);
	}
	.title-box {
		margin-top: 48px;
		margin-bottom: 48px;
	}
	.inner-title {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.inner-title {
		font-size: 26px;
	}
	.title-box {
		margin-top: 32px;
		margin-bottom: 32px;
	}
	.contact-btns {
		max-width: 120px;
	}
	.innerresize-box button {
		max-width: 120px;
		height: 40px;
		line-height: 40px;
		margin-top: 32px;
	}
	.container h1 {
		font-size: 26px;
	}
	.issue-list li .topic {
		font-size: 20px;
	}
    .issue-list li .icon-arrow{
        width: 28px;
        height: 28px;
    }
}

.layui-upload {
	margin-bottom: 32px;
	font-size: 0;
	margin-top: 16px;
}
.upload-add {
	border-radius: 12px;
	box-sizing: border-box;
	width: 100px;
	height: 100px;
	cursor: pointer;
	line-height: 100px;
	text-align: center;
	display: inline-block;
	position: relative;
	vertical-align: top;
	border: 1px dashed #aa8ab9;
	/* box-shadow: 0 0 10px 2px #5e38ff, 0 4px 80px rgba(147,64,223,.2), inset 0 0 10px 2px #5e38ff, inset 0 4px 40px rgba(147,64,223,.2); */
}
.imgContainer {
	display: inline-block;
	height: inherit;
}
.imgContainer img {
	width: 100px;
	height: 100px;
	border-radius: 12px;
}
.imgContainer video{
	width: 100px;
	height: 100px;
	border-radius: 12px;
}
.imgContainer video {
	width: 100px;
	height: 100px;
	object-fit: cover;
	vertical-align: middle;
}
.item-img {
	margin-right: 24px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 12px;
	border: 1px solid #666;
}
.video-case:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 12px;
}
.video-case .icon-triangle {
	position: absolute;
	font-size: 16px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	opacity: 0.8;
	z-index: 2;
}
.upload-add i {
	font-size: 20px;
	color: #aa8ab9;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.imgContainer span {
	position: absolute;
	width: 16px;
	height: 16px;
	right: -6px;
	top: -6px;
	background: #4f4f4f;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	z-index: 1;
}
.imgContainer span i {
	color: #fff;
	font-size: 8px;
}
