.main {
  width: 100%;
  overflow: hidden;
}
.header {
  width: 1200px;
  margin: 0 auto;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-left .header-title {
  color: #0D1C28;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.header .header-right a {
  color: #727475;
}
.logo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
}
.logo .logo-img {
  width: 100%;
  min-width: 1200px;
  min-height: 400px;
}
.logo .logo-title {
  min-width: 1000px;
  min-height: 115px;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  width: 70%;
}
.logo .search {
  width: 740px;
  height: 50px;
  position: absolute;
  bottom: 10%;
  left: 45%;
  transform: translateX(-50%);
}
.logo .search input {
  width: 640px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 10px;
}
.logo .search .search-icon {
  position: absolute;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.logo .search span {
  margin-left: 10px;
  cursor: pointer;
  width: 100px;
  height: 100%;
  background: linear-gradient(180deg, #fbd249 0%, #f5a623 100%);
  border-radius: 4px;
  position: absolute;
  font-size: 16px;
  font-weight: bolder;
  line-height: 50px;
  text-align: center;
}
.logo .search::-webkit-input-placeholder {
  color: #757575;
  font-size: 18px;
}
.step {
  width: 1200px;
  margin: 0 auto;
  padding-top: 45px;
  height: 160px;
}
.step .step-one {
  width: 220px;
  height: 100px;
}
.step .step-over {
  width: 85px;
  height: 16px;
  margin: 0 30px;
}
.step .step-two {
  width: 347px;
  height: 100px;
}
.step .step-three {
  width: 280px;
  height: 100px;
}
.matter {
  width: 1200px;
  margin: 0 auto;
  height: 700px;
}
.matter .matter-tab {
  width: 100%;
  height: 56px;
  border-bottom: 4px solid #131c27;
  margin-bottom: 20px;
}
.matter .matter-tab .tab-active {
  border-bottom: 8px solid #4293F4;
  color: rgb(66, 146, 243);
}
.matter .child-span li.child-tab-active{
  background: rgb(66, 146, 243);
  color: #fff;
  display: block;
}
.matter .matter-tab span {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  margin-right: 70px;
  position: relative;
  top: 2px;
  padding: 10px 3px;
}
.matter .matter-item-outer {
  height: 630px;
}
.matter .matter-item-outer .matter-item {
  float: left;
  width: 23%;
  height: 220px;
  margin: 10px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 10px 4px #e7eaed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.matter .matter-item-outer .matter-item span {
  display: block;
  font-size: 16px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 26px;
  text-align: center;
  font-weight: 700;
}
.matter .matter-item-outer .matter-item .matter-item-img {
  margin-top: 20px;
  width: 80px;
}
@keyframes matter-item {
  from {
    top: 0px;
  }
  to {
    top: -3px;
    box-shadow: 0px 0px 18px 8px #e7eaed;
  }
}
.matter .matter-item-outer .matter-item:hover {
  animation: matter-item 0.2s linear 1 forwards;
}
.items {
  width: 1200px;
  margin: 0 auto;
  height: 850px;
  position: relative;
}
.items .items-table {
  height: 100px;
}
.child-span li{
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  height: 45px;
  font: 18px/45px "Microsoft Yahei";
  background: #f1f2f4;
  color: #333;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  display: block;
}
.items .items-table .el-button {
  background-color: #ecf4fe;
  width: 160px;
  display: block;
  height: 38px;
  font-size: 14px;
  color: #000;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f1f2f3;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 0px;
  line-height: 10px;
  border: 1px solid #ccc;
  margin-left: 0px;
  color: #5a4b4b;
  border: none!important;
}
.items .items-table .el-button span {
  color: #409eff;
}
.items .items-table .el-button:hover {
  color: #fff !important;
  background-color: #4292f3;
}
.items .items-table .el-button:hover span {
  color: #fff;
}
.items .items-table .el-button--primary {
  background-color: #4292f3;
  color: #fff !important;
}
.items .items-table .el-button--primary span {
  color: #fff;
}
.items .cell {
  font-size: 14px;
  font-weight: bolder;
}
.items .cell a {
  color: #4292f3;
}
.items .el-pagination {
  position: absolute;
  bottom: 30px;
  right: 35px;
}
.footer {
  height: 80px;
  width: 100%;
  background-color: #f1f2f4;
}
.footer .footer-inner {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.items .child-tab {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  height: 45px;
  font: 18px/45px "Microsoft Yahei";
  background: #f1f2f4;
  color: #333;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.items .child-tab-active {
  background: rgb(66, 146, 243);
  color: white;
}