body {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans Condensed','Arial Narrow', serif;
    background: #ddd url(../images/cover.jpg) repeat top left;
    font-weight: 400;
    font-size: 15px;
    color: #333;
}
.middle-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}
.middle-box h1 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #fff;
}
.middle-box h2 {
    font-size: 18px;
    color: beige;
    width: 400px;
    margin: 0 auto 10px auto;

}
.middle-box .nav {
    display: block;
    width: 400px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 20px auto;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.blue {
    background-color: #4a77d4;
    background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4));
    background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: linear-gradient(top, #6eb6de, #4a77d4);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);
    border: 1px solid #3762bc;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}
.magenta {
    background-color: #d9534f;
    background-image: -moz-linear-gradient(top, #fb615d, #d9534f);
    background-image: -ms-linear-gradient(top, #fb615d, #d9534f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fb615d), to(#d9534f));
    background-image: -webkit-linear-gradient(top, #fb615d, #d9534f); background-image: -o-linear-gradient(top, #fb615d, #d9534f);
    background-image: linear-gradient(top, #fb615d, #d9534f);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#fb615d, endColorstr=#d9534f, GradientType=0);
    border: 1px solid #ef5e5a;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.green {
    background-color: #2e9b85;
    background-image: -moz-linear-gradient(top, #3cd9ba, #2e9b85);
    background-image: -ms-linear-gradient(top, #3cd9ba, #2e9b85);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3cd9ba), to(#2e9b85));
    background-image: -webkit-linear-gradient(top, #3cd9ba, #2e9b85); background-image: -o-linear-gradient(top, #3cd9ba, #2e9b85);
    background-image: linear-gradient(top, #3cd9ba, #2e9b85);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#3cd9ba, endColorstr=#2e9b85, GradientType=0);
    border: 1px solid #2e9b85;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.yellow {
    background-color: #a9742e;
    background-image: -moz-linear-gradient(top, #eba242, #a9742e);
    background-image: -ms-linear-gradient(top, #eba242, #a9742e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eba242), to(#a9742e));
    background-image: -webkit-linear-gradient(top, #eba242, #a9742e); background-image: -o-linear-gradient(top, #eba242, #a9742e);
    background-image: linear-gradient(top, #eba242, #a9742e);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#eba242, endColorstr=#a9742e, GradientType=0);
    border: 1px solid #a9742e;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.purple {
    background-color: #8a33ae;
    background-image: -moz-linear-gradient(top, #ba46eb, #8a33ae);
    background-image: -ms-linear-gradient(top, #ba46eb, #8a33ae);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ba46eb), to(#8a33ae));
    background-image: -webkit-linear-gradient(top, #ba46eb, #8a33ae); background-image: -o-linear-gradient(top, #ba46eb, #8a33ae);
    background-image: linear-gradient(top, #ba46eb, #8a33ae);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ba46eb, endColorstr=#8a33ae, GradientType=0);
    border: 1px solid #8a33ae;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.ashen {
    background-color: #73442c;
    background-image: -moz-linear-gradient(top, #8f5437, #73442c);
    background-image: -ms-linear-gradient(top, #8f5437, #73442c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8f5437), to(#73442c));
    background-image: -webkit-linear-gradient(top, #8f5437, #73442c); background-image: -o-linear-gradient(top, #8f5437, #73442c);
    background-image: linear-gradient(top, #8f5437, #73442c);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#8f5437, endColorstr=#73442c, GradientType=0);
    border: 1px solid #73442c;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.deepgreen {
    background-color: #697e2a;
    background-image: -moz-linear-gradient(top, #7b9332, #697e2a);
    background-image: -ms-linear-gradient(top, #7b9332, #697e2a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b9332), to(#697e2a));
    background-image: -webkit-linear-gradient(top, #7b9332, #697e2a); background-image: -o-linear-gradient(top, #7b9332, #697e2a);
    background-image: linear-gradient(top, #7b9332, #697e2a);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#7b9332, endColorstr=#697e2a, GradientType=0);
    border: 1px solid #697e2a;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.shallowblack {
    background-color: #3f4c63;
    background-image: -moz-linear-gradient(top, #47576f, #3f4c63);
    background-image: -ms-linear-gradient(top, #47576f, #3f4c63);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47576f), to(#3f4c63));
    background-image: -webkit-linear-gradient(top, #47576f, #3f4c63); background-image: -o-linear-gradient(top, #47576f, #3f4c63);
    background-image: linear-gradient(top, #47576f, #3f4c63);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#47576f, endColorstr=#3f4c63, GradientType=0);
    border: 1px solid #3f4c63;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}


.nav:hover {
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff;
    filter: none;
}

.outside-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 240px;
}
.outside-list .thirtyper {
    width: 33.3%;
}
.outside-list .fifthper {
    width: 50%;
}
.outside-list div {
    line-height: 120px;
}
.outside-list div a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    border-radius: 80px;
    font-size: 14px;
    display: inline-block;
}
.height120 {
    height: 120px;
}
.height240 {
    height: 240px;
}
.height360 {
    height: 360px;
}
.swal2-popup {
    background: unset;
    padding-bottom: 0;
}


.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.8);
}


@media (max-width: 1200px) {
    .middle-box .nav {
        width: 45%;
        margin-bottom: 15px;
        display: unset;
    }
    .navs {
        display: flex;
        flex-wrap: wrap;
    }
    .one-line {
        width: 95% !important;
    }
    .middle-box h2 {
        width: 100%;
    }
}