/* 基础样式重置 */
a {
    display: block;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    outline: none;
}
/* 页面内容样式 */
h1 {
    font-size: 2rem;
    /* margin-bottom: 1rem; */
}

p {
    /* font-size: 1rem; */
    /* margin-bottom: 0.5rem; */
}
li{
    list-style: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.common-sprite{
        background-image: url('https://game.gtimg.cn/images/empress/m/m202508/common/sprite.png')  ; 
        background-size: 7.7rem 7.06rem;
        background-repeat: no-repeat;
}

/* 底部动画 */
@keyframes fade-bottom {
    0% {
        bottom: -1rem;
        opacity: 0;
    }
    25% {
        bottom: -0.75rem;
        opacity: 0.25;
    }
    50% {
        bottom: -0.5rem;
        opacity: 0.5;
    }
    75% {
        bottom: -0.25rem;
        opacity: 0.75;
    }

    100% {
        bottom:0;
        opacity: 1;
    }
}
@keyframes fade-top {
    0% {
        top: -1rem;
        opacity: 0;
    }
    25% {
        top: -0.75rem;
        opacity: 0.25;
    }
    50% {
        top: -0.5rem;
        opacity: 0.5;
    }
    75% {
        top: -0.25rem;
        opacity: 0.75;
    }
    100% {
        top:0;
        opacity: 1;
    }
}
@keyframes fade-right {
    0% {
        transform: translateX(-1rem) translateZ(0);
        opacity: 0;
        filter: blur(8px);
    }

    50% {
        filter: blur(8px);
    }

    80% {
        transform: translateX(0) translateZ(0);
    }

    99% {
         transform: translateX(0) translateZ(0);
        filter: blur(0);
    }

    100% {
        opacity: 1;
         transform: translateX(0) translateZ(0);
        filter: initial;
    }
}
@keyframes fade-left {
    0% {
        transform: translateX(-2rem) translateZ(0);
        opacity: 0;
        filter: blur(8px);
    }

    25% {
        opacity: 0.5;
        transform: translateX(-1.6rem) translateZ(0);
        filter: blur(8px);
    }

    50% {
        opacity: 1;
        transform: translateX(-1.2rem) translateZ(0);
    }

    75% {
        transform: translateX(-0.8rem) translateZ(0);
        filter: blur(0);
    }

    100% {
        transform: translateX(0) translateZ(0);
        opacity: 1;
        filter: initial;
    }
}
html {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    color: #333;
     height: 100%; 
    /* overflow: hidden;  */
    /* touch-action: none; */
    background-color: #a04621;
}
/* @font-face {
    font-family: 'Xique';
    src: url('https://dldir1.qq.com/yxgw/empress/xique.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'ziku';
    src: url('https://game.gtimg.cn/images/empress/m/m202508/ziku.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@keyframes arrowMove {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.1rem);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes playScale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.left-slogan,.top-nav,.right-tip, .main-bottom{
    opacity: 0;
}
.fadetop{
    animation: fade-top 1s forwards;
    transition: all ease-in-out;
    opacity: 1;
    
}
.faderight{
    animation: fade-right 1s forwards;
    transition: all ease-in-out;
     opacity: 1;
   
}
.fadeleft{
    animation: fade-left 1s forwards;
    transition: all ease-in-out;
     opacity: 1;
   
}
.fadebottom{
    animation: fade-bottom 1s forwards;
    transition: all ease-in-out;
     opacity: 1;

   
}
/* @media all and (orientation:landscape) and (not (any-hover: none)){ */
@media all and (orientation:landscape) {
    html,body{position:relative;overflow:hidden;width:100%;height:100%;padding:0;margin:0;}
    html::before{content:"";position:fixed;top:0;left:0;height:100%;width:100%;background:#333;z-index:99999;}
    html::after{content:"\4E3A\4E86\66F4\597D\7684\4F53\9A8C\FF0C\8BF7\5C06\624B\673A\7AD6\8FC7\6765";text-align:center;font-size:16px;color:#fff;position:absolute;top:50%;left:0;height:30px;width:100%;margin-top:50px;z-index:99999;}
    body::before{content:"";position:absolute;z-index:99999;height:200px;width:100px;left:50%;top:50%;margin:-140px 0 0 -50px;color:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAB2CAYAAAAZUrcsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDAwMjcwNkVEQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDAwMjcwNkREQzczMTFFNjlFMDFGQTEzNkM3N0JBMTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ0NzhCMTlBREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ0NzhCMTlCREM1ODExRTZCNTdFRjQ0Q0I1QzRCODZBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+J30rNQAACRRJREFUeNrsXQlsFVUU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");background-repeat:no-repeat;background-position:center center;background-size:100px auto;-webkit-transform:rotateZ(-90deg);}
  }


.swiper-controls .swiper-pagination,.swiper-controls .swiper-pagination-photo,.swiper-controls .swiper-pagination-video,.pagination-video-index,.pagination-photo-index {
    position: relative;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.47rem;
    /* gap: 0.2rem; */
    top:0;
}
 .swiper-controls {
    position: relative;
    width: 6.65rem;
    height: 0.47rem;
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 0.3rem;
    /* margin-top: 0.3rem; */
}
.swiper-pagination-photo{
    height: 0.47rem;
}
.swiper-button-prev,
.swiper-button-next {
   position: static;
   width: 0.6rem;
   height: 0.47rem;
   margin: 0;
   /* background-size: 100% auto;
   background-repeat: no-repeat;
   background-position: center; */
}
 .swiper-button-prev::after,
 .swiper-button-next::after {
    display: none;
}
.swiper-button-prev {
    background-position: -2.39rem -3.19rem;
   /* background-image: url(https://game.gtimg.cn/images/empress/m/m202508/common/arrow_left.png); */
}

.swiper-button-next {
    background-position: -3.19rem -3.19rem;
   /* background-image: url(https://game.gtimg.cn/images/empress/m/m202508/common/arrow_right.png); */
}
.swiper-controls .swiper-pagination-bullet,.media-content  .swiper-pagination-bullet{
    width: 0.15rem;
    height: 0.15rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/bullet.png) no-repeat center;
    background-size: contain;
    opacity: 1;
    margin: 0 0.1rem;
}

 .swiper-controls .swiper-pagination-bullet-active,.media-content  .swiper-pagination-bullet-active {
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/common/bullet_on.png);
}
/* 主题色 */
.theme-color {
    color: #7c311e;
}
.font_xique {
    font-family: 'Xique';
}
.font_ziku {
    font-family: 'ziku';
}
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.71rem;
    z-index: 100;
}
.top-left{
    position: relative;
    display: flex;
   
    height: 100%;
}
.top-right{
    display: flex;
    height: 100%;
    position: relative;
}
.top-nav::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.64rem;
    /* height: 2rem; */
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/top_nav.png) no-repeat top center;
    background-size: 100% 100%;
    pointer-events: none;
}
.top-nav-content{
    width: 100%;
    height: 0.71rem;
    line-height: 0.71rem;
    box-sizing: border-box;
    padding: 0 0.19rem 0 0.12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 1.01rem;
    height: 1.01rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/logo.png) no-repeat top center;
    background-size: 100% auto; 
    position: relative;
    top:0.08rem;
    margin-right: 0.2rem;
    /* border-radius: 10%; */
    /* border: solid 0.01rem #fcddb2; */

}
.top-text{
    width: 1.56rem;
    height: 0.55rem;
    /* background: url(https://game.gtimg.cn/images/empress/m/m202508/common/top_title.png) no-repeat  center;
    background-size: 100% auto;  */
    position: relative;
    margin-right: 0.26rem;
    top:0.085rem;
    background-position: -0.1rem -4.19rem;
}
.top-reserve{
    width: 2.09rem;
    height: 0.53rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/top_reserve.png) no-repeat  center;
    background-size: 100% auto; 
    position: relative;
    margin-right: 0.2rem;
    top:0.095rem;
    display: none;
}

