@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft JhengHei", miranafont, "Hiragino Sans GB", STXihei, "Microsoft YaHei", SimSun, Sans-Serif;
}

body {
    background-image: url(../images/bg.jpg);
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
}

a {
    color: #666666;
    text-decoration: none;
}

a:link {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #0000FF;
    text-decoration: none;
}

.all-body {
    margin: 0 auto;
    max-width: 70%;
}

.fly-logo {
    position: relative;
    top: 0.8em;
}

.fly-logo img {
    max-height: 2.5em;
}

.nav-item-logo {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 4em;
}

.nav-ul-blue-style {
    background-color: srgb(0, 0, 0, 1);
    margin-bottom: 0.6em;
}

.nav-ul-blue-style:hover {
    background-color: #1E9FFF;
    margin-bottom: 0.6em;
}

.nav-ul {
    left: 30%;
    max-width: 70%;
    color: #fff;
    font-size: 1em;
}

.nav-ul * {
    font-size: 1em;
}

.nav-ul .nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 4em;
}

.nav-ul .nav-item a {
    text-decoration: none;
    display: block;
    padding: 0 1.2em;
    color: #BCD8FF;
    background-color: srgb(0, 0, 0, 1);
}

.nav-ul .nav-item-now a {
    text-decoration: none;
    display: block;
    padding: 0 1.2em;
    color: #fff;
    background-color: srgb(0, 0, 0, 1);
}

.nav-ul .nav-item a:hover {
    display: block;
    padding: 0 1.2em;
    color: #fff;
    background-color: srgb(0, 0, 0, 1);
}

.nav-ul .nav-item-now a:hover {
    display: block;
    padding: 0 1.2em;
    color: #fff;
    background-color: #008AF0;
}

footer {
    min-height: 2.5em;
    left: 0;
    line-height: 2.5em;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: "Microsoft JhengHei", miranafont, "Hiragino Sans GB", STXihei, "Microsoft YaHei", SimSun, Sans-Serif;
    text-align: center;
    background: #1E9FFF;
    color: #FFFFFF;
    font-size: 0.8em;
    letter-spacing: 1px;
}

.blank-style {
    clear: both;
    overflow: hidden;
    display: block;
    overflow: hidden;
}

.Top-style {
    margin-bottom: 0.6em;
    padding: 1em;
    line-height: 1.4em;
    border-left: 0.3em solid #009688;
    border-radius: 0 0.3em 0.3em 0;
    background-color: #ffffff;
}

.style-card {
    margin-bottom: 0.9em;
    border-radius: 0.3em;
    background-color: #fff;
}

.style-card-header {
    min-height: 2.5em;
    line-height: 2.5em;
    padding: 0 1em;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
    border-radius: 0.3em 0.3em 0 0;
    font-size: 1em;
}

.style-card-body {
    padding: 0.6em 1em;
    line-height: 1.5em;
}

.avatar {
    padding: 0.6em 0;
    max-width: 5em;
    height: auto;
    border-radius: 50%;
    margin: 0 1.2em;
    transition: all 2.0s;
}

.avatar-text {
    position: relative;
    top: -2em;
    color: #000;
    vertical-align: middle;
}

.style-card-other {
    float: left;
    width: 33%;
    margin-bottom: 0.9em;
    border-radius: 0.3em;
    background-color: #fff;
}

.style-card-header-other {
    min-height: 2.5em;
    line-height: 2.5em;
    padding: 0 1em;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
    border-radius: 0.3em 0.3em 0 0;
    font-size: 1em;
}

.style-card-body-other {
    padding: 0.6em 1em;
    line-height: 1.5em;
}

.clear {
    clear: both;
}

/* 媒体查询 */
@media (max-width: 768px) {
    .all-body {
        max-width: 95%;
    }
    .nav-ul {
        left: 10%;
        max-width: 90%;
    }

    .nav-ul .nav-item a, .nav-ul .nav-item-now a {
        padding: 0 0.8em;
    }

    .avatar {
        max-width: 4em;
        margin: 0 0.8em;
    }

    .style-card-other {
        width: 100%;
    }
}