* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  list-style: none;
}

html {
  font-size: 19.2px;
  /*默认以设计稿为基准*/
}

@media only screen and (max-width: 1741px) {
  html {
    font-size: 17.41px;
  }
}

@media only screen and (max-width: 1440px) {
  html {
    font-size: 14.4px;
  }
}

@media only screen and (max-width: 1366px) {
  html {
    font-size: 13.66px;
  }
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 12.8px;
  }
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 10.24px;
  }
}

.app {
  width: 100%;
  min-height: 100vh;
  background-image: url('../images/background.png');
  background-size: cover;
  position: relative;
  overflow: hidden;
}



.wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 86px;
}

.header .top {
  width: 100%;
  height: 86px;
  background-color: #880303
}
.header .top .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 86px
}

.header .top .wrapper .logo {
  width: 178px;
  height: 48px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain
}

.header .top .wrapper .dateTime {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 130px;
  height: 64px
}

.header .top .wrapper .dateTime .date {
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  text-align: left
}

.header .top .wrapper .dateTime .time {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header .top .wrapper .dateTime .time span {
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  text-align: left
}

.header .top .wrapper .dateTime .time .sun {
  width: 18px;
  height: 18px;
  background: url(../images/icon_time-day.png) no-repeat;
  background-size: contain
}

.header .top .wrapper .dateTime .time .moon {
  width: 18px;
  height: 18px;
  background: url(../images/icon_time-night.png) no-repeat;
  background-size: contain
}

.header .top .wrapper .dateTime .time .languageBox {
  width: 29px;
  height: 18px
}

.header .top .wrapper .dateTime .time .languageBox img {
  width: 100%;
  height: 100%
}

.header .top .wrapper ul.menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 6px
}

.header .top .wrapper ul.menu li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 72px;
  height: 72px;
  cursor: pointer
}

.header .top .wrapper ul.menu li span {
  width: 50px;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  text-align: center
}

.header .top .wrapper ul.menu li span.img {
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
  background-repeat: no-repeat;
  background-size: contain
}

.header .top .wrapper ul.menu li span.vip {
  background-image: url(../images/menu_vip.png)
}

.header .top .wrapper ul.menu li span.gift {
  background-image: url(../images/menu_promotions.png)
}

.header .top .wrapper ul.menu li span.agent {
  background-image: url(../images/menu_agent.png)
}

.header .top .wrapper ul.menu li span.app_i {
  background-image: url(../images/menu_download.png)
}

.header .top .wrapper ul.menu li span.wallet {
  background-image: url(../images/menu_wallet.png)
}

.header .top .wrapper ul.menu li span.transfer {
  background-image: url(../images/menu_transfer.png)
}

.header .top .wrapper ul.menu li span.money {
  background-image: url(../images/menu_withdraw.png)
}

.header .top .wrapper ul.menu li a {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 45px;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none
}

.header .top .wrapper ul.menu li:hover .img {
  box-shadow: 0 0 10px 3px rgba(211,2,8,.5);
  border-radius: 6px
}

.header .top .wrapper .btnGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 272px
}

.header .top .wrapper .btnGroup button {
  width: 134px;
  height: 55px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 0;
  cursor: pointer;
  border-radius: 8px
}

.header .top .wrapper .btnGroup button.loginBtn {
  background-image: url(../images/btn_01.png)
}

.header .top .wrapper .btnGroup button.registerBtn {
  background-image: url(../images/btn_02.png)
}

.header .top .wrapper .btnGroup button:hover {
  background-position: center bottom
}

.header .top .wrapper .accountInfoMask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  opacity: .5
}

.header .top .wrapper .accountInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 3;
  width: 1000px;
  height: 680px;
  border-radius: 12px;
  transform: translate(50%,15%)
}

.header .top .wrapper .accountInfo .leftLogo {
  width: 500px;
  height: 680px;
  background: url(../images/login_popup_banner.jpg);
  border-radius: 12px 0 0 12px
}

