body,
html {
	font-size: .16rem;
	font-family: 'Kanit';
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

i {
	font-style: normal;
}
.pr{ position: relative}
.pa{ position: absolute}
.bg {
	background-repeat: no-repeat;
	background-size: 100% 100%
}

@font-face {
	font-family:ERASBD;
	src: url("https://static.bossupdate.net/images/web/website/recharge/fonts/ERASBD.TTF");
}
.wrapper {
	width: 7.5rem;
	height: 16.25rem;
	margin: 0 auto;
	position: relative;
    text-align: center; font-size: .26rem; color: #ffa2a1;
}

.wrapper .container {
	width: 7.5rem;
	margin: 0 auto;
	background: RGB(130, 37, 49);
}

.wrapper .container .header {
	width: 100%;
	height: 1.05rem;
	background: url(https://static.bossupdate.net/images/web/website/recharge/recharge_top_bg.png) no-repeat center;
	background-size: 100%;
}

.wrapper .container .header ul {
	height: 1.05rem;
	line-height: 1.05rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .4rem;
}

.wrapper .container .header ul .return {
	display: block;
	width: .46rem;
	height: .46rem;
	background: url(https://static.bossupdate.net/images/web/website/recharge/recharge_top_btn_return.png) no-repeat center;
	background-size: 100%;
}

.wrapper .container .header ul .headerTxt {
	width: 1.65rem;
	height: .45rem;
	background: url(https://static.bossupdate.net/images/web/website/news/news_top_tlt.png) no-repeat center;
	background-size: 100%;
	color: #ffee73;
	font-weight: 600;
	font-size: .3rem;
	font-family: 'Kanit';
	margin-left: .5rem;
	text-shadow: 0rem .02rem .01rem #666;
}

.wrapper .container .header ul .headerLogo {
	width: 1.37rem;
	height: .67rem;
	background: url(https://static.bossupdate.net/images/web/website/recharge/recharge_top_logo_v2.png) no-repeat center;
	background-size: 100%;
}

.news-content{ margin-bottom: .5rem; }
.news-content .title{ margin-top: .2rem; font-size: .3rem; color: #f87775;}
.news-content .date{ font-size: .36rem; color: #f87775; font-weight: bold; } 
.news-content table{ margin: .2rem auto; width: 95%; background: #681A24; border-collapse: collapse;  }
.news-content table td{ line-height: .7rem; border: 1px #F19149 solid; }

.footer {
	display: flex;
	display: -webkit-flex;
	padding: .2rem .25rem 0;
	margin: 0 auto;
	width: 7.5rem;
	height: 1.92rem;
	font-size: .28rem;
	color: #f87775;
	background-image: url("https://static.bossupdate.net/images/web/website/download/bg_footer.png");
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.footer .list-link li{ display: inline-block; margin: .1rem .2rem 0 0; }
.footer .ico-mail,
.footer .ico-partner{ display: inline-block; width: .58rem; height: .58rem; }
.footer .ico-mail{ background-image: url("https://static.bossupdate.net/images/web/website/download/ico_bot_01.png") }
.footer .ico-partner{ background-image: url("https://static.bossupdate.net/images/web/website/download/ico_bot_02.png") }
.footer .btn-download{ margin:.2rem 0 0 0; width: 3.55rem; height: .98rem; background-image: url("https://static.bossupdate.net/images/web/website/download/btn_download_bot.png")  }
.footer .btn-download .speeder{ top: -.25rem; right: 0;  width: .85rem; height: .57rem;  background-image: url("https://static.bossupdate.net/images/web/website/download/ico_speeder_v2.png")}

.wrapper .cover {
	width: 7.5rem;
	height: 16.25rem;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
}

.confirmTwo .confirmBg {
	width: 6.48rem;
	height: 4.42rem;
	position: absolute;
	top: 2.6rem;
	left: 50%;
	transform: translateX(-50%);
	background: url(https://static.bossupdate.net/images/web/website/recharge/confirm_bg_02.png) no-repeat center;
	background-size: 100%;
}

.confirmTwo .confirmBg .conformTitle {
	width: 2.56rem;
	height: .58rem;
	background: url(https://static.bossupdate.net/images/web/website/recharge/confirm_tlt.png) no-repeat center;
	background-size: 100%;
	display: inline-block;
	margin-top: .1rem;
	margin-left: 2rem;
}
.clsBtn {
	width: .66rem;
	height: .66rem;
	background: url(https://static.bossupdate.net/images/web/website/recharge/btn_close.png) no-repeat center;
	background-size: 60%;
	float: right;
	padding-right: .25rem;
	padding-top: .08rem;
	cursor: pointer;
}
.paragraph {
	padding: 0 0.5rem;
	height: 0.8rem;
	color: #f87775;
	text-align: center;
	font-size: .28rem;
	font-family: 'Kanit';
	line-height: .35rem;
	margin-top: 0.5rem;
	letter-spacing: .01rem;
	box-sizing: border-box;
}
#commonMsg {
	padding: .2rem .5rem;
}
.btns {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 1.1rem;
}
.confirmButton {
	width: 2.26rem;
	height: .8rem;
	background: url(https://static.bossupdate.net/images/web/website/recharge/confirm_btn.png) no-repeat center;
	background-size: 100%;
	position: relative;
	cursor: pointer;
	display: block;

}

.confirmBtn a {
	display: block;
	width: 1.9rem;
	height:
	 .65rem;
}
.btns a {
	display: block;
	width: 2.1rem;
	height: .75rem;
}
