.servicesPopover{
    padding:12px 0 !important;
}
.services{
    position: fixed;
    right: -28px;
    top: 60%;
    width: 132px;
    height: 132px;
    z-index: 999;
    background: url(../images/1.png) no-repeat center/cover;
}
.services .servicesBtn{
    width: 52px;
    height: 52px;
    position: absolute;
    top: 22px;
    right: 40px;
    cursor: pointer;
}
#services-operate .opeBox{
    padding: 10px 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    transition: all .5s;
}
#services-operate .opeBox:hover{
    background-color: #eff5fb;
}
#services-operate .opeBox .icon{
    width: 37px;
    height: 37px;
    margin-right: 9px;
}
#services-operate .opeBox .icon.icon1{
    background: url(../images/lf/icon-gold.png) no-repeat center;
    background-size: contain;
}
#services-operate .opeBox .icon.icon2{
    background: url(../images/lf/icon-silver.png) no-repeat center;
    background-size: contain;
}
#services-operate .opeBox .icon.icon3{
    background: url(../images/lf/mt4-btn-mt4-pc.png) no-repeat center;
    background-size: contain;
}
#services-operate .opeBox .icon.icon4{
    background: url(../images/lf/mt4-btn-mt4-ios.png) no-repeat center;
    background-size: contain;
}
#services-operate .opeBox .icon.icon5{
    background: url(../images/lf/mt4-btn-mt4-andriod.png) no-repeat center;
    background-size: contain;
}
#services-operate .opeBox .icon.icon6{
    background: url(../images/lf/mt4-btn-mt4-web.png) no-repeat center;
    background-size: contain;
}
#services-operate .opeBox .linkTitle{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #333;
}
#services-operate .opeBox .linkVer{
    font-size: 12px;
    color: #b9b9b9;
}
.servicesWeixin{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicesWeixin img{
    width: 112px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgb(0 151 253 / 65%);
}
@media screen and (max-width: 960px) {
    .services{
        background-size: 100% 100%;
        width: 88px;
        height: 88px;
        right: -15px;
        bottom: -20px;
    }
    .services .servicesBtn{
        width: 40px;
        height: 40px;
        position: absolute;
        top: 11px;
        right: 22px;
        cursor: pointer;
    }
}