body {
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 600;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

.btn-round {
    border-radius: 40px;
    padding-left: 25px;
    padding-right: 25px;
}

.btn-outline-warning {
    border-color: #444343;
    color: #444343;
}

.btn-outline-warning:hover {
    background: #ffc107;
    border-color: #ffc107;
    color: #fff;
}

.section {
    padding: 40px 0 80px;
}

.section h2 {
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    color: #339933;
}

.section h2 span {
    position: absolute;
    bottom: -21px;
    left: 46.8%;
    font-size: 3px;
    padding: 0 8px;
}

.section h2 span i {
    margin: 0 2px;
}

.section h2 span::after,
.section h2 span::before {
    content: '';
    background: #339933;
    width: 30px;
    height: 1px;
    position: absolute;
    top: 2px;
    left: -75%;
}

.section h2 span::after {
    left: unset;
    right: -75%;
}

.section h2~p {
    font-size: 16px;
    line-height: 1.7;
    color: #303030;
}

.section h2.text-white span::after,
.section h2.text-white span::before {
    background: #fff;
}

#header {
    padding: 15px 0;
}

#header.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: #fff;
    border-bottom: 1px solid #e54260;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s;
}

#overview {
    background: #e54260;
    color: #fff;
}

#overview h1,
#overview h2 {
    line-height: 1.4;
}

#overview .banner-text p {
    line-height: 1.8;
}

#advantage .left li {
    position: relative;
    margin-bottom: 20px;
}

#advantage .left li h3 {
    font-size: 1.25rem;
    color: #e54260;
    margin-bottom: 20px;
    font-weight: 600;
}

#advantage .left li p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

#features {
    background: #f6f6f6;
}

#features .card {
    margin-top: 60px;
}

#features .card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
}

#features .card .card-icon {
    color: #e54260;
}

#features .card .card-icon img {
    width: 60px;
    height: auto;
}

#join {
    background: #f6f6f6;
}

#join .card {
    margin-top: 60px;
    padding-bottom: 1.5rem;
    background: #bcd8af;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 10px -1px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 10px -1px;
    border-radius: 12px;
    border: none;
}

#join .card ul li {
    line-height: 3;
    border-bottom: 1px dashed #eee;
}

#join .card .card-footer {
    background: 0 0;
    border: 0 solid transparent;
}

#join .card .btn-round {
    border-radius: 30px;
    padding-left: 18px;
    padding-right: 18px;
}

#join .number {
    padding: 25px 5px;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    background: #fff;
    font-weight: 600;
    color: #e54260;
}

#join .number sup {
    top: -1.5em;
}

#join .number span {
    font-weight: 600;
    font-size: 38px;
}

#download {
    position: relative;
    background: url(../images/contact-bg.png) no-repeat;
    background-size: cover;
    min-height: 600px;
    z-index: 1;
}

#download .mask {
    background: #212121;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .8;
    z-index: 2;
}

#download .container {
    position: relative;
    z-index: 3;
}

#download a:hover {
    text-decoration: none;
}

#download .card {
    margin-top: 60px;
    border-radius: 12px;
    -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
    background-color: #222;
    color: #fff;
    position: relative;
    z-index: 1;
    border: 0 none;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.34, 2, .6, 1), -webkit-box-shadow .2s ease;
    transition: -webkit-transform .3s cubic-bezier(.34, 2, .6, 1), -webkit-box-shadow .2s ease;
    transition: transform .3s cubic-bezier(.34, 2, .6, 1), box-shadow .2s ease;
    transition: transform .3s cubic-bezier(.34, 2, .6, 1), box-shadow .2s ease, -webkit-transform .3s cubic-bezier(.34, 2, .6, 1), -webkit-box-shadow .2s ease;
}

#download .card:hover {
    -webkit-box-shadow: 0 12px 19px -7px rgba(0, 0, 0, .3);
    box-shadow: 0 12px 19px -7px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

#download .download-icon {
    padding-left: 40px;
}

#download .download-icon .fa {
    color: #fff !important;
}

#download .download-icon-detail {
    margin-top: 20px;
}

#footer {
    padding: 20px 0;
    background: #222;
}

#footer p {
    margin-bottom: 0;
}

#footer p a {
    color: #fff;
}

#scrollUp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #222;
    height: 45px;
    width: 45px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

#scrollUp:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    z-index: -1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .25) 0, rgba(0, 0, 0, 0) 80%);
}

#scrollUp:hover {
    background: #e54260;
}

@media (max-width:992px) {
    #features .card {
        margin-top: 30px;
    }

    #download .card {
        margin-top: 30px;
    }

    #download .download-icon {
        padding-left: 0;
        text-align: center;
    }

    #download .download-icon-detail {
        text-align: center;
    };
}