html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img,p,a {
    margin: 0;
    padding: 0;
}

body {
	font-family: "宋体";
	background-color: #f2f2f2;
}

.title {
	font-size: 18px;
	height: 60px;
	background-color: #d70010;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.content {
	margin: 0 auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
h1 {
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	background-color: #d70010;
}

.content_title {
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #000000;
}

.footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    position: fixed;
    background-color: white;
}

.footer p{
	text-align:center;
	padding:0px;
	margin:0px;
}

/* 滚动条的宽度 */

::-webkit-scrollbar {
	width: 6px;
	height: 8px;
  }
  
  /* 滚动条的滑块 */
  
  ::-webkit-scrollbar-thumb {
	background-color: #e9e9e9;
	border-radius: 3px;
  }

  .el-textarea__inner {
    font: 400 13.3333px arial;
}
