* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none !important;
	cursor: pointer;
	color: black;
}


ul,
li {
	list-style-type: none;
}

#home {
	margin: 0 auto;
	background: url(/material/zt/2026/jdz/images/bg.png) top center no-repeat;
	min-width: 1200px;
	position: relative;
	max-width: 1920px;
	height: 2800px;
}

.topImg {
	padding-top: 46px;
	position: relative;
}

.iconBox {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	top: 50px;
}

.iconBox a {
	width: fit-content;
	display: flex;
}

.mainBox {
	width: 1200px;
	margin: 0 auto;
}

.dyBox {
	position: relative;
	top: 780px;
}

.dyBox p {
	font-size: 24px;
	color: #fff6ee;
	padding: 30px 120px;
	line-height: 48px;
	text-indent: 2em;
}

.wylyBox {
	position: relative;
	margin: 0 auto;
	min-height: 570px;
	top: 950px;
}

.wylyCell {
	margin-bottom: 25px;
}

.wyName {
	width: max-content;
	height: 33px;
	background-color: #ffcc66;
}

.wyName p {
	line-height: 33px;
	padding: 0 30px;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}

.wylyContent {
	margin: 0 30px;
	padding: 10px 48px;
	border-bottom: 1px solid #e4e4e4;
}

.wylyCell:last-child .wylyContent {
	border-bottom: none;
}

.wylyContent p {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333333;
}

.wylyContent a:hover {
	color: black;
	text-decoration: underline !important;
}

.ncBox,
.lyBox {
	display: flex;
}

.ncBox input,
.auto-height-input {
	width: 858px;
	height: 37px;
	border: 1px solid #ed3e3f;
	border-radius: 16px;
	padding-left: 10px;
	/* font-size: 16px; */
}

.auto-height-input {
	width: 870px;
	height: 260px;
	padding-top: 10px;
	resize: none;
	/* 禁止用户调整大小 */
	overflow-y: auto;
	/* 内容溢出时显示滚动条 */
	box-sizing: border-box;
	/* 避免边框和padding影响高度 */
}

.ncBox p,
.lyBox p {
	font-size: 24px;
	color: #ed3e3f;
	font-weight: bold;
	margin-right: 10px;
}

.lyBox {
	margin-top: 32px;
}

.submit {
	width: 167px;
	height: 40px;
	background: linear-gradient(to bottom, #ff5557, #ff945b);
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 34px;
}

.submitBox div {
	font-size: 24px;
	color: white;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.iNeedBox {
	position: relative;
    top: 1180px;
    width: 930px;
    margin: 0 auto;
}

.ncBox input::placeholder,
.iNeedBox .auto-height-input::placeholder {
	color: #cdcdcd;
}

.iNeedBox .auto-height-input::placeholder {
	vertical-align: top;
	/* 关键属性 */
	line-height: 1.2;
	/* 调整行高 */
	transform: translateY(0);
	/* 重置位置 */
}

.ncBox input:focus,
.auto-height-input:focus {
	outline: none;
	/* 移除默认的蓝色轮廓 */
	border-color: #ed3e3f;
	/* 保持边框颜色与默认状态一致 */
}

.link-tab {
	margin-top: 0;
}

.ldtgBox {
	position: absolute;
	bottom: 172px;
	left: 50%;
	transform: translateX(-45%);
}

.ldtgBox p {
	font-size: 22px;
	color: #fbe389;
}