.banner.index-auth-bg{
    background-image: url('/static/hm_index/images/auth/banner.png');
    height: 420px;
    background-size: cover;
    background-position: right top;
}

.module{
    width: 100%;
    padding: 3em 0;
    
}
.module.white{
    background-color: #FFF;
}
.module.normal{
    background-color: #F7F7F7;
}
.module.steps{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    row-gap: 3.75em;
}

.module .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module.reverse .container{
    flex-flow: row-reverse;
}

.steps .step-title{
    font-weight: bold;
    font-size: 20px;
}
.steps .container{
    justify-content: center;
    align-items: flex-start;
}
.steps .step{
    display: flex;
    flex-flow: column;
    row-gap: 10px;
    
}
.steps .step img{
    width: 5.75em;
    height: 5.75em;
}

.steps .step-line{
    width: 9em;
    height: 5.75em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.steps .step-line>img{
    width: 100%;
}
.steps .step-next{
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.steps .step-next >img{
    width: 10px;
}

.module .container .left{
    width: 25em;
    display: flex;
    flex-flow: column;
    align-items: center;
    row-gap: 1.5em;
}
.module .container .left > div,.module .container .left > a{
    width: 100%;
    word-wrap:break-word;
    word-break:break-all;
    white-space: normal;
}
.module .container .module-title{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.module .container .module-intro{
    font-size: 18px;
    color: #666;
}
.module .container .module-href{
    font-size: 16px;
    color: #0462EA;
}


.module .container .right{
    width: 43.125em;
}
.module .container .right img{
    width: 100%;
}



