body {
  background-color: #f7f7f7;
}

.detail_jiemeng_idx .detail_contbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail_jiemeng_idx .detail_contbox a {
  width: 32%;
  height: 34px;
  overflow: hidden;
}

.detail_jiemeng_list .detail_contbox {
  display: flex;
  flex-wrap: wrap;
}

.detail_jiemeng_list .detail_contbox li {
  width: 25%;
  height: 34px;
}

.detail_jiemeng_list .detail_contbox li a {
  box-sizing: border-box;
  padding: 0 4px;
  width: 100%;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #665955;
}

.detail_jiemeng_show .h2_content p {
  margin-bottom: 15px;
  font-size: 13px;
  color: #665955;
  line-height: 2;
}

.mt4 {
  margin-top: 4px;
}

.form_container {
  background-color: #fff;
}

#se_wrap {
  padding: 15px;
}

#se_inner {
  display: flex;
  align-items: center;
  /* width: 70%; */
  flex: auto;
  height: 36px;
  background: #fff6e9;
  border-radius: 19px 0 0 19px;
  border: 1px solid #ffe1ad;
}

#se_wrap .search_icon {
  padding: 0 10px 0 15px;
  width: 16px;
  height: 16px;
}

#se_wrap .se-input {
  flex: 1;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: #ffd790;
  border: none;
}

#se_wrap #se_bn {
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  border-radius: 0 19px 19px 0;
  background: linear-gradient(258deg, #fea92a, #ff8558);
}

.icon_box {
  margin-top: 5px;
  padding: 0 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.icon_box .icon_item {
  padding: 0 7.5px 20px;
  width: 55px;
  text-align: center;
}

.icon_item .icon {
  margin-bottom: 5px;
  width: 55px;
  height: 55px;
}

.icon_item .text {
  font-size: 13px;
  color: #665955;
}

.border_b {
  padding: 10px 0px !important;
  margin: 0 15px;
  border-bottom: 1px solid #ffe4b2;
}

.section {
  padding: 0 15px 10px;
  background-color: #fff;
}

.title_box {
  display: flex;
  align-items: center;
  height: 40px;
}

.title_box .circle {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}

.title_box .icon {
  margin-right: 10px;
  width: 25px;
  height: 25px;
}

.title_box .text {
  font-size: 15px;
  color: #ff8558;
  font-weight: bold;
}

.section_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.hot_content_li {
  line-height: 44px;
  width: 25%;
  font-size: 15px;
  color: #665955;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.section_item {
  line-height: 44px;
  width: 25%;
  font-size: 15px;
  color: #665955;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.section .more {
  display: inline-block;
  width: 61px;
  line-height: 20px;
  font-size: 14px;
  color: #ff8558;
  text-align: center;
  border: 1px solid #ff8558;
  border-radius: 22px;
}

.tab_box {
  padding: 6px 0;
  background-color: #fffaf2;
  box-shadow: 0 2px 4px 0 rgba(255, 150, 103, 0.3);
  font-size: 0;
}

.tab_box a {
  display: inline-block;
  padding: 12px 0;
  width: 20%;
  font-size: 15px;
  color: #665955;
  text-align: center;
}

.tab_box .active_tab {
  color: #ff8558;
}

.detail_title {
  padding-top: 25px;
  font-size: 18px;
  color: #332c2a;
  font-weight: bold;
  text-align: center;
}

.remark {
  font-size: 11px;
  color: #998d8a;
  text-align: center;
}

.detail_contbox {
  padding: 15px;
}

.dash_line {
  margin: 20px 0 10px;
  border-top: 1px dashed #ffe4b2;
}

.section_title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  height: 45px;
}

.h5_wrapper .base_title::before {
  position: relative;
  top: 1px;
}

.h5_wrapper .base_title2::before {
  margin: 0 10px 0 0;
}

.inlink {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.inlink:last-child {
  border-bottom: none;
}

.flex_li {
  display: flex;
  width: 100%;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
}

.right_icon {
  width: 20px;
}