html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
input::-ms-clear {
    width: 0;
    height: 0;
}

#app{
    width: 100%;
    height: 100%;
    /*background: url('../../images/login_bg.png') no-repeat;*/
    float: left;
}
.logo{
    width: 120px;
    height: 30px;
    margin: 27px 0 0 50px;
    background: url('../../images/login_profly.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    float: left;
}
.feedback{
    width: 40px;
    height: 30px;
    line-height: 30px;
    margin: 27px 50px 0 0px;
    float: right;
    font-size: 14px;
    text-align: right;
    color: #9e9e9e;
    cursor: pointer;
}
.feedback-tel,.feedback-email{
    font-size:14px;
}

.w-100{
    width: 100%;
    float: left;
}
.container{
    width: 748px;
    height: 500px;
    margin: 0 auto;
    padding: 120px 0 0;
}
.login-con{
    width: 375px;
    height: 375px;
    border: 1px solid #E4E5E6;
    float: left;
}
.login-logo{
    width: 263px;
    height: 305px;
    margin: 0 100px 0 0;
    background: url('../../images/home_logo.png') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    float: left;
}
.logo-mini{
    width: 200px;
    height: 200px;
    margin: 50px 0 0 88px;
    float: left;
}
.login-type{
    margin: 20px 0 0;
    border-bottom: 2px solid #EAEAEA;
    float: left;
}
.login-type .item{
    width: 125px;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0 0 10px 0;
    cursor: pointer;
    float: left;
}
.login-type .item.active span{
    color: #6899DF;
    padding: 0 0 8px;
    border-bottom: 3px solid #588EDC;
}
#login-code{
    margin: 50px 0 0 0;
    float: left;
}
.mobile-con{
    width: 361px;
    margin: 50px 0 0 7px;
    float: left;
}
.mobile-con .item{
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #E1E1E1;
    margin: 0 0 27px 0;
    float: left;

}
.icon-mobile{
    width: 18px;
    height: 22px;
    margin: 0 0 0 22px;
    background: url('../../images/icon_mobile.png');
    background-size: contain;
    float: left;
}
.icon-code{
    width: 20px;
    height: 24px;
    margin: 0 0 0 22px;
    background: url('../../images/icon_code.png');
    background-size: contain;
    float: left;
}
.input-mobile{
    width: 200px;
    margin: 0 0 0 24px;
    font-size: 14px;
    border: none;
    outline: none;
    float: left;
}
.btn-send{
    width: 90px;
    height: 30px;
    background: #588EDC;
    color: #fff;
    border-radius:4px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    float: left;
}
.btn-sub{
    width: 100px;
    height: 30px;
    background: #588EDC;
    opacity: 0.9;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin: 0 0 0 138px;
    float: left;

}

.login-footer{
    width: 100%;
    height:64px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
}
.copy-right{
    font-size: 14px;
    line-height: 64px;
    position: relative;
    margin: auto;
    color: #d1d1d1;
    white-space: nowrap;
}
