.logo-box{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #FAFAFA;
}
.img{
    width: 50%;
    height: 100%;

}
.img-box{
    width: 100%;
    height: 100%;
}
.yong-ping{
    width: 50%;
    height: 100%;

    position: relative;
}
.box-cont{
    width: 50%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* padding: 233px 180px; */
    /* background: red; */
    box-sizing: border-box;
}
.title{
    font-size: 30px;
    color: #000000;
}
.miao{
    font-size: 18px;
    color: #909399;
    margin-top: 16px;
}
.shouji{
    margin-top: 43px;
}
.shoujivv{
    font-size: 14px;
    color: #606266;
}
.shouinput{
    width: 100%;
    height: 53px;
    background: #ffffff;
    border: 1px solid #e4e9ed.000012;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding-left: 16px;
    box-sizing: border-box;
}
.iphone-img{
    width: 14px;
    height: 14px;
}
.iphone-imga{
    width: 19px;
    height: 19px;
}
.iphontiphone{
    font-size: 15px; 
    color: #000000;
    margin-left: 5px;
    border: none;
    outline: none;
}
.yanzheng{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.shouinputt{
    width: 50%;
    height: 53px;
    background: #ffffff;
    border: 1px solid #e4e9ed.000012;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding-left: 16px;
    box-sizing: border-box;
}
.iphontiphonet{
    width: 140px;
    font-size: 15px;
    color: #000000;
    margin-left: 5px;
    border: red; 
    outline: none;
}
.yan-img{
    width: 95px;
    height: 40px;
}
.btna{
    width: 100%;
    height: 53px;
    background: #2f54eb;
    border-radius: 11px;
    box-shadow: 0px 12px 35px 0px rgba(0,29,147,0.20999999344348907); 
    margin-top: 43px;
    text-align: center;
    line-height: 53px;
    font-size: 20px;
    color: #FFFFFF;
}