:root {
    --main-bg-color: #007aff;
}


/* 分页条 */

.pagebar {
    display: flex;
    flex-wrap: wrap;
}

.pagebar a,
.pagebar .now-page {
    padding: 0 1em;
    line-height: 2.4;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 0.3em 0.3em 0;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.4);
}

.pagebar a:hover,
.pagebar .now-page {
    color: #fff;
    background-color: var(--main-bg-color);
}


/* 评论 */

.msg {
    color: rgba(0, 0, 0, 0.6);
}

.msg img.avatar {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    margin-right: 1em;
}

.msgname {
    align-items: flex-start;
}

.msgusername {
    display: inline-flex;
    align-items: center;
}

.msg .msg {
    padding: 1em 1.2em;
    margin: 0.8em 0 0 4em;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.msg .tx-btn-mini {
    line-height: 1.3;
    padding: 0 5px;
}

.tx-comment-textarea {
    position: relative;
}

.tx-comment-textarea .tx-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.reply-frm {
    padding: 1em;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    margin: 1em 0 0 0;
}

.tx-side dl {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: 0px 10px 40px rgba(223, 223, 222, 0.6);
}

.tx-side dt {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 1.28em;
    line-height: 2.4;
    padding: 0 0.8em;
    background-image: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.03));
}

.tx-side dd>ul {
    padding: 0.5em 1em;
    overflow: hidden;
}

.tx-side dd>div {
    padding: 0.8em 1em;
    overflow: hidden;
}

.tx-side dl dd>*::after {
    display: table;
    content: " ";
    clear: both;
}

.tx-side dl dd ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.4em 0;
}

.tx-side dl#divArchives ul li,
.tx-side dl#divFavorites ul li,
.tx-side dl#divLinkage ul li,
.tx-side dl#divLinkage ul li,
.tx-side dl#divAuthors ul li,
.tx-side dl#divTags li {
    float: left;
    width: 48%;
}

.tx-side dl#divArchives ul li:nth-child(2n),
.tx-side dl#divFavorites ul li:nth-child(2n),
.tx-side dl#divLinkage ul li:nth-child(2n),
.tx-side dl#divLinkage ul li:nth-child(2n),
.tx-side dl#divAuthors ul li:nth-child(2n) {
    float: right;
}

.tx-side dl#divCatalog ul li ul,
.tx-side dl#divNavBar ul li ul {
    padding-left: 1.5em;
}

.tx-side dl#divCatalog ul li ul li,
.tx-side dl#divNavBar ul li ul li {
    padding-bottom: 0;
}

.tx-side dl#divTags li {
    width: auto;
    padding: 0;
}

.tx-side dl#divTags a {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.06);
    line-height: 2.4;
    margin: 0.2em 0.4em 0.2em 0;
    padding: 0 1em;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.5);
}

.tx-side dl#divTags a span {
    font-size: 0.8em;
    margin-left: 0.8em;
    color: rgba(0, 0, 0, 0.3);
}

.tx-side dl#divTags a:hover {
    background-color: rgba(0, 0, 0, 0.09);
}

.tx-side dl#divCalendar table {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
}

.tx-side dl#divCalendar table th,
.tx-side dl#divCalendar table td {
    border: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 2.4;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.tx-side dl#divCalendar table caption {
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

.tx-side dl#divCalendar table td a {
    color: var(--main-bg-color);
    font-weight: bold;
}

.tx-side dl#divSearchPanel dd form {
    display: flex;
}

.tx-side dl#divSearchPanel dd>div input[type="text"] {
    width: 100%;
    border: 0;
    padding: 0 1em;
    line-height: 2.4;
    height: 2.4em;
    background-color: rgba(0, 0, 0, 0.04);
    color: #777;
    flex-grow: 1;
}

.tx-side dl#divSearchPanel dd>div input[type="submit"] {
    flex-shrink: 0;
    height: 2.4em;
    line-height: 2.4;
    padding: 0 1.3em;
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: var(--main-bg-color);
}

.header {
    background-color: #111924;
    padding: 24px 0;
    position: relative;
    z-index: 99;
}

.logo {
    margin-right: 80px;
}

.logo a {
    display: flex;
    align-items: center;
    color: #9fa7af;
    font-size: 16px;
    line-height: 20px;
}

