*{
    margin: 0;
    padding: 0;
}
.box{
    width: 100%;
    height: 100%;
}
.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
    background: #FFFFFF;
    border-bottom: 1px solid #BFBFBF;
    width: 100%;
    height: .59rem;
    line-height: .59rem;
}
.logo{
   margin-left: 6.5%;
    /* margin-top: 0.2rem; */
    width: .72rem;
    height: .23rem;
    /* line-height: .59rem; */
    margin-left: .9rem;
    font-size: .12rem;
}
.logo img{
    width: 100%;
    height: 100%;
}
.menu{
    margin-right: 4%;
}
.menu ul li{
    float: left;
    list-style: none;
    margin-left: .4rem;
    font-size: .12rem;
}
.menu ul li a{
    font-family: PingFangSC-Regular;
    font-size: 0.12rem;
    color: #616161;
    letter-spacing: 0;
    text-decoration: none;
}
.main{
    width: 100%;
    background: url(../images/bg/download.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 86.6%;
}
.left{
    margin-right: 96px;
}
.right{
    margin-left: 29px;
    /* margin-top: 165px;
    margin-bottom: 260px; */
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translateY(-50%)

}
.code img{
    width: 1.88rem;
    height: 1.88rem;
}
.left p{
    font-family: PingFangSC-Regular;
    font-size: .2rem;
    color: #2B3244;
    letter-spacing: 0;
    text-align: center;
}
.code2{
    width: 2.19rem;
    height: 2.19rem;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    border-radius: 4px;
    background: #ffffff;
}
.code2 img{
    width: 1.94rem;
    height: 1.94rem;
    margin: 0.125rem;
}
.down-btn{
    width: 2.46rem;
    height: .6rem;
    border-radius: 100px;
    font-family: PingFangSC-Regular;
    font-size: .2rem;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: .6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #1567EA;
}
.ios-btn{
    margin-bottom: .4rem;
}
.ios-btn:hover{
    background: #5194FF;
}
.andriod-btn:hover{
    background: #5194FF;
}
.ios-icon{
    display: inline-block;
    width: .32rem;
    height: .32rem;
    background: url(../images/icon/ios.png) no-repeat 0 0;
    background-size: 100% 100%;
    /* margin-top: 12px; */
    margin-right: .14rem;
}
.andriod-icon{
    display: inline-block;
    width: .32rem;
    height: .32rem;
    background: url(../images/icon/andriod.png) no-repeat 0 0;
    background-size: 100% 100%;
    /* margin-top: 14px; */
    margin-right: .14rem;
}
.footer{
    width: 100%;
    height: 5.4%;
    background: #2B3244;
    font-family: PingFangSC-Thin;
    font-size: .12rem;
    color: #FFFFFF;
    letter-spacing: 0.38px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.num{
    margin: 0 .27rem;
}
.join{
    margin-right: .27rem;
}