@charset "UTF-8";
/*  
.topbar {
  padding: 34px 0 31px 0;
}

.topbar__wrapper {
  padding-right: 44px;
}

.logo {
  width: 113px;
  user-select: none;
}

.logo img {
  overflow: hidden;
}

.search-box {
  width: 562px;
  margin-left: 202px;
  padding: 0 82px 0 0;
  position: relative;
}

.search-box__main {
  height: 46px;
  padding: 0 10px 0 95px;
  line-height: 44px;
  border: 1px solid #db091b;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search-box__type {
  width: 86px;
  padding: 0 10px 0 10px;
  line-height: 46px;
  color: #656a73;
  position: absolute;
  left: 0;
  top: 1px;
}

.search-box__type::after {
  content: "";
  width: 1px;
  height: 70%;
  background: #bbb;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20%;
}

.search-box__type-title {
  font-size: 14px;
  user-select: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-box__type-more {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid #333;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}

.search-box__form {
  height: auto;
}

.search-box__input {
  width: 100%;
  padding: 0;
  font-size: 14px;
  color: #212733;
  border: 0;
  outline: 0;
}

.search-box__input:-moz-placeholder {
  font-size: 14px;
  color: #a3a3a3;
  text-align: left;
}

.search-box__input:-ms-input-placeholder {
  font-size: 14px;
  color: #a3a3a3;
  text-align: left;
}

.search-box__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #a3a3a3;
  text-align: left;
}

.search-box__submit {
  width: 82px;
  height: 46px;
  font-size: 14px;
  color: #fff;
  border-radius: 0 5px 5px 0;
  border: 0;
  outline: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  background-image: url("../images/fangchan_pc_remake_search.png");
  background-color: #db091b;
}

.search-box__submit:hover {
  background-color: #c10000;
}

.topbar-guide {
  font-size: 0;
}

.topbar-guide__btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.topbar-guide__btn + .topbar-guide__btn {
  margin-left: 74px;
}

.topbar-guide__btn--wechat {
  background-image: url("../images/fangchan_pc_remake_topbar_wechat.png");
}

.topbar-guide__btn--wechat:hover {
  background-image: url("../images/fangchan_pc_remake_topbar_wechat_hover.png");
}

.topbar-guide__btn--wechat:hover > .topbar-guide__qrcode {
  display: block;
}

.topbar-guide__btn--phone {
  background-image: url("../images/fangchan_pc_remake_topbar_phone.png");
}

.topbar-guide__btn--phone:hover {
  background-image: url("../images/fangchan_pc_remake_topbar_phone_hover.png");
}

.topbar-guide__btn--phone:hover > .topbar-guide__qrcode {
  display: block;
}

.topbar-guide__qrcode {
  display: none;
  width: 120px;
  height: 132px;
  padding-top: 28px;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../images/fangchan_pc_remake_qrcode_bg.png");
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -131px;
  margin-left: -59px;
}

.topbar-guide__qrcode img {
  width: 75px;
  overflow: hidden;
}

.search-type-sheet {
  display: none;
  width: 86px;
  padding: 6px 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .6s;
  transform: translate(0, 0);
  box-shadow: 1px 0 10px rgba(225, 227, 230, 0.55);
}

.search-type-sheet--show {
  transform: translate(0, 101%);
}

.search-type-sheet__item {
  display: block;
  line-height: 42px;
  font-size: 14px;
  color: #656a73;
  text-align: center;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-type-sheet__item:hover {
  color: #db091b;
}

.nav {
  background: #db091b;
}

.nav-list {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.nav-item {
  display: inline-block;
  padding: 10px 25px 9px;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.nav-item--curr {
  background: #c10000;
}

.nav-item--curr a {
  color: #fff;
}

.nav-item--select > .nav-child-list {
  display: block;
}

.nav-item a {
  font-size: 18px;
  color: #fff;
}

.nav-item:first-child {
  margin-left: -24px;
}

.nav-item:hover {
  background: #c10000;
}

.nav-item:hover .nav-child-list {
  display: block;
}

.nav .nav-child-list {
  display: none;
  width: 100%;
  padding: 0 8px;
  padding: 6px 8px 6px;
  background: #db091b;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 10;
}

.nav .nav-child-list a {
  display: inline-block;
  width: 100%;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
}

.nav .nav-child-list a + a {
  border-top: 1px dashed #fff;
}

.nav .nav-child-list a:hover {
  color: #fff;
  background: #c10000;
}

.friend-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.friend-links__item {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 10px;
  font-size: 15px;
}

.friend-links__item a {
  color: #4d4d4d;
}

.friend-links__item a:hover {
  color: #db091b;
}
*/
.news-tabs {
  margin-bottom: 23px;
}

