body {
    font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #888;
    line-height: 1.42857143;
}

.iconfont {
    font-size: 14px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

img {
    width: 100%;
}

.fix {
    zoom: 1;
    clear: both;
}

.fix:before,
.fix:after {
    display: table;
    clear: both;
    content: '';
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
    color: #656565
}

a:hover {
    color: #7E57FF;
}

.wrap {
    max-width: 1320px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.logo {
    float: left;
    font-size: 25px;
    line-height: 1;
    padding: 27px 0;
}

.logo a {
    color: #fff;
    font-weight: bold;
    display: inline-block;

}

.header-button {
    float: right;
    margin-top: 16px;
    margin-left: 30px;
}

.theme-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #fff;
    color: #081828;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 0;
    padding: 14px 30px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    border-radius: 50px;
}

.theme-btn:hover {
    background-color: #7E57FF;
    color: #fff
}


#navBar {
    float: left;
    margin-left: 15%;
}

#navBar ul li {
    float: left;
    padding: 0 20px;
}

#navBar ul li>a {
    font-size: 15px;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 35px 0;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    z-index: 1;
}

#navBar ul li>a:hover {
    color: #7E57FF;
}

#header .header-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

#header.fixed .header-bottom {
    position: fixed;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    top: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    z-index: 100;
}

#header.fixed .logo a,
#header.fixed #navBar ul li>a {
    color: #081828;
}

#header.fixed .theme-btn {
    background-color: #7E57FF;
    color: #fff;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.mobile_key {
    display: none;
}

:root {
    --1725426343775: url("data:image/svg+xml,%3Csvg version='1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 791'%3E%3Cstyle%3E.st0%7Bfill:%234e11be%7D%3C/style%3E%3Cpath class='st0' d='M1625 205c27.6 0 50 22.4 50 50s-22.4 50-50 50-50-22.4-50-50 22.4-50 50-50zM992 602c27.6 0 50 22.4 50 50s-22.4 50-50 50-50-22.4-50-50 22.4-50 50-50zM1242 624l188-204 468 371h-445l-211-167z'/%3E%3Cpath class='st0' d='M1339 386c76.8 0 139 62.2 139 139s-62.2 139-139 139-139-62.2-139-139 62.2-139 139-139zM1026.5-188c145 0 262.5 117.5 262.5 262.5S1171.5 337 1026.5 337 764 219.5 764 74.5 881.5-188 1026.5-188zM163.7 323.6l193.5 248.8c20.9 26.8 16 65.5-10.8 86.4L111.7 841.2c-26.8 20.9-65.5 16-86.4-10.8l-193.5-248.8c-20.9-26.8-16-65.5 10.8-86.4L77.3 312.8c26.8-20.9 65.5-16.1 86.4 10.8zM273 105c27.6 0 50 22.4 50 50s-22.4 50-50 50-50-22.4-50-50 22.4-50 50-50z'/%3E%3C/svg%3E");
}

.page-banner {
    position: relative;
    padding-top: 160px;
    padding-bottom: 120px;
    z-index: 2;
    text-align: left;
    background-color: #081828;
    background-image: var(--1725426343775);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
}

.page-banner .wrap {
    position: relative;
    text-align: center;
}

.page-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #081828;
    opacity: 0.7;
}

.page-banner .title {
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
}

.breadcrumb .breadcrumb-item {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    padding: 0 20px;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
}

.breadcrumb .breadcrumb-item:after {
    content: '>';
    position: absolute;
    left: -4px;


}

.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
}

.breadcrumb .breadcrumb-item:first-child::after {
    display: none;
}

.content-left {
    float: left;
    width: 65%;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 32%;
    box-sizing: border-box;
}

.blog-news-single {
    float: left;
    width: 48%;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 2%;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.089)
}

.blog-news-single:hover .blog-news-img img {
    transform: scale(1.1);
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #7E57FF;
}

.blog-news-single .blog-news-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.blog-news-single .blog-news-img img {
    transition: .5s ease;
}

.blog-news-single .blog-news-img a {
    display: inline-block;
}

