.gameiw {
    background-color: #ffffff;
    padding: 10px 15px 10px 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.gameiw dl {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    line-height: 22.5px;
}

.gameiw dt {
    float: left;
    width: 75px;
    color: #494949;
}

.gameiw dd {
    float: right;
    width: 1075px;
}

.gameiw dd a {
    display: inline-block;
    margin-right: 10px;
    padding: 0 7.5px;
    transition: all .25s;
}

.gameiw dd a.active {
    background-color: #007FFF;
    color: #ffffff;
}

.gameico a {
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    padding: 0 5px 5px 5px;
}

.gameico a.active,
.gameico a:hover {
    border-bottom: 3px solid #007FFF;
    color: #007FFF;
}

.gameicc {
    margin-top: 15px;
}

.gameicc li {
    float: left;
    width: 50%;
    padding: 10px;
    border: 1px solid #eee;
    margin-top: -1px;
    margin-left: -1px;
}

.gameiccl {
    float: left;
    text-align: center;
}

.gameiccl .img {
    display: block;
    width: 90px;
    height: 90px;
}

.gameiccl .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.gameiccl .btn {
    display: inline-block;
    background-color: #007FFF;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    padding: 5px 17.5px;
    border-radius: 5px;
    margin-top: 10px;
}

.gameiccr {
    margin-left: 105px;
}

.gameiccr .name {
    display: block;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.gameiccr .fuli {
    color: #BC1717;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.gameiccr .fuli b {
    color: #acacac;
}

.gameiccr .fuli a {
    color: #BC1717;
}

.gameiccr .desc {
    color: #acacac;
    line-height: 22.5px;
    height: 45px;
    overflow: hidden;
    margin-top: 5px;
}

.gameiccr .desc.plus {
    height: 67.5px;
}

.gameiccr .desc a {
    color: #acacac;
}

.gameiccr .tags {
    margin-top: 5px;
}

.gameiccr .tagsItem {
    display: block;
    float: left;
    border: 1px solid #545454;
    color: #545454;
    font-size: 12px;
    padding: 2.5px 7.5px;
    margin-right: 5px;
    border-radius: 3px;
}

.gameiccr b {
    font-weight: bold;
}

.gameDetailTop {
    margin-top: auto;
    padding: 25px 20px;
}

.gameDetailTop .img {
    width: 135px;
    height: 135px;
    float: left;
    overflow: hidden;
}

.gameDetailTop .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.gameDetailTop .img .gameImgTypeDiscount {
    bottom: auto;
    right: -15px;
    top: 12.5px;
    color: #ffffff;
    background-color: red;
    transform: rotate(45deg);
    width: 75px;
    text-align: center;
    font-size: 12px;
    display: block;
}

.gameDetailTop .info {
    margin-left: 160px;
}

.gameDetailTop .info .name {
    font-size: 26px;
    color: #545454;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25;
}

.gameDetailTop .info .summary {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gameDetailTop .info .desc {
    color: #BC1717;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gameDetailTop .info .btns {
    margin-top: 10px;
}

.gameDetailTop .info a {
    display: block;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    padding: 7.5px 20px;
    color: #ffffff;
    position: relative;
}

.gameDetailTop .info a.android {
    background-color: #6bb137;
}

.gameDetailTop .info a.GMassistant {
    background-color: #474de0;
}

.gameDetailTop .info a.ios {
    background-color: #007FFF;
}

.gameDetailTop .info a.app {
    background-color: #ff3e24;
}

.gameDetailTop .info .fa {
    margin-right: .5em;
    font-size: 18px;
}

.gameDetailTop .info a.disable {
    background-color: #cccccc;
    cursor: no-drop;
}

.gameDetailTop .info a .qrcode {
    position: absolute;
    z-index: 917;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 5px;
    display: none;
}

.gameDetailTop .info a:hover .qrcode {
    display: block;
}

.gameDetailNavContainer {
    margin-top: 15px;
}

.gameDetailNav {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    margin-top: auto;
}

.gameDetailNav-fixed.active {
    position: fixed;
    z-index: 555;
    top: 0;
    width: 100%;
}

.gameDetailNav-place {
    display: none;
}

.gameDetailNav-place.active {
    display: block;
    visibility: hidden;
}

.gameDetailNav li {
    float: left;
}

.gameDetailNav li.segm {
    width: 2px;
    height: 20px;
    background-color: #007FFF;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 5px;
}

.gameDetail .globalTitle .text {
    border-left: 2px solid #007FFF;
    padding-left: .5em;
}

.gameDetailNav li a {
    display: block;
    padding: 0 0 10px 0;
    color: #000;
    font-size: 17px;
    width: 100px;
    text-align: center;
    transition: all .25s;
}

.gameDetailNav li a:hover,
.gameDetailNav li.active a {
    border-bottom: 3px solid #007FFF;
    color: #007FFF;
}

.gameDetailInfo {
    margin-top: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 5px;
}

.gameDetailText {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.75;
}

.gameDetailImgs {
    height: 265px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    margin-bottom: 15px;
}

.gameDetailImgs::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.gameDetailImgs::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f4f4f4;
}

.gameDetailImgs::-webkit-scrollbar-thumb {
    height: 10px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #c5c5c5;
}

.gameDetailImgs a {
    display: inline-block;
    margin-right: 1%;
    height: 100%;
    overflow: hidden;
}

.gameDetailImgs img {
    display: block;
    max-width: 100%;
    height: 100%;
}

.gameDetailVip table {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.gameDetailVip td {
    text-align: center;
    padding: 7.5px;
    border: 1px solid #ccc;
}

.gameDetailVip tr:first-child td {
    background-color: #f2f4f7;
    font-weight: bold;
    color: #000000;
}

.gameDetailGift ul li {
    margin: 10px auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.gameDetailGift ul li:first-child {
    margin-top: auto;
    border-top: none;
    padding-top: 0;
}

.gameDetailGift ul li:last-child {
    margin-bottom: auto;
}

.gameDetailGift li .img {
    float: left;
    width: 72.5px;
    height: 72.5px;
}

.gameDetailGift li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.gameDetailGift li .info {
    margin-left: 90px;
    margin-right: 25px;
}

.gameDetailGift li .info .name {
    display: block;
    color: #494949;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.gameDetailGift li .info .desc,
.gameDetailGift li .info .time {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    margin-top: 5px;
    font-size: 13px;
}

.gameDetailGift li .amountimg {
    float: left;
    width: 35%;
    height: 5px;
    background-color: #d8d8d8;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 2.5px;
    overflow: hidden;
}

.gameDetailGift li .amountimg i {
    display: block;
    height: 100%;
    background-color: #007FFF;
}

.gameDetailGift li .amounttext {
    float: left;
}

.gameDetailGift li .opt {
    float: right;
    padding-top: 25px;
}

.gameDetailGift li .opt a {
    display: block;
    padding: 5px 15px;
    background-color: #007FFF;
    color: #ffffff;
}

.gameDetailComment ul li {
    margin: 10px auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.gameDetailComment li .info {
    float: left;
    margin-left: 15px;
}

.gameDetailComment ul li {
    margin: 10px auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.gameDetailComment ul li:first-child {
    margin-top: auto;
    border-top: none;
    padding-top: 0;
}

.gameDetailComment ul li:last-child {
    margin-bottom: auto;
}

.gameDetailComment li .img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #cccccc;
}

.gameDetailComment li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.gameDetailComment li .info {
    float: none;
    margin-left: 75px;
}

.gameDetailComment li .info h1 {
    color: #494949;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gameDetailComment li .info p {
    margin-top: 7.5px;
    line-height: 1.85;
}

.gameDetailComment li .info span {
    display: block;
    text-align: right;
}

.gameDetailComment li .empty {
    text-align: center;
    padding: 2.5% 0;
    color: #ccc;
}

.gameDetailApp {
    text-align: center;
}

.gameDetailApp a {
    display: block;
}

.gameDetailTag ul {
    margin-top: -5px;
    margin-bottom: -5px;
}

.gameDetailTag li {
    float: left;
    border: 1px solid #BC1717;
    padding: 2.5px 7.5px;
    border-radius: 5px;
    margin: 5px .5em 5px auto;
    font-size: 13px;
}

.gameDetailTag li,
.gameDetailTag li a {
    color: #BC1717;
}

.gameDetailAr li {
    margin: 7.5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
    border-top: 1px solid #ccc;
    padding-top: 7.5px;
}

.gameDetailAr li:first-child {
    margin-top: auto;
    border-top: none;
    padding-top: 0;
}

.gameDetailAr li:last-child {
    margin-bottom: auto;
}

.gameDetailAr li span {
    display: block;
    float: left;
    margin-right: 2.5px;
    text-align: center;
    margin-top: 5px;
}

.gameServer li {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 25px;
}

.gameServer li:first-child {
    margin-top: auto;
}

.gameServer li:last-child {
    margin-bottom: auto;
}

.gameServer li .date {
    float: left;
    width: 65px;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 10px;
}

.gameServer li.already .date {
    background-color: #aeaeae;
}

.gameServer li.today .date {
    background-color: #007FFF;
}

.gameServer li.future .date {
    background-color: #01bb53;
}

.gameServer li .time,
.gameServer li .name {
    color: #494949;
    font-weight: bold;
    font-size: 15px;
}

.gameServer li .time {
    float: left;
    margin-right: 5px;
}

.gameServer li .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.gameServer li .os {
    float: right;
    width: 55px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-left: 5px;
}

.gameServer li .os .fa-android {
    color: #9ece6b;
}

.gameServer li .os .fa-apple {
    color: #007FFF;
}

.reward1 {
    background: url("../images/reward1.png");
    width: 75px;
    height: 55px;
    float: right;
    background-size: 100% 100%;
    position: absolute;
    right: 3%;
}

.reward2 {
    background: url("../images/reward2.png");
    width: 75px;
    height: 55px;
    float: right;
    background-size: 100% 100%;
    position: absolute;
    right: 3%;
}

.reward3 {
    background: url("../images/reward3.png");
    width: 75px;
    height: 55px;
    float: right;
    background-size: 100% 100%;
    position: absolute;
    right: 3%;
}

.reward4 {
    background: url("../images/reward4.png");
    width: 75px;
    height: 55px;
    float: right;
    background-size: 100% 100%;
    position: absolute;
    right: 3%;
}

.rewardfont {
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 55px;
    font-size: 8px;
    color: #5574ff;
    font-weight: 800;
}

.rewardfontred {
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 55px;
    font-size: 8px;
    color: #ee5858;
    font-weight: 800;
}

.gameDetailTitle {
    display: flex;
    margin-bottom: 12.5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dedede;
}

.gameDetailTitle .title{
    flex: 1;
    border-left: 2px solid #007FFF;
    padding-left: .5em;
    font-size: 16px;
    color: #007FFF;
    font-weight: bold;
}

.gameDetailTitle .extra {
    float: right;
    padding-right: 10px;
}
.gameiw b {
    float: left;
    width: 75px;
    color: #494949;
}
.gameiw table {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    line-height: 22.5px;
}
.gameiw a {
    display: inline-block;
    margin-right: 10px;
    padding: 0 7.5px;
    transition: all .25s;
}.gameiw a.active {
    background-color: #007FFF;
    color: #ffffff;
}
.gameDetailImgs a {
    height: 265px;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    text-align: justify;
    margin-bottom: 15px;
}

        /* 筛选栏样式 */
        .filters {
            max-width: 1200px;
            margin: 30px auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        .filter-section {
            margin-bottom: 25px;
        }
        
        .filter-title {
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 16px;
            color: #666;
        }
        
        .filter-options {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .filter-option {
            background-color: #f5f5f5;
            border: 1px solid #e0e0e0;
            border-radius: 20px;
            padding: 6px 15px;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .filter-option.active,
        .filter-option:hover {
            background-color: #ff6a00;
            color: white;
            border-color: #ff6a00;
        }
        
        /* 底部筛选排序 */
        .sorting {
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            background: #fff;
            padding: 12px 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        
        .game-count {
            font-size: 16px;
            color: #333;
        }
        
        .sort-options {
            display: flex;
            gap: 15px;
        }
        
        .sort-option {
            color: #666;
            font-size: 14px;
            cursor: pointer;
            transition: color 0.2s;
        }
        
        .sort-option:hover {
            color: #ff6a00;
        }
        
        .sort-option.active {
            color: #ff6a00;
            font-weight: bold;
        }
        