html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block;

}



body {

  line-height: 1;

}



ol, ul {

  list-style: none;

}



blockquote, q {

  quotes: none;

}



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}

body {
    font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #737477;
    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: #3490de;
}

.wrap {
    width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-top {
    background: linear-gradient(to right,rgba(21,1,3,0.831372549) 0,rgba(0,0,0,0.39) 100%);
    padding: 12px 0;
    font-size: 15px;
}

.header-top-icons {
    float: left;
}

.header-top-icons li {
    display: inline-block;
    line-height: 24px;
    color: #fff;
    margin-right: 30px;
    vertical-align: middle;
}

.header-top-icons li a {
    color: #fff;
    vertical-align: middle;
}

.header-top-icons i {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    margin-right: 5px;
    vertical-align: middle;
}

.header-top-share {
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.header-top-share i {
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
    line-height: 28px;
}

.header-bottom {
    position: relative;
}

.logo {
    float: left;
    font-size: 20px;
    padding: 25px 0;
    font-weight: bold;
}

.logo a {
    color: #fff;
    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: #3490de;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    padding: 15px 30px;
    transition: 500ms;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 9;
}
.theme-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background-color: #3490de;
    background-image: linear-gradient(315deg,#181818 0,#1a1a1a 74%);
    box-shadow: -7px -7px 20px 0 rgba(255,255,255,0.6), -4px -4px 5px 0 rgba(255,255,255,0.6), 7px 7px 20px 0 rgba(0,0,0,0.1333333333), 4px 4px 5px 0 rgba(0,0,0,0.0666666667);
    transition: all .3s ease;
    box-shadow: none;
}
.theme-btn:hover {
    color: #fff;
}
.theme-btn:hover::after {
    top: 0;
    height: 100%;
}

#navBar {
    float: right;
    margin-right: 5%;
}

#navBar ul li {
    float: left;
}

#navBar ul li>a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 30px 20px;
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
    z-index: 1;
}

#navBar ul li>a:hover {
    color: #3490de;
}

#header .header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
    top:0;
}

#header.fixed .header-bottom {
    position: fixed;
    left: 0;
    background: rgba(0,0,0,0.6509803922);
    backdrop-filter: blur(10px);
    background-blend-mode: multiply;
    top: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    z-index: 100;
}


@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;
}

.content-left {
    float: left;
    width: 63%;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 32%;
    box-sizing: border-box;
}
.blog-list .blog-news-single{
    box-sizing: border-box;
    margin-bottom: 30px;
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #3490de;
}

.blog-news-single .blog-news-img {
    min-width: 100%;
    width: 100%;
    position: relative;
    font-size: 0;
    overflow: hidden;
}
.blog-news-single img{
    transition:.5s ease;
}
.blog-news-single:hover img{
    transform: scale(1.1);
}
.blog-news-single .blog-news-img a {
    display: inline-block;
}
.blog-news-single .blog-news-title{
    margin-top: -60px;
    padding: 0 30px;
    z-index: 5;
    position: relative;
}
.blog-news-single .blog-news-title .inner {
    box-shadow: 0 0 36px 0 rgba(0,0,0,0.0901960784);
    padding: 30px 40px;
    text-align: center;
    background: #fff;
}
.category{
    font-size: 16px;
}
.blog-news-single .desc {
    font-size: 16px;
    line-height: 24px;
    color: #6a6c71;
    margin-bottom: 20px;
}
.blog-news-single .blog-news-title h2 {
    margin-top: 15px;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 20px;
}

.blog-news-single .blog-news-title h2 a {
    color: #262626;
}


.read-more a{
    display:inline-block;
    font-size: 16px;
}
.newsletter-widget {
    position: relative;
    z-index: 1;
}

.newsletter-widget form {
    width: 100%;
    position: relative;
}

.newsletter-widget form input {
    background: rgba(222,222,222,0.3411764706);
    border-radius: 3px;
    border: 1px solid #DEDEDE;
    font-size: 15px;
    padding: 20px;
    width: 100%;
    color: #262626;
}