.logo a img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    line-height: 1;
}

.logo a small {
    display: block;
    font-size: 16px;
}

.nav li {
    float: left;
    margin-right: 30px;
}

.nav li a {
    display: block;
    color: #9fa7af;
    line-height: 50px;
}

.nav li ul {
    display: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    color: #fff;
    font-size: 24px;
}

.footer {
    background-color: #111923;
    padding: 40px 0;
    color: #7e868d;
}

.footer a {
    color: #7e868d;
}

.copy-img img {
    display: inline-block;
    line-height: 1;
    margin: 0 10px;
    height: 30px;
    width: auto;
}

.tx-c1,
.flow-hover h3 {
    color: #a29179;
}

.tx-c2 {
    color: #c6b39a;
}

.tx-box1 {
    border-radius: 3px;
    box-shadow: 0px 10px 40px rgba(223, 223, 222, 0.6);
}

.item-pro {
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(98, 98, 98, 0.65);
    position: relative;
    transition: all 0.2s ease-in-out;
}

.item-pro:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.item-hot::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -3px;
    width: 77px;
    height: 76px;
    background: url('../images/game-cover-tag.png') no-repeat 0 0;
    z-index: 15;
}

.item-pro section h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.box-lc dd {
    height: 254px;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
}

.box-lc dd:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 6px 32px 6px rgba(97, 82, 57, 0.3);
    z-index: 100;
    outline: rgba(255, 255, 255, 0.8) solid 1px;
}
.item-pro-btn {
    display: inline-block;
    background: url('../images/game-tag-red.png') no-repeat 0 0;
    width: 115px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    flex-shrink: 0;
}

.top-img {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 0.3s;
}

.box-lc dd:hover .top-img {
    opacity: 0;
}

.bottom-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    transition: all 0.3s;
    padding: 0 10px;
}

.box-lc dd:hover .bottom-txt {
    bottom: 40px;
}

.box-lc dd:hover .bottom-txt h3 {
    font-size: 28px !important;
}

.box-lc dd>strong {
    font-size: 100px;
    opacity: 0.28;
    position: absolute;
    right: 6px;
    bottom: -120px;
    font-family: "HELVETICANEUELTPRO-MDEX";
    transition: 0.3s;
}

.box-lc dd:hover>strong {
    bottom: -60px;
}