.header .top .wrapper .accountInfo .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 500px;
  height: 680px;
  background-color: #680001;
  border-radius: 0 12px 12px 0
}

.header .top .wrapper .accountInfo .right .closeButton {
  position: absolute;
  top: 10px;
  right: 18px;
  color: gray;
  font-size: 36px;
  font-weight: 700;
  cursor: pointer
}

.header .top .wrapper .accountInfo .right .modalLogo {
  width: 130px;
  height: 32px;
  margin-top: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/logo.png)
}

.header .top .wrapper .accountInfo .right>span {
  margin-top: 39px;
  color: #fefefe;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  text-align: center
}

.header .top .wrapper .accountInfo .right form {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 88%;
  margin-top: 15px
}

.header .top .wrapper .accountInfo .right form select,.header .top .wrapper .accountInfo .right form input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0 45px;
  color: #333;
  font-family: Arial;
  font-size: 13px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 20px 20px;
  border: solid 1px #9bd1fd;
  border-radius: 5px
}

.header .top .wrapper .accountInfo .right form select.account,.header .top .wrapper .accountInfo .right form input.account {
  background-image: url(../images/input_user.png)
}

.header .top .wrapper .accountInfo .right form select.password,.header .top .wrapper .accountInfo .right form input.password {
  background-image: url(../images/input_password.png)
}

.header .top .wrapper .accountInfo .right form select.captcha,.header .top .wrapper .accountInfo .right form input.captcha {
  background-image: url(../images/input_password.png)
}

.header .top .wrapper .accountInfo .right form select::placeholder,.header .top .wrapper .accountInfo .right form input::placeholder {
  color: #4d595e
}

.header .top .wrapper .accountInfo .right form select:-moz-placeholder,.header .top .wrapper .accountInfo .right form input:-moz-placeholder {
  color: #4d595e
}

.header .top .wrapper .accountInfo .right form select::-moz-placeholder,.header .top .wrapper .accountInfo .right form input::-moz-placeholder {
  color: #4d595e
}

.header .top .wrapper .accountInfo .right form select::-webkit-input-placeholder,.header .top .wrapper .accountInfo .right form input::-webkit-input-placeholder {
  color: #4d595e
}

.header .top .wrapper .accountInfo .right form .passwordBlock {
  position: relative;
  width: 100%
}

.header .top .wrapper .accountInfo .right form .passwordBlock>input {
  padding-right: 110px
}

.header .top .wrapper .accountInfo .right form .passwordBlock>i {
  position: absolute;
  top: 15px;
  right: 92px;
  color: #000;
  cursor: pointer
}

.header .top .wrapper .accountInfo .right form select {
  color: #4d595e
}

.header .top .wrapper .accountInfo .right form .captcha {
  position: relative;
  width: 100%
}

.header .top .wrapper .accountInfo .right form .captcha img {
  position: absolute;
  top: 2px;
  right: 2px;
  width: auto;
  height: 35px
}

.header .top .wrapper .accountInfo .right form .forgetPwd {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 70px;
  right: 15px;
  color: #4d595e;
  font-size: 16px;
  cursor: pointer
}

.header .top .wrapper .accountInfo .right form .login {
  position: relative;
  width: 100%
}

.header .top .wrapper .accountInfo .right form .login button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #fff;
  background-image: linear-gradient(to top,#d30208,#f54e53);
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer
}

.header .top .wrapper .accountInfo .right form .login button:hover {
  background-image: linear-gradient(to top,rgba(211,2,8,.8),rgba(245,78,83,.8))
}

.header .top .wrapper .accountInfo .right .changeBlock {
  margin-top: 13px
}

.header .top .wrapper .accountInfo .right .changeBlock span {
  color: #e8d7d9;
  font-family: Arial;
  font-size: 15px;
  text-align: center
}

.header .top .wrapper .accountInfo .right .changeBlock span:last-child {
  color: #f4c301;
  border-bottom: 1px solid #f4c301;
  cursor: pointer
}

