*{
    padding:0;
    margin:0;
}
body,html {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
}
.left{
    float: left;
}
.right{
    float:right;
}
.clear:after,.clear:before {
    display: table;
    content: "";
    clear: both
}
.content{
    width:100%;
    height: 100%;
    display:none;
}
.main{
    width:100%;
    background: #00195C;
    background-size: 100% 100%;
    margin:0 auto;
    position: relative;
    padding: 12.3rem 0 7.4rem;

}
.bg{
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:100%;
    height:auto;
    z-index: 0;
}
.maina{
    position:relative;
    width:79.6%;
    /* min-width:1147px; */
    height:100%;
    margin:0 auto;
}
.maina_title{
    text-align: center;
    & h1{
        font-family: Montserrat;
        font-size: 5.2rem;
        font-weight: 600;
        line-height: 6.3rem;
        color:#fff;
        margin-bottom: 9rem;
    }
}
.item{
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 25, 92, 1);
    border-radius: 3rem;
    margin-bottom: 4.9rem;
    .item_title{
        display: flex;
        justify-content: space-between;
        height: 4.4rem;
        font-weight: 700;
        align-items:center;
        padding: 3rem 5rem 1.2rem;
        & h1{
            font-family: Montserrat;
            font-size: 3.6rem;
            font-weight: 700;
            color:#fff;
        }
        .ewm_button {
            width: 13.6rem;
            height: 100%;
            border-radius: 3.2rem;
            & a {
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 3.2rem;
                background: linear-gradient(101.38deg, #20FAFE 0%, #05BEEE 98.54%);
                display: flex;
                align-items:center;
                text-decoration: none;
                color: #fff;
                font-family: Montserrat;
                font-weight: 700;
                font-size: 1.6rem;
                justify-content: center;
                & img {
                    width: 1.4rem;
                    height: 1.2rem;
                    margin-left: 0.4rem;

                }
            }
        }
    }
    .desc{
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2rem;
        font-family: Montserrat;
        color:#fff;
        padding:0 5rem ;
        display: inline-block;
    }
    .step{
        margin: 3.9rem 4rem 4.5rem;
        padding: 1.1rem;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 1rem; 
        .step_img{
            width: 100%;
            border-radius: 1rem;
        }
    }
    .step1{
        margin: 3.9rem 3rem 4.5rem;
    }
}

.ewm{
    margin-top:6.5rem;
    display:flex;
    align-items:center;
    justify-content:flex-start;
}
.ewma{
    width: 13.6rem;
    height: 13.6rem;
    line-height:13.6rem;
    text-align:center;
    border: 1px solid #D6DBE4;
    background:#fff;
    border-radius:7px;
    font-size:0;
    & img{
        display:inline-block;
        width:13rem;
        height:auto;
        vertical-align:middle;
    }
}
.ewm_desc{
    margin-left:20px;
    text-align: left;
    & h3{
        font-family: PingFang SC;
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.8rem;
        color:#000026;
    }
    & p{
        font-family: Inter;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2.2rem;
        margin-top:4px;
        color:#A6A6B3; 
    }
    .button{
        margin-top:3rem;
        & a{
            display:inline-block;
            width: auto;
            height: 3rem;
            padding:0 1.2rem;
            border-radius:1.5rem;
            text-align:center;
            line-height:3rem;
            background:#000026;
            text-decoration:none;
            font-family: PingFang SC;
            font-size: 1.4rem;
            font-weight: 400;
            color:#fff;
            & img{
                width:1.7rem;
                height:auto;
                display:inline-block;
                vertical-align:middle;
                margin-bottom:2px;
            }
        }
    }
}
.con{
    display:none;
}

/* mobile */
@media screen and (max-width:992px) {
    .main{
        display:none;
    }
    .con{
        display:block;
        width:100%;
        min-height:100%;
        background:rgba(2, 13, 47, 1);
        overflow: hidden;
        margin:0 auto;
        position: relative;
    }
    .mlogo{
        position: absolute;
        top: 0;
        left: 0;
        width:100%;
        height:auto;
        display:block;
    }
    .cona{
        margin:8% auto 26px;
        text-align: center;
        position: relative;
    }
    .cona h1{
        color:#fff;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 36px;
        line-height: 48px;
    }
    .cont{
        position: relative;
        min-height:130px;
        margin: 0 16px 20px;
        border: 0.5px solid rgba(255, 255, 255, 0.3);
        background: rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        
    }
    .cont h2{
        font-family: Montserrat;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        margin: 16px 12px 10px;
    }
    .cont-l{
        border-radius: 16px;
        /* min-height: 68px; */
        padding:7px 0 ;
        display: flex;
        justify-content: space-between;
        align-items:center;
        margin: 10px 10px 16px;
        background: #fff;
    }
    .cont-l .name {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 8px ;
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        vertical-align: middle;
    }
    
    .cont-l .name img{
        width: 54px;
        height: 54px;
        margin-right: 12px;
    }
    .cont-b {
        width: 93px;
        height: 32px;
        margin-right: 7px;
        border-radius: 32px;
        background: linear-gradient(101.38deg, #20FAFE 0%, #05BEEE 98.54%);
        display: flex;
        align-items:center;
        justify-content: center;
    }
    .cont-b .icon{
        display:block;
        width:12px;
        height:auto;
        margin-right: 2.5px;
    }
    .cont-b .download{
        text-decoration: none;
        color: #fff;
        font-family: PingFang SC;
        font-weight: 600;
        font-size: 12px;

    }
}
/* weixin */
.wxtip {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}

.wxtip-icon {
    width: 52px;
    height: 67px;
    background-image: url(../img/right.png);
    background-size:100% 100%;
    display: block;
    position: absolute;
    right: 30px;
    top: 20px;
}

.wxtip-txt {
    padding-top: 107px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.refresh {
    text-align: center;
    margin-top: 2.5rem;
    display: none;
}

.refresh img {
    width: 2.5rem;
}