[v-cloak] {
    display: none;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

#app {
    height: 100%;
}

#install_start {
    height: 100%;
}

#install_start_main {
    text-align: center;
    padding: 20px;
}

#install_start_expand {
    width: 500px;
    padding: 20px;
}

.el-select-dropdown__wrap {
    max-height: 500px;
}

#install_success {
    width: 100%;
}

#install_success_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

    #install_success_info p {
        width: 100%;
    }

.install_notice {
    margin: 20px auto;
    color: #808080;
    font-size: 80%;
}

.center_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    color: #535353;
    text-decoration-line: underline;
}

h2 {
    text-align: center;
    color: #09c821;
    margin: 30px 0px;
}

#footer {
    text-align: center;
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 10%;
    /*margin: 240px 0px 50px 0px;*/
}

.logo {
    text-align: center;
    margin-bottom: 80px;
}

    .logo img {
        width: 280px;
    }

a.option_block {
    padding: 15px 20px;
    border: 1px solid #940b91;
    box-shadow: 0 0 15px #940b91;
    margin: 30px auto;
    clear: both;
    overflow: hidden;
    display: block;
    width: 200px;
    text-decoration: none;
}

    a.option_block:hover {
        background: #610f6a;
        color: #ffffff;
    }

.vertical-line {
    border-left: 1px solid #D9D9D9;
    height: 400px;
    width: 30px;
}


.red {
    color: red;
}