.header .top .wrapper .accountInfo .right .service {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 18px;
  bottom: 10px;
  height: 20px;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  cursor: pointer
}

.header .top .wrapper .accountInfo .right .service:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background-size: contain;
  background-image: url(../images/icon_cskh.png)
}

.header .top .wrapper .loginAccountInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px
}

.header .top .wrapper .loginAccountInfo .info {
  display: flex;
  align-items: center;
  width: auto;
  height: 34px;
  margin-right: 3px;
  padding: 7px 8px 7px 9px;
  background-color: #eef7ff;
  border: solid 1px #c0d0de;
  border-radius: 5px;
  box-shadow: inset 0 6px 12px rgba(190,215,239,.6)
}

.header .top .wrapper .loginAccountInfo .info .account,.header .top .wrapper .loginAccountInfo .info .balance span {
  display: inline-block;
  max-width: 8em;
  color: #680000;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.header .top .wrapper .loginAccountInfo .info .mailBox {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon_messages.png);
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer
}

.header .top .wrapper .loginAccountInfo .info .mailBox span {
  position: absolute;
  left: 80%;
  bottom: 60%;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 2px;
  color: #000;
  background: #fff47e;
  font-size: 12px;
  text-align: center;
  border-radius: 5px
}

.header .top .wrapper .loginAccountInfo .info .line {
  width: 1px;
  height: 20px;
  margin: 0 11px 0 17px;
  background-color: #a7c1db
}

.header .top .wrapper .loginAccountInfo .info .balance i {
  color: #d30208;
  cursor: pointer
}

.header .top .wrapper .loginAccountInfo .navBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 34px;
  height: 36px;
  background: url(../images/btn_03.png) no-repeat;
  background-size: contain;
  border-radius: 5px
}

.header .top .wrapper .loginAccountInfo .navBlock>i {
  color: #fff;
  font-size: 15px
}

.header .top .wrapper .loginAccountInfo .navBlock .accountNav {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  z-index: 3;
  width: 180px;
  height: -moz-max-content;
  height: max-content;
  padding: 15px 0 17px 30px;
  background-color: #242424;
  border: solid 2px #ffd200;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(6,57,127,.5)
}

.header .top .wrapper .loginAccountInfo .navBlock .accountNav ul {
  display: flex;
  flex-direction: column;
  list-style-type: disc
}

.header .top .wrapper .loginAccountInfo .navBlock .accountNav ul li {
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer
}

.header .top .wrapper .loginAccountInfo .navBlock .accountNav ul li a {
  width: 99px;
  height: 12px;
  line-height: 2;
  color: #fff;
  font-family: Arial;
  font-size: 13px;
  text-align: justify;
  -webkit-text-decoration: none;
  text-decoration: none
}

.header .top .wrapper .loginAccountInfo .navBlock .accountNav ul li:hover,.header .top .wrapper .loginAccountInfo .navBlock .accountNav ul li:hover a {
  color: #fff000
}

.header .top .wrapper .loginAccountInfo .navBlock .accountNav .signout {
  display: flex;
  align-items: center;
  position: relative;
  height: 20px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer
}

.header .top .wrapper .loginAccountInfo .navBlock .accountNav .signout>i {
  position: absolute;
  top: 1px;
  left: -22px;
  transform: rotate(180deg)
}

.header .top .wrapper .loginAccountInfo .navBlock .accountNav .signout:hover {
  color: #fff000
}

.header .top .wrapper .loginAccountInfo .navBlock:hover i {
  transform: rotate(180deg)
}

.header .top .wrapper .loginAccountInfo .navBlock:hover .accountNav {
  display: flex
}

.languageBox .subItem[data-v-3af7e88d] {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 2;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s;
}

