
*{

    padding:0;
    margin:0;
    box-sizing: border-box;
    color:#333;
    font-family:"HarmonyOS";
}
@font-face {

    font-family: 'HarmonyOS';
   
    src: url('../font/HarmonyOS_Sans_SC_Regular.ttf');
   
}
@font-face {

    font-family: 'HarmonyOS';
   
    src: url('../font/HarmonyOS_Sans_SC_Bold.ttf');
   
    font-weight:bold;
}

@font-face {

    font-family: 'HarmonyOS_Medium';
   
    src: url('../font/HarmonyOS_Sans_SC_Medium.ttf');
   
}

@font-face {

    font-family: 'Baskervville';
   
    src: url('../font/Baskerville-Regular.ttf');
   
}

@font-face {

    font-family: 'Baskervville';
   
    src: url('../font/Baskerville-Italic.ttf');
   
    font-style: italic;
}
@font-face {

    font-family: 'Baskervville';
   
    src: url('../font/Baskerville-Bold.ttf');
   
    font-weight: bold;
}
html{
    overflow-x: hidden;
}
.headerWrap{
    height: 123px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(214,214,214,0.25);
    padding:0 2%;
}
.center{
    width:100%;
    max-width:1440px;
    margin:0 auto;
}
.headerWrap .headerBox{
    height:123px;
    display:flex;
    justify-content: space-between;
}
.headerWrap .headerBox .logo{
    display:flex;
    align-items: center;
    text-decoration: none;
}
.headerWrap .headerBox .logo img{
    width:60px;
    margin-right:16px;
}
.headerWrap .headerBox .logo .logoText .largeText{
    font-size:28px;
    color:#000;
    line-height:32px;
    margin-bottom:2px;
}
.headerWrap .headerBox .logo .logoText .smallText{
    font-size:14px;
    color:#000;
    line-height:16px;
}
.headerWrap .headerBox .downloadBtn{
    display:flex;
    align-items: center;
}
.headerWrap .headerBox .downloadBtn .aBtn{
    margin-right:24px;
    position:relative;
}
.headerWrap .headerBox .downloadBtn .aBtn:last-child{
    margin:none;
}
.headerWrap .headerBox .downloadBtn .aBtn .link img{
    height:38px;
}
.headerWrap .headerBox .downloadBtn .aBtn .qrcodeBox{
    display:none;
    position:absolute;
    top:100%;
    left:-12px;
    width:180px;
    border-radius: 16px;
    background-color: #fff;
    padding:24px;
    flex-direction: column;
    align-items: center;
    z-index: 99;
}
.headerWrap .headerBox .downloadBtn .aBtn:hover .qrcodeBox{
    display:flex;
}
.headerWrap .headerBox .downloadBtn .aBtn .qrcodeBox img{
    width:100px;
}
.headerWrap .headerBox .downloadBtn .aBtn .qrcodeBox .qrcodeDesc{
    font-size:16px;
    color:#2F2F2F;
    
    text-align: center;
    white-space: nowrap;
}
.bodyWrap{
    width:100vw;
    height:100vh;
    display:flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    
    padding: 0 2%;
}
.bodyWrap.bg{
    background-color: rgba(126, 150, 233, 0.10);
}