.top-down{
    width: 2.09rem;
    height: 0.53rem;
    /* background: url(https://game.gtimg.cn/images/empress/m/m202508/common/top-down.png) no-repeat  center;
    background-size: 100% auto;  */
    position: relative;
    margin-right: 0.2rem;
    top:0.095rem;
    background-position: -0.1rem -3.19rem;
    display: none;
}
.top-reserve.on{
    background: url(https://game.gtimg.cn/images/empress/m/m202508/top_reserve_on.png) no-repeat  center;
    background-size: 100% auto; 
}
.top_menu{
    display: block;
    width: 0.39rem;
    height: 0.34rem;
    /* background: url(https://game.gtimg.cn/images/empress/m/m202508/common/top_menu.png) no-repeat  center;
    background-size: 100% auto;  */
    top:0.185rem; 
    position: relative;
    z-index: 1;
    background-position: -5.82rem -3.19rem;
}
.social-list {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 0.64rem; */
    margin-top: 0.4rem;
    margin-bottom: 0.37rem;
}

.social-list li {
    width: 0.6rem;
    height: 0.6rem;
}

.social-list a {
    margin: 0 0.23rem;
    /* display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
}

/* .social-list .gongzhonghao-icon {
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/gongzhonghao_icon.png);
    width: 0.33rem;
    height: 0.28rem;
} */

/* .social-list .qun-icon {
    width: 0.33rem;
    height: 0.28rem;
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/common/qun_icon.png);
} */

/* .social-list .dounyin-icon {
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/common/dounyin_icon.png);
}

.social-list .xhs-icon {
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/common/xhs_icon.png);
}
.social-list .wb-icon {
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/common/wb_icon.png);
}
.social-list .bili-icon {
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/common/bili_icon.png);
}
.social-list .qiwei-icon {
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/common/qiwei_icon.png);
} */
.follow_we{
    font-size: 0.34rem;
    line-height: 0.34rem;
    color: #fae084;
    width: 100%;
    text-align: center;
}
.menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}
.follow-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 0.11rem;
    height: 0.6rem;
}
.page_bottom .follow-item:first-child{
    margin-left: 0;
}
.follow-text{
    font-size: 0.14rem;
    height: 0.14rem;
    line-height: 0.14rem;
    text-align: center;
    color: #ffe3a3;
    margin-top: 0.1rem;
    white-space: nowrap;
}
.menu-panel .dialog-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.28rem;
    height: 8.63rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/dialog_bg.png) no-repeat center;
    background-size: 100% 100%;
    /* padding: 0.6rem; */
    box-sizing: border-box;
    padding-top: 0.52rem;
}

 .close-btn {
    position: absolute;
    top: -0.73rem;
    right: 0rem;
    width: 0.42rem;
    height: 0.42rem;
    /* background: url(https://game.gtimg.cn/images/empress/m/m202508/common/close.png) no-repeat center;
    background-size: contain; */
    cursor: pointer;
    background:url(https://game.gtimg.cn/images/empress/m/m202508/common/sprite.png) no-repeat ;
    background-size: 7.7rem 7.06rem;
    background-position: -3.99rem -3.19rem;
}

.menu-panel .menu-list .menu-item {
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.32rem;
    color: #fae084;
    /* color: #fff; */
    margin-bottom: 0.15rem;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.menu-panel .menu-list .menu-item.active {
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/sprite.png) no-repeat center;
    background-size: 7.7rem 7.06rem;
    background-position: -0.1rem -2.39rem;
    color: #fff5cf;
}
.menu-panel .menu-list{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 6.04rem;
    padding-bottom: 0.35rem;
    position: relative;
    /* background: url(https://game.gtimg.cn/images/empress/m/m202508/common/menu_line.png) no-repeat center bottom;
    background-size: 5.48rem auto; */
}
.menu-panel .menu-list::after{
    content:'';
    width: 5.48rem;
    height: 0.07rem;
    background:url(https://game.gtimg.cn/images/empress/m/m202508/common/sprite.png) no-repeat ;
    background-size: 7.7rem 7.06rem;
    background-position: -0.1rem -3.92rem;
    left: 50%;
   transform: translateX(-50%);
   bottom: 0;
   display: block;
   position: absolute;



}

.nav6-list{
    display: none;
    width: 3.34rem;
    background-color: #0f3926;
	opacity: 0.9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation: height 1s ease;
}

/* .nav6-list.on{
    height: 1.48rem;
} */
.nav6-list a{
    display: block;
    text-align: center;
    font-size: 0.24rem;
    height: 0.74rem;
    line-height: 0.74rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/menu_line-small.png) no-repeat center bottom;
    background-size: 3.16rem auto;
  
}
.nav6-list a:last-child{
    background: none;
}
.page_arrow{
    width: 1rem;
    z-index: 9;
    bottom: 0.2rem;
    text-align: center;
    position: absolute;
}

.page_arrow_img{
    width: 100%;
    height: 0.37rem;
    background-position: -6.34rem -2.39rem;
    /* background: url(https://game.gtimg.cn/images/empress/m/m202508/common/page_arrow.png) no-repeat center;
    background-size: 100% auto; */
    animation: arrowMove 1.5s ease-in-out infinite;
}
.page_arrow_text{
    color: #ffe6c0;
    font-size: 0.21rem;
    line-height: 0.21rem;
    /* margin-top: 0.14rem; */
}
/* 关注我们 */
.page_bottom{
    width: 100%;
    /* background-color: #2a5b15; */
    /* position: absolute;
    bottom:env(safe-area-inset-bottom); */
    /* bottom: 0rem; */
}
.news-page .page_bottom,.video-page .page_bottom,.photo-page .page_bottom{
    width: 100%;
    /* background-color: #2a5b15; */
    position: absolute;
    bottom:env(safe-area-inset-bottom);
    bottom: 0rem;
}
.follow-module {
    width: 100%;
    height: 1.18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 0.3rem; */
    /* background-position: -0.1rem -0.1rem; */
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/follow_bg.png) no-repeat top center;
    background-size: 100% 100%;
}

