
body::-webkit-scrollbar {
  display: none;
} /*滚动条隐藏*/

body.cn {
  background: #fff;
  font: normal 22px/24px "krungthep";
  line-height: 1em;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #636363;
}
a:hover {
  color: #ffe9d3;
}
.clear {
  clear: both;
}

/*头部内容css*/
.top {
  background: #d1ae8e;
  color: #404654;
}
.topBox {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 22px;
  line-height: 18px;
  position: relative;
  z-index: 1;
}
.topBox div {
  font-size: 11px;
}
#nowtime {
  text-align: right;
}
.lang-cn {
  background-image: url(../images/huanya/lang_cn.png);
}
.lang-hk {
  background-image: url(../images/huanya/lang_hk.png);
}
.lang-en {
  background-image: url(../images/huanya/lang_en.png);
}
.lang-id {
  background-image: url(../images/huanya/lang_id.png);
}
.lang-th {
  background-image: url(../images/huanya/lang_th.png);
}
.yuyan {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 14px;
  cursor: pointer;
  margin: 4px 2px;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(203, 206, 216, 0.2);
  z-index: 9;
  top: 0;
}
.headerBox {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  height: 104px;
}
.logo {
  position: relative;
  display: block;
  max-width: 230px;
  width: 230px;
}
.logo img {
  width: 180px;
  display: block;
}
.headerLeft {
  display: flex;
  height: 100%;
  align-items: center;
}
.nav {
  height: 100%;
}
.nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav > ul > li > a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #404654;
  font-size: 14px;
  min-width: 48px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  padding: 0 12px;
}
.nav li:last-child a {
  margin-right: 15px;
}
.nav li.cur span::before,
.nav li:hover span::before {
  content: "";
  display: block;
  height: 2em;
  position: absolute;
  border-radius: 50px;
  background-image: linear-gradient(to right, #c2a884 40%, #e9d6c1 100%);
  z-index: -1;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.25em;
}

.cn .nav li.cur span::before,
.cn .nav li:hover span::before {
  margin-top: 0em;
}

.nav li span:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #d2b79c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.2s;
}
.nav li:hover a > span:after,
.nav li.cur a > span:after {
  left: 0;
  width: 100%;
}
.nav li i {
  position: absolute;
  top: 50%;
  margin-left: 4px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("../images/huanya/sprite.png");
  background-repeat: no-repeat;
  background-size: 100px 24px;
  background-position: -78px 0;
  transition: transform 0.3s ease;
}
.nav li > a {
  margin-right: 5px;
  height: 100%;
  line-height: 104px;
  color: #404654;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cn .nav li > a {
  margin-right: 25px;
}
.nav li > a {
  position: relative;
  display: block;
}
.nav li:hover i,
.nav li.cur i {
  background-position: -90px 0;
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: center center;
}
.nav li:hover a > span,
.nav li.cur span {
  color: #fff;
}
.loginBox {
  display: flex;
  align-items: center;
}
.userIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.userIcon img {
  width: 100%;
  display: block;
}
.userBtn {
  display: flex;
  align-items: center;
  margin-left: 4px;
  font-size: 14px;
  color: #404654;
  margin-top: -4px;
}
.loginBar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loginBar span {
  margin: 0;
}
.loginBar a {
  transition: all 0.2s ease;
}
.loginBar a:hover {
  color: #6aaaf5;
}

