html,
body {
	margin: 0;
	padding: 0;
}

.main {
	display: flex;
	flex-direction: column;
	padding: 0 30px;
}

.main>.feedbackType {
	margin-top: 1rem;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 600;
	font-size: 1.6rem;
	color: #222222;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.main>.feedbackList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: .5rem;
	margin-top: 1rem;
	justify-content: space-between;
}

.main>.feedbackList>text {
	width: 216px;
	height: 88px;
	line-height: 88px;
	margin-bottom: 20px;
	box-sizing: border-box;
}


.main>.textareaInput {
	margin-top: 48px;
}

.main>.errorInfomation {
	padding: 24px;
	background-color: #f5f5f5;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}

.main>.errorInfomation>textarea {
	outline: none;
	border: none;
	background: transparent;
	width: 100%;
	min-height: 15rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 1.5rem;
	color: #222222;
	line-height: 2rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.main>.errorInfomation>text {
	width: 100%;
	text-align: right;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 20px;
	color: #A0A0A0;
	font-style: normal;
	text-transform: none;
}

.main .imageUpload {
	display: flex;
	align-items: center;
}

.main .imageUpload>.imageChoosed {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 144px;
	height: 144px;
	background-color: #efefef;
	border-radius: 20px;
}

.main .imageUpload>.imageChoosed>.le {
	width: 6px;
	height: 48px;
	position: absolute;
	border-radius: 10px;
	background-color: #a0a0a0;
}

.main .imageUpload>.imageChoosed>.rt {
	width: 48px;
	height: 6px;
	position: absolute;
	border-radius: 10px;
	background-color: #a0a0a0;
}

.main>.contactInput {
	margin-top: 110px;
}

.main>input {
	outline: none;
	margin-top: 34px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 1.1rem;
	color: #222;
	line-height: 4rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	height: 4rem;
	background-color: #f5f5f5;
	padding-left: 1.2rem;
	border-radius: 1rem;
	padding-right: 1.2rem;
	border: none;
}

.main>.submit {
	background-color: #fa4f42;
	margin-top: 5rem;
	padding: 18px 0;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 2rem;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	height: 2rem;
	border-radius: 200px;
	text-transform: none;
	margin-bottom: 100px;
	line-height: 2rem;
}

.titleItem {
	display: flex;
	align-items: center;
}

.title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 1.6rem;
	color: #222222;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.subtitle {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 1.4rem;
	color: #888888;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.telPlaceholder {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 28px;
	color: #A0A0A0;
	line-height: 88px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.textareaPlaceHolder {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 28px;
	color: #A0A0A0;
	line-height: 40px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.mt16 {
	margin-top: .8rem;
}

.mt48 {
	margin-top: 2rem;
}

.mt28 {
	margin-top: 1rem;
}

.bgf2 {
	background-color: #f2f2f2;
}

.tabs-banner {
	margin-top: 12px;
}

.sv-item {
	white-space: nowrap;
	display: flex;
	justify-content: flex-start;
}

.sv-item>.imageItem {
	width: 7rem;
	height: 7rem;
	position: relative;
	margin-right: 24px;
	border-radius: .8rem;
}

.sv-item>.imageItem>.coverimg {
	width: 7rem;
	height: 7rem;
	border-radius: .8rem;
}

.sv-item>.imageItem>.deleteImg {
	height: 20px;
	width: 20px;
	position: absolute;
	right: -10px;
	top: -10px;
}

.sv-item>.imageChoosed {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	/* padding: 0 72px; */
	height: 7rem;
	background-color: #efefef;
	width: 7rem;
	border-radius: .8rem;
}

.sv-item>.imageChoosed>.le {
	width: .3rem;
	height: 4rem;
	position: absolute;
	border-radius: 10px;
	background-color: #a0a0a0;
}

.sv-item>.imageChoosed>.rt {
	width: 4rem;
	height: .3rem;
	position: absolute;
	border-radius: 10px;
	background-color: #a0a0a0;
}

.toastTxt {
	border-radius: 100px;
	text-align: center;
	color: #fff;
	background-color: #000;
	line-height: 80px;
	padding: 0 36px;
	transition: all 5s ease-out;
	opacity: 0;
	height: 80px;
	position: absolute;
	bottom: 194px;
}

.fade-in {
	animation-name: fadein;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-out {
	animation-name: fadeout;
	animation-duration: .5s;
	animation-fill-mode: forwards;
}

@keyframes fadeout {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.act {
	background-color: #FFE8E6;
	border-radius: 8px;
	border: 2px solid #FA4F42;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 1.3rem;
	color: #FA4F42;
	line-height: 4.5rem;
	text-align: center;
	height: 4.5rem;
	font-style: normal;
	text-transform: none;
	box-sizing: border-box;
}

.no-act {
	background-color: #f5f5f5;
	border-radius: 8px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 1.3rem;
	color: #555555;
	line-height: 4.5rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	height: 4.5rem;
}

.mask {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .4);
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mask>.tops {
	position: absolute;
	top: 20px;
	background: #fff;
	border-radius: .5rem;
	padding: 1rem;
	box-sizing: border-box;
	width: 92%;
}

.mask>.tops>.title1 {
	font-size: 1.2rem;
	color: #222;
	font-weight: bold;
}

.mask>.tops>.subtitle1 {
	font-size: 1rem;
	color: #555;
	margin-top: .8rem;
}

.mask>.bottoms {
	position: absolute;
	bottom: 0;
	border-radius: 1.5rem 1.5rem 0 0;
	background-color: #fff;
	width: 85%;
	padding: 1.2rem;
}

.mask>.bottoms>.btn1 {
	font-size: 1.3rem;
	margin-bottom: 5rem;
}

.mask>.bottoms>.btn2 {
	font-size: 1.3rem;
	background: #efefef;
	border-radius: .5rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	margin-top: 1rem;
}

.mask>.bottoms>.btn3 {
	font-size: 1.3rem;
	background: #3482FF;
	border-radius: .5rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	margin-top: 1rem;
	color: #fff;
}