
/*右侧固定*/
.guide{
    display: none;
}
.addrightfixed_box{
    width: 44px;
    /*background: #FFFFFF;*/
    border-radius: 4px 4px 4px 4px;
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 198;
}
.addrightfixed_box>a i{
    font-size: 20px;
    color: #AAAAAA;
}
.addrightfixed_box>a,
.call_plat_box{
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
}
.call_plat_box {
    position: relative;
    z-index: 1;
}
.addrightfixed_box .addwx,
.call_plat_box {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.addwx:hover .guide_bubble,
.addphone:hover .guide_bubble,
.addqq:hover .guide_bubble {
    display: block;
}

.guide_bubble {
    position: absolute;
    right: 50px;
    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;
}
.addrightfixed_box .addtop {
    width: 44px;
    margin: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.addrightfixed_box a{
    position: relative;
    display: block;
    /*align-items: center;*/
    /*justify-content: center;*/
    box-sizing: border-box;
    height: 44px;
    padding: 0px 10px;
    color: #aaa;
    text-align: center;
    cursor: pointer;
}
.addrightfixed_box a i{
    /*padding: 10px 0;*/
    border-bottom: 1px solid #DDD;
    font-size: 20px;
    line-height: 1;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addrightfixed_box a:last-child i {
    border: none;
}

.addrightfixed_box>a:hover, .call_plat_box>a:hover{
    text-decoration: none;
}
/*.addrightfixed_box>a{*/
/*    margin-top: 12px;*/
/*}*/
.addrightfixed_box a:hover i{
    color: #F31A2A;
}

/*.call_plat_box a {*/
/*    border-bottom: 1px solid #DDD;*/
/*}*/

/*.call_plat_box>a:nth-of-type(2):before{*/
/*    content: "";*/
/*    display: block;*/
/*    width: 24px;*/
/*    height: 1px;*/
/*    background: #DDDDDD;*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    top:0px;*/
/*}*/
/*.call_plat_box>a:nth-of-type(2):after{*/
/*    content: "";*/
/*    display: block;*/
/*    width: 24px;*/
/*    height: 1px;*/
/*    background: #DDDDDD;*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    bottom:0px;*/
/*}*/

.call_plat_box>a.addwx:hover .wechat_sao_box{
    display: block;
}
.wechat_sao_box{
    position: absolute;
    right: 44px;
    bottom: 0px;
    padding: 0px 12px 0 0;
    display: none;
}
.wechat_sao{
    padding: 8px;
    width: 150px;
    max-height: 200px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-sizing: border-box;
    border:1px solid #ddd
}
.wechat_sao:after{
    content: "";
    display: block;
    border: 7px solid transparent;
    border-left: 7px solid white;
    position: absolute;
    right: 0px;
    bottom: 16px;
}
.wechat_sao:before{
    content: "";
    display: block;
    border: 7px solid transparent;
    border-left: 7px solid #ddd;
    position: absolute;
    right: -1px;
    bottom: 16px;
}
.wechat_sao img{
    max-width: 134px;
    max-height: 184px;
}
/*.vip_body .wechat_sao img.buy_patent_wechat1{*/
/*    display: inline;*/
/*}*/
/*.iso_certification .wechat_sao img.addwechat{*/
/*    display: inline;*/
/*}*/
.addphone{
    position: relative;
}
.phone_module_box{
    width: 221px;
    height: 64px;
    background: url(../images/white_bg.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    right: 44px;
    font-size: 14px;
    line-height: 64px;
    padding-left: 10px;
    display: none;
    color: #333;
}
.addphone:hover .phone_module_box{
    display: block;
}
/* 悬浮固定项 */
.right_top--button-skip {
    top: -10px;
}
.right_top--button-skip {
    box-shadow: 0px 6px 12px rgba(0,0,0,0.05);
}

.right_top--button-skip .pcmicrositefont {
    font-size: 20px;
}
