.floatBar {
  width: 40px;
  position: fixed;
  right: 0;
  top: 50%;
  /* bottom: 0;*/
  z-index: 999999;
  height: 400px;
  margin-top: -200px;
}

.floatBar ul {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.floatBar ul li {
  width: 40px;
  height: 50px;
  background: #fff;
}

.floatBar ul li:hover {
  background: #eff1f3;
}

.floatBar ul .li01 {
  /*margin-top: 338px;*/
}

@media (max-width: 1300px) {
  .floatBar ul .li01 {
    margin-top: 130px;
  }
}

.floatBar ul li a {
  display: block;
  width: 40px;
  height: 100%;
  position: relative;
}

.floatBar ul li i {
  display: block;
  margin: auto;
  background-image: url("../images/css_sprites.png");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.floatBar ul .li01 i {
  width: 19px;
  height: 28px;
  background-position: -64px -74px;
}

.floatBar ul .li02 i {
  width: 19px;
  height: 27px;
  background-position: -163px -15px;
}

.floatBar ul .li03 i {
  width: 19px;
  height: 27px;
  background-position: -113px -74px;
}

.floatBar ul .li04 i {
  width: 19px;
  height: 28px;
  background-position: -15px -74px;
}

.floatBar ul .li05 i {
  width: 19px;
  height: 29px;
  background-position: -64px -15px;
}

.floatBar ul .li06 i {
  width: 19px;
  height: 29px;
  background-position: -15px -15px;
}

.floatBar ul .li08 i {
  width: 20px;
  height: 27px;
  background-position: -113px -15px;
}

.floatBar ul li .resource {
  display: block;
  width: 296px;
  height: 264px;
  text-align: center;
  border: 2px solid #e62129;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 42px !important;
  margin-top: -140px;
}

.floatBar ul li:hover .resource {
  left: -308px !important;
}

.floatBar ul li .resource::after {
  content: "";
  display: block;
  width: 9px;
  height: 17px;
  background: url("../images/css_sprites.png") -15px -132px;
  position: absolute;
  top: 130px;
  right: -9px;
}

.floatBar ul li .tt {
  display: none;
  width: 80px;
  height: 40px;
  line-height: 40px;
  background: #e62129;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  border-left: 4px solid #3f3f3f;
  position: absolute;
  top: 5px;
  left: -89px;
}

.floatBar ul li:hover .tt {
  display: block;
}

.floatBar ul li .tt:after {
  content: "";
  display: block;
  border-left: 5px solid #e62129;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 14px;
  right: -5px;
}

.resource .hdtit {
  font-size: 16px;
  color: #fff;
  height: 46px;
  line-height: 46px;
  background: #e62129;
  border-bottom: 2px solid #e62129;
  margin-bottom: 20px;
}

.resource .hdtit b {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 15px 7px 0 0;
  background: url("../images/css_sprites.png") -163px -72px;
}

.resource>p {
  font-size: 16px;
  color: #212121;
  padding: 10px 0;
  font-weight: bold;
}

.resource>b {
  display: block;
  font-size: 12px;
  color: #878787;
  font-weight: normal;
}

.resource>b b {
  font-weight: normal;
  color: #e62129;
}

/*加入对比*/
.binum {
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: 999;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #F31D22;
}

.exceed {
  color: #7f7f7f;
  background: #F1F1F1;
}

.u-flyer {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  top: 520px;
  z-index: 99999;
}

/*客服真假验证*/
.pop_verify {
  width: 688px;
  height: 510px;
  border: 15px solid rgba(1, 1, 1, .6);
  background-color: #fff;
  position: fixed;
  left: 50%;
  margin-left: -344px;
  top: 50%;
  margin-top: -255px;
  z-index: 999999;
  display: none;
}

.pop_verify_hd {
  height: 56px;
  line-height: 56px;
  background: url(../images/pop_verify_tbg.jpg) left top repeat-x;
  overflow: hidden;
}

.pop_verify_hd span.tit {
  font-size: 18px;
  background: url(../images/icon_pop_verify.png) left center no-repeat;
  margin-left: 18px;
  color: #fff;
  padding-left: 42px;
}

.pop_verify_hd a.close {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/pop_verify_close.png);
  margin-top: 17px;
  margin-right: 18px;
}

.pop_verify_bd {
  width: 425px;
  margin: 0 auto;
  clear: both;
  padding: 50px 0 45px 0;
  overflow: hidden;
}

.pop_verify_bd li {
  clear: both;
  vertical-align: top;
  padding-bottom: 28px;
  position: relative;
  overflow: hidden;
}

.pop_verify_bd li .inp {
  width: 413px;
  *width: 396px;
  height: 48px;
  border: 1px solid #ddd;
  padding-left: 10px;
  line-height: 48px \9;
  font-size: 14px;
  color: #898888;
  overflow: hidden;
}

.pop_verify_bd li .btn {
  width: 264px;
  height: 44px;
  background: url(../images/pop_verify_btn.jpg) left top repeat-x;
  border: none;
  color: #fff;
  font-size: 18px;
  margin-left: 78px;
  cursor: pointer;
}

.pop_verify_ft {
  clear: both;
  text-align: center;
  overflow: hidden;
}

.pop_verify_ft .t1 {
  clear: both;
  font-size: 14px;
  color: #242424;
  padding-bottom: 20px;
}

.pop_verify_ft .t1 strong {
  color: #80c11c;
  font-size: 18px;
}

.pop_verify_ft .t2 {
  padding-bottom: 28px;
}

.pop_verify_ft .t3 {
  color: #242424;
  font-size: 14px;
}

#darkbg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999998;
  display: none;
}

