* {
    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);
}

.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;
    width: 100%;
    margin-bottom: 10px;

    /* height: 250px;
    width: 300px;
    background-color: #0a0a0aad;
    margin: 0px auto 10px; */
}

.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 {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 98;
    background-color: rgb(255, 255, 255);
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.awebsite {
    font-weight: bolder;
    font-size: 26px;
}

/* PC端 */

.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 .des_top {
    height: 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;
    /* 垂直居中 */
    width: 50%;
    /* 占据 50% 宽度 */
}

.des_top .siteicon {
    height: 100%;
    aspect-ratio: 2;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.searchbox {
    display: block;
    border-radius: 5px;
    border: 1px solid gray;
    max-width: 274px;
    margin: auto;
    margin-bottom: 10px;
}

.searchbox .myInput {
    height: 30px;
    background-color: transparent;
    -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%;
    margin: auto;
    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;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding-bottom: 5px;
}

.showsearch .abox {
    width: 95%;
    margin: 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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    line-height: 30px;
    text-align: center;
}

.abox a {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    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;
}

.search-btn {
    /* margin-left: 0px; */
    width: 40px;
    aspect-ratio: 1;
    background-image: url(../../images/搜索.d631efd.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    border: none;
    cursor: pointer;
    background-color: #e3e3e3;
}

.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/菜单栏.566fcd6.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.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;
}

.btxt {
    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;
    -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;
}

.btxt p {
    text-align: center;
    width: 500px;
}

.btxt a {
    line-height: 25px;
}

.main {
    display: block;
    margin: 1px auto;
}

.article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
}

.main .articleview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    max-width: 1300px;
    padding: 20px 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;
    background-color: white;
}

.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: auto;
    margin-top: 15px;
    background-color: white;
    height: 70px;
    line-height: 70px;
    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;
    border: #000000 1px double;
}

.pagination button {
    background-color: #e7e7e7;
    margin: auto;
    padding: 15px;
    border: none;
    border-radius: 2px;
}

.pagination button.active {
    background-color: #65afff;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

.desktop-title {
    width: 100%;
    height: 130px;
    font-size: 24px;
    color: var(--contrast);
    background-color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;

    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;

}

.title {
    font-size: 2rem;
    font-weight: 600;
    text-indent: 1em;
    margin: 20px 0;
}

/* 导航栏 */

nav {
    width: 100%;
    border-bottom: 1px solid #cf2e2e;
}

.nav-box {
    width: 70%;
    min-width: 900px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    font-weight: 600;

}

.nav-box div:hover {
    cursor: pointer;
    color: #cf2e2e;
}

.red {
    color: #cf2e2e;
}

.top-arrow {
    position: fixed;
    width: 50px;
    height: 50px;
    background-image: url(../../images/箭头.0112cb2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-color: pink; */
    bottom: 10%;
    right: 5%;
    display: none;
    cursor: pointer;
    border: 2px solid rgb(129, 24, 32);
    border-radius: 50%;
    z-index: 99;
}

.article .articlebox {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc(50% - 16px);
       -moz-box-flex: 1;
            flex: 1 1 calc(50% - 16px);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid rgb(197, 197, 197);
    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;
}

.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;
}

.articlebox .a_leftimg {
    width: 30%;
    margin: 3%;
    overflow-y: hidden;
}

.a_leftimg .art_img {
    width: 100%;
    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;
    max-height: 300px;
    border: 1px solid rgba(114, 114, 114, 0.777);
    border-radius: 2px;
}

.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;
}

.art_inview .art_title {
    width: 100%;
    height: auto;
    min-height: 40px;
    line-height: 45px;
    font-size: 14px;
    white-space: normal;
    word-wrap: break-word;
    color: var(--contrast);
}

.articlebox .art_message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 15px 0 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 12px;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.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 {
    max-height: 90px;
    line-height: 30px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow-y: hidden;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    position: relative;
}

.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%;
    height: auto;
    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: white;
    bottom: 0;
    padding: 15px;
}

.bottommessage a {
    padding: 0 5px;
}

@media screen and (max-width:1166px) {


    .main .articleview {
        padding: 5px;
    }

    .desktop {
        padding: 0;
    }


    .desktop .searchbox {
        display: none;
    }

    .desktop .menu {
        display: block;
    }


    .desktop-title {

        font-size: 20px;
    }

    .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;

    }

    .articlebox .a_leftimg {
        width: 96%;
    }

    .articlebox .art_inview {
        width: 90%;
        margin: 5%;
    }

    aside {
        /* height: 100vh; */
        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;

    }

    .pagination button {
        padding: 10px;
    }

    .btxt p {
        width: 250px;
    }

    .contentp .text-item {
        font-size: 14px;
        line-height: 20px;
    }



}


h2 {
    font-size: 22px;
}

.main .articleview{
    max-width: 900px;
}

.articleview .contentp{
    max-width: 900px;
    padding: 50px;
}

.articlebox .art_title {
    font-size: 26px;
}

.articlebox .page_inview {
    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;
}

.articlebox .contentlist {
    height: auto;
    /* min-height: 500px; */
}

.contentlist p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    text-indent: 2em;
}

.contentp{
    max-height: none !important;
}

.form-box {
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
}

.form {
    /* background-color: #fff; */
    width: 70%;
    margin: 10px auto;
    padding: 40px 0px;
}

.form-title {
    font-size: 1.3rem;
    margin: 20px 0;


}

.form p,
.form .form-consent {
    font-size: 13px;
}

.comment-input {
    width: 100%;
    margin: 10px 0;
    resize: none;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #dcdfe3;
}

textarea:hover {
    text-decoration: none;
    outline: none;
    border: 1px solid rgb(101, 101, 101);
}

textarea:focus,
.form-group :focus {
    color: #737885;
    text-decoration: none;
    outline: none;
    border: 1px solid rgb(209, 0, 20);
}

.union-block {

    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;
}

.form-group {
    width: 30%;
}

.form-comment {
    width: 100%;
}

.form-comment input,
.form-group input {
    width: 100%;
    height: 40px;
    border-radius: 15px;
    margin: 10px 0;
    resize: none;
    padding: 10px;
    border-radius: 8px;
    color: #526171;
    border: 1px solid #dcdfe3;
}

.submit {
    margin: 20px 0;
    background: rgb(53, 53, 53) none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    padding: 8px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    width: 140px;
    height: 40px;

}

/* 适配 */

@media screen and (max-width:900px) {
    .form-box {
        width: 95%;
    }
    

    .form {
        width: 100%;
        padding: 10px;
    }

    .union-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .form-group {
        width: 100%;
    }

    .articlebox .page_inview {
        width: 94%;
        margin: 3%;
    }

    .articleview .contentp{
        padding: 15px;
    }

}
