.banner {
  background: url("https://cdnecs.jiuyeqiao.cn/app/static/special/banner/img/pc/woyaokgwypc.png") no-repeat
    center bottom/auto 100% !important;
  color: #c94435 !important;
}

.menu {
  width: 100%;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}
.menu .cont {
  width: 1200px;
  margin: 0 auto;
}

.menu_title {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.nav_a:last-child .name {
  font-weight: 500;
  color: #ff4c3f;
}

.nametwo {
  font-weight: 500;
}

.content .cont p {
  line-height: 40px !important;
}

.menu .search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .search input {
  width: 280px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  padding: 0 0.5333rem;
}
.menu .search .search-btn {
  width: 92px;
  height: 40px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 0px 4px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #ffffff;
}
.menu .search .search-btn img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.empty-box {
  width: 100%;
  margin: 50px 0;
}
.empty-box img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: block;
}
.empty-box p {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 12px;
}
