.main{
    width: 100%;
    height: 6rem;
    background: url('../images/pc_bg.png') ;
    background-size: 100% 100%;
    text-align: center;
    padding: 0.3rem 1.5rem;
    margin: 0 auto;
    padding-bottom: 0;
}
.main .logo_text{
    width: 2.01rem;
    height: 0.56rem;
    background: url('../images/logo_text_white.png') ;
    background-size: 100% 100%;
    margin-bottom: 0.2rem;

}
.main .content{
    display: flex;
    align-items: start;
    justify-content: space-between;

}
.main .content .content_right img{
    width: 5.41rem;
    height: 5.76rem;
}
.main .content .content_left{
    padding: 0.61rem 0;
}
.main .content .content_left .title{
    color: #ffffff;
    font-family: Inter;
    font-weight: bold;
    font-size: 0.6rem;
    line-height: 0.792rem;
    text-align: left;
    margin-bottom: 0.12rem;

}
.main .content .content_left .title span{
    color: #fbff2f;
    font-size: 0.6rem;
}
.main .content .content_left .dispri{
    color: #ffffff;
  font-family: Inter;
  font-size: 0.2rem;
  line-height: 0.28rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

.downloadDiv{
    display: flex;
    margin-bottom: 0.12rem;
}

.downloadDiv .download{
    width: 1.44rem;
    height: 0.48rem;
    display: flex;
    place-content: center;
    place-items: center;
    gap: 0.107rem;
    flex-shrink: 0;
    padding: 0.14rem 0.354rem;
    border-radius: 0.032rem;
    background: #fbff2f;
    text-align: center;
    color: #1f1f1f;
    font-family: Inter;
    font-weight: bold;
    font-size: 0.172rem;
    line-height: 0.258rem;
    margin-right: 0.16rem;
}
.downloadDiv .play_store{
   width: 1.44rem;
   height: 0.48rem;
   background: url('../images/Play_Store.png');
   background-size: 100% 100%;
   
}
.footer{
    width: 100%;
    height: 0.87rem;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 1.5rem;
    position: fixed;
    bottom: 0;

   

}
.footer div,.footer div a{
    color: #000000;
    font-family: Inter;
    font-size: 0.18rem;
    line-height: 160.000002%;

}
.footer div a{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    text-decoration: none;
}