.item-lc1 {
    background: -webkit-linear-gradient(top, #A88C5A, #F2DFC1);
    background: -o-linear-gradient(top, #A88C5A, #F2DFC1);
    background: -moz-linear-gradient(top, #A88C5A, #F2DFC1);
    background: linear-gradient(to bottom, #A88C5A, #F2DFC1);
    position: relative;
}

.item-lc2 {
    background: -webkit-linear-gradient(top, #246F99, #7EC1E6);
    background: -o-linear-gradient(top, #246F99, #7EC1E6);
    background: -moz-linear-gradient(top, #246F99, #7EC1E6);
    background: linear-gradient(to bottom, #246F99, #7EC1E6);
}

.item-lc3 {
    background: -webkit-linear-gradient(top, #CD7044, #ECC1B0);
    background: -o-linear-gradient(top, #CD7044, #ECC1B0);
    background: -moz-linear-gradient(top, #CD7044, #ECC1B0);
    background: linear-gradient(to bottom, #CD7044, #ECC1B0);
}

.item-lc4 {
    background: -webkit-linear-gradient(top, #70717C, #D0D0D8);
    background: -o-linear-gradient(top, #70717C, #D0D0D8);
    background: -moz-linear-gradient(top, #70717C, #D0D0D8);
    background: linear-gradient(to bottom, #70717C, #D0D0D8);
}

.item-lc5 {
    background: -webkit-linear-gradient(top, #408083, #ADE0D7);
    background: -o-linear-gradient(top, #408083, #ADE0D7);
    background: -moz-linear-gradient(top, #408083, #ADE0D7);
    background: linear-gradient(to bottom, #408083, #ADE0D7);
}

.item-lc6 {
    background: -webkit-linear-gradient(top, #1C5181, #8CC2DF);
    background: -o-linear-gradient(top, #1C5181, #8CC2DF);
    background: -moz-linear-gradient(top, #1C5181, #8CC2DF);
    background: linear-gradient(to bottom, #1C5181, #8CC2DF);
}

.flow_xt {
    height: 2px;
    background: url('../images/flow_xt.png') no-repeat;
    background-size: cover;
    position: relative;
    margin: 80px 0 30px 0;
}

.flow_num {
    width: 46px;
    height: 46px;
    background: url("../images/yuan.png") no-repeat;
    position: absolute;
    top: -20px;
    left: 40px;
    transition: all 0.3s;
}

.flow_num span {
    color: #a29179;
    font-size: 24px;
    position: absolute;
    left: 10px;
    top: -30px;
    font-family: "HELVETICANEUELTPRO-MDEX";
}

.flow-list li {
    padding: 15px 40px 30px 40px;
    cursor: pointer;
}

.info-text {
    line-height: 1.8;
    text-indent: 2em;
}

.info-text p {
    margin: 10px 0;
}

.info-text img {
    max-width: 80%;
    margin-left: -30px;
}

.bottom-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 2s ease 0s;
}

.bottom-fixed-colse {
    bottom: -100%;
    opacity: 0;
}

.bottom-colse {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 610px;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.bottom-colse:hover {
    opacity: 0.8;
    color: #fff;
}

.bottom-fixed-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dnwu{display: none;}

@media screen and (max-width: 720px) {
    .sjwu{display: none;}
    .dnwu{display: block;}
    .tx-wide {
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .msg img.avatar {
        width: 10vw;
        height: 10vw;
    }
    .msg .msg {
        margin: 1.5vw 0 0 0;
        padding: 2vw;
    }
    .tx-side dl {
        margin-bottom: 2.4vw;
    }
    .header {
        padding: 8px 0;
    }
    .item-pro-btn{display:none;}
    .nav-on {
        display: block;
        padding-top: 14px;
        margin-left: 20px;
    }
    .nav-on i {
        display: block;
        width: 22px;
        height: 1px;
        border-bottom: 2px solid #fff;
        margin-bottom: 4px;
        transition: all .35s ease 0s;
    }
    .nav-on-i i:first-child {
        transform: translateY(6px) rotate(45deg);
    }
    .nav-on-i i:nth-child(2) {
        opacity: 0;
    }
    .nav-on-i i:last-child {
        transform: translateY(-6px) rotate(-45deg);
    }
    .nav {
        position: absolute;
        top: 67px;
        left: 0;
        padding: 10px 0;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: #111924;
        display: none;
    }
    .nav ul li {
        width: 100%;
        padding: 0 4vw;
    }
    .flow-list li {
        padding: 0;
    }
    .flow-list li h3 {
        font-size: 4vw;
    }
    .flow_num {
        left: 10px;
    }
    .bottom-colse {
        right: 0;
        left: auto;
        margin-left: 0;
    }
    .col-12.col-m-24.ta-r {
        text-align: left;
        margin-top: 2vw;
    }
    .item-pro-btn {
        height: auto;
        line-height: 1;
        background-size: 100% 100%;
        width: auto;
        padding: 2vw 5vw;
    }
    .item-pro section h3 {
        display: block;
        text-align: center;
        font-size: 3.5vw;
    }
    .item-pro section h3 span.txt-ov {
        display: block;
        overflow: hidden;
    }
    .item-hot::after {
        width: 10vw;
        height: 10vw;
        background-size: 100% 100%;
        top: -2px;
        left: -1px;
    }
}
@media screen and (max-width: 9999px){
    .topx{display: none;}
    .centerx{display: none;}
}
.links ul{padding:15px 15px 5px 15px;}
.links ul li{float:left;margin:0 10px 7px 0;}
.links ul li a{color: #636363;}

.avatar { position: relative; float: left; width: 65px; height: 65px; border-radius: 100%; padding: 2px; display: block; background: -webkit-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: -o-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: linear-gradient(to top right, rgba(0,153,255,.9), rgba(42,228,197,.7)); }
.avatar img { width: 100%; border-radius: 50%; }
.avatar::after { content: ""; position: absolute; background: url(../images/v.png) no-repeat; background-size: 15px; width: 15px; height: 15px; right: 0; bottom: 0 }
.avatarinfo { margin-top: 10px; color: #000; line-height: 20px;}
.avatarinfo span { margin: 0 15px;font-size:14px;}
.avatarinfo span a { color: #708090 }