.giftBtn img {
  width: 85px;
}
.slideBox {
  position: absolute;
  left: 0;
  height: 0;
  width: 100%;
  box-shadow: 0 6px 19px 0 hsla(0, 0%, 40%, 0.27);
  background-color: hsla(0, 0%, 100%, 0.96);
  overflow: hidden;
  transition: height 0.2s ease-out, visibility 0.2s ease-out;
  z-index: 9;
}
.nav li:hover .slideBox {
  height: 300px;
}
.slideBar {
  height: 100%;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.gymLeft {
  width: 100%;
  display: flex;
  flex-flow: row nowrap; /*justify-content: space-between;*/
  align-items: flex-start;
}
.yaboGym {
  cursor: pointer;
  width: 400px;
  display: flex;
  transition: all 0.2s ease;
}
.ssGym {
  cursor: pointer;
  width: 400px;
  display: flex;
  transition: all 0.2s ease;
}
.yaboGympic {
  width: 257px;
  height: 235px;
  margin: 45px 30px 0 12px;
  background-image: url(../images/huanya/uw88_menu_sport_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
.ssGympic {
  width: 257px;
  height: 235px;
  margin: 45px 30px 0 12px;
  background-image: url(../images/huanya/uw88_menu_sport_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
.yaboGymtxt {
  width: 164px;
  position: relative;
}
.yaboGymtxt p,
.imGymtxt p,
.ssGymtxt p {
  height: 40px;
  line-height: 40px;
  margin-top: 93px;
  font-size: 18px;
  font-weight: 600;
  color: #636363;
}
.yaboGymtxt h3,
.imGymtxt h3,
.ssGymtxt h3 {
  font-size: 14px;
  font-weight: 500;
  color: #959cb2;
  height: 18px;
  line-height: 18px;
}

.truepeoTit a,
.yaboGymtxt a,
.imGymtxt a,
.ssGymtxt a {
  width: 106px;
  height: 34px;
  margin-top: 10px;
  background-image: none !important;
  position: relative;
  z-index: 1;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  display: block;
}

.cn .truepeoTit a,
.cn .yaboGymtxt a,
.cn .imGymtxt a,
.cn .ssGymtxt a {
  line-height: 2.8em;
}
.truepeoTit a:before,
.yaboGymtxt a:before,
.imGymtxt a:before,
.ssGymtxt a:before {
  content: "";
  z-index: -1;
  top: 0;
  display: block;
  width: 120px;
  height: 45px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-image: url(../images/huanya/primary-medium-new-selected.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.yaboGym:hover,
.imGym:hover,
.ssGym:hover {
  background-image: linear-gradient(180deg, #dee4f6, hsla(0, 0%, 100%, 0.6));
  background-size: 520px 300px;
}
.yaboGym:hover .yaboGympic,
.imGym:hover .imGympic,
.ssGym:hover .ssGympic {
  transform: scale(1.03);
}
.imGymtxt {
  position: relative;
  width: 164px;
}
.imGym {
  cursor: pointer;
  width: 400px;
  display: flex;
  transition: all 0.2s ease;
}
.imGympic {
  width: 257px;
  height: 235px;
  margin: 45px 30px 0 12px;
  transition: all 0.5s;
  background-image: url(../images/huanya/im-image.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ssGymtxt {
  position: relative;
  width: 164px;
}
.gymRight {
  width: 100px;
}
.sportTxt {
  width: 61px;
  height: 50px;
  margin-top: 62px;
  background: url(../images/huanya/right-sports-tilte.png) no-repeat;
  background-size: contain;
}
.gymRight p {
  font-size: 14px;
  color: #636363;
}
.sportNum {
  width: 100px;
  height: 100px;
  background: url(../images/huanya/right-1-18-tilte.png) no-repeat;
  background-size: contain;
}

.noticePink {
  position: relative;
  width: 110px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background-image: url(../images/huanya/toastbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  transform: scale(0);
  transform-origin: left;
}
.noticePink.sport1 {
  -webkit-animation: sport1 5s infinite forwards;
  animation: sport1 5s infinite forwards;
}
.noticePink .noticeTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  transform: translateY(10px);
  opacity: 0;
}
.noticePink .noticeTxt.soprt2 {
  -webkit-animation: soprt2 5s infinite forwards;
  animation: soprt2 5s infinite forwards;
}
.pos1 {
  position: absolute;
  top: 60px;
  left: 0;
}
@keyframes sport1 {
  0% {
    transform: scale(0);
  }

  12% {
    transform: scale(1);
  }

  99.9% {
    transform: scale(1);
  }

  to {
    transform: scale(0);
  }
}
@keyframes soprt2 {
  12% {
    transform: translateY(10px);
    opacity: 0;
  }

  15% {
    transform: translateY(-5px);
    opacity: 1;
  }

  18% {
    transform: translate(0);
    opacity: 1;
  }

  99.9% {
    transform: translate(0);
    opacity: 1;
  }

  to {
    transform: translateY(10px);
    opacity: 0;
  }
}
.dn {
  display: none !important;
}
.downImg {
  flex: 0 0 258px;
  width: 258px;
  height: 248px;
  margin-right: 6px;
  background-size: contain;
  transition: all 0.5s;
  background: url(../images/huanya/quanzhan.png) center no-repeat;
  background-size: contain;
}
.downBox {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 100%;
}

.cards {
  display: flex;
  cursor: pointer;
}
.cardList {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  transition: all 0.2s ease;
}
.cardsImg {
  width: 146px;
  height: 210px;
  margin: 48px 2px 0 20px;
  transition: all 0.5s;
}

.cardList:hover .cardsImg {
  transform: scale(1.1);
}
.cardList:hover {
  background-image: linear-gradient(180deg, #dee4f6, hsla(0, 0%, 100%, 0.6));
  background-size: 100% 100%;
}
.cardsTxt a {
  width: 106px;
  height: 34px;
  margin-top: 10px;
  background-image: none !important;
  position: relative;
  z-index: 1;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  display: block;
}
.cn .cardsTxt a {
  line-height: 3em;
  font-family: "krungthep";
  font-weight: bold !important;
  letter-spacing: 0.15em;
}

.cardsTxt a:before {
  content: "";
  z-index: -1;
  top: 0;
  display: block;
  width: 120px;
  height: 45px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-image: url(../images/huanya/primary-medium-new-selected.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cardsTxt {
  margin-top: 79px;
}
.cardsTxt p {
  line-height: 40px;
  margin-bottom: 1px;
  font-size: 18px;
  font-weight: 600;
  color: #636363;
}
.cardsTxt h3 {
  font-size: 14px;
  font-weight: 500;
  color: #959cb2;
  line-height: 16px;
  white-space: nowrap;
}

.uw88Menu h3 {
  color: #636363;
}

.uw88Menu {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 200px;
}

.uw88Menu .cardsTxt {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.uw88Menu .cardsImg {
  margin: 0 0 20px;
}
.cardList.sportMenu:nth-child(1) .cardsImg {
  background: url(../images/huanya/uw88_menu_sport_001.png) center no-repeat;
  background-size: contain;
}
.cardList.sportMenu:nth-child(2) .cardsImg {
  background: url(../images/huanya/uw88_menu_sport_002.png) center no-repeat;
  background-size: contain;
}
.cardList.sportMenu:nth-child(3) .cardsImg {
  background: url(../images/huanya/uw88_menu_sport_003.png) center no-repeat;
  background-size: contain;
}
.cardList.sportMenu:nth-child(4) .cardsImg {
  background: url(../images/huanya/uw88_menu_sport_004.png) center no-repeat;
  background-size: contain;
}
.cardList.pokerMenu:nth-child(1) .cardsImg {
  background: url(../images/huanya/uw88_menu_poker_001.png) center no-repeat;
  background-size: contain;
}
.cardList.pokerMenu:nth-child(2) .cardsImg {
  background: url(../images/huanya/uw88_menu_poker_002.png) center no-repeat;
  background-size: contain;
}
.cardList.pokerMenu:nth-child(3) .cardsImg {
  background: url(../images/huanya/uw88_menu_poker_003.png) center no-repeat;
  background-size: contain;
}
.cardList.pokerMenu:nth-child(4) .cardsImg {
  background: url(../images/huanya/uw88_menu_poker_004.png) center no-repeat;
  background-size: contain;
}
.uw88Menu.slotMenu:nth-child(1) .cardsImg {
  background: url(../images/huanya/uw88_menu_slot_01.png) center no-repeat;
  background-size: contain;
}
.uw88Menu.slotMenu:nth-child(2) .cardsImg {
  background: url(../images/huanya/uw88_menu_slot_02.png) center no-repeat;
  background-size: contain;
}
.uw88Menu.slotMenu:nth-child(3) .cardsImg {
  background: url(../images/huanya/uw88_menu_slot_03.png) center no-repeat;
  background-size: contain;
}
.uw88Menu.slotMenu:nth-child(4) .cardsImg {
  background: url(../images/huanya/uw88_menu_slot_04.png) center no-repeat;
  background-size: contain;
}
.uw88Menu.slotMenu:nth-child(5) .cardsImg {
  background: url(../images/huanya/uw88_menu_slot_05.png) center no-repeat;
  background-size: contain;
}
.uw88Menu.slotMenu:nth-child(6) .cardsImg {
  background: url(../images/huanya/uw88_menu_slot_06.png) center no-repeat;
  background-size: contain;
}

.cardList.lotteryMenu:nth-child(1) .cardsImg {
  background: url(../images/huanya/uw88_menu_lottery_001.png) center no-repeat;
  background-size: contain;
}
.cardList.lotteryMenu:nth-child(2) .cardsImg {
  background: url(../images/huanya/uw88_menu_lottery_02.png) center no-repeat;
  background-size: contain;
}
.cardList.lotteryMenu:nth-child(3) .cardsImg {
  background: url(../images/huanya/uw88_menu_lottery_03.png) center no-repeat;
  background-size: contain;
}
.cardList.lotteryMenu:nth-child(4) .cardsImg {
  background: url(../images/huanya/uw88_menu_lottery_004.png) center no-repeat;
  background-size: contain;
}

.uw88Menu.casinoMenu:nth-child(1) .cardsImg {
  background: url(../images/huanya/uw88_menu_casino_001.png) center no-repeat;
  background-size: contain;
}
.uw88Menu.casinoMenu:nth-child(2) .cardsImg {
  background: url(../images/huanya/uw88_menu_casino_002.png) center no-repeat;
  background-size: contain;
}
.uw88Menu.casinoMenu:nth-child(3) .cardsImg {
  background: url(../images/huanya/uw88_menu_casino_003.png) center no-repeat;
  background-size: contain;
}
.uw88Menu.casinoMenu:nth-child(4) .cardsImg {
  background: url(../images/huanya/uw88_menu_casino_004.png) center no-repeat;
  background-size: contain;
}
.uw88Menu.casinoMenu:nth-child(5) .cardsImg {
  background: url(../images/huanya/uw88_menu_casino_005.png) center no-repeat;
  background-size: contain;
}
.uw88Menu.casinoMenu:nth-child(6) .cardsImg {
  background: url(../images/huanya/uw88_menu_casino_006.png) center no-repeat;
  background-size: contain;
}

.cardsNotice {
  width: 120px;
}
.cardsNotice p {
  font-size: 14px;
  color: #636363;
}
.cardnoticeTit {
  width: 119px;
  height: 78px;
  margin-top: 39px;
  background: url(../images/huanya/right-board-games-tilte.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.introInfor {
  background: url(../images/huanya/right-120-tilte.png);
  width: 112px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}

.lotteryList {
  width: 100%;
  display: flex;
}
.lotteryList dt {
  text-align: center;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.lotteryTit {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
}
.lotteryTit b {
  height: 50px;
  width: 50px;
  display: block;
  background: url(../images/huanya/sprite5.png) no-repeat;
  background-size: 1162px 174px;
}
.lotteryList dt .cai1 {
  background-position: -686px 0;
}
.lotteryList dt .cai2 {
  background-position: -582px 0;
}
.lotteryList dt .cai3 {
  background-position: -530px 0;
}
.lotteryList dt .cai4 {
  background-position: -426px 0;
}
.lotteryList dt .cai5 {
  background-position: -634px 0;
}
.lotteryList dt p {
  margin-left: 8px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #636363;
}
.lotteryList dt .lotteryImg1 {
  width: 140px;
  height: 174px;
  transition: all 0.5s;
  background: url(../images/huanya/sprite5.png) no-repeat;
  background-size: 1162px 174px;
  background-position: -1022px 0;
}
.lotteryList dt .lotteryImg2 {
  width: 140px;
  height: 174px;
  transition: all 0.5s;
  background: url(../images/huanya/sprite5.png) no-repeat;
  background-size: 1162px 174px;
  background-position: -738px 0;
}
.lotteryList dt .lotteryImg3 {
  width: 140px;
  height: 174px;
  transition: all 0.5s;
  background: url(../images/huanya/sprite5.png) no-repeat;
  background-size: 1162px 174px;
  background-position: -284px 0;
}
.lotteryList dt .lotteryImg4 {
  width: 140px;
  height: 174px;
  transition: all 0.5s;
  background: url(../images/huanya/sprite5.png) no-repeat;
  background-size: 1162px 174px;
  background-position: 0 0;
}
.lotteryList dt .lotteryImg5 {
  width: 140px;
  height: 174px;
  transition: all 0.5s;
  background: url(../images/huanya/sprite5.png) no-repeat;
  background-size: 1162px 174px;
  background-position: -880px 0;
}
.lotteryList dt:hover {
  background-image: linear-gradient(180deg, #dee4f6, hsla(0, 0%, 100%, 0.6));
  background-size: 100% 100%;
}
.lotteryList dt:hover .lotteryImg1,
.lotteryList dt:hover .lotteryImg2,
.lotteryList dt:hover .lotteryImg3,
.lotteryList dt:hover .lotteryImg4,
.lotteryList dt:hover .lotteryImg5 {
  transform: scale(1.03);
}

.cont {
  background: url(../images/huanya/main-background@2x.jpg) center top repeat;
  background-size: 1920px 1772px;
}
/*banner*/
.banner {
  position: relative;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px; /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;width:100% !important;
}
.banner img {
  width: 100%;
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
  opacity: 0.5;
}
.banner .swiper-button-next {
  background: url(../images/huanya/right_arrow_normal.png) center no-repeat;
  width: 39px;
  height: 80px;
  right: 200px;
  opacity: 0;
  transition: all 0.3s;
  background-color: #596077;
  background-size: cover;
}
.banner .swiper-button-prev {
  background: url(../images/huanya/prev.png) center no-repeat;
  width: 39px;
  height: 80px;
  left: 200px;
  opacity: 0;
  transition: all 0.3s;
  background-color: #596077;
  background-size: cover;
}
.banner .swiper-button-next:after {
  content: "";
}
.banner .swiper-button-prev:after {
  content: "";
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  opacity: 0.8;
}
.bannerSlide {
  z-index: 2;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
.bannerSlide li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
}
.bannerSmall {
  display: none;
  transition: all 0.8s;
  width: 188px;
  height: 58px;
  position: absolute;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: -65px;
  left: 50%;
  margin-left: -94px;
}
.bannerSmall img {
  display: block;
  width: 100%;
}
.bannerSlide li span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/huanya/dot-normal@2x.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
  transition: 0.2s;
  color: transparent;
  opacity: 1;
  cursor: pointer;
}
.bannerSlide li.cur span {
  background: url(../images/huanya/dot-active@2x.png) center no-repeat;
  background-size: contain;
}
.bannerSlide li:hover .bannerSmall {
  display: block;
}
.bannerSlide li:hover span {
  background: url(../images/huanya/dot-active@2x.png) center no-repeat;
  background-size: contain;
}

.banner .bannerAction {
  z-index: 1;
  position: absolute;
  top: calc(84% - 30px);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerAction a {
  width: 192px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  margin-top: 24px;
  color: #fff;
  font-size: 19px;
  background-image: none !important;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  display: block;
  animation-name: uw88_grow;
  animation-duration: 3000ms;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.cn .bannerAction a {
  line-height: 3em;
  margin-top: 1.5em;
  font-family: "krungthep";
  font-weight: bold !important;
  letter-spacing: 0.15em;
}

.bannerAction a:before {
  content: "";
  z-index: -1;
  top: 0;
  display: block;
  width: 216px;
  height: 80px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-image: url(../images/huanya/primary-medium-new-selected.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bannerAction a:hover {
  color: #853f12;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}

@keyframes uw88_grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

/*内容*/
.container {
  width: 1200px;
  margin: 0 auto;
}
.noticeBox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 10px 0 18px;
  margin-top: 35px;
  border-radius: 20px;
  background-image: linear-gradient(180deg, #fff 14%, #ecefff 74%, #fefeff 98%);
  border: 1px solid #d1d5f5;
}
.marqueeIcon {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 61px;
}
.marqueeIcon img {
  display: block;
  position: relative;
  width: 53px;
  height: 63px;
  top: 4px;
}
.txtMarquee-left {
  width: 1028px;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
}
.txtMarquee-left ul {
  overflow: hidden;
}
.txtMarquee-left li {
  white-space: nowrap;
  font-weight: bold;
  display: inline-block;
  height: 100%;
  letter-spacing: -0.35px;
  color: #9da5bb;
  cursor: pointer;
  font-size: 12px;
  color: #9da5bb;
  width: auto !important;
  padding-right: 40px;
}
.txtMarquee-left li a {
  color: #9da5bb;
}
.tempWrap {
  width: 100%;
}
.noticeBox a.moreBtn {
  width: 75px;
  height: 26px;
  line-height: 20px;
  margin-left: 10px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #d3b797;
  border-radius: 13px;
  color: #d3b797;
  cursor: pointer;
  transition: all 0.2s;
}
.noticeBox a.moreBtn:hover {
  background: #d3b797;
  color: #fff;
}
.sponBar {
  position: relative;
  margin-top: 35px;
}
.sponBar ul {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sponBar li {
  position: relative;
  width: 150px;
  height: 176px;
  border-radius: 25px;
  overflow: visible;
  box-shadow: 0 8px 12px 0 rgba(232, 193, 152, 0.5);
  text-align: center;
  transition: all 0.3s;
}
.sponBar li .sopnImg {
  width: 72px;
  height: 72px;
  margin: 30px auto 12px;
  background-size: 516px 72px;
}
.sponBar li:nth-child(1) .sopnImg {
  background-position: -296px 0px;
}
.sponBar li:nth-child(2) .sopnImg {
  background-position: -444px 0px;
}
.sponBar li:nth-child(3) .sopnImg {
  background-position: -74px 0px;
}
.sponBar li:nth-child(4) .sopnImg {
  background-position: -222px 0px;
}
.sponBar li:nth-child(5) .sopnImg {
  background-position: 0px 0px;
}
.sponBar li:nth-child(6) .sopnImg {
  background-position: -370px 0px;
}
.sponBar li a {
  display: block;
  background: url(../images/huanya/item@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s;
}
.sponBar li a p {
  color: #444c64;
  font-size: 11px;
  line-height: 13px;
}
.sponBar li:hover {
  transform: scale(1.1);
}
.titleCell {
  text-align: center;
}
.titleCell img {
  position: relative;
  top: -10px;
  width: 240px;
  height: 28px;
  border: none;
  display: inline;
}
.titleCell h2 {
  font-family: "Galano-Bold",sans-serif;
  font-weight: 700;
  position: relative;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  top: 0;
  color: #c7a683;
  text-transform: uppercase;
}
.cn .titleCell h2 {
  font-family: "krungthep";
}
.titleCell h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 460px;
  height: 21px;
  top: 10px;
  background: url(../images/huanya/titleset-left@2x.png) center;
  background-size: cover;
}
.titleCell h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 460px;
  height: 21px;
  right: 0;
  top: 10px;
  background: url(../images/huanya/titleset-right@2x.png) center;
  background-size: cover;
}
.titleCell p {
  margin-top: 10px;
  color: #636363;
  font-size: 14px;
}
.gameChose {
  margin-top: 26px;
  justify-content: center;
  position: relative;
  display: flex;
}
.gameChose li {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  line-height: 50px;
  margin-left: 12px;
  text-align: center;
  background-size: cover;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 6px 10px 0 rgba(184, 208, 255, 0.3);
  cursor: pointer;
  background: url(../images/huanya/primary-medium-txt-normal@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  color: #636363;
  transition: all 0.3s;
}
.gameChose li i {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/huanya/sprite7.png);
  background-repeat: no-repeat;
  background-size: 606px 44px;
  margin-right: 14px;
}
.gameChose li i.cion1 {
  background-position: -456px 0px;
}
.gameChose li i.cion2 {
  background-position: -152px 0px;
}
.gameChose li i.cion3 {
  background-position: -76px 0px;
}
.gameChose li i.cion4 {
  background-position: -228px 0px;
}
.gameChose li i.cion5 {
  background-position: -304px 0px;
}
.gameChose li i.cion6 {
  background-position: -380px 0px;
}
.gameChose li i.cion7 {
  background-position: -532px 0px;
}
.gameChose li:hover i {
  width: 44px;
  height: 44px;
  margin-right: 0px;
  position: relative;
  top: 4px;
}
.gameChose li:hover i.cion1 {
  background-position: -490px 0px;
}
.gameChose li:hover i.cion2 {
  background-position: -184px 0px;
}
.gameChose li:hover i.cion3 {
  background-position: -108px 0px;
}
.gameChose li:hover i.cion4 {
  background-position: -260px 0px;
}
.gameChose li:hover i.cion5 {
  background-position: -336px 0px;
}
.gameChose li:hover i.cion6 {
  background-position: -413px 0px;
}
.gameChose li:hover i.cion7 {
  background-position: -562px 0px;
}
.gameChose li.cur:before {
  content: "";
  z-index: -2;
  top: 0;
  display: block;
  width: 180px;
  height: 66px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-image: url(../images/huanya/primary-medium-new-selected.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gameChose li.cur i {
  width: 44px;
  height: 44px;
  margin-right: 0px;
  position: relative;
  top: 4px;
}
.gameChose li.cur i.cion1 {
  background-position: -490px 0px;
}
.gameChose li.cur i.cion2 {
  background-position: -184px 0px;
}
.gameChose li.cur i.cion3 {
  background-position: -108px 0px;
}
.gameChose li.cur i.cion4 {
  background-position: -260px 0px;
}
.gameChose li.cur i.cion5 {
  background-position: -336px 0px;
}
.gameChose li.cur i.cion6 {
  background-position: -413px 0px;
}
.gameChose li.cur i.cion7 {
  background-position: -562px 0px;
}
.gameChose li:hover:before {
  content: "";
  z-index: -2;
  top: 0;
  display: block;
  width: 180px;
  height: 66px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-image: url(../images/huanya/primary-medium-new-selected.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gameChose li:hover {
  background: none;
  color: #fff;
  z-index: 1;
}
.gameChose li.cur {
  background: none;
  color: #fff;
  z-index: 1;
}
.gameChose li:before {
  -webkit-animation: AcY_Acf 0.35s ease-out forwards;
  animation: AcY_Acf 0.35s ease-out forwards;
}
#downChose {
  justify-content: flex-end;
}
.downBar {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}
.downInfor {
  width: 490px;
  min-width: 490px;
  position: relative;
  left: 0;
  margin-top: 60px;
}
.downTit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.downTit img {
  width: 62px;
  height: 62px;
  margin-right: 14px;
}
.downTit h3 {
  font-size: 60px;
  color: #636363;
  font-weight: 700;
}
.downApp {
  position: relative;
  height: 662px;
}
.downIntro {
  line-height: 1.6;
  margin-top: 16px;
  font-size: 14px;
  color: #636363;
  text-align: left;
}
.downLoad {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-right: 50px;
}
.downEwmbox {
  text-align: center;
}
.ewmk,
.lineBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 201px;
  background-image: url(../images/huanya/image-frame-small-quan-3@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ewmk img {
  width: 105px;
  height: 105px;
}
.downLinebox {
  text-align: center;
}
.downLoad p {
  margin-top: 12px;
  font-size: 18px;
  color: #32394f;
  font-weight: 500;
  line-height: 20px;
}
.downLoad span {
  margin-top: 8px;
  font-size: 12px;
  color: #636363;
}
.lineBox li {
  height: 30px;
}
.lineBox li a {
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 28px;
  line-height: 28px;
  text-decoration: underline;
  color: #4b98ee;
  font-size: 14px;
  transition: all 0.3s;
}
.lineBox li:hover a {
  color: #b1987f;
}
.downpicBox {
  flex: 1;
  position: relative;
  z-index: 2;
}
.downBottomimg {
  position: absolute;
  bottom: 0;
}
.downBottomimg img:nth-child(1) {
  width: 723px;
  z-index: 1;
}
.downBottomimg img:nth-child(2) {
  width: 294px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.downTopimg {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.anibox {
  position: absolute;
}
.anibox img {
  width: 100%;
}
.anibox img:first-child {
  position: relative;
  z-index: 1;
}
.anibox:nth-child(1) {
  width: 264px;
  left: 42px;
  top: 60px;
  z-index: 10;
}
.anibox:nth-child(1) img:nth-child(2) {
  width: 218px;
  position: absolute;
  right: -46px;
  top: 15px;
}
.anibox:nth-child(2) {
  width: 515px;
  height: 105px;
  position: absolute;
  left: 52px;
  top: 395px;
  z-index: 3;
}
.anibox:nth-child(3) {
  width: 323px;
  left: 126px;
  z-index: 8;
  top: 32px;
}
.anibox:nth-child(3) img:nth-child(2) {
  width: 215px;
  position: absolute;
  right: -40px;
  top: 17px;
}
.anibox:nth-child(4) {
  width: 591px;
  height: 105px;
  position: absolute;
  left: 102px;
  top: 398px;
}
.anibox:nth-child(5) {
  width: 325px;
  left: 274px;
  top: 38px;
  z-index: 6;
}
.anibox:nth-child(5) img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.anibox:nth-child(5) img:nth-child(2) {
  width: 181px;
  position: absolute;
  right: -32px;
  top: 83px;
}
.anibox:nth-child(6) {
  width: 505px;
  height: 106px;
  position: absolute;
  left: 250px;
  top: 406px;
}
.anibox:nth-child(7) {
  width: 242px;
  left: 450px;
  top: 121px;
}
.dn {
  display: none !important;
}
.downimp2 .anibox:nth-child(5) img:nth-child(2) {
  width: 168px;
  position: absolute;
  right: -16px;
  top: 105px;
}
.downimp2 .anibox:nth-child(7) {
  width: 256px;
  left: 450px;
  top: 145px;
  position: absolute;
}
.downTopimg .anim:nth-child(1) {
  width: 226px;
  left: 60px;
  top: 40px;
  z-index: 10;
}
.downTopimg .anim {
  position: absolute;
}
.downTopimg .anim img {
  width: 100%;
}
.downTopimg .anim:nth-child(1) img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.downTopimg .anim:nth-child(1) img:nth-child(2) {
  width: 102px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 6px;
}
.downTopimg .anim:nth-child(2) {
  width: 400px;
  left: 113px;
  top: 178px;
  z-index: 9;
}
.downTopimg .anim:nth-child(2) img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.downTopimg .anim:nth-child(2) img:nth-child(2) {
  width: 783px;
  position: absolute;
  z-index: 2;
  left: -125px;
  bottom: -38px;
}
.downTopimg .anim:nth-child(3) {
  width: 400px;
  left: 242px;
  top: 42px;
  z-index: 8;
}
.downTopimg .anim:nth-child(3) img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.downTopimg .anim:nth-child(3) img:nth-child(2) {
  width: 354px;
  position: absolute;
  z-index: 2;
  right: 41px;
  top: 95px;
}
.downTopimg .anim:nth-child(4) {
  width: 243px;
  left: 379px;
  top: 275px;
  z-index: 10;
}
.downTopimg .anim:nth-child(4) img:nth-child(1) {
  position: relative;
  z-index: 1;
}
.downTopimg .anim:nth-child(4) img:nth-child(2) {
  width: 76px;
  position: absolute;
  z-index: 2;
  right: 2px;
  top: 0;
}
.downBar.active .downInfor {
  animation: fadeInaniLeft 0.5s ease-in forwards;
}
.downBar.active .downpicBox {
  animation: fadeInaniRight 0.5s ease-in forwards;
}
.downBar .downInfor {
  animation: fadeOutLefts 0.5s ease-in forwards;
}
.downBar .downpicBox {
  animation: fadeOutRights 0.5s ease-in forwards;
}

@-webkit-keyframes AcY_Acf {
  0% {
    opacity: 0.25;
  }

  to {
    opacity: 1;
  }
}
.choseBar {
  position: relative;
  display: flex;
  height: 451px;
  box-sizing: border-box;
  z-index: 1;
  margin-top: 68px;
}

.gamePic img {
  width: 600px;
  height: 496px;
}
.gameTxt {
  width: 542px;
  position: relative;
  margin-top: 40px;
  /* font-family: "krungthep"; */
}
.gameTit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gameTit h3 {
  font-size: 60px;
  font-weight: 700;
  color: #636363;
}
.backMoney {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.backMoney .backNotice {
  display: inline-block;
  text-align: center;
  border-radius: 11px;
  padding: 3px 12px;
  background-image: linear-gradient(270deg, #f1d5b6, #cdae8e);
  font-size: 16px;
  color: #fdfeff;
}
.choseBox {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}
.backMoney .gameNum {
  font-size: 24px;
  color: #636363;
  margin-top: 6px;
}
.eventTit {
  margin-top: 20px;
  font-family: "Galano-Bold",;
  font-weight: 700;
  font-size: 70px;
  line-height: 75px;
  background-image: -webkit-linear-gradient(#e1c7ae 40%, #d4bb9d 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  white-space: nowrap;
}

.cn .eventTit {
  font-family: "krungthep";
}
.eventNotice {
  line-height: 1.6;
  margin-top: 20px;
  font-size: 14px;
  color: #636363;
  letter-spacing: -0.47px;
}
.gameBox {
  margin-top: 140px;
}
.appDown {
  margin-top: 140px;
}
.serviceBox {
  margin-top: 140px;
}
.tagList {
  position: absolute;
  left: 0;
  bottom: 42px;
  z-index: 1;
}
.tagList ul {
  position: relative;
  display: flex;
}
.tagList li {
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
}
.enterIcon {
  width: 90px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none !important;
  position: relative;
  z-index: 1;
}
.enterIcon:after {
  content: "";
  z-index: -1;
  top: 0;
  display: block;
  width: 101px;
  height: 113px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-image: url(../images/huanya/spec-normal-new@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.tagList li i {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(../images/huanya/sprite8.png);
  background-repeat: no-repeat;
  background-size: 2182px 50px;
}
.tagList li p {
  position: relative;
  margin-top: 8px;
  font-size: 16px;
  color: #636363;
  line-height: 16px;
}
.tagList li:hover {
  background-image: none !important;
  position: relative;
  z-index: 1;
  -webkit-animation: scaleani 0.5s ease forwards;
  animation: scaleani 0.5s ease forwards;
}
.tagList li:hover .enterIcon:after {
  content: "";
  z-index: -1;
  top: 0;
  display: block;
  width: 101px;
  height: 113px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background: url(../images/huanya/spec-selected-new@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tagList li i.icon1 {
  background-position: -1976px 0px;
}
.tagList li i.icon2 {
  background-position: -832px 0px;
}
.tagList li i.icon3 {
  background-position: -2080px 0px;
}
.tagList li i.icon4 {
  background-position: 0px 0px;
}
.tagList li i.icon5 {
  background-position: -416px 0px;
}
.tagList li i.icon6 {
  background-position: -1248px 0px;
}
.tagList li i.icon7 {
  background-position: -728px 0px;
}
.tagList li i.icon8 {
  background-position: -208px 0px;
}
.tagList li i.icon9 {
  background-position: -1976px 0px;
}
.tagList li i.icon10 {
  background-position: -624px 0px;
}
.tagList li i.icon11 {
  background-position: -1664px 0px;
}
.tagList li i.icon12 {
  background-position: -832px 0px;
}
.tagList li i.icon13 {
  background-position: -104px 0px;
}
.tagList li i.icon14 {
  background-position: -1976px 0px;
}
.tagList li i.icon15 {
  background-position: -1768px 0px;
}
.tagList li i.icon16 {
  background-position: -1040px 0px;
}
.tagList li i.icon17 {
  background-position: -208px 0px;
}
.tagList li i.icon18 {
  background-position: -1872px 0px;
}
.tagList li i.icon19 {
  background-position: -1352px 0px;
}
.tagList li i.icon20 {
  background-position: -520px 0px;
}
.tagList li i.icon21 {
  background-position: -1560px 0px;
}
.tagList li i.icon22 {
  background-position: -1144px 0px;
}
.tagList li i.icon23 {
  background-position: -1456px 0px;
}
.tagList li i.icon24 {
  background-position: -312px 0px;
}
.tagList li i.icon25 {
  background-position: -934px 0px;
}

.tagList li:hover i.icon1 {
  background-position: -2028px 0px;
}
.tagList li:hover i.icon2 {
  background-position: -884px 0px;
}
.tagList li:hover i.icon3 {
  background-position: -2132px 0px;
}
.tagList li:hover i.icon4 {
  background-position: -52px 0px;
}
.tagList li:hover i.icon5 {
  background-position: -468px 0px;
}
.tagList li:hover i.icon6 {
  background-position: -1300px 0px;
}
.tagList li:hover i.icon7 {
  background-position: -780px 0px;
}
.tagList li:hover i.icon8 {
  background-position: -260px 0px;
}
.tagList li:hover i.icon9 {
  background-position: -2028px 0px;
}
.tagList li:hover i.icon10 {
  background-position: -676px 0px;
}
.tagList li:hover i.icon11 {
  background-position: -1716px 0px;
}
.tagList li:hover i.icon12 {
  background-position: -884px 0px;
}
.tagList li:hover i.icon13 {
  background-position: -156px 0px;
}
.tagList li:hover i.icon14 {
  background-position: -2028px 0px;
}
.tagList li:hover i.icon15 {
  background-position: -1820px 0px;
}
.tagList li:hover i.icon16 {
  background-position: -1092px 0px;
}
.tagList li:hover i.icon17 {
  background-position: -260px 0px;
}
.tagList li:hover i.icon18 {
  background-position: -1924px 0px;
}
.tagList li:hover i.icon19 {
  background-position: -1404px 0px;
}
.tagList li:hover i.icon20 {
  background-position: -572px 0px;
}
.tagList li:hover i.icon21 {
  background-position: -1612px 0px;
}
.tagList li:hover i.icon22 {
  background-position: -1196px 0px;
}
.tagList li:hover i.icon23 {
  background-position: -1508px 0px;
}
.tagList li:hover i.icon24 {
  background-position: -364px 0px;
}
.tagList li:hover i.icon25 {
  background-position: -986px 0px;
}

.gamePic {
  position: relative;
  top: -50px;
  z-index: 1;
  animation: fadeOutLefts 0.5s ease-in forwards;
}
.gameTxt {
  animation: fadeOutRights 0.5s ease-in forwards;
}
.choseBox.active .gamePic {
  animation: fadeInaniLeft 0.5s ease-in forwards;
}
.choseBox.active .gameTxt {
  animation: fadeInaniRight 0.5s ease-in forwards;
}
@-webkit-keyframes scaleani {
  0% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}
@keyframes fadeOutLefts {
  0% {
    opacity: 1;
    z-index: 1;
    transform: translateZ(0);
  }

  95% {
    z-index: 0;
  }

  to {
    opacity: 0;
    z-index: 0;
    transform: translate3d(-110px, 0, 0);
  }
}
@keyframes fadeOutRights {
  0% {
    opacity: 1;
    z-index: 1;
    transform: translateZ(0);
  }

  95% {
    z-index: 0;
  }

  99% {
    opacity: 0;
    z-index: 0;
    transform: translate3d(110px, 0, 0);
  }

  to {
    opacity: 0;
    z-index: 0;
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInaniLeft {
  0% {
    opacity: 0;
    z-index: 0;
    transform: translate3d(-70px, 0, 0);
  }

  to {
    opacity: 1;
    z-index: 2;
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInaniRight {
  0% {
    opacity: 0;
    z-index: 0;
    transform: translate3d(70px, 0, 0);
  }

  to {
    opacity: 1;
    z-index: 1;
    transform: translateZ(0);
  }
}
/*服务*/
.serviceList ul {
  display: flex;
  justify-content: space-between;
}
.serviceList li {
  text-align: center;
}
.circle {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-image: url(../images/huanya/image-table@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.circleBox {
  position: relative;
  height: 100%;
  line-height: 120px;
}
.circleBox span {
  font-size: 24px;
}
.aniCricle {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 20px;
  top: 20px;
  background: url(../images/huanya/image-scale-active@2x.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.line1 {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url(../images/huanya/image-scale-default-all.png);
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 90px 90px;
  z-index: 1;
  left: 0;
  background-position: 0 100%;
  transform-origin: right;
  transform: rotate(-4deg);
}
.line2 {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url(../images/huanya/image-scale-default-all.png);
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 90px 90px;
  z-index: 1;
  right: 0;
  background-position: -45px 100%;
  transform: rotate(-139deg);
  transform-origin: 0 50%;
}
.line3 {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url(../images/huanya/image-scale-default-all.png);
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 90px 90px;
  z-index: 1;
  right: 0;
  background-position: -45px 100%;
  animation-iteration-count: 1;
  transform: rotate(-180deg);
  transform-origin: 0 50%;
}
.line4 {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url(../images/huanya/image-scale-default-all.png);
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 90px 90px;
  z-index: 1;
  right: 0;
  background-position: -45px 100%;
  animation-iteration-count: 1;
  transform: rotate(-120deg);
  transform-origin: 0 50%;
}
.active .circle .line2 {
  animation: rota1 1.5s linear infinite;
  animation-iteration-count: 1;
}
.active .circle .line3 {
  animation: rota2 1.5s linear infinite;
  animation-iteration-count: 1;
}
.active .circle .line4 {
  animation: rota3 1.5s linear infinite;
  animation-iteration-count: 1;
}
@keyframes rota1 {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-139deg);
  }
}
@keyframes rota2 {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-180deg);
  }
}
@keyframes rota3 {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-120deg);
  }
}
.serviceList li p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #424a66;
}
.serviceList li p:last-child {
  width: 128px;
  line-height: 1.4;
  margin: 10px auto;
  font-size: 12px;
  color: #636363;
  font-weight: normal;
}
.serviceList {
  padding: 50px 0;
}
.serviceList dl {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
.serviceList dl dt {
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  width: 540px;
  margin-bottom: 30px;
}
.serviceList dl dt:nth-child(2n) {
  float: right;
}
.serviceList dt img {
  width: 107px;
  height: 107px;
}
.serviceTxt {
  position: relative;
  margin-left: 10px;
  flex: 1;
}
.serviceTxt h2 {
  font-weight: 700;
  font-size: 16px;
  color: #414755;
}
.serviceTxt p {
  line-height: 1.6;
  margin-top: 10px;
  font-size: 14px;
  color: #636363;
}
/*Footer*/
.footer {
  position: relative;
  width: 100%;
  background: #cdaa8a;
}
.footerBox {
  width: 1200px;
  margin: 0 auto;
}
.footerLink {
  height: 77px;
  position: relative;
}
.footerLink ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.footerLink li {
  position: relative;
  cursor: pointer;
}
.footerLink li > div,
.footerCop li .curIcon > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/huanya/sprite_uw88.png);
  background-repeat: no-repeat;
  background-color: #cdaa8a;
  background-size: 1712px 50px;
  transition: all 0.4s ease;
}
.footerLink li .linkIconcur {
  opacity: 0;
}
.footerLink li:hover .linkIconcur {
  opacity: 1;
}
.footerLink li:nth-child(1) .linkIcon {
  background-position: 0 0 !important;
}
.footerLink li:nth-child(2) .linkIcon {
  background-position: -90px 0 !important;
}
.footerLink li:nth-child(3) .linkIcon {
  background-position: -185px 0 !important;
}
.footerLink li:nth-child(4) .linkIcon {
  background-position: -260px 0 !important;
}
.footerLink li:nth-child(5) .linkIcon {
  background-position: -335px 0 !important;
}
.footerLink li:nth-child(6) .linkIcon {
  background-position: -440px 0 !important;
}
.footerLink li:nth-child(7) .linkIcon {
  background-position: -515px 0 !important;
}
.footerLink li:nth-child(8) .linkIcon {
  background-position: -615px 0 !important;
}
.footerLink li:nth-child(9) .linkIcon {
  background-position: -695px 0 !important;
}
.footerLink li:nth-child(10) .linkIcon {
  background-position: -775px 0 !important;
}

.footerLink li:nth-child(1) .linkIconcur {
  background-position: -855px 0 !important;
}
.footerLink li:nth-child(2) .linkIconcur {
  background-position: -945px 0 !important;
}
.footerLink li:nth-child(3) .linkIconcur {
  background-position: -1040px 0 !important;
}
.footerLink li:nth-child(4) .linkIconcur {
  background-position: -1115px 0 !important;
}
.footerLink li:nth-child(5) .linkIconcur {
  background-position: -1190px 0 !important;
}
.footerLink li:nth-child(6) .linkIconcur {
  background-position: -1295px 0 !important;
}
.footerLink li:nth-child(7) .linkIconcur {
  background-position: -1375px 0 !important;
}
.footerLink li:nth-child(8) .linkIconcur {
  background-position: -1470px 0 !important;
}
.footerLink li:nth-child(9) .linkIconcur {
  background-position: -1550px 0 !important;
}
.footerLink li:nth-child(10) .linkIconcur {
  background-position: -1630px 0 !important;
}
.footerLink:after,
.footerLink:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.footerLink:after {
  bottom: -2px;
  background: #b79478;
}
.footerTxt {
  display: flex;
  justify-content: center;
  line-height: 1.4;
  padding: 0 20px;
  margin-top: 18px;
  font-size: 14px;
  text-transform: uppercase;
}
.footerTxt .footcol {
  flex: 1;
  padding: 0 20px;
}
.footerTxt .footcol:not(:last-child) {
  border-right: 1px solid #b79478;
}
.footerTxt h4 {
  font-size: 20px;
  font-family: "Galano-Bold",sans-serif;
  font-weight: 700;
  line-height: 32px;
}
.cn .footerTxt h4 {
  font-family: "krungthep";
}
.footerDarkText {
  color: #414954;
}
.footerRow {
  padding: 6px 0;
  display: flex;
  flex-direction: row;
  align-items: top;
  color: #fff;
}
.footerCol-50 {
  flex: 1;
}
.footerCol-50 span {
  display: block;
}
.footerIcon {
  padding-right: 3px;
}
.footerIcon img {
  display: inline-block;
  padding: 0 3px 0 0;
  width: 45px;
}
.childInline span {
  display: inline-block;
}
.footerHighlight {
  font-size: 18px;
  line-height: 24px;
  font-family: "Galano-Bold",sans-serif;
  font-weight: 700;
}
.cn .footerHighlight {
  font-family: "krungthep";
}
.footerNormalCase {
  text-transform: capitalize;
}
.curIcon {
  position: relative;
}
.ruleLink {
  margin-top: 25px;
  text-align: center;
}
.ruleLink a {
  position: relative;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  padding: 0 20px;
  transition: all 0.4s ease;
  color: #c0c4d0;
  font-size: 14px;
}
.ruleLink a:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #d6e2f3;
}
.ruleLink a:last-child:after {
  display: none;
}
.ruleLink a:hover {
  color: #fff;
}
.copyRight {
  text-align: center;
  margin-top: 27px;
  font-size: 12px;
  color: #414755;
  font-weight: bold;
}
.footer {
  padding-bottom: 30px;
}
/*侧边栏*/
.aside {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 56px;
}
.asideBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.asideBar {
  position: relative;
}
.asideIcon1 {
  width: 56px;
  height: 56px;
  background-size: 56px;
  transition: all 0.4s ease;
  display: block;
  box-shadow: 0 4px 6px 0 rgba(184, 208, 255, 0.3);
  border-radius: 50%;
  margin-bottom: 3px;
  background: url(../images/huanya/icon_03.png) center no-repeat;
  background-size: contain;
}
.asideBar:hover .asideIcon1 {
  background: url(../images/huanya/icon_04.png) no-repeat;
  background-size: contain;
}
.helpCenter {
  position: relative;
  width: 108px;
  background: #fff;
  top: 5px;
  text-align: center;
  line-height: 46px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  clear: #b1987f;
  font-size: 14px;
}
.helpCenter a {
  color: #b1987f;
}
.helpCenter:after {
  content: "";
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  right: -2px;
  border-color: #fff #fff transparent transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.asideIcon2 {
  width: 56px;
  height: 56px;
  background-size: 56px;
  transition: all 0.4s ease;
  display: block;
  box-shadow: 0 4px 6px 0 rgba(184, 208, 255, 0.3);
  border-radius: 50%;
  margin-bottom: 3px;
  background: url(../images/huanya/icon_05.png) center no-repeat;
  background-size: contain;
}
.asideBar:hover .asideIcon2 {
  background: url(../images/huanya/icon_06.png) no-repeat;
  background-size: contain;
}
.asideIcon3 {
  width: 56px;
  height: 56px;
  background-size: 56px;
  transition: all 0.4s ease;
  display: block;
  box-shadow: 0 4px 6px 0 rgba(184, 208, 255, 0.3);
  border-radius: 50%;
  margin-bottom: 3px;
  background: url(../images/huanya/icon_01.png) center no-repeat;
  background-size: contain;
}
.asideBar:hover .asideIcon3 {
  background: url(../images/huanya/icon_02.png) no-repeat;
  background-size: contain;
}
.ewmslide {
  box-sizing: border-box;
  padding: 12px;
}
.ewmList:nth-child(1) {
  border-bottom: 1px solid rgba(211, 183, 151, 0.2);
  margin-bottom: 10px;
}
.ewmList img {
  width: 100%;
  display: block;
}
.ewmList p {
  font-size: 14px;
  color: #b1987f;
  line-height: 30px;
}
.ewmslide:after {
  top: 23px;
}

.asideAlt {
  position: absolute;
  display: none;
  right: 56px;
  padding-right: 15px;
  top: 2px;
}
.asideBar:hover .asideAlt {
  display: block;
}
.scrollTop {
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 6px;
  width: 56px;
  height: 56px;
  border-radius: 6px;
  box-shadow: 0 4px 6px 0 rgba(184, 208, 255, 0.3);
  cursor: pointer;
  display: block;
  background: url(../images/huanya/sprite10.png);
  background-repeat: no-repeat;
  background-size: 462px 56px;
  background-position: -348px 0;
}
.scrollTop:hover {
  background-position: -406px 0;
  transition: all 0.4s ease;
}

/*登陆后样式*/
.userBox {
  display: flex;
  align-items: center;
}
.userButton {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 25px;
}
.userButton a {
  flex: 0 0 25px;
  cursor: pointer;
}
.userIcon1 {
  transition: all 0.3s;
  background: url(../images/huanya/spriteUser.png);
  background-repeat: no-repeat;
  background-size: 100px 24px;
  background-position: 0 0;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}
.userIcon2 {
  transition: all 0.3s;
  background: url(../images/huanya/spriteUser.png);
  background-repeat: no-repeat;
  background-size: 100px 24px;
  background-position: -26px 0;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}
.userIcon3 {
  transition: all 0.3s;
  background: url(../images/huanya/spriteUser.png);
  background-repeat: no-repeat;
  background-size: 100px 24px;
  background-position: -52px 0;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}
.centerLines {
  flex: 0 0 1px;
  height: 37px;
  margin: 0 12px;
  background-color: #ced2e2;
  opacity: 0.3;
}
.userButton p {
  margin-top: 1px;
  text-align: center;
  font-size: 12px;
  color: #414755;
  transition: all 0.4s ease;
}
.userButton a:hover p {
  color: #d3b797;
}
.userButton a:hover .userIcon1 {
  background: url(../images/huanya/ucur1.jpg) center no-repeat;
}
.userButton a:hover .userIcon2 {
  background: url(../images/huanya/ucur2.jpg) center no-repeat;
}
.userButton a:hover .userIcon3 {
  background: url(../images/huanya/ucur3.jpg) center no-repeat;
}
.userInfor {
  display: flex;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.userIco {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.userIco img {
  display: block;
  width: 100%;
}
.userTxt {
  margin-left: 12px;
}
.userName {
  display: flex;
  align-items: center;
}
.userName p {
  font-size: 14px;
  color: #414755;
  line-height: 14px;
  transition: color 0.2s ease-out;
}
.userName i {
  display: inline-block;
  width: 40px;
  height: 16px;
  margin-left: 10px;
  background-repeat: no-repeat;
}
.lvl0 {
  display: inline-block;
  background: url(../images/huanya/spritevip.png);
  background-size: 460px 16px;
}
.lvl1 {
  display: inline-block;
  background: url(../images/huanya/spritevip.png);
  background-size: 460px 16px;
  background-position: -42px 0px;
}
.lvl2 {
  display: inline-block;
  background: url(../images/huanya/spritevip.png);
  background-size: 460px 16px;
  background-position: -84px 0px;
}
.lvl3 {
  display: inline-block;
  background: url(../images/huanya/spritevip.png);
  background-size: 460px 16px;
  background-position: -126px 0px;
}
.lvl4 {
  display: inline-block;
  background: url(../images/huanya/spritevip.png);
  background-size: 460px 16px;
  background-position: -168px 0px;
}
.lvl5 {
  display: inline-block;
  background: url(../images/huanya/spritevip.png);
  background-size: 460px 16px;
  background-position: -210px 0px;
}
.lvl6 {
  display: inline-block;
  background: url(../images/huanya/spritevip.png);
  background-size: 460px 16px;
  background-position: -252px 0px;
}
.lvl7 {
  display: inline-block;
  background: url(../images/huanya/spritevip.png);
  background-size: 460px 16px;
  background-position: -294px 0px;
}
.lvl8 {
  display: inline-block;
  background: url(../images/huanya/spritevip.png);
  background-size: 460px 16px;
  background-position: -336px 0px;
}
.userMoney img {
  width: 20px;
  transition: all 0.2s ease-out;
}
.userMoney {
  display: flex;
  height: 20px;
  align-items: center;
  margin-top: 5px;
}
.userMoney p {
  font-size: 14px;
  line-height: 15px;
  color: #414755;
  transition: color 0.2s ease-out;
}
.userInfor:hover .userMoney p {
  color: #b1987f;
}
.userInfor:hover .userMoney img {
  transform: rotate(-180deg);
}
.userInfor:hover .userName p {
  color: #b1987f;
}
.userSlide {
  position: absolute;
  background: #fff;
  right: 0;
  top: 52px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5715;
  list-style: none;
  position: absolute;
  width: 232px;
  box-sizing: border-box;
  z-index: 1030;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.slideUser {
  border-radius: 3px;
  padding: 26px 30px;
}
.slideUser li {
  overflow: hidden;
  padding: 10px 0;
  line-height: 28px;
}
.slideUser li span {
  width: 24px;
  height: 24px;
  background-image: url(../images/huanya/spritesuerslide.png);
  background-repeat: no-repeat;
  background-size: 232px 24px;
  float: left;
  margin-top: 2px;
  float: left;
  display: block;
}
.slideUser li span.icon25 {
  background-position: -104px 0;
}
.slideUser li span.icon26 {
  background-position: -26px 0;
}
.slideUser li span.icon27 {
  background-position: -0 0;
}
.slideUser li span.icon28 {
  background-position: -156px 0;
}
.slideUser li span.icon29 {
  background-position: -78px 0;
}
.slideUser li p {
  font-size: 14px;
  transition: all 0.2s;
  font-weight: 400;
  float: left;
  margin-left: 12px;
  color: #414755;
}
.slideUser li i {
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  background-image: linear-gradient(135deg, #f8e3cb, #cbaf92);
  font-size: 12px;
  color: #fff;
  float: right;
  display: block;
  margin-top: 6px;
}
.slideUser li:nth-child(1) {
  padding-top: 0;
}
.slideUser li:hover a p {
  color: #b1987f;
}
.userSlide a.logOut {
  width: 100%;
  outline: none;
  border: 1px solid #e2e7ef;
  font-size: 14px;
  color: #a5a9b3;
  background-color: #fff;
  padding: 11px 0;
  transition: all 0.2s ease-out;
  display: block;
  margin: 8px auto 0;
  transition: all 0.3s;
  border-radius: 3px;
  text-align: center;
}
.userSlide a.logOut:hover {
  color: #fff;
  border: 1px solid #b1987f;
  background: #b1987f;
}
.userSlide:after {
  content: "";
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  left: 50%;
  margin-left: -4.24214068px;
  transform: rotate(45deg);
  top: -4px;
  border-color: #fff transparent transparent #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.userslideBox {
  position: absolute;
  top: -6px;
  display: none;
  right: 0;
}
.userInfor:hover .userslideBox {
  display: block;
}

/*游戏试玩弹框*/
.notice_layer1 {
  display: none;
}
.notice_layer1 h3 {
  height: 50px;
  line-height: 50px;
  position: relative;
  background: linear-gradient(120deg, #101010, #2d2d2d);
  padding: 0 25px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.notice_layer1 h3 .close {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/huanya/bg-ico.png) no-repeat center center;
  background-position: -160px -140px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  opacity: 0.2;
}
.notice_layer1 .notice_con {
  height: 345px;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  overflow-y: auto;
}
.notice_con dl {
  float: left;
  margin: 0 5px;
  padding: 10px 0 20px;
}
.notice_con dd {
  text-align: center;
  margin-top: 15px;
}
.game-btn {
  background: #bb8a0b;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 2px 30px;
  border-radius: 4px;
}
.notice_con dd a:hover {
  background: #9e1818;
}

/* 公告 */
.notice-row {
  height: 0;
  line-height: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}

.noticeBox .w {
  width: 1020px;
  min-width: 1020px;
  margin: 0 auto;
}

.noticeBox .title {
  width: 96px;
  float: left;
  color: #ffce4b;
  text-indent: 25px;
  /*background: url(images/icon-notice.png) 0 center no-repeat;*/
}
.noticeBox .bd2 {
  width: 910px;
  float: right;
  height: 33px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  margin-top: 1px;
}
.notice_layer,
.notice_layer2,
.notice_layer_wx {
  background: #fff;
  display: none;
}
.notice_layer h3,
.notice_layer2 h3,
.notice_layer_wx h3 {
  height: 50px;
  line-height: 50px;
  position: relative;
  background: linear-gradient(120deg, #d6b594, #d2b79c);
  padding: 0 25px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.notice_layer h3 .close,
.notice_layer2 h3 .close,
.notice_layer_wx h3 .close {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/huanya/bg-ico.png) no-repeat center center;
  background-position: -160px -140px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  opacity: 0.6;
}
.notice_layer .notice_con,
.notice_layer2 .notice_con {
  background: #f2f2f2;
}
.notice_layer .notice_con .module {
  padding: 5px 20px;
  background: #f5f5f5;
  margin-bottom: -1px;
  border-radius: 0px;
  border: 1px solid #e6e6e6;
}
.notice_layer .notice_con .module h4 {
  line-height: 32px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.notice_layer .notice_con .module p {
  line-height: 24px;
  color: #707070;
  font-size: 12px;
  padding: 4px 0px;
}

.notice_layer2 .notice_con .module {
  padding: 20px 0px 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.notice_layer2 .notice_con .module a {
  width: 106px;
  height: 34px;
  margin: 10px 10px 0;
  background-image: none !important;
  position: relative;
  z-index: 1;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
}
.cn .notice_layer2 .notice_con .module a {
  line-height: 3em;
  font-family: "krungthep";
  font-weight: bold !important;
  letter-spacing: 0.15em;
}
.notice_layer2 .notice_con .module a:before {
  content: "";
  z-index: -1;
  top: 0;
  display: block;
  width: 120px;
  height: 45px;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background-image: url(../images/huanya/primary-medium-new-selected.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.notice_layer2 .notice_con .module a:hover {
  transform: scale(1.1);
}

.gold-text {
  color: #d2b79c !important;
}

.no-js #loading {
  display: none;
}
#loading {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  background-color: #fff;
  z-index: 9999;
  text-align: center;
}

#loading-image {
  z-index: 100;
}

/*Promotion Wheel*/
.promotionFlex {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.promotionImgs {
  width: 50%;
  height: 100%;
  padding-top: 190px;
  padding-left: 45px;
  background: url("../images/huanya/uw88_home_block_bg.png") top center
    no-repeat;
}
.newWheelMainBox {
  display: block;
  width: 500px;
  height: 500px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../images/huanya/uw88_wheel_blank.png");
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-animation: spin 60s linear infinite;
  -moz-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
}

.newWheelMainBox:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}

.newWheelBox {
  width: 480px;
  height: 480px;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 50%;
}

.newWheelBox1 span {
  display: block;
  position: absolute;
  width: 240px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.newWheelBox1 span:hover {
  transform: scale(1.2);
}

.newWheelBox1 span b {
  font-size: 14px;
  color: #fbe587;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
}

.newWheelBox1 span.span1 {
  clip-path: polygon(0 100%, 100% 50%, 0 0%);
  top: 120px;
  left: 0px;
  background-image: url("../images/huanya/wheel_01.png");
}

.newWheelBox1 .span1 b {
  transform: rotate(-180deg);
  transform-origin: 40% 50%;
  padding-bottom: 2%;
}

.newWheelBox1 span.span2 {
  clip-path: polygon(0 60%, 100% 100%, 60% 0);
  top: 0;
  left: 0;
  background-image: url("../images/huanya/wheel_02.png");
}

.newWheelBox1 .span2 b {
  transform: rotate(-135deg);
  transform-origin: 55% 80%;
}

.newWheelBox1 span.span3 {
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  top: 0;
  left: 120px;
  background-image: url("../images/huanya/wheel_03.png");
}

.newWheelBox1 .span3 b {
  transform: rotate(-90deg);
  transform-origin: 40% 0%;
}

.newWheelBox1 span.span4 {
  clip-path: polygon(40% 0, 0 100%, 100% 60%);
  top: 0;
  left: 240px;
  background-image: url("../images/huanya/wheel_04.png");
}

.newWheelBox1 .span4 b {
  transform: rotate(-45deg);
  transform-origin: 60% 100%;
}

.newWheelBox1 span.span5 {
  clip-path: polygon(100% 8%, 0 50%, 100% 92%);
  top: 120px;
  left: 240px;
  background-image: url("../images/huanya/wheel_05.png");
}

.newWheelBox1 .span5 b {
  padding-left: 30%;
  padding-top: 5%;
}

.newWheelBox1 span.span6 {
  clip-path: polygon(100% 40%, 0 0, 40% 100%);
  top: 240px;
  left: 240px;
  background-image: url("../images/huanya/wheel_06.png");
}

.newWheelBox1 .span6 b {
  transform: rotate(45deg);
  transform-origin: 58% -100%;
}

.newWheelBox1 span.span7 {
  clip-path: polygon(92% 100%, 0 100%, 48% 0);
  top: 240px;
  left: 120px;
  background-image: url("../images/huanya/wheel_07.png");
}

.newWheelBox1 .span7 b {
  transform: rotate(90deg);
  transform-origin: 38% 200%;
}

.newWheelBox1 span.span8 {
  clip-path: polygon(60% 100%, 0 40%, 100% 0);
  top: 240px;
  left: 0px;
  background-image: url("../images/huanya/wheel_08.png");
}

.newWheelBox1 .span8 b {
  transform: rotate(135deg);
  transform-origin: 65% 20%;
}

.newWheelBox .wheelButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  cursor: pointer;
  background-image: url("../images/huanya/wheel_btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  outline: none;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

h2.golden {
  font-size: 30px;
  font-family: "Galano-Bold",sans-serif;
  font-weight: 700;
  background-image: -webkit-linear-gradient(#e0c7ae 40%, #c2a884 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cn h2.golden {
  font-family: "krungthep";
}
h3.golden {
  font-size: 56px;
  line-height: 64px;
  font-family: "Galano-Bold",sans-serif;
  font-weight: 700;
  font-style: oblique;
  background-image: -webkit-linear-gradient(#e0c7ae 40%, #c2a884 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cn h3.golden {
  font-family: "krungthep";
}

h4.golden {
  font-size: 24px;
  line-height: 26px;
  font-family: "Galano-Bold",sans-serif;
  font-weight: 700;
  background: -webkit-linear-gradient(#e0c7ae 40%, #c2a884 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cn h4.golden {
  font-family: "krungthep";
}

form.uw88RegForm {
  margin-top: 15px;
  padding: 30px 18px;
  border-radius: 10px;
  width: 370px;
  background-color: rgba(155, 153, 151, 0.5);
}

form.uw88RegForm input {
  color: #333;
  /* font-family: "krungthep"; */
}

form.uw88RegForm input::placeholder,
form.uw88RegForm input::-webkit-input-placeholder {
  color: #333;
  opacity: 0.9;
}

.lotteryMain {
  width: 750px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 12px auto 60px;
  text-align: center;
  position: relative;
}

.lotteryMain > img {
  position: absolute;
  bottom: -40px;
  right: -80px;
}

.lotteryMain .allianceTable {
  border: 1px solid #b6947b;
}

.lotteryMain .allianceTable .allianceRow {
  border: 1px solid #b6947b;
}

.lotteryTable td.resultHeadSpecial {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.lotteryTableTitleLeft,
.lotteryTableTitleRight {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.lotteryTableTitleLeft img,
.lotteryTableTitleRight img {
  margin-right: 10px;
}

.lotteryTableTitleLeft span {
  font-size: 18px;
  font-weight: 700;
}

.lotteryTableTitleRight span {
  text-align: right;
}

.lotteryTable {
  width: 100%;
  display: table;
  margin: 25px 0;
  border-spacing: 0;
  border: 1px solid #b6947b;
}
.lotteryTableHeader {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
  background: linear-gradient(to right, #cbae90 20%, #ddc7af 50%);
}

.lotteryTableColHeader {
  color: #b6947b;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.lotteryTableRow {
  color: #ccab8c;
  background: #f8f3ef;
}

.lotteryTable td {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 14px;
  display: table-cell;
  border: 1px solid #b6947b;
}

.lotteryResults {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto;
}

.singleResult {
  border-spacing: 0;
  border: 1px solid #b6947b;
  max-width: 500px;
}

.resultRow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.resultTitle {
  flex: 1;
  border-bottom: 2px solid #b6947b;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(to right, #cbae90 10%, #ddc7af 100%);
  padding: 4px 0 6px;
}

.resultWrapper {
  padding: 4px 6px;
  color: #ccab8c;
}
.resultWrapper .resultRow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}

.resultRow.resultReverseColor {
  background: linear-gradient(to right, #cbae90 10%, #ddc7af 100%);
  color: #fff;
  border-bottom: 0 !important;
}

.resultWrapper .resultRow.resultBetween {
  justify-content: space-evenly;
}

.resultWrapper .resultRow:not(:last-child) {
  border-bottom: 1px solid #b6947b;
}

.resultWrapper .resultRow div {
  padding: 10px 30px;
  font-size: 16px;
}

.resultWrapper .resultRow .resultBigPrize {
  font-size: 20px;
}

.jackpotMsg {
  text-align: center;
  clear: both;
}

.jackpotMsg p {
  font-size: 24px;
  font-weight: 700;
}

.jackpotDiv {
  text-align: center;
  margin: auto 0;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.jackpotDiv img {
  position: absolute;
  width: 200px;
  left: 150px;
  bottom: 20px;
}

.jackpotBoxWrapper {
  border: 1px solid #b6947b;
  width: 750px;
}

.jackpotRow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jackpotRow.bottom-border {
  border-bottom: 1px solid #b6947b;
}

.jackpotRow > div {
  padding: 20px;
}

.jackpotRow .jpr4 {
  padding: 40px 100px 20px;
}

.jackpotRow p {
  color: #d1ae8e;
  text-align: left;
  font-size: 32px;
  line-height: 14px;
  padding: 5px 0;
}
.jackpotRow p a {
  color: #684f39;
  font-weight: bold;
}

.jpr1 div,
.jpr2 div {
  flex: 1;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}

.jpr1 div {
  color: #fff;
}
.jpr1 div:nth-child(1) {
  background-color: #d1ae8e;
}
.jpr1 div:nth-child(2) {
  background-color: #ddbea2;
}
.jpr1 div:nth-child(3) {
  background-color: #e6c7b2;
}
.jpr1 div:nth-child(4) {
  background-color: #efd9cb;
}

.jpr2 div:nth-child(1),
.jpr2 div:nth-child(3) {
  color: #414757;
}
.jpr2 div:nth-child(2),
.jpr2 div:nth-child(4) {
  color: #9a989b;
}

.jpr2 div:nth-child(1) {
  background-color: #eddfd2;
}

.jpr2 div:nth-child(2) {
  background-color: #f4eae1;
}

.jpr2 div:nth-child(3) {
  background-color: #f6f1ed;
}

.jpr2 div:nth-child(4) {
  background-color: #efeeec;
}

.jackpotRules {
  background-image: url("../images/huanya/uw88_table_bg01.png");
  width: 100%;
  height: 294px;
  padding: 50px 40px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gift2ndBox {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  position: relative;
}

.gift2ndBox p {
  margin-bottom: 10px;
}

.gift2ndBox h4 {
  text-align: center;
  margin: 0 auto 8px;
  font-weight: 700;
}

.gift2ndBox img {
  position: absolute;
  width: 180px;
  right: 0;
  top: 0;
}

.allianceWrapper {
  width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-bottom: 20px;
}

.allianceWrapper > div {
  border: 1px solid #b6947b;
}

.allianceBg {
  border: none !important;
  background-image: url("../images/huanya/uw88_alliance_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 600px;
  height: 280px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px !important;
}

p.allianceHeader {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p.allianceHeader2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

p.allianceHeader3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #b6947b;
}

p.allianceFooterText {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #b6947b;
}

.allianceContent {
  margin-top: 10px;
  width: 780px;
  padding: 20px;
  text-align: center;
  color: #cca78c;
}

.allianceContent p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 16px;
}
.allianceTable {
  display: table;
  border-spacing: 0;
  margin: 15px 0 30px;
  width: 780px;
}
.allianceTable .allianceCell {
  display: table-cell;
  flex: 1;
  padding: 4px 8px;
  font-size: 12px;
}

.allianceTable .allianceCell {
  padding: 4px 8px;
  text-align: center;
}

.allianceTable .allianceRow {
  color: #797e84;
  font-size: 14px;
  display: flex;
  padding: 5px 0;
  align-items: center;
}

.allianceTable .allianceRow.allianceCellH1 {
  background: linear-gradient(to right, #cbae90 20%, #ddc7af 50%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.sponBar.vip li .sopnImg.uw88_classic {
  background-image: url("../images/huanya/uw88_vip_classic_icon.png");
  background-size: contain;
  background-position: center center;
}

.sponBar.vip li .sopnImg.uw88_silver {
  background-image: url("../images/huanya/uw88_vip_silver_icon.png");
  background-size: contain;
  background-position: center center;
}

.sponBar.vip li .sopnImg.uw88_gold {
  background-image: url("../images/huanya/uw88_vip_gold_icon.png");
  background-size: contain;
  background-position: center center;
}

.sponBar.vip li .sopnImg.uw88_ruby {
  background-image: url("../images/huanya/uw88_vip_ruby_icon.png");
  background-size: contain;
  background-position: center center;
}

.sponBar.promo li .sopnImg.uw88_promo_01 {
  background-image: url("../images/huanya/uw88_home_block_icon_01.png");
  background-size: contain;
  background-position: center center;
}

.sponBar.promo li .sopnImg.uw88_promo_02 {
  background-image: url("../images/huanya/uw88_home_block_icon_02.png");
  background-size: contain;
  background-position: center center;
}

.sponBar.promo li .sopnImg.uw88_promo_03 {
  background-image: url("../images/huanya/uw88_home_block_icon_03.png");
  background-size: contain;
  background-position: center center;
}

.sponBar.promo li .sopnImg.uw88_promo_04 {
  background-image: url("../images/huanya/uw88_home_block_icon_07.png");
  background-size: contain;
  background-position: center center;
}

.sponBar.promo li .sopnImg.uw88_promo_05 {
  background-image: url("../images/huanya/uw88_home_block_icon_08.png");
  background-size: contain;
  background-position: center center;
}

.sponBar.promo li .sopnImg.uw88_promo_06 {
  background-image: url("../images/huanya/uw88_home_block_icon_09.png");
  background-size: contain;
  background-position: center center;
}

.promotion {
  display: flex;
  width: 100%;
  height: 100%;
}

.promotionChose {
  display: none;
  position: relative;
}

.promotionBlock {
  flex-direction: column;
  justify-content: start;
  padding: 40px 0;
}

.promotionBlock ul li {
  padding-top: 4px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.promotionBlock ul {
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.promotionBlock p:nth-of-type(1) {
  padding-top: 25px;
}

.promotionBlock p {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.promotionChose.active {
  animation: Y1_Y5 1s ease-in-out forwards;
  display: flex;
}

.uw88_home_tab {
  width: 650px;
  top: -40px;
  position: relative;
  z-index: 1;
  animation: fadeOutLefts 0.5s ease-in forwards;
  background: url("../images/huanya/uw88_home_block_bg.png") top center
    no-repeat;
}

.uw88_home_tab.active {
  display: block;
}

.choseBox.active .uw88_home_tab {
  animation: fadeInaniLeft 0.5s ease-in forwards;
}
.uw88_home_tab > div {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-top: 40px;
}

.uw88_home_tab .jpCoinLT {
  top: 75px;
  left: 157px;
}

.uw88_home_tab .jpCoinRT {
  top: 70px;
  left: 497px;
}

.uw88_home_tab .jpCoinRB {
  top: 350px;
  left: 527px;
}

.uw88_home_tab .jpCoinLB {
  top: 350px;
  left: 187px;
}

.uw88_home_tab .pokerSmallRightCoin {
  top: 250px;
  right: 187px;
}

.uw88_home_tab .pokerLeftCoin {
  top: 200px;
  left: 0;
}

.uw88_home_tab .pokerRightToken2 {
  top: 40px;
  right: 127px;
}

.uw88_home_tab .leftJoy {
  top: 40px;
  right: 127px;
}

.uw88_home_tab .rightJoy {
  top: 167px;
  right: 100px;
}

.uw88_home_tab .bigglod {
  top: 340px;
  left: 383px;
  width: 71px;
}
.uw88_home_tab .smallglod {
  top: 25px;
  left: 424px;
}
.uw88_home_tab .flypan {
  top: 129px;
  left: 80px;
  width: 100px;
}
.uw88_home_tab .touzi {
  top: 295px;
  left: 160px;
  width: 46px;
}

.uw88_home_tab .leftBall {
  top: 370px;
  left: 240px;
  width: 60px;
}

.uw88_home_tab .rightBall {
  top: 70px;
  right: 77px;
  width: 50px;
}

.uw88_home_tab .fadeBall {
  top: 87px;
  left: 73px;
}

.flexRight h4.biggerFont {
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 10px;
}

.flexRight .promotion h4.biggerFont {
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 0px;
}

.cn * {
  font-weight: normal !important;
}

.snow-bg {
  content: "";
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: url("../images/huanya/uw88_float01.png"),
    url("../images/huanya/uw88_float02.png");
  animation: snow 20s linear infinite;
}

.morepromotion {
  z-index: 100;
  min-height: 65vh;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 58%;
  transition: All 0.4s ease-in-out;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  padding: 38px 40px 40px;
  top: -70vh;
  color: #fff;
  background: linear-gradient(155deg, #cdaf93 5%, #d8c2ab 30%, #e8d8c8 50%);
  z-index: 999999;
  border-radius: 15px;
  border: 1px solid #853f12;
  font-size: 14px;
}

.morepromo_details p.title {
  color: #262626;
  font-weight: 700;
}

.morepromo_details p {
  color: #575758;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}

.morepromo_details ul li {
  color: #636365;
  list-style-type: square;
  margin-left: 40px;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 6px;
}

.morepromo_details p a {
  color: #262626;
}
.qxbtn_wrapper {
  position: relative;
}
.qxbtn {
  display: block;
  text-align: center;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  color: #bea480;
  font-weight: bold;
  background: #f9f2ea;
  cursor: pointer;
}

.morepromo_wrapper {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.morepromo_list {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 20px;
}

.morepromo_list span {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  color: #414954;
  border-bottom: 1px dashed #636365;
  cursor: pointer;
}

.morepromo_list span.cur {
  color: #fff;
  font-weight: 700;
}

.morepromo_details {
  flex: 2;
  padding: 0 5px;
}

.morepromo_details div {
  display: none;
}

.morepromo_details div.active {
  -webkit-animation: gymAni4 1s forwards;
  animation: gymAni4 1s forwards;
  display: block;
}
