h2 {
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
}

.form-item {
  width: 800px;
  height: 48px;
  text-align: center;
  position: relative;
  margin: 30px auto 0;
}

.form-item .input {
  width: 100%;
  height: 100%;
  border: 1px solid #DDDEE0;
  border-radius: 2px;
  padding-left: 22px;
  padding-right: 120px;
  font-size: 14px;
}

.form-item .submit {
  width: 118px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #2A76F3;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.search-feedback-link {
  font-size: 13px;
  color: #999;
  margin-left: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.search-feedback-link:hover {
  color: #1472ff;
  text-decoration: underline;
}

.search-feedback-inline {
  width: 800px;
  margin: 10px auto 0;
  text-align: left;
}
.search-feedback-inline .feedback-form {
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px 20px;
}
.search-feedback-inline .feedback-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}
.search-feedback-inline .feedback-options {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.search-feedback-inline .feedback-option {
  font-size: 13px;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.search-feedback-inline .feedback-option input[type="radio"] { accent-color: #1472ff; }
.search-feedback-inline .feedback-textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 13px;
  resize: vertical;
  outline: none;
  font-family: inherit;
}
.search-feedback-inline .feedback-textarea:focus { border-color: #1472ff; }
.search-feedback-inline .feedback-submit {
  margin-top: 10px;
  padding: 6px 18px;
  background: #1472ff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}
.search-feedback-inline .feedback-submit:hover { background: #0d5ed9; }
.search-feedback-inline .feedback-success {
  font-size: 14px;
  color: #22a06b;
  padding: 8px 0;
}

.article-list {
  width: 800px;
  margin: 60px auto;
}

.empty-box {
  margin-top: 80px;
  text-align: center;
}

.empty-box .tips {
  margin-top: 35px;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}

.empty-box .tag-box {
  margin-top: 16px;
}

.empty-box .tag-box .tag {
  color: #004BE1;
  font-size: 14px;
  margin-left: 20px;
  line-height: 20px;
}

.empty-box .tag-box .tag:first-child {
  margin-left: 0;
}

.empty-box .contact-box {
  display: flex;
  width: 800px;
  height: 200px;
  margin: 100px auto 0;
  border-radius: 4px;
  border: 1px solid #DDDEE0;
  background: #F9F9F9;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.empty-box .contact-box .img-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 27px;
}

.empty-box .contact-box .img-box img {
  width: 100%;
  height: 100%;
}

.empty-box .contact-box .title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: 24px;
}

.empty-box .contact-box .tel {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  margin-top: 19px;
}

.empty-box .contact-box .time {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: 12px;
}

/* 搜索反馈 */
.search-feedback {
  width: 800px;
  margin: 30px auto;
  text-align: center;
}
.feedback-trigger {
  font-size: 14px;
  color: #999;
  cursor: pointer;
  padding: 12px 0;
}
.feedback-trigger span {
  color: #1472ff;
  margin-left: 4px;
}
.feedback-trigger span:hover { text-decoration: underline; }
.feedback-form {
  width: 600px;
  margin: 16px auto 0;
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px 24px;
  text-align: left;
}
.feedback-title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 14px;
}
.feedback-options {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.feedback-option {
  font-size: 13px;
  color: #555;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.feedback-option input[type="radio"] { accent-color: #1472ff; }
.feedback-textarea {
  width: 100%;
  height: 72px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 13px;
  resize: vertical;
  outline: none;
  font-family: inherit;
}
.feedback-textarea:focus { border-color: #1472ff; }
.feedback-submit {
  margin-top: 12px;
  padding: 8px 24px;
  background: #1472ff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}
.feedback-submit:hover { background: #0d5ed9; }
.feedback-success {
  text-align: center;
  font-size: 14px;
  color: #22a06b;
  padding: 12px 0;
}