@charset "UTF-8";
.banner-sub {
  margin-top: 6.5rem;
  width: 100%;
  position: relative;
  max-height: 40rem;
  overflow: hidden;
}
.banner-sub .top-img {
  position: relative;
  z-index: -1;
}
.banner-sub .top-img img {
  width: 100%;
  height: auto;
  animation: myscale 5s infinite;
  -webkit-animation: myscale 5s infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}
.banner-sub .top-img .top-info {
  position: absolute;
  top: 20%;
  left: 13%;
}
.banner-sub .top-img .top-info .head-title {
  font-size: 2.5rem;
  font-weight: bolder;
  color: #fff;
}
.header-sub .el-tabs__item {
  font-size: 1rem;
}
.header-sub .el-tabs {
  padding-top: 0.7rem;
}
.header-sub .el-tabs__active-bar {
  height: 3px;
}
.header-sub .crumb-box .crumb {
  position: relative;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.header-sub .crumb-box .crumb .el-breadcrumb {
  z-index: 10;
  width: 220px;
  flex-shrink: 0;
}
.header-sub .level2-nav {
  width: calc(100% - 220px);
}
.header-sub .level2-nav a {
  margin: 0 20px;
}
.header-sub .level2-nav a.active {
  color: #13929D;
}
.header-sub .swiper-slide {
  white-space: nowrap;
}
.header-sub .el-tabs__header {
  margin: 0;
}
.header-sub .crumb-box .crumb .el-tabs__header .el-tabs__nav-prev,
.header-sub .crumb-box .crumb .el-tabs__header .el-tabs__nav-next {
  line-height: 4rem;
}
.header-sub .crumb-box .crumb .el-tabs__nav-scroll {
  height: 4rem;
  display: grid;
  place-items: initial;
  align-content: center;
  justify-content: space-around;
}
.header-sub .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item.is-active {
  color: #13929d;
}
.header-sub .el-tabs__nav-scroll .el-tabs__nav .el-tabs__item:hover {
  color: #13929d;
}
.header-sub .el-tabs__nav-scroll .el-tabs__nav .el-tabs__active-bar {
  background: #13929d;
}
.header-sub .el-tabs__nav-wrap::after {
  width: 0;
}
.message-board {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.message-board h1 {
  text-align: center;
  font-size: 2rem;
  padding: 3rem 0 1.5rem 0;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
.message-board .form-box {
  width: 90%;
  border: 1px solid #13929d;
  border-radius: 0.5rem;
  margin-top: 2rem;
  padding: 0 2rem 1rem 2rem;
  background-color: #fff;
}
.message-board .form-box .el-checkbox {
  white-space: normal;
}
.message-board .form-box .el-checkbox__label {
  display: inline;
}
.message-board .form-box .el-form-item__content {
  line-height: 20px;
}
.message-board .form-box .el-button--primary {
  border-color: #13929d;
  background-color: #13929d;
  color: #fff;
  border-top: 0;
  border-bottom: 0;
}
.message-board .form-box .el-form-item {
  margin-bottom: 15px;
}
.message-board .form-box h3 {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  margin-top: 2rem;
}
.message-board .form-box .tip {
  font-size: 0.875rem;
  color: #007fff;
  padding-left: 5px;
}
.message-board .form-box .code.el-input {
  width: 200px;
}
.message-board .process {
  margin: 1rem 0;
  width: 90%;
}
.message-board .process img {
  width: 100%;
  height: auto;
}
.complaint {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1rem 1rem;
  margin-top: 2rem;
}
.complaint .list {
  padding: 1rem 0;
  display: flex;
  border-bottom: 1px solid #eee;
}
.complaint .list .pic {
  width: 12rem;
  height: 9rem;
  overflow: hidden;
}
.complaint .list .pic img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.complaint .list .text {
  flex: 1;
  padding-left: 1rem;
  padding-top: 0.3rem;
}
.complaint .list .text .title {
  height: 3rem;
  line-height: 1.5rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
}
.complaint .list .text .title a {
  color: #303133;
}
.complaint .list .text .des {
  height: 3rem;
  line-height: 1.5rem;
  margin-top: 0.3rem;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
}
.complaint .list .text .tip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
.complaint .list .text .tip .logo {
  display: flex;
  align-items: center;
}
.complaint .list .text .tip .logo img {
  height: 1.5rem;
}
.complaint .list .text .tip .time {
  color: #9F9F9F;
  font-size: 0.875rem;
}
.complaint .pages {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
@media (max-width: 991.98px) {
  .crumb-tabs-box .crumb .el-breadcrumb {
    justify-content: flex-start;
  }
  .header-sub .el-tabs {
    padding-top: 0 !important;
  }
  .complaint .list .title {
    height: 2.4rem !important;
    line-height: 1.2rem !important;
    font-size: 0.875rem !important;
  }
  .complaint .list .des {
    font-size: 0.75rem !important;
    margin-top: 0 !important;
  }
  .complaint .list .pic {
    width: 10rem;
    height: 7rem;
  }
  .complaint .list .tip {
    margin-top: 0.2rem !important;
  }
  .complaint .list .tip .logo img {
    height: 1rem !important;
  }
  .complaint .list .tip .time {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 575.98px) {
  .complaint .list {
    flex-direction: column !important;
  }
  .complaint .list .title {
    height: 3rem !important;
    line-height: 1.5rem !important;
    font-size: 1rem !important;
  }
  .complaint .list .des {
    font-size: 0.875rem !important;
    margin-top: 0.5rem !important;
  }
  .complaint .list .tip {
    margin-top: 0.5rem !important;
  }
  .complaint .list .pic {
    width: 100%;
    height: auto !important;
    max-height: 10rem;
  }
  .complaint .list .pic a {
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .complaint .list .pic img {
    width: 100% !important;
    height: 100% !important;
  }
  .complaint .text {
    padding-left: 0 !important;
    margin-top: 0.5rem;
  }
  .message-board h1 {
    font-size: 1.5rem;
  }
  .message-board .form-box {
    width: 98%;
    padding: 0 1rem 1rem 1rem;
  }
  .header-sub .crumb-tabs-box .crumb .level2-nav {
    justify-content: center !important;
  }
  .header-sub .crumb-tabs-box .crumb .level2-nav a {
    margin: 0 10px !important;
  }
}
