*{
    padding: 0;
    margin: 0;
}
#app{
    width: 100%;
}
.home-login{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.home-login-left{
    width: 50%;
}
.home-login-left>img{
    width: 100%;
}
.home-login-right{
    width: 50%;
    background: rgb(232,239,251);
    display: flex;
    justify-content: center;
}
.home-login-right-box{
    width: 360px;
    margin-top: 130px;
    text-align: center;
}
.home-login-right-box-title{
    font-size: 36px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    color: #1653F7;
}
.home-login-right-box-user{
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DBDBDB;
    margin-top: 70px;
}
.home-login-right-box-user>input{
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    color: #000;
    outline: none;
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
    box-sizing: border-box;
    padding-left: 18px;
}
.home-login-right-box-password{
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #DBDBDB;
    display: flex;
    justify-content: space-between;
    margin:30px 0;
}
.home-login-right-box-password>input{
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    color: #000;
    outline: none;
    height: 100%;
    border: none;
    background: #fff;
    margin-left: 18px;
}
.home-login-right-box-password-icon{
    margin-right: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.home-login-right-box-submit{
    width: 100%;
    height: 40px;
    background: #1653F7;
    border-radius: 2px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}

.footer-box{
    width: 100%;
    height: 300px;
    background: #212121;
    box-sizing: border-box;
    padding-top: 40px;
}
.footer-box-data{
    width:80vw;
    height: 150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    word-break: keep-all;
}
.footer-box-data-guide-title{
    font-size: 18px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    color: #fff;
    line-height: 45px;
    box-sizing: border-box;
    padding-top: 10px;
    word-break: keep-all;
}
.footer-box-data-guide-link a{
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 35px;
    word-break: keep-all;
}
.footer-box-data-guide-tel{
    border-bottom:1px solid #FFFFFF;
    padding-bottom: 5px;
    word-break: keep-all;
}
.footer-box-data-guide-tel img{
    vertical-align: middle;
}
.footer-box-data-guide-tel span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
    margin-left: 8px;
    word-break: keep-all;
}
.footer-box-data-qrCode{
    width: 140px;
    height: 160px;
    background: #fff;
}
.footer-box-copyright{
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    text-align: center;
    margin-top: 72px;
    word-break: keep-all;
}