.body {
    background-color: #FBFBFF;
    line-height: 8px;
    font-family: OPPOSans;
}

@font-face {
    font-family: OPPOSans ;
    src: url("../font/OPlusSans3-Light.subset.ttf");
}

.font {
    color:rgb(41, 158, 253);
    text-align: center;
}

.domainlist {
    height: 12px; 
    width: 90px; 
    background-color: #78c0f0;  
    margin: 0 auto;
    display: initial;
    border-radius: 3px;
}

.domain {
    color: rgb(17, 116, 141);
}

.QRcode1 {
    align-items: center;
    margin: 0 auto;
    width: 426px;
    height: auto;
}

a.alipay {
    color: rgba(255, 255, 255, 0);
}

.QRcode2{
    align-items: center;
    margin: 0 auto;
    width: 213px;
    height: auto;
}

.footnote{
    position: fixed;
    bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;
    color: rgb(155, 155, 155);
    font-size: 50%;
}

.footnotehr {
    width: 400px;
    border: none;
    background-color: #c9c9c9;
    height: 2px;
}

.qq{
    transition-duration: 0.4s;
}

.qq:hover{
    transform:scale(1.3) ;
    background-color: #FBFBFF;
    margin-top: -200px;
}

.wechat{
    transition-duration: 0.4s;
}
.wechat:hover{
    transform:scale(1.5) ;
    background-color: #FBFBFF;
    margin-left: -100px;
}