.blog-news-single .blog-news-title {
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.blog-news-single .blog-news-title h2 a {
    font-size: 17px;
    color: #081828;
    font-weight: 700;
    height: 50px;
    display: block;
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #7E57FF
}

.blog-tool {
    margin-bottom: 20px;
}

.blog-tool span {
    color: #727272;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-right: 25px;
}

.blog-tool span i {
    color: #7E57FF;
    margin-right: 3px;
    font-weight: bold;
}

.blog-news-single .text {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    color: #727272;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog-news-single .more {
    font-size: 15px;
    text-decoration: underline;
    color: #081828;
    transition: .5s ease;
}

.blog-news-single .more:hover {
    color: #7E57FF;
}

.newsletter-widget {
    position: relative;
    z-index: 1;
}

.newsletter-widget form {
    width: 100%;
    position: relative;
}

.newsletter-widget form input {
    width: 100%;
    background-color: transparent;
    height: 55px;
    border: none;
    padding: 0 80px 0 30px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #eee;
}

.newsletter-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    border: none;
    background-color: transparent;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.newsletter-widget form button:hover,
.newsletter-widget form button:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #7E57FF;
}

.widget_categories ul>li {
    margin-bottom: 10px;
}

.widget_categories ul li a {
    font-size: 15px;
    padding-bottom: 15px;
    display: block;
    color: #081828;
}

.widget_categories ul li a:hover {
    color: #7E57FF;
    padding-left: 10px;
}

.widget-tags a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    color: #081828;
    border: 1px solid #eee;
    background: transparent;
    border-radius: 30px;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.widget-tags a:hover {
    background-color: #7E57FF;
    color: #fff;
}

.sidebar-widget {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
    box-shadow: 0px 1px 30px 0px rgba(32, 32, 32, 0.11);
    border-top: 4px solid #7E57FF;
}

.widget-title {
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    line-height: 28px;
    z-index: 1;
    color: #081828;
}

.widget-catg li i {
    color: #7E57FF
}

.blog-archive-area {
    padding: 40px 0;
}

.single-blog-post-details {
    margin-bottom: 40px;
}

.single-blog-post-details .blog-tool {
    margin-bottom: 15px;
}

.single-blog-post-details h2 {
    font-size: 30px;
    color: #1F242C;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
    ;
}

.detail-tool {
    margin-bottom: 30px;
}

.detail-tool a {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.detail-tool a::before {
    position: absolute;
    content: "";
    right: -5px;
    top: 50%;
    background-color: #d2d2d2;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.detail-tool a:last-child::before{
    display: none;
}
.detail-tool a:hover {
    color: #7E57FF;
}

.single-blog-post-content .img {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0;
}

.single-blog-post-content .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

.add-post-btn {
    display: inline-block;
    min-width: 150px;
    height: 45px;
    color: #fff !important;
    border: none;
    padding: 0 25px;
    font-size: 16px;
    line-height: 45px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #7E57FF;
    transition: .5s ease;
    cursor: pointer;
    border-radius: 50px;
}

.add-post-btn:hover {
    background: #000;
}

.comments-box-area h2 {
    color: #1F242C;
    font-size: 26px;
    font-weight: bold;
    position: relative;

}

.form-control {
    color: #555;
    background-image: none;
    border: none;
    box-sizing: border-box;
    outline: none;
    line-height: 53px;
    height: 53px;
    font-size: 16px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    font-weight: 400;
    border-radius: 6px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #F4F7FA;
    padding: 20px 30px;
    width: 100%;
    font-family: inherit;
}


.comments-form {
    margin-top: 30px;
    box-sizing: border-box;
}

.comments-form textarea {
    height: 150px;
    line-height: 1;
}

.comments-form .form-control:focus {
    box-shadow: none;
    border-color: #7E57FF !important;
    outline: 0;
}

.comments-form .form-group {
    margin-bottom: 20px;
}

.comments-form .form-group1 input {
    width: 48%;
    margin-left: 4%;
    float: left;
}

.comments-form .form-group1 input:first-child {
    margin-left: 0;
}

.blog-pagination {
    margin-top: 40px;
    padding: 0 0 15px;
}

.pagination-nav li {
    display: inline-block;
}

.pagination-nav li a {
    display: inline-block;
    background: #fff;
    color: #081828;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    padding: 8px 20px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #eee;
    margin-right: 5px;
}

.pagination-nav li.active a,
.pagination-nav li a:hover,
.pagination-nav li a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #7E57FF;
    border-color: #7E57FF;
}

