@import url(../common/common.css);
@import url(../common/pagination.css);
@import url(../common/icon.css);
html,
body {
    margin: 0;
}

p {
    margin: 10px;
}
.photo-header-content {
    margin-top: 12px;
}
.photo-header-content a {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 0;
    box-sizing: border-box;
}
.photo-header-content > div a:not(:last-child) {
    margin-bottom: 2px;
}
.photo-header-content a::before {
    content: '';
    display: inline-block;
    font-size: 0;
    box-sizing: border-box;
    padding-bottom: 6%;
}
.photo-header-content a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: fill;
}
.photo-header-content img {
    width: 100%;
}
.photo-header-content-desktop {
    display: block;
}
.photo-header-content-mobile {
    display: none;
}
.guess-like-title {
    padding: 26px 0 6px 0;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.play-container{
    margin-top: 14px;
}
.play-offset {
    padding-bottom: 56% !important;
}
.play-title {
    padding: 20px 0;
    border-bottom: 1px solid #DCDCDC;
}
.play-title a {
    font-size: 18px;
    color: #333 !important;
    font-weight: 500;
}
.play-road {
    display: flex;
    padding: 16px 0;
}
.play-road-item {
    display: inline-flex;
    background-color: #EDEDED;
    height: 30px;
    width: 80px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666666;
    border-radius: 4px;
    margin-right: 30px;
}
.play-road-item-active {
    background-color: #22A931;
    color: #ffffff;
}
.novel-chapter-index {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #EAEAEA;
    margin-top: 60px;
    padding: 8px 0;
}
.novel-chapter-list {
    display: flex;
    flex-wrap: wrap;
}
.novel-chapter-item {
    width: 50%;
    display: flex;
    box-sizing: border-box;
    padding: 14px 0;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #EAEAEA;
}
.novel-chapter-item img {
    display: none;
    width: 24px;
    margin-right: 12px;
}
.novel-list {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.novel-item {
    width: 50%;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 18px 0;
    border-bottom: 1px solid #EAEAEA;
}
.novel-item:hover .novel-item-title {
    color: #22a931;
}
.novel-item:nth-child(odd) {
    padding-right: 10px;
}
.novel-item:nth-child(even) {
    padding-left: 10px;
}
.novel-item-img {
    width: 100px;
    height: 133px;
    object-fit: cover;
    margin-right: 8px;
}
.novel-item-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
.novel-item-title {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.novel-item-desc {
    flex: 1;
    margin-top: 10px;
    color: #8A8A8A;
    font-size: 16px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}
.novel-item-date {
    color: #999;
    font-size: 14px;
    flex: 1;
}
.novel-item-status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 22px;
    border: 1px solid #22A931;
    color: #22A931;
    font-size: 12px;
}
.game-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.game-item {
    position: relative;
    width: 16.66%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 20px;
}
.game-item:hover .game-item-title {
    color: #22a931;
}

.game-item .aspect-ratio-offset {
    padding-bottom: 100%;
}

.game-item-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.game-item-title {
    font-size: 18px;
    color: #333;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.video-list {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    box-sizing: border-box;
}

.video-item {
    position: relative;
    width: 20%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 10px;
}

.video-item:hover .video-item-title, .video-item:hover .video-item-date {
    color: #22a931;
}

.video-item .aspect-ratio-offset {
    padding-bottom: 133%;
}

.video-item-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-item-bottom {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 8px;
    right: 8px;
    font-size: 12px;
    color: #fff;
}

.video-item-bottom img {
    width: 12px;
    margin-right: 4px;
}

.video-item-title {
    font-size: 15px;
    color: #000;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-item-date {
    font-size: 12px;
    color: #999999;
    margin-top: 6px;
}
.common-detail {
    display: flex;
}
.common-detail > img {
    width: 136px;
    height: 180px;
    margin-right: 13px;
    object-fit: cover;
    border-radius: 4px;
}
.common-detail-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.common-detail-title {
    color: #333;
    font-weight: 500;
    font-size: 18px;
}
.common-detail-desc {
    color: #8A8A8A;
    font-size: 16px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.common-detail-status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 22px;
    border: 1px solid #22A931;
    color: #22A931;
    font-size: 12px;
}
.common-detail-date {
    color: #999;
    font-size: 14px;
    flex: 1;
}
.common-detail-button {
    width: 250px;
    height: 40px;
    background-color: #22A931;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 16px !important;
    cursor: pointer;
}
.common-detail-mobile-button {
    display: none;
    margin: 0 auto;
    margin-top: 14px;
}
.common-detail-button > img {
    width: 18px;
    margin-right: 10px;
}
.category-list {
    margin-top: 14px;
    display: none;
    align-items: center;
    flex-wrap: wrap;
}
.category-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-size: 16px;
    color: #535353;
    padding: 0 12px;
    text-align: center;
    margin-right: 14px;
}
.category-item-active {
    background-color: #22A931;
    color: #fff !important;
    font-weight: 500;
    border-radius: 6px;
}
/* .category-item:nth-child(n+5) {
    margin-top: 4px;
} */
.aspect-ratio-container {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 0;
    box-sizing: border-box;
}
.aspect-ratio-offset {
    display: inline-block;
    font-size: 0;
    box-sizing: border-box;
    padding-bottom: 100%;
}
.aspect-ratio-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 14px;
}
.row-item ul li {
    display: inline-block;
}

