.right-fix .main {
    background-image: url(http://www.shycjobs.com/template/default/index/images/right_fixed.png);
    background-color: rgba(0, 0, 0, 0.7);
    width: 125px;
    height: 370px;
    position: fixed;
    top: 50%;
    margin-top: -100px;
    opacity: 1;
    right: 0;
    z-index: 99999;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.xf_adv2{ right:255px; position:fixed; top:22%; z-index:100}
.right-fix .main .right-fix-top {
    width: 120px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}
.right-fix .main .right-fix-top span img {
    width: 100px;
    height: 100px;
}
.right-fix .main .right-fix-top p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}
.right-fix .main .right-fix-bottom {
    width: 115px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}
.right-fix .main .right-fix-bottom p {
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
}
.right-fix .main .right-fix-bottom p.phone {
    font-size: 15px;
    padding: 8px 8px;
    background: #cb904e;
    border-radius: 5px;
    font-family: Arial;
}
.right-fix .main .right-fix-bottom p.phone a{
    text-decoration: none;
    color: white;
}
.right-fix .main .close {
    position: absolute;
    top: -20px;
    left: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    cursor: pointer;
}
.right-fix .main .lclose {
    position: absolute;
    top: -20px;
    right: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    cursor: pointer;
}
/* .right-fix .main .close:hover {
  transform: rotate(180deg);
  top: -24px;
} */
.right-fix .tel {
    position: fixed;
    top: 45%;
    opacity: 0;
    right: -76px;
    cursor: pointer;
    z-index: 99999;
}