@charset "UTF-8";
body {
  background-color: #F5F5F5;
}

.banner {
  position: relative;
  height: 571px;
}
.banner .section {
  width: 1200px;
  margin: 0 auto;
}
.banner .banner-main {
  float: right;
  width: 1010px;
}
.banner .swiper-container {
  height: 387px;
  margin-top: 10px;
  z-index: 2;
}
.banner .swiper-container img {
  width: 100%;
  height: 100%;
}
.banner .swiper-container:hover .swiper-button-prev {
  display: block;
}
.banner .swiper-container:hover .swiper-button-next {
  display: block;
}
.banner .swiper-button-prev {
  display: none;
  position: absolute;
  left: 10px;
  top: 157.5px;
  width: 26px;
  height: 72px;
  cursor: pointer;
  background: none;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 0;
}
.banner .swiper-button-prev i {
  display: block;
  width: 9px;
  height: 16px;
  background: url("/themes/baiqiang_v4/Home/Zhi/images/prev.png") no-repeat center;
  background-size: contain;
  margin-top: 28px;
  margin-left: 9px;
}
.banner .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.banner .swiper-button-next {
  display: none;
  position: absolute;
  right: 10px;
  top: 157.5px;
  width: 26px;
  height: 72px;
  background: none;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-top: 0;
}
.banner .swiper-button-next i {
  display: block;
  width: 9px;
  height: 16px;
  background: url("/themes/baiqiang_v4/Home/Zhi/images/next.png") no-repeat center;
  background-size: contain;
  margin-top: 28px;
  margin-left: 9px;
}
.banner .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.banner .swiper-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-shadow: 0px 10px 10px 0px rgba(239, 239, 239, 0.5);
}
.banner .enters {
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.banner .enters:after {
  content: "";
  display: table;
  clear: both;
}
.banner .enters .item {
  float: left;
  width: 249px;
  height: 154px;
  margin-right: 5px;
  overflow: hidden;
}
.banner .enters .item img {
  width: 100%;
}
.banner .enters a:first-child .item {
  width: 248px;
}
.banner .enters .story {
  margin-right: 0;
}
.banner .bottom-bg {
  position: absolute;
  bottom: -100px;
  height: 100px;
  left: 0;
  right: 0;
  background: url("../images/new/bottom-bg.png") repeat-x center;
}

.main-container {
  width: 1200px;
  margin: 15px auto 0;
  position: relative;
  z-index: 2;
}
.main-container:after {
  content: "";
  display: table;
  clear: both;
}

.main-section {
  float: left;
  width: 900px;
  min-height: 800px;
  background-color: #fff;
}
.main-section .tabs {
  position: relative;
  background-color: #F9F9F9;
  user-select: none;
}
.main-section .tabs:after {
  content: "";
  display: table;
  clear: both;
}
.main-section .tabs li {
  float: left;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  height: 60px;
  line-height: 52px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.main-section .tabs li:hover {
  color: #f74645;
}
.main-section .tabs .active {
  background-color: #fff;
  font-size: 16px;
  color: #f74645;
  font-weight: bold;
  border-top: 4px solid #f74645;
  cursor: default;
}
.main-section .tabs .focus-icon {
  display: none;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url("../images/new/focus-icon.png") no-repeat center;
  background-size: contain;
  margin-right: 5px;
  margin-top: -3px;
}
.main-section .tabs .focus-num {
  display: none;
  position: absolute;
  right: 5px;
  top: 3px;
  padding: 2px 8px;
  border-radius: 20px;
  line-height: normal;
  background-color: #f74645;
  color: #fff;
  font-style: normal;
  font-size: 12px;
}
.main-section .tabs.fixed {
  position: fixed;
  top: 38px;
  left: 50%;
  width: 900px;
  margin-left: -600px;
  z-index: 10;
  box-shadow: 0 2px 2px 0 rgba(37, 9, 9, 0.06);
}
.main-section .tabs-seat {
  display: none;
  height: 60px;
  background-color: #F9F9F9;
}
.main-section .scenes {
  display: none;
}
.main-section .scenes.active {
  display: block;
}
.main-section .scenes .我家要装修 {
  height: 105px;
  background: url("../images/new/我家要装修.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .我是宝妈 {
  height: 105px;
  background: url("../images/new/我是宝妈.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .我是运动达人 {
  height: 105px;
  background: url("../images/new/我是运动达人.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .我爱化妆 {
  height: 105px;
  background: url("../images/new/我爱化妆.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .我要买乐器 {
  height: 105px;
  background: url("../images/new/我要买乐器.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .我要买家电 {
  height: 105px;
  background: url("../images/new/我要买家电.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .list {
  padding: 0 30px;
}
.main-section .scenes .item {
  height: 300px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.main-section .scenes .item .scenes-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 300px;
  z-index: 3;
  padding: 50px 30px;
  box-sizing: border-box;
}
.main-section .scenes .item .scenes-detail .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  bottom: 0;
  z-index: 1;
}
.main-section .scenes .item .scenes-detail .logo img {
  display: block;
  width: 300px;
  height: 220px;
  /* height: 100%; */
  transform: rotate3d(0, 1, 0, 180deg);
}
.main-section .scenes .item .scenes-detail .name {
  position: relative;
  z-index: 2;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  width: 121px;
  word-break: break-all;
}
.main-section .scenes .item .scenes-detail .name.litter {
  font-size: 24px;
}
.main-section .scenes .item .scenes-detail .line {
  display: block;
  width: 35px;
  height: 2px;
  background: url("../images/new/line.png") no-repeat center;
  background-size: contain;
  margin-top: 24px;
  position: relative;
  left: 3px;
}
.main-section .scenes .item .scenes-detail .count {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin-top: 14px;
  opacity: 0.8;
}
.main-section .scenes .item .scenes-detail .arrow {
  display: block;
  width: 27px;
  height: 27px;
  background: url("../images/new/circle-arrow.png") no-repeat center;
  background-size: contain;
  margin-top: 25px;
}
.main-section .scenes .item .tag-list {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 1;
  width: 644px;
  height: 286px;
  background-color: #fff;
  padding: 0 17px 0 27px;
  box-sizing: border-box;
  overflow: hidden;
}
.main-section .scenes .item .tag-list .box {
  overflow: hidden;
}
.main-section .scenes .item .tag-list .long-box {
  width: 4000px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  transition: all 0.3s;
}
.main-section .scenes .item .tag-item {
  width: 200px;
  height: 286px;
  padding-top: 23px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
}
.main-section .scenes .item .tag-item.no-see {
  display: none;
}
.main-section .scenes .item .tag-item.see {
  display: block;
}
.main-section .scenes .item .tag-item .logo {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
}
.main-section .scenes .item .tag-item .logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 70px;
  max-height: 70px;
  margin: auto;
}
.main-section .scenes .item .tag-item .name {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 18px;
  margin-top: 11px;
  text-align: center;
}
.main-section .scenes .item .tag-item .count {
  font-size: 13px;
  color: #999;
  line-height: 20px;
  margin-top: 12px;
  text-align: center;
}
.main-section .scenes .item .tag-item .count i {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #D8D8D8;
  opacity: 0.5;
  vertical-align: middle;
  margin: -3px 6px 0;
}
.main-section .scenes .item .tag-item .btns {
  text-align: center;
  margin-top: 18px;
}
.main-section .scenes .item .tag-item .btns .focus {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 6px;
}
.main-section .scenes .item .tag-item .btns .focus.off {
  color: #fff;
}
.main-section .scenes .item .tag-item .btns .focus.off i {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: url("../images/new/focus.png") no-repeat center;
  background-size: contain;
  margin-right: 4px;
  margin-top: -3px;
}
.main-section .scenes .item .tag-item .btns .focus.off span:after {
  content: "关注";
}
.main-section .scenes .item .tag-item .btns .focus.on {
  color: #999;
  background-color: #f1f1f1;
}
.main-section .scenes .item .tag-item .btns .focus.on i {
  display: none;
}
.main-section .scenes .item .tag-item .btns .focus.on span:after {
  content: "已关注";
}
.main-section .scenes .item .tag-item .btns .focus:hover.off {
  background-color: #F74645;
}
.main-section .scenes .item .tag-item .btns .focus:hover.on span:after {
  content: "取消关注";
}
.main-section .scenes .item .tag-item .btns .rank {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  border-radius: 2px;
  cursor: pointer;
}
.main-section .scenes .item .tag-item .btns .rank:hover {
  color: #fff;
  background-color: #f74645;
  border: 1px solid #f74645;
}
.main-section .scenes .item:hover .prev {
  opacity: 1;
  transform: translateX(0);
  z-index: 4;
}
.main-section .scenes .item:hover .next {
  opacity: 1;
  transform: translateX(0);
  z-index: 4;
}
.main-section .scenes .item .prev {
  position: absolute;
  top: 107px;
  width: 26px;
  height: 72px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transform: translateX(-26px);
  transition: all 0.3s;
  z-index: 2;
}
.main-section .scenes .item .prev i {
  display: block;
  width: 9px;
  height: 16px;
  background: url("../images/new/prev.png") no-repeat center;
  background-size: contain;
  margin: 28px 0 0 8px;
  transition: all 0.3s;
}
.main-section .scenes .item .prev:hover i {
  margin: 28px 0 0 6px;
}
.main-section .scenes .item .next {
  position: absolute;
  right: 7px;
  top: 107px;
  width: 26px;
  height: 72px;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  transform: translateX(26px);
  transition: all 0.3s;
  z-index: 2;
}
.main-section .scenes .item .next i {
  display: block;
  width: 9px;
  height: 16px;
  background: url("../images/new/next.png") no-repeat center;
  background-size: contain;
  margin: 28px 0 0 11px;
  transition: all 0.3s;
}
.main-section .scenes .item .next:hover i {
  margin: 28px 0 0 13px;
}
.main-section .scenes .item:hover {
  box-shadow: 0px 5px 14px 0px rgba(219, 219, 219, 0.5);
}
.main-section .scenes .order1 {
  background-color: #A98B77;
}
.main-section .scenes .order1 .focus {
  background-color: #A98B77;
}
.main-section .scenes .order1 .rank {
  color: #A98B77;
  border: 1px solid #A98B77;
}
.main-section .scenes .order1 .prev {
  background-color: #A98B77;
  left: 190px;
}
.main-section .scenes .order1 .next {
  background-color: #A98B77;
}
.main-section .scenes .order1 .tag-item:hover {
  background-color: rgba(169, 139, 119, 0.1);
}
.main-section .scenes .order2 {
  background-color: #A57474;
}
.main-section .scenes .order2 .focus {
  background-color: #A57474;
}
.main-section .scenes .order2 .rank {
  color: #A57474;
  border: 1px solid #A57474;
}
.main-section .scenes .order2 .prev {
  background-color: #A57474;
  left: 209px;
}
.main-section .scenes .order2 .next {
  background-color: #A57474;
}
.main-section .scenes .order2 .tag-item:hover {
  background-color: rgba(165, 116, 116, 0.1);
}
.main-section .scenes .order3 {
  background-color: #6F7DA4;
}
.main-section .scenes .order3 .focus {
  background-color: #6F7DA4;
}
.main-section .scenes .order3 .rank {
  color: #6F7DA4;
  border: 1px solid #6F7DA4;
}
.main-section .scenes .order3 .prev {
  background-color: #6F7DA4;
  left: 190px;
}
.main-section .scenes .order3 .next {
  background-color: #6F7DA4;
}
.main-section .scenes .order3 .tag-item:hover {
  background-color: rgba(111, 125, 164, 0.1);
}
.main-section .scenes .order4 {
  background-color: #6988BB;
}
.main-section .scenes .order4 .focus {
  background-color: #6988BB;
}
.main-section .scenes .order4 .rank {
  color: #6988BB;
  border: 1px solid #6988BB;
}
.main-section .scenes .order4 .prev {
  background-color: #6988BB;
  left: 209px;
}
.main-section .scenes .order4 .next {
  background-color: #6988BB;
}
.main-section .scenes .order4 .tag-item:hover {
  background-color: rgba(105, 136, 187, 0.1);
}
.main-section .scenes .order5 {
  background-color: #5D6179;
}
.main-section .scenes .order5 .focus {
  background-color: #5D6179;
}
.main-section .scenes .order5 .rank {
  color: #5D6179;
  border: 1px solid #5D6179;
}
.main-section .scenes .order5 .prev {
  background-color: #5D6179;
  left: 190px;
}
.main-section .scenes .order5 .next {
  background-color: #5D6179;
}
.main-section .scenes .order5 .tag-item:hover {
  background-color: rgba(93, 97, 121, 0.1);
}
.main-section .scenes .order6 {
  background-color: #668895;
}
.main-section .scenes .order6 .focus {
  background-color: #668895;
}
.main-section .scenes .order6 .rank {
  color: #668895;
  border: 1px solid #668895;
}
.main-section .scenes .order6 .prev {
  background-color: #668895;
  left: 209px;
}
.main-section .scenes .order6 .next {
  background-color: #668895;
}
.main-section .scenes .order6 .tag-item:hover {
  background-color: rgba(102, 136, 149, 0.1);
}
.main-section .scenes .order7 {
  background-color: #5D99B0;
}
.main-section .scenes .order7 .focus {
  background-color: #5D99B0;
}
.main-section .scenes .order7 .rank {
  color: #5D99B0;
  border: 1px solid #5D99B0;
}
.main-section .scenes .order7 .prev {
  background-color: #5D99B0;
  left: 190px;
}
.main-section .scenes .order7 .next {
  background-color: #5D99B0;
}
.main-section .scenes .order7 .tag-item:hover {
  background-color: rgba(93, 153, 176, 0.1);
}
.main-section .scenes .order8 {
  background-color: #556A96;
}
.main-section .scenes .order8 .focus {
  background-color: #556A96;
}
.main-section .scenes .order8 .rank {
  color: #556A96;
  border: 1px solid #556A96;
}
.main-section .scenes .order8 .prev {
  background-color: #556A96;
  left: 209px;
}
.main-section .scenes .order8 .next {
  background-color: #556A96;
}
.main-section .scenes .order8 .tag-item:hover {
  background-color: rgba(85, 106, 150, 0.1);
}
.main-section .scenes .order9 {
  background-color: #887F7F;
}
.main-section .scenes .order9 .focus {
  background-color: #887F7F;
}
.main-section .scenes .order9 .rank {
  color: #887F7F;
  border: 1px solid #887F7F;
}
.main-section .scenes .order9 .prev {
  background-color: #887F7F;
  left: 190px;
}
.main-section .scenes .order9 .next {
  background-color: #887F7F;
}
.main-section .scenes .order9 .tag-item:hover {
  background-color: rgba(136, 127, 127, 0.1);
}
.main-section .scenes .order10 {
  background-color: #74767D;
}
.main-section .scenes .order10 .focus {
  background-color: #74767D;
}
.main-section .scenes .order10 .rank {
  color: #74767D;
  border: 1px solid #74767D;
}
.main-section .scenes .order10 .prev {
  background-color: #74767D;
  left: 209px;
}
.main-section .scenes .order10 .next {
  background-color: #74767D;
}
.main-section .scenes .order10 .tag-item:hover {
  background-color: rgba(116, 118, 125, 0.1);
}
.main-section .scenes .order1 .scenes-detail {
  background: url("../images/new/cover1.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .order2 .scenes-detail {
  background: url("../images/new/cover2.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .order3 .scenes-detail {
  background: url("../images/new/cover3.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .order4 .scenes-detail {
  background: url("../images/new/cover4.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .order5 .scenes-detail {
  background: url("../images/new/cover5.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .order6 .scenes-detail {
  background: url("../images/new/cover6.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .order7 .scenes-detail {
  background: url("../images/new/cover7.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .order8 .scenes-detail {
  background: url("../images/new/cover8.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .order9 .scenes-detail {
  background: url("../images/new/cover9.png") no-repeat center;
  background-size: contain;
}
.main-section .scenes .order10 .scenes-detail {
  background: url("../images/new/cover10.png") no-repeat center;
  background-size: contain;
}

.main-aside {
  float: right;
  width: 285px;
}

.focus-op {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  width: 180px;
  height: 30px;
  background: url("../images/new/focus-op.png") no-repeat center;
  background-size: contain;
  line-height: 30px;
  font-size: 13px;
  padding-left: 35px;
  box-sizing: border-box;
  color: #666;
  z-index: 100;
}
.focus-op a {
  color: #666;
}
.focus-op .line1px {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  background-color: #EEEEEE;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.focus-op span {
  cursor: pointer;
}
.focus-op span:hover {
  color: #f74645;
}

.focus-push-list {
  display: none;
}
.focus-push-list .no-login {
  display: none;
}
.focus-push-list .empty {
  padding: 100px 0;
}
.focus-push-list .empty .icon {
  display: block;
  width: 110px;
  height: 79px;
  margin: 0 auto;
  background: url("../images/empty.png") no-repeat center;
  background-size: contain;
}
.focus-push-list .empty .text {
  font-size: 13px;
  color: #999;
  text-align: center;
  margin-top: 22px;
}
.focus-push-list .empty .login {
  width: 103px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #f74645;
  border-radius: 4px;
  margin: 24px auto 0;
  cursor: pointer;
}
.focus-push-list .empty .login span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.focus-push-list .empty .login i {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 11px;
  background: url("../images/arrow.png") no-repeat center;
  background-size: contain;
}
.focus-push-list .empty .login:hover {
  background-color: #E93635;
}

.com-zhi-product {
  width: 900px;
}

.com-zhi-product li {
  height: 228px;
  border-bottom: 1px #F2F5F7 solid;
  padding: 30px 20px 30px 20px;
  position: relative;
}

.com-zhi-product li:hover {
  background-color: #F9F9F9;
}

.com-zhi-product li:hover .zhi-good-list-intro-detail span.wz {
  color: #f74645;
}

.com-zhi-product li .vote-icon-up {
  font-size: 16px;
  color: #BBBBBB;
}

.com-zhi-product .zhi-good-list-img {
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  width: 168px;
  height: 168px;
  padding: 0;
  margin: 0;
}

.com-zhi-product .zhi-good-list-imgwrap, .zhi-good-list-imgwarp {
  width: 168px;
  height: 168px;
  /*margin-left: auto;*/
  margin-right: auto;
  overflow: hidden;
}

.com-zhi-product .zhi-good-list-imgwrap .history {
  width: 65px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #f74645;
}

.com-zhi-product .zhi-good-list-img img {
  width: 100%;
}

.com-zhi-product .zhi-good-list-intro {
  width: 660px;
  height: 200px;
  padding: 0;
  float: right !important;
}

.com-zhi-product .zhi-good-list-intro-title {
  display: inline-block;
  overflow: hidden;
  max-height: 66px;
  line-height: 28px;
}

.com-zhi-product .zhi-good-list-intro-title span {
  font-size: 18px;
  font-weight: bolder;
  color: #333;
  word-break: break-all;
}

.com-zhi-product .zhi-good-list-intro-title span.zhi-good-list-intro-title-price {
  margin-left: 10px;
  color: #f74645 !important;
}

.com-zhi-product .zhi-good-list-intro-title .myquan {
  width: 76px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: url("/themes/baiqiang_v4/Public/images/coupon-bg.png") no-repeat;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  background-size: 100%;
  margin-left: 10px;
}

.com-zhi-product .zhi-good-list-intro-detail {
  /*min-height: 70px;*/
  margin: 15px 0 9px 0;
  max-height: 48px;
  color: #656565;
  overflow: hidden;
}

.com-zhi-product .zhi-good-list-intro-detail a {
  color: #666;
  font-size: 14px;
}

.com-zhi-product .zhi-good-list-intro-detail span.zhi-good-list-intro-detail-synopsis {
  color: #666;
  margin-left: 0px;
  line-height: 24px;
  font-size: 16px;
}

.com-zhi-product .zhi-good-list-intro-detail span {
  color: #666;
  line-height: 24px;
  /*margin-left: 10px;*/
}

.com-zhi-product .searchProduct li.hover .zhi-good-list-intro-detail span.wz {
  color: #f74645;
  /*margin-left: 10px;*/
}

.com-zhi-product .zhi-good-list-intro-from {
  /*margin: 8px 0px 0px 0px;*/
  line-height: 40px;
  font-size: 14px;
  margin: 0;
  color: #bbb;
  position: absolute;
  bottom: 26px;
  width: 660px;
  height: 40px;
}

.com-zhi-product .zhi-good-list-intro-from a {
  color: #bbb;
}

.com-zhi-product .zhi-good-list-intro-from a:hover {
  text-decoration: underline;
}

.com-zhi-product .zhi-good-list-go {
  width: 250px;
  float: right;
  text-align: center;
}

.com-zhi-product .zhi-good-list-go a {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.com-zhi-product .zhi-good-list-go .zhi-good-list-go-button {
  /*width: 110px;
  height: 36px;
  background: url('/themes/baiqiang_v4/Public/images/zhi/gotoBut.png') no-repeat;
  display: inline-block;
  font-size: 0;
  float: right;*/
  float: right;
  width: 110px;
  height: 36px;
  font-size: 16px;
  background: -webkit-linear-gradient(to right, #F74645, #F6854C);
  background: -o-linear-gradient(to right, #F74645, #F6854C);
  background: -moz-linear-gradient(to right, #F74645, #F6854C);
  background: linear-gradient(to right, #F74645, #F6854C);
  color: #FFF;
  line-height: 36px;
  padding-left: 10px;
}

/*.com-zhi-product .zhi-good-list-go .zhi-good-list-go-button i{display: none;}*/
.com-zhi-product .zhi-good-list-go .center-block {
  float: right;
  margin-right: 150px;
  margin-top: -36px;
  line-height: 36px;
}

.com-zhi-product .zhi-good-list-go .zhi-good-list-go-button:hover {
  background-color: #c12222;
}

.pull-left {
  float: left;
}

.com-zhi-product .zhi-good-list-intro-title span:hover {
  color: #f74645;
}

.focus-item {
  box-sizing: border-box;
}
.focus-item .zhi-good-list-imgwrap {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.focus-item .zhi-good-list-imgwrap .zhi {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 28px;
  line-height: 28px;
  background-color: #f74645;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-style: normal;
}
.focus-item .zhi-good-list-imgwrap .forum {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 28px;
  line-height: 28px;
  background-color: #2089FF;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-style: normal;
}
.focus-item .zhi-good-list-intro-from {
  line-height: 40px;
}
.focus-item .zhi-good-list-intro-from .updatetime {
  float: left;
}
.focus-item .zhi-good-list-intro-from .line1px {
  float: left;
  width: 1px;
  height: 10px;
  background-color: #eeeeee;
  margin: 15px 8px 0;
}
.focus-item .zhi-good-list-intro-from .from {
  float: left;
}
.focus-item .zhi-good-list-intro-from .target {
  float: left;
  color: #f74645;
  cursor: pointer;
  position: relative;
}
.focus-item .zhi-good-list-intro-from .target:hover .target-pop {
  display: block;
}
.focus-item .zhi-good-list-intro-from .zhi-good-list-go {
  width: auto;
}
.focus-item .zhi-good-list-intro-from .zhi-good-list-go .center-block {
  margin-top: 0;
  margin-right: 40px;
}
.focus-item .zhi-good-list-intro-from .zhi-good-list-go .item {
  float: left;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-right: 20px;
}
.focus-item .zhi-good-list-intro-from .zhi-good-list-go .item:last-child {
  margin-right: 0;
}
.focus-item .zhi-good-list-intro-from .zhi-good-list-go .item .see {
  width: 13px;
  height: 10px;
  background: url(/themes/baiqiang_v4/Home/PublicTest/images/see.png) no-repeat center;
  background-size: contain;
  margin-right: 6px;
}
.focus-item .zhi-good-list-intro-from .zhi-good-list-go .item .discuss {
  width: 12px;
  height: 12px;
  background: url(/themes/baiqiang_v4/Home/PublicTest/images/discuss.png) no-repeat center;
  background-size: contain;
  margin-right: 6px;
}
.focus-item .zhi-good-list-intro-from .zhi-good-list-go .item .vote {
  width: 12px;
  height: 13px;
  background: url(/themes/baiqiang_v4/Home/PublicTest/images/vote.png) no-repeat center;
  background-size: contain;
  margin-right: 6px;
}
.focus-item .target-pop {
  display: none;
  position: absolute;
  top: 8px;
  left: -32px;
  width: 368px;
  height: 206px;
  z-index: 2;
  cursor: default;
  padding-top: 20px;
  z-index: 1000;
}
.focus-item .target-pop .arrow {
  display: block;
  height: 7px;
  background: url(../images/arrow-line.png) no-repeat center;
  background-size: contain;
}
.focus-item .target-pop .box {
  border: 1px solid #e7e7e7;
  border-top: 0;
  background-color: #fff;
  padding: 0 20px;
}
.focus-item .target-pop .box-top {
  border-bottom: 1px solid #F7F7F7;
  padding-top: 18px;
  padding-bottom: 18px;
}
.focus-item .target-pop .box-top:after {
  content: "";
  display: table;
  clear: both;
}
.focus-item .target-pop .box-top .logo {
  float: left;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.focus-item .target-pop .box-top .logo img {
  max-width: 60px;
  max-height: 60px;
}
.focus-item .target-pop .box-top .detail {
  float: left;
  width: 246px;
}
.focus-item .target-pop .box-top .detail .name {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
.focus-item .target-pop .box-top .detail .name:hover b, .focus-item .target-pop .box-top .detail .name:hover span {
  color: #f74645;
}
.focus-item .target-pop .box-top .detail .name b {
  margin-right: 4px;
}
.focus-item .target-pop .box-top .detail .name span {
  font-size: 12px;
  color: #999;
}
.focus-item .target-pop .box-top .detail .des {
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.focus-item .target-pop .box-top .detail .des:hover {
  color: #f74645;
}
.focus-item .target-pop .box-bottom {
  display: none;
  height: 66px;
}
.focus-item .target-pop .box-bottom:after {
  content: "";
  display: table;
  clear: both;
}
.focus-item .target-pop .box-bottom .bottom-left {
  float: left;
}
.focus-item .target-pop .box-bottom .bottom-left > div {
  float: left;
  text-align: center;
  margin-top: 13px;
}
.focus-item .target-pop .box-bottom .bottom-left > div i {
  display: block;
  font-size: 15px;
  color: #333;
  font-style: normal;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 3px;
}
.focus-item .target-pop .box-bottom .bottom-left > div span {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 17px;
}
.focus-item .target-pop .box-bottom .bottom-left .line1px {
  float: left;
  width: 1px;
  height: 40px;
  background-color: #F7F7F7;
  margin: 0 30px;
  margin-top: 13px;
}
.focus-item .target-pop .box-bottom .bottom-right {
  float: right;
  width: 66px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-top: 22px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
.focus-item .target-pop .box-bottom .bottom-right.on {
  background-color: #f1f1f1;
  color: #999;
}
.focus-item .target-pop .box-bottom .bottom-right.on i {
  display: none;
}
.focus-item .target-pop .box-bottom .bottom-right.on span:after {
  content: "已关注";
}
.focus-item .target-pop .box-bottom .bottom-right.on:hover span:after {
  content: "取消关注";
}
.focus-item .target-pop .box-bottom .bottom-right.off {
  background-color: #FEECEC;
  color: #f74645;
}
.focus-item .target-pop .box-bottom .bottom-right.off i {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 11px;
  background: url("../images/add.png") no-repeat center;
  background-size: contain;
  margin-top: -3px;
}
.focus-item .target-pop .box-bottom .bottom-right.off span:after {
  content: "关注";
}

#foot {
  width: 100%;
  background: #FFFFFF;
  border-radius: 0;
  z-index: 100;
  margin-top: 40px;
}

#foot .container {
  font-size: 13px;
  line-height: 20px;
  color: #7a7a7a;
  padding-top: 20px;
  min-height: 120px;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

#foot .container a {
  color: #7a7a7a;
}

#foot .container .friend-link-line {
  padding-bottom: 10px;
  overflow: hidden;
  height: 22px;
  text-align: center;
}

#foot .container .friend-link-line a {
  margin: 0 5px 0 5px;
}

#foot .container .nav-link-line {
  padding-bottom: 15px;
  text-align: center;
}

#foot .container .nav-link-line .split-char {
  margin: 0 10px 0 10px;
  color: #e1e1e1;
}

#foot .container .copyright-line {
  padding-bottom: 20px;
  text-align: center;
}

.page_big_bg {
  width: 100%;
  position: absolute;
  top: 158px;
  left: 0;
  height: 100%;
  max-height: 1000px;
  z-index: 1;
}

.page_big_bg-close {
  position: absolute;
  right: 20px;
  top: 178px;
  z-index: 100;
  opacity: 1;
  z-index: 1;
}

@-webkit-keyframes translateYFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@keyframes translateYFade {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes translateYFadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@keyframes translateYFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes heightFadeDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heightFadeDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes translateY {
  0% {
    -webkit-transform: translateY(0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(44px);
    opacity: 1;
  }
}
@keyframes translateY {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  100% {
    transform: translateY(44px);
    opacity: 1;
  }
}
.focus-item:first-child {
  margin-top: 30px;
}