.banner-frame {
    min-height: 400px;
}

.menu-frame {
    min-height: 357px;
}

.flickity-gallery {
    height: 100%;
}

.flickity-gallery ol {
    /* display: none; */
    bottom: 12px;
}

.flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.42) !important;
}

.flickity-page-dots .dot.is-selected {
    background: rgba(255, 255, 255) !important;
}

.ad-content {
    width: 100%;
}

.section-menu {
    margin-bottom: 10px;
}

#nfo_clearfix {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#nfo_clearfix {
    /*background-color: #00abcd;*/
}

a {
    cursor: pointer;
    text-decoration: none;
    outline: 0 none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #CD2407;
}

h2 {
    color: #000;
}

ol,
ul {
    list-style: none;
}

em {
    font-style: normal;
}

a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.down-main div {
    border-radius: 5px;
}

#photo-header-content img {
    width: 100%;
    vertical-align: middle;
    border: 0;
}

#floatAuvdId img {
    width: 100%;
}

.nav-row {
    text-align: left;
    color: #666666;
    font-size: 14px;
}
.nav-desktop {
    margin-top: 14px;
}
.nav-mobile {
    display: none;
    padding: 10px 12px;
}
.nav-row a {
    color: #666666;
}
.nav-row .cat_pos_l {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.nav-row .cat_pos_l a {
    color: #666666 !important;
}
.nav-row .cat_pos_l a:hover {
    color: #22a931 !important;
}

.maomi-content {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.overlay {
    position: fixed;
    z-index: 500;
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.overlay img {
    background-position: center;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

/*@media only screen {*/
    /*html {*/
        /*font-size: 14px;*/
    /*}*/
/*}*/

/*@media only screen and (min-width:360px) and (max-width: 399px) {*/
    /*html {*/
        /*font-size: 15px;*/
    /*}*/
/*}*/

/*@media only screen and (min-width: 400px)and(max-width: 479px) {*/
    /*html {*/
        /*font-size: 16px;*/
    /*}*/
/*}*/

/*@media only screen and (min-width: 480px) and (max-width:719px) {*/
    /*html {*/
        /*font-size: 20px;*/
    /*}*/
/*}*/

.global_video_bottom_dbtc {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    height: 4rem;
    overflow: hidden;
    text-align: left;
    display: none;
}

.global_video_bottom_dbtc .iLogo {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 4rem;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    top: 0rem;
    left: 0;
}

.global_video_bottom_dbtc .pTxt {
    color: #fff;
    line-height: 1.5rem;
    padding: 0rem 9.33rem 0 6rem;
    margin: 0.5rem 0;
}

.global_video_bottom_dbtc .pTxt span {
    display: block;
    height: 1.5rem;
    overflow: hidden;
}

.global_video_bottom_dbtc .pTxt span.sTit {
    font-size: 1.13rem;
}

.global_video_bottom_dbtc .pTxt span.sDes {
    font-size: 0.93rem;
}

.global_video_bottom_dbtc .downloadBtn {
    width: 6.33rem;
    height: 2.07rem;
    line-height: 2.07rem;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    background: #33aaff;
    border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    box-shadow: 0 2px 2px #2988cc;
    -moz-box-shadow: 0 2px 2px #2988cc;
    -webkit-box-shadow: 0 2px 2px #2988cc;
    -ms-box-shadow: 0 2px 2px #2988cc;
    -o-box-shadow: 0 2px 2px #2988cc;
    position: absolute;
    top: 0.9rem;
    right: 2.33rem;
}

.global_video_bottom_dbtc .aCloseBtn {
    width: 1.67rem;
    height: 1.67rem;
    line-height: 1.67rem;
    overflow: hidden;
    color: #777777;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 1.67rem;
    z-index: 20;
}

.global_video_bottom_dbtc .maskBtn {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
.glb-video-btn {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 300;
    height: 4rem;
    overflow: hidden;
    text-align: left;
    display: none;
}

.glb-video-btn .iLogo {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 4rem 4rem;
    width: 4rem;
    height: 4rem;
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    top: 0rem;
    left: 1.33rem;
}

.glb-video-btn .pTxt {
    color: #FFF;
    line-height: 1.5rem;
    padding: 0rem 9.33rem 0 6rem;
    margin: 0.5rem 0;
}

.glb-video-btn .pTxt span {
    display: block;
    height: 1.5rem;
    overflow: hidden;
}

.glb-video-btn .pTxt span.sTit {
    font-size: 1.13rem;
}

.glb-video-btn .pTxt span.sDes {
    font-size: 0.93rem;
}

.glb-video-btn .topDownBtn {
    width: 6.33rem;
    height: 2.07rem;
    line-height: 2.07rem;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    background: #3AF;
    border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    box-shadow: 0 2px 2px #2988CC;
    -moz-box-shadow: 0 2px 2px #2988CC;
    -webkit-box-shadow: 0 2px 2px #2988CC;
    -ms-box-shadow: 0 2px 2px #2988CC;
    -o-box-shadow: 0 2px 2px #2988CC;
    position: absolute;
    top: 0.9rem;
    right: 2.33rem;
}

.glb-video-btn .aCloseBtn {
    width: 1.67rem;
    height: 1.67rem;
    line-height: 1.67rem;
    overflow: hidden;
    color: #777;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 1.67rem;
    z-index: 20;
}

.glb-video-btn .maskBtn {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
@media (max-width:769px) {
    .game-list {
        margin-left: -6px;
        margin-right: -6px;
    }
    .game-item {
        width: 25%;
        padding: 6px;
    }
    .video-item {
        width: 33.3333%;
    }
    #favCanvas {
        top: 0;
    }
    .content-text p {
        margin: 0px 0 0px 0;
    }
}

@media screen and (max-width:805px) {
    body {
        font-size: 12px
    }
    .menu-frame {
        min-height: 551px;
    }
    .container {
        width: 100%;
        margin: 0 auto;
    }
    .container .row {
        display: block;
    }
    .close-float-left,
    .close-float-left-up,
    .close-float-left-center,
    .close-float-left-down {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 12px;
        color: white;
        background: #222;
        left: 0px;
        font-size: 12px;
        text-align: left;
        z-index: 1000;
        background: rgba(0, 0, 0, .1);
    }
    .close-float-right,
    .close-float-right-up,
    .close-float-right-center,
    .close-float-right-down {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 12px;
        color: white;
        background: #222;
        right: 0px;
        font-size: 12px;
        text-align: right;
        z-index: 1000;
        background: rgba(0, 0, 0, .1);
    }
    #floatleft-up {
        position: absolute;
        z-index: 10;
        left: 10px;
        top: 1361px;
        width: 40px;
        height: 83px;
    }
    .float-content-title-left-up {
        width: 60px;
        height: 110px;
    }
    .float-content-title-left-center {
        width: 60px;
        height: 110px;
    }
    .float-content-title-left-down {
        width: 60px;
        height: 110px;
    }
    .float-content-title-right-up {
        width: 60px;
        height: 110px;
    }
    .float-content-title-right-center {
        width: 60px;
        height: 110px;
    }
    .float-content-title-right-down {
        width: 60px;
        height: 110px;
    }
    #floatleft-center {
        position: absolute;
        z-index: 10;
        left: 10px;
        top: 1861px;
        width: 40px;
        height: 80px;
    }
    #floatleft-down {
        position: absolute;
        z-index: 10;
        left: 10px;
        top: 2361px;
        width: 60px;
        height: 65px;
    }
    #floatright-up {
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 1361px;
        width: 40px;
        height: 83px;
    }
    #floatright-center {
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 1861px;
        width: 40px;
        height: 50px;
    }
    #floatright-down {
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 2361px;
        width: 60px;
        height: 65px;
    }
    .content img {
        margin: 10px 0;
        clear: both;
        max-width: 100%;
        overflow: hidden;
    }
    iframe {
        width: 100%;
    }
    .play-body {
        /*height: 550px !important;*/
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    #floatleft {
        position: absolute;
        z-index: 10;
        left: 10px;
        top: 1361px;
        width: 113px;
    }
    #floatright {
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 1361px;
        width: 113px;
    }
    #photo-header-content img {
        height: 35px;
        /* max-height: 40px; */
        margin-top: 2px;
    }
}

