.fix-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 14px;
  color: #5D5D5D;
}

.no-margin {
  margin: 0;
}

.notice {
  width: 100%;
  background: #F5F6FA;
  margin-bottom: 100px;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

/* 导航 */
.top-navbar {
  margin: 10px 0 20px 0;
  color: #5D5D5D;
}

.navbar-tabs {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.line-box {
  width: 1px;
  height: 14px;
  margin: 0 8px;
  background-color: #D8D8D8;
}

.left-arrow {
  width: 18px;
}

.home-icon {
  width: 18px;
  margin-right: 10px;
}

.sign-line {
  color: #AEAEAE;
  margin: 0 6px;
}

/* 分类 */
.category-box {
  width: 100%;
  background: linear-gradient(180deg, #F8FCFF 0%, #FFFFFF 45%);
  border-radius: 8px 8px 8px 8px;
  border: 0px solid;
  position: relative;
  overflow: hidden;
}

.tree-icon {
  width: 150px;
  position: absolute;
  top: -15px;
  right: 0px;
}

.category-item-box {
  padding: 22px 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.category-title {
  font-size: 15px;
  font-weight: 700;
  margin-right: 40px;
  color: #353535;
}

.category-item {
  padding: 3px 15px;
  margin: 0 10px;
  color: #353535;
  text-decoration: none;
  box-sizing: content-box;
}

.category-active-item {
  background: #EBF1FF;
  border-radius: 20px;
  border: 1px solid #054EBB;
}

/* 正文 */
.content-box {
  margin-top: 10px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding-bottom: 20px;
}

.iconimg-box {
  height: 22px;
}

.textarea-box {
  line-height: 24px;
}

.subsidy-card {
  border: none;
  border-bottom: 1px solid #F5F6FA;
  border-radius: 0;
  /* margin-bottom: 20px; */
  padding-bottom: 0px !important;
}

.subsidy-card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #353535;
}

.reward {
  color: #EA0000;
  font-weight: bold;
  font-size: 14px;
}

.subsidy-item {
  font-size: 14px;
  display: flex;
  margin-bottom: 8px;
  align-items: flex-start;
  color: #5D5D5D;
}

.subsidy-label {
  text-align: left;
  width: 80px;
  max-height: 20px !important;
  font-weight: normal;
}

.subsidy-value {
  flex-grow: 1;
  text-align: left;
}

.subsidy-value-content {
  width: 100%;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #F3F7FF;
}

.subsidy-card .icon2-img {
  width: 14px;
  height: 14px;
}

.subsidy-card .btn-primary {
  font-size: 14px;
  background: #8859D9;
  border: #8859D9;
}

.subsidy-card .btn-primary:hover {
  background: #8859D9;
  border: #8859D9;
}

.subsidy-card .btn-primary:focus {
  background: #8859D9;
  border: #8859D9;
}