* {
  margin: 0;
  padding: 0;
}

body,
h2,
h3,
h4,
h5,
h6,
h7,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
  font-family: PingFang SC;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}

q:before,
q:after {
  content: "";
}

html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pt30 {
  padding-top: 0.3rem;
}

.page1 {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: calc(var(--vh) * 100);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  min-width: 7.5rem;
  display: none;
}

.page1 .ip {
  animation: scale 1s ease-in-out;
}

@keyframes scale {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.page1 div {
  width: 3.63rem;
  height: 4.66rem;
  position: relative;
}

.page1 div img {
  width: 3.63rem;
  height: 4.66rem;
}

.page1 div p {
  position: absolute;
  top: -1.7rem;
  color: #fff;
  font-size: 0.32rem;
  width: 3.75rem;
  height: 1.41rem;
  text-align: center;
  background: #282828;
  border-radius: 0.04rem;
  font-weight: 400;
  border-radius: 0.24rem;
  color: #f9faf9;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page1 div p span {
  display: inline-block;
}

.page1 div p:before {
  content: "";
  position: absolute;
  bottom: -0.12rem;
  left: 2.8rem;
  width: 0;
  height: 0;
  transform: rotate(45deg);
  border-style: solid;
  border-width: 0.12rem;
  border-color: #282828;
}

.br50 {
  border-radius: 50%;
}

.page_main::-webkit-scrollbar {
  display: none;
}

.big::-webkit-scrollbar {
  display: none;
}

.page_main_hidden {
  overflow: hidden;
}

.page_main {
  color: #e2e2e2;
  width: 100%;
  min-width: 7.5rem;
  height: calc(var(--vh) * 100);
  font-size: 0.24rem;
}

.page_main .big {
  height: calc(var(--vh) * 100);
  top: 0rem;
  transition: 0.5s ease;
  position: relative;
}

.page_main .big .mouse-container {
  position: fixed;
  bottom: 0.8rem;
  right: 0.5rem;
  z-index: 5;
}

.page_main .big .mouse-container .mouse-bg {
  width: 0.38rem;
  height: 0.56rem;
}

.page_main .big .mouse-container .mouse-roller {
  position: absolute;
  animation: mymove-mouse 1s infinite;
}

@keyframes mymove-mouse {
  from {
    top: 0px;
  }

  to {
    bottom: 0.01rem;
  }
}

@-webkit-keyframes mymove-mouse {
  from {
    top: 0px;
  }

  to {
    bottom: 0.01rem;
  }
}

.page_main .big .main {
  width: 100%;
  position: relative;
  height: calc(var(--vh) * 100);
}

.page_main .big .main video {
  height: auto;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}

.page_main .big .main .audio {
  position: absolute;
  top: 1.2rem;
  right: 0.3rem;
}

.page_main .big .main .audio img {
  width: 0.36rem;
  height: 0.36rem;
}

.page_main .big .main .home {
  width: 100%;
  height: calc(var(--vh) * 100);
  position: absolute;
  top: 0rem;
  left: 0;
}

.page_main .big .main .home .start {
  position: absolute;
}

.page_main .big .main .home .start img {
  width: 100%;
  height: calc(var(--vh) * 100);
}

.page_main .big .main .home .up_img {
  width: 0.35rem;
  height: 0.39rem;
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  margin-left: -0.175rem;
  animation: mymove-mouse 1.5s infinite;
}

@keyframes mymove-mouse {
  0% {
    bottom: 0.1rem;
  }

  50% {
    bottom: 0.2rem;
  }

  100% {
    bottom: 0.1rem;
  }
}

@-webkit-keyframes mymove-mouse {
  0% {
    bottom: 0.1rem;
  }

  50% {
    bottom: 0.2rem;
  }

  100% {
    bottom: 0.1rem;
  }
}

.page_main .big .main .home .download {
  position: absolute;
  /* bottom: 1rem; */
  bottom: 0.5rem;
  width: 6.1rem;
  height: 3.8rem;
  margin-left: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border-radius: 0.2rem;
  flex-wrap: wrap;
}

.page_main .big .main .home .download .dr {
  width: 0.03rem;
  height: 0.25rem;
}

.page_main .big .main .home .download .item {
  /* background: rgba(33, 33, 33, 0.68); */
  /* border: 1px solid #7c7c7c; */
  background: rgb(0 0 0 / 50%);
  width: 3.75rem;
  height: 1rem;
  /* border-radius: 0.15rem; */
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.2rem;
  cursor: pointer;
  position: relative;
}

.page_main .big .main .home .download .item .icon {
  margin-left: 0.84rem;
  width: 0.48rem;
  height: 0.48rem;
}

.page_main .big .main .home .download .item h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.3rem;
  margin-left: 0.2rem;
  font-weight: 400;
  color: #cccccc;
}