@media screen and (min-width:769px) {
    .photo-help .left {
        width: 45%;
        float: left;
        margin: 0px 0 0 3%;
        height: 50px;
        line-height: 50px;
        background-color: rgb(114, 42, 46);
        color: white;
        border-radius: 5px;
    }
    .photo-help .right {
        height: 50px;
        line-height: 50px;
        width: 45%;
        float: left;
        margin: 0px 0 0 4%;
        background-color: rgb(16, 97, 239);
        color: white;
        border-radius: 5px;
    }
    .container {
        width: 100%;
        /* padding: 6px 0; */
    }
    .content img {
        margin: 10px 0;
        clear: both;
        max-width: 920px;
        overflow: hidden;
    }
    .container .row {
        display: block;
        width: 100%;
    }
    .play-body {
        /*height: 550px !important;*/
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    .play-body {
        /*height: 550px !important;*/
        position: relative;
        margin: 0 auto;
    }
    #floatleft {
        position: absolute;
        z-index: 10;
        left: 10px;
        top: 1361px;
        width: 160px;
    }
    #floatright {
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 1361px;
        width: 160px;
    }
    #photo-header-content img {
        max-height: 50px;
        margin-top: 2px;
    }
    #floatleft-up {
        position: absolute;
        z-index: 10;
        left: 10px;
        top: 1361px;
        width: 130px;
        height: 270px;
    }
    #floatleft-center {
        position: absolute;
        z-index: 10;
        left: 10px;
        top: 1861px;
        width: 130px;
        height: 160px;
    }
    #floatleft-down {
        position: absolute;
        z-index: 10;
        left: 10px;
        top: 2361px;
        width: 200px;
        height: 220px;
    }
    #floatright-up {
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 1361px;
        width: 130px;
        height: 270px;
    }
    #floatright-center {
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 1861px;
        width: 130px;
        height: 160px;
    }
    #floatright-down {
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 2361px;
        width: 200px;
        height: 220px;
    }
    .close-float-left,
    .close-float-left-up,
    .close-float-left-center,
    .close-float-left-down {
        position: absolute;
        width: 30px;
        height: 30px;
        color: white;
        background: #222;
        left: 0px;
        font-size: 20px;
        text-align: center;
        background: rgba(0, 0, 0, 0);
    }
    .close-float-right,
    .close-float-right-up,
    .close-float-right-center,
    .close-float-right-down {
        position: absolute;
        width: 30px;
        height: 30px;
        color: white;
        background: #222;
        right: 0px;
        font-size: 20px;
        text-align: center;
        background: rgba(0, 0, 0, 0);
    }
    .float-content-title-left-up {
        width: 130px;
        /*height: 270px;*/
        height: 220px;
    }
    .float-content-title-left-center {
        width: 130px;
        /*height: 270px;*/
        height: 220px;
    }
    .float-content-title-left-down {
        width: 130px;
        height: 220px;
        /*height: 143px;*/
    }
    .float-content-title-right-up {
        width: 130px;
        height: 220px;
        /*height: 270px;*/
    }
    .float-content-title-right-center {
        width: 130px;
        height: 220px;
        /*height: 270px;*/
    }
    .float-content-title-right-down {
        width: 130px;
        height: 220px;
        /*height: 143px;*/
    }
}
@media (max-width:805px) and (min-width: 769px)  {
    .content img {
        margin: 10px 0;
        clear: both;
        max-width: 100%;
        overflow: hidden;
    }
}

