/*! guide.css*/
.guide {
    display: none;
    width: 52px;
    margin-left: 570px;
    position: fixed;
    left: 51.5%;
    bottom: 40px;
    z-index: 99;
    _position: absolute;
    /*_top: expression(documentElement.scrollTop + documentElement.clientHeight - this.clientHeight - 40 + 'px');*/
}

.guide .item {
    border: 1px solid #e5e5e5;
    height: 50px;
    line-height: 16px;
    margin-top: 8px;
    display: block;
    text-align: center;
    color: #fff
}

.guide .item.active {
    border: 1px solid #e5e5e5;
    color: #fff;
    text-decoration: none;
}

.guide .item .txt {
    padding: 8px 10px 0;
    height: 42px;
    display: none;
    background: #fff;
    color: #686868;
}

.guide .item.active .txt {
    display: block;
}

.guide .ewm .txt, .guide .share .txt {
    margin-left: -1px;
    z-index: 3;
    position: relative;
}

.guide .share .txt {
    padding-top: 18px;
    height: 32px;
}

.guide .ewm {
    position: relative;
}

.guide .ewm-pic {
    z-index: 2;
    position: absolute;
    width: 228px;
    height: 246px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 3px;
    bottom: -1px;
    right: 50px;
    display: none;
}

.guide .active .ewm-pic {
    display: block;
    text-align: center;
}

.guide .ewm-pic .qrcode {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin: 20px auto 0;
}

.guide .ewm-pic .qrcode-tit {
    display: block;
    text-align: center;
    color: #333;
    line-height: 30px;
    font-size: 15px;
}

body .guide .share {
    position: relative;
}

body .guide .pc-share-wrap {
    border: 1px solid #e5e5e5;
    position: absolute;
    z-index: 2;
    right: 50px;
    bottom: -1px;
    background: #fff;
    padding: 12px 15px
}

body .guide .bdshare-warp {
    width: 180px;
    position: absolute;
    cursor: pointer;
    display: none
}

body .guide .active .bdshare-warp {
    display: block;
}

body .guide .bdshare-warp .bd-txt {
    display: none;
}

body .guide .bdshare-button-style0-16 {
    zoom: 1;
}

body .guide .bdshare-button-style0-16 a {
    width: 26px;
    height: 26px;
    background-color: transparent;
    padding: 0;
    margin: 0px 5px;
    float: left;
    background-image: url(//www1.pconline.com.cn/2014/ue/share/images/art_tools.png) !important
}

body .guide .bdshare-button-style0-16 a.bds_more {
    display: none
}

body .guide .active .bdshare-button-style0-16 a.bds_more {
    display: none
}

body .guide .bdshare-button-style0-16 a.bds_weixin {
    background-position: 0 0 !important
}

body .guide .bdshare-button-style0-16 a.bds_qzone {
    background-position: -27px 0 !important
}

body .guide .bdshare-button-style0-16 a.bds_tsina {
    background-position: -54px 0 !important
}

body .guide .bdshare-button-style0-16 a.bds_tqq {
    background-position: -81px 0 !important
}

body .guide .bdshare-button-style0-16 a.bds_renren {
    background-position: -108px 0 !important
}

body .guide .bdshare-button-style0-16 a.bds_kaixin001 {
    background-position: -135px 0 !important
}

body .guide .bdshare-button-style0-16 a.bds_sqq {
    background-position: -162px 0 !important
}

/*.guide-fix{_top:expression(documentElement.scrollTop + documentElement.clientHeight - this.clientHeight - 250 + 'px');bottom:auto;}*/


.guide .ewm-khd {
    background-position: -138px 0px
}

.guide .share {
    background-position: -138px -53px
}

.guide .ewm-twjc {
    /*background-position: -138px -106px;*/
    background: url("../images/index/Email.png") no-repeat center center;
    background-size: 35px 35px;
    background-position-y: -1px;
}

.guide .ewm-khd {
    /*background-position: -138px -106px;*/
    background: url("../images/index/QQ.png") no-repeat center center;
    background-size: 35px 35px;
    background-position-y: -1px;
}

.guide .top {
    background-position: -138px -159px
}




