.login-view {
    background: linear-gradient(to bottom, #7883ea 20%, #fff);
}

.headlogo {
    margin-top: 0.3rem;
    margin-left: 0.3rem;
    display: flex;
    align-items: center;
    height: 1rem;
}

.headlogo img {
    width: 0.8rem;
    height: 0.8rem;
}

.headlogo .title {
    font-size: 0.38rem;
    color: #fff;
    font-weight: bold;
    margin-left: 0.28rem;
}

.login-head {
    position: relative;
    width: 100%;
    max-height: 5rem;
    margin-top: .7rem;
}

.big img {

    width: 100%; /* 宽度响应式 */
    height: auto; /* 高度自适应 */
    display: block; /* 消除图片底部间隙 */
}

.jinbi img {
    position: absolute;
    width: 0.84rem;
    height: 0.84rem;
    left: 0.3rem;
}


.hello {
    color: #fff;
    font-size: 0.45rem;
    margin-top: 0.6rem;
    margin-left: 0.6rem;
}

.form {
    width: 7rem;
    /*background: red;*/
    height: 3rem;
    margin: 0.1rem auto;
    display: flex;
    flex-direction: column;
}

.formgroup {
    width: 6.6rem;
    margin: 0.13rem auto;
    position: relative;

}

.formgroup .icon {
    color: #fff;
    position: absolute;
    font-size: 0.44rem;
    top: 0.2rem;
    left: 0.13rem;
}

.form .formgroup input {
    width: 100%;
    height: 0.94rem;
    border: none;
    border-radius: 0.2rem;
    background: #fff;
    opacity: 0.7;
    padding-left: 0.75rem;
}
.loginbtn{
    width: 6.6rem;
    margin: 0.1rem auto;
    position: relative;
}
.loginbtn button{
    width: 100%;
    height: 0.94rem;
    border: none;
    border-radius: 0.2rem;
    background: #fff;
    opacity: 0.9;
}
.tip{
    width: 6.6rem;
    margin: 0.3rem auto;
    text-align: center;
    color: #fff;
}
.tip a{
    color: #fff;
    text-decoration: underline;
}

.bui-nav {
    /*border-radius: 31.69px 31.69px,0px,0px;*/
    border-radius: 0.31rem 0.31rem 0 0;
    background: rgba(120, 140, 255, 1);
}

.bui-btn {

}
.bui-tab-foot .bui-nav [class*=bui-btn].bui-box-vertical, footer .bui-nav [class*=bui-btn]{
    background-color: transparent;
}

footer .bui-btn.active, .bui-btn:active, [class^=bui-btn].active, [class^=bui-btn]:active{

    background-color: transparent;
    color: #fff;
    font-weight: bold;
}
