
/*右侧固定*/
/*.guide{width:60px;position:fixed;right:40px;bottom:230px;_position:absolute;_top:expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 134+'px');display:block;}*/
.guide{
    width: 48px;
    height: 464px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 96%;
    display: block;
}
.guide a{display:block;width:50px;height:40px;background:url(../images/sprite_v2.png) no-repeat;margin-top:10px;text-decoration:none !important;font:14px/40px sans-serif;text-align:center;color:#fff !important;border-radius:2px;}
.guide a span{display:none;text-align:center;}
.guide a:hover .top{text-decoration:none;background-color:#39F;color:#fff;}
.guide a:hover .down{text-decoration:none;background-color:#39F;color:#fff;}
.guide a:hover.top span{display:block;width:50px;height:40px;background:#39F}
.guide a:hover.down span{display:block;width:50px;height:40px;background:#39F}
.guide .find{background-position:-84px -236px;}
.guide .report{background-position:-146px -236px;}
.guide .edit{background-position:-83px -185px;}
.guide .top{background-position:-150px -190px;}
.guide .go_down{background-position:-151px -241px;}
.guide-wrap .guide_buy,
.guide-wrap .guide_sell,
.guide-wrap .guide_code,
.guide-wrap .guide_phone,
.guide-wrap .guide_qq {
    width:48px;
    height:48px;
    line-height: 48px;
    border-radius:4px;
}
.guide-wrap .guide_buy .pcmicrositefont,
.guide-wrap .guide_sell .pcmicrositefont {
    font-size: 40px;
}

.guide-wrap .guide_code .pcmicrositefont,
.guide-wrap .guide_code_url .pcmicrositefont,
.guide-wrap .guide_phone .pcmicrositefont,
.guide-wrap .guide_qq .pcmicrositefont {
    font-size: 34px;
}

.guide-wrap .guide_buy{
    /*background:url(../images/guide_buy.png)  no-repeat 7px;*/
    background-color:rgba(12,198,123,1);
}
.guide-wrap a{
    position:relative;
}
.guide-wrap .guide_sell{
    /*width:48px;*/
    /*height:48px;*/
    /*background:url(../images/guide_sell.png)  no-repeat 7px;*/
    background-color:rgba(95,142,238,1);
    /*border-radius:4px;*/
    margin-top:1px;
}
.guide-wrap .guide_code,
.guide-wrap .guide_code_url{
    /*width:48px;*/
    /*height:48px;*/
    /*background:url(../images/guide_code.png)  no-repeat 9px;*/
    background-color:rgba(215,105,16,1);
    /*border-radius:4px;*/
    margin-top:1px;
}
.guide-wrap .guide_code:hover{
    /*width:48px;*/
    /*height:48px;*/
    /*background:url(../images/guide_code.png)  no-repeat 9px;*/
    background-color:#C71522;
    /*border-radius:4px;*/
    /*margin-top:1px;*/

}
/*.guide_code_pic{*/
/*    position:absolute;*/
/*    right:50px;*/
/*    top:-40px;*/
/*    display:none;*/
/*}*/
/*.guide-wrap .guide_code:hover .guide_code_pic{*/
/*    display:block;*/
/*}*/

.guide_code_pic.wechat,
.guide_code_pic.url {
    /*max-height: 142px;*/
    /*box-shadow: 0px 4px 24px 0px rgba(41,41,41,0.22);*/
}

.guide-wrap .img {
    position:absolute;
    right:50px;
    top:-40px;
    display:none;
    justify-content: center;
    align-items: center;
    width: 160px;
    min-height: 60px;
    background: #FFF;
    color: #333;
    box-shadow: 0px 4px 24px 0px rgba(41,41,41,0.22);
}

.guide-wrap img {
    /*width: 200px;*/
    max-width: 100%;
    max-height: 100%;
    line-height: 15px;
}

.guide-wrap .guide_code:hover .img{
    display: flex;
}

.guide-wrap .guide_qq{
    /*width:48px;*/
    /*height:48px;*/
    /*background:url(../images/guide_qq.png)  no-repeat 10px;*/
    background-color:rgba(215,105,16,1);
    /*border-radius:4px;*/
    margin-top:1px;
    /* margin-bottom:16px; */

}
.guide-wrap .guide_phone{
    /*width:48px;*/
    /*height:48px;*/
    /*background:url(../images/guide_phone.png)  no-repeat 10px;*/
    background-color:rgba(215,105,16,1);
    /*border-radius:4px;*/
    margin-top:1px;
    margin-bottom:16px;
}
.guide-wrap .guide_qq:hover{
    /*width:48px;*/
    /*height:48px;*/
    /*background:url(../images/guide_qq.png)  no-repeat 10px;*/
    background-color:#C71522;
    /*border-radius:4px;*/
    /*margin-top:1px;*/
    /*margin-bottom:16px;*/

}
.guide_bubble {
    position: absolute;
    right: 48px;
    top: 5px;
    display: none;
    /*width: 118px;*/
    height: 40px;
    padding-left: 10px;
    /* background: rgba(18,18,18,1); */
    background: url(../images/black_bg.png) center center/100% 100% no-repeat;
    background-size: viewport;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    opacity: 0.8;
    border-radius: 6px;
}
.guide-wrap a:hover .guide_bubble{
    display:block;
}

.white_bg{
    width:221px;
    height:70px;
    background:url(../images/white_bg.png)  no-repeat;
    opacity:1;
    position:absolute;
    top:-5px;
    right: 34px;
}
.guide_phone .white_bg span{
    color:#000000;
    display:block;
    font-size:14px;
    line-height:70px;
}

.left_bottom--button-skip,
.right_top--button-skip {
    background: #C71522;
}

.right_top--button-skip .pcmicrositefont {
    font-size: 24px;
}

.right_top--button-skip {
    height: 79px;
}
