<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS Document */
*{margin:0;padding:0;}
body{font-size:12px;font-family:"å¾®è½¯é›…é»‘";min-width: 1200px;background: #fff!important;}
ul{list-style:none;}
img{border:none;}
a{text-decoration:none;outline:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
em,i{font-style: normal;}
.header-bar,.new-header{
    position: relative;
    top: 0;
    left: 0;
    z-index: 11;
}
.community-div{
    width: 100%;
    height: 100%;
    background: #fff;
}
.community-nav{
    width: 100%;
    height:145px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}
.community-nav-inner{
    width: 1410px;
    height: 145px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.logo{
    width: 211px;
    height: 56px;
    background: url("../img/logo.png") no-repeat;
}
.nav-p{
    width:500px;
    display: flex;
    justify-content: center;
}
.nav-p a{
    font-size: 20px;
    color: #333;
    padding: 0 30px;
}
.community-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    white-space: nowrap;
    display: flex;
}
.section-left{
    width:510px;
    height: 800px;
    position: relative;
}
.section-phone-content {
    position: absolute;
    left: 115px;
    top: 150px;
    width: 265px;
    height: 518px;
    overflow: hidden;
    transition: transform 350ms,opacity .5s,
    -webkit-transform 350ms;
    -webkit-transition-timing-function: cubic-bezier(.25,.1,.25,1);
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.section-phone-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2238px;
    background: url(../img/phone-content.png) repeat-y center left/265px auto;
    -webkit-animation: move-top 30s linear infinite;
    animation: move-top 30s linear infinite
}
.section-phone{
    width: 100%;
    height: 100%;
    background: no-repeat center center/contain;
    opacity:1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    /*-webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);*/
    -webkit-transition: all 350ms;
    transition: all 350ms;
    -webkit-transition-timing-function: cubic-bezier(.25,.1,.25,1);
    transition-timing-function: cubic-bezier(.25,.1,.25,1);
    background-image: url("../img/com-phone.png");
}
@-webkit-keyframes move-top {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -1638px, 0);
        transform: translate3d(0, -1638px, 0)
    }
}

@keyframes move-top {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, -1638px, 0);
        transform: translate3d(0, -1638px, 0)
    }
}
.section-right{
    width:540px;
    height: 500px;
    margin-left: 40px;
}
.right-title{
    width: 500;
    height: 70px;
    background: url("../img/right_title.png") no-repeat;
    margin-top: 220px;
}
.download-btn{
    display: flex;
    margin-top: 60px;
}
.download-btn .button{
    width: 235px;
    height: 60px;
    border-radius:30px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    box-shadow:3px 3px 20px 3px rgba(131, 131, 131, 0.35);
    background-image: linear-gradient(#fea625,#fea625);
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.download-btn  .button span{
    width: 38px;
    height: 46px;
    background-repeat: no-repeat;
    background-image: url("../img/apple.png");
    margin-right: 10px;
}
.download-btn .btn2 span{
    background-image: url("../img/android.png");
}
.download-btn .btn2{
    margin-left: 23px;
}
.download-btn .button:hover::after{
    content: "";
    width:220px;
    height: 225px;
    background: url("../img/down_code.png") no-repeat;
    position: absolute;
    top:70px;
    left: 50%;
    transform: translateX(-50%);
}
.list-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background: #fff;
}
.list-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background: #fff
}

.list-bg .bg-waves,.list-bg .waves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
    margin-bottom: -5px
}
.list-bg .parallax &gt; use {
    -webkit-animation: move-forever 14s linear infinite;
    animation: move-forever 14s linear infinite
}
.list-bg .parallax &gt; use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    fill-opacity: .5;
}
.list-bg .parallax &gt; use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    fill-opacity: 1
}
@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}












</pre></body></html>