* {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*包含以下五种的链接*/
a {
  text-decoration: none; /* 去除默认的下划线 */
  outline: none; /* 去除旧版浏览器的点击后的外虚线框 */
  color: #706748; /* 去除默认的颜色和点击后变化的颜色 */
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none;
}
img {
  border: 0;
  vertical-align:top;
}
.pointer {
  cursor: pointer;
}

body {
  font-size: 0.18rem;
  color: #fff;
}

.page {
  position: relative;
  max-width: 19.2rem;
  margin: 0 auto;
  font-size: 14px;
}

/* 顶部 */
.top {
  width: 19.2rem;
  height: 1.35rem;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -9.6rem;
  z-index: 20;
  background-size: 19.2rem 1.35rem;
}
.top .nav_r {
  display: flex;
  /*width: 6rem;*/
  justify-content: space-between;
  position: absolute;
  right: 0.5rem;
  top: 0.16rem;
}
.top .nav_r a{
  margin-left: 0.2rem;
}
.top .nav_r img {
  width: 1.78rem;
  display: block;
}
.top .game-icon {
  width: 1.17rem;
  position: absolute;
  left: 0.4rem;
  top: 0.1rem;
}
.top .title {
  position: absolute;
  left: 1.8rem;
  top: 0.2rem;
  line-height: 0.32rem;
}

/* 悬浮窗 */
.floatnav  {
  width: 2.55rem;
  height: 6.3rem;
  background-size: 2.55rem 6.3rem;
  position: fixed;
  top: 15vh;
  right: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
}
.floatnav .qr{
  width: 1.8rem;
  position: absolute;
  top: 0.8rem;
  left: 0.4rem;
}
.floatnav .btn_ios{
  width: 2rem;
  height: 0.6rem;
  /* border: 1px solid red; */
  position: absolute;
  left: 0.3rem;
  bottom: 2.4rem;
  cursor: pointer;
}
.floatnav .btn_gg{
  width: 2rem;
  height: 0.6rem;
  /* border: 1px solid red; */
  position: absolute;
  left: 0.3rem;
  bottom: 1.65rem;
  cursor: pointer;
}
.floatnav .btn_backtop{
  width: 0.8rem;
  height: 0.6rem;
  /* border: 1px solid red; */
  position: absolute;
  left: 0.9rem;
  bottom: 0.7rem;
  cursor: pointer;
}

/* 主页开始 */
.main1 {
  position: relative;
  height: 10rem;
  background-size: 100% 10rem;
}
.main1 .wrap {
  width: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -2.5rem;
  bottom: 1.5rem;
}
.main1 .icon_qr {
  width: 1.53rem;
}
.main1 .qr {
  position: absolute;
  width: 1rem;
  top: 0.14rem;
  left: 0.38rem;
}

.main1 .btn_ios {
  display: block;
  width: 1.91rem;
  margin-bottom: 0.1rem;
}

.main1 .btn_gg {
  width: 1.91rem;
}

.main1 .btn_play {
  width: 1.1rem;
}

/* 新闻业开始 */
.main2 {
  height: 10rem;
  position: relative;
  background-size: 100% 10rem;
}

/* 如果是輪播，則開啓 */
.page-news-main-swp {
  position: relative;
  top: 2rem;
  left: -3rem;
}

.main2 .swiper-container-news {
  width: 5.04rem;
  height: 5.02rem;
}
.main2 .swiper-slide img {
  width: 5.04rem;
  height: 5.02rem;
}

.main2 .icon_btzx {
  width: 5.04rem;
  position: absolute;
  left: 4.5rem;
  top: 2.5rem;
}

.main2 .main-tab {
  height: 3.77rem;
  position: absolute;
  top: 2.5rem;
  left: 10rem;
}

.main2 .tab-box ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tab-box div.active-txt {
  display: block;
}
.tab-content .tab-item {
  height: 4rem;
  overflow: auto;
  margin-top: 0.2rem;
  color: #706748;
  clear: left;
  text-align: center;
  display: none;
}

.main2 .icon_sjx {
  width: 0.3rem;
  margin-right: 0.1rem;
}

/* 卖点开始 */
.main3 {
  height: 11rem;
  /*background-size: cover;*/
  position: relative;
  background-size: 100% 11rem;
}

/* 轮播图 */
#certify {
  position: relative;
  top: 2.5rem;
  width: 14.4rem;
  margin: 0 auto;
}


#certify .swiper-slide {
  width: 8rem;
  background: #fff;
  /* box-shadow: 0 8px 30px #ddd; */
}
#certify .swiper-slide img {
  width: 8rem;
  display: block;
}
#certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: -0.8rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.05rem;
  background-color: #fff;
  width: 0.2rem;
  height: 0.2rem;
  opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #b7a87c;
}

#certify .swiper-button-prev {
  width: 0.81rem;
  height: 1.59rem;
  background-size: 100%;
  left: -1rem;
  top: 1.3rem;
}

#certify .swiper-button-next {
  width: 0.81rem;
  height: 1.59rem;
  background-size: 100%;
  right: -1rem;
  top: 1.3rem;
}

#certify .swiper-slide-next img {
  /* filter: blur(2px); */
  opacity: 0.5;
  /* background-color: #000; */
}
#certify .swiper-slide-prev img {
  /* filter: blur(2px); */
  opacity: 0.5;
}



/* 底部 */
.main4 {
  position: relative;
}

.main4 img {
  display: block;
  width: 100%;
  max-width: 19.2rem;
  border: none;
  text-align: center;

}
.main4 .link {
  position: absolute;
  bottom: 0.4rem;
  right: 1rem;
}
.main4 .link a {
  color: #fff !important;
}
