<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ¼”ç¤ºç‰ˆæ&nbsp;·å¼ï¼Œéžé¡¹ç›®å¿…è¦ */

.themed-grid-col {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(86, 61, 124, .15);
    border: 1px solid rgba(86, 61, 124, .2);
}

.bd-example {
    position: relative;
    padding: 1rem;
    border: 2px solid #f8f9fa;
}

.highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


/* æŒ‰é¡¹ç›®æ‰€éœ€ï¼Œé‡å®šä¹‰bootcsså¿…è¦å…ƒç´&nbsp;æ&nbsp;·å¼ */


/******
 ****** Global
 ******/

body {
    font-size: 14px;
    font-family: "PingFang SC", "Microsoft Yahei", arial, helvetica, clean, sans-serif;
}

p {
    margin-bottom: 35px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5 {
    color: #222;
    font-weight: bold;
}

@media (min-width: 768px) {
    p {
        font-size: 14px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    p {
        font-size: 16px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
}

a {
    color: #000;
    cursor: pointer;
    outline: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
}


/* æŒ‰é’®æ&nbsp;·å¼ */


/* .btn{
    border-radius: 0;
} */


/* ä¸»æŒ‰é’®ï¼ˆæš—è‰²#333ä¸»é¢˜ï¼‰ */

.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show&gt;.btn-primary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show&gt;.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #333;
    border-color: #333;
}

a.nav-link {
    margin-right: 23px;
    font-size: 18px !important;
}

.template-dark h3 {
    font-size: 40px;
}

.template-dark h5 {
    color: white;
    font-size: 20px;
    font-weight: normal;
}

.template-dark h1,
.template-dark h2,
.template-dark h3,
.template-dark h4,
.template-dark h5,
.template-dark h6,
.template-dark label {
    color: white !important;
}

.template-dark p,
.contact-info-list li,
.contact-info-list li a {
    color: rgb(255, 255, 255, .6);
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding-right: 0px;
    padding-left: 0px;
}

.footer-ios,
.footer-andriod {
    border-radius: 10px;
    border: 3px solid white;
    font-size: 16px;
    width: 200px;
    height: 50px;
}

a.navbar-brand.d-block.text-white {
    font-size: 16px;
}

.logo-ios::before {
    content: url(../svg/logo-ios.svg);
}

.logo-andriod::before {
    content: url(../svg/logo-andriod.svg);
}

.logo-andriod,
.logo-ios {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .navbar .navbar-nav&gt;li:last-of-type {
        margin-bottom: 0px;
    }
    .logo-andriod,
    .logo-ios {
        margin-top: 0px;
    }
    .footer-ios,
    .footer-andriod {
        margin: 0 auto;
        width: 180px;
    }
}

.footer-ios a,
.footer-andriod a {
    line-height: 34px;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 20px;
}

.tp-caption img {
    opacity: 0.3 !important;
}

.bg-dark {
    background: black !important;
}
</pre></body></html>