@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: '微软雅黑';
  font-weight: normal;
  font-size: 14px;
  background: #f5f5f5;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
input,
button {
  outline: none;
  border: 0;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.font-bold {
  font-weight: bold !important;
}
.color-orange {
  color: #ff9a49 !important;
}
.color-999 {
  color: #999 !important;
}
.color-666 {
  color: #666666 !important;
}
.td-fbf9f8 td {
  background-color: #fbf9f8 !important;
}
.td-red td {
  background-color: #e2383a !important;
}
.td-fff td {
  background-color: #fff !important;
}
@media screen and (max-width: 1200px) {
  .center {
    width: 80%;
  }
}
.bg-fff {
  background-color: #fff !important;
}
.bg-f7 {
  background-color: #f7f7f7 !important;
}
.bg-f5 {
  background-color: #f5f5f5 !important;
}
.color-green {
  color: green;
}
.color-red {
  color: red;
}
.list {
  padding-bottom: 40px;
}
.list * {
  box-sizing: border-box;
}
.list .banner {
  height: 280px;
  background: url('../../../img/module/miniProgram/list_01.png') no-repeat center center;
  background-size: 100% 100%;
}
.list .list-content {
  background: #f5f5f5;
}
.list .list-content .center {
  padding-top: 40px;
}
.list table {
  width: 100%;
}
.list table tr {
  width: 100%;
}
.list table tr td:first-child,
.list table tr th:first-child {
  width: 269px;
}
.list table tr th {
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.list table tr th:first-child {
  border-left: 1px solid #e6e6e6;
}
.list table tr th:first-child h3 {
  width: 110px;
  line-height: 48px;
  font-weight: normal;
  margin: 0 auto;
  color: #666666;
}
.list table tr th:first-child h3:first-child {
  text-align: right;
}
.list table tr th:first-child h3:last-child {
  text-align: left;
}
.list table tr th:first-child div {
  width: 110px;
  margin: 0 auto;
  transform: rotate(35deg);
  height: 1px;
  border-top: 1px solid #e6e6e6;
}
.list table tr th h3 {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}
.list table tr th p {
  font-size: 12px;
  color: #e2383a;
  margin-bottom: 10px;
}
.list table tr th p i {
  font-size: 18px;
  color: #e2383a;
  font-style: normal;
}
.list table tr th a {
  border-radius: 3px;
  width: 70px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #666666;
  border: solid 1px #cccccc;
  font-weight: normal;
  background: #fafafa;
}
.list table tr th a:hover {
  background: #e2383a;
  color: #fff;
  border-color: #e2383a;
}
.list table tr th,
.list table tr td {
  width: 155px;
  text-align: center;
  border-right: solid 1px #e6e6e6;
  background: #fff;
}
.list table tr td {
  line-height: 42px;
  vertical-align: middle;
  color: #333333;
  font-size: 14px;
}
.list table tr td i {
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}
.list table tr.none-border {
  cursor: pointer;
}
.list table tr.none-border td {
  border: none;
}
.list table .el-icon-close:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: -2px;
  background: url('../../../img/module/miniProgram/error.png') no-repeat center center;
  background-size: 100%;
}
.list table .el-icon-check:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: -2px;
  background: url('../../../img/module/miniProgram/true.png') no-repeat center center;
  background-size: 100%;
}
.list .single-name {
  margin-top: 20px;
}
.list .box_fixed {
  width: 1200px;
}
.list .is_fixed {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 999;
}
