<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    background-color: var(--bg-color);
    color: var(--font-color);
 
}
:root {
    --box-color: #fff;
    --font-color: #191919;
    --bg-color: #f9f9f9;
    --heading-color: #191919;
    --para-color: #707070;
    --default-color: #191919;
    --hover-color: #94d500;
    --side-color: #fff;
    --border-color: #e6e6e6
}
[data-theme=dark] {
    --box-color: #1C1C1C;
    --font-color: #fff;
    --bg-color: #262626;
    --row-bg-color: #303030;
    --heading-color: #fff;
    --para-color: rgba(255, 255, 255, 0.55);
    --border-color: rgba(255, 255, 255, 0.3);
    --default-color: #191919;
    --hover-color: #94d500;
    --side-color: #1E1E1E
}

[data-theme=dark] .card{
    background: var(--box-color);
}
[data-theme=dark] .modal-content{background: var(--box-color)}
[data-theme=dark] .modal-content .close{color: var(--font-color)}
[data-theme=dark] .modal-content .modal-header{ border-bottom: 1px solid #dee2e600; }
[data-theme=dark] .modal-content .modal-footer{ border-top: 1px solid #dee2e600; }


h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color)
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: var(--heading-color)
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a {
    color: var(--hover-color)
}
.contact_main p a{
	color: var(--font-color)
}

a {
    text-decoration: none;
    background-color: transparent;
}

.container{
    max-width: 1280px;
}
a:hover, a:focus, .fx-appbar .header-Wrapper .navigation a:hover {
    text-decoration: none;
    outline: none;
    color: #44b549;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    text-decoration: none;
}


[data-theme=dark] .btn-primary {
    color: #fff;
    background-color: #44b549;
    border-color: #44b549;
}
[data-theme=dark] .btn-outline-primary {
    color: #44b549;
    border-color: #44b549;
}

[data-theme=dark] .search_form .form-control {
    border: 1px solid var(--border-color);
}
.sidebar-action  .orderby{
    color: #ffffff;
}

@media (max-width: 1280px) {
    .lang_ms_banner{
        top: 0px;
    }
    .modal-dialog{
        margin: 1rem auto;
    }
}
 
@media (max-width: 580px) {
    .lang_ms_banner{
        top: 0px;
    }

    .lang_ms_banner  .modal-dialog{
        margin: 0;
        height: 100%;
    }
    .lang_ms_banner  .modal-dialog .modal-content{
        height: 100%;
    }
    .lang_ms_banner button.close{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
    }

    [data-theme=dark] .main-wrapper .type-title h1.type-h1{
        font-size: 1.5rem!important;
    }
    [data-theme=dark] .main-wrapper .type-title .path{font-size: 12px;}
    [data-theme=dark] .main-wrapper .type-title  .path span{
        padding: 0 0px;
    }
    .page .pagination li{
        display: inline-block;
        margin: 0;
    }
    .page .pagination li a{
        display: none
    }
    /* 绗竴椤� */
    .page .pagination li:first-child a{
        display: inline-block;
        margin-right: 10px;
    }


    .page .pagination li a.disabled, .page .pagination li a.active{
        display: inline-block;
        margin-right: 10px;
    }
    /* 鏈€鍚庝竴椤� */
    .page .pagination li:last-child a{
        display: inline-block;
        margin-right: 10px;
    }
    .vip-featured .featured-detail a h5{   
        font-size: 16px;
    }
    .vip-featured .featured-detail span{
        font-size: 10px;
    }
    .vip-featured .featured-detail span .iconfont{
        font-size: 10px;
    }
    .vip-featured .featured-detail p{
        font-size: 12px;
        line-height: 17px;
    }
    .vip-featured .featured-detail .apply-btn a i{
        font-size: 20px;
    }
    .vip-featured .marker{
        font-size: 10px;
        padding: 2px 5px;
    }
}
@media (max-width: 380px) {
    .comments_form{
        margin-bottom: 10px;
    }
    .social-login{
        padding: 30px 30px 0;
    }
    .m24_language_box{
        padding: 8px 23px;
    }
}</pre></body></html>