.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;
}

/* 导航 */
.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 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

/* 左侧区域 */
.main-l {
  width: 69%;
  background: #fff;
  border-radius: 8px;
}

.static-nav {
  width: 100%;
  height: 90px;
  border-radius: 8px;
  background: linear-gradient(315deg, #FFF1DF 0%, #FFFFFF 100%);
  position: relative;
}

.navbar-icon {
  position: absolute;
  width: 90px;
  right: 30px;
  bottom: 0;
}

.static-nav-title {
  font-size: 16px;
  color: #353535;
  line-height: 90px;
  margin-left: 30px;
}

.form-label {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.round-sort-icon {
  width: 20px;
  height: 20px;
  background: #8859D9;
  border-radius: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  flex-shrink: 0;
  margin-right: 8px;
}

.form-label-p {
  line-height: 30px;
  flex: 1;
  min-width: 0;
  color: #353535;
}


.input-form-box {
  padding: 20px;
  margin-top: 20px;
}

.custom-radio-btn:first-child {
  margin-right: 15px;
}

.custom-radio-btn .btn {
  background-color: white;
  border: 1px solid #dee2e6 !important;
  color: black !important;
  /*padding: 8px 50px;*/
  margin: 0;
  position: relative;
  border-radius: 8px !important;
}

.custom-radio-btn .btn-check:checked+.btn {
  border-color: #dee2e6 !important;
  background-color: white !important;
  color: black !important;
}

.custom-radio-btn .btn:hover,
.custom-radio-btn .btn:active,
.custom-radio-btn .btn:focus {
  box-shadow: none !important;
  background-color: white !important;
}

.input-form-box .form-control {
  display: flex;
  align-items: center;
}

/* 右侧区域 */
.main-r {
  width: 30%;
  height: 100%;
}

/* 公共样式 */
.common-box {
  margin-bottom: 20px;
  background-size: 100% 100%;
  color: #FFFBEB;
  padding: 20px 15px;
  box-sizing: border-box;
}

/* 政策申报服务 */
.server-box {
  background-image: url("/static/img/applybgimg.png");
  padding-left: 17px;
  padding-right: 17px;
  height: 280px;
  position: relative;
}

.server-title {
  font-size: 20px;
  color: #353535;
  margin: 4px 0 0 20px;
  text-align: left;
}

.server-items-box {
  border-radius: 8px;
  background: #FFFFFF;
}

.server-items {
  border: 1px solid #D9E3F1;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin-top: 18px;
}

.server-item {
  width: calc(50% - 0.5px);
  font-weight: 700;
  color: #354D75;
  padding: 0 10px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.server-item:nth-child(1),
.server-item:nth-child(3) {
  border-right: 1px solid #E8F0FA;
}

.server-item:nth-child(1),
.server-item:nth-child(2) {
  border-bottom: 1px solid #E8F0FA;
}

.server-footer-box {
  background-image: url("/static/img/serverfooter.png");
  border-radius: 0 0 8px 8px;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.server-footer {
  width: 96%;
  background: #FFFFFF;
  box-shadow: 0px 2px 1px 0px #789DD0;
  border-radius: 7px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  margin-top: 10px;
}

.server-footer-p {
  color: #174790;
  margin-left: 10px;
}

.server-footer-img {
  height: 22px;
}

/* 留言咨询 */
.message-box {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background: linear-gradient(180deg, #F2F4FF 0%, #FFFFFF 100%);
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  color: #353535;
}

.message-title {
  padding: 20px;
  border-bottom: 1px solid #E6EBF2;
  font-size: 16px;
  color: #353535;
  text-align: left;
}

.message-submit .btn-primary {
  border-radius: 4px;
  padding: 5px 30px;
  background: #8859D9;
  border: #8859D9;
}

.message-submit .btn-primary:hover {
  background: #8859D9;
  border: #8859D9;
}

.message-submit .btn-primary:focus {
  background: #8859D9;
  border: #8859D9;
}

.consult-right-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.col-form-label {
  text-align: right;
  font-size: 14px;
}

.textarea-box {
  height: 120px;
  resize: none;
}

.submit-box .btn-primary {
  margin-left: 10px;
  margin-top: 20px;
  background: #8859D9;
  border: #8859D9;
}

.submit-box .btn-primary:hover {
  background: #8859D9;
  border: #8859D9;
}

.submit-box .btn-primary:focus {
  background: #8859D9;
  border: #8859D9;
}

.fwxm_zu_active {
  border: 1px solid #8859D9;
  border-radius: 8px;
}