.found1{
	background: url(../images/look_up_11.gif) 0 0 no-repeat;
	width:84px;
	height:27px;
	border:none;
	cursor: pointer;
}
.box{
	width:auto;
	height:40px;
}
.add{
	margin-left: 800px;
    margin-top: 35px;
}
.xsxx{
	margin-top:10px;
	width: 99%;
    margin: auto;
    height: auto;
}
input[type=date]::-webkit-datetime-edit {
        background-color: #fff;
        color: #000;
}
.dianji:active{
	color:#f46400;
}
.dianji:hover{
	color:#f46400;
}
 .responsive-textarea {
 		background-color: #fff;
        width: 100%; /* 设置宽度为 100%，或者一个固定的宽度值 */
        max-height: 200px; /* 设置最大高度，防止文本框过度扩展 */
        overflow-y: auto; /* 当内容超出最大高度时显示滚动条 */
        resize: vertical; /* 允许用户垂直调整文本框大小 */
        padding: 10px; /* 设置内边距 */
        border: 1px solid #ccc; /* 设置边框 */
        border-radius: 4px; /* 设置边框圆角 */
    }

    