﻿.welcome {
    background: linear-gradient(rgba(18,65,93,0.9), rgba(18,65,93,0.9)), url('background.jpg');
    min-height: 92vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}
.welcome-info {
    /*background-color: #146689;*/
    color: #fff;
    margin: 0 auto;
    padding-top:20%;
    max-width: 70%;
}

#title-line-1 {
    font-size: 8rem;
    line-height: 8rem;
    text-align: left;
    margin-bottom: 2vh;
}

#title-line-2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    color: #EDA154;
    text-align: left;
    margin-bottom: 2vh;
    max-width: 80%;
}

#title-line-3 {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: left;
    max-width: 85%;
}
@media screen and (max-width: 1600px) {
    #title-line-1 {
        font-size: 6rem;
        line-height: 6rem;
        text-align: left;
        margin-bottom: 2vh;
    }
    #title-line-2 {
        font-size: 2.5rem;
        line-height: 3.5rem;
        color: #EDA154;
        text-align: left;
        margin-bottom: 2vh;
        max-width: 80%;
    }

    #title-line-3 {
        font-size: 2rem;
        line-height: 2.5rem;
        text-align: left;
        max-width: 85%;
    }
}

.welcome-tips-row {
    margin: 5vh 0;
    text-align: left;
    font-weight: normal;
    font-size: 2.5rem;
}
.welcome-font-icon-1 {
    font-size: 2.5rem;
}
.welcome-font-icon-2 {
    font-size: 3rem;
}
.welcome-font-icon-3 {
    font-size: 2.8rem;
}
.welcome-tips-text {
    text-align: left;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.3rem;
    max-width: 80%;
}

/*welcome-apply styles*/

.welcome-apply-info {
    /*	background-color: #146689;*/
    color: #fff;
    margin: 0 auto;
    padding-top: 20%;
    max-width: 70%;
    font-size: 5rem;
    line-height: 5.5rem;
}
    .welcome-apply-info > .title {
        font-weight: 500;
        margin-bottom: 5vh;
    }
.welcome-apply-step {
    line-height: 3rem;
    margin-bottom: 2vh;
    display: flex;
}
    .welcome-apply-step .icon {
        flex: 1;
        font-size: 3rem;
        
    }

    .welcome-apply-step .welcome-apply-text {
        flex: 4;
        font-size: 2rem;
        font-weight: 500;
        display: inline-block;
    }
