html, #lgpage {
    height: 100%;
    width: 100%;
}

#lgpage {
    background: url('https://slfilea1.soliao.com/5,41fb53f53d91') center / 1920px auto no-repeat fixed;
}

#lgpage .nav-header {
    display: none !important;
}

#lgpage .navbar-link {
    background: transparent;
}

#lgpage .navbar-link .nav-wrap {
    background: transparent;
    border: none;
}

#lgpage .nav-logo {
    width: 250px;
}

#lgpage .logo-right {
    display: none;
}

#lgpage .nav-ul {
    width: 950px;
}

#lgpage .nav-ul li {
    margin: 0 10px;
}

#lgpage .nav-ul .nav-title-item {
    line-height: 67px;
    color: #fff;
}

#lgpage .dialog-bg {
    height: 650px;
    width: 100%;
    font-family: 'fira', mono, sans-serif, serif;
    position: static;
    top: auto;
    left: auto;
    background: transparent;
    z-index: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#lgpage .dialog-container {
    width: 705px;
    height: 516px;
    border-radius: 5px;
    background: #fff;
    position: static;
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
    display: block;
    box-shadow: 0 0 6px 0 rgba(182, 202, 232, 0.5);
}

#lgpage .close-dialog-icon {
    display: none !important;
}