@charset "utf-8";

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ol,
ul,
dd,
input,
textarea,
button {
  padding: 0;
  margin: 0;
}
h1{
    font-size: 20PX;
}
html,
body {
  overflow: hidden;
}
a {
  /*color: inherit;*/
  text-decoration: none;
}

li {
  list-style: none;
}

input {
  /*color: inherit;*/
  /*font-size: inherit;*/
  /*font-family: inherit;*/
}

textarea {
  resize: none;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}

/*input,button,textarea,select{
	outline: none;
}*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

a:hover {
  /*color: #53cac3 !important;*/
}

.sl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.cl {
  zoom: 1;
}
.point:hover {
  cursor: pointer;
}
#parentproject {
  border: none !important;
}

.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #c3d8da !important;
}

.el-table td,
.el-table th {
  padding: 0 !important;
  height: 40px !important;
}

.el-table--striped .el-table__body tr.el-table__row--striped.el-table__row--striped.el-table__row--striped td {
  background-color: #f5f5f5;
  /*替换为你需要的颜色，觉得优先级不够就加!important*/
}
.el-textarea__inner {
  color: #606266 !important;
  /*font-size: 14px !important;*/
  font-family: Arial, Helvetica, sans-serif;
}
textarea::-webkit-input-placeholder {
  color: rgb(192, 196, 204) !important;

  /*font-size: 14px !important;*/
  font-family: Arial, Helvetica, sans-serif;
}

textarea:-moz-placeholder {
  color: rgb(192, 196, 204) !important;

  /*font-size: 14px !important;*/
  font-family: Arial, Helvetica, sans-serif;
}

textarea::-moz-placeholder {
  color: rgb(192, 196, 204) !important;

  /*font-size: 14px !important;*/
  font-family: Arial, Helvetica, sans-serif;
}

textarea:-ms-input-placeholder {
  color: rgb(192, 196, 204) !important;

  /*font-size: 14px !important;*/
  font-family: Arial, Helvetica, sans-serif;
}
.citylist_popup_main .city_content_top {
  border: none !important;
}
.must_a {
  color: red;
}