.bodyWrap .bodyBox{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.bodyWrap .bodyBox .textBox .t1{
    color:#7E96E9;
    font-size:16px;
    margin-bottom:24px;
}
.bodyWrap .bodyBox .textBox .t1:before{
    display:inline-block;
    content:" ";
    width:40px;
    height:2px;
    vertical-align: middle;
    background-color: #7E96E9;
    margin-right:10px;
}
.bodyWrap .bodyBox.main .textBox .largeText{
    font-size:56px;
}
.bodyWrap .bodyBox .textBox .largeText{
    font-size:40px;
    font-family: 'HarmonyOS_Medium';
    line-height:84px;
    margin-bottom:24px;
}
.bodyWrap .bodyBox.main .textBox .largeText .tbg{
    position:relative;
}
.bodyWrap .bodyBox.main .textBox .largeText .tbg:before{
    display:block;
    content:" ";
    width:100%;
    height:24px;
    position:absolute;
    bottom:0;left:0;
    background: rgba(126, 150, 233, 0.30);
}
.bodyWrap .bodyBox .textBox .desc{
    font-size:20px;
    color:#979797;
    line-height:30px;
    margin-bottom:80px;
}
.bodyWrap .bodyBox .textBox .downloadBtn{
    display:flex;
    justify-content: space-between;
}
.bodyWrap .bodyBox .textBox .downloadBtn img .link{
}
.bodyWrap .bodyBox .textBox .downloadBtn img{
    height:38px;
}
.bodyWrap .bodyBox .textBox .downloadBtn a.download{
    text-decoration: none;
    height:48px;
    border-radius: 48px;
    display:inline-block;
    padding:0 50px;
    line-height:48px;
    font-size:20px;
    border:1px solid #2F2F2F;
}
.bodyWrap .bodyBox .imgBox{
    position:relative;
}
.bodyWrap .bodyBox .imgBox img{
    position: relative;
    max-width:800px;
    max-height: 80vh;
}
.bodyWrap .bodyBox.main .imgBox .bg{
    background-color: rgba(126, 150, 233, 0.10);
    width:100vw;
    height:200vh;
    position:absolute;
    top:-50%;left:45%;
}

.aboutBox{
    background-color: #7E96E9;
    border-radius: 48px;
    padding:4% 6.25%;
    margin-bottom:124px;
}
.aboutBox .aboutTitle{
    font-size:40px;
    font-family: 'HarmonyOS_Medium';
    margin-bottom:3%;
    color:#fff;
    text-align: center;
}
.aboutBox p{
    font-size:16px;
    color:#fff;
    line-height:32px;
    margin-bottom:2%;
}

.footerWrap{
    background-color: #2F2F2F;
    color:#fff;
    padding-top:120px;
    padding-bottom:95px;
    padding-left: 2%;
    padding-right: 2%;
}
.footerWrap .largeText{
    font-size:32px;
    font-family: 'HarmonyOS_Medium';
    color:#fff;
    margin-bottom:40px;
}
.footerWrap .descText{
    font-size:16px;
    color:#fff;
    margin-bottom:16px;
}
.footerWrap .descText a{
    color:#5793f0
}

.footerWrap .bottom{ 
    margin-top:8%;
    display:flex;
    justify-content: space-between;
}
.footerWrap .bottom .left{
    color:#fff;
}
.footerWrap .bottom .left a{
    margin-left:32px;
    color:#fff;
}
.footerWrap .bottom .left a:last-child{
    margin:0;
}

/*协议*/
.bodyWrap.agreementWrap{
    display:block;
    background: #FAFAFA;
    box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.25);
    padding-top:80px;
    height:auto;
    padding-bottom:72px;
}
.agreement{
    max-width: 1440px;
    margin: 0 auto;
    line-height:24px;
    padding:0 16px;
}
.agreement .title{
    text-align: center;
    font-size:32px;
    color:#30284F;
    font-weight: bold;
    margin-bottom:80px;
}
.agreement p{
    font-size:16px;
    color:#30284F;
    line-height:24px ;
    margin-bottom:24px;
    
    text-align: justify;
    word-break: break-all;
    
    word-wrap: break-word;
}
.agreement p a{
    color:#007AFF;
    
    text-align: justify;
    word-break: break-all;
}
.agreement .subtitle{
    font-size:24px;
    color:#30284F;
    margin-bottom:24px;
    font-weight: bold;
}


.downloadBody{
    min-height:100vh;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.downloadBody .logo{
    /* display:flex;
    justify-content: center;
    flex-direction: column; */
}
.downloadBody .logo img{
    width:20vw;
    height:20vw;
}
.downloadBody .logo .txt{
    font-family: 5.333vw;
    font-weight: bold;
    text-align: center;
}
.downloadBody .downloadBox .btn{
    display:block;
    width:78.666vw;
    /* height:5.172vh; */
    height:11.2vw;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:4.53vw;
    border-radius: 60px;
    text-decoration: none;
}
.downloadBody .downloadBox .btn1{
    background: #7E96E9;
    color:#fff;
    margin-bottom:1.97vh;
}
.downloadBody .downloadBox .btn2{
    color:#7E96E9;
    background-color: #fff;;
    border:2px solid #7E96E9;
} 
.downloadBody .downloadBox .btn2.hide{
    display:none;
}
.downloadBody .descBox p{
    max-width:80.66vw;
    color:#979797;
    font-size:3.2vw;
    text-align: center;
}
.downloadBody.friend{
    background:url(../images/foam.png) no-repeat;
    background-size:100% auto;
    
    justify-content: space-evenly;
}
.downloadBody .friendTxt{
    font-size: 6vw;
    font-weight: bold;
    background: linear-gradient(to right, #ff0000, #ffff00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    max-width:51.33vw;
}
.downloadBody .trBox{
    width:72.13vw;
    position:relative;
}
.downloadBody .trBox .trBg{
    width:100%;
}
.downloadBody .trBox .tr1{
    position:absolute;
    /* background:red; */
    width: 96.67%;
    height: 31.59%;
    right:0;
    top:0;
    /* padding: 10.89% 9.7%; */
    padding: 0 9.7%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    /* x51 y57 */
    font-size: 5.33vw;
    color:#393939;
}
.downloadBody .trBox .tr2{
    position:absolute;
    /* background:blue; */
    width: 96.67%;
    height: 33.33%;
    right:0;
    top:31.59%;
    padding: 0 9.7%;
    display:flex;
    /* justify-content: center; */
    align-items: center;
    font-size: 4.8vw;
    color:#000;
}
.wxtip{
    width:100%;
    background:#393939 url(../images/arrow.png) no-repeat right 5vw top 2.4vw;
    background-size:5.8vw auto;
    padding:6.666vw 11.6vw 8.53vw 5.46vw;
    color:#979797;
    font-size:4.266vw;
    display:none;
    top:0;
    left:0;
    position:fixed;
}
.wxtip.show{
    display:block;
}