
body {
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, sans-serif;
}

/************************************************************
 * top nav bar styles
 ***********************************************************/
.navbar {

    background-color: white;
    padding-bottom: 0;
}

.navbar .container {
    width: 1200px;
    height: 100px;
}

ul.navbar-nav {
    height: 100px;
    padding-top: 30px;
}

.nav-item {
    padding: 0 1.5em;
}

.nav-item .nav-link {
    font-size: 18px;
    color: black !important;
}

.nav-item.active {
    border-bottom: 4px solid #EB8371;
}

.nav-item.active a {
    color: #EB8371 !important;
}

.top-background {
    background-image: url('/assets/sky/images/a-key-direct.png');
    background-size: cover;
}

.package-topbar {
    width: 220px;
    height: 55px;
    background-image: url('/assets/sky/images/package-top-bar.png');
    background-size: contain;
    color: white;
    font-size: 1.5rem;
    padding-top: 8px;
}

.package-bottombar {
    width: 220px;
    height: 23px;
    background-image: url('/assets/sky/images/package-bottom-bar.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.package-middle-box {
    width: 220px;
    margin-top: -5px;
    padding: 20px 0;
    background-color: white;
}

.package-price-box {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100px;
    height: 100px;
    border: 2px solid black;
    border-radius: 30px;
}

.package-text-line {
    border-bottom: 1px dashed gray;
    margin: 5px 35px;
}

.subtitle {
    font-size: 1.5rem;
}

.feature-img {
    width: 110px;
}

.feature-title {
    color: white;
    font-size: 1.5rem;
    margin-top: 20px;
}

.feature-desc {
    margin-top: 10px;
    margin-left: 35px;
    margin-right: 35px;
    color: white;
}

.footer-item {
    display: inline-block;
}

.index-item {
    margin-left: 20px;
    margin-right: 20px;

}

.index-text {
    color: white;

}

.cur-item {
    border-bottom: 4px solid #EB8371;
    color: #EB8371;
}

.question {
    padding: 15px;
    margin: 0 20px;
}

.question-btn-block {
    padding: 25px 0;
    border-bottom: 1px solid #8E8E8D;
}

.faq-item-bg-selected {
    background-color: RGB(237, 237, 237);
}

.faq-item-btn-selected {
    color: #EB8371;
}

.logo_bottom {
    width: 80px;
    margin-bottom: 20px;
}

.appname_bottom {
    width: 115px
}

.index_dl {
    display: inline-block;
}