.page_main .big .main .home .download .item h1 p {
  margin-top: -0.06rem;
}

.page_main .big .main .home .download .item h1 span {
  font-size: 0.16rem;
  font-family: Verdana;
  font-weight: 400;
  color: rgba(193, 193, 193, 0.8);
}

.page_main .big .main .home .download .item div {
  display: none;
  width: 1.92rem;
  height: 1.92rem;
  padding: 0.12rem;
  background: #ffffff;
  border-radius: 0.1rem;
  position: absolute;
  left: 0.1rem;
  top: 0.8rem;
}

.page_main .big .main .home .download .item div img {
  width: 100% !important;
  height: 100% !important;
}

.page_main .big .main .home .download .item div:after {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: -0.1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.13rem 0.13rem 0.13rem;
  border-color: transparent transparent #fff transparent;
}

.page_main .big .content {
  width: 100%;
  height: calc(var(--vh) * 100);
}

.page_main .big .content .right::-webkit-scrollbar {
  display: none;
}

.page_main .big .content .right {
  width: 100%;
  height: calc(var(--vh) * 100);
  overflow: auto;
  position: absolute;
  background-image: url("../../assets/img/bg.gif");
  background-repeat: repeat;
}

.page_main .big .content .right .btok_chat {
  display: flex;
  flex-direction: row;
  width: 6.7rem;
}

.page_main .big .content .right .btok_chat img {
  width: 0.84rem;
  height: 0.84rem;
}

.page_main .big .content .right .btok_chat div {
  width: 3.76rem;
  height: 0.92rem;
  background: #212121;
  border-radius: 0.2rem 0.2rem 0.2rem 0;
  margin-left: 0.1rem;
  position: relative;
}

.page_main .big .content .right .btok_chat div p {
  display: none;
  font-size: 0.32rem;
  font-weight: 500;
  color: #cccccc;
  position: absolute;
  left: 0.2rem;
  top: 0.1rem;
}

.page_main .big .content .right .btok_chat div span {
  display: none;
  position: absolute;
  bottom: 0.1rem;
  right: 0.2rem;
  font-weight: 300;
  color: #c6c6c6;
  font-size: 0.18rem;
}

.page_main .big .content .right .btok_chat div .msg-left {
  position: absolute;
  bottom: 0;
  width: 0.21rem;
  height: 0.39rem;
  left: -0.21rem;
}

.page_main .big .content .right .contact {
  display: none;
  width: 100%;
  height: calc(var(--vh) * 100);
  padding-left: 0.4rem;
  box-sizing: border-box;
  padding-top: 1.5rem;
  position: relative;
}

.page_main .big .content .right .contact .drop {
  width: 6.7rem;
  min-height: 4rem;
  padding: 0.3rem;
  box-sizing: border-box;
  background: #212121;
  border-radius: 0.2rem;
  margin-top: 1rem;
  position: relative;
}

.page_main .big .content .right .contact .drop p {
  width: 6rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #cccccc;
  font-size: 0.26rem;
}

.page_main .big .content .right .contact .drop p:nth-of-type(1) {
  font-size: 0.32rem;
  font-weight: 500;
}

.page_main .big .content .right .contact .drop p:nth-of-type(2) {
  padding-top: 0.2rem;
}

.page_main .big .content .right .contact .drop p:nth-of-type(6) {
  width: 3rem;
  font-size: 0.28rem;
  margin-bottom: 1rem;
}

.page_main .big .content .right .contact .drop span {
  font-size: 0.18rem;
  font-weight: 300;
  color: #c6c6c6;
}

.page_main .big .content .right .contact .drop img {
  width: 3.22rem;
  height: 2.54rem;
  position: absolute;
  right: -0.3rem;
  bottom: 0;
}

.page_main .big .content .right .contact .drop .did {
  width: 4.8rem;
  height: 3.3rem;
  right: 0;
  bottom: 0;
}

.page_main .big .content .right .contact .footer {
  width: 6.4rem;
  height: 4rem;
  background: #212121;
  border-radius: 0.2rem 0.2rem 0 0.2rem;
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  padding-left: 0.3rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.page_main .big .content .right .contact .footer .icon-list {
  margin-bottom: 0.8rem;
  display: flex;
  flex-direction: row;
  margin-top: 0.1rem;
}

.page_main .big .content .right .contact .footer .icon-list img {
  margin-right: 0.6rem;
  width: 0.45rem;
  height: 0.45rem;
}

.page_main .big .content .right .contact .footer .msg-right {
  width: 0.21rem;
  height: 0.47rem;
  position: absolute;
  bottom: -0.01rem;
  right: -0.18rem;
}

.page_main .big .content .right .contact .footer .title {
  font-size: 0.32rem;
  font-weight: 500;
  color: #cccccc;
}

.page_main .big .content .right .contact .footer .item {
  display: flex;
  flex-direction: column;
  margin-top: 0.3rem;
  color: #cccccc;
}

.page_main .big .content .right .contact .footer .item div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.2rem;
}

