body{-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;-khtml-user-select: none;user-select: none;}
#hidenav {
    background-color: #f1f1f1;
    border-bottom: 1px solid #dfdfdf;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #1f4977;
}

.badge-primary[href]:hover,.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #14304f;
}

.badge-secondary {
    color: #fff;
    background-color: #868e96;
}

.badge-secondary[href]:hover,.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #177f2e;
}

.badge-success[href]:hover,.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0f541e;
}

.badge-info {
    color: #fff;
    background-color: #117887;
}

.badge-info[href]:hover,.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0b505a;
}

.badge-warning {
    color: #212529;
    background-color: #f1c84c;
}

.badge-warning[href]:hover,.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #edb91d;
}

.badge-danger {
    color: #fff;
    background-color: #c6303e;
}

.badge-danger[href]:hover,.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #9d2631;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-light[href]:hover,.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:hover,.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}
/*高手榜*/
.divheader,.divbody,.divfooter{
    font-size: 1.30rem;
}
@media (min-width: 477px) and (max-width: 767px) {
    .divheader,.divbody,.divfooter{
        font-size: 1.05rem;
    }
    .divheader{padding-top:30px;}
    ol, ul {
        padding-left: 1.5rem;
    }
    .news-title-title{font-size:1.15rem;}
    .subject-username{ display:inline;}
}
@media (max-width: 476px) {
    .divheader,.divbody,.divfooter{
        font-size: 0.85rem;
    }
    .divheader{}
    ol, ul {
        padding-left: 1rem;
    }
    .news-title-title{font-size:1.05rem;}
    .subject-username{ display:none;}
}
.subject-tag {
    padding: 0.25rem;
}
.subject-title {
    display: inline;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: clip;
}
.tap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.subject .username {
    max-width: 123px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

div.divcontainer {max-width:1030px; margin:100px auto 0 auto;padding:2px; }
.indexnav {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    position: relative;
    max-width: 1030px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 495px) {
    div.divcontainer {max-width:100%; margin:100px auto 0 auto;padding:2px; }
    .indexnav {
        width: 100%;
        margin: 0 auto;
        white-space: nowrap;
        position: relative;
        max-width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 600px) {
    .kaijiang {
        height: 115px;
    }
}
.indexnav li {
    margin-left: 5px; /* ÷à */
    list-style:none;
    font-size:22px;
}
.indexnav li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size:22px;
}

.indexnav li a:hover:not(.active) {
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
}

.indexnav li a.active {
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
}
.indexnav li a {
    color: #ffffff;
}
.xxqbbslist {width:100%;margin:0 auto;position:relative;max-width:1035px;padding: 6px;}
.xxqbbslist1 {width:100%;margin:0 auto;position:relative;max-width:100%;background-color: #ffffff;}
.topic {
    position: relative;
    text-align: left;
    line-height: 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 20px;
    padding: 15px 0px;
    border-bottom-style: dashed;
    border-bottom-width: 2px;
}

@media screen and (max-width: 800px) {
    .topic {
        font-size: 18px;
        padding: 13px;
    }
}

@media screen and (max-width: 600px) {
    .topic {
        font-size: 16px;
        padding: 12px;
    }
}

@media screen and (max-width: 500px) {
    .topic {
        font-size: 15px;
        padding: 6px;
    }
}

@media screen and (max-width: 400px) {
    .topic {
        font-size: 12px;
        padding: 9px;
    }
}

@media screen and (max-width: 359px) {
    .topic {
        font-size: 11px;
        padding: 8px;
    }
}
@media screen and (max-width: 319px) {
    .topic {
        font-size: 10px;
        padding: 8px;
    }
}
@keyframes flowColors2 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.chujitie {
    background: linear-gradient(90deg, black, #AFA3A7, black);
    color: #FFF;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 6px;
    background-size: 200% auto;
    animation: flowColors 2s linear infinite;
}
.gonggao {
    color: #FFF;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 6px;
    animation: gonggaoBlink 2s infinite; /* 使用gonggaoBlink动画，时长4秒，无限循环 */
}

@keyframes gonggaoBlink {
    0% { background-color: #3c3434; } /* 初始颜色 */
    20% { background-color: #FF5733; } /* 第一种颜色 */
    40% { background-color: #e50404; } /* 第二种颜色 */
    60% { background-color: #407912; } /* 第三种颜色 */
    80% { background-color: #FF33E9; } /* 第四种颜色 */
    100% { background-color: #000bff; } /* 第五种颜色 */
}




.jingpintie {
    background: #6a8de9;
    color: #FFF;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 6px;
}
.dashangtie5 {
    background: linear-gradient(90deg, #376149, #FDFFD1, #93DBB3);
    color: #54504c;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 6px;
    background-size: 200% auto;
    animation: flowColors 1s linear infinite;
}
.dashangtie {
    background: linear-gradient(90deg, #0e8f1d, #2ed3e5, #6610f2);
    color: #FFF;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 6px;
    background-size: 200% auto;
    animation: flowColors 1s linear infinite;
}

@keyframes flowColors {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.tx_wapbbslist { display:none;width:100%;background:#fff;margin:0 auto;position:relative;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-top:2px;}
@media screen and (max-width:495px) {
    .wapindextop {
        position: fixed;
        z-index: 9999;
        width: 100%;
        margin: 0 auto;
        background: linear-gradient(#3e73fe, #1783fc);
        line-height: 50px;
        height: 50px;
        color: #fff;
        font-size: 15px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.24), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.52);
        top: 0;
        text-align: center;
    }
    .tx_wapbbslist { display:block;width:100%;background:#fff;margin:0 auto;position:relative;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-top:2px;}
    .wapindextop img {margin:0 1px;}
    .wapindextop a {color:#fff;}
    .waptopsa{background: #f00;overflow:hidden;padding: 3px 5px;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
    .postbut {width:60px;}
    .waptitle {width:100%;margin:0 auto;position:relative;overflow:hidden;}
    .wapcol {width:32%;margin:0 auto;position:relative;}
    .tipbk {margin:5px;}
    .tiptop {margin:0px 2px;}
    .tiptop dd {font-size:1.1rem;margin:2px 2px 0 0;padding:0px 1px 1px 1px;}
    .tpc_content{font-family:Arial;padding:0 5px 2em 5px;margin:0;line-height:2em;text-align:left;}
    .readbottom {margin:0px 5px;}
}
.head_top{ width:100%; max-width: 1030px; margin: 100px auto 0 auto;}
@media (max-width:375px) {

    .head_top{ width:100%;margin: 60px auto 0 auto; }
}
a.register-button {
    position: fixed;
    top: 0px;
    height: 50px;
    right: 0px;
    border-radius: 20px 0px 0px 20px;
    background-color: rgba(0, 0, 0, 0.14);
    padding: 0px 5px 1px 9px;
}

/* CSS for Login Button */
a.login-button {
    position: fixed;
    top: 0px;
    height: 50px;
    border-radius: 0px 20px 20px 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.14);
    padding: 0px 10px 1px 5px;
}
.layout-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;}
.layout-nav .van-tabbar {
    max-width: 480Px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 16px 16px 0px 0px;
    box-shadow: 0 0.02rem 0.08rem 0 hsl(0deg 0% 63% / 50%);
    border-top: 1px solid #3e73fe;
}

.van-tabbar--unfit {
    padding-bottom: 0;
}
.van-tabbar {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: 50px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #fff;
}
.van-hairline, .van-hairline--bottom, .van-hairline--left, .van-hairline--right, .van-hairline--surround, .van-hairline--top, .van-hairline--top-bottom {
    position: relative;
}
.van-tabbar-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #646566;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

a {
    text-decoration: none;
}
a {
    background-color: transparent;
}
.layout-nav .nav-solt {
    max-width: 480Px;
    margin: 0 auto;
    position: relative;
}
.van-tabbar-item__icon {
    position: relative;
    margin-bottom: 4px;
    font-size: 22px;
}
.van-tabbar-item__icon img {
    display: block;
    height: 20px;
    width: 20px;
}
img {
    border-style: none;
}
.layout-nav .van-tabbar-item__text {
    position: relative;
}
.layout-nav .tabs-3 {
    position: absolute;
    left: -30Px;
    top: -38Px;
    border-radius: 100%;
    text-align: center;
    z-index: 1;
    width: 4.2rem;
    color: #646566;
}
.layout-nav .tabs-3 img {
    width: 40Px;
}
.layout-nav .tabs-3 div {
    padding-top: 2Px;
}
body{background:url(http://xxxxx.aomenliuhewang.com/i/u/2024/08/01/QQ截图20240801160035.jpg) center top no-repeat;background-size: cover;background-attachment: fixed;}
@media (min-width: 280px) and (max-width: 575px) {
    body{background:url(http://xxxxx.aomenliuhewang.com/i/u/2024/08/01/QQ截图20240801160035.jpg) center 6px no-repeat,url(images/bga-xs.webp)center top repeat-y;background-size: 100%;}
}

.header {
    width: 100%;
    overflow: hidden;
}

.header .logo {
    position: fixed;
    top: 0px;
    z-index: 1000;
    overflow: hidden;
    width: 100%;
    max-width: 1030px;
    height: 98px;
    left:0;
    right:0;
    margin: 0 auto;
    background-image: linear-gradient(0deg, rgba(76, 158, 254, 1) 0%, rgba(0, 95, 176, 1) 100%);
}

.header .logo .logo_box {
    position: relative;
    height: 50px;
}

.header .logo .logo_box .log_img {
    padding-left: 4px;
    float: left;
    width: 208px;
    height: 50px;
}

.header .logo .bank {

    float: right;

}

.header .bank img {
    width: 75px;
    height: 50px;
    margin-right: 4px;
    vertical-align: middle;
}
.xxqbbslisttable
{

}

table.xxqbbslisttable {
    border-collapse: collapse;
    border-bottom: 1px solid #d2d8de;
    width: 100%;
    color: black;
    font-weight: bold;
}

table.xxqbbslisttable td, table.xxqbbslisttable th {
    border-bottom: 1px solid #d2d8de;
    text-align: left;
    color: #666666;
    padding: 9px 0px 9px 0px;
}

table.xxqbbslisttable th {
    background-color: #4cbd99;
}
.box33{
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background-image: linear-gradient(0deg, rgba(76, 158, 254, 1) 0%, rgba(0, 95, 176, 1) 100%);
}
.news-title33 {
    float: left;
    height: 35px;
    line-height: 35px;
    padding-left: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.txtmarquee-left33 {
    width: auto;
    position: relative;
    height: 35px;
    line-height: 35px;
    padding: 0px 1px;
    overflow: hidden;
}
#nr {
    font-size: 16px;
    margin: 0;
    background: -webkit-linear-gradient(left, #ffffff, #ff0000 6.25%, #ff7d00 12.5%, #ffff00 18.75%, #00ff00 25%, #00ffff 31.25%, #9e9ef3 37.5%, #ff00ff 43.75%, #ffff00 50%, #ff0000 56.25%, #ff7d00 62.5%, #ffff00 68.75%, #00ff00 75%, #00ffff 81.25%, #9e9ef3 87.5%, #ff00ff 93.75%, #ffff00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: masked-animation 3s infinite linear;
}

@keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -50%    0;
    }

    100% {
        background-position: -100%, 0;
    }
}
.pad {
    padding: 4px;
}
.box {
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background-image: linear-gradient(0deg, rgba(76, 158, 254, 1) 0%, rgba(0, 95, 176, 1) 100%);
}
.sicon {
    width: 100%;
}
.listtitle {
    height: 28px;
    line-height: 23px;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #738e9f;
    text-shadow: 0px 0px 10px #e5e5e5;
    background: linear-gradient(transparent, #f7f3f3);
    color: #000;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.colors {
    text-align: center;
    background-image: linear-gradient(to right, #02000e 90%, #000 95%, #ffff00 1%);
    -webkit-text-fill-color: transparent;
    background-clip: content-box;
    animation: colorchange 10s infinite;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: colorchange 10s infinite;
    display: inline-block;
}
.box-6{
    border-left:4px;
    border-right:4px;
    border-top:4px;
    border-bottom:4px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 4px
}
.nav1_table {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: rgb(0, 255, 0);
}
.qxtable {
    color: #000;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}
.qxtable.yxym {
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
}

.qxtable.yxym tr td:nth-child(3) {
    background: #d5e5fb;
    width: 18%;
}

.qxtable.yxym td {
    font-size: 18pt;
}

.qxtable th,
.qxtable td {
    border: 1px solid #fff;
}

.qxtable.yxym tr td:nth-child(1) {
    background: #d5e5fb;
    width: 26%;
}

.qxtable td {
    text-overflow: ellipsis;
    font-size: 26px;
}
@media screen and (max-width: 610px) {
    .qxtable.yxym td {
        font-size: 12pt;
    }
}

@media screen and (max-width: 610px) {
    .qxtable td {
        font-size: 20px;
    }
}

@media screen and (max-width: 505px) {
    .qxtable td {
        font-size: 18px;
    }
}

@media screen and (max-width: 429px) {
    .qxtable td {
        font-size: 17px;
    }
}

@media screen and (max-width: 409px) {
    .qxtable td {
        font-size: 16px;
    }
}

@media screen and (max-width: 409px) {
    .qxtable.yxym td {
        font-size: 16px;
    }
}
.layout-nav{
    display: none;
}
@media screen and (max-width:495px) {
    .layout-nav{
        display: block;
    }

    .fb-1 {
        color: #fff;
        width: 50px!important;
        height: 50px!important;
        z-index: 999999;
        text-align: center;
        font-size: 18px !important;
        border-radius: 100%;
        line-height: 50px !important;
        text-shadow: 2px 2px 1px #000;
        border: 2px solid #ff0000;
        box-shadow: 0 0 0 1px #666;
        background: linear-gradient(to bottom, #ff0000, #ffd700);
    }
    .fx-f{
        position: fixed;
        bottom: 60px;
        right: 10px;
    }

}
.wapindextop {
    position: fixed;
    z-index: 9999;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(#3e73fe, #1783fc);
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.24), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.52);
    top: 0;
    text-align: center;
}

.fb-1 {
    color: #fff;
    width: 80px;
    height: 80px;
    z-index: 999999;
    text-align: center;
    font-size: 33px;
    border-radius: 100%;
    line-height: 80px;
    text-shadow: 2px 2px 1px #000;
    border: 2px solid #ff0000;
    box-shadow: 0 0 0 1px #666;
    background: linear-gradient(to bottom, #ff0000, #ffd700);
}
.fx-f{
    position: fixed;
    bottom: 60px;
    right: 10px;
}


.nav1_table {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: rgb(0, 255, 0);
}
.qxtable {
    color: #000;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}
.qxtable.yxym {
    table-layout: auto;
    word-wrap: break-word;
    word-break: break-all;
}

.qxtable.yxym tr td:nth-child(3) {
    background: #d5e5fb;
    width: 18%;
}

.qxtable.yxym td {
    font-size: 18pt;
}

.qxtable th,
.qxtable td {
    border: 1px solid #fff;
}

.qxtable.yxym tr td:nth-child(1) {
    background: #d5e5fb;
    width: 26%;
}

.qxtable td {
    text-overflow: ellipsis;
    font-size: 26px;
}
@media screen and (max-width: 610px) {
    .qxtable.yxym td {
        font-size: 12pt;
    }
}

@media screen and (max-width: 610px) {
    .qxtable td {
        font-size: 20px;
    }
}

@media screen and (max-width: 505px) {
    .qxtable td {
        font-size: 18px;
    }
}

@media screen and (max-width: 429px) {
    .qxtable td {
        font-size: 17px;
    }
}

@media screen and (max-width: 409px) {
    .qxtable td {
        font-size: 16px;
    }
}

@media screen and (max-width: 409px) {
    .qxtable.yxym td {
        font-size: 16px;
    }
}
