body { font-family: -apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,Arial,sans-serif; background: #f7f7f7; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

.container { width: 1200px; margin: 0 auto; height: 100%; }

.container2 { width: 990px; margin: 0 auto; }

@media screen and (max-width: 1199px) { .container { width: auto; margin: 0 2%; } }

@media screen and (max-width: 1024px) { .container2 { width: auto; margin: 0 2%; } }

.index-right {
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 100;
    -webkit-transform: translate(258px, 0);
    -moz-transform: translate(258px, 0);
    -ms-transform: translate(258px, 0);
    -o-transform: translate(258px, 0);
    transform: translate(258px, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -o-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -moz-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

    .index-right.on {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
        -o-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
        -moz-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
        transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    }

    .index-right .tip {
        float: left;
    }

    .index-right .qrcode {
        float: right;
    }