.page_main .big .content .right .contact .footer .item img:nth-of-type(1) {
  width: 0.3rem;
  height: 0.3rem;
}

.page_main .big .content .right .contact .footer .item span {
  margin-left: 0.1rem;
  font-size: 0.24rem;
  color: #cccccc;
  cursor: pointer;
}

.page_main .big .content .right .contact .footer .item img:nth-of-type(2) {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  width: 0.01rem;
  height: 0.2rem;
}

.page_main .big .content .right .contact .footer .item img:nth-of-type(3) {
  width: 0.3rem;
  height: 0.3rem;
}

.page_main .big .content .right .contact .footer .item img:nth-of-type(4) {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  width: 0.01rem;
  height: 0.2rem;
}

.page_main .big .content .right .contact .footer .item img:nth-of-type(5) {
  width: 0.3rem;
  height: 0.3rem;
}

.page_main .big .content .right .contact .footer .item img:nth-of-type(6) {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  width: 0.01rem;
  height: 0.2rem;
}

.page_main .big .content .right .contact .footer .item img:nth-of-type(7) {
  width: 0.21rem;
  height: 0.21rem;
}

.page_main .big .content .right .contact .footer .footer_tx {
  position: absolute;
  bottom: 0.2rem;
  font-size: 0.18rem;
  font-weight: 300;
  color: #c6c6c6;
}

.page_main .big .content .right .contact .footer .monkey {
  display: none;
  width: 1.6rem;
  height: 3.32rem;
  position: absolute;
  overflow: hidden;
  top: 2.2rem;
  left: 5.5rem;
}

.page_main .big .content .right .contact .footer .monkey img {
  width: 1.89rem;
}

.page_main .big .content .right .contact .download {
  display: none;
  width: 6.1rem;
  height: 1.2rem;
  background: rgba(33, 33, 33, 0.68);
  border: 0.01rem solid #9a9a9a;
  margin-bottom: 0.2rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border-radius: 0.2rem;
}

.page_main .big .content .right .contact .download .dr {
  width: 0.03rem;
  height: 0.25rem;
}

.page_main .big .content .right .contact .download .item {
  height: 1.2rem;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.page_main .big .content .right .contact .download .item .icon {
  width: 0.39rem;
  height: 0.47rem;
}

.page_main .big .content .right .contact .download .item h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.32rem;
  margin-left: 0.12rem;
  font-weight: 400;
  color: #ededed;
}

.page_main .big .content .right .contact .download .item h1 p {
  margin-top: -0.06rem;
}

.page_main .big .content .right .contact .download .item div {
  display: none;
  width: 1.92rem;
  height: 1.92rem;
  padding: 0.12rem;
  background: #ffffff;
  border-radius: 0.1rem;
  position: absolute;
  left: 0.1rem;
  top: 0.8rem;
}

.page_main .big .content .right .contact .download .item div img {
  width: 100% !important;
  height: 100% !important;
}

.page_main .big .content .right .contact .download .item div:after {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: -0.1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.13rem 0.13rem 0.13rem;
  border-color: transparent transparent #fff transparent;
}

.page_main .big .content .right .security {
  display: none;
  width: 100%;
  height: calc(var(--vh) * 100);
  padding-left: 0.4rem;
  box-sizing: border-box;
  padding-top: 1.5rem;
  position: relative;
}

.page_main .big .content .right .security .btok_chat {
  display: flex;
  flex-direction: row;
  width: 6.7rem;
}

.page_main .big .content .right .security .btok_chat img {
  width: 0.84rem;
  height: 0.84rem;
}

.page_main .big .content .right .security .btok_chat div {
  width: 4.2rem;
  height: 0.92rem;
  background: #212121;
  border-radius: 0.2rem 0.2rem 0.2rem 0;
  position: relative;
}

.page_main .big .content .right .security .btok_chat div p {
  font-size: 0.32rem;
  color: #cccccc;
  position: absolute;
  left: 0.2rem;
  /* top: 0.1rem; */
  top: 0;
}

.page_main .big .content .right .security .btok_chat div span {
  position: absolute;
  bottom: 0.1rem;
  right: 0.2rem;
  font-weight: 300;
  font-size: 0.18rem;
  color: #c6c6c6;
}

.page_main .big .content .right .security .btok_chat div .msg-left {
  position: absolute;
  bottom: 0;
  width: 0.21rem;
  height: 0.39rem;
  left: -0.21rem;
}

.page_main .big .content .right .security .drop {
  width: 6.7rem;
  min-height: 4rem;
  background: #212121;
  border-radius: 0.2rem;
  margin-top: 0.8rem;
  padding: 0.3rem;
  box-sizing: border-box;
  position: relative;
}