/*加入对比侧边栏*/
.right_compareItem {
  float: left;
  width: 316px;
  height: 100%;
  background: #ffffff;
  position: fixed;
  right: -316px;
  top: 0;
  z-index: 99999;
}

.right_compareItem_title {
  text-align: center;
  height: 85px;
  width: 316px;
  overflow: hidden;
  position: fixed;
  top: 0;
  background: url("../images/right_compare_title.png");
  background-size: 100% 100%;
  z-index: 1;
}

.right_compareItem_title>div {
  margin-top: 30px;
  float: left;
}

.right_compareItem_title>div:nth-child(1) {
  margin-left: 19px;
  margin-top: 38px;
  cursor: pointer;
}

.right_compareItem_title>div:nth-child(2) {
  width: 247px;
  text-align: center;
  line-height: 85px;
  margin-top: 0;
}

.right_compareItem_title>div:nth-child(3) {
  width: 30px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-top: 31px;
  cursor: pointer;
}

.shop_compare_span1 {
  font-size: 18px;
  color: #373737;
  font-weight: bold;
}

.back_arrow {
  margin-left: 19px;
  width: 20px;
  height: 14px;
  background: url("../images/compare_sprites_1.png");
  background-position: -18px 59px;
}

.wrap_close_btn {
  border-radius: 2px;
  width: 30px;
  height: 24px;
  background: #ff692f;
  text-align: center;
}

.title_close_btn {
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 14px;
  line-height: 24px;
}

.shop_compare_span {
  font-size: 18px;
  color: #373737;
  font-weight: bold;
}

.compare_goods_catalogue {
  width: 100%;
  margin-top: 103px;
}

.recommend_store1 {
  margin-top: 0;
}

.icon_t_mall {
  margin: 18px 9px 0 0;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.every_goods_catalogue {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin: 18px 12px 0 15px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d4d4d4;
}

.every_goods_catalogue>* {
  float: left;
}

.last_border {
  border-bottom: 0 dashed transparent;
  padding: 16px 12px 15px 17px;
}

.compare_span {
  color: #ff692f;
}

.commend_span {
  color: #e10b23;
  display: inline-block;
  margin-left: 24px;
}

.catalogue_recommend {
  margin: 18px 0 0 0;
  padding: 0 12px 16px 15px;
}

.every_goods_wrap_span {
  display: block;
  width: 193px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.every_goods_different {
  margin-bottom: 13px;
}

.wrapCompare_rec {
  width: 100%;
  overflow: hidden;
}

.wrapCompare_rec>* {
  float: left;
}

.icon_close_btn {
  margin-top: 3px;
  float: right;
  width: 10px;
  height: 10px;
  background: url("../images/compare_sprites_1.png");
  background-position: -204px 58px;
  vertical-align: sub;
  cursor: pointer;
}

#clear_footbar_compare {
  cursor: pointer;
}

.icon_close_btn:hover {
  background: url("../images/compare_sprites_1.png");
  background-position: -105px 56px;
}

.compare_goods_btn {
  display: inline-block;
  width: 110px;
  height: 38px;
  background: #f41d22;
  border-radius: 5px;
  text-align: center;
}

.compare_goods_btn a {
  color: #ffffff;
  line-height: 38px;
}

.floatBar_compare {
  right: 0;
}

.floatBar_compare ul li .resource {
  left: 400px !important;
}

.compare_choose_intro {
  padding: 0 26px 0 6px;
}

/*推荐店铺*/
.commend_store {
  width: 100%;
  height: 54px;
  position: static;
  background: url("../images/commend_bg.png");
}

.commend_store>.recommendBackArrow {
  margin-top: 22px !important;
}

.wrapShopSpan {
  line-height: 54px !important;
}

.recommendBtn {
  width: 89px;
  height: 31px;
  background: #ff9421;
}

.recommendBtn a {
  line-height: 31px;
}

/*下面刷新*/
.refresh {
  width: 100%;
  height: 77px;
  text-align: center;
  color: #474747;
  font-size: 16px;
  position: relative;
}

.refresh>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.wrap_contact_compare {
  text-align: center;
}

.good_contact,
.add_compare1 {
  display: inline-block;
  width: 95px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  background: #ff4a4a;
}

.add_compare1 {
  background: #ff7e00;
  margin-right: 0;
}

.good_contact img {
  vertical-align: sub;
}

.good_more {
  text-align: center;
}

.tip_list_compare {
  text-align: center;
  margin-right: 56px;
}

.goods_sort_title {
  overflow: hidden;
  text-align: center;
}

.goods_sort_title li {
  line-height: 60px;
}

.sort_box img {
  vertical-align: middle;
}

.goods_sort_title li {
  cursor: pointer;
  float: left;
}

.goods_sort_title li span {
  color: #323232;
  font-size: 16px;
}

.goods_sort_title li:hover span {
  color: #e81d17;
}

.more_store {
  cursor: pointer;
}

/*加入对比的button*/
.add_compare_recommend {
  width: 50px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #b0b0b0;
  background: transparent;
  float: right;
}

.add_recommend_icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("../images/grey_add_icon.png");
}

