.floatBar {
    width: 35px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}
.floatBar:after{
    content: '';
    display: block;
    position:absolute;
    right: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background-color: #4d4d4d;
    z-index: -1;
}

.floatBar ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.floatBar ul li {
    width: 34px;
    height: 34px;
    margin: 2px 0;
    background-color: #4d4d4d;
}

.floatBar ul .li01 {
    margin-top: 238px;
}
@media (max-width: 1300px){
    .floatBar ul .li01 {
        margin-top: 130px;
    }
}

.floatBar ul .li08 {
    position: fixed;
    bottom: 6%;
    margin: 0;
}

.floatBar ul li a {
    display: block;
    width: 35px;
    height: 100%;
    position: relative;
}

.floatBar ul li i {
    display: inline-block;
    width: 35px;
    height: 34px;
    background-image: url("../images/css_sprites2.png");
}

.floatBar ul .li01 i {
  background-position: -72px -74px;
}

.floatBar ul .li02 i {
  background-position: -12px -75px;
}

.floatBar ul .li03 i {
  background-position: -135px -11px;
}

.floatBar ul .li04 i {
  background-position: -133px -68px;
}

.floatBar ul .li05 i {
  background-position: -13px -14px;
}

.floatBar ul .li06 i {
  background-position: -11px -134px;
}

.floatBar ul .li07 i {
  background-position: -74px -13px;
}

.floatBar ul .li08 i {
  background-position: -69px -133px;
}

.floatBar ul .li07 i:after {
    content: "";
    display: block;
    width: 35px;
    height: 34px;
    background: url("../images/bar_icon07.gif") no-repeat center center;
}

.floatBar ul li span {
    display: inline-block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #f31d22;
    position: absolute;
    top: 0;
    left: 35px;
}

.floatBar ul li img {
    display: block;
    width: 110px;
    height: 110px;
}

.floatBar ul li b {
    display: block;
    margin-top: -6px;
    color: #3d3d3d;
    font-weight: normal;
}

.floatBar ul li:hover a {
    background: #F31D22;
}

.floatBar ul li:hover span {
    /* 老版 */
    background: #fff;
    /* 新版 */
    background: #f31d22;
    color: #fff;
    left: -110px;
}


/*加入对比*/
.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;
}

/* .every_goods_catalogue_content {
    overflow: hidden;
} */

.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 span {
    left: 400px;
}

.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;
}