.page_main .big .content .right .security .drop p:nth-of-type(1) {
  font-size: 0.32rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #cccccc;
}

.page_main .big .content .right .security .drop p:nth-of-type(2) {
  width: 3.15rem;
  padding-top: 0.3rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #cccccc;
  margin-bottom: 0.5rem;
}

.page_main .big .content .right .security .drop p:nth-of-type(3) {
  font-size: 0.14rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #cccccc;
}

.page_main .big .content .right .security .drop p:nth-of-type(4) {
  padding-top: 0.3rem;
  font-size: 0.2rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #cccccc;
}

.page_main .big .content .right .security .drop span {
  font-size: 0.18rem;
  padding-top: 0.8rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #c6c6c6;
}

.page_main .big .content .right .security .drop img {
  width: 2.82rem;
  height: 3.04rem;
  position: absolute;
  right: -0.2rem;
  bottom: -0.3rem;
}

.page_main .big .content .right .security .drop .did {
  width: 4.8rem;
  height: 3.3rem;
  right: 0;
  bottom: 0;
}

.page_main .big .content .right .security .dialogue {
  width: 6.7rem;
  height: 4.6rem;
  background: #212121;
  border-radius: 0.2rem 0.2rem 0 0.2rem;
  margin-top: 0.5rem;
  position: relative;
}

.page_main .big .content .right .security .dialogue .msg-right {
  width: 0.21rem;
  height: 0.47rem;
  position: absolute;
  bottom: -0.01rem;
  right: -0.18rem;
}

.page_main .big .content .right .security .dialogue .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0.2rem;
  height: 4rem;
  padding-bottom: 0.8rem;
}

.page_main .big .content .right .security .dialogue .row .img_box {
  width: 3.3rem;
  height: 3.3rem;
  position: relative;
}

.page_main .big .content .right .security .dialogue .row .img_box img {
  width: 3.1rem;
  height: 3.28rem;
}

