/* ================================================== */
/* Main Style File */
/* BY HUNTER */
/* ================================================== */
/*-------------------------------------------------------------- # Resets --------------------------------------------------------------*/
 @import "../css/hljs-monokai.css";
 html, body {
     height: 100%;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
     -moz-osx-font-smoothing: grayscale;
     -webkit-text-size-adjust: 100%;
     font-size: 14px;
}
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     color: #222;
     margin-bottom: 16px;
     font-weight: bold;
     line-height: 1.5;
}
 small {
     font-weight: normal;
     color: #999;
     font-size: 12px;
}
 .text-primary, .text-primary:hover {
     color: #0072ed !important;
}
 .text-secondary, .text-secondary:hover {
     color: #FF5722 !important;
}
 .text-success, .text-success:hover {
     color: #07c160 !important;
}
 .text-danger, .text-danger:hover {
     color: #fa5151 !important;
}
 .text-warning, .text-warning:hover {
     color: #f1c40f !important;
}
 .text-info, .text-info:hover {
     color: #95a5a6 !important;
}
 .text-light, .text-light:hover {
     color: #f8f9fa !important;
}
 .text-dark, .text-dark:hover {
     color: #343a40 !important;
}
 .text-gray {
     color: #939393 !important;
}
 .btn {
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
 .btn:hover, .btn:focus, .btn:active, button:hover, button:focus, button:active {
     outline: none !important;
     box-shadow: none !important;
}
 .btn-primary, .btn-primary:active {
     color: #fff;
     background-color: #0072ed !important;
     border-color: #0072ed !important;
}
 .btn-primary:hover, .btn-primary:active:hover {
     color: #fff;
     background-color: #0062cc !important;
     border-color: #0062cc !important;
}
 .btn-secondary, .btn-secondary:active {
     color: #fff;
     background-color: #FF5722 !important;
     border-color: #FF5722 !important;
}
 .btn-secondary:hover, .btn-secondary:active:hover {
     color: #fff;
     background-color: #E64A19 !important;
     border-color: #E64A19 !important;
}
 .btn-success, .btn-success:active {
     color: #fff;
     background-color: #07c160 !important;
     border-color: #07c160 !important;
}
 .btn-success:hover, .btn-success:active:hover {
     color: #fff;
     background-color: #06ae56 !important;
     border-color: #06ae56 !important;
}
 .btn-danger, .btn-danger:active {
     color: #fff;
     background-color: #fa5151 !important;
     border-color: #fa5151 !important;
}
 .btn-danger:hover, .btn-danger:active:hover {
     color: #fff;
     background-color: #c0392b !important;
     border-color: #c0392b !important;
}
 .btn-warning, .btn-warning:active {
     color: #fff;
     background-color: #f1c40f !important;
     border-color: #f1c40f !important;
}
 .btn-warning:hover, .btn-warning:active:hover {
     color: #fff;
     background-color: #f39c12 !important;
     border-color: #f39c12 !important;
}
 .btn-info, .btn-info:active {
     color: #fff;
     background-color: #95a5a6 !important;
     border-color: #95a5a6 !important;
}
 .btn-info:hover, .btn-info:active:hover {
     color: #fff;
     background-color: #7f8c8d !important;
     border-color: #7f8c8d !important;
}
 .btn-dark, .btn-dark:active {
     color: #fff;
     background-color: #343a40 !important;
     border-color: #343a40 !important;
}
 .btn-dark:hover, .btn-dark:active:hover {
     color: #fff;
     background-color: #23272b !important;
     border-color: #23272b !important;
}
 .btn-light, .btn-light:active {
     color: #595959;
     background-color: #f3f6f9 !important;
     border-color: #f3f6f9 !important;
}
 .btn-light:hover, .btn-light:active:hover {
     color: #434343;
     background-color: #e2e6ea !important;
     border-color: #e2e6ea !important;
}
 .btn-gray {
     color: #212529;
     background-color: #f8f9fa;
     border-color: #f8f9fa;
}
 .btn-gray:hover {
     color: #212529;
     background-color: #e2e6ea;
     border-color: #dae0e5;
}
 .btn-outline-primary {
     color: #0072ed !important;
     background-color: transparent;
     background-image: none;
     border-color: #0072ed !important;
}
 .btn-outline-primary:hover {
     color: #fff !important;
     background-color: #0072ed !important;
     border-color: #0072ed !important;
}
 .badge-primary {
     background-color: #0072ed !important;
}
 .badge-secondary {
     background-color: #FF5722 !important;
}
 .badge-success {
     background-color: #07c160 !important;
}
 .badge-danger {
     background-color: #fa5151 !important;
}
 .badge-warning {
     background-color: #f1c40f !important;
}
 .badge-info {
     background-color: #95a5a6 !important;
}
 .badge-dark {
     background-color: #343a40 !important;
}
 .badge-light {
     background-color: #f8f9fa !important;
}
 .border {
     border: 1px solid #f5f5f5!important;
}
 .border-top {
     border-top: 1px solid #f5f5f5!important;
}
 .border-bottom {
     border-bottom: 1px solid #f5f5f5!important;
}
 .border-right {
     border-right: 1px solid #f5f5f5!important;
}
 .border-left {
     border-left: 1px solid #f5f5f5!important;
}
 .col-wrap-table {
     display: table;
     width: 100%;
}
 .col-media-left, .col-media-right, .col-media-body {
     display: table-cell;
     vertical-align: top;
}
 .col-media-middle {
     display: table-cell;
     vertical-align: middle;
}
 .fleft {
     float: left;
}
 .fright {
     float: right;
}
 a {
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
     transition: all 0.3s linear;
     color: #434343;
     text-decoration: none;
}
 a:hover {
     color: #0062cc;
}
 a:active {
     color: #0062cc;
}
 a:hover, a:visited, a:focus, a:active {
     outline: 0;
     text-decoration: none;
}
/*-------------------------------------------------------------- # Media --------------------------------------------------------------*/
 embed, iframe, object {
     max-width: 100%;
}
 .img-zoom {
     overflow: hidden;
     display: inline-block;
}
 .img-zoom img {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .img-zoom:hover img {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
}
 .focus-img > .row > div {
     padding: 0;
     margin-bottom: 16px;
     height: 100%;
     display: block;
}
 .focus-img > .row > div a > span {
     border-radius: .5rem;
     overflow: hidden;
}
 .focus-img .intro {
     position: absolute;
     bottom: 0;
     background: #000;
     padding: 0 5px 0 5px;
     width: 100%;
     opacity: .5;
     color: #fff;
     height: 30px;
     line-height: 30px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     text-align: center;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 1;
}
 .focus-img a {
     display: block;
}
 .focus-img img {
     width: 100%;
}
 .embed-responsive img {
     position: absolute;
     object-fit: cover;
     width: 100%;
     height: 100%;
     border: 0;
}
 .embed-responsive-21by9 {
     padding-bottom: 42.857143%;
}
 .embed-responsive-16by9 {
     padding-bottom: 56.25%;
}
 .embed-responsive-4by3 {
     padding-bottom: 75%;
}
 .embed-responsive-1by1 {
     padding-bottom: 100%;
}
 .embed-responsive-square {
     padding-bottom: 100%;
}
 .embed-responsive-125 {
     padding-bottom: 125%;
}
 .embed-responsive-21by9::before, .embed-responsive-16by9::before, .embed-responsive-4by3::before, .embed-responsive-1by1::before, .embed-responsive-square::before {
     padding-top: 0;
}
 .well {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
}
 .wow {
     visibility: hidden;
}
 .rounded {
     border-radius: .5rem!important;
}
 .shadow-sm {
     -webkit-box-shadow: 0 0 10px 3px #eee !important;
     -moz-box-shadow: 0 0 10px 3px #eee !important;
     box-shadow: 0 0 10px 3px #eee !important;
}
 .hover-box:hover {
     -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
     transition: all 0.3s linear;
}
 .bg-light {
     background: #f3f6f9 !important;
}
 .responsive-container {
     position: relative;
     width: 100%;
     border: 1px solid #f8f8f8;
}
 .fieldlist dd {
     display: block;
     margin: 5px 0;
}
 .fieldlist dd input {
     display: inline-block;
     width: 300px;
}
 .fieldlist dd input:first-child {
     width: 110px;
}
 .fieldlist dd ins {
     width: 110px;
     display: inline-block;
     text-decoration: none;
     font-weight: bold;
}
 .alert-paid {
     margin: 10px 0;
     text-align: center;
}
 .alert-paid a {
     color: #f39c12;
}
 .toast-top-center {
     top: 50px;
}
 .toast-top-center > div {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
}
/*修复nice-validator新版下的一处BUG*/
 .nice-validator input, .nice-validator select, .nice-validator textarea, .nice-validator [contenteditable] {
     display: inline-block;
     *display: inline;
     *zoom: 1;
}
/*修复nice-validator和summernote的编辑框冲突*/
 .nice-validator .note-editor .note-editing-area .note-editable {
     display: inherit;
}
/*预览区域*/
 .plupload-preview {
     padding: 0 10px;
     margin-bottom: 0;
}
 .plupload-preview li {
     margin-bottom: 10px;
}
 .plupload-preview .thumbnail {
     margin-bottom: 10px;
}
 .plupload-preview a {
     display: block;
}
 .plupload-preview a:first-child {
     height: 90px;
}
 .plupload-preview a img {
     height: 80px;
     object-fit: cover;
}
/* Selection */
 ::selection, ::-moz-selection {
     background: #0072ed;
     color: #fff;
}
 .clear:before, .clear:after, .site-header:before, .site-header:after {
     content: "";
     display: table;
     table-layout: fixed;
}
 .clear:after, .clearfix, .site-header:after {
     clear: both;
}
 .no-padding {
     padding: 0 !important;
}
 .no-border {
     border: none !important;
}
 .alignleft {
     display: inline;
     float: left;
     margin-right: 1.5em;
}
 .alignright {
     display: inline;
     float: right;
     margin-left: 1.5em;
}
 .aligncenter {
     clear: both;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .text-center {
     text-align: center;
}
 .text-left {
     text-align: left;
}
 .text-right {
     text-align: right;
}
 .pull-right {
     float: right !important;
}
 .pull-left {
     float: left !important;
}
 .show {
     display: block !important;
}
 .hide {
     display: none !important;
}
 .hidden {
     display: none !important;
}
 .text-hide {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0;
}
 .invisible {
     visibility: hidden;
}
 .affix {
     position: fixed;
}
 .flex {
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     flex-wrap: wrap;
}
 .row {
     margin-right: 0;
     margin-left: 0;
}
 .container {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-1, .col-lg-1, .col-md-1, .col-sm-1, .col-xl-1 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-2, .col-lg-2, .col-md-2, .col-sm-2, .col-xl-2 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-3, .col-lg-3, .col-md-3, .col-sm-3, .col-xl-3 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-4, .col-lg-4, .col-md-4, .col-sm-4, .col-xl-4 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-5, .col-lg-5, .col-md-5, .col-sm-5, .col-xl-5 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-6, .col-lg-6, .col-md-6, .col-sm-6, .col-xl-6 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-7, .col-lg-7, .col-md-7, .col-sm-7, .col-xl-7 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-8, .col-lg-8, .col-md-8, .col-sm-8, .col-xl-8 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-9, .col-lg-9, .col-md-9, .col-sm-9, .col-xl-9 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-10, .col-lg-10, .col-md-10, .col-sm-10, .col-xl-10 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-11, .col-lg-11, .col-md-11, .col-sm-11, .col-xl-11 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-12, .col-lg-12, .col-md-12, .col-sm-12, .col-xl-12 {
     padding-right: 8px;
     padding-left: 8px;
}
 .col-auto, .col-lg-auto, .col-md-auto, .col-sm-auto, .col-xl-auto {
     padding-right: 8px;
     padding-left: 8px;
}
/*-------------------------------------------------------------- # Responsive --------------------------------------------------------------*/
 @media (min-width: 1280px) {
     .container {
         max-width: 1280px !important;
    }
     .pc-hidden {
         display: none !important;
    }
}
 @media (min-width: 768px) and (max-width: 1279px) {
     .container {
         width: 100% !important;
    }
     .pad-hidden {
         display: none !important;
    }
     .col-md-1 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 8.333333333333334% !important;
         -ms-flex: 0 0 8.333333333333334% !important;
         flex: 0 0 8.333333333333334% !important;
         max-width: 8.33333333% !important;
    }
     .order-md-1 {
         -webkit-box-ordinal-group: 1;
         -moz-box-ordinal-group: 1;
         -ms-flex-order: 1;
         -webkit-order: 1;
         order: 1;
    }
     .col-md-2 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 16.666666666666668% !important;
         -ms-flex: 0 0 16.666666666666668% !important;
         flex: 0 0 16.666666666666668% !important;
         max-width: 16.66666667% !important;
    }
     .order-md-2 {
         -webkit-box-ordinal-group: 2;
         -moz-box-ordinal-group: 2;
         -ms-flex-order: 2;
         -webkit-order: 2;
         order: 2;
    }
     .col-md-3 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 25% !important;
         -ms-flex: 0 0 25% !important;
         flex: 0 0 25% !important;
         max-width: 25% !important;
    }
     .order-md-3 {
         -webkit-box-ordinal-group: 3;
         -moz-box-ordinal-group: 3;
         -ms-flex-order: 3;
         -webkit-order: 3;
         order: 3;
    }
     .col-md-4 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 33.333333333333336% !important;
         -ms-flex: 0 0 33.333333333333336% !important;
         flex: 0 0 33.333333333333336% !important;
         max-width: 33.33333333% !important;
    }
     .order-md-4 {
         -webkit-box-ordinal-group: 4;
         -moz-box-ordinal-group: 4;
         -ms-flex-order: 4;
         -webkit-order: 4;
         order: 4;
    }
     .col-md-5 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 41.66666666666667% !important;
         -ms-flex: 0 0 41.66666666666667% !important;
         flex: 0 0 41.66666666666667% !important;
         max-width: 41.66666667% !important;
    }
     .order-md-5 {
         -webkit-box-ordinal-group: 5;
         -moz-box-ordinal-group: 5;
         -ms-flex-order: 5;
         -webkit-order: 5;
         order: 5;
    }
     .col-md-6 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 50% !important;
         -ms-flex: 0 0 50% !important;
         flex: 0 0 50% !important;
         max-width: 50% !important;
    }
     .order-md-6 {
         -webkit-box-ordinal-group: 6;
         -moz-box-ordinal-group: 6;
         -ms-flex-order: 6;
         -webkit-order: 6;
         order: 6;
    }
     .col-md-7 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 58.333333333333336% !important;
         -ms-flex: 0 0 58.333333333333336% !important;
         flex: 0 0 58.333333333333336% !important;
         max-width: 58.33333333% !important;
    }
     .order-md-7 {
         -webkit-box-ordinal-group: 7;
         -moz-box-ordinal-group: 7;
         -ms-flex-order: 7;
         -webkit-order: 7;
         order: 7;
    }
     .col-md-8 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 66.66666666666667% !important;
         -ms-flex: 0 0 66.66666666666667% !important;
         flex: 0 0 66.66666666666667% !important;
         max-width: 66.66666667% !important;
    }
     .order-md-8 {
         -webkit-box-ordinal-group: 8;
         -moz-box-ordinal-group: 8;
         -ms-flex-order: 8;
         -webkit-order: 8;
         order: 8;
    }
     .col-md-9 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 75% !important;
         -ms-flex: 0 0 75% !important;
         flex: 0 0 75% !important;
         max-width: 75% !important;
    }
     .order-md-9 {
         -webkit-box-ordinal-group: 9;
         -moz-box-ordinal-group: 9;
         -ms-flex-order: 9;
         -webkit-order: 9;
         order: 9;
    }
     .col-md-10 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 83.33333333333334% !important;
         -ms-flex: 0 0 83.33333333333334% !important;
         flex: 0 0 83.33333333333334% !important;
         max-width: 83.33333333% !important;
    }
     .order-md-10 {
         -webkit-box-ordinal-group: 10;
         -moz-box-ordinal-group: 10;
         -ms-flex-order: 10;
         -webkit-order: 10;
         order: 10;
    }
     .col-md-11 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 91.66666666666667% !important;
         -ms-flex: 0 0 91.66666666666667% !important;
         flex: 0 0 91.66666666666667% !important;
         max-width: 91.66666667% !important;
    }
     .order-md-11 {
         -webkit-box-ordinal-group: 11;
         -moz-box-ordinal-group: 11;
         -ms-flex-order: 11;
         -webkit-order: 11;
         order: 11;
    }
     .col-md-12 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 100% !important;
         -ms-flex: 0 0 100% !important;
         flex: 0 0 100% !important;
         max-width: 100% !important;
    }
     .order-md-12 {
         -webkit-box-ordinal-group: 12;
         -moz-box-ordinal-group: 12;
         -ms-flex-order: 12;
         -webkit-order: 12;
         order: 12;
    }
}
 @media (max-width: 992px) {
     .col-1, .col-lg-1, .col-md-1, .col-sm-1, .col-xl-1 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-2, .col-lg-2, .col-md-2, .col-sm-2, .col-xl-2 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-3, .col-lg-3, .col-md-3, .col-sm-3, .col-xl-3 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-4, .col-lg-4, .col-md-4, .col-sm-4, .col-xl-4 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-5, .col-lg-5, .col-md-5, .col-sm-5, .col-xl-5 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-6, .col-lg-6, .col-md-6, .col-sm-6, .col-xl-6 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-7, .col-lg-7, .col-md-7, .col-sm-7, .col-xl-7 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-8, .col-lg-8, .col-md-8, .col-sm-8, .col-xl-8 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-9, .col-lg-9, .col-md-9, .col-sm-9, .col-xl-9 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-10, .col-lg-10, .col-md-10, .col-sm-10, .col-xl-10 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-11, .col-lg-11, .col-md-11, .col-sm-11, .col-xl-11 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-12, .col-lg-12, .col-md-12, .col-sm-12, .col-xl-12 {
         padding-right: 0;
         padding-left: 0;
    }
     .col-auto, .col-lg-auto, .col-md-auto, .col-sm-auto, .col-xl-auto {
         padding-right: 0;
         padding-left: 0;
    }
}
 @media (max-width: 767px) {
     .text-sm-center {
         text-align: center !important;
    }
     .mobile-hidden {
         display: none !important;
    }
     .col-sm-1 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 8.333333333333334% !important;
         -ms-flex: 0 0 8.333333333333334% !important;
         flex: 0 0 8.333333333333334% !important;
         max-width: 8.33333333% !important;
    }
     .order-sm-1 {
         -webkit-box-ordinal-group: 1;
         -moz-box-ordinal-group: 1;
         -ms-flex-order: 1;
         -webkit-order: 1;
         order: 1;
    }
     .col-sm-2 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 16.666666666666668% !important;
         -ms-flex: 0 0 16.666666666666668% !important;
         flex: 0 0 16.666666666666668% !important;
         max-width: 16.66666667% !important;
    }
     .order-sm-2 {
         -webkit-box-ordinal-group: 2;
         -moz-box-ordinal-group: 2;
         -ms-flex-order: 2;
         -webkit-order: 2;
         order: 2;
    }
     .col-sm-3 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 25% !important;
         -ms-flex: 0 0 25% !important;
         flex: 0 0 25% !important;
         max-width: 25% !important;
    }
     .order-sm-3 {
         -webkit-box-ordinal-group: 3;
         -moz-box-ordinal-group: 3;
         -ms-flex-order: 3;
         -webkit-order: 3;
         order: 3;
    }
     .col-sm-4 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 33.333333333333336% !important;
         -ms-flex: 0 0 33.333333333333336% !important;
         flex: 0 0 33.333333333333336% !important;
         max-width: 33.33333333% !important;
    }
     .order-sm-4 {
         -webkit-box-ordinal-group: 4;
         -moz-box-ordinal-group: 4;
         -ms-flex-order: 4;
         -webkit-order: 4;
         order: 4;
    }
     .col-sm-5 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 41.66666666666667% !important;
         -ms-flex: 0 0 41.66666666666667% !important;
         flex: 0 0 41.66666666666667% !important;
         max-width: 41.66666667% !important;
    }
     .order-sm-5 {
         -webkit-box-ordinal-group: 5;
         -moz-box-ordinal-group: 5;
         -ms-flex-order: 5;
         -webkit-order: 5;
         order: 5;
    }
     .col-sm-6 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 50% !important;
         -ms-flex: 0 0 50% !important;
         flex: 0 0 50% !important;
         max-width: 50% !important;
    }
     .order-sm-6 {
         -webkit-box-ordinal-group: 6;
         -moz-box-ordinal-group: 6;
         -ms-flex-order: 6;
         -webkit-order: 6;
         order: 6;
    }
     .col-sm-7 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 58.333333333333336% !important;
         -ms-flex: 0 0 58.333333333333336% !important;
         flex: 0 0 58.333333333333336% !important;
         max-width: 58.33333333% !important;
    }
     .order-sm-7 {
         -webkit-box-ordinal-group: 7;
         -moz-box-ordinal-group: 7;
         -ms-flex-order: 7;
         -webkit-order: 7;
         order: 7;
    }
     .col-sm-8 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 66.66666666666667% !important;
         -ms-flex: 0 0 66.66666666666667% !important;
         flex: 0 0 66.66666666666667% !important;
         max-width: 66.66666667% !important;
    }
     .order-sm-8 {
         -webkit-box-ordinal-group: 8;
         -moz-box-ordinal-group: 8;
         -ms-flex-order: 8;
         -webkit-order: 8;
         order: 8;
    }
     .col-sm-9 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 75% !important;
         -ms-flex: 0 0 75% !important;
         flex: 0 0 75% !important;
         max-width: 75% !important;
    }
     .order-sm-9 {
         -webkit-box-ordinal-group: 9;
         -moz-box-ordinal-group: 9;
         -ms-flex-order: 9;
         -webkit-order: 9;
         order: 9;
    }
     .col-sm-10 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 83.33333333333334% !important;
         -ms-flex: 0 0 83.33333333333334% !important;
         flex: 0 0 83.33333333333334% !important;
         max-width: 83.33333333% !important;
    }
     .order-sm-10 {
         -webkit-box-ordinal-group: 10;
         -moz-box-ordinal-group: 10;
         -ms-flex-order: 10;
         -webkit-order: 10;
         order: 10;
    }
     .col-sm-11 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 91.66666666666667% !important;
         -ms-flex: 0 0 91.66666666666667% !important;
         flex: 0 0 91.66666666666667% !important;
         max-width: 91.66666667% !important;
    }
     .order-sm-11 {
         -webkit-box-ordinal-group: 11;
         -moz-box-ordinal-group: 11;
         -ms-flex-order: 11;
         -webkit-order: 11;
         order: 11;
    }
     .col-sm-12 {
         -webkit-box-flex: 0 !important;
         -moz-box-flex: 0 !important;
         -webkit-flex: 0 0 100% !important;
         -ms-flex: 0 0 100% !important;
         flex: 0 0 100% !important;
         max-width: 100% !important;
    }
     .order-sm-12 {
         -webkit-box-ordinal-group: 12;
         -moz-box-ordinal-group: 12;
         -ms-flex-order: 12;
         -webkit-order: 12;
         order: 12;
    }
}
/*-------------------------------------------------------------- # Header-Content --------------------------------------------------------------*/
 #site-logo {
     display: table-cell;
     vertical-align: middle;
     padding: 12px 0;
}
 .site-header {
     position: relative;
     z-index: 99;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
 .site-header ul.info-list {
     display: table;
     list-style: none;
     margin: 0px;
     padding: 0px;
}
 .site-header ul.info-list li {
     font-size: 14px;
     padding: 0 12px;
     border-left: 1px solid rgba(255, 255, 255, 0.1);
     height: auto;
     display: table-cell;
     vertical-align: middle;
}
 .site-header ul.info-list li:first-child {
     padding-left: 0px;
     border-left: none;
}
 .site-header ul.info-list li:last-child {
     padding-right: 0px;
     border-left: none;
}
 .site-header ul.info-list li a {
     color: #fafafa;
     font-weight: bolder;
}
 .site-header ul.info-list li a:hover {
     color: #f8f9fa;
}
 .site-header .main-header .main-header-top {
     background: #0075c1;
}
 .site-header .main-header .main-header-bottom {
     background: #fff;
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
 .site-header .main-header .main-header-bottom .main-navigation > ul > li {
     margin: 0;
     padding: 0;
     float: left;
     display: inline-block;
     position: relative;
}
 .site-header .main-header .main-header-bottom .main-navigation > ul > li > a {
     padding: 8px 20px;
     color: rgba(0, 0, 0, 0.75);
}
 .site-header .main-header .main-header-bottom .main-navigation > ul > li:first-child > a {
     padding-left: 0;
}
 .site-header .main-header .main-header-bottom .main-navigation ul {
     font-size: 16px;
     font-weight: bold;
     list-style: none;
     margin: 0;
     padding: 0;
     float: right;
}
 .site-header .main-header .main-header-bottom .main-navigation ul .active > a {
    /*color: @brand-primary;
    */
}
 .site-header .main-header .main-header-bottom .main-navigation ul .sub-menu {
     border-top: 1px solid #0072ed;
     float: none;
     margin: 0;
     padding: 0;
     background-color: #fff;
     -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
     -moz-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
     box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
     overflow: hidden;
}
 .site-header .main-header .main-header-bottom .main-navigation ul > li > a {
     display: inline-block;
     line-height: 35px;
     text-decoration: none;
     text-align: center;
     outline: none;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
}
 .site-header .main-header .main-header-bottom .main-navigation ul > li li.menu-item-has-children > a:after {
     position: absolute;
     font-family: "FontAwesome";
     content: "\f0d7";
     font-size: 14px;
     font-weight: bolder;
     line-height: 14px;
     width: 9px;
     height: 14px;
     right: 12px;
     top: 50%;
     margin-top: -7px;
}
 .site-header .main-header .main-header-bottom .main-navigation ul > li:hover > ul {
     top: 100%;
}
 .site-header .main-header .main-header-bottom .main-navigation ul > li:hover > a {
     color: #0072ed;
}
 .site-header .main-header .main-header-bottom .main-navigation ul > li.menu-item-has-children > a {
     padding-right: 28px;
}
 .site-header .main-header .main-header-bottom .main-navigation ul > li.menu-item-has-children > a:after {
     position: absolute;
     font-family: "FontAwesome";
     content: "\f0d7";
     font-size: 14px;
     font-weight: bolder;
     line-height: 14px;
     width: 9px;
     height: 14px;
     right: 12px;
     top: 50%;
     margin-top: -7px;
}
 .site-header .main-header .main-header-bottom .main-navigation ul li li {
     display: block;
     position: relative;
}
 .site-header .main-header .main-header-bottom .main-navigation ul li li a {
     font-size: 14px;
     line-height: 20px;
     font-weight: 600;
     color: #363636;
     text-align: left;
     display: block;
     padding: 16px 18px;
     position: relative;
     text-decoration: none;
     outline: none;
     text-transform: none;
     -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
     -o-transition: all 400ms ease;
     transition: all 400ms ease;
     border-bottom: 1px solid #ebebeb;
}
 .site-header .main-header .main-header-bottom .main-navigation ul li li a:hover {
     color: #0072ed;
     background-color: #f8f9fa;
}
 .site-header .main-header .main-header-bottom .main-navigation ul li ul {
     min-width: 180px;
     position: absolute;
     top: 140%;
     left: 0%;
     z-index: 10;
     visibility: hidden;
     opacity: 0;
     transition: all 400ms ease;
}
 .site-header .main-header .main-header-bottom .main-navigation ul li ul ul {
     right: 110%;
     top: 0%;
     left: auto;
}
 .site-header .main-header .main-header-bottom .main-navigation ul li:hover > ul {
     visibility: visible;
     opacity: 1;
}
 .header-wechattip {
     display: inline;
     position: relative;
     z-index: 999;
}
 .header-wechattip .tooltip-item {
     cursor: pointer;
     display: inline-block;
     padding: 0 10px;
}
 .header-wechattip .tooltip-item::after {
     content: '';
     position: absolute;
     width: 200px;
     height: 20px;
     top: 100%;
     left: 50%;
     pointer-events: none;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
}
 .header-wechattip .tooltip-content {
     position: absolute;
     z-index: 9999;
     font-size: 14px;
     line-height: 30px;
     text-align: left;
     width: 200px;
     left: 50%;
     top: 100%;
     margin: 24px 0 0 -100px;
     background: #0075c1;
     border-radius: .5rem;
     -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
     -moz-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
     box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
     cursor: default;
     pointer-events: none;
     opacity: 0;
}
 .header-wechattip .tooltip-content::after {
     content: '';
     bottom: 100%;
     left: 50%;
     border: 10px solid transparent;
     border-color: transparent transparent #0075c1;
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     margin-left: -10px;
}
 .header-wechattip .tooltip-content img {
     position: relative;
     height: 100px;
     display: block;
     float: left;
     padding: 12px;
}
 .header-wechattip:hover .tooltip-item::after {
     pointer-events: auto;
}
 .header-wechattip:hover .tooltip-content {
     pointer-events: auto;
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
     transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}
 .header-wechattip .tooltip-text {
     display: block;
     font-size: 14px;
     color: #f8f9fa;
     line-height: 24px;
     padding-top: 24px;
}
 .dropdown-toggle::after {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: .255em;
     vertical-align: .255em;
     content: "";
     border-top: .3em solid;
     border-right: .3em solid transparent;
     border-bottom: 0;
     border-left: .3em solid transparent;
}
 .h-menu-btn {
     position: relative;
}
 .h-menu-btn a {
     font-size: 15px;
     color: #000;
     font-weight: 600;
     line-height: 51px;
}
 .h-menu-btn a:hover {
     color: #0072ed;
}
/*-------------------------------------------------------------- # footer --------------------------------------------------------------*/
 .footer-channel .channel-list .channel-box {
     display: block;
     position: relative;
     width: 100%;
     padding: 16px 8px;
     -webkit-border-radius: 5px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 5px;
     -moz-background-clip: padding;
     border-radius: 5px;
     background-clip: padding-box;
}
 .footer-channel .channel-list .channel-box .channel-list-icon {
     float: left;
     width: 40px;
     height: 40px;
     -webkit-border-radius: 50%;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 50%;
     -moz-background-clip: padding;
     border-radius: 50%;
     background-clip: padding-box;
     text-align: center;
}
 .footer-channel .channel-list .channel-box .channel-list-icon i {
     width: 100%;
     font-size: 28px;
     line-height: 40px;
}
 .footer-channel .channel-list .channel-box .channel-list-content {
     margin-left: 48px;
}
 .footer-channel .channel-list .channel-box .channel-list-content .title {
     font-size: 16px;
     color: #333;
     font-weight: bolder;
}
 .footer-channel .channel-list .channel-box .channel-list-content .content {
     font-size: 14px;
     color: #888;
     font-weight: normal;
     line-height: 20px;
     height: 20px;
     -webkit-line-clamp: 1;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     overflow: hidden;
}
 .footer-channel .channel-list-1 .channel-box {
     background: #e1f0ff;
}
 .footer-channel .channel-list-1 .channel-box:hover {
     background: #d3ebff;
}
 .footer-channel .channel-list-1 .channel-box .channel-list-icon i {
     color: #0072ef;
}
 .footer-channel .channel-list-2 .channel-box {
     background: #fff2e8;
}
 .footer-channel .channel-list-2 .channel-box:hover {
     background: #ffe6d6;
}
 .footer-channel .channel-list-2 .channel-box .channel-list-icon i {
     color: #ff5722;
}
 .footer-channel .channel-list-3 .channel-box {
     background: #dbffec;
}
 .footer-channel .channel-list-3 .channel-box:hover {
     background: #c4ffdf;
}
 .footer-channel .channel-list-3 .channel-box .channel-list-icon i {
     color: #07c160;
}
 .footer-channel .channel-list-4 .channel-box {
     background: #ffedf3;
}
 .footer-channel .channel-list-4 .channel-box:hover {
     background: #fddfe9;
}
 .footer-channel .channel-list-4 .channel-box .channel-list-icon i {
     color: #ec407a;
}
 .sticky-wrapper {
     margin-bottom: 16px;
}
 #floatbtn {
     position: fixed;
     width: 50px;
     height: auto;
     top: auto;
     left: auto;
     bottom: 100px;
     right: 20px;
     z-index: 80;
}
 #floatbtn > a, #floatbtn .floatbtn-item {
     display: block;
     position: relative;
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     font-size: 20px;
     color: #999;
     background-color: #fff;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     z-index: 90;
}
 #floatbtn > a i, #floatbtn .floatbtn-item i {
     line-height: 50px;
}
 #floatbtn > a:hover, #floatbtn .floatbtn-item:hover {
     background: #0062cc;
}
 #floatbtn > a:hover i, #floatbtn .floatbtn-item:hover i {
     color: #fff;
}
 #floatbtn > a:hover .floatbtn-wrapper, #floatbtn .floatbtn-item:hover .floatbtn-wrapper {
     display: block;
}
 #floatbtn > a.hover:hover, #floatbtn .floatbtn-item.hover:hover {
     -webkit-transition: background-color 400ms ease-out;
     -moz-transition: background-color 400ms ease-out;
     -o-transition: background-color 400ms ease-out;
     transition: background-color 400ms ease-out;
     background: #0072ed;
     text-decoration: none;
     text-align: center;
     line-height: 20px;
     padding: 5px;
}
 #floatbtn > a.hover:hover i, #floatbtn .floatbtn-item.hover:hover i {
     display: none;
}
 #floatbtn > a.hover:hover em, #floatbtn .floatbtn-item.hover:hover em {
     display: block;
     color: #fff;
     font-size: 14px;
     font-style: normal;
     text-decoration: none;
}
 #floatbtn > a em, #floatbtn .floatbtn-item em {
     display: none;
}
 #floatbtn .floatbtn-wrapper {
     display: none;
     position: absolute;
     background-color: #fff;
     right: 59px;
     top: -55px;
     width: 190px;
     height: auto;
     -webkit-border-radius: 0.5rem;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 0.5rem;
     -moz-background-clip: padding;
     border-radius: 0.5rem;
     background-clip: padding-box;
     -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
     border: 0;
     z-index: 120;
}
 #floatbtn .floatbtn-wrapper:before {
     content: "";
     position: absolute;
     right: -12px;
     top: 0;
     height: 200px;
     width: 12px;
     background: transparent;
}
 #floatbtn .floatbtn-wrapper:after {
     content: "";
     position: absolute;
     right: -6px;
     top: 73px;
     display: block;
     width: 0;
     height: 0;
     border-left: 6px solid #fff;
     border-top: 6px solid transparent;
     border-bottom: 6px solid transparent;
}
 #floatbtn .floatbtn-wrapper > .qrcode {
     margin-top: 20px;
     line-height: 1;
}
 #floatbtn .floatbtn-wrapper > .qrcode > img {
     width: 128px;
     height: 128px;
}
 #floatbtn .floatbtn-wx .floatbtn-wrapper {
     background: #07c160;
}
 #floatbtn .floatbtn-wx .floatbtn-wrapper:after {
     border-left: 6px solid #07c160;
}
 #floatbtn .floatbtn-wx .floatbtn-wrapper p {
     padding-top: 12px;
     color: #fff;
     font-size: 14px;
     line-height: 20px;
}
 #floatbtn .floatbtn-share .floatbtn-wrapper:after {
     top: 18px;
}
 #floatbtn .floatbtn-share .floatbtn-wrapper .social-share .icon-wechat .wechat-qrcode p {
     font-size: 12px;
}
 #back-to-top {
     position: fixed;
     text-align: center;
     text-decoration: none;
     width: 50px;
     height: 50px;
     line-height: 50px;
     opacity: 0;
     -webkit-transition: opacity 0.2s ease-out 0s;
     -moz-transition: opacity 0.2s ease-out 0s;
     -o-transition: opacity 0.2s ease-out 0s;
     transition: opacity 0.2s ease-out 0s;
     cursor: pointer;
     z-index: 1000;
}
 #back-to-top.show {
     opacity: 1;
}
/*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/
 .footer-wrapper {
     padding: 24px 0 0;
     color: #595959;
     background-color: #2c2d2f;
}
 .footer-wrapper .links a {
     font-weight: bold;
     font-size: 15px;
     color: #fff;
     padding-right: 15px;
}
 .footer-wrapper .links a:hover {
     color: #bfbfbf;
}
 .footer-wrapper .friendlink {
     font-size: 15px;
     font-weight: bolder;
     color: #d9d9d9;
}
 .footer-wrapper .friendlink .friendlink-header {
     border-bottom: 1px solid #262626;
}
 .footer-wrapper .friendlink .friendlink-header .apply-friendlink {
     font-size: 12px;
     color: #595959;
}
 .footer-wrapper .friendlink .friendlink-header .apply-friendlink:hover {
     color: #bfbfbf;
}
 .footer-wrapper .friendlink .friendlink-body a {
     font-size: 12px;
     color: #bfbfbf;
     background: #262626;
     padding: 2px 8px;
     margin-right: 8px;
     -webkit-border-radius: 4px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 4px;
     -moz-background-clip: padding;
     border-radius: 4px;
     background-clip: padding-box;
}
 .footer-wrapper .friendlink .friendlink-body a:hover {
     background: #141414;
}
 .footer-wrapper .copyright {
     font-size: 12px;
     font-weight: normal;
     color: #a7a7a7;
     background: #1f1f1f;
}
 .footer-wrapper .copyright a {
     color: #a7a7a7;
}
 .footer-wrapper .copyright a:hover {
     color: #bfbfbf;
}
/*-------------------------------------------------------------- # Header-Mobile & Respond-Web-Design --------------------------------------------------------------*/
 .header_mobile {
     display: none;
}
 .mobile-menu {
     position: fixed;
     display: none;
     z-index: 999;
     background: #fff none repeat scroll 0 0;
     box-shadow: 0 0 8px #d6d6d6;
     bottom: 0;
     left: 0;
     right: 0;
     overflow-x: auto;
     white-space: nowrap;
     text-align: center;
}
 .mobile-menu ul li {
     display: inline-block;
     list-style: outside none none;
     overflow: hidden;
     vertical-align: bottom;
}
 .mobile-menu ul li a {
     display: inline-block;
     font-size: 12px;
     font-weight: 600;
     overflow: hidden;
     padding: 8px 6px 8px 6px;
     text-align: center;
     vertical-align: bottom;
     text-overflow: ellipsis;
     white-space: nowrap;
     width: 69px;
}
 .mobile-menu ul li a i {
     text-align: center;
     width: 1.25em;
     font-weight: 900;
     color: #555;
     font-size: 18px;
}
 .mobile-menu ul li a span {
     color: #757575;
     display: list-item;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .mobile-menu .bottom-navbar-nav {
     margin: 0;
     padding: 0;
     white-space: nowrap;
}
 @media (max-width: 1200px) {
     .main-header {
         display: none;
    }
     .header_mobile {
         display: block;
         background-color: #0075c1;
    }
     .header_mobile .mlogo_wrapper {
         position: relative;
         padding: 8px 16px;
    }
     .header_mobile .mlogo_wrapper .mlogo {
         float: left;
    }
     .header_mobile .mlogo_wrapper #mmenu_toggle {
         position: relative;
         cursor: pointer;
         float: right;
         width: 30px;
         height: 24px;
         padding: 0;
    }
     .header_mobile .mlogo_wrapper #mmenu_toggle button {
         position: absolute;
         width: 100%;
         left: 0;
         padding: 0;
         border: none;
         outline: none;
         background: transparent;
    }
     .header_mobile .mlogo_wrapper #mmenu_toggle button i {
         color: #fff;
         font-size: 24px;
    }
     .header_mobile .mmenu_wrapper .mobile_nav {
         padding: 0;
         margin: 0;
         display: none;
         background-color: #f8f9fa;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu {
         margin: 0;
         padding: 0;
         background: #fff;
         overflow: hidden;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu li {
         position: relative;
         list-style: none;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu li a {
         padding: 12px 16px;
         display: block;
         color: #333;
         font-size: 16px;
         font-weight: bolder;
         border-bottom: 1px solid #f2f2f2;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu li a:hover {
         color: #0072ed;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu li .sub-menu li a {
         font-size: 15px;
         font-weight: normal;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu li .sub-menu li a:before {
         content: "--";
         margin-right: 8px;
         color: #757575;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu ul {
         position: relative;
         margin: 0;
         padding: 0;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .arrow {
         right: 18px;
         padding: 10px 20px 12px;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
         color: #fff;
         position: absolute;
         display: block;
         right: 0;
         top: 0;
         cursor: pointer;
         height: 44px;
         padding: 0 16px;
         -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
         transition: all 0.3s ease;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
         position: absolute;
         width: 11px;
         height: 11px;
         left: 50%;
         top: 50%;
         -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
         -ms-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
         content: "";
         position: absolute;
         left: 0;
         top: 4px;
         width: 11px;
         height: 3px;
         background: #333;
         border-radius: 1px;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:after {
         content: "";
         position: absolute;
         left: 4px;
         top: 0;
         width: 3px;
         height: 11px;
         background: #333;
         border-radius: 1px;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu > li.active a {
         color: #0072ed;
    }
     .header_mobile .mmenu_wrapper .mobile_nav .mobile_mainmenu > li.active ul a {
         color: #333;
    }
     .header_mobile .mmenu_wrapper .mobile_nav.collapse .mobile_mainmenu ul {
         display: none;
    }
     .search-form {
         background: rgba(0, 0, 0, 0.1);
    }
}
 @media (max-width: 768px) {
     .mobile-menu {
         display: block;
    }
     .footer-wrapper {
         padding: 0 0 60px;
         background-color: #f3f6f9;
    }
     .footer-wrapper .links {
         width: 100%;
         text-align: center;
    }
     .footer-wrapper .links a {
         font-weight: normal;
         font-size: 14px;
         color: #bfbfbf;
         padding-right: 12px;
    }
     .footer-wrapper .copyright {
         color: #d9d9d9;
    }
     .footer-wrapper .copyright a {
         color: #d9d9d9;
    }
     .footer-wrapper .copyright a:hover {
         color: #d9d9d9;
    }
}
/* * Owl Carousel Theme CSS File * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
 .owl-prev, .owl-next {
     position: absolute;
     text-align: center;
     height: 24px;
     width: 24px;
     line-height: 24px;
     right: auto;
     top: calc(50% - 6px);
     margin: 0 8px;
     color: #fff !important;
     background-color: rgba(0, 0, 0, 0.3) !important;
     visibility: visible;
     -webkit-border-radius: 50%;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 50%;
     -moz-background-clip: padding;
     border-radius: 50%;
     background-clip: padding-box;
     -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
     -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
     -o-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
     transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
 .owl-prev:hover, .owl-next:hover {
     background-color: rgba(0, 0, 0, 0.9) !important;
}
 .owl-prev {
     left: 8px;
}
 .owl-next {
     right: 8px;
}
 .owl-dots {
     position: absolute;
     bottom: 8px;
     left: 0;
     right: 0;
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -moz-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
}
 .owl-dots .owl-dot span {
     width: 8px;
     height: 4px;
     margin: 4px;
     background: rgba(255, 255, 255, 0.5);
     display: block;
     -webkit-backface-visibility: visible;
     transition: opacity .2s ease;
     border-radius: 10px;
}
 .owl-dots .owl-dot.active span {
     width: 12px;
     background: #fff;
}
 .owl-dots .owl-dot:hover span {
     background: #fff;
}
 .owl-stage {
     display: flex;
}
 #home-carousel {
     padding: 16px 0;
}
 #home-carousel .owl-dots {
     bottom: 24px;
}
 #home-carousel .owl-item .item img {
     -webkit-background-clip: padding-box !important;
     -moz-background-clip: padding !important;
    /*border-radius: 0.5rem !important;
    */
     background-clip: padding-box !important;
     opacity: 0.5;
}
 #home-carousel .owl-item .item .entry-wrapper {
     display: none;
     bottom: 0;
     left: 0;
     padding: 20px 20px 30px;
     position: absolute;
     right: 0;
     transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
     -webkit-background-clip: padding-box !important;
     -moz-background-clip: padding !important;
    /*border-radius: 0 0 0.5rem 0.5rem !important;
    */
     background-clip: padding-box !important;
     background: -webkit-linear-gradient(180deg, transparent, #434343);
     background: -moz-linear-gradient(180deg, transparent, #434343);
     background: -o-linear-gradient(180deg, transparent, #434343);
     background: linear-gradient(180deg, transparent, #434343);
     overflow: hidden;
}
 #home-carousel .owl-item .item .entry-wrapper .entry-title {
     font-size: 18px;
     line-height: 1.5;
     height: unset;
     color: #fff;
     text-shadow: 0 1px 3px #000000;
     font-weight: bolder;
     margin: 0;
     overflow: hidden;
     -webkit-line-clamp: 1;
}
 #home-carousel .owl-item .item .entry-wrapper .entry-title i {
     padding: 0 6px;
     color: rgba(255, 255, 255, 0.6);
}
 #home-carousel .owl-item.center .item img {
     opacity: 1;
}
 #home-carousel .owl-item.center .item .entry-wrapper {
     display: block;
}
 #hot-carousel .owl-prev, #hot-carousel .owl-next {
     position: absolute;
     color: #343a40 !important;
     background-color: #fff !important;
     width: 27px;
     height: 27px;
     line-height: 27px;
     top: -42px;
     opacity: 1;
     -webkit-border-radius: 4px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 4px;
     -moz-background-clip: padding;
     border-radius: 4px;
     background-clip: padding-box;
     -webkit-transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     -moz-transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     -o-transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
 #hot-carousel .owl-prev {
     left: auto;
     right: 42px;
}
 #hot-carousel .owl-next {
     right: 8px;
}
 #hot-carousel .owl-item {
     padding: 8px 0;
}
 #list-nav-carousel .owl-prev, #list-nav-carousel .owl-next {
     position: absolute;
     color: #343a40 !important;
     background-color: #fff !important;
     width: 27px;
     height: 27px;
     line-height: 27px;
     top: 15px;
     opacity: 1;
     -webkit-border-radius: 4px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 4px;
     -moz-background-clip: padding;
     border-radius: 4px;
     background-clip: padding-box;
     -webkit-transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     -moz-transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     -o-transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
 #list-nav-carousel .owl-prev {
     left: auto;
     right: 32px;
}
 #list-nav-carousel .owl-next {
     right: 0px;
}
 #article-carousel {
     -webkit-border-radius: 0.5rem;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 0.5rem;
     -moz-background-clip: padding;
     border-radius: 0.5rem;
     background-clip: padding-box;
     overflow: hidden;
}
 #article-carousel .owl-dots {
     bottom: 8px;
}
 #article-carousel .owl-item .item {
     display: block;
     width: 100%;
     overflow: hidden;
}
 #article-carousel .owl-item .item img {
     -webkit-border-radius: 0.5rem;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 0.5rem;
     -moz-background-clip: padding;
     border-radius: 0.5rem;
     background-clip: padding-box;
}
 #article-carousel .owl-item .item .entry-wrapper {
     position: absolute;
     color: #fff;
     font-weight: bolder;
     background: -webkit-linear-gradient(180deg, transparent, #434343);
     background: -moz-linear-gradient(180deg, transparent, #434343);
     background: -o-linear-gradient(180deg, transparent, #434343);
     background: linear-gradient(180deg, transparent, #434343);
     -webkit-border-radius: 0 0 0.5rem 0.5rem !important;
     -webkit-background-clip: padding-box !important;
     -moz-border-radius: 0 0 0.5rem 0.5rem !important;
     -moz-background-clip: padding !important;
     border-radius: 0 0 0.5rem 0.5rem !important;
     background-clip: padding-box !important;
     padding: 8px 12px 20px;
     bottom: 0;
     width: 100%;
}
 #article-carousel .owl-item .item .entry-wrapper .entry-title {
     font-size: 18px;
     line-height: 1.5;
     height: unset;
     color: #fff;
     text-shadow: 0 1px 3px #000000;
     font-weight: bolder;
     overflow: hidden;
     margin: 0;
     -webkit-line-clamp: 1;
}
 #article-carousel .owl-item .item .entry-wrapper .entry-title i {
     padding: 0 6px;
     color: rgba(255, 255, 255, 0.6);
}
 #channel-carousel {
     width: 100%;
     margin-left: auto;
     margin-right: auto;
     border-radius: .5rem !important;
     overflow: hidden;
}
 #channel-carousel:hover .item::before {
     opacity: 1;
}
 #channel-carousel .item {
     display: block;
     width: 100%;
}
 #channel-carousel .item img {
     display: block;
     width: 100%;
     max-height: 364px;
     z-index: 1;
     object-fit: cover;
}
 #channel-carousel .item::before {
     background: rgba(0, 0, 0, 0.1);
     opacity: 0;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     content: "";
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
}
 @media (max-width: 1280px) {
     #hot-carousel .owl-prev, #hot-carousel .owl-next {
         top: -36px;
    }
}
 @media (max-width: 767px) {
     #home-carousel {
         padding: 0;
    }
     #home-carousel .owl-dots {
         bottom: 8px;
    }
     #home-carousel .owl-item .item img {
         -webkit-border-radius: 0 !important;
         -webkit-background-clip: padding-box !important;
         -moz-border-radius: 0 !important;
         -moz-background-clip: padding !important;
         border-radius: 0 !important;
         background-clip: padding-box !important;
         opacity: 1;
    }
     #home-carousel .owl-item .item .entry-wrapper {
         padding: 18px;
         display: block;
         -webkit-border-radius: 0;
         -webkit-background-clip: padding-box;
         -moz-border-radius: 0;
         -moz-background-clip: padding;
         border-radius: 0;
         background-clip: padding-box;
    }
     #home-carousel .owl-item .item .entry-wrapper .entry-title {
         font-size: 14px;
    }
     #article-carousel {
         -webkit-border-radius: 0;
         -webkit-background-clip: padding-box;
         -moz-border-radius: 0;
         -moz-background-clip: padding;
         border-radius: 0;
         background-clip: padding-box;
    }
     #article-carousel .owl-item .item img {
         -webkit-border-radius: 0 !important;
         -webkit-background-clip: padding-box !important;
         -moz-border-radius: 0 !important;
         -moz-background-clip: padding !important;
         border-radius: 0 !important;
         background-clip: padding-box !important;
    }
     #article-carousel .owl-item .item .entry-wrapper {
         -webkit-border-radius: 0;
         -webkit-background-clip: padding-box;
         -moz-border-radius: 0;
         -moz-background-clip: padding;
         border-radius: 0;
         background-clip: padding-box;
    }
     #article-carousel .owl-item .item .entry-wrapper .entry-title {
         font-size: 14px;
    }
}
 .m-0 {
     margin-top: 0px !important;
     margin-right: 0px !important;
     margin-bottom: 0px !important;
     margin-left: 0px !important;
}
 .mt-0 {
     margin-top: 0px !important;
}
 .mr-0 {
     margin-right: 0px !important;
}
 .mb-0 {
     margin-bottom: 0px !important;
}
 .ml-0 {
     margin-left: 0px !important;
}
 .mx-0 {
     margin-left: 0px !important;
     margin-right: 0px !important;
}
 .my-0 {
     margin-top: 0px !important;
     margin-bottom: 0px !important;
}
 .p-0 {
     padding-top: 0px !important;
     padding-right: 0px !important;
     padding-bottom: 0px !important;
     padding-left: 0px !important;
}
 .pt-0 {
     padding-top: 0px !important;
}
 .pr-0 {
     padding-right: 0px !important;
}
 .pb-0 {
     padding-bottom: 0px !important;
}
 .pl-0 {
     padding-left: 0px !important;
}
 .px-0 {
     padding-left: 0px !important;
     padding-right: 0px !important;
}
 .py-0 {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
}
 .m-1 {
     margin-top: 8px !important;
     margin-right: 8px !important;
     margin-bottom: 8px !important;
     margin-left: 8px !important;
}
 .mt-1 {
     margin-top: 8px !important;
}
 .mr-1 {
     margin-right: 8px !important;
}
 .mb-1 {
     margin-bottom: 8px !important;
}
 .ml-1 {
     margin-left: 8px !important;
}
 .mx-1 {
     margin-left: 8px !important;
     margin-right: 8px !important;
}
 .my-1 {
     margin-top: 8px !important;
     margin-bottom: 8px !important;
}
 .p-1 {
     padding-top: 8px !important;
     padding-right: 8px !important;
     padding-bottom: 8px !important;
     padding-left: 8px !important;
}
 .pt-1 {
     padding-top: 8px !important;
}
 .pr-1 {
     padding-right: 8px !important;
}
 .pb-1 {
     padding-bottom: 8px !important;
}
 .pl-1 {
     padding-left: 8px !important;
}
 .px-1 {
     padding-left: 8px !important;
     padding-right: 8px !important;
}
 .py-1 {
     padding-top: 8px !important;
     padding-bottom: 8px !important;
}
 .m-2 {
     margin-top: 16px !important;
     margin-right: 16px !important;
     margin-bottom: 16px !important;
     margin-left: 16px !important;
}
 .mt-2 {
     margin-top: 16px !important;
}
 .mr-2 {
     margin-right: 16px !important;
}
 .mb-2 {
     margin-bottom: 16px !important;
}
 .ml-2 {
     margin-left: 16px !important;
}
 .mx-2 {
     margin-left: 16px !important;
     margin-right: 16px !important;
}
 .my-2 {
     margin-top: 16px !important;
     margin-bottom: 16px !important;
}
 .p-2 {
     padding-top: 16px !important;
     padding-right: 16px !important;
     padding-bottom: 16px !important;
     padding-left: 16px !important;
}
 .pt-2 {
     padding-top: 16px !important;
}
 .pr-2 {
     padding-right: 16px !important;
}
 .pb-2 {
     padding-bottom: 16px !important;
}
 .pl-2 {
     padding-left: 16px !important;
}
 .px-2 {
     padding-left: 16px !important;
     padding-right: 16px !important;
}
 .py-2 {
     padding-top: 16px !important;
     padding-bottom: 16px !important;
}
 .m-3 {
     margin-top: 24px !important;
     margin-right: 24px !important;
     margin-bottom: 24px !important;
     margin-left: 24px !important;
}
 .mt-3 {
     margin-top: 24px !important;
}
 .mr-3 {
     margin-right: 24px !important;
}
 .mb-3 {
     margin-bottom: 24px !important;
}
 .ml-3 {
     margin-left: 24px !important;
}
 .mx-3 {
     margin-left: 24px !important;
     margin-right: 24px !important;
}
 .my-3 {
     margin-top: 24px !important;
     margin-bottom: 24px !important;
}
 .p-3 {
     padding-top: 24px !important;
     padding-right: 24px !important;
     padding-bottom: 24px !important;
     padding-left: 24px !important;
}
 .pt-3 {
     padding-top: 24px !important;
}
 .pr-3 {
     padding-right: 24px !important;
}
 .pb-3 {
     padding-bottom: 24px !important;
}
 .pl-3 {
     padding-left: 24px !important;
}
 .px-3 {
     padding-left: 24px !important;
     padding-right: 24px !important;
}
 .py-3 {
     padding-top: 24px !important;
     padding-bottom: 24px !important;
}
 .m-4 {
     margin-top: 32px !important;
     margin-right: 32px !important;
     margin-bottom: 32px !important;
     margin-left: 32px !important;
}
 .mt-4 {
     margin-top: 32px !important;
}
 .mr-4 {
     margin-right: 32px !important;
}
 .mb-4 {
     margin-bottom: 32px !important;
}
 .ml-4 {
     margin-left: 32px !important;
}
 .mx-4 {
     margin-left: 32px !important;
     margin-right: 32px !important;
}
 .my-4 {
     margin-top: 32px !important;
     margin-bottom: 32px !important;
}
 .p-4 {
     padding-top: 32px !important;
     padding-right: 32px !important;
     padding-bottom: 32px !important;
     padding-left: 32px !important;
}
 .pt-4 {
     padding-top: 32px !important;
}
 .pr-4 {
     padding-right: 32px !important;
}
 .pb-4 {
     padding-bottom: 32px !important;
}
 .pl-4 {
     padding-left: 32px !important;
}
 .px-4 {
     padding-left: 32px !important;
     padding-right: 32px !important;
}
 .py-4 {
     padding-top: 32px !important;
     padding-bottom: 32px !important;
}
 @media (min-width: 768px) and (max-width: 1279px) {
     .m-md-0 {
         margin-top: 0px !important;
         margin-right: 0px !important;
         margin-bottom: 0px !important;
         margin-left: 0px !important;
    }
     .mt-md-0 {
         margin-top: 0px !important;
    }
     .mr-md-0 {
         margin-right: 0px !important;
    }
     .mb-md-0 {
         margin-bottom: 0px !important;
    }
     .ml-md-0 {
         margin-left: 0px !important;
    }
     .mx-md-0 {
         margin-left: 0px !important;
         margin-right: 0px !important;
    }
     .my-md-0 {
         margin-top: 0px !important;
         margin-bottom: 0px !important;
    }
     .p-md-0 {
         padding-top: 0px !important;
         padding-right: 0px !important;
         padding-bottom: 0px !important;
         padding-left: 0px !important;
    }
     .pt-md-0 {
         padding-top: 0px !important;
    }
     .pr-md-0 {
         padding-right: 0px !important;
    }
     .pb-md-0 {
         padding-bottom: 0px !important;
    }
     .pl-md-0 {
         padding-left: 0px !important;
    }
     .px-md-0 {
         padding-left: 0px !important;
         padding-right: 0px !important;
    }
     .py-md-0 {
         padding-top: 0px !important;
         padding-bottom: 0px !important;
    }
     .m-md-1 {
         margin-top: 8px !important;
         margin-right: 8px !important;
         margin-bottom: 8px !important;
         margin-left: 8px !important;
    }
     .mt-md-1 {
         margin-top: 8px !important;
    }
     .mr-md-1 {
         margin-right: 8px !important;
    }
     .mb-md-1 {
         margin-bottom: 8px !important;
    }
     .ml-md-1 {
         margin-left: 8px !important;
    }
     .mx-md-1 {
         margin-left: 8px !important;
         margin-right: 8px !important;
    }
     .my-md-1 {
         margin-top: 8px !important;
         margin-bottom: 8px !important;
    }
     .p-md-1 {
         padding-top: 8px !important;
         padding-right: 8px !important;
         padding-bottom: 8px !important;
         padding-left: 8px !important;
    }
     .pt-md-1 {
         padding-top: 8px !important;
    }
     .pr-md-1 {
         padding-right: 8px !important;
    }
     .pb-md-1 {
         padding-bottom: 8px !important;
    }
     .pl-md-1 {
         padding-left: 8px !important;
    }
     .px-md-1 {
         padding-left: 8px !important;
         padding-right: 8px !important;
    }
     .py-md-1 {
         padding-top: 8px !important;
         padding-bottom: 8px !important;
    }
     .m-md-2 {
         margin-top: 16px !important;
         margin-right: 16px !important;
         margin-bottom: 16px !important;
         margin-left: 16px !important;
    }
     .mt-md-2 {
         margin-top: 16px !important;
    }
     .mr-md-2 {
         margin-right: 16px !important;
    }
     .mb-md-2 {
         margin-bottom: 16px !important;
    }
     .ml-md-2 {
         margin-left: 16px !important;
    }
     .mx-md-2 {
         margin-left: 16px !important;
         margin-right: 16px !important;
    }
     .my-md-2 {
         margin-top: 16px !important;
         margin-bottom: 16px !important;
    }
     .p-md-2 {
         padding-top: 16px !important;
         padding-right: 16px !important;
         padding-bottom: 16px !important;
         padding-left: 16px !important;
    }
     .pt-md-2 {
         padding-top: 16px !important;
    }
     .pr-md-2 {
         padding-right: 16px !important;
    }
     .pb-md-2 {
         padding-bottom: 16px !important;
    }
     .pl-md-2 {
         padding-left: 16px !important;
    }
     .px-md-2 {
         padding-left: 16px !important;
         padding-right: 16px !important;
    }
     .py-md-2 {
         padding-top: 16px !important;
         padding-bottom: 16px !important;
    }
     .m-md-3 {
         margin-top: 24px !important;
         margin-right: 24px !important;
         margin-bottom: 24px !important;
         margin-left: 24px !important;
    }
     .mt-md-3 {
         margin-top: 24px !important;
    }
     .mr-md-3 {
         margin-right: 24px !important;
    }
     .mb-md-3 {
         margin-bottom: 24px !important;
    }
     .ml-md-3 {
         margin-left: 24px !important;
    }
     .mx-md-3 {
         margin-left: 24px !important;
         margin-right: 24px !important;
    }
     .my-md-3 {
         margin-top: 24px !important;
         margin-bottom: 24px !important;
    }
     .p-md-3 {
         padding-top: 24px !important;
         padding-right: 24px !important;
         padding-bottom: 24px !important;
         padding-left: 24px !important;
    }
     .pt-md-3 {
         padding-top: 24px !important;
    }
     .pr-md-3 {
         padding-right: 24px !important;
    }
     .pb-md-3 {
         padding-bottom: 24px !important;
    }
     .pl-md-3 {
         padding-left: 24px !important;
    }
     .px-md-3 {
         padding-left: 24px !important;
         padding-right: 24px !important;
    }
     .py-md-3 {
         padding-top: 24px !important;
         padding-bottom: 24px !important;
    }
     .m-md-4 {
         margin-top: 32px !important;
         margin-right: 32px !important;
         margin-bottom: 32px !important;
         margin-left: 32px !important;
    }
     .mt-md-4 {
         margin-top: 32px !important;
    }
     .mr-md-4 {
         margin-right: 32px !important;
    }
     .mb-md-4 {
         margin-bottom: 32px !important;
    }
     .ml-md-4 {
         margin-left: 32px !important;
    }
     .mx-md-4 {
         margin-left: 32px !important;
         margin-right: 32px !important;
    }
     .my-md-4 {
         margin-top: 32px !important;
         margin-bottom: 32px !important;
    }
     .p-md-4 {
         padding-top: 32px !important;
         padding-right: 32px !important;
         padding-bottom: 32px !important;
         padding-left: 32px !important;
    }
     .pt-md-4 {
         padding-top: 32px !important;
    }
     .pr-md-4 {
         padding-right: 32px !important;
    }
     .pb-md-4 {
         padding-bottom: 32px !important;
    }
     .pl-md-4 {
         padding-left: 32px !important;
    }
     .px-md-4 {
         padding-left: 32px !important;
         padding-right: 32px !important;
    }
     .py-md-4 {
         padding-top: 32px !important;
         padding-bottom: 32px !important;
    }
}
 @media (max-width: 767px) {
     .m-sm-0 {
         margin-top: 0px !important;
         margin-right: 0px !important;
         margin-bottom: 0px !important;
         margin-left: 0px !important;
    }
     .mt-sm-0 {
         margin-top: 0px !important;
    }
     .mr-sm-0 {
         margin-right: 0px !important;
    }
     .mb-sm-0 {
         margin-bottom: 0px !important;
    }
     .ml-sm-0 {
         margin-left: 0px !important;
    }
     .mx-sm-0 {
         margin-left: 0px !important;
         margin-right: 0px !important;
    }
     .my-sm-0 {
         margin-top: 0px !important;
         margin-bottom: 0px !important;
    }
     .p-sm-0 {
         padding-top: 0px !important;
         padding-right: 0px !important;
         padding-bottom: 0px !important;
         padding-left: 0px !important;
    }
     .pt-sm-0 {
         padding-top: 0px !important;
    }
     .pr-sm-0 {
         padding-right: 0px !important;
    }
     .pb-sm-0 {
         padding-bottom: 0px !important;
    }
     .pl-sm-0 {
         padding-left: 0px !important;
    }
     .px-sm-0 {
         padding-left: 0px !important;
         padding-right: 0px !important;
    }
     .py-sm-0 {
         padding-top: 0px !important;
         padding-bottom: 0px !important;
    }
     .m-sm-1 {
         margin-top: 8px !important;
         margin-right: 8px !important;
         margin-bottom: 8px !important;
         margin-left: 8px !important;
    }
     .mt-sm-1 {
         margin-top: 8px !important;
    }
     .mr-sm-1 {
         margin-right: 8px !important;
    }
     .mb-sm-1 {
         margin-bottom: 8px !important;
    }
     .ml-sm-1 {
         margin-left: 8px !important;
    }
     .mx-sm-1 {
         margin-left: 8px !important;
         margin-right: 8px !important;
    }
     .my-sm-1 {
         margin-top: 8px !important;
         margin-bottom: 8px !important;
    }
     .p-sm-1 {
         padding-top: 8px !important;
         padding-right: 8px !important;
         padding-bottom: 8px !important;
         padding-left: 8px !important;
    }
     .pt-sm-1 {
         padding-top: 8px !important;
    }
     .pr-sm-1 {
         padding-right: 8px !important;
    }
     .pb-sm-1 {
         padding-bottom: 8px !important;
    }
     .pl-sm-1 {
         padding-left: 8px !important;
    }
     .px-sm-1 {
         padding-left: 8px !important;
         padding-right: 8px !important;
    }
     .py-sm-1 {
         padding-top: 8px !important;
         padding-bottom: 8px !important;
    }
     .m-sm-2 {
         margin-top: 16px !important;
         margin-right: 16px !important;
         margin-bottom: 16px !important;
         margin-left: 16px !important;
    }
     .mt-sm-2 {
         margin-top: 16px !important;
    }
     .mr-sm-2 {
         margin-right: 16px !important;
    }
     .mb-sm-2 {
         margin-bottom: 16px !important;
    }
     .ml-sm-2 {
         margin-left: 16px !important;
    }
     .mx-sm-2 {
         margin-left: 16px !important;
         margin-right: 16px !important;
    }
     .my-sm-2 {
         margin-top: 16px !important;
         margin-bottom: 16px !important;
    }
     .p-sm-2 {
         padding-top: 16px !important;
         padding-right: 16px !important;
         padding-bottom: 16px !important;
         padding-left: 16px !important;
    }
     .pt-sm-2 {
         padding-top: 16px !important;
    }
     .pr-sm-2 {
         padding-right: 16px !important;
    }
     .pb-sm-2 {
         padding-bottom: 16px !important;
    }
     .pl-sm-2 {
         padding-left: 16px !important;
    }
     .px-sm-2 {
         padding-left: 16px !important;
         padding-right: 16px !important;
    }
     .py-sm-2 {
         padding-top: 16px !important;
         padding-bottom: 16px !important;
    }
     .m-sm-3 {
         margin-top: 24px !important;
         margin-right: 24px !important;
         margin-bottom: 24px !important;
         margin-left: 24px !important;
    }
     .mt-sm-3 {
         margin-top: 24px !important;
    }
     .mr-sm-3 {
         margin-right: 24px !important;
    }
     .mb-sm-3 {
         margin-bottom: 24px !important;
    }
     .ml-sm-3 {
         margin-left: 24px !important;
    }
     .mx-sm-3 {
         margin-left: 24px !important;
         margin-right: 24px !important;
    }
     .my-sm-3 {
         margin-top: 24px !important;
         margin-bottom: 24px !important;
    }
     .p-sm-3 {
         padding-top: 24px !important;
         padding-right: 24px !important;
         padding-bottom: 24px !important;
         padding-left: 24px !important;
    }
     .pt-sm-3 {
         padding-top: 24px !important;
    }
     .pr-sm-3 {
         padding-right: 24px !important;
    }
     .pb-sm-3 {
         padding-bottom: 24px !important;
    }
     .pl-sm-3 {
         padding-left: 24px !important;
    }
     .px-sm-3 {
         padding-left: 24px !important;
         padding-right: 24px !important;
    }
     .py-sm-3 {
         padding-top: 24px !important;
         padding-bottom: 24px !important;
    }
     .m-sm-4 {
         margin-top: 32px !important;
         margin-right: 32px !important;
         margin-bottom: 32px !important;
         margin-left: 32px !important;
    }
     .mt-sm-4 {
         margin-top: 32px !important;
    }
     .mr-sm-4 {
         margin-right: 32px !important;
    }
     .mb-sm-4 {
         margin-bottom: 32px !important;
    }
     .ml-sm-4 {
         margin-left: 32px !important;
    }
     .mx-sm-4 {
         margin-left: 32px !important;
         margin-right: 32px !important;
    }
     .my-sm-4 {
         margin-top: 32px !important;
         margin-bottom: 32px !important;
    }
     .p-sm-4 {
         padding-top: 32px !important;
         padding-right: 32px !important;
         padding-bottom: 32px !important;
         padding-left: 32px !important;
    }
     .pt-sm-4 {
         padding-top: 32px !important;
    }
     .pr-sm-4 {
         padding-right: 32px !important;
    }
     .pb-sm-4 {
         padding-bottom: 32px !important;
    }
     .pl-sm-4 {
         padding-left: 32px !important;
    }
     .px-sm-4 {
         padding-left: 32px !important;
         padding-right: 32px !important;
    }
     .py-sm-4 {
         padding-top: 32px !important;
         padding-bottom: 32px !important;
    }
}
 .mx-auto {
     margin: 0 auto !important;
     float: none !important;
}
 .my-auto-parent {
     position: relative !important;
}
 .my-auto {
     position: absolute !important;
     top: 50% !important;
     transform: translateY(-50%) !important;
}
/*-------------------------------------------------------------- # Panel Style --------------------------------------------------------------*/
 .panel {
     background-color: transparent;
     border: 0;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     -webkit-border-radius: 0.5rem;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 0.5rem;
     -moz-background-clip: padding;
     border-radius: 0.5rem;
     background-clip: padding-box;
}
 .panel-default {
     padding: 0 16px;
}
 .panel-default .panel-heading {
     position: relative;
     padding: 8px 16px;
     width: 100%;
     overflow: hidden;
}
 .panel-default .panel-heading .panel-heading-left {
     float: left;
     width: calc(100% - 100px);
}
 .panel-default .panel-heading .panel-heading-right {
     float: right;
     width: 100px;
}
 .panel-default .panel-heading .panel-title h4, .panel-default .panel-heading .panel-title a {
     font-size: 22px;
     line-height: 28px;
     color: #222;
     font-weight: bolder;
     margin-block-start: 0;
     margin-block-end: 0;
     margin-bottom: 0;
     float: left;
}
 .panel-default .panel-heading .panel-title a:hover {
     color: #0072ed;
}
 .panel-default .panel-heading .sub-nav {
     float: left;
     width: calc(100% - 180px);
     margin-left: 12px;
     vertical-align: top;
}
 .panel-default .panel-heading .sub-nav .owl-carousel {
     display: inline-block;
     white-space: nowrap;
     font-size: 0.875rem;
     overflow-x: auto;
}
 .panel-default .panel-heading .sub-nav .owl-carousel a {
     display: inline-block;
     height: 28px;
     line-height: 28px;
     font-weight: bolder;
     padding: 0 10px;
     margin: 0 5px;
     -webkit-border-radius: 5px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 5px;
     -moz-background-clip: padding;
     border-radius: 5px;
     background-clip: padding-box;
     color: #757575;
     background: #fff;
     vertical-align: top;
}
 .panel-default .panel-heading .sub-nav .owl-carousel a:hover {
     color: #fff;
     background: #0072ed;
}
 .panel-default .panel-heading .sub-nav .owl-carousel a.style-gray {
     color: #757575;
     background: #f3f6f9;
}
 .panel-default .panel-heading .sub-nav .owl-carousel a.style-gray:hover {
     color: #fff;
     background: #0072ed;
}
 .panel-default .panel-heading .more {
     padding-top: 3px;
     vertical-align: top;
     float: right;
}
 .panel-default .panel-heading .more a {
     display: inline-block;
     height: 28px;
     line-height: 28px;
     font-weight: bolder;
     padding: 0 6px;
     -webkit-border-radius: 5px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 5px;
     -moz-background-clip: padding;
     border-radius: 5px;
     background-clip: padding-box;
     color: #757575;
     background: #fff;
     vertical-align: top;
}
 .panel-default .panel-heading .more a:hover {
     color: #fff;
     background: #0072ed;
}
 .panel-default .panel-body {
     position: relative;
     padding: 8px 0;
}
 .panel-index-article .panel-heading .sub-nav {
     width: calc(100% - 100px);
}
 .panel-channel-article .panel-heading .panel-title h4 {
     display: inline-block;
     font-size: 18px;
     line-height: 24px;
     height: auto;
     padding: 16px 24px 16px 16px;
     margin: 0;
     font-weight: bolder;
     color: #434343;
     background: #fff;
     vertical-align: top;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -moz-background-clip: padding;
     border-radius: 5px;
     -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
     background-clip: padding-box;
}
 .panel-channel-article .panel-heading .sub-nav {
     width: calc(100% - 130px);
     margin-left: 8px;
     padding-top: 0;
}
 .panel-channel-article .panel-heading .sub-nav .owl-carousel a {
     font-size: 18px;
     font-weight: bolder;
     color: #595959;
     padding: 16px 24px 16px 16px;
     margin: 0 8px 0 0;
     height: auto;
     line-height: 24px;
}
 .panel-channel-article .panel-heading .sub-nav .owl-carousel a:hover {
     background: #d0e2ff;
     color: #434343;
}
 .panel-channel-article .panel-heading .sub-nav .owl-carousel a.nav-carousel-hardware i {
     color: #42be65;
}
 .panel-channel-article .panel-heading .sub-nav .owl-carousel a.nav-carousel-investment i {
     color: #b37feb;
}
 .panel-channel-article .panel-heading .sub-nav .owl-carousel a.nav-carousel-security i {
     color: #ff9c6e;
}
 .panel-channel-article .panel-heading .sub-nav .owl-carousel a.nav-carousel-internet i {
     color: #85a5ff;
}
 .panel-site {
     background-color: #fff;
     margin-bottom: 16px;
}
 .panel-site .panel-heading {
     position: relative;
     padding: 16px 0 8px;
}
 .panel-site .panel-heading .panel-title {
     position: relative;
     font-size: 18px;
     color: #222;
     line-height: 18px;
     font-weight: bold;
     padding: 0 16px;
     margin-block-start: 0;
     margin-block-end: 0;
     border-left: 5px solid #0072ed;
}
 .panel-site .panel-heading .panel-title a {
     font-size: 18px;
     line-height: 18px;
     font-weight: bold;
}
 .panel-site .panel-heading .panel-title i {
     display: none;
}
 .panel-site .panel-heading small {
     font-weight: normal;
     color: #999;
     font-size: 12px;
}
 .panel-site .panel-heading .more a {
     font-size: 14px;
     font-weight: normal;
     color: #a7a7a7;
     padding: 0 4px;
}
 .panel-site .panel-heading .more a:hover {
     color: #0072ed;
}
 .panel-site .panel-heading .more .active {
     color: #0072ed;
}
 .panel-site .panel-footer {
     padding: 15px 0;
     background: none;
}
 .panel-site .panel-body {
     position: relative;
     padding: 8px 0;
}
 .bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
     float: none !important;
     padding: 0 !important;
     height: inherit !important;
     line-height: inherit !important;
     font-size: inherit !important;
     background: none !important;
     color: #999 !important;
}
/*-------------------------------------------------------------- # Pager --------------------------------------------------------------*/
 .pager {
     margin: 16px 0;
}
 .pager .pagination {
     margin: 0;
     display: inherit !important;
}
 .pager .pager {
     margin: 0;
}
 .pager li {
     margin: 0 .2em;
     display: inline-block;
}
 .pager li a, .pager li span {
     background: #fff;
     font-size: 14px;
     color: #595959;
     border: 1px solid #bfbfbf;
     -webkit-border-radius: 0.25em;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 0.25em;
     -moz-background-clip: padding;
     border-radius: 0.25em;
     background-clip: padding-box;
     padding: .5em .8em;
}
 .pager li a:hover, .pager li span:hover {
     background: #f0f7fe;
     color: #0072ed;
}
 .pager li.disabled span, .pager li.active span {
     color: #8c8c8c;
     background: #f5f5f5;
     border: 1px solid #d9d9d9;
}
 .loadmore {
     width: 80%;
     margin: 1.5em auto;
     line-height: 1.6em;
     font-size: 14px;
     text-align: center;
     clear: both;
}
 .loadmore-tips {
     display: inline-block;
     vertical-align: middle;
}
 .loadmore-line {
     border-top: 1px solid #E5E5E5;
     margin-top: 2.4em;
}
 .loadmore-line .loadmore-tips {
     position: relative;
     top: -0.9em;
     padding: 0 .55em;
     background-color: #FFFFFF;
     color: #808080;
}
 .btn-loadmore {
     clear: both;
}
/*-------------------------------------------------------------- # Article Post --------------------------------------------------------------*/
 .card {
     position: relative;
     overflow: hidden;
     background-color: #fff;
     border: 0 !important;
     -webkit-border-radius: 0.5rem;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 0.5rem;
     -moz-background-clip: padding;
     border-radius: 0.5rem;
     background-clip: padding-box;
     -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 .card:hover {
     -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
     box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
     -webkit-transform: translateY(-6px);
     -moz-transform: translateY(-6px);
     -o-transform: translateY(-6px);
     -ms-transform: translateY(-6px);
     transform: translateY(-6px);
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .card:hover .preview-link::before {
     opacity: 1;
}
 .card:hover .title a {
     color: #0062cc;
}
 .card .thumb {
     position: relative;
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
}
 .card .image {
     position: relative;
     width: 100%;
     height: 1px;
     overflow: hidden;
     padding-bottom: 75%;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
}
 .card .title {
     padding: 8px;
     margin: 0;
     text-align: left;
}
 .card .title a {
     font-size: 14px;
     font-weight: bold;
     line-height: 18px;
     color: #444;
     height: 36px;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .card-soultion .title a {
     font-size: 16px;
     height: 20px;
     padding-left: 16px;
}
 .soultion-content {

}
 .card .item-metas {
     padding: 0 8px 8px;
}
 .card .item-metas .metas-author img {
     display: inline-block;
     width: 16px;
     height: 16px;
}
 .card .item-metas .metas-author .author-name {
     color: #939393;
     max-width: 80px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     vertical-align: middle;
}
 .card .item-metas .metas-channel-1 {
     color: #f48fb1;
}
 .card .item-metas .metas-channel-2 {
     color: #6fdc8c;
}
 .card .item-metas .metas-channel-3 {
     color: #d3adf7;
}
 .card .item-metas .metas-channel-4 {
     color: #ffbb96;
}
 .card .item-metas .metas-channel-5 {
     color: #fff1b8;
}
 .card .item-metas .metas-price .cost {
     color: #ff9c6e;
}
 .card .item-metas .metas-price .free {
     color: #d9d9d9;
}
 .card .inbox-content {
     position: absolute;
     color: #fff;
     font-weight: bolder;
     background: -webkit-linear-gradient(180deg, transparent, #434343);
     background: -moz-linear-gradient(180deg, transparent, #434343);
     background: -o-linear-gradient(180deg, transparent, #434343);
     background: linear-gradient(180deg, transparent, #434343);
     padding: 8px 12px;
     bottom: 0;
     width: 100%;
     z-index: 2;
}
 .card .inbox-content2 {
     position: absolute;
     color: #fff;
     font-weight: bolder;
     padding: 8px 12px;
     bottom: 40%;
     background: transparent;
     width: 100%;
     z-index: 2;
}
 .preview-link-2::before {
     background: rgba(0, 0, 0, 0.2);
     opacity: 1;
     z-index: 1;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     content: "";
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
}
 .card .inbox-content a.inbox-title, .card .inbox-content .inbox-title {
     color: #fff;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .preview-link:hover::before {
     opacity: 1;
}
 .preview-link::before {
     background: rgba(0, 0, 0, 0.2);
     opacity: 0;
     z-index: 1;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     content: "";
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
}
 .item-thum-flag {
     position: absolute;
     left: 12px;
     top: 8px;
     color: #fff;
     z-index: 10;
     font-size: 10px;
     -webkit-border-radius: 4px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 4px;
     -moz-background-clip: padding;
     border-radius: 4px;
     background-clip: padding-box;
     padding: 2px 6px;
}
 .item-thum-flag i {
     padding-right: 2px;
}
 .item-thum-flag.item-origin {
     top: inherit !important;
     bottom: 8px;
     background: #141414;
}
 .item-thum-flag.item-flag-pay {
     font-weight: bolder;
     color: #ffc53d;
     background: #061178;
}
 .item-thum-flag.item-flag-top {
     background: #22075e;
}
 .item-thum-flag.item-flag-recommend {
     background: #fa541c;
}
 .item-thum-flag.item-flag-hot {
     background: #c2185b;
}
 .item-thum-flag.item-flag-new {
     background: #0e6027;
}
 .item-thum-flag.item-topic-views {
     left: inherit !important;
     right: 8px;
     font-weight: bolder;
     text-shadow: 0 1px 3px #000000;
}
 .item-thum-flag.item-topic-views i {
     padding-right: 4px;
}
 .item-title {
     margin: 0;
     font-size: 1.2em;
     line-height: 1.5;
     margin-bottom: 12px;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .item-title a {
     color: #141414;
     font-weight: bolder;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .item-title a:hover {
     color: #0062cc;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .item-intro {
     font-size: 13px;
     line-height: 1.5;
     color: #8c8c8c;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .item-metas {
     font-size: 12px;
     line-height: 1;
     color: #bfbfbf;
}
 .item-metas i {
     padding-right: 2px;
}
 .item-metas span {
     margin-right: 8px;
}
 .item-article {
     padding: 16px 0;
}
 .item-article:hover .item-title a {
     color: #0062cc;
}
 .item-article:hover .preview-link::before {
     opacity: 1;
}
 .item-article .position-box {
     min-height: 100%;
     padding-bottom: 24px;
     margin-bottom: -24px;
}
 .item-article .item-title {
     height: 50px;
}
 .item-article .item-metas {
     line-height: 24px;
     height: 24px;
}
 .item-article .pay-thum {
     -webkit-filter: blur(8px);
     -moz-filter: blur(8px);
     -ms-filter: blur(8px);
     filter: blur(8px);
}
 .item-images {
     margin-top: 0;
}
 .item-images:hover .item-title a {
     color: #0062cc;
}
 .item-images .row {
     margin: 0 -10px;
}
 .item-images .item-title .addimgtitle {
     font-size: 12px;
     font-weight: normal;
     color: #fff;
     background: #262626;
     -webkit-border-radius: 6px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 6px;
     -moz-background-clip: padding;
     border-radius: 6px;
     background-clip: padding-box;
     margin-right: 6px;
     padding: 2px 6px;
}
 .breadcrumb {
     padding: 0;
     margin-bottom: 0;
     list-style: none;
     background-color: transparent;
     -webkit-border-radius: 0;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 0;
     -moz-background-clip: padding;
     border-radius: 0;
     background-clip: padding-box;
}
 .breadcrumb > li a {
     font-size: 12px;
     color: #8c8c8c;
     font-weight: normal;
}
 .breadcrumb > li a:hover {
     color: #0072ed;
}
 .breadcrumb > li + li:before {
     content: "/\00a0";
     padding: 0 5px 0 10px;
     color: #bfbfbf;
     font-size: 12px;
     font-weight: normal;
}
 .list-order-breadcrumb .channel-name {
     font-size: 20px;
     font-weight: bolder;
     line-height: 32px;
     color: #434343;
}
 .list-order-breadcrumb .breadcrumb li a {
     line-height: 32px;
}
 .list-order-breadcrumb .category-order {
     background: #fff;
     -webkit-border-radius: 0.5em;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 0.5em;
     -moz-background-clip: padding;
     border-radius: 0.5em;
     background-clip: padding-box;
}
 .list-order-breadcrumb .category-order li {
     display: inline-block;
     padding: 6px 4px;
}
 .list-order-breadcrumb .category-order li a {
     color: #8c8c8c;
     padding: 4px 8px;
}
 .list-order-breadcrumb .category-order li > a:hover {
     color: #0062cc;
}
 .list-order-breadcrumb .category-order li > a.active {
     background: #f5f5f5;
     color: #595959;
     -webkit-border-radius: 0.5em;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 0.5em;
     -moz-background-clip: padding;
     border-radius: 0.5em;
     background-clip: padding-box;
}
 .article-content > .panel-heading {
     padding: 0;
     margin: 0 -15px;
}
 .article-content > .panel-heading > .breadcrumb {
     background: #fff;
     font-size: 13px;
     margin-bottom: 0;
     padding: 10px 15px;
}
 .article-text {
     font-size: 16px;
     line-height: 2;
     text-align: justify;
     color: #494949;
     font-family: PingFangSC-Light;
     letter-spacing: 0.544px;
     overflow-wrap: break-word !important;
     box-sizing: border-box !important;
}
 .article-text .repost-metas {
     font-size: 14px;
     color: #bfbfbf;
}
 .article-text .repost-metas a {
     padding: 0 2px 2px 0;
     text-decoration: none!important;
     border-bottom: 1px solid #d9d9d9;
}
 .article-text .repost-metas a:after {
     display: none;
}
 .article-text h1, .article-text h2, .article-text h3, .article-text h4, .article-text h5, .article-text h6 {
     color: black;
     font-weight: bolder;
     text-align: left;
     margin-top: 48px;
     margin-bottom: 24px;
}
 .article-text a {
     color: black;
     padding: 0 20px 2px 2px;
     text-decoration: none!important;
     border-bottom: 1px solid #0072ed;
}
 .article-text a:hover {
     color: #0072ed;
}
 .article-text a:hover:after {
     color: #0072ed;
}
 .article-text a:after {
     position: absolute;
     font-family: "FontAwesome";
     content: "\f14c";
     font-size: 14px;
     font-weight: bolder;
     line-height: 14px;
     width: 14px;
     height: 14px;
     color: #d9d9d9;
     padding: 8px 4px 0;
}
 .article-text pre {
     -webkit-border-radius: 4px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 4px;
     -moz-background-clip: padding;
     border-radius: 4px;
     background-clip: padding-box;
}
 .article-text p {
     margin-bottom: 16px;
}
 .article-text ul {
     margin-block-start: 0;
     margin-block-end: 0;
     padding-inline-start: 16px;
}
 .article-text img {
     margin: 16px auto;
     display: block;
     max-width: 100%;
     height: auto;
     -webkit-border-radius: 4px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 4px;
     -moz-background-clip: padding;
     border-radius: 4px;
     background-clip: padding-box;
}
 .article-text blockquote {
     margin-top: 16px;
     margin-bottom: 16px;
     font-size: 16px;
}
 .article-text blockquote p {
     padding-left: 42px;
     font-weight: bolder;
     line-height: 1.5;
     color: #434343;
}
 .article-text blockquote footer {
     padding-left: 42px;
     font-size: 12px;
     color: #8c8c8c;
}
 .article-text blockquote:before {
     position: absolute;
     font-family: "FontAwesome";
     content: "\f10d";
     font-size: 40px;
     font-weight: bolder;
     line-height: 40px;
     color: #d9d9d9;
}
 .article-text .card-hidden .card-header {
     background-color: #f3f6f9;
}
 .article-text .card-hidden .card-body {
     text-align: center;
}
 .article-text .card-hidden .card-body a {
     color: #faad14;
     padding: 0;
     border-bottom: 0;
}
 .article-text .card-hidden .card-body a:after {
     display: none;
}
 .article-text .card-hidden:hover {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -o-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
}
 .article-pay {
     position: relative;
     background: #f5f5f5;
     padding: 32px 16px;
     margin: 16px auto;
     border-radius: .5rem;
}
 .article-pay .media {
     max-width: 640px;
     margin: auto;
}
 .article-pay .media .media-heading {
     font-size: 18px;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .article-pay .media .media-heading .item-flag-pay {
     font-size: 12px;
     padding: 2px 4px;
     font-weight: bolder;
     color: #ffc53d;
     background: #061178;
     -webkit-border-radius: 4px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 4px;
     -moz-background-clip: padding;
     border-radius: 4px;
     background-clip: padding-box;
}
 .article-pay .media .media-content {
     font-size: 14px;
     color: #8c8c8c;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .article-pay .media .media-link {
     color: #595959;
     padding-bottom: 2px;
     border-bottom: 1px solid #d9d9d9;
}
 .article-pay .media .media-link:hover {
     color: #0072ed;
}
 .article-pay .media .media-price {
     font-weight: bolder;
     color: #dd001b;
}
 .article-pay .media .media-price i {
     padding-right: 4px;
}
 .article-pay .item-icon {
     width: 140px;
     height: 180px;
     background: #2C3E50;
     border-radius: .5rem;
     -webkit-box-shadow: 0 0 10px 3px #defbe6;
     -moz-box-shadow: 0 0 10px 3px #defbe6;
     box-shadow: 0 0 10px 3px #defbe6;
}
 .article-pay .item-icon i {
     font-size: 72px;
     line-height: 180px;
     padding: 0 43px;
     color: white;
}
 .article-donate {
     padding: 16px 0;
     text-align: center;
}
 .article-donate a {
     min-width: 80px;
     font-weight: bold;
     -webkit-border-radius: 3px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 3px;
     -moz-background-clip: padding;
     border-radius: 3px;
     background-clip: padding-box;
}
 .article-prevnext .prevnext-tile {
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 1;
}
 .article-prevnext .prevnext-item:hover .thumb > .preview-link::before {
     opacity: 0;
}
 .article-prevnext .prevnext-item .thumb > .preview-link::before {
     background: rgba(0, 0, 0, 0.4);
     opacity: 1;
     z-index: 1;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     content: "";
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
}
 .article-prevnext .title {
     position: absolute;
     bottom: 0;
     padding: 8px;
     width: 100%;
     color: #fff;
     font-weight: bold;
     z-index: 1;
}
 .article-prevnext .title a {
     color: #fff;
}
 .show_article .show-article-bg {
     margin: 0;
     padding: 0;
     width: 100%;
     height: 150px;
     background: -webkit-linear-gradient(0deg, transparent, #c2eff0);
     background: -moz-linear-gradient(0deg, transparent, #c2eff0);
     background: -o-linear-gradient(0deg, transparent, #c2eff0);
     background: linear-gradient(0deg, transparent, #c2eff0);
}
 .show_article .show-article-thum {
     margin-top: -100px;
}
 .show_article .pin-article-sidebar .list-group {
     max-width: 60px;
     margin: auto;
}
 .show_article .pin-article-sidebar .list-group .list-group-item {
     padding: 8px 6px;
}
 .show_article .pin-article-sidebar .list-group .list-group-item a {
     color: #8c8c8c;
}
 .show_article .pin-article-sidebar .list-group .list-group-item a:hover {
     color: #262626;
}
 .show_article .show-article-main .show-article-header h2 {
     font-size: 24px;
     text-align: justify;
}
 .show_article .show-article-main .item-metas .metas-author {
     font-weight: bolder;
}
 .show_article .show-article-main .item-metas .metas-author img {
     width: 24px;
     height: 24px;
}
 .show_article .show-article-main .item-metas .metas-author .badge {
     background: #07c160;
     color: #fff;
     font-weight: normal;
     margin-left: 4px;
}
 .show_article .show-article-main .item-metas .metas-author:hover {
     color: #0072ed;
}
 .article-list {
     padding: 0;
}
 .article-list .article-tag {
     clear: both;
     bottom: 0;
     color: #a7a7a7;
     font-size: 12px;
}
 .article-list .article-tag span {
     margin: 0 8px;
}
 .article-list .article-tag span a {
     color: #aaa;
}
 .article-list .article-tag .pull-left {
     height: 34px;
     line-height: 34px;
     color: #919191;
}
 .article-list .article-tag .pull-left a {
     color: #919191;
}
 .list-pageorder a {
     font-size: 16px;
     font-weight: bold;
     color: #222;
     padding: 0 8px;
}
 .list-pageorder .active {
     color: #0072ed;
}
 .tabs-wrapper {
     -webkit-border-radius: 4px;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 4px;
     -moz-background-clip: padding;
     border-radius: 4px;
     background-clip: padding-box;
     background-color: #fff;
}
 .tabs-wrapper .tabs-mark-group {
     border-bottom: 1px dashed #e4ecf3;
}
 .tabs-wrapper .tabs-mark-group .title {
     width: 90px;
     margin-top: 3px;
     float: left;
}
 .tabs-wrapper .tabs-mark-group .classify {
     margin-top: 3px;
}
 .tabs-wrapper .tabs-mark-group .classify a, .tabs-wrapper .tabs-mark-group .classify i {
     color: #919191;
}
 .tabs-wrapper .tabs-mark-group .classify a:focus, .tabs-wrapper .tabs-mark-group .classify a:hover {
     color: #43bc60;
}
 .tabs-wrapper .tabs-mark-group .content {
     margin-left: 100px;
}
 .tabs-wrapper .tabs-mark {
     margin: 0 4px;
}
 .tabs-wrapper .tabs-mark a {
     border: 1px solid #e4ecf3;
     padding: 2px 5px;
     color: #919191;
}
 .tabs-wrapper .tabs-mark i {
     font-size: 10px;
     margin-left: 5px;
}
 .tabs-wrapper .tabs-mark.active a, .tabs-wrapper .tabs-mark:focus a, .tabs-wrapper .tabs-mark:hover a {
     color: #43bc60;
     border: 1px solid #43bc60;
}
 .tabs-wrapper .tabs-group {
     position: relative;
     overflow-y: hidden;
     padding: 8px 0 0;
}
 .tabs-wrapper .tabs-group .title {
     font-weight: bold;
     color: #000;
     float: left;
     width: 76px;
     display: block;
     overflow: hidden;
     white-space: nowrap;
     word-wrap: normal;
}
 .tabs-wrapper .tabs-group .content {
     list-style: none;
     padding: 0;
     margin: 0;
}
 .tabs-wrapper .tabs-group .content > li {
     float: left;
     padding: 0px 6px;
     margin-bottom: 8px;
}
 .tabs-wrapper .tabs-group .content > li > a {
     display: block;
     padding: 2px 10px;
     background: #f8f9fa;
     border: none;
     border-radius: 4px;
}
 .tabs-wrapper .tabs-group .content > li.active > a, .tabs-wrapper .tabs-group .content > li:focus > a, .tabs-wrapper .tabs-group .content > li:hover > a {
     color: #0072ed;
     background: #f0f7fe;
}
 .tabs-wrapper .tabs-group .tabs-toggle {
     position: absolute;
     right: 20px;
     top: 18px;
     font-size: 12px;
     line-height: 1;
     cursor: pointer;
}
 .tabs-wrapper .tabs-group + .tabs-group {
     border-top: 1px dashed #e4ecf3;
}
 .channel-site-panel-nav {
     position: absolute;
     margin-left: -100px;
     margin-top: 32px;
}
 .channel-site-panel-nav:hover .site-nav-item a {
     color: #9E9E9E;
}
 .channel-site-panel-nav .site-nav-item {
     margin-bottom: 16px;
}
 .channel-site-panel-nav .site-nav-item a {
     color: #BDBDBD;
}
 .channel-site-panel-nav .site-nav-item a:hover {
     color: #0072ed;
}
 .addbookbark .addbookbark-icon {
     width: 48px;
     height: 48px;
     background: #FFEBEE;
     border-radius: 50%;
     text-align: center;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .addbookbark .addbookbark-icon:hover {
     background: #FFCDD2;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .addbookbark .addbookbark-icon i {
     font-size: 30px;
     line-height: 48px;
     color: #F44336;
}
 .category-title {
     font-size: 18px;
     font-weight: bold;
     color: #222;
}
 .entry-meta ul {
     overflow: hidden;
     margin: 0 0 10px 0;
     padding: 0 0 10px 0;
     border-bottom: 1px solid #dedede;
}
 .entry-meta ul li {
     line-height: 26px;
}
 #comment-container #commentlist dl {
     position: relative;
     border-bottom: 1px solid #eee;
     clear: both;
     padding: 10px 0;
     margin-bottom: 5px;
}
 #comment-container #commentlist dl dt {
     float: left;
     margin-right: 10px;
     width: 44px;
     height: 44px;
     display: block;
     position: absolute;
}
 #comment-container #commentlist dl dt img {
     width: 40px;
     height: 40px;
     border-radius: 50%;
}
 #comment-container #commentlist dl dd {
     padding-left: 55px;
     float: left;
     width: 100%;
}
 #comment-container #commentlist dl dd cite a {
     color: #0084ff;
}
 #comment-container #commentlist dl dd small {
     color: #999;
     margin: 0 0 0 3px;
     height: 20px;
     line-height: 20px;
     font-size: 10px;
}
 #comment-container #commentlist dl dd small a {
     display: none;
}
 #comment-container #commentlist dl dd dl {
     margin: 0px;
     border-top: 1px solid #eee;
     border-bottom: none;
     padding-top: 15px;
     padding-bottom: 0;
}
 #comment-container #commentlist dl dd dl dd {
     width: 550px;
}
 #comment-container #commentlist dl dd p {
     margin-top: 5px;
     margin-bottom: 10px;
     line-height: 24px;
}
 #comment-container #commentlist dl dd p em {
     font-style: normal;
     display: inline-block;
     padding: 0 5px;
     height: 22px;
     line-height: 22px;
     font-weight: 400;
     font-size: 13px;
     text-align: center;
     color: #0084ff;
     background: rgba(0, 132, 255, 0.1);
     border-radius: 2px;
}
 #comment-container #commentlist cite {
     font-style: normal;
}
 #comment-container h3 {
     position: relative;
     font-size: 16px;
     padding: 15px 0;
     background: #fff;
}
 #comment-container h3 a {
     display: none;
}
 #comment-container #postcomment .form-group {
     margin-bottom: 10px;
}
 #comment-container #postcomment label {
     font-weight: normal;
}
 #comment-container #postcomment a small {
     display: inline !important;
}
 .download-list li a {
     display: block;
     background: #FAFAFB;
}
 .download-list li a:hover {
     background: #f0f7fe;
}
 .download-list li:hover {
     text-decoration: none;
}
 .download-list li .download-list-title {
     font-size: 14px;
     font-weight: bold;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 1;
}
 .download-list img {
     width: 90px;
     height: 90px;
     margin-bottom: 8px;
}
 .download-list em {
     display: block;
     color: #999;
     font-style: normal;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .show-site-header .site-image .site-image-content {
     max-width: 128px;
}
 .show-site-header .site-image .site-views {
     font-weight: bold;
     color: #0072ed;
}
 .show-site-header .site-info .show-site-title, .show-site-header .site-info .site-target-btn {
     text-align: left;
}
 .show-site-header .site-info .show-site-data .site-data-item {
     font-weight: bold;
     color: #999;
}
 .gallery-item {
     padding: 12px;
}
 .gallery-item .card {
     position: relative;
     -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     min-height: 200px;
     overflow: hidden;
     background-color: #fff;
}
 .gallery-item .card .thumb {
     position: relative;
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
     margin: -12px;
}
 .gallery-item .card:hover {
     -webkit-transform: translateY(-6px);
     -moz-transform: translateY(-6px);
     -o-transform: translateY(-6px);
     -ms-transform: translateY(-6px);
     transform: translateY(-6px);
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .gallery-item .card:hover h2 a {
     color: #0072ed;
}
 .gallery-item .card .image {
     position: relative;
     width: 100%;
     height: 1px;
     overflow: hidden;
     padding-bottom: 75%;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
}
 .gallery-item .card .title {
     padding-top: 10px;
}
 .gallery-item .card h2 {
     padding: 8px;
     margin: 0;
     text-align: left;
}
 .gallery-item .card h2 a {
     font-size: 16px;
     font-weight: bold;
     line-height: 24px;
     height: 48px;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .gallery-item .card .operate {
     height: 20px;
     overflow: hidden;
}
 .site-item .card {
     position: relative;
     min-height: 90px;
     overflow: hidden;
     background-color: #fff;
     -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 .site-item .card .thumb {
     position: relative;
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
}
 .site-item .card:hover {
     border: 1px solid #05a9d1;
     background: #f8f9fa;
     -moz-box-shadow: 0 6px 12px #BBDEFB;
     -webkit-box-shadow: 0 6px 12px #BBDEFB;
     box-shadow: 0 6px 12px #BBDEFB;
     -webkit-transform: translateY(-6px);
     -moz-transform: translateY(-6px);
     -o-transform: translateY(-6px);
     -ms-transform: translateY(-6px);
     transform: translateY(-6px);
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .site-item .card:hover h2 {
     color: #2979FF;
}
 .site-item .card:hover .site-intro {
     color: #757575;
}
 .site-item .card h2 {
     padding: 8px;
     margin: 0;
     text-align: left;
     font-size: 14px;
     font-weight: bold;
     line-height: 24px;
     color: #222;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 1;
}
 .site-item .card .site-intro {
     display: block;
     color: #999;
     font-style: normal;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .download-item {
     padding: 12px;
}
 .download-item .card {
     position: relative;
     -webkit-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -moz-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     -o-transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
     min-height: 200px;
     overflow: hidden;
     background-color: #fff;
}
 .download-item .card .thumb {
     position: relative;
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
     transition: all 0.5s ease-out 0s;
     margin: -12px;
}
 .download-item .card:hover {
     -webkit-transform: translateY(-6px);
     -moz-transform: translateY(-6px);
     -o-transform: translateY(-6px);
     -ms-transform: translateY(-6px);
     transform: translateY(-6px);
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
}
 .download-item .card:hover h2 a {
     color: #0072ed;
}
 .download-item .card:hover .preview-link::before {
     opacity: 1;
}
 .download-item .card .image {
     position: relative;
     width: 100%;
     height: 1px;
     overflow: hidden;
     padding-bottom: 75%;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
}
 .download-item .card .title {
     padding-top: 10px;
}
 .download-item .card h2 {
     padding: 8px;
     margin: 0;
     text-align: left;
}
 .download-item .card h2 a {
     font-size: 16px;
     font-weight: bold;
     line-height: 24px;
     height: 48px;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .show_download .download-num {
     border-bottom: 1px solid #f2f2f2;
     margin-bottom: 16px;
     padding-bottom: 16px;
     color: #444;
}
 .show_download .download-num .num {
     padding: 8px 0;
     font-size: 28px;
     font-weight: bold;
     text-align: center;
}
 .show_download .download-num .text {
     font-size: 16px;
     text-align: center;
     color: #8e8f94;
}
 .show_download .base-info .row {
     margin-bottom: 16px;
     font-size: 14px;
}
 .show_download .base-info .link {
     color: #0084ff;
}
 .user_wrapper .user-header .user-statistics i {
     font-size: 24px;
     color: #0072ed;
}
 .user_wrapper .user-header .user-statistics .statistics-text {
     font-size: 16px;
     font-weight: bold;
}
 .user_wrapper .user-page-nav .nav-top {
     margin-bottom: 0;
     margin-block-start: 0;
     margin-block-end: 0;
     padding: 8px 0;
     max-width: 80px;
}
 .user_wrapper .user-page-nav .nav-top a {
     font-size: 18px;
     line-height: 18px;
     font-weight: bold;
     padding-right: 16px;
     border-right: 1px solid #eee;
     color: #222;
}
 .user_wrapper .user-page-nav .owl-item .user-nav-item {
     background: #f5f5f5;
     padding: 6px 16px;
     border-radius: .25em;
}
 .user_wrapper .user-page-nav .owl-item .user-nav-item a {
     font-weight: bold;
}
 .user_wrapper .user-page-nav .owl-item .user-nav-item:hover {
     background: #f0f7fe;
}
 .user_wrapper .user-page-nav .owl-item .user-nav-item:hover a {
     color: #0072ed;
}
 .user_wrapper .user-page-nav .owl-item .active {
     background: #f0f7fe;
}
 .user_wrapper .user-page-nav .owl-item .active a {
     color: #0072ed;
}
/*-------------------------------------------------------------- # Sidebar/Widget --------------------------------------------------------------*/
 .timeline {
     position: relative;
     padding: 0;
     margin: 0;
}
 .timeline .tl-item {
     display: -webkit-box;
     display: -moz-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
}
 .timeline .tl-item > * {
     padding: 8px;
}
 .timeline .tl-item:last-child .tl-dot:after {
     display: none;
}
 .timeline .tl-dot {
     position: relative;
     border-color: rgba(160, 175, 185, 0.15);
     border-color: #eaeaea !important;
}
 .timeline .tl-dot:before {
     content: '';
     position: absolute;
     border: 2px solid #0072ed;
     box-shadow: 0 0 0 4px rgba(68, 139, 255, 0.2);
     width: 10px;
     height: 10px;
     top: 15px;
     left: 50%;
     transform: translateX(-50%);
     -webkit-border-radius: 50%;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 50%;
     -moz-background-clip: padding;
     border-radius: 50%;
     background-clip: padding-box;
}
 .timeline .tl-dot:after {
     content: '';
     position: absolute;
     border-width: 0 0 0 2px;
     border-style: solid;
     border-color: inherit;
     left: 50%;
     width: 0;
     height: auto;
     top: 25px;
     bottom: -15px;
     transform: translateX(-50%);
}
 .timeline .tl-date {
     font-size: 12px;
     color: #d9d9d9;
     margin-top: 2px;
}
 .widget {
     margin-bottom: 16px;
     background-color: #fff;
     padding: 0 16px;
     overflow: hidden;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     -webkit-border-radius: 0.5rem;
     -webkit-background-clip: padding-box;
     -moz-border-radius: 0.5rem;
     -moz-background-clip: padding;
     border-radius: 0.5rem;
     background-clip: padding-box;
}
 .widget .widget-heading {
     position: relative;
     padding: 16px 0 0;
}
 .widget .widget-heading .widget-title {
     font-size: 18px;
     color: #262626;
     line-height: 24px;
     font-weight: bold;
     margin-bottom: 8px;
}
 .widget .widget-heading .widget-title > i {
     display: none;
}
 .widget .widget-body {
     position: relative;
     padding: 8px 0;
}
 .widget:last-child {
     margin-bottom: 0;
}
 .widget .preview-link {
     display: block;
     width: 100%;
}
 .widget .card:hover {
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -o-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
}
 .widget-author .media {
     max-width: 420px;
     margin: auto;
}
 .widget-author .media .author-img {
     width: 64px;
     height: 64px;
}
 .widget-author .media .author-name {
     margin-bottom: 4px;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 1;
}
 .widget-author .media .author-name a {
     color: #222;
     font-size: 16px;
     font-weight: bold;
}
 .widget-author .media .author-name a:hover {
     color: #0072ed;
}
 .widget-author .media .author-bio {
     font-size: 12px;
     color: #999;
     font-style: normal;
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .widget-hot-item .widget-body li {
     padding-bottom: 8px;
}
 .widget-hot-item .widget-body li:hover, .widget-hot-item .widget-body li:hover .item-num, .widget-hot-item .widget-body li:hover .title {
     color: #0072ed !important;
}
 .widget-hot-item .widget-body li .item-num {
     font-size: 32px;
     font-weight: bold;
     color: #dbdbdb;
}
 .widget-hot-item .widget-body li .title {
     padding-left: 8px;
}
 .widget-recommend-item .widget-body li {
     padding-bottom: 16px;
}
 .widget-recommend-item .widget-body li:last-child {
     padding-bottom: 8px;
}
 .widget-recommend-item .widget-body li:hover .title {
     color: #0072ed !important;
}
 .widget-recommend-item .widget-body li:hover img {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
}
 .widget-recommend-item .widget-body li .title {
     overflow: hidden;
     text-overflow: ellipsis;
     -webkit-box-orient: vertical;
     display: -webkit-box;
     -webkit-line-clamp: 2;
}
 .widget-blockimg {
     border: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
     padding: 0;
     display: block;
     width: 100%;
}
 .widget-blockimg img {
     width: 100%;
}
 .widget-hot-tags .panel-body a span {
     margin-bottom: 10px;
}
 .widget-link-daily {
     color: #f5f5f5;
     background: #198038;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s linear;
     -o-transition: all 0.3s linear;
     transition: all 0.3s linear;
}
 .widget-link-daily:hover {
     background: #0e6027;
}
 .tags {
     margin: 0;
     display: inline-block;
}
 .tags .tag {
     margin-bottom: 5px;
}
 .tag {
     display: inline-block;
     padding: 0 8px;
     height: 24px;
     line-height: 24px;
     font-weight: 400;
     font-size: 13px;
     text-align: center;
     color: #0072ed;
     background: #f0f7fe;
     margin-right: 3px;
     border-radius: 2px;
}
 .tag img {
     width: 16px;
     height: 16px;
     margin-top: -1px;
     margin-right: 3px;
}
 .tag[href]:focus, .tag[href]:hover {
     background-color: #0072ed;
     color: #fff;
     text-decoration: none;
}
 .tag-xs {
     padding: 0 6px;
     height: 20px;
     line-height: 20px;
     font-size: 12px;
}
 .tag-danger {
     background-color: #f2dede;
     color: #e74c3c;
}
/*-------------------------------------------------------------- # Search Suggestion --------------------------------------------------------------*/
 .autocomplete-suggestions {
     text-align: left;
     cursor: default;
     background: #fff;
     border: 1px solid rgba(0, 0, 0, 0.15);
     border-radius: 2px;
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     background-clip: padding-box;
     position: absolute;
     display: none;
     z-index: 1036;
     max-height: 254px;
     overflow: hidden;
     overflow-y: auto;
     box-sizing: border-box;
}
 .autocomplete-suggestions .autocomplete-suggestion {
     padding: 5px 12px;
}
 .autocomplete-suggestions .autocomplete-suggestion:hover {
     background: #f0f0f0;
}
/*-------------------------------------------------------------- # Special --------------------------------------------------------------*/
 .special-headline {
     margin-top: 15px;
}
 .special-headline blockquote {
     border-radius: 3px;
     padding: 16px;
     border: none;
     background: #E3F2FD;
}
 .special-headline blockquote:before {
     content: ' ';
}
 .special-headline blockquote h3 {
     line-height: 2 !important;
     font-size: 15px !important;
     font-weight: normal;
     color: #777;
}
 .special-headline blockquote h3::before {
     content: "“";
     font-size: 48px;
     display: block;
     float: left;
     line-height: 1;
     height: 24px;
     opacity: .4;
     padding-right: 16px;
}
 .special-banner {
     background-size: cover;
     background-attachment: scroll;
     background-position: center;
     height: 300px;
     position: relative;
}
 .special-title {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     padding-top: 10px;
     background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
 .special-title .label {
     margin-left: 20px;
}
 .special-title h1 {
     font-size: 22px;
     color: #fff;
     line-height: 30px;
     padding-left: 20px;
     margin-bottom: 20px;
}
 .special-header {
     height: 70%;
     max-height: 400px;
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     background-size: 100%;
     background-repeat: no-repeat;
     background-position: center;
     overflow: hidden;
     background: inherit;
     -webkit-filter: blur(20px);
     -moz-filter: blur(20px);
     -ms-filter: blur(20px);
     -o-filter: blur(20px);
     filter: blur(20px);
     filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
}
/*-------------------------------------------------------------- # Search-section --------------------------------------------------------------*/
 .all-search-section .input-group {
     margin-top: 50px;
     border-radius: 50px;
     width: 100%;
     background-color: #fff;
     box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
     display: flex;
     flex-wrap: wrap;
     align-items: flex-start;
     padding: 6px;
     max-height: 68px;
}
 .all-search-section .input-group .form-control {
     font-size: 16px;
     background-color: #fff;
     border: 1px solid transparent;
     color: #616161;
}
 .all-search-section .input-group .form-control:hover, .all-search-section .input-group .form-control:focus {
     background-color: #fff;
     border: 1px solid transparent;
     box-shadow: none !important;
     color: #222;
}
 .all-search-section .input-group .btn-submit {
     font-weight: bold;
     color: #fff;
     background-color: #2979FF;
     border-color: #2979FF;
     border-radius: 25px;
     padding: 6px 18px;
}
 .all-search-section .input-group .btn-submit:hover, .all-search-section .input-group .btn-submit:active, .all-search-section .input-group .btn-submit:focus {
     background-color: #1565C0;
     border-color: #1565C0;
     box-shadow: none;
}
 .all-search-section .content-search {
     max-width: 720px;
}
 .all-search-section .search-category {
     font-size: 14px;
     font-weight: bold;
     background: #fff;
     border: 1px solid #e6e6e6;
     color: #222;
     position: relative;
     display: inline-block;
     vertical-align: top;
     text-align: center;
     box-sizing: border-box;
     height: 64px !important;
     width: 64px !important;
     padding: 8px;
     border-radius: 8px;
}
 .all-search-section .search-category:hover {
     background: #f0f7fe;
     border: 1px solid #0072ed;
     color: #0072ed;
}
 .all-search-section .cur {
     background: #f0f7fe;
     border: 1px solid #0072ed;
     color: #0072ed;
}
 .engine-choose {
     color: #222;
     font-size: 15px;
}
/*-------------------------------------------------------------- # Responsive --------------------------------------------------------------*/
 @media (max-width: 1280px) {
     .item-article .item-title {
         font-size: 16px;
         height: auto;
         margin-bottom: 8px;
    }
}
 @media (min-width: 768px) and (max-width: 1279px) {
     .navbar-header {
         width: 44px;
         overflow: hidden;
    }
}
 @media (max-width: 767px) {
     .panel-default .panel-heading {
         padding: 0px 16px;
    }
     .panel-default .panel-heading .panel-heading-left {
         width: 100%;
    }
     .panel-default .panel-heading .panel-title {
         width: 128px;
    }
     .panel-default .panel-heading .panel-title h4, .panel-default .panel-heading .panel-title a {
         font-size: 18px;
    }
     .panel-default .panel-heading .sub-nav {
         width: calc(100% - 128px);
         margin-left: 8px;
         padding-top: 2px;
    }
     .panel-default .panel-heading .sub-nav .owl-carousel a {
         height: 24px;
         line-height: 24px;
         padding: 0 8px;
         margin: 0 4px;
    }
     .panel-index-article .panel-heading .sub-nav {
         width: calc(100% - 78px);
    }
     .panel-channel-article .panel-heading .panel-title h4 {
         padding: 8px 16px 8px 8px;
    }
     .panel-channel-article .panel-heading .sub-nav {
         width: calc(100% - 114px);
         margin-left: 8px;
         padding-top: 0;
    }
     .panel-channel-article .panel-heading .sub-nav .owl-carousel a {
         font-size: 18px;
         height: auto;
         padding: 8px 16px 8px 8px;
         margin: 0 8px 0 0;
    }
     .card:hover {
         -webkit-box-shadow: none;
         -moz-box-shadow: none;
         box-shadow: none;
         -webkit-transform: translateY(0px);
         -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
         -ms-transform: translateY(0px);
         transform: translateY(0px);
    }
     .panel-topic .panel-heading .panel-heading-left {
         width: auto;
    }
     .item-article .embed-responsive-16by9 {
         padding-bottom: 45%;
    }
     .item-article .item-intro {
         font-size: 12px;
         -webkit-line-clamp: 1;
    }
     .item-intro {
         color: #bfbfbf;
    }
     .item-metas {
         color: #d9d9d9;
    }
     #floatbtn {
         display: none;
    }
     .panel-page {
         padding: 15px;
         min-height: 300px;
    }
     .article-list .media .media-left a {
         width: 110px;
    }
     .article-list .media .media-body .item-title {
         font-size: 1em;
    }
     .show-site-header .site-info .show-site-title, .show-site-header .site-info .site-target-btn {
         text-align: center;
    }
     .focus-img > .row {
         margin-left: 0;
    }
}
 @media (min-width: 768px) {
     .carousel-caption {
         left: 0;
         right: 0;
         background: rgba(0, 0, 0, 0.3);
         padding: 0;
         bottom: 0;
         text-shadow: none;
    }
     .carousel-caption h3 {
         margin: 0;
         font-size: 14px;
         padding: 15px;
         text-align: left;
    }
     .carousel-caption p {
         display: none;
    }
     .carousel-indicators {
         bottom: 3px;
         right: 15px;
         width: auto;
         left: inherit;
         opacity: .6;
    }
}
