.banner {
  width: 1920px;
  height: 90px;
  background: #f6f8fa;
}
.banner-bg {
  background: #f6f8fa !important;
}

.header .right-path .route-item a {
  color: #666666;
}

.header .right-path .route-item.active a {
  color: #333333;
}

.ruzhu-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 160px 0;
}

.ruzhu-box .title {
  font-size: 26px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}

.ruzhu-box .select-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 104px;
}

.ruzhu-box .select-box-container .select-box {
  width: 304px;
  height: 195px;
  background: #f6f8fa;
  border-radius: 12px 12px 12px 12px;
  opacity: 0.8;
  border: 2px solid #adbfd1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.select-box.active {
  background: #ffffff !important;
  box-shadow: 0px 0px 16px 1px rgba(0, 53, 90, 0.16);
  border-radius: 12px 12px 12px 12px;
  opacity: 1;
}

.select-box + .select-box {
  margin-left: 104px;
}

.ruzhu-box .input-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input-container + .input-container {
  margin-top: 60px;
}

.ruzhu-box .label {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-right: 30px;
}

.ruzhu-box input {
  width: 627px;
  height: 52px;
  background: #eceff2;
  border-radius: 6px 6px 6px 6px;
  border: 0;
  opacity: 1;
}

.textarea-container {
  justify-content: baseline !important;
}

.ruzhu-box textarea {
  width: 627px;
  height: 309px;
  background: #eceff2;
  border-radius: 6px 6px 6px 6px;
  border: 0;
  opacity: 1;
}

.ruzhu-box .ruzhu-btn {
  margin-top: 40px;
  width: 176px;
  height: 52px;
  background: #22a0f8;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  font-size: 18px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}
