body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    margin:0;padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{border-collapse:collapse;border-spacing:0}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
body{line-height:1}
.clear:after{content:" ";clear:both;height:0;visibility:hidden;display:block}
.clear{*zoom:1}
i{font-style:normal}
:focus{outline:0}
img{vertical-align:top}
a{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-user-select:none}
.hh{display:block;text-indent:-999em;overflow:hidden}
.hide{width:0;height:0;overflow:hidden;display:none}
.pr{position:relative}
.pa{position:absolute}
html{font-size:100px}
body {
    font:.24rem/1.75 tahoma,sans-serif,'STzhongsong', 宋体;
    background: #0c0b0a;
}
html,body{width:100%}
body.overflowHidden{
    overflow: hidden;
}
.flex{display:flex;display:-webkit-flex;justify-content: center;align-items: center;}
.flex-1{flex:1;-webkit-flex:1}
.flex-center{justify-content:center;-webkit-justify-content:center}
.flex-middle{align-items:center}
.flex-between{justify-content:space-between;-webkit-justify-content:space-between}
.flex-cm{display:flex;display:-webkit-flex;justify-content:center;-webkit-justify-content:center;align-items:center}
.t-c{text-align:center}
.t-l{text-align:left}
.t-r{text-align:right}
.t-hide{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.bg,.pop{background-size:100% auto;background-position:top center;background-repeat:no-repeat}
.bgc{background-size:100% auto;background-position:center center;background-repeat:no-repeat}
.t{text-indent:-9999em;overflow:hidden;font-size: 0; display: block;}
.f-l{float:left}
.f-r{float:right}
a{cursor:pointer}
.c:before,.c:after {content:'';display:table;}
.c:after {clear:both;}
.ani {
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s
}
.full-img img,.full-img{display:block}
.full-img img{width:100%}
.b{font-weight:bold}
.btn-hv{transition:.1s all;-webkit-transition:.1s all}
.btn-hv:active{
    transform:scale(.95);
    -webkit-transform:scale(.95)
}
.filter{
    filter:grayscale(100%);
    -webkit-filter:grayscale(100%)
}
.btn-scale{
    animation:scaleBtn .6s ease-in-out infinite alternate;
    -webkit-animation:scaleBtn .6s ease-in-out infinite alternate
}
@keyframes scaleBtn{
    to{transform:scale(1.1)}
}
@-webkit-keyframes scaleBtn{
    to{-webkit-transform:scale(1.1)}
}
.wrapper a,
.pop a {
    transition: .2s filter linear
}
.wrapper a:hover,
.pop a:hover {
    filter: brightness(1.2);
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wrapper a.btn-zhih {
    filter: grayscale(1)!important;  -webkit-filter: grayscale(1)!important;
}

.db {
    display: block;
    font-size: 0;
    text-indent: -9999em;
}
.disabled {
    pointer-events: none;
}

.space-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex-dire-clo{
    flex-direction: column;
}
img{
    width: 100%;
    height: auto;
}

/*footer*/
#afooter{font-size: .14rem; text-align:center; line-height:.2rem;color: #4d5356;background-color: #0e0e0d;padding: .1rem 0 .2rem;}
#afooter a{color: #4d5356;}


@font-face {
    font-family: "STzhongsongs";
    src: url("//game.gtimg.cn/images/poe2/cp/a20260414may/HWZHONGSONG.TTF?v=1.1")
    format("truetype");
}
@font-face {
    font-family: "xuansong85w";
    src: url("//game.gtimg.cn/images/poe2/cp/a20260414may/HYXuanSong85W.ttf")
    format("truetype");
}
.wrapper{
    width: 100%;
    /*min-width: 13.0rem;*/
    height: auto;
    position: relative;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 9.08rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/bg.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 5.5rem;
}
.top-nav{
    width: 100%;
    height: 1.53rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/top-bg.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.top-nav .logo-box {
    width: 3.6rem;
    height: 1.09rem;
    position: absolute;
    left: 50%;
    top: 0.2rem;
    transform: translateX(-51%);
 }
.btn-logo1, .btn-logo2{
    width: 1.41rem;
    height: 1.09rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/logo1.png");
    position: absolute;
    left: .0rem;
    top: .0rem;
}
.btn-logo2{
    width: 1.89rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/logo2.png");
    left: auto;
    right: .0rem;
}
.top-nav .logo-box .dot{
    width: .37rem;
    height: .37rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/logo-dot.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    transform: translateX(-42%);
    top: .3rem;
}
.time{
    width: 9.06rem;
    height: .67rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/time.png") no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    color: #C5B683;
    font-size: .28rem;
    text-align: center;
    font-family: 'STzhongsongs', '宋体';
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: .08rem 0 .12rem;
}
.header-slg{
    width: 10.54rem;
    height: 1.82rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/head-slg.png?v=1.0") no-repeat;
    background-size: 100% auto;
    margin: .1rem auto 0;
}
.logo{
    width: 1.66rem;
    height: 1.33rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/logo2.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: .15rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.head-right{
    width: 10rem;
    height: .44rem;
    position: absolute;
    top: .05rem;
    right: .2rem;
    z-index: 10;
    justify-content: flex-end;
    align-items: center;
}
.line{
    display: inline-block;
    width: .01rem;
    height: .35rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/line.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 .05rem;
}
.btn-login, .btn-jl{
    width: .70rem;
    height: .35rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-jl.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 .05rem;
}
.btn-login{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-login.png");
    margin-left: auto;
}
.btn-brqd, .btn-qwgw{
    width: 1.4rem;
    height: .4rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-brqd.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 .05rem;
}
.btn-qwgw{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-qwgw.png");
}
.login-info {
    width: 6rem;
    font-size: .24rem;
    color: #7c734f;
    height: .4rem;
    line-height: .4rem;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.logined {
    margin-right: .1rem;
    display: flex;
    justify-content: flex-end;
}
.login-info .login-name {
    max-width: 1.3rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.login-info a, .logined a {
    color: #7c734f;
}

.container{
    width: 100%;
    height: 37.36rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/bg1.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: -1px;
}
.container:after{
    content: '';
    width: 100%;
    height: .66rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/bottom-af.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.container.container2-see{
    height: 13.1rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/bg2.jpg");
}
.container2-see .part1-1{
    display: block;
}
.container2-see .part1, .container2-see .part2, .container2-see .part3{
    display: none;
}

.part{
    width: 100%;
    height: 9.4rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1.14rem 0 0;
    position: relative;
}
.part1{
    width: 100%;
    height: 15.75rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-bg.png") no-repeat;
    background-size: 100% 100%;

}
.title-box{
    width: 5.05rem;
    height: .56rem;
    margin: 0 auto;
    z-index: 20;
}
.p-title{
    width: 2.76rem;
    height: .39rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/title1.png") no-repeat;
    background-size: 100% auto;
}
.sub-tit{
    width: 9.09rem;
    height: .39rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/sub-tit1.png") no-repeat;
    background-size: 100% auto;
    margin: .03rem auto;
}
.sub-tit.sub-tit1-1{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/sub-tit1-1.png");
}
.nav-box{
    width: 5.56rem;
    height: .57rem;
    margin: .32rem 0 0 6.6rem;
}
.nav-box li{
    width: 2.78rem;
    height: 100%;
    font-size: .22rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: .08rem 0;
    line-height: 1.1;
    cursor: pointer;
}
.nav-box li.on{
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-nav.png") no-repeat;
    background-size: 100% 100%;
}
.nav-box li p{
    background: linear-gradient(to bottom, #BAA370 0%, #AA8B48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'xuansong85w';
}
.nav-box li.on p{
    background: linear-gradient(to bottom, #0E1018 0%, #36424E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-box li p:nth-of-type(2){
    font-size: .14rem;
}
.nav-cont>div{
    display: none;
}
.nav-cont>div.on{
    display: block;
}
.sign-box{
    width: 8.3rem;
    height: 5.8rem;
    margin: .6rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.sign-box li{
    width: 2.24rem;
    height: 2.79rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-qdbg.png") no-repeat;
    background-size:100% auto;
    box-sizing: border-box;
    padding: .18rem .0rem;
}
.sign-box li .day{
    width: 100%;
    /*color: #d4bd7c;*/
    font-size: .2rem;
    text-align: center;
    font-family: "STzhongsongs", "宋体";
    background: linear-gradient(to bottom, #7d6c44 0%, #dcc88e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sign-box li .btn-lq{
    width: 2.04rem;
    height: .48rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-lq.png");
    margin: 0 auto;
}
.sign-box li>div{
    width: 100%;
    height: 1.65rem;
    margin: 0 auto;
    position: relative;
}
.sign-box li>div img{
    width: 1.98rem;
    height: 1.98rem;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -.22rem;
}
.sign-box li .aw-name{
    width: 100%;
    height: .4rem;
    color: #FFF4B4;
    font-size: .16rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: .02rem;
    line-height: .18rem;
    font-family: "STzhongsongs", "宋体";
}
.sign-box li .two-noe{
    width: 100%;
    font-size: .16rem;
    text-align: center;
    color: #BCB172;
    position: absolute;
    left: 0;
    bottom: .45rem;
    font-family: "STzhongsongs", "宋体";
}
.sign-box li .two-noe1{
    bottom: .35rem;
}
.sign-box li .btn-lq.btn-ylq{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-ylq.png");
}

.bx-box{
    width: 10.58rem;
    height: 2.85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .4rem auto 0;
}
.bx-box li{
    width: 2.18rem;
    height: 2.85rem;
    position: relative;
    box-sizing: border-box;
    padding-top: .12rem;
}
.bx-box li.gray .mc{
    display: block;
}
.bx-box li .mc{
    display: none;
    width: 1.64rem;
    height: 2.22rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/fk-mc.png");
    position: absolute;
    left: 50%;
    top: .2rem;
    transform: translateX(-50%);
    z-index: 6;
}
.bx-box li .bottom-bg, .send-card .bottom-bg{
    width: 100%;
    height: 2.14rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-bxBg-max.png");
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 0;
}
.bx-box li .top-bg, .send-card .top-bg{
    width: 1.77rem;
    height: .97rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-bxBg-af-max.png");
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 10;
}
.bx-box li img, .send-card img{
    display: block;
    width: 1.64rem;
    height: 2.22rem;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}
.bx-box li .num, .send-card .num{
    width: .38rem;
    height: .46rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-tag-num-max.png");
    position: absolute;
    right: .28rem;
    top: .1rem;
    z-index: 20;
    color: #FFF4B4;
    font-size: .26rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0 .1rem;
}
.btn-sy{
    width: 1.78rem;
    height: .46rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-sy.png");
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .42rem;
    z-index: 15;
    display: none;
}
.btn-sy.on{
    display: block;
}
.bottom-cont{
    width: 100%;
    height: 1.3rem;
    position: relative;
}
.btn-dhbx{
    width: 2.62rem;
    height: .63rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-dhbx.png");
    margin: .1rem auto .1rem;
}
.btn-dhbx.btn-ydh{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-ydh.png");
}
.tips{
    width: 100%;
    color: #8A8875;
    font-size: .14rem;
    text-align: center;
    font-family: "STzhongsongs", "宋体";
}
.bottom-cont .right{
    width: 2.15rem;
    position: absolute;
    right: 4.45rem;
    top: 0.45rem;
}
.btn-share{
    width: 2.15rem;
    height: .48rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-fxhd.png");
    margin: 0 auto .0rem;
}
.btn-share.btn-lqjl{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-lqjl.png");
}
.btn-share.btn-yfxlq{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-yfxlq.png");
}

.part2{
    width: 13.14rem;
    height: 12.33rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p2-bg.png") no-repeat;
    background-size: 100% 100%;
    margin: -.6rem auto 0;
    padding: 0.88rem 0 0;
}
.part2 .p-title{
    width: 4.2rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/title2.png");
}
.part2 .sub-tit{
    width: 2.78rem;
    height: .38rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/sub-tit2.png");
    margin: .1rem auto;
}
.zjmd-box{
    width: 10.17rem;
    height: .47rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/danmu.png") no-repeat;
    background-size:100% auto;
    margin: .3rem auto;
    color: #FFF4B4;
    font-size: .16rem;
    text-align: left;
    line-height: .45rem;
    box-sizing: border-box;
    padding: 0 .5rem;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "STzhongsongs",  "宋体";
}
.zjmd-box .tit{
    width: 2rem;
    text-align: right;
}
.zjmd-box .dm-cont{
    width: calc(100% - 2rem);
    height: .25rem;
    overflow: hidden;
    font-family: none;
    box-sizing: border-box;
    padding-right: 1rem;
}
.zj-mdlist{
    /*background-color: red;*/
    /*animation: scroll1 6s linear infinite;*/
}
@keyframes scroll1{
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
.zj-mdlist ul li{
    height: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.milo-broadcast{
    width: 100%;
    height: .25rem;
    overflow: hidden;
}
.milo-broadcast ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}
.milo-broadcast ul li{
    margin:0;
    padding: 0;
    color: #FFF4B4;
    font-size: .16rem;
    text-align: left;
    line-height: .45rem;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.milo-broadcast ul li div{
    float: left;
    box-sizing: border-box;
    line-height: .45rem;
}


.btn-openBox{
    width: 1.29rem;
    height: 1.07rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-open.png");
    margin: 2.7rem auto .1rem;
}
.btn-openBox.gray{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-open-gray.png");
    pointer-events: none;
}
.xz-box{
    width: 3.9rem;
    height: .45rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p2-xz-bg.png");
    margin: .45rem auto;
}
.xz-box p{
    font-size: .22rem;
    text-align: center;
    background: linear-gradient(to bottom, #A89565 0%, #F0E1AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'STzhongsongs', '宋体';
}
.xz-box i{
    display: inline-block;
    width: .35rem;
    height: .33rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/icon.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 .05rem;
}

.xz-info, .tips1{
    width: 100%;
    font-size: .2rem;
    text-align: center;
    color: rgba(255, 244, 180, 0.6);
    font-family: 'STzhongsongs', '宋体';
    margin: .7rem auto 0;
}
.xz-info p{
    margin: 0 .2rem;
}
.tips1{
    margin: 0 auto;
}
.part2 .sub-tit-box{
    width: 100%;
    height: 1.19rem;
    position: relative;
    margin: -.3rem auto -.1rem;
}
.part2 .sub-tit1{
    width: 9.71rem;
    height: 1.19rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p2-sub-tit.png");
    margin: 0 auto;
}
.btn-hjjl{
    width: 1.6rem;
    height: .43rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-hjjl.png");
    position: absolute;
    right: 1.6rem;
    top: 0.6rem;
}
.awSwiper-box{
    width: 100%;
    height: 1.98rem;
    position: relative;
}
.award-swiper{
    width: 9.9rem;
    height: 1.98rem;
    margin: .2rem auto;
    overflow: hidden;
}

.award-swiper .swiper-slide{
    width: 1.98rem;
    height: 1.98rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p2-jlBg.png") no-repeat;
    background-size:100% auto;
    position: relative;
}
.award-swiper .swiper-slide .aw-name{
    width: 100%;
    height: 100%;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p2-jlBg-af.png") no-repeat;
    background-size:100% auto;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding-top: 1.21rem;
    font-family: "STzhongsongs",  "宋体";
}
.award-swiper .swiper-slide .aw-name p{
    width: 100%;
    color: #8A8875;
    font-size: .16rem;
    text-align: center;
    line-height: .28rem;
    letter-spacing: -1px;
}
.award-swiper .swiper-slide .aw-name p:nth-of-type(2){
    font-size: .20rem;
}
.award-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.awSwiper-box .btn-prev, .awSwiper-box .btn-next{
    width: .58rem;
    height: .44rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p2-prev.png");
    position: absolute;
    top: 50%;
    left: .8rem;
    transform: translateY(-50%);
}
.awSwiper-box .btn-next{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p2-next.png");
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    right: .8rem;
}

.part3{
    width: 12.53rem;
    height: 8.95rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p3-bg.png") no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: .88rem .6rem 0;
}
.part3 .p-title{
    width: 1.52rem;
    height: .34rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/title3.png");
}
.rule-list{
    width: 95%;
    color: #888475;
    font-size: .18rem;
    text-align: center;
    line-height: .3rem;
    margin: .3rem auto;
    font-family: "STzhongsongs",  "宋体";
}
.rule-list>p{
    font-size: .2rem;
}
.rule-list>p:nth-of-type(1){
    font-size: .22rem;
}
.rule-list span{
    color: #C5B683;
}
.rule-list ul li a{
    color: #888475;
}
.rule-list ul li{
    width: 100%;
    text-align: left;
}
.rule-list ul li .min-tit{
    font-size: .22rem;
    height: .3rem;
    position: relative;
    margin: .2rem 0 .08rem;
    color: #C5B683;
}
.rule-list ul li .min-tit:before{
    content: '';
    width: .18rem;
    height: .18rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p3-dot.png") no-repeat;
    background-size:100% auto;
    position: absolute;
    left: -.2rem;
    top: 50%;
    transform: translateY(-50%);
}


/*part1-1*/
.part1-1{
    display: none;
    width: 100%;
    height: 14.34rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-bg1.png") top center no-repeat;
    background-size: 100% 8.56rem;
    box-sizing: border-box;
    padding: 1.22rem 4rem 1.8rem;
}
.part1-1 .title{
    width: 100%;
    height: .35rem;
    background: none;
    /*background-image: linear-gradient(to bottom, #220000, #793606);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #000000;
    font-size: .36rem;
    /*font-weight: bold;*/
    margin: 0 auto;
    text-align: center;
    line-height: 0.4rem;
    font-family: "xuansong85w";
}
.part1-1 .title span{
    font-family: none;
    font-weight: bold;
}
.send-card{
    width: 2.8rem;
    height: 3.65rem;
    margin: .55rem auto .1rem;
    position: relative;
    box-sizing: border-box;
    padding-top: .2rem;
}
.send-card .top-bg{
    width: 2.27rem;
    height: 1.24rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-bxBg-af-max.png");
}
.send-card img{
    width: 2.1rem;
    height: 2.85rem;
}
.send-card .bottom-bg{
    width: 2.8rem;
    height: 2.74rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-bxBg-max.png");
}
.send-card .num{
    width: .49rem;
    height: .59rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-tag-num-max.png");
    font-size: .26rem;
}
.part1-1 .btn-box{
    width: 85%;
    height: .9rem;
    margin: 0 auto;
}
.btn-bs, .btn-wycy{
    width: 3.01rem;
    height: .72rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-bs.png");
}
.btn-wycy{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-wycy.png");
}
.btn-song{
    width: 3.19rem;
    height: .83rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-song.png");
}
.myCard-box{

}
.myCard-box .title1{
    width: 11.18rem;
    height: .68rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-titleBg.png") no-repeat;
    background-size:100% auto;
    margin: 1.5rem auto .2rem;
    color: #B1A97A;
    font-size: .32rem;
    box-sizing: border-box;
    padding: .04rem .5rem;
    text-align: center;
    font-family: "xuansong85w";
}
.myCard-box .bx-box{
    height: 3.11rem;
}
.myCard-box .bx-box li{
    width: 2.38rem;
    height: 100%;
}
.myCard-box .bx-box li .bottom-bg{
    width: 100%;
    height: 2.34rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-bxBg-max.png");
}
.myCard-box .bx-box li .top-bg{
    width: 1.94rem;
    height: 1.06rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-bxBg-af-max.png");
}
.myCard-box .bx-box li img{
    display: block;
    width: 1.7rem;
    height: 2.3rem;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}
.myCard-box .bx-box li .num{
    width: .42rem;
    height: .5rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/p1-tag-num-max.png");
    right: 0.18rem;
}
.myCard-box .bx-box li .mc{
    width: 1.7rem;
    height: 2.3rem;
}

/*** pop ***/
.pop {
    display: none;
    outline: none;
    position: relative;
    box-sizing: border-box;
    width: 5.29rem;
    font-family: none;
}
.pop-close {
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-close.png");
    width: .44rem;
    height: .44rem;
    position: absolute;
    right: -.04rem;
    top: .2rem;
    z-index: 990;
}
.pop {
    font-size: .15rem;
    line-height: .28rem;
    color: #928564;
    width:7.31rem;
    box-sizing: border-box;
    padding: .7rem 0.3rem 1.1rem;
}
.pop .pop-con {
    text-align: center;
}
/*pop-comm*/
.pop-comm {
    width: 5.29rem;
    height: 1.5rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop.png");
    padding: .05rem 0.1rem ;
}
.pop-comm .tips-box {
    width: 90%;
    margin: 0 auto;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: .2rem;
    color: #B9A981;
}
.pop-comm .p1,
.pop-comm .p2 {
    color: #B9A981;
    font-size: .2rem;
    line-height: .4rem;
}
.pop-comm .p2 {
    color: #7a7975;
    margin-top: .1rem;
}

/* pop-login */
.pop-login {
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop1.png");
    height: 5.92rem;
}
.pop-title{
    width: 6.71rem;
    height: .83rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-title.png") no-repeat top center / 100% auto;
    margin: 0 auto;
}
.pop-btns {
    width: 100%;
    display: flex;
    justify-content: center;
}
.pop-login .pop-btns a {
    margin:.35rem .5rem 0;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/icon-qq.png");
    width: 1.68rem;
    height: 2.29rem;
}
.pop-login .pop-btns .btn-wx {
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/icon-wx.png");
}

/* pop-prize-note */
.pop-prize-note {
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop2.png");
    height: 6.49rem;
}
.pop-prize-note .pop-title {
    height: .82rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-title1.png");
}

.gift-table,
.table-top {
    width: 95%;
    margin:0 auto;
    color: #928564;
}
.table-top table {
    width: 100%;
}
.gift-table th,
.gift-table td {
    padding: 0.14rem 0;
    text-align: left;
}
.gift-table td {
    height: .22rem;
    font-size: 0.15rem;
    line-height: .22rem;
    text-align: center;
    position: relative;
    font-family: "STzhongsongs",  "宋体";
}
.gift-table tr {
    position: relative;
}
.gift-table td:after{
    content: "";
    width: 1px;
    height: .15rem;
    background-color: #51462C;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gift-table td:nth-last-of-type(1):after{
    display: none;
}
.gift-table th {
    line-height: .24rem;
    color: #F0E1AC;
    text-align: center;
    padding: .14rem 0 .16rem;
    font-size: .22rem;
    font-family: "xuansong85w";
}
.gift-table .btn-txdz, .gift-table .btn-fzxlg{
    color: #928564;
    background: none;
}
.status-fail {
    color: #622A2A;
}
.paging-box {
    width: 100%;
    margin: .15rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .2rem;
    bottom: 1.3rem;
    left: 50%;
    transform: translateX(-50%);
}
.paging-box a {
    width: 1.59rem;
    height: .42rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-nextPage.png") no-repeat top center / 100% auto;
}
.paging-box .prev-btn {
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-prevPage.png");
}
.paging-box p {
    color: #BAAE86;
    font-size: .16rem;
    margin: 0 .2rem;
}


/*pop-my-award*/
.pop-my-award .pop-title{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-title4.png");
}

/*pop-get-award**/
.pop-get-award, .pop-select-one{
    width: 5.42rem;
    height: 6.25rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop3.png");
    font-family: "STzhongsongs",  "宋体";
}
.pop-get-award .aw-name{
    width: 100%;
    color: #8A8875;
    font-size: .22rem;
    text-align: center;
    font-family: "STzhongsongs", "宋体";
    margin: .1rem auto;
}
.pop-get-award .pop-title, .pop-copy .pop-title{
    width: 5.11rem;
    height: .76rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-title2.png");
}
.pop-awardList{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: .2rem;
}
.pop-awardList li{
    width: 1.75rem;
    height: 2.28rem;
    position: relative;
}
.pop-awardList .pop-aw1.gray .mc{
    display: block;
}
.pop-awardList .pop-aw1.gray p{
    color: #f6f2d8;
}
.pop-awardList .pop-aw1{
    width: 1.63rem;
    height: 2.06rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-djBg.png");
    position: relative;
}
.pop-awardList .pop-aw1 .mc{
    display: none;
    width: 1.86rem;
    height: 2.22rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-djBg-mc.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pop-awardList .pop-aw1 img{
    display: block;
    width: 1.98rem;
    height: 1.98rem;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -47%);
}
.pop-get-award-tx .pop-awardList .pop-aw1 img{
    transform: translate(-50%, -38%);
}
.pop-awardList .pop-aw1 p{
    width: 100%;
    font-size: .14rem;
    text-align: center;
    color: #FFF4B4;
    position: absolute;
    bottom: .22rem;
    left: 0;
}
.pop-awardList1 .pop-aw1 p{
    bottom: -.38rem;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
}
.pop-awardList2 .pop-aw1 p{
    bottom: -.2rem;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
}
.pop-get-award1 .pop-awardList2 {
    margin-top: .2rem !important;
    margin-bottom: .2rem;
}
.pop-awardList .pop-aw2{
    width: 1.75rem;
    height: 2.28rem;
    position: relative;
    box-sizing: border-box;
    padding-top: .12rem;
}
.pop-awardList .pop-aw2 .bottom-bg{
    width: 100%;
    height: 1.72rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-djBg1.png") no-repeat top center / 100% auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 0;
}
.pop-awardList .pop-aw2 .top-bg{
    width: 1.42rem;
    height: .78rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-djBg1-af.png") no-repeat top center / 100% auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 10;
}
.pop-awardList .pop-aw2 img{
    display: block;
    width: 1.32rem;
    height: 1.79rem;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.pop-awardList .pop-aw2 .aw-name{
    width: 100%;
    font-size: .18rem;
    text-align: center;
    color: #8A8875;
    position: absolute;
    bottom: -.25rem;
    left: 0;
}
.btn-kxsx{
    width: 3.01rem;
    height: .72rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-kxsx.png");
    margin: .35rem auto 0;
}
.pop-get-award1 .pop-awardList{
    margin-top: .4rem;
}
.pop-get-award1 .pop-awardList li{
    width: 1.82rem;
    height: 1.98rem;
}
.pop-get-award1 .pop-awardList .pop-aw1{
    width: 100%;
    height: 100%;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-djBg2.png");
}

.btn-txdz, .btn-shzt,
.btn-kxsx1, .btn-fxhy,
.btn-xzg,
.btn-cxxz, .btn-qrxz,
.btn-ok, .btn-cancel
{
    width: 2.07rem;
    height: .5rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-txdz.png");
    margin: .15rem .1rem .15rem;
}
.btn-shzt{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-shzt.png");
}
.pop-tips{
    width: 100%;
    color: #8A8875;
    font-size: .18rem;
    text-align: center;
    line-height: .22rem;
    font-family: "STzhongsongs",  "宋体";
}

.pop-get-award2{
    width: 5.42rem;
    height: 4.83rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop4.png");
}

.btn-kxsx1, .btn-fxhy{
    margin-top: .3rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-kxsx1.png");
}
.btn-fxhy{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-fxhy.png");
}
.pop-awardCont{
    width: 100%;
    height: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .3rem;
    background: linear-gradient(to bottom, #D6D0C1 0%, #B1985D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pop-no-get-award{
    width: 5.5rem;
    height: 4.83rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop5.png");
}
.pop-no-get-award .pop-awardCont{
    height: 1.9rem;
    background: none;
}
.pop-no-get-award .pop-awardCont p{
    width: 2.88rem;
    height: .43rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-hyh.png") no-repeat top center / 100% auto;
}
.btn-qr{
    width: 3.01rem;
    height: .72rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-qr.png");
    margin: .1rem auto;
}

/*pop-get-card*/
.pop-get-card{
    width: 5.42rem;
    height: 3.51rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop7.png");
    padding-top: .5rem;
    font-family: "STzhongsongs",  "宋体";
}

.pop-get-card-cont{
    width: 100%;
    height: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #B9A981;
    font-size: .2rem;
    line-height: .35rem;
}
.btn-qwhdhk{
    width: 2.47rem;
    height: .6rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-qwhdhk.png");
    margin: .0rem auto;
}
.pop-get-card1 .pop-get-card-cont{
    font-size: .22rem;
}
.pop-get-card-cont .p2{
    font-size: .18rem;
    color: #D76C2F;
}
.btn-ok{
    margin: 0 .15rem 0;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-qr1.png");
}
.btn-cancel{
    margin: 0 .15rem 0;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-qx.png");
}

.pop-hyk .pop-awardList{
    margin-top: 0;
}
.pop-hyk .pop-awardList li{
    width: 1.86rem;
    height: 2.42rem;
}
.pop-hyk .pop-awardList .pop-aw2{
    width: 1.86rem;
    height: 2.42rem;
}
.pop-hyk .pop-aw2 .top-bg{
    width: 1.51rem;
    height: .82rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-djBg1-af.png");
}
.pop-hyk .pop-awardList .pop-aw2 img{
    width: 1.39rem;
    height: 1.88rem;
}
.pop-hyk .pop-aw2 .bottom-bg{
    width: 1.86rem;
    height: 1.82rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-djBg1.png");
}
.pop-hyk .pop-tips{
    font-size: .22rem;
    line-height: .27rem;
    margin-top: 0;
}
.pop-hyk .btn-kxsx{
    margin-top: -.1rem;
}

/*pop-share*/
.pop-share{
    width: 7.31rem;
    height: 8.45rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop6.png");
}
.pop-share .pop-title{
    height: .76rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-title6.png");
}
.pop-sub-tit{
    width: 6.4rem;
    height: .45rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #B9A981;
    font-size: .22rem;
    text-align: left;
    margin: .1rem auto .06rem;
    font-family: "STzhongsongs", "宋体";
}
.pop-sub-tit .icon3{
    display: inline-block;
    width: .14rem;
    height: .14rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-dot.png");
}
.btn-download, .pop-share .btn-copy{
    width: .49rem;
    height: .5rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-download.png");
    margin-left: 1.3rem;
}
.pop-share .share-parent{
    width: 6.33rem;
    height: 3.56rem;
    margin: 0 auto;
    position: relative;
}
.pop-share .share-cont{
    width: 6.33rem;
    height: 3.56rem;
    position: relative;
}
.pop-share .share-img{
    width: 6.33rem;
    height: 3.56rem;
}
.copy-box{
    width: 6.38rem;
    height: .82rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-input.png");
    margin: 0 auto;
    box-sizing: border-box;
    padding: .2rem .2rem .2rem .1rem;
}

.input-link{
    /* 固定尺寸 */
    display: block;
    width: 5.3rem !important;
    height: .54rem !important;
    background: none;
    /* 禁止拖动调整大小 */
    resize: none;
    /* 防止用户通过其他方式改变大小 */
    max-width: 5.3rem;
    max-height: .54rem;
    min-width: 5.3rem;
    min-height: .54rem;
    color: #8A8875;
    font-size: .15rem;
    border: none;
    outline: none;
    line-height: .24rem;
    font-family: "STzhongsongs", "宋体";
    letter-spacing: -1px;
}
.input-link::-webkit-scrollbar{
    display: none;
}
.pop-share .btn-copy{
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-copy1.png");
    right: .25rem;
    top: 50%;
    transform: translateY(-50%);
}

.pop-send{
    width: 5.5rem;
    height: 4.34rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop8.png");
}
.pop-send .pop-con>div{
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pop-send .pop-con p{
    width: 100%;
    color: #C5B683;
    font-size: .2rem;
    text-align: center;
    line-height: .24rem;
    font-family: "STzhongsongs", "宋体";
}
.pop-send .pop-con p:nth-of-type(2){
    color: #D76C2F;
    font-size: .18rem;
    line-height: .25rem;
    margin-top: .2rem;
}
.pop-send .btn-wycy{
    width: 2.09rem;
    height: .5rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/btn-wycy.png");
    margin: .1rem auto;
}

.pop-address{
    width: 7.32rem;
    height: 6.96rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop9.png");
}
.pop-address .pop-title{
    width: 6.77rem;
    height: .8rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-title9.png");
}
.pop-input{
    width: 5.7rem;
    height: auto;
    margin: .13rem auto;
    display: flex;
}
.pop-input label, .pop-input span{
    width: 1.4rem;
    color: rgba(181, 192, 185, 0.6);
    font-size: .18rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-family: "STzhongsongs", "宋体";
}
.pop-input span{
    width: 1rem;
}
.pop-input input{
    width: 4.24rem;
    height: .27rem;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-input1.png") no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    color: #B5C0B9;
    font-size: .18rem;
    box-sizing: border-box;
    padding: 0 .1rem;
}
.pop-input input::placeholder{
    color: rgba(181, 192, 185, 0.6);
}
.pop-input input.input1{
    width: 3.45rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-input2.png");
}
.pop-input1 input{
    width: 1.65rem;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-input3.png");
}
.pop-input1 span{
    width: .5rem;
}
.pop-input textarea{
    width: 4.24rem !important;
    height: .57rem !important;
    display: block;
    background: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-input4.png") no-repeat;
    background-size: 100% 100%;
    border: none;
    /* 禁止拖动调整大小 */
    resize: none;
    /* 防止用户通过其他方式改变大小 */
    max-width:4.24rem;
    max-height: .57rem;
    min-width:4.24rem;
    min-height: .57rem;
    color: #B5C0B9;
    font-size: .18rem;
    outline: none;
    box-sizing: border-box;
    padding: .05rem ;
}
.pop-input textarea::placeholder{
    color: rgba(181, 192, 185, 0.6);
}
.pop-input textarea::-webkit-scrollbar{
    display: none;
}
.pop-address .btn-qr{
    margin-top: .2rem;
}
.pop-address .pop-line{
    width: 6.55rem;
    height: 1px;
    background-image: url("//game.gtimg.cn/images/poe2/cp/a20260414may/pop-line.png");
    margin: .15rem auto;
}
.pop-address .pop-tips{
    color: rgba(255, 244, 180, 0.4);
    font-family: "STzhongsongs", "宋体";
}



.dom2img-result{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
