* {
    padding: 0;
    margin: 0;
}

#app {
    width: 100vw;
    height: 100vh;
    background: url(../images/bg.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}


.header {
    height: 99px;
    font-size: 30px;
    font-family: Heiti SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 10px;
    display: flex;
    align-items: center;
    background: url(../images/header.png);
    background-size: 100% 100%;
}

.header img {
    width: 67.5px;
    height: 55.3px;
    margin:0px 23px 0  59px;
}
.content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    position: relative;
}

.content .icon{
    position: absolute;
    width: 139px;
    height: 41px;
    right:-30px;
    top:20px;
}
.content>img{
    width: 600px;
    height: 450px;
    margin-right: 143px;
}

.form{
    width: 580px;
    height: 471px;
    background-color:#fff;
    background: url(../images/int-con.png);
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.form>button{
    margin-top: 42px;
    text-align: center;
    width: 238px;
    height: 59px;
    background: #4882E4;
    border: 0px solid #FFFFFF;
    border-radius: 30px;
    font-size: 24px;
    font-family: Heiti SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}
.form > span{
    position: absolute;
    font-size: 28px;
    font-family: Heiti SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 4%;
}

.user{
    margin-top: 102px;
}
.user,.code{
    display: flex;
    align-items: center;
}
.user img,.code img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.user input,.code input{
    height: 62px;
    background: rgba(221, 221, 221, 1);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 15px 20px;
    outline: none;
    font-size: 20px;
    border:0;
}


.user input{
    width: 484px;
}

.code{
    margin-top: 30px;
}

.code input{
    width: 275px;
    margin-right: 25px;
}

.code button{
    width: 184px;
    height: 59px;
    border: 2px solid #4C64E2;
    border-radius: 30px;
    font-size: 24px;
    font-family: Heiti SC;
    font-weight: 500;
    color: #4882E4;
    line-height: 10px;
    outline: none;
    cursor: pointer;
}


.bottom{
    height: 65px;
    background: #32589D;
    background:	rgba(50, 88, 157, 1);
    text-align: center;
    font-size: 18px;
    font-family: Heiti SC;
    font-weight: 500;
    line-height:65px;
    color: #FFFFFF;
}

.login_password{
    margin-top: 30px;
}
.login_password{
    display: flex;
    align-items: center;
}
.login_password img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.login_password input{
    height: 62px;
    background: rgba(221, 221, 221, 1);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 15px 20px;
    outline: none;
    font-size: 20px;
    border:0;
}


.login_password input{
    width: 484px;
}
