*{
    padding: 0;
    margin: 0;
}
ul {
    list-style: none;
}
img {
    vertical-align: middle;
    display: block;
}
a {
    color: #000;
    text-decoration: none;
}
/* a:hover {
    color: #73bfff;
} */

.headnav a:hover {
    color: #73bfff;
}

.logo {
    width: 104px;
    height: 104px;
}

.header {
    width: 100%;
}

/* .box {
    height: 800px;
} */
.show {
    margin: 0px auto;
    width: 80%;
    padding: 10px 0;
    .left, 
    .right {
        flex: 1;
    }
    .right {
        padding: 0 15px;
        text-align: center;
    }
}
.flex {
    display: flex;
}
.title_wz {
    color: #456ef6;
}

.head {
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .left {
        display: flex;
        align-items: center;
        height: 100%;
        flex: 0;
        min-width: calc(12.5rem + 104px + 30px);
        a {
            display: flex;
            align-items: center;
            color: #003EDF;
            img {
                width: 104px;
                height: 104px;
            }
            p {
                font-weight: 700;
                font-size: 2.5rem;
                display: flex;
                align-items: center;
                margin-left: 23px;
            }
        }
    }
    .right {
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
    }
}

.main {
    background-color: rgba(64,149,229,0.25);
    display: flex;
    justify-content: center;
    .show {
        align-items: center;
        padding-top: 30px;
    }
    .left {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        .border {
            position: absolute;
            top: 0;
            left: 25%;
            width: 425px;
            height: 715px;
            display: none;
        }
        .phone1 {
            z-index: 99;
            bottom: 0;
            width: 50%;
        }
    }
    .right {
        box-sizing: border-box;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        .description {
            position: relative;
            display: flex;
            width: 100%;
            .title {
                flex: 1;
                color: #3f69f6;
                font-weight: 700;
                display: flex;             
                align-items: center;
                justify-content: center;
                flex-direction: column;
            }
            .title_wz {
                font-size: 2.8rem;
            }
            .title_desc {
                font-size: 20px;
                color: rgba(119,40,245,0.6);
                margin-top: 14px;
            }
            .title:last-child {
                margin-top: 3rem;
            }
        }
    .drawdown {
        font-weight: 700;
    }    
    .download {
        width: 100%;
        .allbtn {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            font-weight: 700;
            margin-bottom: 30px;
            a {
                display: flex;
                width: 50%;
                justify-content: center;
            }
            .btn {
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #4d93ea;
                border-radius: 50px;
                margin: 10px 0;
                padding: 10px 1rem;
                color: #fff;
                img {
                    margin-right: 8px;
                    height: 1rem;
                }
            }
        }
    }  
    }
    
}
.content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(208,226,255,0.5);
    .show {
        display: flex;
        align-items: center;
        justify-content: space-between;
        .left {
            img {
                width: 100%;
            }
        }
        .right {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            h1 {
                font-size: 2.5rem;
                margin-bottom: 30px;
            }
            p {
                line-height: 1.5;
                color: #333333;
            }
        }
    }
}
.content1 {
    background-color:rgba(132,171,201,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    .show {
        display: flex;
        align-items: center;
        justify-content: space-between;
        .right {
            img {
                width: 95%;
                /* height: 780px; */
            }
        }
        .left {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            h1 {
                font-size: 2.5rem;
                margin-bottom: 30px;
            }
            p {
                line-height: 1.5;
                color: #333333;
            }
        }
    }
}
.content2 {
    background-color: #def0f5;
}
.content3 {
    background-color: #d3e1ec;
    height: auto;
    .show {
        width: 85%;
        h1 {
            text-align: center;
            padding-top: 40px;
            font-size: 2.5rem;
        }
        .nav {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            .box-img {
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #fff;
                margin: 25px 0;
                width: 30%;
                padding: 15px 20px;
                box-sizing: border-box;
                img {
                    display: block;
                    width: 100%;
                    vertical-align: middle;
                }
            }
        }
    }
}

.foot {
    background: #EFEFEF;
    padding: 40px 0 70px;
    .link {
        font-size: 1.5rem;
        line-height: 1.5;
        display: flex;
        align-items: center;
        p {
            height: 25px;
            width: 1px;
            background: #000;
            margin: 0 20px;
        }
    }
    .app {
        margin-top: 1rem;
        display: flex;
        font-size: 1.3rem;
        .name {
            width: 350px;
            line-height: 50px;
            display: inline-flex;
            div {
                flex-direction: column;
                align-items: center;
                display: flex;
            }
        }
        p {
            color: #0F40F5;
            span {
                color: #000;
            }
        }
        p.xy {
            margin-top: 12px;
        }
    }
}

.pointer {
    cursor: pointer;
}

.lq {
    display: flex;
    align-items: center;
    color: #0F40F5;
    font-size: 1.5rem;
    margin: 2rem 0;
    div {
        display: flex;
        align-items: center;
        font-size: 1rem;
        img {
            margin-left: 2rem;
            margin-right: 2rem;
            width: 2rem;
        }
        div {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }
    }
}

.donghua {
    overflow: hidden;
    justify-content: flex-start;
    align-items: end !important;
    padding: 50px 0 0 !important;
    .left {
        .phone1 {
            left: 10px;
            width: 40% !important;
            position: relative;
            img {
                border: 5px solid #000;
                border-bottom: 0;
                border-radius: 25px 25px 0 0;
            }
        }
        .phone2 {
            left: 10px;
            width: auto !important;
            margin-left: -40px;
            position: relative;
            width: 40% !important;
            bottom: 2px;
            img { 
                border: 5px solid #000;
                border-left: 0;
                border-radius: 0 25px 25px 0;    
            }
        }
        img {
            width: 100%;
            height: 100%;
            position: relative;
            z-index: 2;
            box-sizing: border-box;
        }
        .animate {
            z-index: 1;
            /* border: 5px solid #000; */
            border-radius: 25px 25px 0 0;
            position: absolute;
            width: 100%;
            left: 0;
            height: 100%;
            bottom: 0;
        }
    }
}

.privacy {
    line-height: 1.8;
    padding: 30px;
}

/*@font-face {
    font-family: '思源黑体';
    src: url('思源黑体2.ttf');
}*/

html {
/*    font-family: '思源黑体';*/
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, 
    "Helvetica Neue", sans-serif;
    font-weight: 600;
}


@media screen and (max-width:1000px) {
    body{
        font-size: 20px;
    }
    .show {
        width: 90%;
    }
    .head {
        height: 100px;
        img {
            height: 60px !important;
            width: 60px !important;
        }
    }
    .title_wz {
        font-size: 2rem !important;
    }
    .right {
        h1 {
            font-size: 2rem !important;
        }
    }
    .left {
        h1 {
            font-size: 2rem !important;
        }
    }
}

@media screen and (max-width: 750px)  {
    body{
        font-size: 14px !important;
    }
    .privacy {
        line-height: 2;
        padding: 20px;
    }
    .header {
        .head {
            height: 4rem !important;
        }
        .show {
            display: block !important;
            width: 100% !important;
        }
        .right {
            height: 0 !important;
        }
        .left {
            min-width: none !important;
            width: 100% !important;
            justify-content: center;
            img {
                height: 3rem !important;
                width: 3rem !important;
            }
            p {
                font-size: 2rem !important;
            }
        }
    }
    .mobile {
        display: none !important;
    }
    .show {
        .left,
        .right {
            box-sizing: border-box;
        }
        width: 100% !important;
        flex-direction: column;
        .right {
            padding-left: 0;
            padding-right: 0;
        }
    }
    .donghua {
        .left {
            padding-top: 10px;
            overflow: hidden;
        }
    }
    /*.title_wz {
        font-size: 1.6rem !important;
    }*/
    
    .title_wz {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 700; /* 使用系统支持的常规字重 */
    }
    .title_desc {
        font-size: 1rem !important;
    }
    .lq {
        display: flex;
        flex-direction: column;
        div {
            display: flex;
            flex-direction: column;
            img {
                margin: 10px 0; 
                transform: rotate(90deg);
            }
        }
    }
    .allbtn {
        .btn {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }
    }
    .content {
        .right {
           margin: 20px 0;
        }
    }
    .content1 {
        .left {
           margin: 20px 0;
        }
        .show {
            flex-direction: column-reverse;
        }
        .right img {
            width: 100% !important;
        }
    }
    .content3 {
        padding: 0 10px;
        h1 {
            font-size: 2rem !important; 
            padding-top: 1rem !important;
        }
    }
    .foot {
        padding: 0 20px;
        .link,
        .app {
            flex-wrap: wrap;
            font-size: 1rem;
        }
        .link {
            p {
                height: 1rem;
            }
        }
        .app {
            font-size: 0.8rem;
            flex-wrap: wrap;
            .name {
                width: 50% !important;
            }
            div {
                line-height: 1;
            }
        }
    }
    .box-img {
        padding: 6px 10px !important;
        margin: 10px 0 !important;
        width: 48.5% !important;
    }
}
/*当页面宽度大于1000px且小于1200px的时候执行，1000-1200*/
@media screen and (min-width:1000px) and (max-width: 1279px){
    body{
        font-size: 16px;
    }
    .show {
        width: 90%;
    }
    .head {
        height: 120px;
        img {
            height: 80px !important;
            width: 80px !important;
        }
    }
    .title_wz {
        font-size: 2rem !important;
    }
    .right {
        h1 {
            font-size: 2rem !important;
        }
    }
    .left {
        h1 {
            font-size: 2rem !important;
        }
    }
}
/*当页面宽度大于1280px且小于1366px的时候执行,1280-1366*/
@media screen and (min-width:1280px) and (max-width: 1366px){
    body{
        font-size: 20px;
    }
    .title_wz {
        font-size: 2rem !important;
    }
    .right {
        h1 {
            font-size: 2rem !important;
        }
    }
    .left {
        h1 {
            font-size: 2rem !important;
        }
    }
}
/*当页面宽度大于1440px且小于1600px的时候执行,1440-1600*/
@media screen and (min-width:1367px) and (max-width:1679px){
    body{
        font-size: 24px;
    }
}
/*当页面宽度大于1680px且小于1920px的时候执行,1680-1920*/
@media screen and (min-width:1680px) and (max-width:1920px){
    body{
        font-size: 28px;
    }
}
    body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.up {
    animation: upin 3s;
    span {
        display: inline-block;
        width: 2px;
        background: #000;
        position: absolute;
    }
    span:nth-child(1) {
        border-radius: 2px 0 0 2px;
        height: 15px;
        left: -2px;
        top: 50px;
    }
    span:nth-child(2) {
        border-radius: 2px 0 0 2px;
        height: 35px;
        left: -2px;
        top: 80px;
    }
    span:nth-child(3) {
        border-radius: 2px 0 0 2px;
        height: 35px;
        left: -2px;
        top: 130px;
    }
    span:nth-child(4) {
        border-radius: 0 2px 2px 0;
        height: 35px;
        right: -2px;
        top: 100px;
    }
}
/* @keyframes upin {
    0% {
        height: 0;
    }
    100% {
        bottom: -5px;
    }
} */
.leftin {
    animation: leftin 4s;
    border-radius: 0 25px 25px 0 !important;
    span {
        display: inline-block;
        height: 2px;
        background: #000;
        position: absolute;
    }
    span:nth-child(1) {
        border-radius: 2px 2px 0 0;
        width: 15px;
        top: -2px;
        right: 30px;
    }
    span:nth-child(2) {
        border-radius: 2px 2px 0 0;
        width: 35px;
        top: -2px;
        right: 60px;
        animation: showin 4s;
    }
    span:nth-child(3) {
        border-radius: 2px 2px 0 0;
        width: 35px;
        top: -2px;
        right: 110px;
        animation: showin 4s;
    }
    span:nth-child(4) {
        border-radius: 0 0 2px 2px;
        width: 35px;
        bottom: -2px;
        right: 60px;
        animation: showin 4s;
    }
}
/* 
@keyframes leftin {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes showin {
    0% {
        display: none;
    }
    30% {
        display: none;
    }
    100% {
        display: block;
    }
} */