* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: rgb(241, 241, 241);
}

a:hover {
  color: rgb(255, 138, 158);
}

.main {
    display: block;
    margin: 1px auto;
}

.adslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    width: 100%;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 16px auto;
    margin-top: 0px;
    min-height: 250px;
}

.ad-label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
    padding: 2px 0px 2px 0px;
    font-size: 14px;
}

.ad {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 15px 0;
}

header {
    background-color: rgb(255, 255, 255);
    padding-bottom: 20px;
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.awebsite {
    font-weight: bolder;
    font-size: 26px;
    margin-left: 12px;
}

.desktop {
    position: relative;
    max-width: 1450px;
    margin: 0 auto;
    height: 70px;
    padding: 0 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.desktop .desktop_nav a {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
}

.searchbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    border: 1px solid gray;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;

    background-color: white;
    max-width: 300px;
    margin: 20px auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.search-btn {
    width: 100px;
    height: 40px;
    background-color: #333333;
}

.search-btn a {
    color: white;
}

.searchbox .myInput {
    height: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    outline: 0;
    font-size: 1rem;
    border: 0;
    color: #000000;
    display: inline-block;
    padding: 0 1em;
}

.showsearch {
    max-width: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.showsearch .abox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    line-height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.abox a {
    width: 80%;
    padding: 5px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #f9f9f9;
}

.abox a:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.desktop .menu {
    display: none;
    background-color: transparent;
}

.fav {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rootbg {
    margin-left: 10px;
    width: 150px;
    height: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.main {
    max-width: 1000px;
}

.main-mask {
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.908);
    display: none;
    z-index: 99;
}

.menu {
    width: 40px;
    height: 40px;
    margin: 10px 5px;
    background-image: url(../../images/菜单栏.2102fa5.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
}

.cancel {
    position: absolute;
    top: 65px;
    right: 10px;
    display: none;
    height: 40px;
    width: 40px;
    background-image: url(../../images/close-white.27d0d87.png);
    background-position: center;
    background-size: cover;
    z-index: 990;
    cursor: pointer;
}

.mobile-box .head-mobile #searchsuggestions {
    margin-top: 20px;
    background-color: transparent;
    color: #fff;
    border: 0;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow-y: scroll;
}

.bottombox {
    padding: 25px;
    background-color: white;
    margin-bottom: 30px;
}

.article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px;
}

.main .articleview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 10px;
    margin: 0px auto;
    min-height: 80vh;
    margin: auto;

    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.main-game {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.loading-spinner {
    position: fixed;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: rotate 1s linear infinite;
            animation: rotate 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.loading-spinner.hidden {
    opacity: 0;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.articleview .pagination {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.pagination button {
    background-color: #ffffff;
    margin: 0;
    padding: 5px 20px;
    border: rgb(172, 172, 172) 1px solid;
    border-radius: 5px;
    font-weight: 600;
    min-height: 60px;
}

.pagination button {
    display: none;
}

.pagination .prev-button,
.pagination .next-button {
    display: block;
}

.title {
    font-size: 2rem;
    font-weight: 600;
    text-indent: 1em;
    margin: 20px 0;
}

.articlebox-parent {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
       -moz-box-flex: 100%;
            flex: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-left: 5px solid orange;
    border-top: none;
    border-right: none;
    border-bottom: none;

    position: relative;
    border-radius: 25px;
    margin: 12px 0;
    padding: 20px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.art_category-box {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.art_category-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px dashed #d6d5d5;
}

.art_category {
    font-size: 14px;
    font-weight: bold;
}

.article .articlebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.articlebox .art_inview {
    width: 60%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin: 2% auto;
    position: relative;
}

.articlebox .a_leftimg {
    min-height: 170px;
}

.art_img {
    height: 170px;
    aspect-ratio: 1.5;
    background-color: #838383;
    background-image: url(../../images/loading.c7d1422.gif);

    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;

    object-fit: cover;
    border-radius: 15px;
}

.articlebox .read-more {
    width: 100px;
    background-color: #434343;
    text-align: center;
    padding: 8px;
    color: #ffffff;
}

.articlebox .art_channel {
    font-size: 20px;
    min-height: 39px;
    margin: 0 0 15px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-bottom: 15px;
}

.articlebox .art_channel::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50%;
    height: 3px;
    background-color: red;
}

.articlebox .art_message .user-icon {
    margin-right: 5px;
    height: 30px;
    aspect-ratio: 1;
    background-image: url(../../images/user.97d4dea.png);
    background-position: center;
    background-size: 100%;
    border-radius: 50%;
}

.art_inview .contentp {
    line-height: 30px;
    white-space: normal;
    overflow-y: hidden;
    font-size: 4;
    font-weight: 2800;
    margin-bottom: 15px;
    position: relative;
}

.contentp span {
    line-height: 25px;
    margin-bottom: 10px;
}

.art_inview .contentp--bold {
    font-size: 20px;
    font-weight: bold;
}

.highlightTxtAnimated {
    display: inline-block;
    position: relative;
    color: #000;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff5671), to(#ff5671));
    background-image: -webkit-linear-gradient(left, #ff5671 0%, #ff5671 100%);
    background-image: linear-gradient(to right, #ff5671 0%, #ff5671 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: background-size 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: background-size 0.3s cubic-bezier(.25, .8, .25, 1);
}

.highlightTxtAnimated:hover {
    background-size: 100% 100%;
    color: transparent;
}

.highlightTxtAnimated::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0%;
    background: #ff5671;
    -webkit-transition: width 0.5s cubic-bezier(.25, .8, .25, 1);
    transition: width 0.5s cubic-bezier(.25, .8, .25, 1);
}

.highlightTxtAnimated:hover::after {
    width: 100%;
}

.art_inview .contentp--mini {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.contentp .image {
    width: 100%;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.contentp .text-item,
.contentp h1,
.contentp h2,
.contentp h3 {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    color: #333;
    margin-bottom: 15px;
    background-color: #ffffff;
    word-break: break-word;
}

.contentp h1 {
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    color: #222;
    margin-top: 15px;
    margin-bottom: 0px;
}

.contentp h2 {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 18px;
}

.contentp h3 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #444;
    margin-bottom: 16px;
}

.contentp b,
.contentp .bold-item {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.text-item:hover {
    background-color: #e6f7ff;
}

.bottommessage {
    width: 100%;
    position: fixed;
    z-index: 9999;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

       -moz-box-pack: center;

            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;
    background-color: rgb(0, 0, 0);
    left: 0;
    bottom: 0;
    padding: 15px;

}

.bottommessage a {
    color: white;
    padding: 0 5px;
}

@media screen and (max-width:900px) {

    .main .articleview {
        padding: 5px;
    }

    .desktop {
        padding: 0;
    }


    .desktop .searchbox {
        display: none;
    }

    .desktop .menu {
        display: block;
    }


    .mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        height: 80px;
    }

    .fav {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }

    .fav .rootbg {
        margin: 0 auto;
    }

    #searchsuggestions .search-item {
        width: 100%;
        height: 100px;
    }

    .search-item .search-item-icon {
        width: 80px;
        height: 80px;
    }

    .search-item .search_itemlabel {
        font-size: 15px;
    }

    .main {
        width: 100%;
    }

    .articleview {
        width: 95%;
    }

    .article .articlebox {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
           -moz-box-flex: 1;
                flex: 1 1 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        border-radius: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;

    }

    .articlebox .art_inview {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }

    .articlebox .contentp {
        text-align: center;
    }

    aside {
        overflow: hidden;
        height: 100%;
        overflow-y: scroll;

    }

    .aside-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        overflow-y: scroll;
    }

    .articlebox .art_message {
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
    }

    .articlebox .contentp {
        height: auto;

    }


    .contentp .text-item {
        font-size: 12px;
        line-height: 18px;
    }



}

@media screen and (max-width:480px) {
    .desktop .desktop_nav {
        display: none;
    }

    .articleview .pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .articleview .pagination button {
        width: 150px;
        margin: 5px auto;
    }


}


@media screen and (max-width:480px) {}