.close-float-left {
    position: absolute;
    width: 30px;
    height: 30px;
    color: white;
    background: #222;
    left: 0px;
    font-size: 20px;
}

.close-float-right {
    position: absolute;
    width: 30px;
    height: 30px;
    color: white;
    background: #222;
    right: 0px;
    font-size: 20px;
}

@media (max-width:769px) {
    .glb-video-btn{display: block}
    .photo-help .left {
        width: 45%;
        float: left;
        margin: 0px 0 0 3%;
        height: 35px;
        line-height: 35px;
        background-color: rgb(114, 42, 46);
        color: white;
        border-radius: 5px;
        font-size: 12px;
    }
    .bottom-aued-container img {
        border: 0;
        vertical-align: middle;
        width: 100%;
        /*height: auto;*/
        max-height: 70px;
    }
    .max-border {
        border: 1px solid #D9D9D9;
    }
    .photo-help .right {
        height: 35px;
        line-height: 35px;
        width: 45%;
        float: left;
        margin: 0px 0 0 4%;
        background-color: rgb(16, 97, 239);
        color: white;
        border-radius: 5px;
        font-size: 12px;
    }
    .photo-content-title {
        width: 100%;
        margin: auto;
    }
    .photo-help {
        width: 60%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin: 10px auto;
    }
}

