@charset "utf-8";
#app{
    height: 45rem;
    background: #000000;
}
.content{
    width: 100%;
    height: 40rem;
    min-height: 100vh;
    background-image: url("../images/m_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0.3rem 0;
}
.logo{
    width: 100%;
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.4rem;
}
.logo .logo_left{
    width: 1rem;
    height: 0.85rem;
}
.logo .logo_right{
    width: 3.2rem;
    height: 0.38rem;
}
.logo .logo_left img,.logo .logo_right img{
    width: 100%;
    height: 100%;
}
.form_container{
    width: 6rem;
    height: 4.5rem;
    box-sizing: border-box;
    margin: 13rem auto 0;
}
.form_container .input_label{
    width: 100%;
    height: auto;
    margin-top: 0.2rem
}
.form_container .input_label p{
    color: #BDF701;
    font-weight: bold;
    font-size: 0.32rem;
    line-height: 0.6rem;
}
.form_container .input_label input{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: linear-gradient(to right,#2C3900,#0D1100);
    border: 1px solid #BDF701;
    border-radius: 0.2rem;
    font-size: 0.28rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
    color: #A4F127;
}
.form_container .input_label .change_color{
    background: linear-gradient(to right,#2D663F,#073A46);
}
.form_container .input_label input::placeholder{
    color: #5C7800;
}
.form_container .btn{
    margin-top: 0.4rem;
}
.form_container .btn input{
    width: 100%;
    height: 0.8rem;
    color: #BDF701;
    background: #2F3E00;
    border-radius: 0.2rem;
    border: none;
    font-size: 0.28rem;
}
.mid_t{
    width: 5rem;
    height: 0.8rem;
    margin: 2rem auto 0;
}
.mid_t img{
    width: 100%;
    height: 100%;
}
.mid_line{
    width: 2rem;
    height: 0.06rem;
    margin: 1rem auto 0;
}
.mid_line img{
    width: 100%;
    height: 100%;
}
.ac_time{
    width: 100%;
    height: auto;
    margin: 1rem auto 0;
    font-size: 0.32rem;
}
.ac_time p{
    line-height: 0.8rem;
    color: #BDF702;
    text-align: center;
}
.activity{
    width: 100%;
    height: 14rem;
    margin: 1rem auto 0;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.activity img{
    width: 100%;
    height: 100%;
}

.activity_tip{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.3rem;
    margin-top: 1rem;
}
.activity_tip img{
    width: 0.8rem;
    height: 0.03rem;
}
.activity_tip h1{
    font-size: 0.22rem;
    color: #BDF701;
    margin: 0 0.1rem;
}
.footer{
    width: 100%;
    height: 100px;
    color: #BDF701;
    box-sizing: border-box;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.5rem;
    margin-top: 1rem;
    padding-bottom: 0.4rem;

}

.footer .copyright a{
    color: #BDF701;
}
