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

.fs-14 {
  font-size: 14px;
}

.no-margin {
  margin: 0;
}

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

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

/* 导航 */
.policy-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;
}

/* 正文 */
.content-box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

/* 左侧区域 */
.main-l {
  width: 69%;
  height: 100%;
  background: #fff;
}

.header-box-top {
  padding: 20px;
  background: linear-gradient(315deg, #FFF1DF 0%, #FFFFFF 100%);
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.header-box-img {
  width: 220px;
  height: 140px;
  object-fit: cover;
}

.header-box-right {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 140px;
}

.detail-info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-left: 10px;
}

.header-label {
  font-size: 14px;
  color: #727272;
  margin-right: 15px;
}

.header-value {
  font-size: 14px;
}

.star-icon {
  width: 22px;
  margin-right: 5px;
}

/* 左侧正文内容 */
.contnet-center-box {
  padding: 20px 20px 0 20px;
}

.content-item {
  color: #353535;
}

.content-item-p {
  line-height: 30px;
  padding: 15px 0;
  border-top: 1px solid #EBEEF5;
}

.tabbar-img {
  height: 40px;
}

.footer-info {
  border-bottom: 1px solid #EBEEF5;
}

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

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

/* 留言咨询 */
.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;
}

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

/* 推荐 */
.recommend-box {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  color: #FFFBEB;
  padding-top: 20px;
  box-sizing: border-box;
}

.main-r-wenzi {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6EBF2;
  padding-bottom: 10px;
  padding-left: 15px;
}

.main-r-wenzi-jx {
  width: 5px;
  height: 20px;
  background: linear-gradient(90deg, #9D53D6 0%, #1775E7 100%);
  margin-right: 10px;
}

.main-r-wenzi-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #353535;
}

.info-box {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #DEDEDE;
}

.header-title-box {
  font-size: 16px;
  color: #353535;
}

.star-title-box {
  display: flex;
  align-items: center;
}

.star-title-box .star-label {
  margin-top: 0;
  color: #727272;
  font-size: 12px;
  margin-right: 5px;
}

.tag-item {
  font-size: 12px;
  font-size: 12px;
  color: #2A82DC;
  text-align: center;
  padding: 2px 10px;
  background: #ECF5FF;
  border-radius: 2px;
  border: 1px solid #B9DCFF;
  margin-right: 15px;
}