.widget-news li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.widget-news li a {
    font-size: 18px;
    font-weight: 600;
    color: #081828;
}

.widget-news li a:hover {
    color: #7E57FF;
}

.widget-news li .time {
    margin-top: 10px;
    font-size: 14px;
    color: #727272;
}

.widget-news li .time i {
    margin-right: 5px;
}

.single-blog-post-details .info {
    margin: 20px 0;
}

.single-blog-post-details .info .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

#footer {
    background-color: #081828;
    color: #fff
}

.footer-top {
    padding: 60px 0;
    position: relative;
    z-index: 9;
}

.footer-left {
    float: left;
    width: 27%;
}

.footer-logo {
    font-size: 30px;
}

.footer-logo a {
    color: #fff;
    font-weight: bold;
}

.footer-text {
    font-size: 16px;
    margin: 20px 0;
}
.footer-left .social-title {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.footer-share i {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-right: 15px;
    transition: .5s ease;
}

.footer-share i:hover {
   color:#7E57FF;
}

.footer-links {
    float: left;
    width: 18%;
    margin-left: 4%;
}

.footer-links a {
    color: #fff;
    position: relative;
}

.footer-links ul li {
    margin-bottom: 15px;
    font-size: 16px;
    transition: .5s ease;
}

.footer-links ul li:hover {
    transform: translateX(5px);
}
.footer-form{
    float:right;
    width:28%;
}
.footer-form form{
    margin-top: 30px;
    position: relative;
}

.footer-form input{
    height: 52px;
    width: 100%;
    border-radius: 8px;
    background-color: #ffffff1f;
    border:none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    padding-left: 18px;
    padding-right: 65px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-sizing: border-box;
}

.footer-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    width: 52px;
    border-radius: 6px;
    background-color: #ffffff29;
    color: #fff;
    text-align: center;
    line-height: 52px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer-form button i{
    font-size: 18px;
}
.footer-form button:hover{
    background-color: #7E57FF;
}

#footer .title {
    font-size: 20px;
    margin-bottom: 30px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    padding: 20px 0;
}

.footer-copy {
    float: left;
}

.footer-other {
    float: right;
}

.footer-other a {
    color: #fff;
    margin: 0 10px
}

@media only screen and (max-width:1440px) {

    .wrap {
        max-width: 1140px;
    }

}


@media only screen and (max-width:1240px) {

    .wrap {
        max-width: 960px;
    }

}










@media only screen and (max-width:992px) {

    .wrap {
        box-sizing: border-box;
    }

    #header .header-bottom {
        position: fixed;
        top: 0;
    }

    .header-top {
        display: none;
    }

    .mobile_key {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        float: right;
        z-index: 10;
        display: block;
        height: 50px;
        margin-left: 20px;
        margin-top: 18px;
    }

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 17px;
        height: 2px;
        margin-left: -8px;
        background: #000;
        border-radius: 2px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

    .mobile_key span {
        margin-top: -8px;
    }

    .mobile_key:before {
        content: '';
        margin-top: 0;
    }

    .mobile_key:after {
        content: '';
        margin-top: 8px;
    }

    .menu-open .mobile_key:before {
        opacity: 0;
        transition: 0.2s ease 0.1s;
    }

    .menu-open .mobile_key:after {
        margin-top: 2px !important;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    }

    .menu-open .mobile_key span {
        margin-top: 2px !important;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    }

    #navBar {
        display: none;
        width: 100%;
        float: none;
        z-index: 1;
        overflow-y: auto;
        padding: 0;
        margin-left: 0;
        background: #fff;
    }

    #navBar ul li {
        float: none;
        line-height: 30px;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    #navBar ul li>a {
        padding: 5px 10px;
        color: #000;
        display: block;
        font-size: 0.875em;
        transition: all 0.2s linear;
    }

    #navBar ul li:hover>a {
        color: #7E57FF;
    }

    .page-banner {
        padding: 50px 0;
        display: none;
    }

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }

}

















