/* 咨询合作页 - 共用样式（菜鸟 / 递四方） */
body {
  width: 100% !important;
  background: transparent;
}

html {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  background-image: var(--page-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}

#app {
  padding: 24px 0 60px;
  height: 100%;
  background-image: var(--page-bg-app, none);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
}

.logo-box {
  position: relative;
  margin: 0 auto;
  width: calc(100vw - 10%);
  color: #fff;
}

.logo-box .logo-box-left {
  width: 100%;
}

.logo-box .lang-switcher {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 14px;
}

.logo-box .lang-switcher a {
  color: rgba(255, 255, 255, 0.9);
  margin-left: 12px;
  text-decoration: none;
  cursor: pointer;
}

.logo-box .lang-switcher a:hover {
  color: #fff;
  text-decoration: underline;
}

.logo-box .lang-switcher a.active {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 4px 10px;
  border-radius: 4px;
}

.logo-box .logo {
  width: 60%;
  height: auto;
}

.page-container {
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 24px;
  width: 700px;
  min-height: 224px;
  margin-bottom: 24px;
  border-radius: 8px;
  width: calc(100vw - 10%);
}

.footer {
  color: #fff;
  text-align: center;
}

.footer .footer-a {
  margin-left: 8px;
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .logo-box {
    position: relative;
    margin: 0 auto;
    width: 700px;
    color: #fff;
    overflow: hidden;
  }

  .logo-box .logo {
    width: 360px;
    height: auto;
  }

  .page-container {
    width: 700px;
  }
}

.button-reason {
  margin: auto;
  width: 100%;
}

.button-reason-p {
  font-size: 24px;
  margin: 12px 0 2px 0;
  text-align: center;
}

.tips-p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.button {
  text-align: center;
  margin-top: 38px;
}

.button-left {
  margin-right: 12px;
  width: 108px;
}

.none-mb {
  margin-bottom: 0 !important;
}

/* 组件样式 */
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 0 !important;
}

.ant-form-item-label {
  line-height: 34px !important;
}

.office-region-label-wrap {
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
  text-align: left;
}

.office-region-label-wrap label {
  white-space: normal;
}
