a:hover {
    text-decoration: none !important;
}
a {
    text-decoration: none !important;
}
.neirong1{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.neirong1 .dl-btn{display:none}
.neirong1 .neirong1_1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:20px}
.neirong1 .neirong1_1 .neirong_logo{width:100px;height:100px;background:url(../images/1646289963408995.png);-webkit-animation:.5s steps(30) both;animation:.5s steps(30) both;background-repeat:no-repeat;background-size:cover;-webkit-animation-name:t-logo-play;animation-name:t-logo-play}
@-webkit-keyframes t-logo-play{from{background-position:0 0}
to{background-position:100% 0}
}
@keyframes t-logo-play{from{background-position:0 0}
to{background-position:100% 0}
}
.neirong1 .neirong1_1 p{font-size:30px;font-weight:700;margin:20px 0 0 0;color:#000}
.neirong1 .neirong1_1 span{color:#999;font-size:16px}
.neirong1 a{width:auto;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}
.neirong1 a .des{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:4px solid transparent;}
.neirong1 a .des img{margin-right:10px}
.neirong1 a .img1{display:none}
.neirong1 a .img2{display:block}
.neirong1 a:hover .des{border-bottom:2px solid #0088cc}
.neirong1 a:hover .img1{display:none}
.neirong1 a:hover .img2{display:block}
.neirong1 a img{margin-bottom:0;width:auto;max-width:350px}
.neirong1 a p{font-size:16px;color:#0088cc;font-weight:400;    margin: 0;}
.neirong3{margin: 30px auto;width:50%;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:center}
@media (max-width: 767px) {
    .neirong3{width:100%;flex-direction: column;}
    #backToTop{display:none!important;}
}

#dev_page_content img{max-width:100%;height:auto;}

@media (max-width:767px){
    ul#main_menu> *:nth-child(n+4) {
        display: none;
    }
    .dvwewrff{
        display: block!important;
    }
}
.dvwewrff{
        display: none;
    }
nav.pager_wrap {
    text-align: center;
}
div#dev_page_content iframe {
    max-width: 100%;
}

div#dev_page_content h3 {
    border-left: 3px solid #33a8e5;
    line-height: 1.8em;
    padding-left: 10px;
}

/* 小组件 */
body .is-layout-grid {

    grid-template-columns: repeat(3, 1fr);
}

body .has-global-padding {
    padding: 0 30px;
    max-width: 304px;
}

body .has-global-padding>p {
    font-size: 15px !important;
}

body .dev_blog_card_wrap {
    min-width: 395px;
}

body .wp-block-latest-posts__list>li {
    margin-bottom: 5px;
}

body .wp-block-latest-posts__list>li a:hover{
    text-decoration: underline !important;
}

body .wp-image-34,
body .wp-image-35,
body .wp-image-36 {
    max-height: 16px;
    margin:0 5px 5px;
    width: auto !important;
}
body .has-fixed-layout code {
    border-radius: 8px;
    padding: 0 6px;
    color: white;
    background-color: #f0ad4e;
}

body .has-fixed-layout tbody tr:nth-child(2) td code {
    border-radius: 8px;
    padding: 0 6px;
    color: white;
    background-color: #3c76f4;
}

.text-left {
    margin-bottom: 10px;
}

.tl_blog_list_page_wrap .tl_main_recent_news_header {
    font-size: 3rem;
}

@media (max-width: 992px) {
    body .is-layout-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    body .has-global-padding {
        max-width: 350px;
        padding: 0 52px;
    }

    body .dev_blog_card_wrap {
        min-width: 370px;
    }
}

@media (max-width: 801px) {
    body .dev_blog_card_wrap {
        min-width: 355px;
    }
}

@media (max-width: 768px) {
    body .is-layout-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    body .has-global-padding {
        padding: 0;
        max-width: none;
        width: 100%;
    }

    body .dev_blog_card_wrap {
        min-width: auto;
    }

    body .has-global-padding>p {
        width: 245px;
    }
}