.newsletter-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    font-size: 18px;
    height: 100%;
    border: none;
    background-color: #3490de;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.widget_categories ul>li {
    margin-bottom: 10px;
}

.widget_categories ul li a {
    position: relative;
    background: rgba(222,222,222,0.3411764706);
    border: 1px solid #DEDEDE;
    padding: 18px 25px;
    line-height: 1;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 12px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}
.widget_categories ul li a i{float:right; font-size: 18px; color:#3490de;font-weight: bold;}
.widget_categories ul li a:hover {
    background: #3490de;
    transform: translateY(-5px) scale(1.03);
    color: #fff;
}
.widget_categories ul li a:hover i{color:#fff;}
.widget-tags a {
    display: inline-block;
    background: rgba(222,222,222,0.2941176471);
    padding: 5px 18px;
    font-size: 13px;
    line-height: 26px;
    border-radius: 3px;
    transition: .3s;
    border: 1px solid #DEDEDE;
    margin-bottom: 10px;
}

.widget-tags a:hover {
    background-color: #3490de;
    color: #fff;
    border-color:#3490de;
}

.sidebar-widget {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 36px 0 rgba(0,0,0,0.0901960784);
    border-radius: 2px;
    margin-bottom: 50px;
}

.widget-title {
    margin-bottom: 50px;
    font-size: 27px;
    font-weight: bold;
    color: #03041C;
    position:relative;
}
.widget-title:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -20px;
    background-image: linear-gradient(to bottom right,#3490de 25%,#DEDEDE 25%);
}

.widget-catg li i {
    color: #3490de
}

.blog-archive-area {
    padding: 40px 0;
}

.single-blog-post-details h2 {
    font-size: 30px;
    color: #262626;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.single-blog-tools {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom:1px solid #E6E9F0;
}

.single-blog-tools .post-data {
    float:left;
    width:60%;
}
.single-blog-tools .title{
    font-size: 20px;
    font-weight: bold;
    color:#262626;
    margin-bottom: 20px;
}
.single-blog-tools .post-data a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
    border-radius: 6px;
    transition: .3s;
    cursor: pointer;
}
.single-blog-tools .post-data a:hover{
    background-color: #3490de;
    color:#fff;
}


.single-blog-tools .blog-social {
    float: right;
}

.single-blog-tools .blog-social i {
    display: inline-block;
   margin:0 5px;
   font-size: 18px;
   height: 40px;
    width: 40px;
    line-height: 40px;
    background: #03041C;
    text-align: center;
    color:#fff;
    border-radius: 50%;
    transition:.3s ease;
}

.single-blog-tools .blog-social i:hover{
    background-color: #3490de;
}
.single-blog-post-content .img {
    margin-bottom: 20px;
}

.single-blog-post-content .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

.comments-box-area {
    margin-top: 50px;
}


.comments-box-area h2 {
    color: #262626;
    font-size: 26px;
    font-weight: bold;
    position: relative;

}

.form-control {
    color: #555;
    background-image: none;
    border: 1px solid #BBB;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
    line-height: 43px;
    height: 43px;
    width: 100%;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.42857143;
    font-family: inherit;
}


.comments-form {
    margin-top: 30px;
    box-sizing: border-box;
}

.comments-form textarea {
    height: 150px;
}

.comments-form .form-control:focus {
    box-shadow: none;
    border-color: #3490de !important;
    outline: 0;
}

.comments-form .form-group {
    margin-bottom: 20px;
}
.comments-form .form-group1 input{
    float:left;
    width:48%;
    margin-right: 4%;
}
.comments-form .form-group1 input:last-child{margin-right: 0;}
.blog-pagination {
    margin-bottom: 30px;
    text-align: center;
}

.pagination-nav li {
    display: inline-block;
}

.pagination-nav li a {
    color: #999;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #E9E9E9;
    transition: .3s;
    border-radius: 4px;
    background-color: #fff;
}

.pagination-nav li.active a,
.pagination-nav li a:hover,
.pagination-nav li a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #3490de;
}

