<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
}

.app-download-body {
    /* width: 1920px; */
    margin: 0 auto;
    min-height: calc(100vh - 575px);
    /* height: 787px; */
    background: url(../images/app-download-main-bg.png) center center no-repeat;
    background-size: cover;
    /* background-origin: border-box; */
    /* background-clip: content-box; */
    background-color: #EAEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-download-main-content {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.app-download-left {
    width: 950px;
    height: 574px;
    position: relative;
    margin-top: -50px;
    margin-left: -80px;
    z-index: 1;
}
.app-download-right {
    width: 420px;
    margin-left: -90px;
    position: relative;
    z-index: 2;
}
.app-download-right-title {
    width: 100%;
    margin-top: 52px;
}
.app-download-right-intro {
    width: 420px;
    height: 64px;
    background: url(../images/app-download-right-intro-bg.png) no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(10px 10px 10px rgba(120, 189, 242, 0.3));
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 26px;
}
.app-download-right-intro-logo {
    height: 38px;
}
.app-download-right-list-box {
    margin: 23px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.app-download-right-list {
    text-align: center;
    color: #707A85;
    transition: all .3s;
    cursor: pointer;
}
.app-download-right-list:hover {
    transform: scale(1.1);
}
.app-download-right-list-img {
    width: 50px;
}
.app-download-right-list-img4 {
    width: 40px;
    height: 55px;
}
.app-download-right-list-img5 {
    margin-bottom: -10px;
}
.app-download-right-list-fonts1 {
    font-size: 20px;
    font-weight: bold;
}
.app-download-right-list-fonts2 {
    font-size: 12px;
}
.app-download-right-qrcode-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 26px;
    color: #7C8591;
    text-align: center;
    margin-left: 10px;
}
.app-download-right-qrcode-list {
    width: 198px;
    height: 210px;
    background: url('../images/app-download-right-qrcode-normal.png') left top no-repeat;
    background-size: 174px 188px;
    position: relative;
    transition: all .3s;

    display:flex;
    align-items: center;
    justify-content: center;
}
.app-download-right-qrcode-list-activing {
    width: 198px;
    height: 210px;
    background: url('../images/app-download-right-qrcode-activing.png') -4px -4px no-repeat;
    background-size: 100% 100%;

    display:flex;
    align-items: center;
    justify-content: center;
}
.app-download-right-qrcode-list-fonts1 {
    font-size: 20px;
    font-weight: 500;
    margin-left: -30px;
    transition: all .3s;
    font-weight: bold;
}
.app-download-right-qrcode-list-fonts2 {
    font-size: 16px;
    margin-left: -30px;
    transition: all .3s;
}
.app-download-right-qrcode-list-fonts3 {
    font-size: 18px;
}
.app-download-right-qrcode-list-fonts4 {
    /* margin-top: 22px; */
    margin-left: -8px;
}
.app-download-right-qrcode-list-fonts5 {
    margin-left: -8px;
}
.app-download-right-qrcode-icon {
    position: absolute;
    width: 18px;
    transition: all .3s;
}
.app-download-right-qrcode-icon1 {
    top: 14px;
    left: 14px;
}
.app-download-right-qrcode-icon2 {
    top: 14px;
    right: 48px;
    transform: rotate(90deg);
}
.app-download-right-qrcode-icon3 {
    bottom: 58px;
    left: 14px;
    transform: rotate(270deg);
}
.app-download-right-qrcode-icon4 {
    bottom: 58px;
    right: 48px;
    transform: rotate(180deg);
}
.qr-img-normal {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 120px;
    transition: all .3s;
}
.qr-code-fonts {
    position: absolute;
    font-weight: 500;
    line-height: 22px;
    color: #7C8591;
    top: 150px;
    left: 8px;
    font-size: 12px;
    width: 150px;
    text-align: center;
}
.app-download-right-qrcode-list-fonts-activing {
    text-shadow: 7px 5px 5px rgba(0, 0, 0, .3);
    transition: all .3s;
}
.app-download-right-qrcode-list:hover .app-download-right-qrcode-icon1 {
    left: 14px;
}
.app-download-right-qrcode-list:hover .app-download-right-qrcode-icon2 {
    right: 48px;
}
.app-download-right-qrcode-list:hover .app-download-right-qrcode-icon3 {
    left: 14px;
    bottom: 58px;
}
.app-download-right-qrcode-list:hover .app-download-right-qrcode-icon4 {
    right: 48px;
    bottom: 58px;
}
.app-download-left-img {
    width: 100%;
    /* transform: scale(0); */
    animation:downloadImgScale .8s ;
}
.app-download-right-title-box {
    width: 420px;
    height: 51px;
    overflow: hidden;
}
.app-download-right-intro-box {
    width: 420px;
    height: 64px;
    margin-top: 20px;
    animation:downloadImgScale .8s ;
}
.app-download-right-qrcode-left,
.app-download-right-qrcode-right
 {
    cursor: pointer;
}

@-webkit-keyframes downloadImgScale {
    from{
        transform: scale(0);
    }
    to{
        transform: scale(1);
    }
}
</pre></body></html>