.follow-title {
    color: #ffe3a3;
    font-size: 0.26rem;
    /* line-height: 1.14rem; */
    /* width: 2em; */
    white-space: nowrap;
}
.follow-yuyue{
    width: 2.18rem;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 0.2rem;
    display: none;
    
}
.xiapian{
    width: 2.18rem;
    height: 0.67rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/page1/xiapian.png) no-repeat  center;
    background-size: 100% 100%; 
    position: relative;
    top:0.6rem;
    text-indent: -9999px;
    position: absolute;
    right: 0rem;
   
}
.xiapian.on{
    height: 0.67rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/page1/xiapian_on.png) no-repeat  center;
    background-size: 100% 100%; 
}
.top-nav .xiapian{
    width: 2.26rem;
    height: 0.53rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/top-xiapian.png) no-repeat  center;
    background-size: auto 100%; 
    top:0;
    right: 0;
    position: relative;
}
.top-nav .xiapian.on{
    width: 2.26rem;
    height: 0.53rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/top-xiapian-on.png) no-repeat  center;
    background-size: auto 100%; 
    top:0;
    right: 0;
}
.xiapian-cancel{
    width: 100%;
    font-size: 0.14rem;
    color: #d2d2d2;
    height: 0.14rem;
    line-height: 0.14rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom:0.07rem ;
}
.follow-line{
    width: 0.03rem;
    height: 0.97rem;
    background-position: -0.1rem -5.99rem;
    /* background: url(https://game.gtimg.cn/images/empress/m/m202508/common/follow_line.png) no-repeat  center;
    background-size: 100% auto; */
    position: relative; 
    /* margin: 0 .2rem;  */
}
.follow-list {
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
    /* gap: 0.2rem; */
}

.follow-icon {
    display: block;
    width: 0.37rem;
    height: 0.37rem;
    /* background-size: 100% auto; */
    /* background-repeat: no-repeat; */
    background-position: center;
}

.gongzhonghao-icon {
    width: 0.44rem;
    height: 0.44rem;
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/common/qiwei_icon.png);
    background-size: 0.33rem auto;
    background-repeat: no-repeat;
    
}

.qun-icon {
    width: 0.33rem;
    height: 0.37rem;
    background-position: -6.41rem -3.19rem;
    /* height: 0.33rem; */
    /* background-image: url(https://game.gtimg.cn/images/empress/m/m202508/qun_icon.png);
    background-size: 0.33rem auto; */
}

.douyin-icon {
    width: 0.37rem;
    height: 0.37rem;
    background-position: -5.25rem -3.19rem;
    /* background-image: url(https://game.gtimg.cn/images/empress/m/m202508/douyin_icon.png); */
}

.xhs-icon {
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/xhs_icon.png);
}
.wb-icon {
    width: 0.44rem;
    height: 0.37rem;
    background-position: -4.61rem -3.19rem;
    /* background-image: url(https://game.gtimg.cn/images/empress/m/m202508/wb_icon.png); */
}
.bili-icon {
    width: 0.38rem;
    height: 0.38rem;
    background-position: -1.86rem -4.19rem;
    /* background-image: url(https://game.gtimg.cn/images/empress/m/m202508/bili_icon.png); */
}
.qiwei-icon {
    width: 0.33rem;
    height: 0.28rem;
    background-position: -6.94rem -3.19rem;
    /* background-image: url(https://game.gtimg.cn/images/empress/m/m202508/qiwei_icon.png); */
}
/* .page_bottom .foot{
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/foot_bg.png);
    background-position: top center;
    background-size: 100% 100%
} */
    
/* 弹框样式 */
/* 视频弹框样式 */
.dia{
    width: 7.21rem;
    height: 4.07rem;
}
.dia-con{
    width: 100%;
    height: 100%;
    border: solid 0.01rem rgba(237, 188, 123, 0.8);
}
.dia .dia-close{
    /* top: -0.6rem;
    right: -0.1rem;
    width: .54rem;
    height: .54rem; */
}
.video-index-dialog{
    display: none;
    width: 7rem;
    height: 4.07rem;

}
.common-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}
.common-dialog.message-dialog{
    z-index: 9999;
}
.common-dialog .dialog-content {
    width: 100%;
    height: 100%;
   

}
/* 保存图片弹框样式 */
.save-photo-dialog .dialog-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.21rem;
}

