* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
a,
ul,
li {
	list-style: none;
	text-decoration: none;
}

/* 1275 以下用这个 */
@media screen and (max-width: 1275px) {
	html {
		height: 100%;
		font-size: 170px;
	}
	.wrapper {
		width: 900px !important;
	}
	.width-four {
		width: 200px !important;
	}
	.promise {
		width: 900px !important;
	}
}
@media screen and (max-width: 1024px) {
	html {
		height: 100%;
		font-size: 136.5333333px;
	}
	.wrapper {
		width: 85% !important;
	}
	.promise {
		width: 85% !important;
	}
	.layui-form-item {
		display: flex;
		flex-direction: column;
		margin-bottom: 0 !important;
	}
	.layui-form-item .layui-inline {
		display: flex;
		margin-bottom: 30px !important;
	}
	.layui-input {
		width: inherit;
		margin-left: 0 !important;
	}
	.layui-inline .layui-input-block {
		flex-grow: 1;
		margin-left: 20px !important;
	}
	.layui-input-inline {
		flex-grow: 1;
		margin-left: 20px !important;
	}
	.width-two {
		width: 100% !important;
	}
	.width-four {
		width: 100% !important;
	}
	.layui-form-select .layui-input {
		width: 100% !important;
	}
	.layui-form-select dl {
		width: 100% !important;
		top: 50px;
		left: 0 !important;
	}
	.upload-img {
		width: 400px !important;
	}
	.notice {
		width: 400px !important;
	}
}
@media screen and (max-width: 900px) {
	html {
		height: 100%;
		font-size: 120px;
	}
	.content {
		padding: 30px 50px !important;
	}
	.upload-img {
		width: 350px !important;
	}
	.notice {
		width: 350px !important;
	}
}
@media screen and (max-width: 768px) {
	html {
		height: 100%;
		font-size: 102.4px;
	}
	.layui-textarea {
		height: 250px !important;
	}
	.upload-img {
		width: 300px !important;
	}
	.notice {
		width: 300px !important;
	}
}
@media screen and (max-width: 675px) {
	html {
		height: 100%;
		font-size: 90px;
	}
	.content {
		padding: 0 !important;
		border: none !important;
		margin-top: 30px !important;
	}
}
@media screen and (max-width: 525px) {
	html {
		height: 100%;
		font-size: 70px;
	}
	.upload-img {
		width: 200px !important;
	}
	.notice {
		width: 200px !important;
	}
}
@media screen and (max-width: 450px) {
	html {
		height: 100%;
		font-size: 60px;
	}
	.wrapper {
		width: 90% !important;
	}
	.title {
		font-size: 24px !important;
	}
	.sub-title {
		font-size: 16px !important;
	}
	.layui-form-label {
		width: 96px !important;
		font-size: 16px !important;
	}
	.layui-input {
		font-size: 14px !important;
	}
	.layui-textarea {
		height: 150px !important;
	}
	::placeholder {
		font-size: 14px !important;
	}
	.promise {
		width: 90% !important;
		font-size: 14px !important;
	}
}
@media screen and (max-width: 414px) {
	html {
		height: 100%;
		font-size: 55.2px;
	}
	.upload-img {
		width: 150px !important;
		height: 150px !important;
	}
	.upload-box {
		padding-bottom: 0 !important;
	}
	.upload-btn {
		font-size: 14px !important;
	}
	.notice {
		width: 150px !important;
		font-size: 14px !important;
	}
	.layui-btn {
		font-size: 16px !important;
	}
}
@media screen and (max-width: 375px) {
	html {
		height: 100%;
		font-size: 50px;
	}
}
