.safe-width1 {
  width: 1440px;
  min-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
body.page-suggestion {
  background: #fff;
  background-image: none;
  padding-top: 0;
  min-width: 1440px;
  padding-bottom: 0;
  overflow-x: auto;
}
body.page-suggestion::after {
  display: none;
}
.suggestion-header {
  position: relative;
  overflow: hidden;
  min-width: 1440px;
  width: 100%;
  height: 402px;
}
.suggestion-header > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.suggestion-header .logo {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  padding-top: 8px;
}
.suggestion-header .logo img {
  width: 69px;
}
.suggestion-header .title {
  margin-left: 8px;
}
.suggestion-header .title h1 {
  color: #00297A;
  letter-spacing: 1.8px;
  font-size: 27px;
}
.suggestion-header .title p {
  color: rgba(0, 41, 122, 0.6);
  font-family: Cambria, serif;
  font-size: 15px;
  padding-left: 14px;
}
.suggestion-banner {
  height: 200px;
  background: linear-gradient(135deg, #c41e2a 0%, #e8333f 35%, #d4a017 70%, #f0c040 100%);
  background-image: radial-gradient(ellipse 80% 120% at 10% 50%, rgba(255, 215, 0, 0.45) 0%, transparent 55%), radial-gradient(ellipse 70% 100% at 90% 30%, rgba(207, 0, 24, 0.5) 0%, transparent 50%), linear-gradient(120deg, #b01020 0%, #d42030 40%, #c89010 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.suggestion-banner::before,
.suggestion-banner::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 80px;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.25), transparent);
  transform: rotate(-8deg);
}
.suggestion-banner::before {
  top: 20%;
  left: -30%;
}
.suggestion-banner::after {
  bottom: 15%;
  right: -30%;
  transform: rotate(6deg);
}
.suggestion-banner .banner-title {
  position: relative;
  z-index: 1;
  font-size: 52px;
  font-weight: bold;
  color: #CF0018;
  letter-spacing: 6px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 0 0 20px rgba(255, 255, 255, 0.8);
}
.suggestion-intro {
  min-width: 1440px;
  background: #F3F4F6;
  padding: 50px 0 100px;
  text-align: center;
}
.suggestion-intro .intro-title {
  font-size: 30px;
  color: #060606;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 8px;
}
.suggestion-intro .intro-subtitle {
  font-size: 22px;
  color: #060606;
  font-family: KaiTi, KaiTi;
  margin-bottom: 30px;
}
.suggestion-intro .intro-text {
  font-size: 18px;
  color: #444;
  line-height: 2;
}
.suggestion-intro .intro-text * {
  font-size: 18px;
  line-height: 2;
  color: #444;
  text-align: justify;
}
.suggestion-main {
  min-width: 1440px;
  padding-top: 98px;
  padding-bottom: 110px;
}
.suggestion-main .safe-width1 {
  display: flex;
  align-items: flex-start;
  gap: 2.6%;
}
.suggestion-panel .panel-title {
  font-size: 34px;
  color: #000;
  margin-bottom: 30px;
  font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
}
.category-panel {
  width: 550px;
  flex-shrink: 0;
}
.category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 43px 27px;
}
.category-item {
  display: flex;
  align-items: center;
  padding: 24px 34px;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.09);
}
.category-item:hover {
  border-color: #1885ED;
}
.category-item.active {
  border-color: #1885ED;
  box-shadow: 0 0 0 1px #1885ED;
}
.category-item.active .cat-name {
  color: #1885ED;
}
.category-item .cat-icon {
  flex-shrink: 0;
  margin-right: 17px;
}
.category-item .cat-name {
  font-size: 18px;
  font-weight: bold;
}
.form-panel {
  flex: 1;
  min-width: 0;
}
.suggestion-form {
  background: #F9F9F9;
  padding: 30px 32px 43px;
}
.form-row {
  padding: 12px 0;
}
.form-row.form-row-2 {
  display: flex;
}
.form-row.form-row-2 .form-group {
  flex: 1;
  min-width: 0;
}
.form-row .form-row-attach {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.form-group.form-group-full {
  width: 100%;
}
.form-group.form-group-full .form-label {
  line-height: 1.5;
  padding-top: 8px;
}
.form-label {
  flex-shrink: 0;
  width: 80px;
  line-height: 38px;
  color: #414141;
  text-align: right;
}
.form-label.required::before {
  content: '*';
  color: #CF0018;
  margin-right: 4px;
}
.form-input,
.form-select,
.form-textarea {
  flex: 1;
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
  color: #333;
  outline: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: rgba(29, 81, 210, 0.6);
}
.form-input::placeholder,
.form-select::placeholder,
.form-textarea::placeholder {
  color: #aaa;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.form-input,
.form-select {
  height: 38px;
  padding: 0 12px;
}
.form-select {
  cursor: pointer;
  appearance: auto;
}
.form-textarea {
  min-height: 220px;
  padding: 10px 12px;
  line-height: 1.6;
  resize: none;
  box-sizing: border-box;
}
.attach-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.btn-upload {
  display: inline-flex;
  align-items: center;
  height: 44px;
  width: 165px;
  padding-left: 28px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.btn-upload:hover {
  border-color: #1885ED;
  color: #1885ED;
}
.btn-upload .upload-icon {
  margin-right: 10px;
}
.file-name {
  font-size: 14px;
  color: #888;
}
.upload-progress {
  flex: 1;
  min-width: 160px;
  max-width: 240px;
}
.upload-progress .bar {
  height: 6px;
  background: #1885ED;
  border-radius: 3px;
  width: 0;
  transition: width 0.2s;
}
.upload-progress .text {
  display: block;
  font-size: 12px;
  color: #1885ED;
  margin-top: 4px;
}
.form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding-top: 0;
}
.captcha-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.captcha-wrap .form-label {
  width: auto;
}
.captcha-input {
  width: 80px !important;
  flex: none !important;
}
.captcha-img {
  height: 38px;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
}
.btn-submit {
  width: 165px;
  height: 44px;
  padding: 0 36px;
  background: #CF0018;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.25s;
}
.btn-submit:hover {
  background: #b80015;
}
.page-suggestion .footer {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  min-width: 1440px;
  width: 100%;
  margin-top: 0;
  background: #103289;
  box-sizing: border-box;
}