@media only screen and (max-width:760px) {

    .wrap {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 18px;
        line-height: 1.2;
    }

    #header {
        height: 50px;
    }

    .logo {
        font-size: 20px;
        padding: 15px 0;
    }
    .logo a{
        color:#081828;
    }

    .header-button {
        display: none;
    }

    .mobile_key {
        width: 35px;
        line-height: 35px;
        height: 35px;
        margin: 7px 0 0 10px;
        border: none;
    }

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        width: 15px;
    }

    .mobile_key span {
        margin-top: -5px;
    }

    .mobile_key:after {
        margin-top: 5px;
    }

    #header.fixed #navBar ul li {
        padding: 0;
    }

    .page-banner {
        padding: 30px 0;
    }

    .page-banner .title {
        font-size: 20px;
    }

    .breadcrumb .breadcrumb-item {
        font-size: 14px;
    }

    .footer-top {
        padding: 20px 0;
    }

    .footer-left {
        width: 100%;
    }

    .footer-logo {
        font-size: 20px;
    }

    .footer-text {
        font-size: 14px;
        margin: 10px 0;
    }

    .footer-links {
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }

    .footer-links ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer-form{
        margin-top: 20px;
        width:100%;
    }

    #footer .title {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
    }

    .content-left {
        padding: 0 0 10px;
    }

    .content-right {
        padding: 0;
    }
    .blog-pagination{margin-top: 20px;}
    #header .header-bottom {
        top: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .footer-copy {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-other {
        width: 100%;
        text-align: center;
    }

    .footer-other a {
        color: #fff;
    }

    .blog-archive-left .blog-news-single {
        margin-bottom: 20px;
    }

    .blog-tool {
        margin-bottom: 10px;
    }

    .blog-tool span {
        font-weight: normal;
        margin-right: 8px;
    }
    .blog-news-single{
        width:100%;
        margin-right: 0;
    }
    .blog-news-single .text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .theme-btn {
        font-size: 14px;
        padding: 10px 25px;
    }

    .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .newsletter-widget form button {
        font-size: 15px;
    }

    .newsletter-widget h2 {
        font-size: 16px;
        padding: 15px 0;
    }

    .newsletter-widget form input,
    .newsletter-widget form button {
        height: 40px;
    }
    .newsletter-widget form input{
        padding-left: 10px;
    }
    .widget_categories ul li a {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .sidebar-widget {
        margin-bottom: 20px;
        padding: 20px;
    }

    .blog-title h2 {
        font-size: 16px;
        padding-bottom: 0;
    }

    .single-blog-post-details h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .single-blog-post-content .img {
        margin-bottom: 10px;
    }

    .single-blog-post-content .tit {
        font-size: 16px;
    }
    .detail-tool{margin-bottom: 10px;}
    .detail-tool a{font-size: 14px;}
    .single-blog-post-content .dsc {
        font-size: 13px;
    }

    .comments-box-area {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .single-blog-post-details {
        margin-bottom: 15px;
    }

    .add-post-btn {
        min-width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    .blog-archive-area {
        padding: 20px 0 0;
    }

    .comments-box-area h2 {
        font-size: 18px;
    }

    .comments-form {
        margin-top: 15px;
    }

    .widget-information {
        padding: 15px;
    }

    .comments-form .form-group {
        margin-bottom: 0;
    }

    .comments-form input {
        font-size: 14px;
        padding: 10px 20px;
    }
    .comments-form .form-group1 input{width:100%; margin-left: 0;}
    .form-control {
        height: 40px;
    }

    .comments-form textarea {
        height: 100px;
        font-size: 14px;
        padding: 10px 20px
    }

    .single-blog-post-details .info .tit {
        font-size: 16px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .pagination-nav {
        margin-bottom: 20px;
    }

    .pagination-nav li a {
        font-size: 14px;
    }

    .blog-news-single .blog-news-img {
        width: 100%;
    }

    .blog-news-single .blog-news-title {
        padding: 15px;
        width: 100%;
    }

    .single-blog-tools {
        margin-top: 15px;
    }

    .hot-news-title {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 18px;
    }


    .share li {
        height: 85px
    }

    .share li a span {
        display: none;
    }

    .cate-title {
        font-size: 16px;
        width: 100%;
    }

    .category-title.detail {
        display: none;
    }



}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 50px;
    width: 100%
}

.t_de {
    height: 0.2rem;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}