.navbar-dami {
    position: fixed;
    background: none;
    width: 100%;
    border-radius: 0px;
    margin: 0px;
    z-index: 999;
}
.navbar-dami .navbar-brand img {
    max-width: 138px;
}
.navbar-dami.with-bg {
    background-color: rgb(49 38 81 / 90%);
}
#banner {
    background: #312651 url(../images/banner_bg.png) no-repeat;
    padding: 80px 0px 80px;
    background-size: cover;
}
#banner .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
#banner .intro {
    position: absolute;
    left: 0px;
}
#banner .intro .title {
    width: 20vw;
}
#banner .intro .download {
    color: #a7a4ae;
    margin-top: 52px;
}
#banner .intro .download img {
    width: 9.375vw;
    cursor: pointer;
}
#banner .intro .download .version {
    font-size: 12px;
    margin-top: 10px;
    width: 9.375vw;
    text-align: center;
}
#banner .banner-img {
    width: 40vw;
}
footer.page-footer {
    background-color: #312651;
    color: #fff;
    padding: 30px 0px;
    margin-top: 100px;
}
footer.page-footer .copyright {
    text-align: center;
}
footer.page-footer .copyright img {
    width: 20px;
}
.title-header {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}
.title-header h2 {
    color: #39324c;
}
.title-header h3 {
    color: #ff6740;
    font-size: 15px;
    margin-top: 13px;
}
.app-desc {
    color: #39324c;
    font-size: 14px;
    line-height: 28px;
}
.app-desc-list {
    text-align: center;
}
.app-desc-list > div {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 202px;
}
.app-desc-list img {
    width: 90px;
}
.app-desc-list .title {
    font-weight: 800;
    color: #39324c;
    font-size: 20px;
    line-height: 28px;
    margin: 5px 0px;
}
.app-desc-list .desc {
    font-size: 12px;
    font-weight: 400;
    color: #a7a4ae;
    line-height: 17px;
    margin: 0px;
}
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}
@media (max-width: 768px) {
    #banner .container {
        flex-direction: column;
    }

    #banner .intro {
        position: relative;
        left: auto;
        padding: 50px 0px;
        text-align: center;
    }
    #banner .intro .title {
        width: 70%;
    }
    #banner .intro .download {
        margin-top: 30px;
    }
    #banner .intro .download img {
        width: 130px;
    }
    #banner .intro .download .version {
        width: 100%;
    }
    #banner .banner-img {
        width: 80%;
    }
    footer.page-footer {
        font-size: 12px;
        padding: 20px 30px;
        margin-top: 50px;
    }
}
