
/*loop list article*/
.posts-wrapper .post-list, .posts-wrapper .post-grid, .carousel .post-grid {
    background-color: #FFF;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.entry-abs-warp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #bdbdbd;
    top: 0;
    left: 0;
}

.entry-media {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.entry-media .placeholder {
    height: 0;
    /*overflow: hidden;*/
}

.entry-media img {
    margin: 0 auto;
    width: 100%;
    height:250px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    object-fit: cover;
}

.entry-media img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.meta-category-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    line-height: 1.2
}

.meta-category-dot>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #aaa;
    font-size: 12px;
}

.meta-category-dot>a+a {
    margin-left: 8px;
}

.meta-category-dot>a>.dot {
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 6px;
    margin-right: 5px;
    width: 6px;
    background-color: #2196F3;
}

.meta-category-dot>a:nth-child(2) .dot {
    background-color: #4CAF50;
}

.meta-category-dot>a:nth-child(3) .dot {
    background-color: #fd721f;
}

.post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 30px;*/
}

.post-grid {
    margin-bottom: 30px;
}

.post-grid .meta-vip-price, .post-list .meta-vip-price {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    background-color: #f9c851;
    font-size: 12px;
    padding: .25em .8em;
    color: #fff;
    border-radius: 10rem;
    line-height: 1.2;
}

.post-list .entry-media {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
    width: 200px;
}

.post-list .meta-category-dot {
    margin-bottom: 10px;
    margin-top: 0;
}

.post-list .entry-footer {
    /*position: absolute;*/
    /*bottom: 0;*/
}

@media (max-width: 767px) {
    .post-list .entry-media {
        width: 120px;
        margin-right: 10px;
    }

    .post-list .entry-title {
        font-size: 16px;
    }

    .post-grid .meta-vip-price, .post-list .meta-vip-price {
        left: 10px;
        top: 10px;
    }
}

.entry-wrapper {
    position: relative;
    width: 100%;
}

.entry-header {
    word-break: break-word;
}

.entry-header.white .entry-meta, .entry-header.white .entry-meta a, .entry-header.white .entry-title {
    color: #fff;
}

.entry-header .entry-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: .2px;
    margin-bottom: 2px;
}

.entry-header .entry-meta>span+span {
    margin-left: 15px;
}

.entry-header .entry-meta a {
    color: #aaa;
}

.entry-meta .meta-author a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-meta .avatar {
    border-radius: 50%;
    height: 20px;
    margin-right: 3px;
    width: 20px;
}

.entry-header .entry-meta .meta-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-header .entry-meta .meta-category a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-header .entry-meta .meta-category a+a {
    margin-left: 8px;
}

.entry-header .entry-meta .meta-category .dot {
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 6px;
    margin-right: 5px;
    width: 6px;
}

.entry-header .entry-title {
    font-size: 18px;
    letter-spacing: -0.2px;
    margin: 10px 0 18px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
   /* height: 36px;
    line-height: 18px;*/
}

.post-grid .entry-header {
    margin-top: 10px;
}

.entry-excerpt {
    font-size: 14px;
    /*margin-top: 5px;*/
    letter-spacing: -0.2px;
    /*margin-bottom: 0;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    /*height: 36px;*/
    /*line-height: 18px;*/
    text-overflow: ellipsis;
}

@media (max-width: 992px) {
    .post-list, .post-grid {
        margin-bottom: 10px;
    }

    .post-list .meta-category-dot {
        margin-bottom: 5px;
    }

    .entry-header .entry-title {
        font-size: 14px;
    }

    .post-grid .entry-header .entry-title {
        font-size: 14px;
        -webkit-line-clamp: 1;
        height: 18px;
        line-height: 18px;
    }

    .entry-excerpt {
        font-size: 13px;
        margin-top: 8px;
        -webkit-line-clamp: 1;
        height: 18px;
        line-height: 18px;
    }
}

.entry-excerpt p {
    margin: 0;
}

.entry-excerpt .excerpt-link {
    margin-left: 5px;
    text-decoration: none;
}

.entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    letter-spacing: .2px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.entry-footer::-webkit-scrollbar {
    display: none;
}

.entry-footer a {
    color: #aaa;
}

.entry-footer a+a:before {
    content: "/";
    line-height: 1;
    padding: 0px 6px;
}

.entry-footer .footer-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.entry-footer .footer-author img {
    border-radius: 50%;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}

.entry-footer .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    color: #bdbdbd;
    letter-spacing: -0.2px;
    width: 100%;
}

.entry-footer .entry-meta>span {
    margin-right: 10px;
}

.entry-footer .entry-meta .meta-shhop-icon {
    flex: 1;
    text-align: right;
    margin-right: 0;
    opacity: 0.5;
}

.entry-footer .entry-meta a {
    color: #aaa;
}