.save-photo-dialog .dialog-content {
    height: 4.07rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: solid 0.01rem rgba(237, 188, 123, 0.8);
    background-color: #000;
}
.save-photo-dialog .photo-preview {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.save-photo-dialog .preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.save-photo-dialog .save-btn {
    display: block;
    width: 2.15rem;
    height: 0.63rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/save-photo.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom:-1.3rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.video-dialog .dialog-wrapper,.video-index-dialog .dialog-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7.21rem;
    height: 4.07rem;
    border: solid 0.01rem rgba(237, 188, 123, 0.8);
    box-sizing: border-box;
    background-color: #000;
}


/* 异常提示弹框样式 */
.message-dialog .dialog-wrapper {
    width: 6rem;
    height: 4.36rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/message_bg.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0.8rem;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.message-dialog .dialog-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.message-dialog .dialog-title {
    font-size: 0.34rem;
    line-height: 0.34rem;
    color: #ffe7ac;
    margin-bottom: 0.83rem;
    text-align: center;
}

.message-dialog .message-img {
    width: 4.53rem;
    text-align: center;
}

.message-dialog .message-img img {
    width: 100%;
    height: auto;
}
.dialog_message_text{
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    line-height: 0.35rem;
    white-space: wrap;
    color: #ffe7ac;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/copy_text_bg.png) no-repeat center;
    background-size: 100% auto;
    /* color: #511500; */
}
/* 已预约弹框样式 */
.reserveDialog .dialog-wrapper {
    width: 6rem;
    height: 4.36rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/message_bg.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 1.09rem 0.35rem 0;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.reserveDialog .dialog-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reserveDialog .dialog-title {
    font-size: 0.34rem;
    line-height: 0.34rem;
    color: #ffe7ac;
    margin-bottom: 0.69rem;
    text-align: center;
}

.reserveDialog .message-img {
    width:4.84rem;
    height: 0.41rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/reverse_over_title.png) no-repeat center;
    background-size: auto 100%;
    text-align: center;
}
.cancel-over-dialog .message-img {
    width:4.64rem;
    height: 0.34rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/cancel-over_title.png) no-repeat center;
    background-size: auto 100%;
    text-align: center;
}
.gift-list-dialog .dialog-wrapper ,.gift-over-dialog .dialog-wrapper{
    width: 7.05rem;
    box-sizing: border-box;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.gift-list-dialog .dialog-content {
    width: 7.05rem;
    height: 9.21rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/reserve_gift.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.44rem 0.25rem 0;
}
.gift-over-dialog .dialog-content {
    width: 7.05rem;
    height: 9.21rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/reserve_gift_over.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.44rem 0.25rem 0;
}



.gift-list-dialog .gift-reserve-btn ,.gift-over-dialog .gift-reserve-btn {
    display: block;
    width: 2.72rem;
    height: 0.66rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/top_reserve.png) no-repeat center;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom:0.15rem;
    /* margin-top: 0.4rem; */
}
.gift-list-dialog .gift-reserve-btn.on,.gift-over-dialog .gift-reserve-btn.on {
    background: url(https://game.gtimg.cn/images/empress/m/m202508/top_reserve_on.png) no-repeat center;
    background-size: 100% 100%;
}
/* 二维码弹框样式 */
.qrcode-dialog .dialog-wrapper {
    width: 6rem;
    height: 5.48rem;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.qrcode-dialog .dialog-content {
    background: url(https://game.gtimg.cn/images/empress/m/m202508/qrcode_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.6rem 0.27rem 0;
}

.qrcode-dialog .dialog-title {
    font-size: 0.34rem;
    line-height: 0.34rem;
    height: 0.34rem;
    color: #511500;
    margin-bottom: 0.2rem;
    text-align: center;
}

.qrcode-dialog .qrcode-wrap {
    width: 1.96rem;
	height: 1.96rem;
	background-color: #fff9ea;
	border-radius: 0.1rem;
	border: solid 0.01rem #973916;
    margin: 0.2rem auto;
}

.qrcode-dialog .qrcode-img {
    width: 100%;
    height: 100%;
}

.qrcode-dialog .code-wrap {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.qrcode-dialog .code-box {
    width: 3.23rem;
	height: 0.6rem;
    line-height: 0.6rem;
    box-sizing: border-box;
	background-color: #fff9ea;
	border-radius: 0.1rem;
	border: solid 0.01rem #973916;
    font-size: 0.24rem;
    color: #511500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qrcode-dialog .copy-btn {
    width: 2.11rem;
    height: 0.66rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/copy_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #63321c;
    font-size: 0.24rem;
    display: block;
    text-indent: -9999px;

}
.open-way{
    width: 100%;
	font-size: 0.24rem;
	color: #511500;
    white-space: nowrap;
}
/* 手机绑定弹框样式 */
.phoneDialog .dialog-wrapper {
    width: 6rem;
    height: 5.48rem;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.phoneDialog .dialog-content {
    background: url(https://game.gtimg.cn/images/empress/m/m202508/login_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.48rem 0.53rem 0;
    justify-content: flex-start;
}

.phoneDialog .dialog-title {
	height: 0.34rem;
	font-size: 0.34rem;
	color: #511500;
    line-height: 0.34rem;
    margin-bottom: 0.3rem;
    width: 100%;
}

.phoneDialog .verification-group {
    width: 5.05rem;
	height: 0.6rem;
    margin-bottom: 0.16rem;
    position: relative;
    display: flex;
    gap: 0.16rem;
}

.phoneDialog .phone-input{
    width: 5.05rem;
	height: 0.6rem;
    line-height: 0.6rem;
    background-color: #fff9ea;
	border-radius: 0.1rem;
	border: solid 0.01rem #973916;
    outline: none;
    border: none;
    text-indent: 2em;
    font-size: 0.24rem;
    color: #511500;
    margin-bottom: 0.3rem;
}

.phoneDialog .verification-input {
    width: 2.5rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background-color: #fff9ea;
	border-radius: 0.1rem;
	border: solid 0.01rem #973916;
    outline: none;
    border: none;
    text-indent: 2em;
    font-size: 0.24rem;
    color: #511500;
}

.phoneDialog .verification-btn {
    width: 2.29rem;
    height: 0.66rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/send_btn_bg.png) no-repeat center;
    background-size: 100% 100%;
    color: #f8d895;
    font-size: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-indent: -9999px; */
}
.phoneDialog  .verification-btn[data-status="sending"] {
    background: url(https://game.gtimg.cn/images/empress/m/m202508/send_over.png) no-repeat center;
    background-size: 100% 100%;
    pointer-events: none;
}
.phoneDialog .agreement-group {
    margin-bottom: 0.26rem;
    width: 100%;
}

.phoneDialog .agreement-label {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    cursor: pointer;
}

.phoneDialog .agreement-checkbox {
    display: none;
}

.phoneDialog .checkbox-custom {
    width: 0.23rem;
    height: 0.23rem;
    border: 0.01rem solid #973916;
    border-radius: 0.06rem;
    background: #fff9ea;
    position: relative;
}

.phoneDialog .agreement-checkbox:checked + .checkbox-custom::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #973916;
    font-size: 0.16rem;
    line-height: 1;
    font-weight: bold;
}

.phoneDialog .agreement-text {
    font-size: 0.2rem;
    color: #af6648;
    height: 0.23rem;
    line-height: 0.23rem;
}

.phoneDialog .link {
    color: #973916;
}

.phoneDialog .submit-btn {
    width: 2.72rem;
    height: 0.66rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/submit_btn.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 0.2rem;
}

.phoneDialog input::placeholder {
    color: #973916;
}
.agreement_tips{
    width: 4.77rem;
	font-size: 0.16rem;
    line-height: 1.5;
	color: #938870;
    white-space: wrap;
}
/* 取消预约样式 */
.reverse-cancel-dialog .dialog-wrapper,.get-gift-dialog .dialog-wrapper{
    width: 6rem ;
    height: 4.28rem;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    background: url(https://game.gtimg.cn/images/empress/m/m202508/reverse_cancel_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.93rem;
    color: #511500;
}
.reverse-cancel-dialog .dialog-title,.get-gift-dialog .dialog-title {

    text-align: center;
    font-size: 0.34rem;
    height: 0.32rem;
    line-height: 0.32rem;
}

.reverse-cancel-dialog .dialog_text,.get-gift-dialog .dialog_text {
    margin-top: 0.49rem;
    margin-bottom: 0.54rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 1.5;
}
.get-gift-dialog .dialog_text{
    padding: 0 0.78rem;
    width: 100%;
}
.get-gift-dialog .dialog_text .role-name{
    color: #a93709;
}

.get-gift-dialog .dialog_text{
    margin-bottom: 0;
}
.reverse-cancel-dialog .cancel_bottom,.get-gift-dialog .cancel_bottom {
    display: flex;
    justify-content: center;
    
}
.get-gift-dialog .cancel_bottom{
    width: 100%;
    left: 0;
    position: absolute;
    bottom:0.94rem;
}
.reverse-cancel-dialog .cancel_bottom_btn,.get-gift-dialog .cancel_bottom_btn {
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
    border-radius: 0.3rem;
    margin: 0 0.4rem;
}

.reverse-cancel-dialog .reverse_cancel_btn,.get-gift-dialog .reverse_submit_btn  {
    background: #C1522D;
    color: #f3e5c5;
}

.reverse-cancel-dialog .reverse_submit_btn ,.get-gift-dialog .reverse_cancel_btn{
    background: #2A7B6B;
    color: #f3e5c5;
}
/* 预约成功的官方二维码弹框 */
.reserve-success-dialog .dialog-wrapper {
    width: 6rem;
    height: 4.56rem;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    background: url(https://game.gtimg.cn/images/empress/m/m202508/reserve-success_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.85rem;
    color: #511500;
}
.reserve-success-dialog .add_kefu{
    display: block;
    width:2.63rem;
    height: .65rem;
    text-indent: -9999px;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/add_btn.png) no-repeat center;
    background-size: 100% 100%;
}
.reserve-success-dialog .over-title {
    display: block;
    width: 4.06rem;
    height: 0.50rem;
    margin: 0 auto ;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/reverse_over_title.png) no-repeat center;
    background-size: auto 100%;
   
}

.reserve-success-dialog .over-desc {
    text-align: center;
    font-size: 0.34rem;
    line-height: 1.5;
    color: #f7eabc;
    width: 4.2rem;
    margin: 0.41rem auto 0.4rem;
    /* white-space: no-wrap; */
}

.reserve-success-dialog .qrcode-wrap {
    /* width: 2.14rem; */
	/* height: 2.14rem; */
	/* background-color: #fff9ea; */

	/* border-radius: 0.1rem; */
	/* border: solid 0.01rem #973916; */
    width: 2.7rem;
    height: 0.7rem;
    margin: 0 auto;
    overflow: hidden;
}

.reserve-success-dialog .qrcode-img {
    width: 100%;
    height: 100%;
}

.reserve-success-dialog .qrcode-text {
    text-align: center;
    font-size: 0.2rem;
    color: #f7eabc;
}
/* qq扫描预约 */
.qq-reserve-dialog .dialog-wrapper {
    width: 6rem;
    height: 5.48rem;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    background: url(https://game.gtimg.cn/images/empress/m/m202508/login_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.27rem;
    color: #511500;
   
}

.qq-reserve-dialog .scan-desc {
    text-align: center;
    font-size: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
    color: #511500;
}

.qq-reserve-dialog .qrcode-container {
	width: 2.14rem;
	height: 2.14rem;
	background-color: #fff9ea;
	border-radius: 0.1rem;
	border: solid 0.01rem #973916;
    margin: 0.32rem auto 0;
    overflow: hidden;
}

.qq-reserve-dialog .qrcode-img,.wxgohome-dialog .qrcode-img {
    width: 100%;
    height: 100%;
}
/* 微信扫描预约 */
.wx-reserve-dialog .dialog-wrapper {
    width: 6rem;
    height: 5.48rem;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    background: url(https://game.gtimg.cn/images/empress/m/m202508/login_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.27rem;
    color: #511500;
   
}

.wx-reserve-dialog .scan-desc {
    text-align: center;
    font-size: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
    color: #511500;
}

.wx-reserve-dialog .qrcode-container {
	width: 2.14rem;
	height: 2.14rem;
	background-color: #fff9ea;
	border-radius: 0.1rem;
	border: solid 0.01rem #973916;
    margin: 0.32rem auto 0;
    overflow: hidden;
}

.wx-reserve-dialog .qrcode-img {
    width: 100%;
    height: 100%;
}
/* 微信扫描打开官网 */
.wxgohome-dialog .dialog-wrapper {
    width: 6rem;
    height: 5.48rem;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://game.gtimg.cn/images/empress/m/m202508/login_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.65rem;
    color: #511500;
}
.wxgohome-dialog .dialog-title{
    width: 100%;
    font-size: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
    text-align: center;
    margin-bottom: 0.46rem;
}
.wxgohome-dialog .qrcode-container {
	width: 2.75rem;
	height: 2.75rem;
	background-color: #fff9ea;
	border: solid 0.01rem #973916;
    margin: 0.2rem auto 0;
    overflow: hidden;
}
.wxgohome-dialog .scan-desc {
    text-align: center;
    font-size: 0.24rem;
    height: 0.24rem;
    line-height: 0.24rem;
    color: #511500;
}
/* toast弹框样式 */
.toast-dialog .dialog-wrapper {
    width: 6rem;
    height: 3.08rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/toast_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    
}

.toast-dialog .dialog-content {
    width: 4.9rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.toast-dialog .toast-text {
    color: #511500;
    font-size: 0.28rem;
    text-align: center;
}
/* 资讯样式 */
.news-nav {
    width: 6.69rem;
    height: 0.80rem;
    display: flex;
    justify-content: center;
    margin-bottom: 0.12rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/news/new_nav_bg.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0 1rem;
}

 .nav-item {
    display: flex;
    line-height: 0.80rem;
    height: 100%;
    text-align: center;
    font-size: 0.46rem;
    color: #666;
    cursor: pointer;
    position: relative;
    color: #ffeed5;
    justify-content: center;
    flex:1;
    font-family: 'ziku';
 
}
.nav-item.active {
    color: #ffdb9d;
    text-shadow: 0 0 2px #ffdb9d,0 0 0px #ffdb9d,0 0 0px #ffdb9d,0 0 0px #ffdb9d;
}
.nav-item.active::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom:-0.1rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/news/new_nav_on.png) bottom no-repeat;
    background-size: auto 0.4rem;

}
.news-type {
    /* width: 0.79rem; */
    height: 0.91rem;
    color: #ffdb9d;
    font-size: 0.24rem;
    line-height: 0.91rem;
    margin-right: 0.15rem;
    /* background: url(https://game.gtimg.cn/images/empress/m/m202508/news_top_icon.png) center no-repeat; */
    /* background-size: 100% 100%; */
    text-align: center;
}
/* .news-type.top1 {
    background: url(https://game.gtimg.cn/images/empress/m/m202508/top_bg.png) center no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
} */


 .news-title {
    font-size: 0.28rem;
    color: #fef8df;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 4.3rem;
   margin-right: 0.25rem;
}
 .news-date {
    display: flex;
    flex: 1;
    font-size: 0.28rem;
    color: #fef8df;
    margin-left: 0.1rem;
    justify-content: flex-end;
}
.m_page_list{
    width: 100%;
    height: 0.3rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0.12rem;
    position: absolute;
    bottom:0.38rem;
    left: 0;
}
.page-title{
    pointer-events: none;
    display: block;
    width: 3.25rem;
    height: auto;
}
.page-num{
    height: .3rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
    display: flex;
    color: #fef8df;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.page-num .page-num-item{
  margin: 0  0.13rem;
  position: relative;
}
.page-num .page-num-item.current::after{
    content: '';
    display: block;
    width: 100%;
    height: 0.01rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fef8df;
}
.page-btn {
    width: 1.03rem;
    height: 0.3rem;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/news/page_prev.png);
    position: absolute;
    top:0;
    
}
.page-btn.page-next{
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/news/page_next.png);
    right:0.24rem;
}
.page-btn.page-prev{
    left:0.24rem;
}
.news_back {
    /* position: absolute; */
    width: 1.06rem;
    /* height: 0.26rem; */
    /* left: 50%;
    transform: translateX(-50%);
    bottom: 0.34rem; */
    height: 0.74rem;
    line-height: 0.74rem;
    position: fixed;
    top:1.1rem;
    left: 0.68rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/back.png) center no-repeat;
    background-size: 100% auto;
    z-index: 1;
}
#afooter{
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    /* height: 0.71rem; */
    min-height: 0.73rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/footer_bg.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-position: -0.1rem -4.94rem; */
}
#afooter footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#afooter  p{
    font-size: 0.11rem;
    color: #d2d2d2;
    text-align: center;
}
#afooter  span,#afooter  a{
    font-size: 0.11rem;
    color: #d2d2d2;
}
#footer_ieg a{
    display: inline-block;
}
#footer_ieg {
    height: 100%;
}
.wrap_ieg{
    display: flex ;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
/* 新底部 */

.foot{
    width: 100%;
    height: auto;
    min-height: auto;
    background: url(https://game.gtimg.cn/images/empress/act/a20250226yuyuem/footer_bg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    padding: .1rem 0 ;
	    text-align: center;
}
.foot_cpright{
    width: 95%;
    margin: 0 auto;
}

.foot_links  span,.foot_links  a{font-size:.12rem;color:#fff;    display: inline-block;margin-right: .1rem;}



.foot_links li{line-height: .20rem;overflow:hidden;font-size: 0;}

.foot_links .copyright_txt{font-size:.10rem;}

.foot_links li img{vertical-align:middle;margin-right:.03rem;display:inline;}

.copyright_public{
    display: flex;
    justify-content: center;
}
.no_data{
    font-size: 0.24rem;
    color: #333;
    width: 100%;
    text-align: center;
}
/* 图片保存提示 */
.photo-tip{
    font-size: 0.34rem;
    color: #d5b75e;
    position: absolute;
    bottom:-0.57rem;
    width: 100%;
    text-align: center;
    /* left: 0; */
}
.common-scroll {
    /* overflow-x: hidden;
    overflow-y: auto; */
    /* height: 3rem; */
    height: calc(100% - 0.6rem);
    /* height: calc(100% - 02rem); */
    padding-right: 0.2rem;
    overflow: auto;
}
.dialog-text .common-scroll {
    /* height: 100%;
    padding-right: 0.2rem; */
    /* font-size: 0.24rem; */
    /* text-indent: 2em; */
}
.test-dialog .dialog-content{
    height: 100%;
    overflow: hidden;
}
/* 登录弹框样式 &&配置弹框 */
.login-dialog .dialog-wrapper,.config-dialog .dialog-wrapper {
    width: 6rem;
    height: 5.48rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/login_bg.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top:1.1rem;
   
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.config-dialog .dialog-wrapper{
    padding-top: 0.67rem;
    padding-bottom: 0.67rem;
}
.config-dialog .dialog-content {
    /* overflow: auto; */
}
.config-dialog .config-list{
    width: 5.18rem;
	height: 1.45rem;
    overflow: auto;
    overflow: auto;
	background-color: #fffdf5;
	border-radius: 0.08rem;
	font-size: 0.18rem;
	line-height: 0.25rem;
	letter-spacing: 0rem;
	color: #af6648; 
    margin: 0 auto 0.28rem;
    padding: 0 0.17rem;
}
.config-title{
    width: 100%;
	height: 0.34rem;
    line-height: 0.34rem;
	font-size: 0.34rem;
	color: #511500;
    margin-bottom: 0.12rem;
    font-weight: bold;
    text-align: center;
}
.config-subtit{
    width: 100%; 
    text-align: center;
    font-size: 0.20rem;
    height: 0.2rem;
    line-height: 0.2rem;
    margin-bottom: 0.12rem;
    margin-top: 0.12rem;
}
.login-dialog .dialog-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-dialog .dialog-title {
    font-size: 0.34rem;
    line-height: 0.34rem;
    color: #63321c;
    margin-bottom: 0.6rem;
    text-align: center;
}

.login-dialog .login-methods {
    display: flex;
    justify-content: space-between;
    width: 3.85rem;
}

.login-dialog .login-btn {
    width: 1.36rem;
    height: 1.83rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.login-dialog .qq-login {
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/qq_login.png);
}

.login-dialog .wx-login {
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/wx_login.png);
}
/* 绑定角色滥取领取奖励弹框 */
.bind-dialog .dialog-wrapper{
    width: 6rem;
    height: 7.88rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/bind_bg.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing:border-box ;
    padding: 0.54rem 0.6rem;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bind-title{
    font-size: 0.34rem;
    color: #ffe7b5;
    height: 0.34rem;
    /* display: inline-block; */
    padding: 0 0.21rem;
    position: relative;
    margin: 0 auto 0.28rem;
    width: 100%;
    text-align: center;
}
.bind-title::after{
    content: "";
    position: absolute;
    left: 0rem;
    width:0.81rem ;
    height: 0.34rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/bind-title-bg.png) no-repeat center;
    background-size: 100% auto;

}
.bind-title::before{
    content: "";
    position: absolute;
    right: 0rem;
    width:0.81rem ;
    height: 0.34rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/bind-title-bg.png) no-repeat center;
    background-size: 100% auto;
    transform: rotate(-180deg);
}
.bind-des{
    margin-bottom: 0.39rem;
    font-size: 0.24rem;
    line-height: 0.26rem;
    width: 100%;
    text-align: center;
    color: #ffe7b5;
}
.bind-gift-box{
    width: 4.23rem;
    height: 1.62rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0.29rem;
}
.bind-gift{
    width:1.77rem ;
    height: 1.62rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/bind-gift-bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}
.bind-dialog .gift-img{
    width: 1.15rem;
    height: 1.15rem;
    position: relative;
    margin:  0 auto;
    left: 0.31rem;
    top:-0.25rem;
}
.gift-des{
    width: 1.85rem;
    height: 0.73rem;
    line-height: 0.73rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/bind-gift-des_bg.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    font-size: 0.19rem;
    color: #54382d;
    position: relative;
    top:-0.65rem;
    left: -0.04rem;
}
.bind_info{
    width: 4.59rem; 
}
.bind-item{
    width: 100%;
    position: relative;
    margin-bottom: 0.17rem; 
}
.select_wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.bind-type{
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    color: #511500;
}
.bind-item select{
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 3.59rem;
	height: 0.5rem;
	background-color: #c9c9c9;
	border-radius: 0.1rem;
	border: solid 0.01rem #973916; 
    background-image: url(https://game.gtimg.cn/images/empress/m/m202508/select-arrow.png) ;  
    background-position: center right 0.22rem;
    background-repeat: no-repeat;
    background-size: 0.16rem 0.1rem;
    color: #511500;
    text-align: center;
    padding: 0 0.2rem;
}
.bind-btn{
    width: 2.72rem;
    height: 0.66rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/bind-gift-btn.png) no-repeat center ;
    background-size: 100% 100%;
    margin: 0.32rem auto 0;
    text-indent: -9999px;
}
.bind-btn.on{
    background: url(https://game.gtimg.cn/images/empress/m/m202508/bind-gift-btn-on.png) no-repeat center;
    background-size: 100% 100%; 
}
/* 适龄提示弹框样式 */
.age-dialog .dialog-wrapper{
    width: 6.97rem;
    height: 8.63rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/page1/age_tip_bg.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing:border-box ;
    padding: 0.54rem 0.15rem;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.age-dia{
    width: 6.97rem;
    height: 8.63rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/page1/age_tip_bg.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing:border-box ;
    padding: 0.54rem 0.15rem;
    transform: translateZ(1);
}
.age-dia .dia-con{
    overflow: auto;
    height: 7rem;
    width: 6.65rem;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.age-text{
    font-size: 0.2rem;
    color: #511500;
    line-height: 1.5;
}
.age-dialog .dialog-content,.test-dialog.dialog-content  {
    width: 100%;
    height: 100%;
    padding: 0rem 0.15rem;
    box-sizing: border-box;
    /* overflow: hidden; */
    /* overflow-y: auto; */
    /* -webkit-overflow-scrolling: touch; 添加弹性滚动 */
    /* overscroll-behavior: contain; 防止滚动穿透 */
}
.test-text{
    height: 100%;
}
/* 自定义滚动条样式 */
.age-dialog .common-scroll::-webkit-scrollbar {
    width: 0.35rem;
}

.age-dialog .common-scroll::-webkit-scrollbar-track {
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/news_detail_thumb.png) repeat-y center;
    background-size: auto 100%;
}

.age-dialog .common-scroll::-webkit-scrollbar-thumb {
    width: 0.36rem;
    height: 0.35rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/new_detail_bar.png) no-repeat center bottom;
    background-size: 100% auto;
}
.age-dia .dia-con::-webkit-scrollbar {
    width: 0.35rem;
}

.age-dia .dia-con::-webkit-scrollbar-track {
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/news_detail_thumb.png) repeat-y center;
    background-size: auto 100%;
}

.age-dia .dia-con::-webkit-scrollbar-thumb {
    width: 0.36rem;
    height: 0.35rem;
    /* background: url(https://game.gtimg.cn/images/empress/m/m202508/new_detail_bar.png) no-repeat center; */
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/new_detail_bar.png) no-repeat center bottom;
    background-size: 100% auto;
    /* border-radius: 0.06rem; */
}
.age-dialog .dialog-title,.age-dia .dialog-title {
    font-size: 0.34rem;
    line-height: 0.34rem;
    color: #63321c;
    margin-bottom: 0.24rem;
}

.age-dialog .dialog-text {
    height: 100%;
    font-size: 0.2rem;
    color: #511500;
    line-height: 1.5;
     /* touch-action: pan-y; 允许垂直方向的触摸滑动 */
}
.age-dialog .dialog-text p{
    margin-bottom: 0.3rem;
    text-indent: 2em;
}
.login_text{
    height: 0.54rem;
    font-size: 0.22rem;
    line-height: 0.54rem;
    color: #fff;
    position: relative;
    /* left: 0.22rem; */
    top:0.085rem;
    display: flex;
}
.login_text .go_login{
    color:#fff;
    margin-right: 0.2rem;
    /* color: #ffe474; */
}
.login_text .out_login{
    display: none;
    color:#fff;
    margin-right: 0.2rem;
}
.avatar-img{
    width: 0.54rem;
    height: 0.54rem;
    position: relative;
    border-radius: 50%;
    border: 0.02rem solid #ffe474;
    margin-right: 0.1rem;
}

.page5-title {
    width: 3.25rem;
    height:0.66rem ;
    margin-bottom: 0.36rem;
    /* background: url(https://game.gtimg.cn/images/empress/m/m202508/news_title.png) no-repeat center center;
    background-size: 3.25rem auto; */
}
.official-group-dialog .dialog-wrapper,.qrcodeDialog .dialog-wrapper {
    width: 6.28rem;
    height: 8.63rem;
    background: url(https://game.gtimg.cn/images/empress/m/m202508/dialog_bg.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 1.15rem;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.official-group-dialog .dialog-content,.qrcodeDialog .dialog-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 1.15rem;
    
}
.official-title{
    font-size: 0.34rem;
    color: #fae084;
    line-height: 0.4rem;
    width: 4.8rem;
    text-align: center;
    margin: 0 auto 0.31rem;
}
.official-text{
    font-size: 0.24rem;
    color: #fff9ea;
    line-height: 0.24rem;
    width: 100%;
    text-align: center;
}
.official-qrcode-wrap{
    width: 2.73rem;
	height: 2.73rem;
	background-color: #fff9ea;
	border-radius: 0.1rem;
	border: solid 0.01rem #973916;
    margin: 0 auto 0.27rem;
}
.official-qrcode-wrap img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    margin: 0 auto ;
}
/* 剧照视频轮播图弹框 */
.photo-swiper-dialog .dialog-wrapper{
    /* width: 5.9rem; */
    width: 6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.photo-swiper-dialog .dialog-content {
    position: relative;
    height: auto;
    /* height: 10.66rem; */
    /* height:8.84rem; */
    /* border: solid 0.01rem rgba(237, 188, 123, 0.8); */
    background-color: #000;
}
.photo-swiper-dialog.heng .dialog-content{
    height:3.39rem;
}
.photo-swiper,.video-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.photo-swiper-dialog .swiper-controls{
    display: none;
}
 .swiper-controls {
   margin: 0.3rem auto 0;
}
.photo-swiper-dialog .swiper-button-prev.swiper-button-disabled,
.photo-swiper-dialog .swiper-button-next.swiper-button-disabled,
.video-swiper-dialog .swiper-button-prev.swiper-button-disabled,
.video-swiper-dialog .swiper-button-next.swiper-button-disabled {
    opacity: 0.6;
    pointer-events: auto;
    cursor: not-allowed;
}
    .video-swiper {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .dialog-content {
        position: relative;
    }
    
    .video-swiper {
        width: 100%;
        height: 100%;
    }
    .swiper-counter {
        position: absolute;
        /* bottom: -1.23rem; */
        /* left: 50%;
        transform: translateX(-50%); */
        font-size: 0.24rem;
        display:flex ;
        justify-content: center;
        align-items: center;
        gap: 0.05rem;
        color: #eaca68;
        top:-0.41rem;
        left:0.14rem;
        display:none;
    }
    .swiper-counter .span {
        font-size: 0.24rem;
        height: 0.24rem;
        color: #eaca68;
    }
    .video-swiper-dialog{
        width: 7.21rem;
        height: 4.07rem; 
    }
.photo-swiper-dialog .swiper-slide,
.video-swiper-dialog .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-swiper-dialog .swiper-slide img,
.video-swiper-dialog .swiper-slide img {
    /* width: 100%; */
    width: auto;
    height: 100%;
    object-fit: cover;
}
.video-swiper-dialog .dialog-wrapper {
    width: 7.21rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.photo-swiper-dialog .swiper-slide img{
    object-position: center top;
    width: 100%;
    height: auto;
    border: solid 0.01rem rgba(237, 188, 123, 0.8);
    
}
.video-swiper-dialog .dialog-content {
    position: relative;
    height: 4.07rem;
    border: solid 0.01rem rgba(237, 188, 123, 0.8);
    background-color: #000;
}
 .video-list .video-wrapper::after {
    content: "";
    width: 2.65rem;
    height: 1.75rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/video_list_mask.png) no-repeat center;
    background-size: 100% 100%;
    pointer-events: none;
}
.photo-list .photo-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://game.gtimg.cn/images/empress/m/m202508/common/photo_list_bg.png) no-repeat center;
    background-size: 100% 100%;
    pointer-events: none;
}
.photo-dom,.video-dom{
    display: none;
}
.videolist{
width: 100%;
height: 100%;
}