.main {
	background-color: #fff
}

body {
	background-color: #fff !important
}

.page-title-box {
	position: relative
}

.page-title-box .shape {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.page-title-box .title {
	font-weight: 700;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 110px 0;
	background-color: #45b6f7
}

.shopin-container {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.color-svg {
	fill: var(--theme-color)
}

.issue {
	margin: 15px auto;
	width: 720px;
}

.form-item {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.form-item input {
	width: 100%;
	height: 30px;
	border: 1px solid #ddd;
	padding: 5px 8px;
	margin-top: 5px;
}

.form-item textarea {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 8px;
	margin-top: 5px;
}

.submit {
	background-color: #0086bd;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #DCDFE6;
	color: #fff;
	-webkit-appearance: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin: 20px auto;
	-webkit-transition: .1s;
	transition: .1s;
	font-weight: 500;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
}