@keyframes newrotating {
    0% {
        background-position: right 0;
    }
    100% {
        background-position: right 100%;
    }
}
.fixed-right-body{
    position: fixed;
    z-index: 2000;
    right: 100px;
    bottom: 30%;
}
.fixed-right-top{
    height: 136px;
    padding-top: 45px;
}


.fixed-right-mid{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
    box-shadow: 0 8px 20px 1px rgba(55, 99, 170, 0.2);
    background: linear-gradient( 180deg, #FFFFFF 0%, #F6F7FF 100%);
    border: 2px solid #FFFFFF;
    width: 60px;
    padding: 20px 0;
    margin-top: 12px;
}
.fixed-right-mid-item{
    cursor: pointer;
    position: relative;
    color: #1c1d1f;
    text-align: center;
}
.fixed-right-mid-item:hover{
    color: #4990f7;
}
.fixed-right-mid-item>:nth-child(1){
    font-size: 24px;
    font-weight: bold;
}
.fixed-right-mid-item>:nth-child(2){
    font-size: 12px;
    margin-top: 8px;
}
.fixed-right-mid-line{
    height: 1px;
    background: #f0f3f7;
    margin: 22px 0;
}
.fixed-right-mid-line:last-child{
    display: none;
}
.fixed-right-bottom{

    padding-top: 10px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    box-shadow: 0 8px 20px 1px rgba(55, 99, 170, 0.2);
    background: linear-gradient( 180deg, #FFFFFF 0%, #F6F7FF 100%);
    border: 2px solid #FFFFFF;
    color: #1c1d1f;
    font-size: 12px;
    cursor: pointer;
}
.fixed-right-bottom img{
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
}
.fixed-right-mid-frame{
    display: none;
    position: absolute;
    width: fit-content;
    top: 0px;
    right: 56px;
    padding-right: 12px;
}
.fixed-right-mid-frame>div{
    position: relative;
    background: linear-gradient( 180deg, #FFFFFF 0%, #F6F7FF 100%);
    padding: 10px 2px;
    width: 240px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 1px rgba(55,99,170,0.2);
    border: 2px solid #FFFFFF;
    color: #1c1d1f;
    font-size: 12px;
    text-align: left;
}
.fixed-right-mid-frame>div::before{
    border: 5px solid transparent;
    border-left-color: #fff;
    content: " ";
    height: 0;
    left: 100%;
    margin-top: -20px;
    position: absolute;
    top: 32px;
    width: 0;
}
.fixed-right-mid-frame-header{
    display: flex;
    align-items: center;
    padding: 0 6px;
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
}
.fixed-right-mid-frame-header img{
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.fixed-right-mid-frame-item{
    border-top: 1px solid #F5F5F5;
    padding: 10px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}
.fixed-right-mid-frame-item .icon-telegram{
    font-size: 28px;
    color: #4990f7;
}
.fixed-right-mid-frame-item .icon-skype-fill{
    font-size: 28px;
    color: #4990f7;
}
.fixed-right-mid-frame-item>div{
    width: 70%;
    display: flex;
    align-items: center;
}
.fixed-right-mid-frame-item>div .icon-sexm{
    font-size: 10px;
    color: #2981ff;
    font-weight: bold;
    margin-left: 4px;
}
.fixed-right-mid-frame-item>div .icon-sexw{
    font-size: 10px;
    color: rgb(241, 161, 175);
    font-weight: bold;
    margin-left: 4px;
}
.fixed-right-top-frame{
    display: none;
    position: absolute;
    width: fit-content;
    top: -220px;
    right: 60px;
    padding-right: 12px;
}
.fixed-right-top-frame>div{
    background-color: white;
    background-image: url('../image/bg.png');
    background-repeat: no-repeat;
    padding: 95px 20px 16px 20px;
    width: 684px;
    border-radius: 16px;
    box-shadow: 0px 7px 24px 0px rgba(125, 131, 137, 0.1);
}
.fixed-right-top-frame-box{
    padding: 0 20px;
}
.fixed-right-top-frame-title{
    font-weight: 500;
    font-size: 16px;
    color: #1c1d1f;
    line-height: 38px;
}
.fixed-right-top-frame-service{
    display: flex;
    flex-wrap: wrap;
}
.fixed-right-top-frame-service-item{
    display: flex;
    align-items: center;
    height: 36px;
    width: 25%;
}
.fixed-right-top-frame-service-item .iconfont{
    color: #4990f7;
    font-size: 20px;
}
.fixed-right-top-frame-service-item .iconfont:first-child{
    color: #60bd64;
}
.fixed-right-top-frame-service-item>div{
    color: #5f6069;
    font-size: 14px;
    margin-left: 4px;
}
.fixed-right-top-frame-service-item:hover>div{
    color: #2981ff;
}
.fixed-right-top-frame-line{
    height: 1px;
    background: #eaebef;
    margin: 18px 0;
}
.fixed-right-top-frame-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}
.fixed-right-top-frame-footer a{
    font-size: 16px;
    color: #626266;
}
.fixed-right-top-frame-footer a:hover{
    color: #2981ff;
}
.fixed-right-top-frame-footer-phone{
    display: flex;
    align-items: center;
    color: #2981ff;
    border: solid 1px #2981ff;
    border-radius: 50px;
    height: 41px;
    background: #f4f9ff;
    font-size: 16px;
    padding: 0 20px;
}
.fixed-right-top-frame-footer-phone>:nth-child(1){
    font-size: 24px;
    margin-right: 8px;
}
.fixed-right-top-frame-footer-phone>:nth-child(3){
    font-size: 14px;
}
/* 手机样式 */
@media (max-width: 1024px) {
    .fixed-right-body{
        display: none;
    }
}