* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Microsoft Yahei';
  background-color: #f3f3f3;
  margin-bottom: 80px;
  /*width: 1920px;*/
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}

header {
  height: 90px;
  background-color: #ffffff;
}
nav {
  width: 1700px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.logo {
  padding-top: 10px;
}

.menu-items {
  list-style: none;
  height: 90px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.menu-items > li {
  padding-top: 30px;
  margin: 0 32px;
  display: flex;
  justify-content: center;
}
.menu-items > li > a {
  color: #707070;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease 0.2s;
}
.menu-items > li > a:hover,
.menu-items > li > a.active {
  font-weight: bold;
  color: #B52F2E;
  position: relative;
}
.menu-items > li > a.active::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 7px;
  background: #B52F2E;
  bottom: 1px;
  left: 0;
}
.menu-items > li > a > span {
  display: block;
  text-align: center;
}
.menu-items > li > a > span.menu-item-cn {
  font-size: 20px;
  font-weight: 600;
}
.menu-items > li > a > span.menu-item-en {
  font-size: 12px;
  padding-top: 10px;
}
.ad {
  /* background: url('/home/images/bg3.png') #1a1309 no-repeat 0 0;
  background-size: 100% 100%; */
  position: relative;
  width: 100%;
  height: 550px;
}
.main-bg {
  position: absolute;
  width: 100%;
  /*height: 100%;*/
  min-height: 420px;
  max-height: 550px;
  object-fit: fill;
}
.p-re {
  position: relative;
}
.game-box {
  width: 217px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100px;
}
.hd {
  position: absolute;
  top: 67px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.hd-text1 {
  width: 690px;
  height: 67px;
  margin-right: -15px;
  margin-bottom: 32px;
}
.hd-text2 {
  width: 271px;
  height: 39px;
  margin-bottom: 32px;
}
.hd-text3 {
  width: 387px;
  height: 45px;
}
.banner {
  position: absolute;
  top: 378px;
  display: flex;
  width: 100%;
  height: 335px;
}
.hot {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
  padding: 24px 10px 10px;
  width: 604px;
  height: 334px;
  background: linear-gradient( 180deg, #202020 0%, #646464 100%);
  border-radius: 8px 8px 8px 8px;
}
.hot-logo {
  position: absolute;
  top: -110px;
  left: 15px;
  width: 205px;
  height: 128px;
}
.hot-item {
  padding: 10px 6px;
  width: 278px;
  height: 298px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
}
.hot-item-cover {
  overflow: hidden;
  width: 264px;
  height: 124px;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 10px;
}
.hot-item-img {
  margin-bottom: 8px;
  width: 264px;
  height: 124px;
  transition: all 0.6s;
}
.hot-item-img:hover {
  transform: scale(1.2);
}
.hot-item-text1 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.hot-item-text2 {
  display: flex;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}
.hot-item-text2-content {
  flex: 1;
}
.hot-item-btn {
  margin: 0 auto;
  width: 220px;
  height: 32px;
  line-height: 32px;
  background: #B52F2E;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.recom {
  display: flex;
  justify-content: space-between;
}
.recom-item1-top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 32px;
  width: 288px;
  height: 162px;
  border-radius: 8px 8px 8px 8px;
  background: url('/home/images/bg_231219_2.png') no-repeat 0 0;
}
.recom-item1-top-text1 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  color: #ffe064;
}
.recom-item1-top-text2 {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.recom-item1-top-btn {
  width: 118px;
  height: 42px;
  background: url('/home/images/bg_231219_1.png') no-repeat 0 0;
  line-height: 42px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.recom-item1-bottom-img {
  width: 288px;
  height: 162px;
}
.recom-item2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  padding: 10px;
  width: 308px;
  height: 334px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
}
.recom-item2-img {
  margin-bottom: 35px;
  width: 288px;
  height: 162px;
  border-radius: 8px 8px 8px 8px;
}
.recom-item2-text1 {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.recom-item2-btn {
  margin: 0 auto;
  width: 220px;
  height: 32px;
  line-height: 32px;
  background: #B52F2E;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px 8px 8px 8px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.content {
  margin-top: 170px;
}
.content-img {
  width: 1200px;
  height: 84px;
}
.title {
  margin: 20px 0;
  text-align: center;
}
.title-img {
  width: 164px;
  height: 20px;
}
.title-text {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  vertical-align: middle;
}
.search-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  background-color: #e9e9e9;
}
.search-title {
  width: 100px;
  height: 100%;
  line-height: 50px;
  background: #2D2D2D;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.search-input {
  display: flex;
  margin-right: 10px;
}
.search-key {
  padding-left: 10px;
  width: 312px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #2D2D2D;
}
.search-btn {
  padding-top: 5px;
  width: 46px;
  height: 32px;
  background: #2D2D2D;
  border: 1px solid #2D2D2D;
  text-align: center;
  cursor: pointer;
}
.search-btn-icon {
  width: 18px;
  height: 18px;
}
.search-tags,
.search-types {
  margin-bottom: 10px;
  padding: 0 10px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}
.search-items {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.search-item {
  margin-left: 40px;
  margin-bottom: 5px;
  cursor: pointer;
}
.search-active {
  color: #771F14;
}
.list-item {
  width: 384px;
  height: 338px;
  background: #ffffff;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.24);
  border-radius: 8px 8px 8px 8px;
}
.sign {
  width: 340px;
  height: 350px;
  background: url('/home/images/sign_box2.png') no-repeat 0 0;
  position: absolute;
  top: 370px;
}
.btn-sign {
  display: none;
  background-color: #ff6600;
  color: #fff;
  font-size: 22px;
  /*font-weight: bold;*/
  padding: 3px 60px;
  text-decoration: none;
  border-radius: 30px;
  letter-spacing: 5px;
  position: absolute;
  bottom: 40px;
  left: 90px;
}
.user-center {
  position: absolute;
  width: 1350px;
  height: 280px;
  padding: 30px 60px 0 60px;
  background: url('/home/images/user_center.png') no-repeat 0 0;
  top: 440px;
  left: 380px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.user-center > .user-center-item {
  text-align: center;
  padding-top: 30px;
  width: 280px;
  margin-top: 10px;
}

.user-center > .user-center-item > h2 {
  font-weight: 600;
  font-size: 24px;
}
.summary {
  font-size: 16px;
  margin-top: 30px;
}
.user-center .btn-user-center {
  padding: 5px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #e02627;
  margin-top: 30px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #e02627;
  display: inline-block;
}
.user-center .btn-user-center:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #e02627;
}
.user-center .btn-user-center.btn-scan {
  color: #fff;
  background-color: #e02627;
  border-color: #fff;
  border-radius: 30px;
}
.user-center .btn-user-center.btn-scan:hover {
  color: red;
  background-color: #ffffff;
  border-color: red;
}
/* .search {
  margin-top: 30px;
  padding: 10px 80px 10px 30px;
  border-radius: 5px;
  background-color: #ededed;
  display: flex;
  justify-content: space-between;
} */
.switch-tab {
  width: 200px;
  display: flex;
  justify-content: space-between;
}
.switch-tab > a {
  font-size: 20px;
  font-weight: 600;
  color: #684f39;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding-bottom: 5px;
}
.switch-tab > a.active,
.switch-tab > a:hover {
  border-bottom: solid 5px #000;
  color: #000;
}
.hot-key {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hot-key > a {
  display: block;
  cursor: pointer;
  color: #382616;
  font-size: 15px;
  border: 1px solid #382616;
  padding: 5px 20px;
  margin: 0 5px;
  border-radius: 20px;
  text-decoration: none;
}
.hot-key > a:hover {
  background: #e4bebe !important;
}
.key-active {
  background: #e4bebe !important;
}
.switch-box {
  margin-top: 5px;
}
.switch-box-item {
  display: none;
}
.switch-box-item.active {
  display: block;
}
.games {
  /* display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 388px);
  grid-gap: 10px; */
}
.game-item {
  float: left;
  position: relative;
  padding: 12px;
  width: 388px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.24);
  border-radius: 8px 8px 8px 8px;
  margin-right: 18px;
  margin-bottom: 10px;
}
.game-item:nth-child(3n) {
  margin-right: 0px;
}
.game-cover {
  position: relative;
  overflow: hidden;
  width: 368px;
  height: 164px;
  border-radius: 8px 8px 8px 8px;
}
.game-image {
  width: 368px;
  height: 164px;
  border-radius: 8px 8px 8px 8px;
  transition: all 0.6s;
}
.game-image:hover {
  transform: scale(1.2);
}
.game-tag {
  position: absolute;
  top: 6px;
  left: 78%;
  width: 69px;
  height: 41px;
}
.game-tag img {
  width: 100%;
  height: 100%;
}
.game-content {
  margin: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.home-game-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-game-title .common-favator {
  width: 15px;
  height: 15px;
}
.home-game-title .favator {
  background: url('/home/images/game/my-game-bg-9.png') no-repeat;
  background-size: contain;
} 
.home-game-title .no-favator {
  background: url('/home/images/game/my-game-bg-10.png') no-repeat;
  background-size: contain;
}
.game-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.game-title a {
  color: #333333;
}
.game-type,
.game-brief {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  overflow: hidden;
}
.game-brief {
  height: 20px;
}
.game-btns {
  display: flex;
}
.game-btns a {
  flex: 1;
  display: block;
  padding-top: 4px;
  height: 32px;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #dedede;
  color: #707070;
}

.game-btns a:hover {
  background: #B52F2E;
  color: #ffffff;
}

/* .games a {
  text-decoration: none;
}
.game-item {
  width: 330px;
  border-radius: 3px;
  border: 1px solid #fff;
  overflow: hidden;
  background: #ffffff;
}

.game-cover {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.game-image {
  width: 100%;
  height: 200px;
  transition: all 0.6s;
  border: 0;
  flex-shrink: 0;
}
.game-image:hover {
  transform: scale(1.2);
}

.game-bottom {
  background-color: #fff;
  padding: 10px;
}
.game-info {
  display: flex;
  justify-content: space-between;
}
.game-title {
  font-size: 16px;
  font-weight: bold;
}
.game-title > a {
  color: #000;
}
.game-btns {
  display: flex;
  justify-content: space-between;
  text-align: right;
}
.game-ver {
  font-size: 12px;
  color: #2a2a2a;
  padding: 10px 0;
}
.game-ver > a {
  color: #2a2a2a;
}
.game-desc {
  font-size: 17px;
  color: red;
  border-top: 1px solid #ebebeb;
  padding-top: 5px;
  font-weight: 600;
}

.game-btns {
  display: flex;
  justify-content: space-between;
}
.game-fav {
  width: 28px;
  height: 28px;
  background-image: url(../images/fav1.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
.game-fav:hover {
  background-image: url(../images/fav2.png);
}
.game-gift {
  width: 28px;
  height: 28px;
  background-image: url(../images/gift0.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 10px;
}
.game-gift:hover {
  background-image: url(../images/gift1.png);
}
.game-gift-btn {
  height: 28px;
  width: 74px;
  background-image: url(../images/welfare0.png);
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  border: none;
  color: #fff;
}
.game-gift-btn:hover {
  background-image: url(../images/welfare1.png);
  cursor: pointer;
}
.game-table {
  background-color: #fff;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  font-size: 12px;
  border-collapse: collapse;
  padding: 0;
}
.game-table a {
  text-decoration: none;
  color: #000;
}
.game-table td,
.game-table th {
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.game-table th {
  background-color: #f0f0f0;
}
.game-table tr:hover td {
  background-color: #ffe999;
} */

.charge {
  color: #733d22;
  cursor: pointer;
  width: 70px;
  height: 20px;
  border: 1px solid #733d22;
  border-radius: 10px;
  display: inline-block;
  line-height: 20px;
}
footer {
  margin-top: 50px;
}

footer > .copyright {
  line-height: 30px;
  color: #707070;
  font-size: 15px;
  text-align: center;
}
footer > .copyright > p {
  margin: 10px;
}
.copyright a {
  color: #ffffff;
}
footer > .footer-logo {
  display: flex;
  justify-content: center;
}
footer > .footer-logo > .logo-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  margin: 0 15px;
  padding: 10px;
}
footer > .footer-logo > .logo-item > .logo-image {
  width: 42px;
  height: 43px;
  border: 0;
  margin-right: 10px;
}
footer > .footer-logo > .logo-item > .logo-text {
  font-size: 12px;
  color: #707070;
  display: flex;
  align-items: center;
}

.goto-top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #B52F2E;
  color: #ffc83d;
  position: fixed;
  right: 15px;
  bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.is-active > a > span {
  color: #ffee00 !important;
}
.tc {
  background-color: #f7f7f7;
  text-align: center;
  height: 100%;
  border-radius: 0 0 10px 10px;
}
.tc h1 {
  text-align: center;
  padding: 20px 0 0px;
  color: #1e2023;
  font-size: 26px;
}
.tc span {
  color: #9a9b9c;
  padding: 0 0 10px;
  font-size: 10px;
}
.tc .xy {
  color: #fd4029;
  text-decoration: underline;
}
.tcqrcode {
  width: 230px;
  height: 250px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #efe6e6;
  margin: auto;
  margin-top: 10px;
}
.qrcode {
  margin-top: 10px;
}
.tchr {
  border-bottom: 1px solid #eae8e8;
  margin: 30px 60px 20px 60px;
}
/* .search-input {
  position: relative;
} */
/* .search-key {
  background-color: transparent;
  border: 1px solid #382616;
  border-radius: 20px;
  padding: 7px 20px;
  outline: none;
  color: #382616;
}
.search-btn {
  background-color: transparent;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 2px;
  right: 10px;
  border: none;
  width: 18px;
  height: 30px;
  cursor: pointer;
} */
.game-cover:hover .game-download {
  display: inline-block;
}
.game-download {
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url(../images/download1.png);
  position: absolute;
  z-index: 999;
  top: 2px;
  left: 2px;
  display: none;
}
.game-download:hover {
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url(../images/download0.png);
  position: absolute;
  z-index: 999;
}
.yqtg {
  height: 140px;
  width: 238px;
  background: url(/home/images/tj_bg.png);
  position: relative;
  top: 0px;
  cursor: pointer;
  border-radius: 5px;
  left: 4px;
}
.roll3 {
  height: 280px;
  width: 300px;
}
.roll3 img {
  height: 90px;
  width: 290px;
  padding-top: 5px;
}
.roll3 img:hover {
  animation: ring 1.5s linear 1;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-9deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1) rotate(9deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1) rotate(-9deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-9deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1) rotate(9deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1) rotate(-9deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* 震铃 */
@-webkit-keyframes ring {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes ring {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-ms-keyframes ring {
  0% {
    -ms-transform: scale(1);
  }
  10%,
  20% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -ms-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -ms-transform: scale(1) rotate(0);
  }
}
@keyframes ring {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.layui-btn-xs {
  line-height: 21px;
}
.right-tag-new {
  background-image: url(/home/images/new.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 76px;
  height: 76px;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.right-tag-hot {
  background-image: url(/home/images/hot.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 76px;
  height: 76px;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
/* logo 扫光开始 */
.navbar-brand {
  position: relative;
  overflow: hidden;
  margin: 0px 0 0 0px;
}

.navbar-brand:before {
  content: '';
  position: absolute;
  left: -665px;
  top: -460px;
  width: 200px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: searchLights 6s ease-in 0s infinite;
  -o-animation: searchLights 6s ease-in 0s infinite;
  animation: searchLights 6s ease-in 0s infinite;
}

@-moz-keyframes searchLights {
  50% {
    left: -100px;
    top: 0;
  }

  65% {
    left: 120px;
    top: 100px;
  }
}

@keyframes searchLights {
  40% {
    left: -100px;
    top: 0;
  }

  60% {
    left: 120px;
    top: 100px;
  }

  80% {
    left: -100px;
    top: 0px;
  }
}
/* logo 扫光结束 */
/* 闪光字 */
.tophotgame {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffae12),
    to(#fb0555)
  );
  background: linear-gradient(left, #ffae12, #fb0555);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: scratchy 0.253s linear infinite forwards;
  animation: scratchy 0.253s linear infinite forwards;
}
@-webkit-keyframes scratchy {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: 0 0;
  }

  26% {
    background-position: 20px -20px;
  }

  50% {
    background-position: 20px -20px;
  }

  51% {
    background-position: 40px -40px;
  }

  75% {
    background-position: 40px -40px;
  }

  76% {
    background-position: 60px -60px;
  }

  99% {
    background-position: 60px -60px;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes scratchy {
  0% {
    background-position: 0 0;
  }

  25% {
    background-position: 0 0;
  }

  26% {
    background-position: 20px -20px;
  }

  50% {
    background-position: 20px -20px;
  }

  51% {
    background-position: 40px -40px;
  }

  75% {
    background-position: 40px -40px;
  }

  76% {
    background-position: 60px -60px;
  }

  99% {
    background-position: 60px -60px;
  }

  to {
    background-position: 0 0;
  }
}
/* 闪光字END */
/* 左侧横幅 */
.bangz_box {
  position: fixed;
  left: 0;
  top: 150px;
  z-index: 45;
  -webkit-animation: bounce-down 2s linear infinite;
}
.bangz_box1 {
  position: fixed;
  left: 0;
  top: 500px;
  z-index: 45;
  -webkit-animation: bounce-down 2s linear infinite;
}
@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

.shadows {
  background-color: transparent !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.layui-layer-title {
  border-bottom: 1px solid #f7f7f7 !important;
  background-color: #f7f7f7 !important;
  border-radius: 10px 10px 0 0 !important;
}
.layui-layer {
  border-radius: 10px 10px 10px 10px !important;
}
.layui-layer-iframe iframe {
  border-radius: 0 0 10px 10px;
}
.recom-item1-bottom {
  margin: 0 0 10px 0;
  cursor: pointer;
}

/*折扣券和抽奖礼物弹窗样式*/
.record-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 560px;
  height: 560px;
}
.record-popup .record-popup__open {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 204px;
  height: 63px;
}
.record-popup .record-popup__open-icon {
  width: 204px;
  height: 66px;
}
.recharge-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 560px;
  height: 560px;
}
.recharge-popup .recharge-popup__open {
  position: absolute;
  top: 234px;
  left: 50%;
  transform: translateX(-50%);
  width: 214px;
  height: 63px;
}
.recharge-popup .recharge-popup__open-icon {
  width: 204px;
  height: 63px;
}

.rr-common-popup__close {
  position: absolute;
  top: 3px;
  right: 3px;
}
.rr-common-popup__close-icon {
  width: 33px;
  height: 33px;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);

  padding: 90px 105px 0;
  width: 741px;
  height: 452px;
  background: url('/home/images/85@2x.png') transparent no-repeat 0 0;
  background-size: 100% 100%;
}


.popup__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.popup__title {
  margin-bottom: 17px;
  width: 389px;
  height: 43px;
}

.popup__tips {
  font-size: 10px;
  font-weight: 400;
  color: #BE7352;
}

.popup__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 21px;
}

.popup__form-item {
  display: flex;
  align-items: center;
}

.popup__form-item+.popup__form-item {
  margin-top: 16px;
}

.popup__form-label {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #DC784B;
}

.popup__form-input {
  padding-left: 12px;
  width: 250px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #D49077;
}

.popup__form-input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #D49077;
}

.popup__form-input:focus {
  outline: 1px solid #D49077;
}

.popup__btn {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup__btn-icon {
  width: 139px;
  height: 44px;
}

.popup__close {
  position: absolute;
  top: -14px;
  right: -18px;
}

.popup__close-icon {
  width: 26px;
  height: 26px;
}

.popup__tipe-primary {
  color: #FF4904;
  font-style: normal;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 77%);
  display: none;
}


/* 左侧横幅END */
/*侧边栏样式*/
.silder-wrapper {
  position: fixed;
  top: 120px;
  left: 20px;
  width: 300px;
  height: 750px;
}
.silder-wrapper .silder-wrapper-button {
  position: absolute;
  width: 236px;
  height: 76px;
  left: 33px;
}
.silder-wrapper .silder-wrapper-button-1 {
  cursor: pointer;
  bottom: 273px;
}
.silder-wrapper .silder-wrapper-button-2 {
  cursor: pointer;
  bottom: 170px;
}
.silder-wrapper .silder-wrapper-button-3 {
  cursor: pointer;
  bottom: 66px;
}

.my-game-wrapper {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.search-head .search-head-left {
  display: flex;
  align-items: center;
}
.search-head .search-head-left .search-my-game {
  background: #B52F2E;
  border-radius: 19px;
  padding: 5px 12px;
  font-size: 12px;
  color: #ffffff;
  margin-left: 16px;
  cursor: pointer;
}
.search-head .search-head-left .search-my-game img {
  width: 13px;
  height: 13px;
}
.main-bg-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 160px;
  width: 100%;
  background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #F3F3F3 100%);
}
.layui-layer-hui .layui-layer-content  {
  background-color: #333333 !important;
  border-radius: 6px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 77%);
  display: none;
}


/* 左侧横幅END */
/*侧边栏样式*/
.silder-wrapper {
  position: fixed;
  top: 120px;
  left: 20px;
  width: 300px;
  height: 750px;
}
.silder-wrapper .silder-wrapper-button {
  position: absolute;
  width: 236px;
  height: 76px;
  left: 33px;
}
.silder-wrapper .silder-wrapper-button-1 {
  cursor: pointer;
  bottom: 273px;
}
.silder-wrapper .silder-wrapper-button-2 {
  cursor: pointer;
  bottom: 170px;
}
.silder-wrapper .silder-wrapper-button-3 {
  cursor: pointer;
  bottom: 66px;
}

.my-game-wrapper {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.search-head .search-head-left {
  display: flex;
  align-items: center;
}
.search-head .search-head-left .search-my-game {
  background: #FF6F39;
  border-radius: 19px;
  padding: 5px 12px;
  font-size: 12px;
  color: #ffffff;
  margin-left: 16px;
  cursor: pointer;
}
.search-head .search-head-left .search-my-game img {
  width: 13px;
  height: 13px;
}
.bk_mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  z-index: 10000;
}
.bk_mask_content{
  width: 530px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
}

.bk_mask_C_all{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  width: 320px;
  height: 460px;
  border-radius: 10px;
  background-color: #fff;
}

.bk_mask_C_content{
  position: relative;
  z-index: 10001;
  background: url('/home/images/weekfl/yhqtx.png');
  width: 280px;
  height: 102px;
  border-radius: 8px 8px 8px 8px;
  margin: 10px auto;
}
.home-yhj-title{
  width: 115px;
  height: 21px;
  font-family: Microsoft YaHei, Microsoft YaHei, serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 0;
  text-stroke: 1px rgba(0,0,0,0);
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 1px rgba(0,0,0,0);
  position: absolute;
  top: 12px;
  left: 83px
}
.home-yhj-title span{
  justify-content: center;
  display: flex;
  line-height: 21px;
}

.home-yhj-yxq{
  width: 195px;
  height: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei, serif;
  font-weight: 400;
  font-size: 12px;
  color: #B99B8D;
  line-height: 0px;
  text-stroke: 1px rgba(0,0,0,0);
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 1px rgba(0,0,0,0);
  position: absolute;
  top: 39px;
  left: 43px
}

.home-yhj-yxq span{
  justify-content: center;
  display: flex;
  line-height: 16px;
}

.home-yuj-btn{
  width: 82px;
  height: 24px;
  position: absolute;
  top: 66px;
  left: 99px

}

.home-yuj-btn button{
  background: #FC8D41;
  border-radius: 11px 11px 11px 11px;
  border: none;
  width: 82px;
  height: 24px;
  color: #FFFFFF
}

.home-yhj-close{
  width: 21px;
  height: 21px;
  position: absolute;
  top: -17px;
  right: -17px;
  background: url(/home/images/weekfl/yhqtx.png);
}

.bk_mask_W_content{
  position: relative;
  z-index: 10004;
  background: url('/home/images/weekfl/zph.png?v=1.1');
  width: 100%;
  height: 507px;
  border-radius: 8px 8px 8px 8px;
  margin: 0 auto;
}

.bk_mask_A_content{
  position: relative;
  z-index: 10004;
  background: url('/home/images/Thursday@2x.png');
  background-size: 100%;
  width: 100%;
  height: 507px;
  border-radius: 8px 8px 8px 8px;
  margin: 0 auto;
}

.bk_mask_W_all{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10004;
  width: 801px;
  height: 507px;
  border-radius: 10px;
}

.home-zph-close{
  width: 24px;
  height: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei, serif;
  font-weight: 400;
  font-size: 12px;
  color: #B99B8D;
  line-height: 0px;
  text-stroke: 1px rgba(0,0,0,0);
  text-align: left;
  font-style: normal;
  text-transform: none;
  -webkit-text-stroke: 1px rgba(0,0,0,0);
  position: absolute;
  top: 0;
  right: 5px;
  /*background: url('/home/images/weekfl/zph-close.png?v=1.1');*/
  z-index: 10005;
}

.bk_mask_H_all{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10004;
  width: 1147px;
  height: 638px;
  border-radius: 10px;
}

.home-vip-close{
  width: 48px;
  height: 48px;
  font-family: Microsoft YaHei, Microsoft YaHei, serif;
  position: absolute;
  top: 0;
  right: 5px;
  background: transparent;
  z-index: 10005;
}
.bk_mask_H_content{
  position: relative;
  z-index: 10004;
  background: url('/activity/newyears/img/index_yd@2x.png');
  background-size: 100%;
  width: 100%;
  height: 690px;
  border-radius: 8px 8px 8px 8px;
  margin: 0 auto;
}


.bk_mask_H_all1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10004;
  width: 500px;
  height: 300px;
  border-radius: 10px;
}


.bk_mask_H_content1{
  position: relative;
  z-index: 10004;
  background:#FFFFFF;
  width: 500px;
  height: 300px;
  margin: 0 auto;
  text-align: center;
}


.home-vip-close1{
  width: 24px;
  height: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei, serif;
  position: absolute;
  top: -20px;
  right: -24px;
  background: url('/home/images/weekfl/zph-close.png?v=1.1');
  z-index: 10005;
