body {
  font-size: 12px;
  font-family: '微软雅黑';
  margin: 0 auto;
}

*, p, h1, ul, li, input, img, figure, h3, h1, h2, dl, dd, dt {
  margin: 0px;
  padding: 0px;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

a {
  text-decoration: none;
  outline: 0px;
}

fieldset, img {
  border: 0;
}

img {
  display: block;
}

.clear {
  clear: both;
}

.table_main {
  width: 100%;
  background: #e5e5e5;
  padding-bottom: 1rem;
  padding-top: .5rem;
}

.table_main_content {
  margin: 0 auto;
  width: 600px;
}

.table_left {
  width: 120px;
  float: left;
  height: 48px;
  margin-bottom: 25px;
  text-align: right;
  line-height: 48px;
  font-size: 20px;
  color: #333;
  font-family: "微软雅黑";
}

.table_right {
  width: 480px;
  float: left;
  height: 48px;
  margin-bottom: 25px;
  /*text-align: right;*/
  font-size: 20px;
  line-height: 48px;
  font-family: "微软雅黑";
  color: #535353;
}

.select {
  position: relative;
  float: right;
}

.select dt {
  height: 48px;
  display: inline-block;
  border: 1px solid #c9c9c9;
  background: #fff url("../image/san_left.jpg") /*tpa=http://damao.210.snje.org/public/Home/static/image/san_left.jpg*/ no-repeat right center;
  text-align: center;
  line-height: 48px;
  font-weight: normal;
  cursor: pointer;
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #535353;
  border-radius: 5px;
}

.select dt.cur {
  background: #fff url("../image/san_bottom.jpg") /*tpa=http://damao.210.snje.org/public/Home/static/image/san_bottom.jpg*/ no-repeat right center;
}

.select dd {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 49px;
  border: 1px solid #d2ccc4;
  background: #fff;
  display: none;
  font-size: 16px;
  color: #535353;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.select dd ul {
  width: 420px;
  max-height: 250px;
  overflow: auto;
  line-height: 50px;
  display: block;
  color: #535353;
}

.select dd ul li {
  width: 100%;
}

.select dd ul li:hover {
  background: #f5f5f5;
  cursor: pointer;
}

.select1 dt {
  width: 200px;
}

.select1 dd ul {
  width: 200px;
}

.table_text {
  width: 180px;
  height: 24px;
  padding: 12px 10px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  margin: 0 10px 0 5px;
  font-size: 22px;;
  font-family: "微软雅黑";
  color: #535353;
  outline: none;
}

.table_button {
  width: 195px;
  height: 55px;
  float: left;
  background: #04a9e3!important;
  border: none;
  border-radius: 5px;
  outline: none;
  float: right;
  cursor: pointer;
  margin-top: 15px;
  font-size: 24px;
  color: #fff;
}

.table_button2 {
  background: #b5b5b5!important;
  float: right;
  margin-left: 30px;
}
