/* reset */
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

a,
img,
input {
	border: none;
}

:root {
	--theme-color: #d0be87;
}

:focus {
	outline: 0
}

body {
	font: .24rem/1.75 tahoma, sans-serif, 'STzhongsong', '宋体';
	color: var(--theme-color);
	font-size: 0.24rem;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	font-size: 100px;
}

.db {
	display: block;
	font-size: 0;
	text-indent: -9999em;
}

.t {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}

.disabled {
	pointer-events: none;
}

.flex {
	display: 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;
	-webkit-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;
}

.flex-wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

img {
	width: 100%;
	height: auto;
}

/*** footer  **/
#footer_ieg {
	min-width: 12rem;
	text-align: center;
	font-size: .12rem;
	line-height: .19rem;
	color: #4d5356;
}

.wrap_ieg {
	margin: 0 auto;
	padding: .2rem 0 .2rem 0;
	width: 10rem;
}

.wrap_ieg a {
	color: #4d5356;
}

#footer_ieg p.e {
	margin-top: 0;
	font-size: .1rem;
}

a {
	transition: filter .3s ease;
	cursor: pointer;
}

a:hover {
	filter: brightness(1.3);
}

html,
body {
	background-color: #000000;
}

.gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	pointer-events: none;
}

.hide {
	width: 0;
	height: 0;
	overflow: hidden;
	display: none;
}

/* */
@font-face {
	font-family: "HYxs55s";
	src: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/font/HYXUANSONG55S.TTF") format("truetype");
}
@font-face {
	font-family: "HYxs85s";
	src: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/font/HYXUANSONG85S.TTF") format("truetype");
}

/* 华文中宋SC道具奖励*/
@font-face {
	font-family: "xuansong85w";
	src: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/font/STZHONGSONG-SC.TTF") format("truetype");
}

.wrapper {
	width: 100%;
	/*min-width: 13.0rem;*/
	height: auto;
	position: relative;
	margin: 0 auto;
}



.header {
	width: 100%;
	height: 8.9rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/top.jpg") no-repeat;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
	padding-top: 5.2rem;
}

