body{
    background: url("../images/bg03@2x.png");
    background-size: 100% 100%;
    background-attachment: fixed;
}

.container{
    min-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    position: relative;
}
.home_container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;

}
.top{
    width: 100%;
    height: 0.88rem;
    background-color: #ffffff;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    display: flex;
    position: relative;
    /*justify-content: center;*/
}
.top_img{
    margin-left: 0.3rem;
    width: 0.29rem;
    position: absolute;
    left:0;
    bottom:0;

}
.top_text {
    width: 100%;
    align-items: center;
    justify-content: center;

}
.main{
    display: flex;
    justify-content: center;
}
.main_text{
    width: 6.89rem;
    height: 6.73rem;
}
.btn_box{

    width: 100%;
    height: 2.73rem;
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    margin-top: auto;
    -webkit-margin-start: auto;
    align-items: center;
    position: absolute;
    bottom: 0;
}
.btn_box_a{
    width: 3.2rem;
    height: 0.8rem;
    font-size: 0.27rem;
    background-color: #0A84D9;
    text-align: center;
    line-height: 0.8rem;


}
.btn_box a{
    color: #ffffff;
}
.download_container{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}
.download_container_main{
    width: 5.8rem;
    height: 4.02rem;
    background-color: #FFFFFF;
    position:absolute;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-flow: column;
    align-items: center;
    border-radius: 0.08rem;
}
.download_container_main_top{
    margin-top: 0.56rem;
    font-size: 0.36rem;
}
.download_container_main_text{
    margin-top: 0.27rem;
    font-size: 0.28rem;
}
.download_container_main_input{
    /*margin-top: 0.26rem;*/
    display: flex;
    margin-top: 0.26rem;
}
.download_container_main_input input{
    /*margin-top: 0.26rem;*/
    width: 5.1rem;
    height: 0.8rem;
    border: 1px solid #808080;
    font-size: 0.36rem;
    border-radius: 0.06rem;
    outline: none;
    padding: 0;
    box-sizing: border-box;
}
.download_container_main_bottom{
    margin-bottom: 0;
    font-size: 0.28rem;
    display: flex;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    margin-top: 0.53rem;
}
.download_container_main_bottom_left{
    /*height: 0.7rem;*/
    width: 50%;
    background-color: #0A84D9;
    color: #FFFFFF;

}
.download_container_main_bottom_right{
    width: 50%;
    /*height: 0.7rem;*/
}