.page_main .big .content .right .security .dialogue .row .img_box div {
  width: 2.7rem;
  margin-left: 0.15rem;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.page_main .big .content .right .security .dialogue .row .img_box div div {
  position: absolute;
  top: 2.4rem;
  width: 2.8rem;
  left: -0.15rem;
  height: 0.9rem;
  background: #fff;
  text-align: center;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.8;
  transition: transform 0.3s;
}

.page_main .big .content .right .security .dialogue .row .img_box div div span {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-size: 0.22rem;
  font-weight: 500;
  margin-top: 0.2rem;
  color: #505050;
}

.page_main .big .content .right .security .dialogue .row .img_box div div i {
  display: block;
  width: 2.2rem;
  font-style: normal;
  margin-top: 0.1rem;
  font-size: 0.14rem;
  font-weight: 300;
  color: #505050;
  font-family: PingFang SC;
}

.page_main .big .content .right .security .dialogue .footer {
  left: 0.3rem;
  font-size: 0.18rem;
  padding-top: 0.8rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #c6c6c6;
  position: absolute;
  bottom: 0.2rem;
}

.page_main .big .content .right .security .dialogue .monkey {
  display: none;
  width: 1.6rem;
  height: 3.32rem;
  position: absolute;
  overflow: hidden;
  top: 2.4rem;
  left: 5.5rem;
}

.page_main .big .content .right .security .dialogue .monkey img {
  width: 1.89rem;
}

.page_main .big .content .right .home_right {
  display: none;
  width: 100%;
  padding-left: 0.4rem;
  box-sizing: border-box;
  padding-top: 1.5rem;
  position: relative;
}

.page_main .big .content .right .home_right .drop {
  width: 6.7rem;
  background: #212121;
  border-radius: 0.2rem;
  margin-top: 0.5rem;
  padding: 0.3rem;
  box-sizing: border-box;
  position: relative;
}

.page_main .big .content .right .home_right .drop img {
  position: absolute;
  right: 0;
  height: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
}

.page_main .big .content .right .home_right .drop p {
  font-weight: 300;
  position: relative;
  /* z-index: 100; */
  width: 3.8rem;
}
.page_main .big .content .right .home_right .drop .drop-title {
  font-weight: bold;
}

.page_main .big .content .right .home_right .drop span {
  font-size: 0.18rem;
  padding-top: 0.5rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #c6c6c6;
}

.page_main .big .content .right .home_right .partner {
  width: 6.7rem;
  height: 7rem;
  background: #212121;
  border-radius: 0.2rem 0.2rem 0rem 0.2rem;
  color: #cccccc;
  margin-top: 0.3rem;
  position: relative;
  border-radius: 0.2rem;
}

.page_main .big .content .right .home_right .partner .msg-right {
  width: 0.21rem;
  height: 0.47rem;
  position: absolute;
  bottom: -0.01rem;
  right: -0.18rem;
}

.page_main .big .content .right .home_right .partner .before {
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  width: 0.24rem;
  height: 0.57rem;
  cursor: pointer;
}

.page_main .big .content .right .home_right .partner .after {
  position: absolute;
  top: 3rem;
  right: 0.1rem;
  width: 0.24rem;
  height: 0.57rem;
  cursor: pointer;
}

.page_main .big .content .right .home_right .partner .partner_tx {
  margin-left: 0.3rem;
  margin-top: 0.3rem;
  font-size: 0.32rem;
  font-weight: 500;
  display: inline-block;
}

.page_main .big .content .right .home_right .partner span {
  left: 0.5rem;
  font-size: 0.18rem;
  position: absolute;
  bottom: 0.3rem;
  font-weight: 300;
  color: #c6c6c6;
}

.page_main .big .content .right .home_right .partner .swiper {
  width: 5.7rem;
  height: 5rem;
  margin-top: 0.3rem;
  /* margin-left: 0.55rem; */
  margin-bottom: 0.7rem;
}

.page_main .big .content .right .home_right .partner .swiper .swiper-slide {
  flex-wrap: wrap;
  height: 5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
}

.page_main .big .content .right .home_right .partner .swiper .swiper-slide .box {
  /* margin: 0; */
  width: calc(33.33% - 0.15rem);
  box-sizing: border-box;
  /* flex-grow: 1; */
  flex-shrink: 0;
  height: 1.1rem;
  background: #0b0c0d;
  border: 1px solid #464646;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.05rem;
  transition: transform 0.3s;
}

.mr0 {
  /* margin-right: 0 !important; */
}

.page_main .big .content .right .home_right .partner .swiper .swiper-slide .box img {
  width: 1.5rem;
}

.page_main .big .content .right .home_right .partner .swiper .swiper-slide .box.bybit img {
  width: 0.9rem;
}

.page_main .big .content .right .home_right .partner .swiper .swiper-slide .box.bingo img {
  width: 1rem;
}
.page_main .big .content .right .home_right .partner .swiper .swiper-slide .box.openad img {
  width: 1.5rem;
}

.page_main .big .content .right .home_right .partner .partner_box {
  overflow: auto;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

.page_main .big .content .right .home_right .partner .partner_box .soller_box .box:hover {
  transition: all 300ms ease;
  transform: scale(1.1);
}

.page_main .big .content .right .home_right .partner .monkey {
  width: 2.1rem;
  height: 4.4rem;
  position: absolute;
  overflow: hidden;
  top: 3.4rem;
  left: 10rem;
}

.page_main .big .content .right .home_right .partner .monkey img {
  width: 2.79rem;
  height: 4.47rem;
}

.page_main .big .content .right .home_right .btok_chat {
  display: flex;
  flex-direction: row;
  width: 6.7rem;
}

.page_main .big .content .right .home_right .btok_chat img {
  width: 0.84rem;
  height: 0.84rem;
}

.page_main .big .content .right .home_right .btok_chat div {
  width: 3.76rem;
  height: 0.92rem;
  background: #212121;
  border-radius: 0.2rem 0.2rem 0.2rem 0;
  margin-left: 0.1rem;
  position: relative;
}

.page_main .big .content .right .home_right .btok_chat div p {
  font-size: 0.32rem;
  font-weight: 500;
  color: #cccccc;
  position: absolute;
  left: 0.2rem;
  top: 0.1rem;
}

.page_main .big .content .right .home_right .btok_chat div span {
  position: absolute;
  bottom: 0.1rem;
  right: 0.2rem;
  font-weight: 300;
  font-size: 0.18rem;
  color: #c6c6c6;
}

.page_main .big .content .right .home_right .btok_chat div .msg-left {
  position: absolute;
  bottom: 0;
  width: 0.21rem;
  height: 0.39rem;
  left: -0.21rem;
}

.page_main .big .content .right .home_right .divider {
  width: 100%;
  width: 7.5rem;
  height: 0.12rem;
  margin-left: -0.4rem;
  background: #ffa200;
  margin-top: 0.6rem;
}

.page_main .big .content .right .home_right .divider p {
  width: 100%;
  width: 7.5rem;
  height: 0.12rem;
  margin-left: -0.4rem;
}

.page_main .big .content .right .home_right .monkey_chat {
  position: relative;
  margin-top: 0.8rem;
}

.page_main .big .content .right .home_right .monkey_chat .msg-right {
  width: 0.21rem;
  height: 0.47rem;
  position: absolute;
  bottom: -0.01rem;
  right: -0.18rem;
}

.page_main .big .content .right .home_right .monkey_chat .chat {
  width: 6.7rem;
  min-height: 7rem;
  background: #212121;
  border-radius: 0.2rem 0.2rem 0rem 0.2rem;
  position: relative;
}

.page_main .big .content .right .home_right .monkey_chat .chat p {
  padding-left: 0.3rem;
  font-size: 0.28rem;
  width: 6.1rem;
  color: #cccccc;
}

.page_main .big .content .right .home_right .monkey_chat .chat p:nth-of-type(1) {
  padding-top: 0.2rem;
}

.page_main .big .content .right .home_right .monkey_chat .chat p:nth-of-type(4) {
  padding-top: 0.3rem;
  padding-left: 0.3rem;
  padding-bottom: 0.3rem;
  font-weight: 600;
  color: #ffb800;
}

.page_main .big .content .right .home_right .monkey_chat .chat .num {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 0.3rem;
  padding-left: 0.3rem;
}

.page_main .big .content .right .home_right .monkey_chat .chat .num div {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3rem;
  position: relative;
}

.page_main .big .content .right .home_right .monkey_chat .chat .num div .digital1:after {
  content: "+";
  position: absolute;
  font-size: 0.59rem;
  top: -0.3rem;
  font-weight: bold;
  color: #f9bc00;
}

.page_main .big .content .right .home_right .monkey_chat .chat .num div .digital2:after {
  content: "+";
  position: absolute;
  font-size: 0.59rem;
  top: -0.3rem;
  font-weight: bold;
  color: #f9bc00;
}

.page_main .big .content .right .home_right .monkey_chat .chat .num div span:nth-of-type(2) {
  font-size: 0.87rem;
  font-weight: bold;
  color: #f9bc00;
  position: relative;
}

.page_main .big .content .right .home_right .monkey_chat .chat .num div span:nth-of-type(1) {
  font-size: 0.3rem;
  font-weight: normal;
  color: #f9bc00;
}

.page_main .big .content .right .home_right .monkey_chat .chat .num div span:nth-of-type(3) {
  position: absolute;
  right: 1.5rem;
  top: 0.3rem;
  font-size: 0.59rem;
  font-weight: 400;
  color: #f9bc00;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.page_main .big .content .right .home_right .monkey_chat .chat h1 {
  margin-left: 0.3rem;
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #c6c6c6;
}

.page_main .big .content .right .home_right .monkey_chat .monkey {
  width: 1.6rem;
  height: 3.32rem;
  position: absolute;
  overflow: hidden;
  bottom: -1rem;
  left: 5.5rem;
  display: none;
}

.page_main .big .content .right .home_right .monkey_chat .monkey img {
  width: 1.89rem;
}

.page_main .big .content .right .home_right .news_box {
  margin-top: 0.7rem;
  width: 6.1rem;
  height: 4.7rem;
  background: #212121;
  border-radius: 0.2rem;
  padding: 0.3rem;
  position: relative;
}

.page_main .big .content .right .home_right .news_box .msg-right {
  width: 0.21rem;
  height: 0.47rem;
  position: absolute;
  bottom: -0.01rem;
  right: -0.18rem;
}

.page_main .big .content .right .home_right .news_box .swiper {
  width: 100%;
  height: 100%;
}

.page_main .big .content .right .home_right .news_box .swiper .swiper-slide {
  width: 5.8rem;
  height: 4.3rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.05rem;
}

.page_main .big .content .right .home_right .news_box .swiper .swiper-slide img {
  width: 100%;
  height: 3.3rem;
  background: #c8c8c8;
}

.page_main .big .content .right .home_right .news_box .swiper .swiper-slide p {
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #cccccc;
}

.page_main .big .content .right .home_right .news_box span {
  position: absolute;
  bottom: 0.2rem;
  left: 0.3rem;
  font-weight: 300;
  font-size: 0.18rem;
}

.page_main .big .content .right .home_right .news_box .monkey {
  display: block;
  width: 1.6rem;
  height: 3.32rem;
  position: absolute;
  overflow: hidden;
  top: 3rem;
  left: 9.5rem;
}

.page_main .big .content .right .home_right .news_box .monkey img {
  width: 1.89rem;
}

.page_main .big .content .right .home_right .footer {
  width: 6.4rem;
  background: #212121;
  border-radius: 0.2rem 0.2rem 0 0.2rem;
  margin-top: 0.3rem;
  padding-top: 0.3rem;
  padding-left: 0.3rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.page_main .big .content .right .home_right .footer .icon-list {
  margin-bottom: 0.8rem;
  display: flex;
  flex-direction: row;
  margin-top: 0.1rem;
}

.page_main .big .content .right .home_right .footer .icon-list img {
  margin-right: 0.6rem;
  width: 0.45rem;
  height: 0.45rem;
}

.page_main .big .content .right .home_right .footer .msg-right {
  width: 0.21rem;
  height: 0.47rem;
  position: absolute;
  bottom: -0.01rem;
  right: -0.18rem;
}

.page_main .big .content .right .home_right .footer .title {
  font-size: 0.32rem;
  font-weight: 500;
  color: #cccccc;
}

.page_main .big .content .right .home_right .footer .item {
  display: flex;
  flex-direction: column;
  margin-top: 0.3rem;
}

.page_main .big .content .right .home_right .footer .item div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.2rem;
}

.page_main .big .content .right .home_right .footer .item img:nth-of-type(1) {
  width: 0.3rem;
  height: 0.3rem;
}

.page_main .big .content .right .home_right .footer .item span {
  margin-left: 0.1rem;
  font-size: 0.24rem;
  color: #cccccc;
  cursor: pointer;
}

.page_main .big .content .right .home_right .footer .item img:nth-of-type(2) {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  width: 0.01rem;
  height: 0.2rem;
}

.page_main .big .content .right .home_right .footer .item img:nth-of-type(3) {
  width: 0.3rem;
  height: 0.3rem;
}

.page_main .big .content .right .home_right .footer .item img:nth-of-type(4) {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  width: 0.01rem;
  height: 0.2rem;
}

.page_main .big .content .right .home_right .footer .item img:nth-of-type(5) {
  width: 0.3rem;
  height: 0.3rem;
}

.page_main .big .content .right .home_right .footer .item img:nth-of-type(6) {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  width: 0.01rem;
  height: 0.2rem;
}

.page_main .big .content .right .home_right .footer .item img:nth-of-type(7) {
  width: 0.21rem;
  height: 0.21rem;
}

.page_main .big .content .right .home_right .footer .footer_tx {
  position: absolute;
  bottom: 0.2rem;
  font-size: 0.18rem;
  font-weight: 300;
  color: #c6c6c6;
}

.page_main .big .content .right .home_right .footer .monkey {
  width: 1.6rem;
  height: 2.9rem;
  position: absolute;
  overflow: hidden;
  top: 2.6rem;
  left: 5.5rem;
}

.page_main .big .content .right .home_right .footer .monkey img {
  width: 1.89rem;
}

.page_main .big .content .anim_translatex {
  display: block !important;
  animation: transx 0.5s ease;
}

.page_main .big .content .anim_scroll {
  display: block !important;
  animation: scroll 0.5s ease;
}

.page_main .big .content .anim_scroll1 {
  display: flex !important;
  animation: scroll 0.5s ease;
}

@keyframes transx {
  0% {
    transform: translateX(1rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes scroll {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.page_main .download_anim_open {
  animation: up 0.5s ease;
}

.page_main .download_anim_close {
  animation: down 0.5s ease;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-3.2rem);
  }
}

@keyframes down {
  0% {
    transform: translateY(-3.2rem);
  }

  100% {
    transform: translateY(0);
  }
}

.page_main .cookie {
  display: none;
  position: fixed;
  z-index: 1000;
  height: 3.2rem;
  width: 100%;
  background: rgba(33, 33, 33, 0.9);
  flex-direction: column;
  align-items: center;
  bottom: 0rem;
  left: 0;
}

.page_main .cookie p {
  margin-top: 0.6rem;
  width: 6.1rem;
  font-size: 0.25rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #fff;
}

.page_main .cookie h1 {
  width: 2.1rem;
  height: 0.8rem;
  background: #ffc41a;
  box-shadow: 0 0.05rem 0.06rem 0 rgba(203, 129, 13, 0.13);
  border-radius: 0.1rem;
  font-size: 0.28rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #0b0d0e;
  text-align: center;
  margin-top: 0.5rem;
  line-height: 0.8rem;
  cursor: pointer;
}

.page_main .cookie img {
  width: 0.27rem;
  height: 0.27rem;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  cursor: pointer;
}

.page_main .head {
  width: 100%;
  height: 0.9rem;
  background: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
}

.page_main .head img:nth-of-type(1) {
  margin-left: 0.5rem;
  width: 0.47rem;
  height: 0.47rem;
}

.page_main .head img:nth-of-type(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.25rem;
  margin-left: -0.44rem;
  width: 0.4rem;
  height: 0.45rem;
}

.page_main .head img:nth-of-type(3) {
  margin-left: 0.12rem;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.59rem;
  margin-top: -0.13rem;
  height: 0.24rem;
}

.page_main .head img:nth-of-type(4) {
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -0.1rem;
  width: 0.25rem;
  height: 0.21rem;
  cursor: pointer;
}

.page_main .head img:nth-of-type(5) {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-top: -0.1rem;
  width: 0.25rem;
  height: 0.21rem;
  cursor: pointer;
}

.page_main .head img:nth-of-type(6) {
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -0.1rem;
  width: 0.25rem;
  height: 0.21rem;
  cursor: pointer;
}

.page_main .anim_menu_on {
  animation: menu-icon-on 0.3s ease;
}

.page_main .anim_menu_off {
  animation: menu-icon-off 0.3s ease;
}

@keyframes menu-icon-on {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes menu-icon-off {
  0% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes cookie-open {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.page_main .cookie_anim_open {
  display: flex;
  animation: cookie-open 0.5s ease;
}

.page_main .cookie_anim_close {
  animation: cookie-close 0.5s ease;
}

@keyframes cookie-open {
  0% {
    transform: translateY(5rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes cookie-close {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(5rem);
    opacity: 0;
  }
}

.page_main .menu_anim_close {
  animation: menu-off 0.5s ease;
}

.page_main .menu_anim {
  animation: menu 0.5s ease;
}

@keyframes menu {
  0% {
    transform: translateX(-7.5rem);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes menu-off {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-7.5rem);
  }
}

.page_main .left75 {
  transform: translateX(-7.5rem);
}

.page_main .left {
  top: 0.9rem;
  left: 0;
  width: 7.5rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: block;
  position: fixed;
  z-index: 10;
}

.page_main .left .click {
  background: linear-gradient(-90deg, #c08d02, #925601);
}

.page_main .left .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 1.2rem;
  width: 7.5rem;
  position: relative;
  cursor: pointer;
}

.page_main .left .item img:nth-of-type(1) {
  margin-left: 0.6rem;
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 50%;
}

.page_main .left .item div {
  display: flex;
  margin-left: 0.12rem;
  flex-direction: column;
  justify-content: center;
}

.page_main .left .item div h1 {
  font-size: 0.32rem;
  font-weight: 400;
}

.page_main .left .item div span {
  margin-top: 0.07rem;
  font-size: 0.16rem;
  color: #c6c6c6;
  font-weight: 300;
}

.page_main .left .item img:nth-of-type(2) {
  position: absolute;
  right: 0.12rem;
  top: 50%;
  margin-top: -0.065rem;
  width: 0.24rem;
  height: 0.2rem;
}

.page2 {
  color: #fff;
  width: 100%;
  height: calc(var(--vh) * 100);
  position: fixed;
  z-index: 99;
  min-width: 7.5rem;
  display: none;
}

.page2 .logo-img {
  display: block;
  position: fixed;
  z-index: 99999999;
  left: 0.5rem;
  top: 0.2rem;
  width: 1.31rem;
  height: 0.55rem;
}

.page2 .blink {
  position: absolute;
  width: 100%;
  bottom: 2.3rem;
  text-align: center;
  font-size: 0.32rem;
  animation: 0.8s blink infinite;
}

.page2 .btn_enter {
  width: 1.87rem;
  height: 0.68rem;
  border: 0.01rem solid #ffffff;
  border-radius: 0.15rem;
  display: none;
  color: #fff;
  position: absolute;
  bottom: 1.2rem;
  left: 50%;
  margin-left: -0.93rem;
  line-height: 0.68rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.32rem;
  background: #000;
}

.page2 .btn_enter:hover {
  border: none;
  background: linear-gradient(0deg, #ff9900, #ffbd00);
}

.page2 a:active {
  color: #fff;
  opacity: 0.8;
  border: none;
  background: linear-gradient(0deg, #ffbd00, #ff9900);
}

.scale {
  animation: animScale 1s ease;
}

@keyframes animScale {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

.logo-img {
  display: block;
  position: fixed;
  z-index: 99999999;
  left: 0.5rem;
  top: 0.2rem;
  width: 1.31rem;
  height: 0.55rem;
}

.by-lang {
  font-size: 0.32rem;
  color: #fff;
  position: fixed;
  z-index: 1000;
  right: 0.2rem;
}

.by-lang-selected {
  width: 2.12rem;
  height: 0.9rem;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.by-lang-selected .iconfont {
  font-size: 0.14rem;
}

.by-lang-choose {
  position: absolute;
  height: auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}

.by-lang-choose-show {
  visibility: visible;
  opacity: 1;
}

.by-lang-item {
  color: #222;
  height: pxTorem(30);
  display: flex;
  width: 2.12rem;
  height: 0.84rem;
  justify-content: center;
  align-items: center;
  background: #282828;
}

.by-lang-item span {
  color: #fff;
}

.home-bg-img-wrap {
  width: 100%;
  height: calc(var(--vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.home-bg-img-wrap .bgImg {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  object-fit: cover;
  /* margin-top: 20px; */
}
.home-bg-img-wrap .bg-font {
  width: 70%;
  display: block;
  margin: auto;
  object-fit: cover;
  position: absolute;
  top: 1.1rem;
}

.home-bg-img-wrap .bg-phone {
  width: 30%;
  display: block;
  margin: auto;
  object-fit: cover;
  position: absolute;
  top: 3.5rem;
}