.container {
  margin-top: 106px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.left {
  width: 18rem;
}

.left .logo {
  display: block;
  width: 12.86rem;
  margin: auto;
  margin-bottom: 1.14rem;
}

.left .list {
  width: 100%;
}

.left .list li {
  width: 100%;
  height: 7.08rem;
  background: url('../images/tab.png');
  background-size: cover;
  color: #9ba4c3;
  font-size: 18px;
  line-height: 7.08rem;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.78rem;
}

.left .list li a {
  color: #667588;
  display: block;
  height: 100%;
  width: 100%;
}

/* .left .list li:nth-of-type(1) a {
  color: #fff;
} */

/* .left .list li:nth-of-type(1) {
  background: url('../images/tabActive.png');
  background-size: cover;
  color: #fff;
} */

.left .list li:hover {
  background: url('../images/tabActive2.png');
  background-size: cover;
}

.left .list li:hover a {
  color: #fff;
}

.container .center {
  width: 36.4rem;
  height: 46.45rem;
  margin-left: 1.71rem;
}

.swiper-container {
  width: 36.4rem;
  height: 49%;
}

.center_img {
  width: 36.4rem;
  height: 49%;
}

.center_img img {
  margin-top: 2%;
  width: 100%;
  height: 100%;
}

.swiper-container img {
  width: 100%;
  height: 100%;
}

.right {
  width: 27.65rem;
  height: 46.45rem;
  margin-left: 1.66rem;
}

.right .top {
  width: 100%;
  height: 7.34rem;
  background: url('../images/bg_top.png');
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.right .top img {
  width: 26.31rem;
  margin: auto;
  display: block;
  margin-top: 1.6rem;
  cursor: pointer;
}

.right .top ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.right .top ul li {
  width: 50%;
  height: 100%;
  cursor: pointer;
}

.right .bottom {
  width: 100%;
  height: 39.11rem;
  background: rgba(255,255,255,.5);
}

.right .bottom .nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.right .bottom .nav li {
  width: 33.33%;
  text-align: center;
  margin-top: 2rem;
  cursor: pointer;
  transition: all 0.35s ease;
}

.right .bottom .nav li:hover {
  transform: translateY(-6px);
}

.right .bottom .nav li img {
  width: 5rem;
  height: 5rem;
  margin: auto;
  display: block;
  margin-bottom: 0.31rem;
}

.right .bottom .game {
  display: flex;
  flex-wrap: wrap;
}

.right .bottom .game li {
  width: 33.33%;
  text-align: center;
  margin-top: 0.78rem;
  color: #65758b;
  cursor: pointer;
  transition: all 0.35s ease;
}

.right .bottom .game li:hover {
  transform: translateY(-6px);
}

.right .bottom .game li img {
  width: 7.18rem;
  height: 7.18rem;
  display: block;
  margin: auto;
}

.service {
  position: fixed;
  bottom: 0;
  right: 0;
  width: auto;
  height: 7.91rem;
}

.service img {
  width: 6.83rem;
  height: 6.33rem;
}





.footer {
  width: 100%;
  padding-top: 21px;
  padding-bottom: 36px;
  background-color: #680000
}

.footer .top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 34px;
  border-bottom: 1px solid #d30208
}

.footer .top .footer01 {
  width: 990px;
  height: 162px;
  background: url(../images/footer/footer_logo01.png) no-repeat;
  background-size: contain
}

.footer p.text {
  width: 100%;
  height: 32px;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 32px;
  padding: 0 40px;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  text-align: center
}

.footer .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px
}

.footer .center .footer02 {
  width: 1120px;
  height: 51px;
  background: url(../images/footer/footer_logo02.png) no-repeat;
  background-size: contain
}

.footer .center>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1120px;
  margin-top: 18px
}

.footer .center>ul li {
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
  text-align: center
}

.footer ul.list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 29px
}

.footer ul.list li {
  height: 14px;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  cursor: pointer
}

.footer ul.list li+li:before {
  content: "|";
  padding: 0 30px;
  color: #fff;
  font-size: 12px
}

.footer ul.list li:hover {
  color: #ffd200
}

.footer p.suggest {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  color: #fff;
  font-family: Arial;
  font-size: 12px
}