.add_compare_recommend:hover {
  background: #f41d22;
  color: #fff;
}

.add_compare_recommend:hover .add_recommend_icon {
  background: url("../images/white_add_icon.png");
}

/*加入对比弹框*/
.fault_pop_up_window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.fault_pop_up_window_content {
  width: 560px;
  height: 314px;
  background: #fff;
  border-radius: 2px;
  z-index: 100;
  margin: auto;
  text-align: center;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -280px;
  display: none;
}

.fault_pop_up_compare_btn {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  position: absolute;
  right: -22px;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
}

.fault_tip_word {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #6d6d6d;
  padding-left: 20px;
}

.compare_fault_btn {
  height: 56px;
  width: 100%;
  text-align: center;
  line-height: 56px;
  border-top: 1px solid #eaeaea;
  color: #6d6d6d;
  cursor: pointer;
}

.compare_watching_icon {
  margin-top: 78px;
}

.compare_tip_watching {
  margin: 22px 0 75px 0;
  color: #6d6d6d;
}

/*给推荐店铺选中的目标按钮设置成红色*/
.on .add_compare {
  background: #f41d22;
  color: #fff;
}

.on .add_compare .add_recommend_icon {
  background: url("../images/white_add_icon.png");
}

/*这里是添加没有商品的一个li*/
.compareGoodsNone {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 245px;
  text-align: center;
  padding: 70px 0 54px 0;
  font-size: 0;
}

.compareGoodsNone div {
  margin: auto;
}

.compareGoodsNone p {
  font-size: 12px;
  margin: 28px 0 14px 0;
}

.compareGoodsNone a {
  font-size: 12px;
  color: #1cb2ff;
  text-decoration: underline;
}

.wrapCompare_rec .on {
  background: #f41d22;
  color: #fff;
}

.wrapCompare_rec .on .add_recommend_icon {
  background: url("../images/white_add_icon.png");
}

/*这里上面是添加没有商品的一个li*/
/* 新加css */
.every_goods_catalogue_content .every_goods_wrap_span {
  width: auto;
  display: inline-block;
  max-width: 193px;
  margin-top: 16px;
}

.every_goods_catalogue_content .goods_name_first {
  position: relative;
}

.every_goods_catalogue_content .goods_name_first i {
  display: inline-block;
  width: 54px;
  height: 20px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: -32px;
  background: url("../images/icon_guohu.png") no-repeat center;
}

/*双十一活动浮窗*/
.double_eleven {
  width: 191px;
  height: 148px;
  background: url("../images/img_hd_fc.png") no-repeat;
  position: fixed;
  left: 45px;
  bottom: 140px;
  z-index: 9999;
  padding-top: 30px;
  box-sizing: border-box;
}

.activity_link {
  display: block;
  width: 100%;
  height: 90px;
}

.clear_fc {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icon_gb1.png") no-repeat;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 999;
  transition: all 0.2s linear;
  cursor: pointer;
}

.clear_fc:hover {
  background: url("../images/icon_gbh2.png") no-repeat;
}

.double_eleven_p1 {
  width: 210px;
  height: 120px;
  background: url("../images/doubleeleven.png") no-repeat;
  position: fixed;
  left: 45px;
  bottom: 140px;
  z-index: 9999;
  padding-top: 30px;
  box-sizing: border-box;
}

