* {
  margin: 0;
  padding: 0;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 0.18rem;
  color: #fff;
}
.page {
  overflow: hidden;
  position: relative;
}
ul.li {
  list-style: none;
}
a {
  text-decoration: none; /* 去除默认的下划线 */
  outline: none; /* 去除旧版浏览器的点击后的外虚线框 */
  color: #fff; /* 去除默认的颜色和点击后变化的颜色 */
}
/*正常的未被访问过的链接*/
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;
}

/* 自定義全局樣式 */
.flex-ai-center {
  display: flex;
  align-items: center;
}
.flex-jc-sb {
  justify-content: space-between;
}
.list-content-text {
  overflow: hidden;
  white-space: nowrap; /*当子元素超过父元素宽度的时候，不会折行*/
  text-overflow: ellipsis;
}
.pointer {
  cursor: pointer;
}
/* 默认去除所有元素的点击背景颜色 */
* {
  -webkit-tap-highlight-color: transparent; /* Safari 和 Chrome 移动端浏览器 */
  -moz-tap-highlight-color: transparent; /* Firefox 移动端浏览器 */
  -ms-tap-highlight-color: transparent; /* IE 移动端浏览器 */
  -o-tap-highlight-color: transparent; /* Opera 移动端浏览器 */
  tap-highlight-color: transparent; /* 标准语法 */
}



/* 模块1 */
.main1 {
  width: 19.20rem;
  height: 10rem;
  background-size: 100%;
  position: relative;
}
.main1 .wrap {
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: 7.8rem;
  right: 5.5rem;
}
.main1 .wrap img {
  width: 2.05rem;
}
.btn_APP {
  margin: 0 0.5rem;
}

/* 模块2 */
.main2 {
  width: 19.20rem;
  height: 9.98rem;
  background-size: 100%;
}
.main-tab {
  width: 7.19rem;
  position: relative;
  top: 3rem;
  left: 9rem;
  text-align: center;
}

.main2 .content {
  display: inline-block;
  flex: 1;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #fff;
  text-align: center;
}

.tab-box ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-box li {
  width: 1.72rem;
  height: 0.53rem;
  line-height: 0.53rem;
  text-align: center;
  background-size: 1.53rem 0.53rem;
  font-size: 0.16rem;
  font-weight: bold;
  background-repeat: no-repeat;
}
.tab-box li:nth-child(2) {
  margin-left: 0.18rem;
}
.tab-box li:nth-child(3) {
  margin: 0 0.18rem;
}

.tab-box li.active {
  background-size: 100%;
}

.main2 .list {
  width: 7.19rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background-size: 100%;
  font-size: 0.2rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main2 .list a {
  display: inline-block;
  width: 4.5rem;
}

.tab-content .tab-content-item {
  display: none;
  font-size: 0.3rem;
}
.tab-box div.active-txt {
  display: block;
}

.main2 .tab-content-item .empty{
  display: inline-block;
  margin-top: 0.5rem;
}

/* 模块3 */
.main3 {
  width: 19.20rem;
  height: 11.00rem;
  background-size: 100%;
  position: relative;
}

/* 轮播图 */
#certify {
  position: relative;
  top: 2.7rem;
  width: 12rem;
  height: 7.49rem;
  margin: 0 auto;
  overflow: hidden;
}
#certify .swiper-container {
  width: 12rem;
  height: 6.49rem;
  overflow: visible !important;
  top: 1.55rem;
}
#certify .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}
#certify .swiper-slide {
  width: 3.62rem;
  position: relative;
}
#certify .swiper-slide .img-default {
  width: 3.62rem;
  display: block;
}

#certify .swiper-slide .img-selected {
  width: 7.68rem;
  position: absolute;
  top: -1.55rem;
  left: 50%;
  margin-left: -3.84rem;
}

#certify .img-selected {
  display: none;
}

.main3 .swiper-pagination {
  width: 100%;
  top: 9.4rem;
}

.main3 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.05rem;
  width: 0.21rem;
  height: 0.2rem;
  opacity: 1;
  background-size: 100%;
  background-color: transparent;
}

.main3 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-size: 100%;
}

/* 模块4 */
.main4 {
  width: 19.20rem;
  height: 11.98rem;
  background-size: 100%;
  position: relative;
}
/* 特點轮播图 */
#certify-feature {
  position: relative;
  top: 3rem;
  width: 14rem;
  margin: 0 auto;
  overflow: hidden;
}

#certify-feature .swiper-slide {
  width: 9.99rem;
}
#certify-feature .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* 这里的 0.5 表示透明度，可以调整为你想要的值 */
  z-index: 1;
}

#certify-feature .swiper-slide img {
  width: 9.99rem;
  display: block;
}
#certify-feature  .swiper-slide-active::before{
  background-color: rgba(0, 0, 0, 0) !important;
}
.main4 .swiper-pagination {
  width: 100%;
  top: 9.2rem;
}

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

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

.main4 .btn img {
  width: 0.74rem;
}
.main4 .swiper-button-next,
.main4 .swiper-button-prev {
  width: 0.74rem;
  top: 5.8rem;
  background-image:none !important;
}
.main4 .swiper-button-prev{
  left: 1.8rem;
}
.main4 .swiper-button-next{
  right: 1.8rem;
}
.main4 .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.05rem;
  width: 0.21rem;
  height: 0.2rem;
  opacity: 1;
  background-size: 100%;
  background-color: transparent;
}

.main4 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-size: 100%;
}

/* 弹窗模块 */
.pop-game-down {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  text-align: center;
  /* display: none; */
}
.pop-game-down .downbg {
  width: 5.8rem;
  height: 5.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.pop-game-down .btn_close {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.pop-game-down .btn_down {
  width: 2.8rem;
  cursor: pointer;
  position: absolute;
  top: 4.5rem;
  left: 50%;
  margin-left: -1.4rem;
}

.pop-game-down .icon_hand {
  width: 1.2rem;
  cursor: pointer;
  position: absolute;
  top: 4.8rem;
  left: 3.4rem;

}

