*{
    margin: 0;
    padding: 0;
}
html {
    font-size: 100px;
    width: 100%;
    height: 100%;
}
@font-face{
    font-family: 'numberFont';
    src: url('./Roboto-Bold.ttf');
}
@font-face{
    font-family: 'numberFont';
    src: url('./700[Basic-Latin].ttf');
}
@font-face{
    font-family: 'numberFonttitle';
    src: url('./FZLTHJW.TTF');
}
@font-face{
    font-family: 'numberFontblack';
    src: url('./BLACK_GBK.TTF');
}
body {
    font-size: .14rem;
    width: 100%;
    height: 100%;
    display: flex; 
    flex-direction: column;
}
.home{
    width: 100%;
}
.topheader{
    width: 100%;
    max-width: 1200px;
   position: absolute;
   top: 50px;
   left: 66px;
}
.topheader img{
    width: 100px;
    height: 100px;
}
.bg1{
     width: 100%;
    height: 1080px;
    position: relative;
    background: url("../img/topbg.png")no-repeat center;
    background-size: 1920px auto;
}
.bg2{
     width: 100%;
    height: 1080px;
    position: relative;
    background: url("../img/topbg2.png")no-repeat center;
    background-size: 1920px auto;
}
.topbanner{
    width: 100%;
    /*height:100vh;*/
    max-height: 1080px;
    min-height: 700px;
    position: relative;
    background: #000;
    overflow: hidden;
    /* background: url("../img/topbg.png")no-repeat center;
    background-size: 1920px auto; */
}
.topbannerIN{
    width: 100%;
    height: 1080px;
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
}
.topbannerdown{
     width: 100%;
    z-index: 100000;
    position: absolute;
    bottom: 200px;
    left: 0;
    text-align: center;
}
.topbannerdown img{
    margin-right: 50px;
}
.toptitle{
    width: 100%;
    height: 82px;
    text-align: center;
    margin: 0 auto;
    margin-top: 294px;
    position: relative;
}
.d_s{
    display: inline-block;
    width: 120px;
    text-align: center;
}
.toptitle img{
    width: 482px;
    height: 82px;
    position: absolute;
    top:0;
}
.topdes{
    width: 576px;
    height: 23px;
    margin: 0 auto;
    margin-top: 28px;
    position: relative;
    text-align: center;
}
.topdes img{
    width: 576px;
    height: 23px;
    position: absolute;
    top:0;
}
.topdown{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 60px;
}
.topdown img{
    width: 180px;
    height: 180px;
    margin-top: 10px;
}
.android,.iphone{
    margin-top: 10px;
    font-size: 26px;
    color:#ffffff;
    text-align: center;

}
.downloadimg{
    width: 200px;
    height: 200px;
    border-radius: 30px;
    background: #ffffff;
    overflow: hidden;
}
.downloadword{
    width: 230px;
    margin-top: 15px; 
    height: 68px;
    font-size: 20px;
    line-height: 68px;
    border-radius: 18px;
    background: rgba(0,0,0,0.5);
    border: 3px solid #27d3cf;
}
.downloadword a{
    width: 200px;
    height: 60px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}
.bannerimg{
    width:100%;
    height: 586px;
    max-width: 1920px;
    background: #ff7900;
    background: url("../img/topbg.png")no-repeat center;
    background-size: 1920px 100%;
    margin: 0 auto;
    position: relative;
}
.part2{
    width: 100%;
    padding-top: 90px;
    background: #ffffff;
    padding-bottom: 57px;
}
.part2title{
    width: 100%;
    font-size: 40px;
    text-align: center;
    font-weight: bold;

}
.part2des{
    color:#8A938F;
    font-size: 20px;
    text-align: center;
    margin-top: 26px;
}
.part2center{
   
    width: 889px;
    height: 575px;
    margin: 0 auto; 
    margin-top: 27px;
}
.part2center img{
    width: 889px;
    height: 575px;
}
.part3center{
     width: 1130px;
    height: 495px;
    margin: 0 auto; 
    margin-top: 60px;

}
.part3center img{
     width: 1130px;
    height: 495px;

}
.footer{
    width: 100%;
    height:56px;
    text-align: center;
    color: #222222;
    font-size: 12px;
    #line-height: 56px;
    vertical-align: middle;
    /* padding-bottom: 30px; */
    background: #FBFBFB;
}
.downloadcode{
    width: 200px;
    height: 200px;
    margin: 30px auto;
}
.downloadcode img{
    width: 200px;
    height: 200px;
}