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);
}

.vip-row .pricing {
    margin-left: -10px;
    margin-right: -10px;
}
[data-theme=dark]  .viplist{
    margin-right: -6px;
    margin-left: -6px;
}

.search-tabs{
    font-size: 0;
    margin-bottom: 32px;
}
.search-tabs .s-link{
    font-size: 21px;
    font-weight: bold;
    margin-right: 0px;
    padding: 10px 24px;
    border-bottom: 2px solid transparent;
    min-width: 112px;
    display: inline-block;
    text-align: center;
}
.search-tabs .s-link.active{
    color: #228b22;
    border-bottom: 2px solid #228b22;
}
 

#vue-audio-player .dj-vue-player-wrap .dj-progress .dj-seek-bar {
    background: none;
    position: relative;
    width: 0;
    height: 16px;
    width: 100%;
    cursor: pointer;
}
#vue-audio-player .dj-vue-player-wrap .dj-progress .dj-seek-bar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,182,0,.3);
    overflow: hidden;
    border-radius: 5px;
}
#vue-audio-player .dj-vue-player-wrap .dj-progress .dj-seek-bar .dj-play-bar:after {
    content: "";
    height: 15px;
    width: 13px;
    background: #228b22;
    display: inline-block;
    box-shadow: 2px 2px 16px 0 rgba(254,121,69,.2);
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}




@media (max-width: 1285px) {
    .lang_ms_banner{
        top: 0px;
    }
    .modal-dialog{
        margin: 1rem auto;
    }




}
 

/* 720px 以下 */

@media(max-width: 720px) {
    /* 在720px以下生效的样式 */
    .m-h{
        display: none !important;
    }
}
@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: 14px;
        line-height: 25px;
    }
    .vip-featured .featured-detail .apply-btn a i{
        font-size: 20px;
    }
    .vip-featured .marker{
        font-size: 10px;
        padding: 2px 5px;
    }
    .swiper-index-full{
        height: 200px;
    }
    .swiper-index-full .swiper-slide img{
        height: 200px;
        min-height: 200px;
    }
    .DT-block.mt-5{
        margin-top: 1rem!important;
    }
    .DT-block .blockHeader .right-tab .nav-tabs .nav-link{
        font-size: 12px;
        line-height: 30px;
        margin-left: 8px;
        padding: 0px 8px;
    }
    .swiper-index-full {
        margin-top: 100px;
    }
    .download-modal {
        min-width: 100%;
    }
    


}
 
@media (max-width: 380px) {
    .comments_form{
        margin-bottom: 10px;
    }
    .social-login{
        padding: 30px 30px 0;
    }
    .m24_language_box{
        padding: 8px 23px;
    }
    .DT-block .blockHeader .right-tab .nav-tabs .nav-link{
        font-size: 12px;
        line-height: 30px;
        margin-left: 8px;
        padding: 0px 8px;
    }
    
}