.navbar {
    padding-left: 50px;
    padding-top: 25px;
}

.navbar-nav {
    padding-left: 30px;
    font-weight: bold;
    font-size: 1.2rem !important;
}

.scene {
    width: 100vw;
    height: 100vh;
    position: relative;
    background: url(../img/bj.jpg) no-repeat fixed;
    background-size: cover;
    padding: 1px;
    box-sizing: border-box;
    z-index: 1;
}

.scene::after {
    content: "";
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(5px);
    z-index: 2;
}



.img-fluids {
    width: 80%;

}

.center {
    position: absolute;
    z-index: 3;
    text-align: center;
    left: 30%;
    top: 50px;
}

.content {
    text-align: center;
}

.introduce {
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 30px;
}

.title {
    font-size: 58px;
    padding-top: 30px;
}

.tip {
    font-size: 30px;
    padding-top: 20px;
}

.click {
    padding-top: 30px;
}

.copyright {
    padding-top: 20px;
}

a {
    color: #000000 !important;
    text-decoration: none;
}

a:hover {
    color: #61C8FF !important;
}

.row {
    align-items: center;
}

.comingsoon {
    padding-top: 30px;
    border: 1px solid rgba(0, 162, 154, .1);
    border-radius: 20px;
    padding: 2em;
    position: relative;
    overflow: hidden;
}

.comingsoon::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #77848A;
    filter: blur(20px) brightness(200%) contrast(.5);
    opacity: .1;
}

/* #00a29a */
.comingsoon h1 {
    vertical-align: middle;
}

.small-font {
    color: #00a29a;
    font-size: .6em;
    display: inline-block;
    padding: 2px 6px;
    border: 2px solid #00a29a;
    border-radius: 10px;
    vertical-align: middle;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 3;
}

