.hodden{
    background: url(../../image/bg.png);
    background-size: cover;
}

.logo {
    width: 200px;
}

.content{
    margin-top: 1rem;
    justify-content: space-between;
}

.content .content-left img{
    width: 6.48rem;
    margin-bottom: .24rem;
}

.content .content-left .content-left-bottom {
    width: 240px;
    margin: 0 auto;
}

.content .content-left .content-left-bottom img{
    width: 30px;
    margin-bottom: 0px;
}

.content .content-left .content-left-bottom .tel {
    font-weight: 500;
    font-size: 28px;
    margin-left: .2rem;
    color: #2E59FD;
}

.content .content-right {
    width: 4.34rem;
    height: fit-content;
    margin-top: .6rem;
    float: left;
    background: #F4FBFF;
    box-shadow: 0px 3px 24px 5px rgba(102, 163, 252, 0.17);
    border-radius: 8px;
}

.content .content-right .title {
    margin: .62rem 0 .36rem;
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: .42rem;
    display: flex;
    justify-content: center;
}
.content .content-right .inp {
    width: 2.95rem;
    height: 0.48rem;
    padding: 0 0.1rem;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.1);
    display: flex;
    margin: 0 auto 0.16rem;
}
.content .content-right .inp::placeholder {
    color: rgba(0,0,0,0.3);
    font-size: 14px;
}

.content .content-right .btn {
    width: 2.95rem;
    height: 0.48rem;
    background: #2E59FD;
    display: flex;
    margin: .3rem auto;
    color: #FFFFFF;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

.content .content-right .tip {
    color: #999999;
    line-height: .25rem;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

.content .content-right .login {
    color: #0091FF;
    line-height: .25rem;
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin: .10rem 0 .36rem;
    cursor: pointer;
}
