<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.head {
    width: 850px;
    height: 392px;
    background: #2AAE67;
    border-radius: 0px 0px 100px 100px;
    position: relative;
}

.head-top {
    width: 820px;
    height: 90px;
    padding: 15px;
    display: flex;
    align-items: center;
}

.top-left {
    width: 70%;
}

.top-left img {
    height: 52px;
    margin-left: 20px;
}

.top-right {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.top-right a {
    color: #A1E7C3;
    font-size: 16px;
}

.top-right .active-on {
    color: #FFFFFF;
}

.head-desc {
    display: flex;
    justify-content: space-between;
    padding-left: 90px;
    margin-top: 30px;
    padding-right: 60px;
}

.desc-left {
    width: 80%;
    height: 100px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    padding-right: 15px;
}

.desc-right .windows-bg {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    color: #E8FFF2;
    background-color: hsla(0, 0%, 100%, .07);
}

.desc-right .windows-bg:hover {
    background-color: hsla(0, 0%, 100%, .2);
}

.desc-right .windows-bg img {
    width: 28px;
    height: 28px;
    margin-top: 20px;
}

#videopc {
    display: block;
}

#videomobile{
    display: none;
}

.video {
    width: 800px;
    position: absolute;
    top: 245px;
}

.video video {
    width: 800px;
    margin-left: 25px;
    height: 460px;
    border-radius: 20px;
}

.title {
    width: 850px;
    font-size: 24px;
    color: #474C50;
    line-height: 42px;
    text-align: center;
    margin-top: 50px;
}

.title-desc {
    width: 850px;
    font-size: 14px;
    color: #ADBCC9;
    text-align: center;
}

.desc-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: 25px;
}

.desc-content .list {
    width: 250px;
    height: 180px;
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    margin-left: 8px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
}

.desc-content .list img {
    width: 40px;
    height: 40px;
}

.desc-content .list .list-title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #474C50;
    line-height: 60px;
}

.desc-content .list .list-desc {
    width: 214px;
    height: 40px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #888E93;
    line-height: 20px;
    text-align: left;
}


.ad-content{
    display: flex;
    flex-wrap: wrap;
    width: 850px;
    justify-content: space-around;
    background-color: #fff;

    padding: 15px;
    margin-bottom: 25px;
}
.ad-content .ad-list img{
    width: 240px;
    height: 90px;
}
.ad-content .ad-list img:hover{
    opacity: 0.9;
}

.link{
    padding-top: 15px;
}
.link h1{
    font-size: 14px;
    font-weight: bolder;
    color: #333;
}
.link a{
    font-size: 12px;
    color: #555;
    margin: 10px;
}
.link a:hover{
    color: #07C160;
    text-decoration: underline;
}


.footer {
    width: 850px;
    height: 100px;
    padding-top: 20px;
    background: #ffffff;
    color: #555555;
    text-align: center;
    font-size: 12px;

    margin-bottom: 80px;
}

.down-bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    background: rgba(0, 0, 0, 0.77);
    display: none;
}

.down {
    width: 520px;
    height: 310px;
    background: #ffffff;
    margin: auto;
    text-align: center;
    margin-top: 15%;
    border-radius: 12px;
}

.down .down-colse {
    width: 500px;
    padding-top: 10px;
    text-align: right;
}

.down .down-colse img {
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.down .down-title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-top: 40px;
}

.down .down-btn {
    width: 440px;
    height: 100px;
    margin: auto;
    border-radius: 4px;
    background-color: #07c160;
    line-height: 1.2;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 20px;
    display: flex;
}

.down .down-btn:hover {
    background-color: #2AAE67;
}

.down .down-btn .down-img {
    padding-left: 20px;
    padding-top: 12px;
}

.down .down-btn .down-img img {
    width: 33px;
    height: 33px;
}

.down .down-btn .down-right {
    text-align: left;
    padding-left: 5px;
}

.down .down-btn .btn-title {
    font-size: 16px;
    padding-top: 10px;
}

.down .down-btn .btn-desc {
    font-size: 13px;
    margin-top: 10px;
    margin-right: 10px;
    color: #eee;
}

.down .btn-warn {
    font-size: 12px;
    color: red;
}

.down-footer {
    width: 850px;
    margin: auto;
    height: 72px;
    background: #2AAE67;
    position: fixed;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.down-footer-content {
    display: flex;
    align-items: center;
}

.down-footer .down-footer-img {
    padding-left: 50px;
    padding-top: 8px;
    padding-right: 8px;
}

.down-footer .down-footer-img img {
    width: 48px;
    height: 48px;
}

.down-footer-center-title {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

.down-footer-center-desc {
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.down-footer-right-btn {
    width: 116px;
    height: 38px;
    background: rgba(255, 255, 255, 0.79);
    border-radius: 29px 29px 29px 29px;
    font-weight: 400;
    font-size: 14px;
    color: #07C160;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    margin-right: 50px;
}

.down-footer-right-btn:hover {
    background: #FFFFFF;
}

@media (max-width: 767.98px) {
    .warp {
        width: 100%;
    }

    .head {
        width: 100%;
    }

    .head-top {
        width: 100%;
    }

    .top-right a{
        font-size: 14px;
    }
    .top-left{
        width: 50%;
    }
    .top-right{
        width: 50%;
    }
    .head-desc{
        margin-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .top-left img {
        height: 30px;
        margin-left: 10px;
    }
    .desc-right .windows-bg{
        width: 70px;
        height: 70px;
    }
    .desc-right .windows-bg img{
        margin-top: 12px;
    }

    #videopc {
        display: none;
    }
    
    #videomobile{
        display: block;
    }

    .video {
        width: 100%;
        top: 150px;
    }

    .video video {
        width: 100%;
        border-radius: 0px;
        margin-left: 0px;
    }

    .desc-content .list{
        width: 45%;
        padding: 10px;
    }

    .desc-content .list .list-desc{
        width: 100%;
    }

    .title {
        width: 100%;
    }

    .title-desc {
        width: 100%;
    }

    .footer {
        width: 100%;
    }
    .down{
        width: 90%;
    }

    .down .down-colse{
        width: 95%;
    }

    .down-footer{
        width: 100%;
    }

    .down-footer .down-footer-img{
        padding-left: 20px;
    }

    .down-footer-right-btn{
        margin-right: 20px;
    }

    .ad-content{
        width: 100%;
        background-color: #fff;
    
        padding: 15px;
        margin-bottom: 25px;
    }

    .ad-content .ad-list img{
        margin: 10px;
    }
}</pre></body></html>