@media (min-width :769px) {
    #photo-header-content {
        text-align: center;
    }
    .photo-content-title {
        width: 100%;
        margin: 0 auto;
        min-height: 40px;
    }
    .photo-help {
        width: 500px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
        margin: 20px 0 10px 50%;
        transform: translateX(-50%);
    }
}


/* çº¿è·¯ */

@media (min-width:769px) {
    .road-main {
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .road-main div {
        border-radius: 5px;
    }
}

@media (max-width:769px) {
    .road-main {
        width: 100%;
        min-height: 30px;
        line-height: 30px;
        /* margin: 0 auto; */
        /*  */
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .road-main div {
        border-radius: 5px;
    }
}


/*ä¸‹è½½*/

@media (min-width:769px) {
    .down-main {
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .down-main div {
        border-radius: 5px;
    }
}

@media (max-width:769px) {
    .down-main {
        width: 100%;
        min-height: 30px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .photo-content-title img {
        width: 100%;
    }
    .photo-content-title1 img {
        width: 50%;
        height: auto;
    }
}
@media (min-width:540px) {
    .global_video_bottom_dbtc {
        display: none !important;
    }
}
@media (max-width:540px) {
    .category-list {
        margin: 0 12px;
    }
    .category-item {
        height: 30px;
        font-size: 14px;
        width: 25%;
        padding: 0;
        margin: 0;
    }
    .category-item:nth-child(n+5) {
        margin-top: 6px;
    }
    .photo-header-content a::before {
        padding-bottom: 8%;
    }
    .scroll-mian ul li {
        width: 40px !important;
        height: 40px !important;
    }
    .scroll-mian .icon {
        width: 20px !important;
        height: 20px !important;  
    }
    .photo-header-content-desktop {
        display: none;
    }
    .photo-header-content-mobile {
        display: block;
    }
    .guess-like-title {
        padding: 16px 12px 6px 12px;
        font-size: 16px;
    }
    .play-container{
        margin-top: 0;
    }
    .play-offset {
        padding-bottom: 66% !important;
    }
    .play-title {
        padding: 14px 12px;
    }
    .play-title a {
        font-size: 16px;
    }
    .play-road {
        padding: 14px 12px;
    }
    .play-road-item {
        margin-right: 15px;
    }
    .novel-chapter-index {
        margin-top: 16px;
        padding: 12px 8px;
    }
    .novel-chapter-item {
        width: 100%;
        font-size: 15px;
        padding: 12px 8px;
    }
    .novel-chapter-item img {
        display: block;
    }
    .novel-item {
        width: 100%;
        padding: 12px;
    }
    .novel-item-img {
        width: 80px;
        height: 107px;
    }
    .novel-item-title {
        font-size: 16px;   
    }
    .novel-item-desc {
        font-size: 14px;
    }
    .novel-item-date {
        font-size: 12px;
    }
    .game-list {
        padding: 0 12px;
    }
    .video-list {
        margin-left: -5px;
        margin-right: -5px;
        padding: 0 12px;
    }
    .video-item {
        width: 50%;
        padding: 5px;
    }
    .common-detail {
        padding: 0 12px;
    }
    .common-detail > img {
        width: 112px;
        height: 149px;
        margin-right: 18px;
    }
    .common-detail-info > button {
        display: none;
    }
    .common-detail-mobile-button {
        display: flex;
    }
    .common-detail-desc {
        font-size: 14px;
    }
    .common-detail .common-detail-button {
        display: none;
    }
    .maomi-content {
        padding: 0;
    }
    .nav-desktop {
        padding: 6px 4px;
    }
    .nav-mobile {
        display: block;
    }
    .category-list-desktop {
        margin-top: 8px;
        margin-left: 0;
        margin-right: 0;
    }
}

.photo-content-title-foot {
    display: none;
    width: 100%;
    margin-bottom: 16px;
}

.photo-content-title-foot .bottom-aued-container {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.photo-content-title-foot .bottom-aued-container li {
    display: inline-block;
    width: 24%;
}

.footer-aubdver-uptwo-img img {
    width: 100%;
    display: none;
}

.photo-content-title-foot .bottom-aued-container img {
    width: 100%;
    height: 100%;
}


/* åº•éƒ¨å¹¿å‘Š */

@media (min-width:769px) {
    .photo-content-title img {
        width: 100%;
    }
    .category-content img {
        border: 0;
        vertical-align: middle;
        width: 101%;
        margin-left: -1%;
    }
    .footer-aubdver-uptwo-img img {
        max-height: 200px;
    }
    .photo-content-title-foot .bottom-aued-container img {
        max-height: 200px;
    }
}

@media (min-width:767px) {
    .photo-content-title img {
        width: 100%;
    }
    .category-content img {
        border: 0;
        vertical-align: middle;
        width: 101%;
        margin-left: -1%;
    }
    .footer-aubdver-uptwo-img img {
        max-height: 71px;
    }
}

@media (max-width:769px) {
    .move-list-detail-img {
        width: 80vw
    }
    .cell-all img {
        width: 100%
    }
    .footer-aubdver-uptwo-img img {
        max-height: 35px;
        min-height: 30px;
    }
}

@media screen and (max-width:769px) {
    .table tr {
        height: 45px;
    }
    .table td {
        height: 45px;
    }
}

@media screen and (min-width:769px) {
    .table tr {
        height: 50px;
    }
    .table td {
        height: 50px;
    }
}

.selector-ios-click {
    cursor: pointer
}

.down-help img {
    /*margin-left: 10px;*/
}


/*å›žåˆ°é¡¶éƒ¨*/

.scroll-mian {
    display: none;
    position: fixed;
    width: 1000px;
    padding: 0 10px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4rem;
    z-index: 9999;
    pointer-events: none;
}

.scroll-mian ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.scroll-mian ul li {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.14);
    pointer-events: auto;
    margin-top: 12px;
    z-index: 999;
}

.scroll-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.scroll-mian .icon {
    width: 20px;
    height: 20px;
}

@media screen and (max-width:1000px) {
    .scroll-mian {
        width: 100%;
    }
}

.text-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0; /* ✅ 移除间距 */
    font-size: 1em;
    box-sizing: border-box;
    padding: 0;
  }
  
  @media (max-width: 600px) {
    .text-grid {
      grid-template-columns: repeat(4, 1fr);
      font-size: 12px;
    }
  }
  
  .text-grid-item-link {
    text-decoration: none;
    display: block;
    color: #6a6a6a;
  }
  
  .text-grid-item {
    padding: 10px;
    text-align: center;
    border: none;
    margin: 0;
    line-height: 1.2;
    box-sizing: border-box;
    outline: none;
  }
  
  /* 奇偶行背景 */
  .text-grid-item[data-row-type="odd"] {
    background-color: #d8d8d8;
  }
  
  .text-grid-item[data-row-type="even"] {
    background-color: #d8d8d8;
  }
  
  .text-grid-item:hover {
    /* background-color: #cceeff; */
    cursor: pointer;
  }