.news-tabs__item {
  display: inline-block;
  margin-right: 26px;
  padding-bottom: 4px;
  font-size: 16px;
  color: #333;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.news-tabs__item + .news-tabs__item {
  /* margin-left: 26px; */
}

.news-tabs__item--curr {
  color: #db091b;
  border-bottom-color: #db091b;
  cursor: default;
}

.news-tabs__item:hover {
  color: #db091b;
  border-bottom-color: #db091b;
}

.news-tabs__item a:hover {
  color: #db091b;
}

.news-list {
  width: 880px;
}

.news-list-item {
  padding: 23px 0 36px;
  border-bottom: 1px solid #e5e5e5;
}

.news-list-item:nth-of-type(1) {
  padding-top: 0;
}

.news-list-item:hover .news-list-item__cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-list-item:hover .news-list-item__title {
  color: #db091b;
}

.news-list-item__cover {
  width: 209px;
  height: 157px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.news-list-item__cover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.news-list-item__main {
  /* width: 671px; */
  width: 651px;
  padding: 4px 0;
}

.news-list-item__title {
  margin-top: -8px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-list-item__desc {
  margin-top: 4px;
  font-size: 16px;
  color: #666;
  line-height: 2;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-list-item__desc::after {
  content: "[详情]";
  padding-left: 8px;
  font-size: 16px;
  color: #e03336;
  white-space: nowrap;
}

.news-list-item__time {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

.news-tuangou-list {
  width: 298px;
  padding: 0 9px 0 10px;
  border: 1px solid #efefef;
}

.news-tuangou-list__title {
  padding: 13px 0 14px;
  font-size: 16px;
  /* font-weight: bold; */
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #efefef;
}

.tuangou-item {
  padding: 9px 0 0;
}

.tuangou-item + .tuangou-item {
  /* border-top: 1px solid #efefef; */
}

.tuangou-item:hover .tuangou-item__title {
  color: #e03336;
}

.tuangou-item--curr .tuangou-item__detail {
  display: block;
}

.tuangou-item:last-of-type .tuangou-item__detail {
  border-bottom: 0;
}

.tuangou-item:last-of-type .tuangou-item__bottom {
  border-bottom: 0;
}

.tuangou-item__title {
  font-size: 14px;
  /* font-weight: bold; */
  font-weight: 500;
  color: #333;
}

.tuangou-item__price {
  font-size: 14px;
  font-weight: bold;
  color: #e03336;
}

.tuangou-item__bottom {
  margin-top: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
}

.tuangou-item__label {
  display: inline-block;
  margin-right: 11px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background: #db091b;
  border-radius: 4px;
}

.tuangou-item__desc {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuangou-item__detail {
  padding: 18px 0;
  border-bottom: 1px solid #efefef;
  display: none;
}

.tuangou-item__detail__cover {
  width: 116px;
  height: 87px;
  overflow: hidden;
}

.tuangou-item__detail__cover img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tuangou-item__detail__main {
  /* width: 135px; */
  width: 150px;
}

.tuangou-item__detail__title {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuangou-item__detail__desc {
  margin-top: .4rem;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tuangou-item__detail__info {
  margin-top: .4rem;
}

.tuangou-item__detail__price {
  font-size: 12px;
  color: #e03336;
}

.tuangou-item__detail__btn {
  width: 68px;
  margin-top: -3px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #db091b;
  -webkit-box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.27);
  box-shadow: 0px 6px 12px rgba(183, 6, 21, 0.27);
  border-radius: 12px;
  border: 0;
  outline: 0;
}

.tuangou-item__detail__btn:hover {
  background-color: #c10000;
}
