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;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.mid{
    width: 6.9rem;
    height: 9rem;
    background-color: #ffffff;
    /*margin: 0.2rem 0.3rem;*/
    margin-top: 0.5rem;
    border: none;
    outline: none;
    font-size: 0.3rem;
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.5rem;
}
.btn_sub{
    margin-top: 1.5rem;
    width: 3.6rem;
    height: 0.7rem;
    background-color: #0A84D9;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.7rem;
    color: #ffffff;
    border-radius: 0.08rem;
}

/*遮盖层*/

.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: #f6f6f6;
    /*position:absolute;*/
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-flow: column;
    align-items: center;
    border-radius: 0.08rem;
    position: relative;
}
.download_container_main_top{
    margin-top: 0.56rem;
    font-size: 0.36rem;
}
.download_container_main_text{
    margin-top: 1rem;
    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;
    position: absolute;
    bottom: 0;
}
.download_container_main_bottom_left{
    /*height: 0.7rem;*/
    width: 50%;
    background-color: #0A84D9;
    color: #FFFFFF;

}
.download_container_main_bottom_right{
    width: 50%;
    background-color: #ffffff;
    /*height: 0.7rem;*/
}
/*弹层*/
.pop_fn{
    position: fixed;
    top: -2rem;
    left: 0;
    right: 0;
    width: 3.74rem;
    height: 0.82rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.82rem;
    color: #fff;
    font-size: 0.24rem;
    /*background: #352D32;*/
    background:rgba(0,0,0,0.4);
    transition: 1.2s;
    border-radius: 0.36rem;
    z-index: 999;
}