.widget-news li {
    margin-bottom: 20px;
}

.widget-news li a {
    font-size: 16px;
}

.widget-news li a:hover {
    color: #3490de;
}

.widget-news li .time {
    font-size: 16px;
    margin-bottom: 5px;
    color: #737477;
}

.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;
}


.page-banner {
    background:#3b3b3b;
    padding:120px 0;
    position:relative;
    text-align: center;
}
.page-banner .title {
    font-weight: bold;
    font-size: 50px;
    color: #fff;
}
.breadcrumb-inner {
    border: 1px solid rgba(255,255,255,0.1215686275);
    max-width: 630px;
    margin: 0 auto;
    padding: 40px 0;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(4px);
    background-color: rgba(255,255,255,0);
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}
.breadcrumb .breadcrumb-item {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    padding-left: 15px;
}
.breadcrumb .breadcrumb-item a{
    color:#fff;
}
.breadcrumb .breadcrumb-item.active span{
    color: #3490de;
}

.breadcrumb .breadcrumb-item:after {
    content: '>';
    position: absolute;
    left: 0;


}

.breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
}

.breadcrumb .breadcrumb-item:first-child::after {
    display: none;
}

#footer {
    background-color: #03041C;
    padding-top: 70px;
}

.footer-top {
    padding: 70px 0 50px;
    position: relative;
    z-index: 9;
}

.footer-left {
    float: left;
    width: 27%;
}

.footer-logo {
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-logo a {
    color: #fff;
    font-weight: bold;
}
.footer-share i{
    display:inline-block;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #1D1E33;
    text-align: center;
    transform: scale(1);
    transition: .5s;
    margin-right: 5px;
}
.footer-share i:hover{
    color:#fff;
    background-color: #3490de;
}
.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-links ul li:hover a {
    color: #3490de;
}



#footer .title {
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 25px;
}

.footer-blog {
    float: right;
    width: 27%;
}

.footer-blog ul li {
    margin-bottom: 20px;
}

.footer-blog ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.footer-blog ul li a:hover {
    color: #3490de;
}

.footer-blog ul li .time {
    margin-bottom: 5px;
    font-size: 16px;
}
.footer-blog ul li .time i{
    color:#3490de;
}

.footer-form .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 50px;
    background-color: #353950;
    border-radius: 8px;
}
.footer-form h2{
    color:#fff;
    font-size: 30px;
    font-weight: normal;
}
.footer-form input{
    border-bottom: 1px solid #6A6C71;
    display: inline-block;
    max-width: 300px;
    padding: 0;
    color: #DEDEDE;
    width: 300px;
    margin-right: 30px;
    line-height: 48px;
    background: transparent;
    outline:none;
    border:none;
    border-bottom:1px solid #777777;
    font-size: 16px;
}
.category-title{
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    color:#000;
}

.copyright{
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
}

@media only screen and (max-width:1240px) {

    .wrap {
        width: auto;
    }

}










@media only screen and (max-width:992px) {

    .wrap {
        width: 750px;
        box-sizing: border-box;
    }

    #header .header-bottom {
        position: fixed;
        top: 0;
    }

    .header-top {
        display: none;
    }
    .header-button{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: #3490de;
        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 {
        float: none;
        position: fixed;
        top: 0;
        left: -80%;
        z-index: 1000;
        width: 80%;
        margin-left: 0;
        height: 10000px;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        padding: 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        overflow-x: hidden;
    }

    #navBar.on {
        left: 0;
    }

    #navBar ul {
        position: absolute;
        background-color: #000;
        z-index: 100;
        width: 100%;
        height: 100%;
    }

    #navBar ul li {
        float: none;
        line-height: 30px;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 144, 0.4);
    }

    #navBar ul li>a {
        padding: 10px;
        color: #fff;
        display: block;
        font-size:15px;
        transition: all 0.2s linear;
        line-height: 1.5;
    }

    #navBar ul li:hover>a {
        color: #3490de;
    }

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }


    #navBar {
        margin-top: 0;
    }

    #navBar ul {
        padding-top: 50px;
        box-sizing: border-box;
    }

}

