.header::after {
	content: '';
	width: 100%;
	height: 1.53rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/top-bg.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.title {
	width: 8.1rem;
	height: 2.6rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/title.png") no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
}


.head-right {
	width: 5rem;
	height: .44rem;
	position: absolute;
	top: .1rem;
	right: .2rem;
	z-index: 10;
}

.line {
	display: inline-block;
	width: .07rem;
	height: .35rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/line.png") no-repeat;
	background-size: 100% 100%;
}




.top-nav a {
	transition: .2s filter linear;
}

.top-nav a:hover {
	filter: brightness(1.2);
}

.top-nav .t {
	text-indent: -9999em;
	overflow: hidden;
	font-size: 0;
	display: block;
}

.top-nav .btn {
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
}

.top-nav {
	width: 100%;
	height: 1.54rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}


.top-nav .logo01 {
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/logo.png") no-repeat top center / 100% auto;
	width: 1.74rem;
	height: 1.09rem;
	position: absolute;
	left: .4rem;
	top: .2rem;
}
.top-nav .logo02{background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/logo02.png") no-repeat top center / 100% auto;
	width: 1.85rem;
	height: 1.09rem;
	position: absolute;
	left: 2.14rem;
	top: .2rem;
}
.top-r {
	width: 8.6rem;
	height: .64rem;
	position: absolute;
	right: .18rem;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.login-info {
	width: 4rem;
	font-size: .15rem;
	color: #7c734f;
	height: .4rem;
	line-height: .4rem;
	text-align: right;
	position: relative;
}

.login-info .ptLoginBtn {
	width: 1.06rem;
	height: .4rem;
	margin-left: auto;

	text-indent: -9999em;
	font-size: 0;
	display: block;
}

.login-info a,
.logined a {font-size: .2rem;
	color: #7c734f;
}

.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;
}

.top-nav .btn-jl {
	margin-right: .18rem;
}

.top-nav .btn-sdqh {

	margin-right: .18rem;
}

.top-nav .btn-home {}

.main a {
	transition: .2s filter linear
}

.main a:hover {
	filter: brightness(1.14);
}


.btn-login,
.btn-jl {
	width: .70rem;
	height: .35rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/btn-jl.png") no-repeat;
	background-size: 100% 100%;
}

.btn-login {
	background-image: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/btn-login.png");
}

.btn-brqd,
.btn-qwgw {
	width: 1.4rem;
	height: .4rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/btn-brqd.png") no-repeat;
	background-size: 100% 100%;
}

.btn-qwgw {
	background-image: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/btn-qwgw.png");
}

.head_daoju img {
	width: 12.74rem;
	height: 3.32rem;
	display: block;
}

.head_daoju {
	width: 12.74rem;
	height: 3.32rem;
	position: absolute;
	bottom: .6rem;
	left: 50%;
	margin-left: -6.37rem;
}

/***container***/
.container {
	width: 100%;
	height: 23.78rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/cont01.jpg") no-repeat;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
	padding: .35rem 0 2rem 0;
}

.part01 {
	width: 18.08rem;
	height: 13.83rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/bg01.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: .55rem;
}

.tit01 {
	width: 7.92rem;
	height: .68rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/tit01.png") no-repeat;
	background-size: 100% 100%;
	text-indent: -999em;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
}

.daoju_box {
	width: 12rem;
	margin: .53rem auto 0;
}

.daoju_box li img {
	width: 100%;
	height: 100%;
	display: block;
}

.daoju_box li {
	width:4.06rem;
	height: 5.2rem;
	position: relative;
}

.daoju_box li p {
	font-family: "xuansong85w";
}
.daoju_box li p.tetx_tit {
	font-size: .2rem;
	text-align: center;
	color: #bba87c;
	position: absolute;
	top: .32rem;
	left: 0;
	line-height: .26rem;
	width: 4.06rem;
}

.daoju_box li p.name {
	font-size: .2rem;
	text-align: center;
	color: #afac9b;
	position: absolute;
	top: 3.6rem;
	left: 0rem;
	line-height: .26rem;
	width: 4.06rem;
}

.btn_share {
	width: .49rem;
	height: .46rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/btn_share.png") no-repeat;
	background-size: 100% 100%;
	text-indent: -999em;
	position: relative;
	box-sizing: border-box;
	position: absolute;
	left: .85rem;
	bottom: .82rem;
}
.btn_fxyl{
	width: 1.86rem;
	height: .58rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/share01.png") no-repeat;
	background-size: 100% 100%;
	text-indent: -999em;
	position: relative;
	box-sizing: border-box;
	position: absolute;
	left: 1.33rem;
	bottom: .75rem;
}
.btn_fxyl.btn_ljlq {
	width: 1.86rem;
	height: .58rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/lq01.png") no-repeat;
    background-size: 100% 100%;
}
.btn_fxyl.btn_ljlq.btn_gray,.btn_fxyl.btn_gray {
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/lq01_gray.png") no-repeat;background-size: 100% 100%;
}

.btn_get {
	width: 2.42rem;
	height: .62rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/lq02.png") no-repeat;
	background-size: 100% 100%;
	text-indent: -999em;
	position: relative;
	box-sizing: border-box;
	position: absolute;
	left: .8rem;
	bottom: .65rem;
}

.btn_get.btn_gray {
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/lq02_gray.png") no-repeat;background-size: 100% 100%;
}

.daoju02_box {
	width: 9.5rem;
	margin: .15rem auto 0;
}

.daoju02_box li img {
	width: 100%;
	height: 100%;
	display: block;
}

.daoju02_box li {
	width:4.02rem;
	height: 6.1rem;
	position: relative;
}

.daoju02_box li p {
	font-family: "xuansong85w";
}

.daoju02_box li p.tetx_tit {
	font-size: .2rem;
	text-align: center;
	color: #b09b6e;
	position: absolute;
	top: .15rem;
	left: 0;
	line-height: .4rem;
	width:4.02rem;
}

.daoju02_box li p.name {
	font-size: .2rem;
	text-align: center;
	color: #bead82;
	position: absolute;
	top: 3.4rem;
	left: 0;
	line-height: .26rem;
	width:4.02rem;
}

.btn_lingqu {
	width: 2.88rem;
	height: .74rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/lq03.png") no-repeat;
	background-size: 100% 100%;
	text-indent: -999em;
	position: relative;
	box-sizing: border-box;
	position: absolute;
	left: .6rem;
	bottom: 1.55rem;
}
.btn_lingqu.btn_gray {
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/lq03_gray.png") no-repeat;background-size: 100% 100%;
}
.btn_ssj {
	width: 2.28rem;
	height: .56rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/btn_xsj.png") no-repeat;
	background-size: 100% 100%;
	text-indent: -999em;
	position: relative;
	box-sizing: border-box;
	margin: -.78rem auto 0;
}

.part02 {
	z-index: 9;
	width: 13.32rem;
	height: 7.14rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/bg02.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
	margin: 1rem auto 0;
	padding-top: 1.7rem;
}

.rules_box {
	width: 10.6rem;
	margin: 0 auto;
}

.rules_box li {
	font-family: "xuansong85w";
	line-height: .36rem;
	padding: .07rem 0;
	color: #8f887e;
	font-size: .2rem;
	text-align: left;
}

.rules_box li span {
	color: #f0e0ac;
}

/* 弹窗样式 */
.pop {
	display: none;
	width: 7.32rem;
	height: 1.75rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/pop01.png") no-repeat;
	background-size: 100% auto;
	position: relative;
	box-sizing: border-box;
	padding: 0.6rem .3rem .7rem;
	font-family: none;
}

.btn_close {
	width: .44rem;
	height: .44rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/btn-close.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: .1rem;
	right: .0rem;
}

.pop_cont {
	width: 6rem;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	color: #b9ad85;
	font-size: .24rem;
	line-height: .35rem;
	flex-direction: column;
}

.pop_cont02 {
	width: 4.8rem;
	height: 1.9rem;
	margin: 0 auto;
	text-align: center;
	color: #b9ad85;
	font-size: .24rem;
	line-height: .35rem;
	flex-direction: column;
}



/**pop-login**/
.pop_login {
	height: 5.92rem;
	padding-top: 1.9rem;
	background-image: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/pop-login.png");
}

.pop_tit1 {
	width: 2.51rem;
	background-image: url("//game.gtimg.cn/images/poe2/cp/a20251203poe2ldx/pop-tit-login.png");
}

.pop_login .pop_cont {
	width: 5.5rem;
	height: 2.28rem;
	justify-content: space-around;
	flex-direction: row;
}

.btn_loginqq,
.btn_loginwx {
	width: 1.68rem;
	height: 2.28rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/icon-qq.png") no-repeat;
	background-size: 100% auto;
}

.btn_loginwx {
	background-image: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/icon-wx.png");
}

.pop_cont01 {
	margin-top: .3rem;
}

.pop02 {
	height: 6.36rem;
	padding-top: 1.6rem;
	background-image: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/pop02.png");
}

.table-cont {
	width: 6.4rem;
	margin: 0 auto 0;
}

.table-cont th {
	height: .48rem;
	line-height: .48rem;
	font-size: .24rem;
	color: #b9ae86;
	text-align: center;
	font-weight: normal;
	font-family: "HYxs85s";
}

.table-cont td {
	height: .48rem;
	line-height: .48rem;
	text-align: center;
	font-size: .16rem;
	color: #a3a3a3;
	;
}

.table-cont td:nth-child(1) {
	font-size: .2rem;
}

.table-cont td.succeed {
	color: #dec283;
	;
}

.page {
	text-align: center;
	margin: .1rem auto 0;
}

.btn_pver,
.btn_next {
	width: 1.02rem;
	height: .46rem;
	display: inline-block;
	vertical-align: middle;
	transition: .2s filter linear
}

.btn_pver:hover,
.btn_next:hover {
	filter: brightness(1.16);
}

.btn_pver {
	background-image: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/btn_pver.png");
	background-size: 100% 100%;
}

.btn_next {
	background-image: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/btn_next.png");
	background-size: 100% 100%;
}

.num_count {
	font-family: "xuansong85w";
	width: .8rem;
	font-size: .22rem;
	color: #dec283;
	display: inline-block;
	vertical-align: middle;
}

.pop03 {
	height: 6.94rem;
	padding-top: 1.35rem;
	background-image: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/pop03.png");
}

.new-icon {
	font-family: "xuansong85w";
	font-size: .2rem;
	text-align: center;
	color: #b5aa83;
}

.btn_shuaxin {
	width: 1rem;
	height: .36rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/shuaxin.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 1.25rem;
	right: .5rem;
}

.box_game {
	width: 6.6rem;
	margin: .2rem auto 0;
}

.box_game th {
	text-align: center;
	border: #696149 solid 1px;
	font-family: "HYxs85s";
	font-size: .2rem;
	color: #b6ab83;
}

.box_game td.tbody_text {
	font-family: "HYxs55s";
	color: #b6ab83;
}

.box_game td {
	text-align: center;
	color: #9d9d9d;
	border: #696149 solid 1px;
	height: .5rem;
	text-align: center;
	font-size: .2rem;
}

.pop04 {
	width:5.46rem;
	height: 6.2rem;
	padding-top: 1.05rem;
	background-image: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/pop04.png");
	}
.pop_dj{width:2.5rem;height:2.5rem;margin: .3rem auto 0;position: relative;}
.pop_dj img{width:100%;height:100%;display: block;}
.pop_dj p{
	width:2.5rem;
	position: absolute;
	left: 0;
	top:2.15rem;
	color: #bead82;
	font-family: "xuansong85w";
}


.btn_qr{
	width: 3.02rem;
	height: .72rem;
	background: url("//game.gtimg.cn/images/poe2/cp/a20260108Character/qd.png") no-repeat;
	background-size: 100% 100%;
	text-indent: -999em;
	box-sizing: border-box;
	margin: .2rem auto 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	