.activity_link_p1 {
  display: block;
  width: 100%;
  height: 90px;
}

.clear_fc_p1 {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/icon_gb1.png") no-repeat;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 999;
  transition: all 0.2s linear;
  cursor: pointer;
}

.clear_fc_p1:hover {
  background: url("../images/icon_gbh2.png") no-repeat;
}

.double_eleven_p2 {
  width: 201px;
  height: 146px;
  background: url("../images/fenwei4.png") no-repeat;
  position: fixed;
  left: 20px;
  bottom: 140px;
  z-index: 9999;
  padding-top: 30px;
  box-sizing: border-box;
}

.activity_link_p2 {
  display: block;
  width: 100%;
  height: 120px;
}

.clear_fc_p2 {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  cursor: pointer;
  background: url("../images/zs_bj44.png") no-repeat;
}

/*客服真假验证改版*/
#serveUp {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  background-color: black;
  opacity: 0.5;
  filter: alpha(opacity=10);
  display: none;
}

.distinguish_serve {
  width: 572px;
  height: 460px;
  margin-top: -230px;
  margin-left: -286px;
  position: fixed;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  z-index: 99999;
  display: none;
}

.serve_clear {
  position: absolute;
  top: 22px;
  right: -30px;
  z-index: 9;
  width: 24px;
  height: 24px;
  background: url("../images/icon_clear.png") no-repeat;
  cursor: pointer;
}

.distinguish_bj {
  box-sizing: border-box;
  width: 100%;
  height: 391px;
  padding: 73px 30px 0 30px;
  background: url("../images/bg.png") no-repeat;
}

.result_bj {
  height: 460px;
  background: url("../images/bgh.png") no-repeat;
}

.result_bj .serve_result {
  display: block;
}

.serve_title h1 {
  height: 32px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
}

.serve_title p {
  height: 18px;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
}

.verify_serve {
  position: relative;
  margin-top: 72px;
}

.verify_serve_put {
  position: relative;
  width: 512px;
  height: 44px;
}

.hint_text {
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 9;
  width: 512px;
  height: 16px;
  font-size: 12px;
  color: #FF7800;
  line-height: 16px;
}

.serve_input {
  position: relative;
  width: 373px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px 0 0 4px;
}

.clear_put {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 999;
  width: 16px;
  height: 16px;
  background: url("../images/icon_zs3.png") no-repeat;
  cursor: pointer;
  display: none;
}

.serve_input input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  color: #323E53;
  line-height: 44px;
}

.serve_btn {
  position: relative;
  width: 139px;
  height: 44px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 44px;
  background: #DA161E;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.serve_btn::before {
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-right: 24px;
  vertical-align: middle;
  content: '';
  background: url("../images/icon_zs2.png") no-repeat;
}

.serve_btn::after {
  position: absolute;
  top: 19px;
  left: 48px;
  z-index: 9;
  display: block;
  width: 1px;
  height: 9px;
  background: #FAF0E9;
  opacity: 0.5;
  content: '';
}

.explain_text {
  margin-top: 54px;
  height: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #180E0D;
  line-height: 14px;
}

.explain_text i {
  color: #DA161E;
  font-weight: bold;
}

.explain_text::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  vertical-align: bottom;
  content: '';
  background: url("../images/icon_zs1.png") no-repeat;
}

.serve_result {
  display: none;
  box-sizing: border-box;
  padding-left: 28px;
  margin-top: 27px;
}

.serve_img {
  width: 94px;
  height: 94px;
  background: url("../images/icon_zs4.png") no-repeat;
}

.serve_hint {
  margin-left: 27px;
}

.serve_hint span {
  display: block;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #8093B4;
  line-height: 18px;
}

.serve_hint p {
  height: 34px;
  font-size: 25px;
  color: #ED5C00;
  font-weight: bold;
  line-height: 34px;
  margin-top: 2px;
}

.serve_hint p::after {
  display: inline-block;
  width: 27px;
  height: 13px;
  margin-left: 5px;
  vertical-align: super;
  content: '';
  background: url("../images/icon_zs5.png") no-repeat;
}

.serve_hint i {
  display: block;
  height: 20px;
  font-size: 14px;
  color: #556580;
  line-height: 20px;
  margin-top: 15px;
}

.fake_serve .serve_img {
  background: url("../images/icon_zs4h.png") no-repeat;
}

.fake_serve .serve_hint p {
  color: #4C5361;
}

.fake_serve .serve_hint p::after {
  background: url("../images/icon_zs5h.png") no-repeat;
}