@media only screen and (max-width:760px) {

    .wrap {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    h2 {
        font-size: 18px;
        line-height: 1.2;
    }


    .logo {
        font-size: 20px;
        padding: 10px 0;
    }

    .header-button {
        display: none;
    }

    .mobile_key {
        width: 35px;
        line-height: 35px;
        height: 35px;
        margin: 5px 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 {
       display:none;
    }

    .footer-top {
        padding: 20px 0;
    }

    .footer-left {
        width: 100%;
    }

    .footer-logo {
        font-size: 20px;
    }

    .footer-text {
        margin: 10px 0;
    }

    .footer-links {
        margin-top: 20px;
        width: 50%;
        margin-left: 0;
        margin-top: 20px;
    }

    .footer-links ul li {
        font-size: 14px;
    }

    #footer .title {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer-blog {
        margin-top: 20px;
        width: 100%;
    }

    .footer-blog ul li a {
        font-size: 16px;
    }

    .content-left {
        padding: 0 0 10px;
    }

    .content-right {
        padding: 0;
    }
    #header{
        height:58px;
    }
    #header .header-bottom {
        top: 0;
        background:#000;
    }

    .blog-archive-left .blog-news-single {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .category{font-size: 14px;}
    .blog-archive-left .blog-news-single h2 {
        font-size: 17px;
        line-height: 1.2;
        margin:10px 0;
    }
    .widget-title:after{bottom:-10px;}

    .theme-btn {
        font-size: 14px;
        padding: 10px 25px;
    }

    .widget-title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .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: 45px;
    }
    .newsletter-widget form button{width:45px;}
    .widget_categories ul li a {
        font-size: 14px;
    }


    .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-details .post-data {
        margin-bottom: 10px;
        width: 100%;
    }

    .single-blog-post-details .post-data a {
        font-size: 12px;
    }
    .single-blog-tools .blog-social{
        width: 100%;
    }

    .single-blog-tools .title{
        font-size: 18px;
        margin-bottom: 15px;
    }

    .single-blog-post-content .img {
        margin-bottom: 10px;
    }

    .single-blog-post-content .tit {
        font-size: 16px;
    }

    .single-blog-post-content .dsc {
        font-size: 13px;
    }

    .comments-box-area{
        margin-top: 20px;
    }

    .single-blog-post-details {
        margin-bottom: 15px;
    }

    .add-post-btn {
        font-size: 15px;
    }

    .blog-archive-area {
        padding: 20px 0 0;
    }

    .comments-form {
        margin-top: 15px;
    }
    .comments-form .form-group1 input{width:100%; margin-right: 0;}
    .comments-form .form-group1 input:first-child{margin-bottom: 15px;}
    .widget-information {
        padding: 15px;
    }

    .comments-form .form-group {
        margin-bottom: 15px;
    }
    .comments-form input{
        font-size: 14px;
        padding:10px 20px
    }

    .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;
    }

    .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%;
    }

    .search-form form button {
        width: 120px;
        height: 35px;
        font-size: 14px;
    }

    .search-form form input {
        padding: 10px;
    }


    .blog-news-single .blog-news-title .inner{padding: 20px;}
    .blog-news-single .desc{display:none;}

    #footer{padding-top: 20px;}
    .footer-form .inner{flex-direction: column; padding:20px; justify-content: flex-start; align-items: flex-start;}
    .footer-form h2{font-size: 16px;}
    .footer-form input{margin-bottom: 20px;}

    .category-title{
        font-size: 18px;
    }

}



.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;
}