html, body{
    margin: 0;
    padding: 0;
}

.line-column{
    width: 2px;
    height: 21px;
    background-color: #fff;
}

.circle-com{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #2E198F;
    background-color: #F1D333;
    position: absolute;
    top: -15px;
}

.circle1{
    left: 100px;
}
.circle2{
    right: 100px;
}

.box{
    width: 100%;
    height: auto;
    min-width: 1380px;
}

.bg-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-origin:content-box;
}

.header{
    width: 80%;
    height: 88px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.header img{
    width: 398px;
    height: 48px;
    margin-left: 15%;
}

.content-1{
    width: 100%;
    height: 840px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url('/static/images/com_bg_1_1.png');
}

/* .content-1-left{
    width: 738px;
    height: 626px;
} */

.content-1-left img{
    width: 738px;
    height: 626px;
}
.content-1-right {
    margin-left: 80px;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content-1-right-foot{
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc_3{
    width: 550px;
    height: 266px;
}
.iphone_1, .iphone_2, .iphone_3{
    display: none;
}
.qrCode{
    width: 160px;
    height: 160px;
    border: 1px solid;
    margin: 40px auto;
    background-image: url('../images/qrcode.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.star-box{
    display: flex;
    align-items: center;
}

.star{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.download-btn-box{
    width: 480px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.down-btn{
    width: 220px;
    height: 62px;
    line-height: 62px;
    border-radius: 10px;
    background-color: #FF6A44;
    text-align: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.down-btn:active{
    opacity: .9;
}

.content-2{
    width: 100%;
    height: auto;
    background-color: #A19CFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 68px 0px;
}

.content-2-box_c{
    border: 4px solid #2E198F;
    background-color: #fff;
    border-radius: 10px;
    max-width: 1200px;
    min-width: 950px;
    width: 75%;
    height: auto;
    padding: 40px 0px;
    position: relative;
}

.content-2-box1{
    /* width: 75%;
    height: auto;
    padding: 40px 0px; */
    margin-bottom: 68px;
}

.content-2-com-head{
    width: 310px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px auto;
    margin-bottom: 20px;
}
.content-2-box2-head{
    width: 515px;
}

.line-row{
    width: 50px;
    height: 4px;
    background-color: #2E198F;
    border-radius: 5px;
}

.content-2-com-head-t{
    font-size: 32px;
    color: #2E198F;
    font-weight: bold;
    height: 48px;
    line-height: 46px;
}

.content-2-box1-content{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.box1-content-bg{
    width: 390px;
    height: 260px;
    background-image: url('/static/images/pc_4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 90px;
}

.box1-content-l{
    width: 550px;
    min-width: 490px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.box1-content-l-item{
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.box1-content-l-item div:nth-child(1){
    width: 88px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 12px;
    background-color: #2E198F;
    margin-right: 15px;
}

.box1-content-l-item div:nth-child(2){
    flex: 1;
    height: 45px;
    text-align: left;
    line-height: 45px;
    background-color: #F1EEFF;
    color: #2E198F;
    border-radius: 12px;
    padding: 0px 10px;
}

.content-2-box2-content-head{
    width: 970px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.c2-bg-com{
    width: 400px;
    height: 64px;
    border-radius: 12px;
    padding: 0px 16px;
}   

.c2-left-bg-1{
    background-color: #E2E1FF;
}
.c2-left-bg-2{
    background-color: #ABA9FC;
    border-radius: 12px;
    padding: 0px 16px;
}
.c2-left-bg-3{
    height: 64px;
    line-height: 64px;
    background-color: #5B56F0;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    font-size: 28px;
    
}

.c2-right-bg-1{
    background-color: #E8E8E8;
}
.c2-right-bg-2{
    background-color: #D1D1D1;
    border-radius: 12px;
    padding: 0px 16px;
}
.c2-right-bg-3{
    height: 64px;
    line-height: 64px;
    background-color: #AAAAAA;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    font-size: 28px;
}

.vs{
    text-align: center;
    width: 80px;
    color: #000000;
    font-size: 36px;
    font-weight: bold;
}

.c2-text-com{
    width: 970px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto;
}

.c2-text-com-div1, .c2-text-com-div3{
    width: 400px;
    height: 85px;
    padding: 0px 16px;
    text-align: center;
    line-height: 85px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    font-family: SourceHanSansSC, SourceHanSansSC;
}

.c2-text-com-div2{
    background-color: #5B56F0;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    text-align: center;
    color: #FFE900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
}

.c2-text-left{
    color: #AAAAAA;
}

.content-3{
    width: 100%;
    height: auto;
    background-color: #474747;
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qrCode1{
    width: 160px;
    height: 160px;
    border: 1px solid;
    background-image: url('../images/qrcode.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer-download-btn{
    width: 250px;
    height: 60px;
    margin-top: 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f06944;
    color: #fff;
    cursor: pointer;
}
.footer-download-btn1{
    display: none;
}

.footer-download-btn:active{
    opacity: .9;
}

.content-3-f-t{
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #7c7c7c;
    font-size: 12px;
}

.content-3-f-t1{
    margin-top: 35px;
}

.content-3-f-t2{
    margin-top: 10px;
}

.goUrl{
    cursor: pointer;
}
/* .goUrl:hover{
    color: #9b9b9b;
} */
/* .goUrl:active{
    color: #bebebe;
} */

.line-column-1{
    margin: 0 10px;
}

.home-img{
    display: none;
}

.content-2-box3{
    display: none;
}

.ab-box{
    display: none;
}

.dialog-ios{
    display: none;
    width: 350px;
    height: 80px;
    background-color: rgb(0 0 0 / 65%);
    text-align: center;
    line-height: 30px;
    border: 1px solid gray;
    border-radius: 12px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
}

.dialog-ios div:nth-child(1){
    font-size: 18px;
    cursor: pointer;
    position: relative;
    right: -315px;
    color: #fff;
    width: 30px;
    height: 30px;
}

.dialog-ios div:nth-child(1):hover{
    color: gray;
}

.masking{
    display: none;
}