.index_nav_header {
  position: fixed;
  padding-top: 10px;
  background-color: #212330;
}
body {
  background-color: #f5f5f5;
  padding-top: 80px;
}
.news_page_box {
  background-color: #f5f5f5;
}
.news_page_box .n_card {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 12px;
  background-color: #fff;
}
.news_page_box .n_card .n_card_title {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.news_page_box .n_card .n_card_title span {
  font-size: 12px;
  color: #999999;
  margin-left: 6px;
}
.news_page_box .n_card .n_card_title a {
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  font-weight: normal;
  float: right;
  margin-top: 5px;
  padding-right: 15px;
}
.news_page_box .breadcrumb {
  font-size: 14px;
  margin: 15px auto;
  overflow: hidden;
}
.news_page_box .breadcrumb .separate {
  margin: 0 10px;
}
.news_page_box .page_content .left_content {
  width: 820px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  float: left;
  background-color: #fff;
  border-radius: 12px;
}
.news_page_box .page_content .left_content .top_box {
  width: 100%;
}
.news_page_box .page_content .left_content .top_box h1 {
  font-size: 24px;
  text-align: center;
}
.news_page_box .page_content .left_content .top_box p {
  display: block;
  margin: 25px 0 15px 0;
  float: left;
  width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
  line-height: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-top: 25px;
  box-sizing: border-box;
}
.news_page_box .page_content .left_content .top_box p span {
  margin-left: 50px;
}
.news_page_box .page_content .left_content .top_box p span:first-child {
  margin-left: 0;
}
.news_page_box .page_content .left_content .top_box p .red_num {
  float: right;
}
.news_page_box .page_content .left_content .rich_content_box {
  padding: 10px 0;
}
.news_page_box .page_content .left_content .rich_content_box .prcture_img {
  display: block;
  width: 600px;
  height: auto;
  margin: 10px auto;
}
.news_page_box .page_content .left_content .rich_content_box img {
  max-width: 100% !important;
}
.news_page_box .page_content .left_content .bottom_box .tag_box {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 44px;
}
.news_page_box .page_content .left_content .bottom_box .tag_box span {
  line-height: 1.5rem;
  margin-right: 20px;
}
.news_page_box .page_content .left_content .bottom_box .tag_box span:last-child {
  margin-right: 0;
}
.news_page_box .page_content .left_content .bottom_box .tag_box .r {
  float: right;
}
.news_page_box .page_content .left_content .bottom_box .sx {
  font-size: 16px;
  margin-top: 30px;
  color: #666666;
  padding-bottom: 15px;
  border-bottom: 1px dashed #cccccc;
}
.news_page_box .page_content .left_content .bottom_box .sx .s,
.news_page_box .page_content .left_content .bottom_box .sx .x {
  width: 300px;
  height: 20px;
}
.news_page_box .page_content .left_content .bottom_box .sx .x {
  text-align: right;
}
.news_page_box .page_content .right_content {
  float: right;
  width: 350px;
}
.news_page_box .page_content .right_content .hot_new_list {
  width: 100%;
}
.news_page_box .page_content .right_content .hot_new_list .new_list .new_item {
  width: 100%;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
}
.news_page_box .page_content .right_content .hot_new_list .new_list .new_item a {
  display: block;
  width: 100%;
  color: #666;
}
.news_page_box .page_content .right_content .hot_new_list .new_list .new_item a .num {
  font-size: 12px;
  background-color: #bcbcbc;
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
}
.news_page_box .page_content .right_content .hot_new_list .new_list .new_item a .active_num {
  background-color: #7e87fc;
}
.news_page_box .page_content .right_content .hot_tag_list .list {
  margin-top: 20px;
}
.news_page_box .page_content .right_content .hot_tag_list .list > li {
  float: left;
  height: 26px;
  background-color: rgba(126, 134, 252, 0.5);
  border-radius: 2px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.1s;
}
.news_page_box .page_content .right_content .hot_tag_list .list > li:hover,
.news_page_box .page_content .right_content .hot_tag_list .list .active_tag {
  background-color: #7e87fc;
}
.news_page_box #similar_shops {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 120px;
}
.news_page_box #similar_shops .title_box {
  margin-bottom: 25px;
}
.news_page_box #similar_shops .title_box .title {
  font-size: 18px;
  font-weight: bold;
  color: #686868;
}
.news_page_box #similar_shops .title_box a {
  color: #7e87fc;
}
.news_page_box #similar_shops .title_box a img {
  height: 14px;
  width: auto;
  margin-right: 4px;
  vertical-align: middle;
}
.news_page_box #similar_shops .title_box a span {
  font-size: 14px;
}
.news_page_box #similar_shops .list .item {
  width: 290px;
  padding: 25px 25px 15px;
  background-color: #fff;
  box-sizing: border-box;
  margin-right: 12px;
  margin-bottom: 10px;
}
.news_page_box #similar_shops .list .item:nth-child(4n) {
  margin-right: 0;
}
.news_page_box #similar_shops .list .item .title {
  font-size: 19px;
  color: #2d2d2d;
  font-weight: bold;
}
.news_page_box #similar_shops .list .item .title img {
  vertical-align: middle;
  margin-bottom: 3px;
}
.news_page_box #similar_shops .list .item .tag_list {
  display: block;
  width: 100%;
  height: 24px;
  margin-top: 10px;
}
.news_page_box #similar_shops .list .item .tag_list::after {
  content: "";
  display: block;
  clear: both;
}
.news_page_box #similar_shops .list .item .tag_list .tag_item {
  box-sizing: border-box;
  font-size: 13px;
  text-align: center;
  line-height: 180%;
  color: #525252;
  width: auto;
}
.news_page_box #similar_shops .list .item .tag_list .tag_item::after {
  content: "/";
  padding: 0 2px;
}
.news_page_box #similar_shops .list .item .tag_list .tag_item:last-child::after {
  content: "";
  padding: 0;
}
.news_page_box #similar_shops .list .item .tag_list .tag_item img {
  height: 14px;
  width: auto;
  vertical-align: middle;
  margin-bottom: 4px;
}
.news_page_box #similar_shops .list .item .price_box {
  padding-top: 15px;
}
.news_page_box #similar_shops .list .item .price_box .p_l_box {
  height: 100%;
}
.news_page_box #similar_shops .list .item .price_box .p_l_box .price {
  font-size: 24px;
  color: #383838;
  font-weight: bold;
}
.news_page_box #similar_shops .list .item .price_box .p_l_box .price .unit {
  font-size: 14px;
  font-weight: 500;
}
.news_page_box #similar_shops .list .item .price_box .p_l_box .kf_box {
  margin-top: 20px;
}
.news_page_box #similar_shops .list .item .price_box .p_l_box .kf_box .kf_btn {
  padding: 0 10px;
  border-radius: 35px;
  color: #fff;
}
.news_page_box #similar_shops .list .item .price_box .p_l_box .kf_box .kf_btn:first-child {
  margin-right: 5px;
  background-color: #7e87fc;
}
.news_page_box #similar_shops .list .item .price_box .p_l_box .kf_box .kf_btn:last-child {
  background-color: #ff874c;
}
.news_page_box #similar_shops .list .item .price_box .p_l_box .kf_box .kf_btn img {
  height: 12px;
  width: auto;
  margin-right: 3px;
}
.news_page_box #similar_shops .list .item .price_box .p_l_box .kf_box .kf_btn span {
  font-size: 14px;
  line-height: 32px;
}
.news_page_box #similar_shops .list .item .price_box .cover_box {
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.news_page_box #similar_shops .list .item .price_box .cover_box img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
