<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #333;
	/* background:#f5f5f5; */
	font-family:"Microsoft Yahei";
}
.btn {
	height: 40px;
	width: 100px;
	font-size: 16px;
}
input{ outline:none;}
a img{ border:0;}
ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,h7,h8,h9{ list-style-type:none; height:auto; overflow:hidden; margin:0; padding:0;}
a{ color:#333; text-decoration:none;}
a:hover{ color:#f60; text-decoration:none;}
.flex-center{
  display: flex;
  justify-content: center; 
  align-items: center; 
}


/* 顶部banner */
.banner{
  width: 100%;
  height: auto;
  position: relative;
}
.bannerImg{
  width: 100%;
}
/* 导航 */
.nav_app{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
}
.nav_content{
  width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_app a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
}

/* 内容 */
.banner_content{
  width: 1200px;
  height: 705px;
  position: absolute;
  top: 161px;
  left: 50%;
  transform: translate(-50%);
}
.banner_img{
  width: 650px;
  height: auto;
  position: relative;
}
.content_img{
  width: 100%;
  display: block;
}
.banner_play{
  width: 266px;
  height: 184px;
  position: absolute;
  top: 83px;
  left: -187px;
  z-index: -1;
}

.banner_info{
  width: 550px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo{
  width: 220px;
  display: block;
}
.title1{
  margin-top: 20px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.title2{
  margin-top: 20px;
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.code-box{
  margin-top: 40px;
}
.code{
  width: 133px;
  height: 124px;
  display: block;
  margin-right: 30px;
}
.down a{
  display: block;
  border-radius: 100px;
  color: #fff;
  width: 155px;
  text-align: center;
  padding: 16px 0 16px 30px;
  font-size: 18px;
  background-color: #343434;
  background-image: url('../img/ios.png');
  background-repeat: no-repeat;
  background-position: 20px 15px;
  background-size: 20px 24px;
}
.down a:last-child {
  margin-top: 10px;
  background-image: url('../img/Android.png');
}

/* 福利+折扣 */
.discount{
  width: 1100px;
  height: auto;
  margin: 80px auto;
  text-align: right;
}
.discount1{
  font-size: 60px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.discount2-special{
  color: #12CDB0;
}
.discount2{
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 20px;
}
.discount3-special{
  padding: 0 6px;
  display: inline-block;
  background: #12CDB0;
  border-radius: 20px;
  color: #fff;
}
.disImgBox{
  width: 100%;
  margin-top: 30px;
  text-align: left;
}
.disImg{
  width: 1033px;
}

/* 小7月卡 */
.month_card{
  width: 100%;
  height: 900px;
  position: relative;
}
.bg1{
  position: absolute;
  top: -100px;
  left: -30px;
  width: 100px;
}
.bg3{
  position: absolute;
  top: -200px;
  right: 0;
  width: 230px;
}
.bg2{
  position: absolute;
  bottom: -280px;
  left: -50px;
  width: 200px;
}
.card_box{
  width: 900px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.card_info{
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 5px;
}
.green{
  color:#12CDB0 !important;
}
.card_title{
  font-size: 60px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}
.card_img{
  margin: 70px auto;
  width: 280px;
  height: 600px;
  position: relative;
  background: url('../img/card_v59.png') no-repeat;
  background-size: cover;
}
.card_img1{
  margin: 70px auto;
  width: 280px;
  height: 600px;
  position: relative;
  background: url('../img/card_foreign.png') no-repeat;
  background-size: cover;
}
.card_item{
  width: 420px;
  height: 149px;
  background: #FFFFFF;
  box-shadow: 0px 0px 59px 0px rgba(78, 78, 78, 0.1);
  border-radius: 27px;
  position: absolute;
  z-index: 9;
}
.card1{
  width: 430px;
  top: 137px;
  right: -333px;
}
.card11{
  top: 147px;
  right: -320px;
}
.card2{
  top: 256px;
  left: -354px;
}
.card3{
  bottom: 90px;
  right: -360px;
}
.card4{
  bottom: -20px;
  left: -330px;
  width: 400px;
  height: 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.coupon{
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 34px;
  transform: translateY(-50%);
}
.card_info_box{
  margin-right: 20px;
  width: 66%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}
.card_text1{
  margin-bottom: 5px;
  font-size: 25px;
  font-family: Arial;
  font-weight: 400;
  color: #DAAF3C;
}
.card_text2{
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}
.bubble{
  width: 240px;
  margin-bottom: 15px;
  display: block;
}

/* 角色交易 */
.role_trade{
  width: 900px;
  margin: 50px auto;
  text-align: center;
}
.trade_box{
  margin: 80px auto;
  width: 85%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trade2{
  width: 260px;
  display: block;
}
.line{
  width: 290px;
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
}

/* 角色可回收 */
.role_recycle{
  width: 100%;
  height: 960px;
  position: relative;
  margin-top: 200px;
}
.bold{
  font-size: 42px;
  font-weight: bold;
}
.bg4{
  width: 200px;
  position: absolute;
  top: -200px;
  right: 0;
}
.bg5{
  width: 190px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.recycle_text{
  width: 100%;
  text-align: center;
}
.recycle_box{
  margin: 80px auto;
  display: flex;
  justify-content: center;
}
.recycle_box img{
  width: 350px;
  display: block;
  z-index: -1;
}
.margin-right{
  margin-right: 20px;
}


/* 二维码下载  */
.app_xz_bottom {
  height: auto;
  overflow: hidden;
  background: #393939;
}
.xz_yuan {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #fff;
  margin: 40px auto 0 auto;
}
.xz_yuan1 {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  margin: 10px auto 0 auto;
}
.app_xz_bottom_n {
  width: 375px;
  margin: 30px auto 0 auto;
}
.app_xz_ewm {
  text-align: center;
  height: auto;
  overflow: hidden;
}
#ewm_div1 {
  width: 150px;
  height: 150px;
  padding: 5px;
  background: #fff;
  margin: auto;
}
.ewm_div1 img{
  width: 100%;
}
.app_xz_scr {
  height: auto;
  overflow: hidden;
  padding: 35px 0 15px 0;
}
.app_xz_scr a {
  display: block;
  padding: 0 0 0 30px;
  text-align: center;
  width: 150px;
  height: 55px;
  color: #fff;
  font-size: 18px;
  line-height: 55px;
  border-radius: 100px;
  float: left;
}
.app_xz_scr a:first-child {
  margin: 0 15px 0 0;
  background-color: #4bc1fe;
  background-image: url('../img/ios.png');
  background-position: 20px 15px;
  background-size: 20px 23px;
  background-repeat: no-repeat;
}
.app_xz_scr a:last-child {
  background: no-repeat;
  background-image: url('../img/Android.png');
  background-color: #70c24c;
  background-repeat: no-repeat;
  background-position: 20px 15px;
  background-size: 23px 27px;
}

/* footer */
.footer02 {
  background: #444;
  padding: 30px 0 50px 0;
  height: auto;
  overflow: hidden;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}
.footer_n {
  width: 1200px;
  margin: auto;
  height: auto;
  overflow: hidden;
}
.footer_n_l_n02 {
  float: left;
  width: 204px;
  padding: 25px 70px 0 10px;
  height: auto;
  overflow: hidden;
}
.footer_n_r_n {
  float: left;
  width: 900px;
  height: auto;
  overflow: hidden;
}
.footer_xx {
  padding: 20px 0 0 0;
  color: #aaa;
  line-height: 26px;
  height: auto;
  overflow: hidden;
}
.footer_xx a {
  color: #aaa;
}

/* 顶部导航栏 */
.nav_dgd{
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: fixed;
  top: 0;
  z-index: 888;
  /* display: none; */
  background: rgba(0,0,0,0.8);
}
.nav_dgd_r {
  float: right;
  color: #888;
  height: auto;
  overflow: hidden;
}
.nav_dgd_l a {
  padding: 0 20px 0 0;
  height: auto;
  overflow: hidden;
}
.nav_dgd a {
  font-size: 14px;
  color: #ddd;
}
.nav_dgd_k {
  width: 1200px;
  margin: auto;
  height: auto;
  overflow: hidden;
}
.nav_dgd_l {
  float: left;
  height: auto;
  overflow: hidden;
}
.t_right {
  float: right;
  padding: 0px 0 0 0;
  line-height: 40px;
  height: auto;
  overflow: hidden;
}
.t_right img {
  width: 15px;
  vertical-align: middle;
  height: auto;
  padding: 0 5px 0 0;
}
.t_right a {
  padding: 0 5px 0 5px;
  height: auto;
  overflow: hidden;
  color: #ccc;
}
.nav_dgd_r a {
  padding: 0 10px;
}
</pre></body></html>