@media (max-width: 768px) {
    .entry-excerpt {
        display: none;
    }

    .entry-footer .meta-author {
        display: none;
    }

    .posts-wrapper .post-list, .posts-wrapper .post-grid, .carousel .post-grid {
        padding: 5px;
    }
}
/*/////////.pagination//////////*/
.clearline{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.pagination {
    /*width: 100%;*/
    margin:0 auto;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination a, .pagination span {
    display: inline-block;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: top;
    color: #999;
    pointer-events: auto;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    padding: .5rem .75rem;
    line-height: 1;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
}

.pagination .current {
    color: #fff;
    background: #1a1a1a;
    background: -o-linear-gradient(left, #343a40, #484f56);
    background: -webkit-gradient(linear, left top, right top, from(#343a40), to(#484f56));
    background: linear-gradient(to right, #343a40, #484f56);
}

.pagination a:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.85;
}

@media (max-width: 768px) {
    .pagination {
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .pagination a, .pagination span {
        background-color: #f0f4f5;
        border-color: #dee2e6;
        padding: 5px 10px;
        margin: 0 2px;
    }

    .pagination a, .pagination span {
        display: none
    }

    .pagination .next, .pagination .prev {
        display: inline-block;
        background-color: #ffffff;
        padding: 10px 5px;
        margin: 0 2px;
        width: 50%;
        text-align: center;
    }
}

.infinite-scroll-status {
    display: none;
    text-align: center;
}

.infinite-scroll-request {
    -webkit-animation: scaleOut 1s infinite ease-in-out;
    animation: scaleOut 1s infinite ease-in-out;
    margin: 30px auto;
}

.infinite-scroll-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.infinite-scroll-button {
    min-width: 250px;
}

.pagination-infinite_button .infinite-scroll-request, .pagination-infinite_scroll .infinite-scroll-button, .pagination-infinite_button .posts-navigation, .pagination-infinite_scroll .posts-navigation, .pagination-infinite_button:not(.paged-next) .infinite-scroll-button {
    display: none !important;
}

/* .article-crumb  */
.article-crumb {
    padding: 0;
    border-bottom: 1px dashed #f0f4f5;
    border-radius: 4px 4px 0 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.article-crumb .breadcrumb {
    display: block;
    line-height: 2;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-content .entry-tags a {
    line-height: 1.2;
    font-size: 13px;
    color: #555;
    margin-top: .5rem;
}

.article-content .entry-share {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}

.article-content .entry-share .btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.article-content .entry-share .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-content .entry-share .share-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.article-content .entry-share .share-author img {
    max-width: 25px;
    margin-right: 10px;
    border-radius: 50%;
}

.article-content .entry-share .go-star-btn.ok {
    color: #6c757d;
    border-color: #6c757d;
}

/*pagination end*/
/*single article*/
.single-download-thumbnail {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    max-height: 460px;
}

.single-download-thumbnail>img {
    width: 100%;
}

.single-download-nav {
    position: relative;
    background: #fff;
    padding: 20px;
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.single-download-nav .nav.nav-pills {
    border-bottom: solid 1px #f0f4f5;
    margin: 0;
}

.single-download-nav li {
    margin-bottom: 20px;
}

.single-download-nav li:not(:last-child) {
    margin-right: 20px;
}

.single-download-nav li .nav-link {
    border: 1px solid;
    border-color: #e4e6e8;
    padding: .4rem 1.5rem;
}

.content-area .tab-content {
    margin-bottom: 30px;
}

.tab-content .entry-comments {
    margin-top: 0;
    margin-bottom: 0;
}

.tab-content .related-posts {
    background: #fff;
    padding: 10px;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

.tab-content .related-posts .u-border-title {
    display: none;
}

.tab-content .entry-navigation {
    padding: 12px;
    padding-bottom: 0;
    padding-top: 20px;
}

.tab-content .entry-page-next, .tab-content .entry-page-prev {
    margin-bottom: 0;
}

.tab-content .accordion {
    padding: 20px;
    background: #fff;
}

.tab-content .accordion button span {
    float: right;
    padding: 5px;
}

.tab-content .accordion button.collapsed span:nth-child(1) {
    display: block;
}

.tab-content .accordion button.collapsed span:nth-child(2) {
    display: none;
}

.tab-content .accordion button span:nth-child(1) {
    display: none;
}

.tab-content .accordion button span:nth-child(2) {
    display: block;
}

@media (max-width: 768px) {
    .single-download-nav li {
        margin-bottom: 10px;
    }

    .single-download-nav li:not(:last-child) {
        margin-right: 10px;
    }

    .single-download-nav li .nav-link {
        padding: .3rem .875rem;
    }

    .tab-content .accordion button span {
        display: none !important;
    }
}

.content-area .article-content {
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.article-content .entry-header {
    margin-bottom: 30px;
}

.article-content .entry-header .entry-title {
    font-size: 20px;
    font-weight: 900;
    -webkit-line-clamp: inherit;
    height: auto;
    line-height: normal;
    margin: 0;
    margin-bottom: 10px;
}

.article-content .h1, .article-content .h2, .article-content .h3, .article-content h1, .article-content h2, .article-content h3 {
    margin: 30px 0 20px;
    line-height: 1.4;
    font-weight: 700
}

.article-content h4, .article-content h5 {
    font-weight: 700;
    font-size: 1.17em;
    margin-bottom: .875rem;
}

.article-content .h1, .article-content h1 {
    font-size: 24px;
}

.article-content .h2, .article-content h2 {
    padding-bottom: 12px;
    font-size: 20px;
    border-bottom: 4px solid #f0f4f5;
}

.article-content .h3, .article-content h3 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.2;
    border-left: 4px solid #0f81fb
}

.article-content p {
    margin-bottom: 20px;
    line-height: 1.8;
    word-wrap: break-word;
}

.article-content .entry-content>p>a {
    color: #536de6;
}

.article-content a:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .article-content p.has-text-align-center {
        text-align: center
    }

    .article-content p.has-text-align-left {
        text-align: left
    }

    .article-content p.has-text-align-right {
        text-align: right
    }
}

.article-content>p {
    white-space: pre-wrap
}

.article-content p.has-drop-cap:not(:focus):first-letter {
    font-size: 3em;
    line-height: 1;
    font-weight: 100
}

.article-content figure {
    margin-bottom: 20px;
    margin-bottom: 1.66667rem
}

.article-content blockquote {
    position: relative;
    margin: 20px 0;
    padding: 10px 40px;
    border-radius: 3px;
    background-color: #f0f4f5;
}

.article-content blockquote:before {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) no-repeat;
    content: ''
}

.article-content blockquote:after {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 16px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAANCAYAAADISGwcAAAABmJLR0QA/wD/AP+gvaeTAAABJUlEQVQ4y62UzVHDMBCFPxgX4BJcQkpIKgAqwKkguAJDBSQdmAooAXPhlINLcDowFSQHr0fPipTMJHozmlnJT6u3f35o//YIlkBt9hroOccb8AQMwAvwY/d8vAMfZh8JY/XoHdTiLPR4LpyOBFABpTz+FeF/mohLnJsE5OZ8irwJcJcmEvvekwCTgI1Etotwa7FjnJsEFIwNA2NjhaIvceVpSVR/gAx4lX1v2QA4iBjlDJKNX6DCZU+b+F/urMT+Fv6QeYIWtqZIQ9l4tgXzUSvkcT+TrWQyl7POH8N7sBG7MhGXOGuYj+E9yHET0hGfooXZW2yKUgkocamtrmRowJUtmYDJeYOrt6LA9c2sPBljt4cudRFbcTDnje1jf8cCN+qNfjgBbfA/pMbdZOcAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAAElFTkSuQmCC) -16px 0 no-repeat;
    content: ''
}

.article-content blockquote p {
    margin: 0;
    padding: 10px;
}

.article-content ol, .article-content ul {
    padding-left: 2em;
    margin-bottom: 20px;
    list-style-position: outside;
    list-style-type: disc;
}

.article-content ol {
    list-style-type: decimal;
}

.article-content li {
    margin-bottom: 5px
}

.article-content img {
    height: auto
}

.article-content audio, .article-content img, .article-content video {
    max-width: 100%;
    vertical-align: top;
}

@media (max-width: 768px) {
    .article-content audio, .article-content video {
        display: block;
        width: 100%;
        height: auto
    }
}

.article-content video::-internal-media-controls-download-button {
    display: none
}

.article-content video::-webkit-media-controls-enclosure {
    overflow: hidden
}

.article-content video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}

.article-content embed, .article-content iframe {
    max-width: 100%;
    vertical-align: top
}

.article-content .wp-video {
    width: auto!important;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .article-content embed, .article-content iframe {
        display: block;
        width: 100%;
        min-height: 200px;
        max-height: 500px
    }
}

.article-content img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
    display: inline;
}

.article-content img.alignright {
    display: inline;
    float: right;
    margin: 0 0 1em 1em
}

.article-content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.article-content a img.alignleft {
    display: inline;
    float: left;
    margin: 0 1em 1em 0
}

.article-content a img.alignright {
    display: inline;
    float: right;
    margin: 0 0 1em 1em
}

.article-content a img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.article-content .wp-caption, .article-content button, .article-content input, .article-content select, .article-content textarea {
    max-width: 100%
}

.article-content .wp-caption-text {
    padding-top: 5px;
    text-align: center;
    text-indent: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #666
}

.article-content table {
    width: 100%;
    table-layout: fixed
}

.article-content table td, .article-content table th {
    padding: 5px 10px
}

.article-content .gallery {
    margin: 0 -10px;
    font-size: 0
}

.article-content .gallery .gallery-item {
    display: inline-block;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

.article-content .gallery-columns-1 .gallery-item {
    width: 100%
}

.article-content .gallery-columns-2 .gallery-item {
    width: 50%
}

.article-content .gallery-columns-3 .gallery-item {
    width: 33.33333%
}

.article-content .gallery-columns-4 .gallery-item {
    width: 25%
}

.article-content .gallery-columns-5 .gallery-item {
    width: 20%
}

.article-content .gallery-columns-6 .gallery-item {
    width: 16.66667%
}

.article-content .gallery-columns-7 .gallery-item {
    width: 14.28571%
}

.article-content .gallery-columns-8 .gallery-item {
    width: 12.5%
}

.article-content .gallery-columns-9 .gallery-item {
    width: 11.11111%
}

.article-content .gallery .gallery-item img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border: 0;
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: -webkit-transform 0.15s ease 0s;
    -o-transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.article-content .gallery .gallery-item:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.article-content .gallery {
    margin: -5px!important;
}

.article-content .gallery .gallery-item {
    padding: 5px;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
}

.article-content .gallery .gallery-item .gallery-icon:before {
    content: "";
    display: block;
    padding-top: 80%;
}

.article-content .gallery .gallery-item .gallery-icon {
    position: relative;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    background: #eee;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
}

.article-content .gallery .gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.article-content .gallery-caption {
    padding-top: 5px;
    text-align: center;
    text-indent: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

@media (max-width: 768px) {
    .article-content .gallery-columns-3 .gallery-item, .article-content .gallery-columns-4 .gallery-item, .article-content .gallery-columns-5 .gallery-item, .article-content .gallery-columns-6 .gallery-item, .article-content .gallery-columns-7 .gallery-item, .article-content .gallery-columns-8 .gallery-item, .article-content .gallery-columns-9 .gallery-item {
        width: 50%
    }
}

.article-content .blocks-gallery-grid, .article-content .wp-block-gallery {
    padding: 0!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.article-content .blocks-gallery-grid .blocks-gallery-image figure, .article-content .blocks-gallery-grid .blocks-gallery-item figure, .article-content .wp-block-gallery .blocks-gallery-image figure, .article-content .wp-block-gallery .blocks-gallery-item figure {
    margin-bottom: 0
}

.article-content .wp-block-quote {
    border-left-color: #e5e5e5
}

.article-content .wp-block-subhead {
    text-indent: 0
}

.article-content .wp-block-code {
    color: #eee;
    background: #2b303b;
    border-radius: 2px;
    border-color: #393939
}

.article-content .wp-block-tag-cloud {
    display: block;
}

.article-content .wp-block-tag-cloud .tag-cloud-link {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px!important;
    color: #666;
    border: 1px solid hsla(0, 0%, 39%, .2);
    border-radius: 2px;
    text-decoration: none;
    background: hsla(0, 0%, 100%, .2);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-content .wp-block-latest-posts {
    padding-left: 2em;
    margin-bottom: 10px;
    text-align: left
}

.article-content .wp-block-latest-posts.is-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: disc
}

.article-content .wp-block-table {
    width: 100%;
    margin-bottom: 20px
}

.article-content .wp-block-table td, .article-content .wp-block-table th {
    padding: 10px;
    border: 1px solid #e5e5e5
}

.article-content .wp-block-table.is-style-stripes td, .article-content .wp-block-table.is-style-stripes th {
    border: 0
}

.article-content .wp-block-table.aligncenter {
    display: table
}

.article-content .wp-block-table.left {
    float: none;
    text-align: left
}

.article-content .wp-block-table.alignright {
    float: none;
    text-align: right
}

.article-content .wp-block-cover-image-text {
    text-indent: 0
}

.article-content .wp-block-video {
    margin-bottom: 20px;
    text-align: center
}

.article-content .wp-block-audio, .article-content .wp-block-button {
    margin-bottom: 20px
}

.article-content .wp-block-embed {
    text-align: center
}

.article-content .wp-embedded-content {
    display: block;
    width: 100%
}

@media (max-width: 768px) {
    .article-content .wp-embedded-content {
        min-height: auto;
        max-height: none
    }
}

.article-content .wp-block-pullquote {
    padding: 3em 0;
    margin: 28px 0;
    text-align: center;
    border-top: 4px solid #e5e5e5;
    border-bottom: 4px solid #e5e5e5;
    color: #444
}

.article-content .wp-block-pullquote blockquote {
    margin: 0;
    padding: 0;
    background: none;
    border: 0
}

.article-content .wp-block-pullquote blockquote:before {
    display: none
}

.article-content .wp-block-verse {
    line-height: 2
}

.article-content .wp-block-image .aligncenter, .article-content .wp-block-image .alignleft, .article-content .wp-block-image .alignright, .article-content .wp-block-image.is-resized {
    display: table!important
}

.article-content .wp-block-quote, .article-content blockquote {
    position: relative;
    padding: 30px 40px;
    background: #f0f4f5;
}

.article-content .wp-block-code, .article-content pre {
    padding: 30px;
    background: #2b303b;
    border-radius: 3px;
    border: 0;
    color: #6fbb72;
    font-size: 14px;
}

.article-content .post-note {
    background-color: #f0f4f5;
}

.article-content .ripay-content {
    border: 2px dashed rgb(187 187 187 / 50%);
    padding: 20px;
}

@media (max-width: 768px) {
    .content-area .article-content {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .article-content .wp-block-code, .article-content pre {
        padding: 10px
    }

    .article-content .wp-block-quote, .article-content blockquote {
        padding: 5px;
        font-size: 12px;
    }

    .article-content blockquote:before {
        display: none;
    }

    .article-content .ripay-content {
        padding: 0;
    }
}

.tags-substr {
    background: #eee;
    text-align: center;
    line-height: 3.5rem;
    padding: 0;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
    border-radius: 50%;
    color: #ccc;
}

/*single article end*/
/*.entry-navigation */
.entry-navigation {
    position: relative;
}

.entry-page-next, .entry-page-prev {
    margin: 0;
    display: flex;
    padding: 0;
    position: relative;
    align-items: center;
    min-height: 60px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 4px;
    text-shadow: 0 1px 3px rgb(0 0 0 / 0.8);
}

.entry-page-next:before, .entry-page-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.entry-page-next:hover, .entry-page-prev:hover {
    border-color: #e6e6e6;
}

.entry-page-next .entry-page-icon, .entry-page-prev .entry-page-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #ffffff;
    margin: 0;
    display: block;
    padding: 15px;
    font-size: 16px;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -webkit-transition: color 250ms ease;
    z-index: 1;
}

.entry-page-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    display: block;
    padding: 16px;
    z-index: 1;
}

.entry-page-next .entry-page-info {
    text-align: left;
}

.entry-page-prev .entry-page-info {
    text-align: right;
}

.entry-page-prev .entry-page-icon {
    padding-right: 0;
}

.entry-page-next .entry-page-icon {
    padding-left: 0;
}

.entry-page-info .title {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 18px;
    line-height: 18px;
}

.entry-page-info .rnav {
    font-size: 12px;
    line-height: 1.625;
    color: #ffffff;
}

@media (max-width: 768px) {
    .entry-page-next, .entry-page-prev {
        min-height: 42px;
        margin-bottom: 15px;
    }

    .entry-page-next .entry-page-icon, .entry-page-prev .entry-page-icon {
        padding: 0 16px;
    }
}

/*related-posts end*/
/*_404*/
._404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 45vh);
    background: #fff;
}

._404 ._404-inner {
    margin: auto;
}

._404 ._404-icon {
    width: 4.25rem;
    height: 4.25rem;
    margin: 0 auto;
}

._404 .entry-title, ._404 .entry-content {
    text-align: center;
}

._404 .entry-title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 15px;
    margin-top: -60px;
}

._404 .search-form {
    margin: 30px auto 0;
    max-width: 350px;
}

._404 input[type="search"] {
    background-color: #fff;
}

@media (max-width: 767px) {
    ._404 {
        height: calc(100vh - 80px - 60px);
    }
}

/*_404 end*/
/*/////////sidebar//////////*/
.widget-area .sidebar {
    position: relative;
}

.widget-area .widget {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #999;
}

.widget-title:before {
    background-color: #dde8f5;
    content: "";
    height: 3px;
    margin-right: 10px;
    width: 30px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ol li, .widget ul li {
    position: relative;
    padding: 5px 0;
}

.widget ol a, .widget ul a {
    font-size: 14px;
    font-weight: 500;
}

.widget[class*="rizhuti_v2"] ul li:before {
    display: none;
}

.widget ol li, .widget ul li span {
    color: #ccc;
    font-size: 13px;
}

.widget-area .widget_search .form-group, .widget-area .widget_search .form-control {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding: 0 10px;
    height: calc(1.5em + .75rem + 2px);
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.widget-area .widget_search .form-group {
    padding-right: 5px;
}

.widget-area .widget_search .form-group+.form-group {
    margin-top: 10px;
}

@media (max-width: 992px) {
    .related-posts {
        margin-bottom: 10px;
    }

    .widget-area .widget:first-child {
        margin-top: 10px;
    }

    .widget-area .widget {
        margin-bottom: 10px;
    }

    .widget-area .widget_search {
        display: none;
    }
}

/*widget end*/
/*.site-footer*/
.site-footer {
    background: #fff;
    position: relative;
    color: #555;
}

.site-footer a {
    color: #555;
    margin: 0 5px;
}

.site-footer .footer-copyright {
    padding: 20px 0;
    border-top: solid 1px #f0f4f5;
}

.site-footer .footer-info .logo {
    max-width: 140px;
}

.site-footer .footer-info .desc {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #676b6f;
}

.site-footer .footer-widget {
    color: #adadad;
    padding: 30px 0;
}

.site-footer .footer-widget .btn {
    margin-left: 0;
    background-color: transparent !important;
    background: transparent !important;
}

.site-footer .footer-widget img {
    max-width: 160px !important;
    border-radius: 4px;
    overflow: hidden;
}

.site-footer .footer-widget .widget {
    margin: 0 10px;
}

.site-footer .footer-links {
    padding: 15px 0;
}

.site-footer .footer-links a {
    color: #424649
}

.site-footer .footer-links a:hover {
    color: #676b6f
}

.site-footer .footer-links ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.site-footer .footer-links h6, .footer-links li {
    font-size: 12px;
    font-weight: 400;
    display: inline;
    white-space: nowrap;
    margin: 0 8px
}

/*rollbar*/
.rollbar {
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 99;
    display: none;
    width: 45px;
}

.rollbar .actions {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
    border-radius: 5px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 45px;
}

.rollbar .actions li {
    position: relative;
    background: #fff;
}

.rollbar .actions li+li {
    border-top: solid #eee 1px;
}

.rollbar .actions li:hover {
    opacity: .8;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.rollbar .actions li>a {
    display: block;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
    border: 0;
    opacity: 1;
    width: 100%;
    text-align: center;
    height: auto;
}

.rollbar .actions li>a .spinner-grow {
    position: absolute;
    left: 5px;
    top: -15px;
    width: 8px;
    height: 8px;
    background-color: #4CAF50;
}

.rollbar .actions li a.burger:before, .rollbar .actions li a.burger:after {
    display: none;
}

.rollbar .actions li>a>i {
    font-size: 18px;
    background-image: -o-linear-gradient(top, #343a40 0, #343a40 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #343a40), to(#343a40));
    background-image: linear-gradient(to bottom, #343a40 0, #343a40 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 10px;
}

.rollbar .actions li>a>span {
    font-size: 12px;
    color: #555;
    padding: 0 4px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

.rollbar .rollbar-item {
    position: relative;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #555;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
    line-height: 45px;
    height: 45px;
}

.rollbar .rollbar-item i {
    line-height: 45px;
}

.rollbar .rollbar-item:hover {
    opacity: .8;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

@media (max-width: 767px) {
    .rollbar {
        display: none!important;
        opacity: 0;
    }
}

/*///////////////////////////*/
/*swal2*/
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgb(255 255 255 / 0.5);
    background-color: rgb(255 255 255 / 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    pointer-events: auto;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

body.swal2-toast-shown .swal2-container {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.swal2-popup {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.swal2-popup.swal2-toast {
    -webkit-box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
}

.swal2-title {
    font-size: 1.025em;
}

.swal2-close {
    top: 5px;
    right: 5px;
    color: #ccc;
    font-size: 1.5em;
    line-height: 1.2;
    cursor: pointer;
    color: #000;
    background-color: rgba(239, 239, 239, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.5);
    
}

.swal2-actions {
    margin: 0.5em auto 0.5em;
}

.swal2-timer-progress-bar-container {
    z-index: 999;
    height: .2em;
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .3s;
    animation: swal2-toast-show .3s;
}

.swal2-timer-progress-bar {
    background: #eee;
    border-radius: 10px;
}

@-webkit-keyframes swal2-show {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes swal2-show {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-toast-show {
    0% {
        -webkit-transform: translateY(-5em);
        transform: translateY(-5em)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes swal2-toast-show {
    0% {
        -webkit-transform: translateY(-5em);
        transform: translateY(-5em)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes swal2-toast-hide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5em);
        transform: translateY(-5em)
    }
}

@keyframes swal2-toast-hide {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5em);
        transform: translateY(-5em)
    }
}

.swal2-popup .pay-button-box {
    padding: 12px 30px;
    z-index: 1;
    text-align: center;
}

.swal2-popup .pay-button-box .pay-item {
    width: 100%;
    height: 80px;
    border: 0;
    cursor: pointer;
    font-size: 1.25rem;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    position: relative;
}

.swal2-popup .pay-button-box .pay-item+.pay-item {
    border-top: 1px solid #e6e6e6;
}

.swal2-popup .pay-button-box .pay-item span {
    display: inline-block;
    text-align: center;
    width: 120px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.swal2-popup .pay-button-box .pay-item i.alipay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../img/alic.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item i.weixinpay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../img/wxc.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item i.iconpay {
    display: inline-block;
    width: 40px;
    height: 100%;
    vertical-align: middle;
    background: url(../img/yec.png) center no-repeat;
}

.swal2-popup .pay-button-box .pay-item:hover {
    opacity: 0.6;
    color: #1990fc;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.swal2-popup .qrcon {
    position: relative;
}

.swal2-popup .qrcon h5 {
    padding: 0;
    margin-top: 1.8em;
}

.swal2-popup .qrcon img.qr-pay {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 120px;
    text-align: center;
}

.swal2-popup .qrcon .title {
    font-size: 16px;
    margin: 10px auto;
}

.swal2-popup .qrcon .qrcode img {
    width: 200px;
    height: 200px;
}

.swal2-popup .qrcon .bottom {
    border-radius: 0 0 .3125em .3125em;
    width: 100%;
    background: #33465a;
    color: #f2f2f2;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.swal2-popup .qrcon .bottom.alipay {
    background: #00a7ef;
}

.swal2-popup .qrcon .bottom.weixinpay {
    background: #08bb21;
}

.swal2-popup .swal2-image.poser {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-loading {
    width: 180px;
}

@media (max-width: 768px) {
    body.swal2-toast-shown .swal2-container.swal2-top {
        width: 100%;
    }

    .swal2-popup.swal2-toast .swal2-title {
        font-size: 15px;
    }

    .swal2-popup.swal2-toast {
        width: calc(100% - 10px);
        padding: 10px;
    }
}

/*///////////*/
.rizhuti_v2-widget-shop-down {
    position: relative;
}

.rizhuti_v2-widget-shop-down .price {
    margin: -20px;
    background: #007bff;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 20px;
    background: -o-linear-gradient(left, #f2d574, #ffd755);
    background: -webkit-gradient(linear, left top, right top, from(#f2d574), to(#ffd755));
    background: linear-gradient(to right, #f2d574, #ffd755);
}

.rizhuti_v2-widget-shop-down .price>h3 {
    color: #fff;
    margin: 0;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rizhuti_v2-widget-shop-down .price>h3>small {
    font-size: 60%;
    margin-left: 5px;
}

.rizhuti_v2-widget-shop-down .price>h3>span {
    /*margin-right: 5px;*/
}

.rizhuti_v2-widget-shop-down .pricing-options li {
    padding: 10px 0
}

.rizhuti_v2-widget-shop-down .pricing-options li+li {
    border-top: 1px solid #ebedf2
}

.rizhuti_v2-widget-shop-down .pricing-options li p {
    margin: 0;
    margin-bottom: 10px;
}

.rizhuti_v2-widget-shop-down .down-info {
    position: relative;
}

.rizhuti_v2-widget-shop-down .down-info>h5 {
    margin-top: 10px;
    overflow: hidden;
    border-bottom: 1px dashed #b1b1b1;
    padding-bottom: 10px;
    font-size: 13px;
    color: #555;
}

.rizhuti_v2-widget-shop-down ul.infos li {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rizhuti_v2-widget-shop-down ul.infos li p {
    margin: 0;
    font-size: 12px;
    vertical-align: top;
    line-height: 24px;
    color: #555;
}

.rizhuti_v2-widget-shop-down ul.infos li p.data-label {
    width: 30%;
    font-weight: 400;
}

.rizhuti_v2-widget-shop-down ul.infos li p.info {
    width: 68%;
}

#header-widget-shop-down .rizhuti_v2-widget-shop-down {
    position: relative;
    padding: 20px;
    background: #eff6fd;
    margin-bottom: 30px;
    border: dashed #cfe7ff 1px;
}

#header-widget-shop-down .rizhuti_v2-widget-shop-down .price {
    padding: 20px 0;
    margin-bottom: 0;
    background: unset;
    margin: 0;
    padding: 0;
}

#header-widget-shop-down .rizhuti_v2-widget-shop-down .price>h3 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: unset;
    border-left: unset;
}

#header-widget-shop-down .rizhuti_v2-widget-shop-down .price>h3>sup {
    top: 0;
}

#header-widget-shop-down .rizhuti_v2-widget-shop-down .pricing-options li {
    padding: 5px 0;
}

/*///////////*/
.page-template-page-login .site-content {
    padding: 0!important;
}

.page-template-page-login .card {
    -webkit-box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%);
}

.page-template-page-login .logo-wrapper {
    max-width: 40%;
    margin: 0 auto;
}

.page-template-page-login .form-control {
    height: calc(1.5em + .625rem + 5px);
    padding: .3125rem 1rem;
    font-size: 1rem;
    color: #344050;
    border: 1px solid #d8e2ef;
}

.page-template-page-login .login-warp {
    min-height: 100vh
}

.page-template-page-login .position-abs {
    position: absolute;
    bottom: 10px;
    color: #eee;
}

.page-template-page-login .position-abs a {
    color: #eee;
}

.page-template-page-login .site-header, .page-template-page-login .header-gap, .page-template-page-login .site-footer {
    display: none;
}

.page-template-page-login .bg-img-cover {
    background-position: center;
    background-size: cover;
    background-color: #343a40;
    position: absolute;
    width: 100%;
    height: 100%;
}

.social-text {
    position: relative;
    width: 100%;
    margin-bottom: 1.8rem;
}

.social-text .absolute-centered {
    color: #9da9bb;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: #fff!important;
    white-space: nowrap!important;
}

.nav-segment {
    position: relative;
    background-color: #f8fafd;
    padding: .25rem .25rem;
    border-radius: .3125rem
}

.nav-segment:not(.nav-fill) {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex
}

.nav-segment .nav-link {
    color: #677788;
    font-size: .875rem;
    font-weight: 600;
    padding: .375rem .875rem;
    border-radius: .3125rem
}

.nav-segment .nav-link:hover {
    color: #377dff
}

.nav-segment .nav-link.active {
    color: #1e2022;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
}

.nav-segment.nav-pills {
    border-radius: 6.1875rem
}

.nav-segment.nav-pills .nav-link {
    border-radius: 6.1875rem
}

.oauth {
    position: relative;
}

.oauth .oauth-btn {
    width: 100%;
}

.oauth .list-inline-item {
    width: calc(33% - 0.5rem);
}

.login-page-title {
    text-align: center;
    border-bottom: 1px dashed #e5e5e5;
    color: #9da9bb;
}

@media (min-width: 992px) {
}

/*///////////////////////////*/
.page-template-page-user {
    position: relative;
}

.login-page-title {
    position: relative;
}

.login-page-title>h1 {
    font-size: 1.5rem;
}

.page-template-page-user .site-content {
    padding-top: 0;
}

.user-top-header {
    position: relative;
}

.pt-16, .py-16 {
    padding-top: 7.5rem!important;
}

.avatar-xl {
    width: 5rem;
    height: 5rem;
    font-size: 1.66667rem;
}

.border-width-4 {
    border: 4px solid;
}

.lh-1 {
    line-height: 1;
}

.user-top-container {
    position: relative;
    padding-top: 2rem;
}

.navbar-toggler {
    background-color: #f8fafd
}

.navbar-toggler .navbar-toggler-default {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-toggler .navbar-toggler-toggled {
    display: none
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-default {
    display: none
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-toggled {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn svg {
    margin-bottom: 0
}

.btn-icon.btn-sm {
    font-size: .8125rem;
    width: 2.6875rem;
    height: 2.6875rem
}

.navbar-vertical.show .card {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-vertical .nav {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.navbar-vertical .nav-sub .nav-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.navbar-vertical .nav-sub .nav-link .nav-link-badge {
    margin-left: auto
}

.navbar-vertical .nav-tabs {
    border-bottom-width: 0;
}

.navbar-vertical .nav-tabs .nav-link {
    border-width: 0;
    margin-bottom: 0;
}

.navbar-vertical .nav-tabs .active .nav-link, .navbar-vertical .nav-tabs .active.nav-link {
    background-color: rgb(240 244 245);
    border-radius: 0.5rem;
    color: #377dff;
}

.nav .nav-link {
    color: #555;
    font-size: .875rem;
}

.nav .nav-link:not(.active):hover {
    color: #377dff
}

.nav:not(.nav-pills) .nav-item.active .nav-link, .nav:not(.nav-pills) .nav-link.active {
    color: #377dff;
}

.nav-icon {
    margin-right: .5rem
}

.nav-shadow {
    -webkit-box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25);
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25)
}

.card {
    width: 100%;
    border: .0625rem solid rgba(231, 234, 243, .7);
}

.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: .0625rem solid rgba(231, 234, 243, .7)
}

.card-header:first-child {
    border-radius: .75rem .75rem 0 0
}

.card-title {
    display: block;
    margin-bottom: 0;
    font-size: 1rem;
}

.card-footer {
    padding: 1.5rem 1.5rem;
    background-color: #fff;
    border-top: .0625rem solid rgba(231, 234, 243, .7)
}

.card-footer:last-child {
    border-radius: 0 0 .75rem .75rem
}

.card-hover {
    transition: box-shadow .25s ease;
}

.card-hover:focus, .card-hover:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.form-control {
    height: calc(1.6em + 1.25rem + 2px);
    padding: .75rem 1rem;
    line-height: 1.5;
    border: .0625rem solid #e7eaf3;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #1e2022
}

.form-control:focus {
    color: #1e2022;
    background-color: #fff;
    border-color: rgba(55, 125, 255, .4);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #97a4af;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #97a4af;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #97a4af;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #97a4af;
    opacity: 1
}

.form-control::placeholder {
    color: #97a4af;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f8fafd;
    opacity: 1
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #1e2022;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.form-control .custom-control-label {
    width: 100%;
}

.custom-control-label, .custom-select {
    cursor: pointer;
}

.list-group-lg .list-group-icon {
    font-size: 1.6rem;
    width: 2.5rem;
    margin-right: .5rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (max-width: 992px) {
    .user-top-container {
        padding-top: .5rem;
    }

    .pt-16, .py-16 {
        padding-top: 4.5rem!important;
    }
}

/*///////////////////////////*/
.pay-vip-item {
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.pay-vip-item.ok, .pay-vip-item:hover {
    border: 2px solid #ffc62c;
}

.pay-vip-item.ok:after {
    color: #697fe6;
    content: "\f058";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 15px;
}

.pay-vip-item .vip-title {
    padding: 10px;
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
}

.pay-vip-item .vip-text {
    margin: 0;
    text-align: center;
}

.pay-vip-item .vip-price {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.pay-vip-item .vip-price small {
    color: #3c3c3c;
}

.text-cap {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.card-body hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px dashed #e2e2e2;
    background-color: transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    width: 100%;
}

/*//////////////////*/
.pay_coin_bg {
    background: #f9f9f9;
}

.pay_coin_box {
    position: relative;
    cursor: pointer;
    border: 4px solid rgba(0, 0, 0, .125);
    border-radius: 8px;
    overflow: hidden;
}

.pay_coin_box.ok {
    border: 4px solid #f9c851;
}

.pay_coin_box.ok:after {
    color: #f9c851;
    content: "\f058";
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "FontAwesome";
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 5px;
    left: 10px;
}

.pay_coin_give {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    background: #ff5b5b;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px 0 0 0;
}

.card-body hr:before, .card-body hr:after {
    display: none
}

.card-body .shopin-img {
    height: 70px;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    overflow: hidden;
}

/*///////////*/
.media-toolbar .media-toolbar-secondary, .screen-reader-text {
    display: none;
}

.media-frame-content:focus {
    border: none;
}

/*poster*/
.poster-html {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    top: 0;
}

.poster-html .poster-header {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.poster-html .poster-header img {
    width: 100%;
    height: auto;
}

.poster-html .poster-title {
    text-align: left;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px 20px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    text-shadow: 0 1px 3px rgb(0 0 0 / 0.8);
}

.poster-html .poster-title:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .5) 100%);
    background: -o-linear-gradient(top, transparent, rgb(0 0 0 / 0.6));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(0 0 0 / 0.6)));
    background: linear-gradient(180deg, transparent, rgb(0 0 0 / 0.6));
}

.poster-html .poster-body {
    text-align: left;
    position: relative;
    padding: 20px 20px 20px;
}

.poster-html .poster-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    overflow: hidden;
}

.poster-html .poster-author {
}

.poster-html .poster-author img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
}

.poster-html .poster-data {
}

.poster-html .poster-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 0.8px;
    text-align: left;
}

.poster-html .poster-footer {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px;
    overflow: hidden;
}

.poster-html .poster-logo {
    width: 100%;
}

.poster-html .poster-logo img {
    max-width: 140px;
    padding: 10px 0;
}

.poster-html .poster-logo p {
    font-size: 12px;
    color: #555;
    padding: 10px 0;
    margin: 0;
}

.poster-html .poster-qrcode {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='82' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M81 63v18H61m-41 0H1V62m0-43V1h20m40 0h20v18' stroke='%232157B2' fill='none' opacity='.405' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: repeat;
    background-position: 50%;
}

.poster-html .poster-qrcode img {
    max-width: 100px;
    width: 100px;
    height: 100px;
}

.poster-canvas img {
    /*margin-top: -10px;*/
}

.poster-down {
    margin-bottom: 20px;
}

/*poster end*/
/*///////////omnisearch////////////*/
.omnisearch {
    width: 100%;
    margin-top: 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    background-color: transparent;
    pointer-events: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s;
    transition: opacity 0.15s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.15s;
    transition: transform 0.3s, opacity 0.15s;
    transition: transform 0.3s, opacity 0.15s, -webkit-transform 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .omnisearch {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.omnisearch.show {
    opacity: 1;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.omnisearch .container {
    position: relative;
    height: 100%;
}

.omnisearch .omnisearch-form {
    display: block;
    position: relative;
    z-index: 700;
    background: #FFF;
    border-radius: 0.375rem;
    width: 680px;
    margin: auto;
    font-size: 1.25rem;
}

.omnisearch .omnisearch-form .input-group-text {
    background: transparent;
    color: #C0CCDA;
    border: 1px solid transparent;
    padding: 0 20px;
}

.omnisearch .omnisearch-form .form-control {
    display: block;
    height: 60px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    color: #6c757d;
}

.omnisearch .omnisearch-form .form-control::-webkit-input-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control:-ms-input-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::-ms-input-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::-moz-placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-form .form-control::placeholder {
    color: #C0CCDA;
}

.omnisearch .omnisearch-suggestions {
    width: 680px;
    min-height: 150px;
    padding: 1.5rem;
    background: white;
    margin: auto;
    border-radius: 0.375rem;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

@media (prefers-reduced-motion: reduce) {
    .omnisearch .omnisearch-suggestions {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.omnisearch .omnisearch-suggestions:before {
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    left: 20px;
    position: absolute;
    bottom: 100%;
    -webkit-transform: rotate(-45deg) translateY(1rem);
    -ms-transform: rotate(-45deg) translateY(1rem);
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 0.2rem;
}

.omnisearch .omnisearch-suggestions .heading {
    color: #8492A6;
}

.omnisearch .omnisearch-suggestions .search-keywords {
    font-size: 13px;
    margin-bottom: 20px;
}

.omnisearch .omnisearch-suggestions .search-keywords a {
    display: inline-block;
    color: #6c757d;
    margin-right: 10px;
    background: #f4f5ff;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.omnisearch .omnisearch-suggestions .search-keywords a:hover {
    color: #007afb;
}

.omnisearch .omnisearch-suggestions #search-ajax-res li {
    padding: 3px 0;
}

.omnisearch .omnisearch-suggestions .list-link {
    color: #6c757d;
}

.omnisearch .omnisearch-suggestions .list-link:hover {
    color: #007afb;
}

.omnisearch .omnisearch-suggestions .list-link i {
    padding: 5px 0px;
    padding-right: 5px;
    color: #2196F3;
}

.omnisearch .omnisearch-suggestions .list-link span {
    padding-left: 5px;
    font-size: 13px !important;
    color: #a7a7a7;
}

.omnisearch.show .omnisearch-form, .omnisearch.show .omnisearch-suggestions {
    pointer-events: auto;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.omnisearch.show .omnisearch-suggestions {
    opacity: 1;
}

@media (max-width: 992px) {
    .omnisearch .omnisearch-form {
        width: 100%;
    }

    .omnisearch .omnisearch-suggestions {
        width: 100%;
    }

    .omnisearch.show {
        -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }

    .omnisearch .omnisearch-form .form-control {
        font-size: 0.875rem;
    }

    .omnisearch .omnisearch-suggestions .list-link {
        font-size: 14px;
    }
}

.omnisearch-open {
    overflow: hidden;
}

.mask-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    background-color: transparent;
    -webkit-overflow-scrolling: touch;
}

.mask-body-dark {
    background: rgb(255 255 255 / 0.5);
    background-color: rgb(255 255 255 / 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    pointer-events: auto;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

/*wide-screen*/
@media (min-width: 1200px) {
    .wide-screen .container, .wide-screen .container-lg, .wide-screen .container-md, .wide-screen .container-sm, .wide-screen .container-xl {
        max-width: 1440px;
    }

    .wide-screen .col-lg-5ths {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .wide-screen .col-xs-5ths, .wide-screen .col-sm-5ths, .wide-screen .col-md-5ths, .wide-screen .col-lg-5ths {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px
    }

    .wide-screen .row {
        margin-right: -10px;
        margin-left: -10px
    }

    .wide-screen [class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }
}
