<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background: #ffffff;
    min-height: 900px;
}
/* å¤´éƒ¨ */
#download-wrap .download-head{
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
}
#download-wrap .download-head .home{
    line-height: 30px;
}
#download-wrap .download-head .home .iconfont{
    margin-right: 4px;
}
/* å¤´éƒ¨ç»“æŸ */
/* ä¸­é—´å†…å®¹åŒº */
#download-wrap .download-con{
    height: 470px;
    background: url('./download-bg.jpg') no-repeat center;
}
.download-con .content-l{
    margin-top: 40px;
}
.download-con .content-r .content-Imgword{
    margin-top: 24px;
}
/* æ‰«ç&nbsp;ä¸‹è½½ */
.download-con .content-r .contentR-QRcode{
    width: 500px;
    height: 200px;
    background: #60bfff;
    border-radius: 5px;
    margin-top: 20px;
}
.contentR-QRcode .QRcode-l{
    float: left;
    width: 153px;
    padding-top: 13px;
    margin-left: 32px;
}
.contentR-QRcode .QRcode-l img{
    border-radius: 4px;
}
.contentR-QRcode .QRcode-l .tip{
    font-size: 18px;
    color: #333;
    margin-top: 4px;
}

/* æ¸©é¦¨æç¤º */
.contentR-QRcode .QRcode-r{
    float: right;
    width: 240px;
    height: 126px;
    border: 2px dashed #fff;
    border-radius: 4px;
    margin-right: 32px;
    margin-top: 35px;
    color: #333;
    padding: 14px;
}
.contentR-QRcode .QRcode-r .title{
    font-size: 18px;
}
.contentR-QRcode .QRcode-r .tip-words{
    font-size: 16px;
}
/* ä¸­é—´å†…å®¹åŒºç»“æŸ */
/* åº•éƒ¨ */
#download-wrap .download-foot{
    margin-top: 30px;
    margin-bottom: 60px;
}

.download-foot .foot-r{
    font-size: 18px;
    color: #333;
}
.download-foot .foot-r .title{
    font-weight: bold;
}
.download-foot .invite-code-wrap{
    display: none;
    margin-bottom: 10px;
}
/* åº•éƒ¨ç»“æŸ */
/* å®‰å“ä¸‹è½½æç¤º */
.android-down{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}
.android-down img{
    width: 100%;
    min-height: 100%;
}
@media(max-width:768px){
    #download-wrap{
        overflow: hidden;
    }
    .download-con .content-r .content-Imgword{
        width: 100%;
        margin-top: 20px;
    }
    /*ä¸ŠåŠéƒ¨åˆ†é«˜åº¦*/
    #download-wrap .download-con{
        height: auto;
    }
    /* ç§»åŠ¨ç«¯æ‰«ç&nbsp;ä¸‹è½½ */
    .download-con .content-r .contentR-QRcode{
        background:none;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .contentR-QRcode .QRcode-l .QRcodeL-item{
        height: 48px;
        line-height: 48px;
        background: #fff;
        border-radius: 48px;
        text-align: center;
        font-size: 18px;
        color: #4acc14;
        margin-bottom: 21px;
    }
    .contentR-QRcode .QRcode-l .QRcodeL-item:last-child{
        margin-bottom: 10px;
    }
    .contentR-QRcode .QRcode-l .QRcodeL-item .iconfont{
        font-size: 30px;
        vertical-align: sub;
        margin-left: 10px;
    }
    .contentR-QRcode .QRcode-r{
        float: left;
        border: none;
        width: 120px;
        margin-top: 0;
        margin-right: 0;
        margin-left: 20px;
    }
    .contentR-QRcode .QRcode-r .mobile-app{
        width: 120px;
    }
    .download-con .content-r .tip-word{
        color: #fff;
        font-size: 14px;
        margin-bottom: 7px;
    }
    /* åº•éƒ¨ */
    #download-wrap .download-foot{
        margin-top: 10px;
        margin-bottom: 100px;
    }
    .download-foot .foot-l img{
        float: left!important;
        width: 60px;
        margin-bottom: 10px;
    }
    .download-foot .foot-r{
        font-size: 14px;
    }
}</pre></body></html>