#mobile{
    display: none;
}
.mobile-head{
    width: 100%;
    height: 10rem;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.mobile-l{
    display: flex;
    align-items: center;
}
.mobile-l p{
    margin-left: 1.5rem;
    font-family: Poppins-ExtraBold;
    font-weight: 800;
    font-size: 18px;
    color: #154176;
}
.mobile-logo{
    height: 6rem;
    margin-left: 1.6rem;
}
.mobile-down{
    height: 4rem;
    margin-right: 1.6rem;
}
.mobile-cont{
    margin-top: 10rem;
}
.mobile-input-box{
    width: 100%;
    overflow: hidden;
}
.mobile-input-box .title{
    font-family: Poppins, Poppins;
    font-weight: 900;
    font-size: 3rem;
    color: #1B0A35;
    line-height: 2.1rem;
    text-align: center;
    margin-top: 4rem;
}
.mobile-input-box .text{

    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 1.8rem;
    color: #000000;
    line-height: 2.2rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 4rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.mobile-input{
    display: block;
    width: 80%;
    height:5rem;
    background: #FFFFFF;
    border-radius: 5rem;
    border: 1px solid #205399;
    margin: 1rem auto;
    text-align: center;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 1.8rem;
    color: #000000;
    line-height: 30px;
    text-align: center;
}
.mobile-input-box .tip{
    width: 100%;
    padding: 0 4rem;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 1.6rem;
    color: #919293;
    line-height: 2rem;
    text-align: center;
}
.mobile-btn{
    width: 16rem;
    height: 5rem;
    background: #205399;
    border-radius: 5rem;
    margin: 0 auto 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: Poppins-Black;
    font-weight: 900;
    font-size: 2rem;
    color: #FFFFFF;

}