.page {
  min-width: 1200px;
  overflow: hidden;
  position: relative;
  background-color: #121F2A;
}
.page .header {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.8rem;
  background-color: #282828;
  opacity: 0.9;
}
.page .header .zh,
.page .header .en {
  height: 0.8rem;
}
.page .header .bar {
  height: 100%;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #D4D4D4;
  font-size: 0.24rem;
  margin: auto;
}
.page .header .bar div {
  cursor: pointer;
}
.page .header .bar div:hover {
  color: #C6AF83;
  border-bottom: 1px solid #C6AF83;
}
.page .header .lan {
  position: absolute;
  height: 100%;
  top: 0;
  left: calc((100vw - 12rem)/2 + 12rem);
}
.page .header .lan .zh,
.page .header .lan .en {
  height: auto;
}
.page .header .lan .wrap {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.18rem;
  color: #D4D4D4;
}
.page .header .lan .wrap .active {
  color: #C6AF83;
  border-bottom: 0.02rem solid #C6AF83;
  padding-bottom: 0.04rem;
}
.page .header .lan .wrap img {
  margin-right: 0.05rem;
  width: 0.17rem;
}
.page .bg_video {
  z-index: 4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  overflow: hidden;
  display: none;
}
.page .bg_video .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.page .bg_video .content .close {
  width: 1070px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.page .bg_video .content .close img {
  width: 30px;
  margin: 0;
}
.page .nav_header {
  position: fixed;
  top: 0.41rem;
  right: 0.38rem;
  width: 2.52rem;
  height: 7.13rem;
  background-image: url("../image/nav_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-left: 0.21rem;
  padding-top: 0.28rem;
  padding-right: 0.72rem;
  font-size: 0.2rem;
  display: none;
  z-index: 10;
}
.page .nav_header .line {
  width: 100%;
  height: 1px;
  background: #C6AF83;
  margin-bottom: 0.08rem;
  transform: translateY(-0.05rem);
}
.page .nav_header img {
  width: 1.6rem;
  height: 0.55rem;
  margin-bottom: 0.05rem;
  cursor: pointer;
}
.page .nav_header .btn {
  width: 1.6rem;
  height: 0.47rem;
  line-height: 0.47rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
  color: #E4E4E4;
  background-image: url("../image/btn_bg.png");
  outline: none;
  border: none;
  background-color: transparent;
  background-size: 100% 100%;
}
.page .nav_header .btn:hover,
.page .nav_header .btn.active {
  color: #C6AF83;
}
.page .nav_header .to_top {
  position: absolute;
  bottom: 0.12rem;
  left: 0;
  width: 2rem;
}
.page .nav_header .to_top div {
  text-align: center;
  width: 0.35rem;
  height: 0.35rem;
  cursor: pointer;
  transform: rotate(45deg);
  margin: auto;
}
.page .nav_header.en {
  background-image: url("../image/en/nav_bg.png");
  right: 0;
}
.page .nav_header.en .btn:nth-child(2) {
  font-size: 0.18rem;
  line-height: 1;
}
.page_center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: auto;
}
.page_center .page_content {
  flex-shrink: 0;
  height: 10.8rem;
  padding: 0 3.6rem;
  width: 100%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.page_center .page_content .title {
  padding-top: 0.07rem;
  height: 2.34rem;
}
.page_center .page_content .show {
  -webkit-animation: show 1s 1 ease-in-out;
}
@-webkit-keyframes show {
  0% {
    transform: translateY(-2rem);
  }
  100% {
    transform: translateY(0);
  }
}
.page1 .page_content {
  background-image: url("../image/bg1.png");
  position: relative;
  padding-top: 5.13rem;
  text-align: center;
}
.page1 .page_content .top_bottom {
  position: absolute;
  top: 5.13rem;
  left: 0;
  width: 100%;
}
.page1 .page_content #video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page1 .page_content img {
  display: block;
  margin: auto;
}
.page1 .page_content .logo {
  position: absolute;
  top: 1.08rem;
  left: 3.74rem;
  width: 2.53rem;
}
.page1 .page_content .f {
  position: absolute;
  cursor: pointer;
  top: 1.06rem;
  right: 3.78rem;
  width: 0.63rem;
}
.page1 .page_content .click {
  cursor: pointer;
  width: 0.97rem;
}
.page1 .page_content div img {
  width: 8.81rem;
}
.page1 .page_content .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page1 .page_content .toReg,
.page1 .page_content .toOfficial {
  width: 3.49rem;
  margin: 0 10px 10px;
}
.page1 .page_content .icon {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: flex-end;
}
.page1 .page_content .icon img {
  width: 2.04rem;
  margin: 0 0.35rem;
}
.page2 .page_content {
  background-image: url("../image/bg2.png");
  text-align: center;
}
.page2 .page_content .reward {
  text-align: right;
  transform: translateX(0.95rem);
  margin-bottom: 0.22rem;
}
.page2 .page_content .reward img {
  width: 7.75rem;
}
.page2 .page_content .content {
  padding-right: 0.3rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.page2 .page_content .content .line_bg {
  position: absolute;
  top: -2px;
  right: calc(6.05rem + 9px);
  width: 1px;
  height: 100%;
}
.page2 .page_content .content .step1,
.page2 .page_content .content .step2,
.page2 .page_content .content .step3 {
  font-size: 0.24rem;
  color: #C9B387;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 0.1rem;
  position: relative;
}
.page2 .page_content .content .step1 .right,
.page2 .page_content .content .step2 .right,
.page2 .page_content .content .step3 .right {
  padding-left: 0.12rem;
  width: 5.73rem;
}
.page2 .page_content .content .step1 .icon,
.page2 .page_content .content .step2 .icon,
.page2 .page_content .content .step3 .icon {
  top: 0.3rem;
  width: 22px;
  right: 5.73rem;
  position: absolute;
  z-index: 2;
}
.page2 .page_content .content .step1 img:first-child,
.page2 .page_content .content .step2 img:first-child,
.page2 .page_content .content .step3 img:first-child {
  height: 0.79rem;
  margin-right: 21px;
}
.page2 .page_content .content .step1 .right {
  padding-top: 0.19rem;
}
.page2 .page_content .content .step1 .right .btn2 {
  width: 2.73rem;
}
.page2 .page_content .content .step1 .right .email,
.page2 .page_content .content .step1 .right .system {
  margin-bottom: 0.2rem;
}
.page2 .page_content .content .step1 .right .email {
  width: 100%;
  border: 1px solid #CAAE7C;
  outline: none;
  height: 0.41rem;
  background: #403F37;
  padding-left: 0.15rem;
  line-height: 0.41rem;
  font-size: 0.18rem;
  color: #CAAE7C;
}
.page2 .page_content .content .step1 .right .system {
  text-align: left;
}
.page2 .page_content .content .step1 .right .system .en {
  font-family: 'Times New Roman';
}
.page2 .page_content .content .step1 .right .system span {
  margin-right: 0.5rem;
}
.page2 .page_content .content .step1 .right .system input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.page2 .page_content .content .step1 .right .system input[type="radio"] + label::before {
  content: "\a0";
  /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 0.24rem;
  width: 0.22rem;
  height: 0.22rem;
  margin-top: -0.03rem;
  margin-right: 0.1rem;
  border-radius: 50%;
  border: 1px solid #CAAE7C;
  text-indent: 0.15em;
  line-height: 1;
}
.page2 .page_content .content .step1 .right .system input[type="radio"]:checked + label::before {
  background-color: #CAAE7C;
  background-clip: content-box;
  padding: 0.2em;
}
.page2 .page_content .content .step1 .right .area {
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 0.14rem;
}
.page2 .page_content .content .step1 .right .area .en {
  font-family: 'Times New Roman';
}
.page2 .page_content .content .step1 .right .area span {
  width: 1.7rem;
}
.page2 .page_content .content .step1 .right .area .select {
  width: 1.35rem;
  height: 0.4rem;
  border: 1px solid #CAAE7C;
  background: #403F37;
  text-align: center;
  padding: 0 0.1rem;
  color: #CAAE7C;
  outline: none;
  font-size: 0.18rem;
  margin-right: 0.2rem;
  margin-left: 0.14rem;
  display: inline-block;
  text-align: left;
}
.page2 .page_content .content .step1 .right .area .phone {
  width: 2.35rem;
  height: 0.41rem;
  border: 1px solid #CAAE7C;
  outline: none;
  background: #403F37;
  padding-left: 0.15rem;
  line-height: 0.41rem;
  font-size: 0.18rem;
  display: inline-block;
  color: #C9B387;
}
.page2 .page_content .content .step1 .right .privacy {
  margin-left: 1.58rem;
  font-size: 0.16rem;
  text-align: left;
  color: #C9B387;
  line-height: 17px;
}
.page2 .page_content .content .step1 .right .privacy span {
  cursor: pointer;
}
.page2 .page_content .content .step1 .right .privacy input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.page2 .page_content .content .step1 .right .privacy input[type="checkbox"] + label::before {
  content: "\a0";
  /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 0.16rem;
  width: 0.16rem;
  height: 0.16rem;
  margin-top: -0.02rem;
  border: 1px solid #CAAE7C;
  text-indent: 0.15em;
  line-height: 1;
}
.page2 .page_content .content .step1 .right .privacy input[type="checkbox"]:checked + label::before {
  background-color: #CAAE7C;
  background-clip: content-box;
  padding: 0.2em;
}
.page2 .page_content .content .step1 .right .btn2 {
  cursor: pointer;
  transform: translateY(10px);
}
.page2 .page_content .content .step1 .right .text {
  font-size: 0.16rem;
}
.page2 .page_content .content .step2,
.page2 .page_content .content .step3 {
  text-align: left;
}
.page2 .page_content .content .step2 .right,
.page2 .page_content .content .step3 .right {
  padding-top: 0.09rem;
  padding-bottom: 0.1rem;
}
.page2 .page_content .content .step2 .right {
  display: flex;
  align-self: center;
}
.page2 .page_content .content .step2 .right .fb_wrap {
  display: inline-block;
  width: 1.8rem;
  height: 0.6rem;
  text-align: center;
  background: #1877f2;
  border-radius: 6px;
  padding-top: 0.1rem;
}
.page2 .page_content .content .step2 .right .btn {
  display: inline-block;
  width: 1.8rem;
  height: 0.6rem;
  margin-left: 0.17rem;
  text-align: center;
  line-height: 0.6rem;
  cursor: pointer;
  outline: none;
  border: none;
  color: #C9B387;
  font-size: 0.2rem;
  background-image: url("../image/btn_bg.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page2 .page_content .content .step2 .right .btn:hover,
.page2 .page_content .content .step2 .right .btn:active,
.page2 .page_content .content .step2 .right .btn:focus {
  color: #503C22;
  background-image: url("../image/btn_bg_hover.png");
}
.page2 .page_content .content .step3 .right img {
  width: 1.72rem;
  height: 0.58rem;
  margin-right: 0.23rem;
  cursor: pointer;
}
.page3 .page_content {
  background-image: url("../image/bg3.png");
  text-align: center;
}
.page3 .page_content .content {
  width: 12rem;
  margin: auto;
}
.page3 .page_content .content .step {
  width: 100%;
  height: 0.08rem;
  border: 1px solid #8C8C8C;
  border-radius: 0.03rem;
  transform: translateY(0.97rem);
  position: relative;
}
.page3 .page_content .content .step .fraction {
  position: absolute;
  width: 0;
  height: 0.08rem;
  top: 0;
  left: 0;
  border-radius: 0.03rem;
  transform: translateX(-1px) translateY(-1px);
  border: 1px solid #D2BA8B;
  background: #624929;
}
.page3 .page_content .content .step_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-0.05rem);
}
.page3 .page_content .content .step_wrap .item {
  text-align: center;
}
.page3 .page_content .content .step_wrap .item .num {
  margin-bottom: 0.04rem;
  max-width: 1.5rem;
  padding-top: 0.18rem;
  height: 0.79rem;
}
.page3 .page_content .content .step_wrap .item .num.num1 {
  padding-top: 0.29rem;
}
.page3 .page_content .content .step_wrap .item .num.num1 img {
  height: 0.5rem;
}
.page3 .page_content .content .step_wrap .item .num img {
  height: 0.63rem;
}
.page3 .page_content .content .step_wrap .item .icon {
  margin-bottom: 0.28rem;
}
.page3 .page_content .content .step_wrap .item .icon img {
  width: 0.27rem;
}
.page3 .page_content .content .step_wrap .item .img img {
  height: 5rem;
  width: 1.41rem;
}
.page4 .page_content {
  background-image: url("../image/bg4.png");
  text-align: center;
}
.page4 .page_content .content {
  width: 12rem;
  padding: 0.3rem 0;
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.page4 .page_content .content #lottery {
  width: 6.1rem;
  height: 6.1rem;
}
.page4 .page_content .content #lottery .lottery_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page4 .page_content .content #lottery .lottery_wrap .btn {
  width: 2rem;
  height: 2rem;
  background-image: url("../image/zh/begin.png");
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 100%;
}
.page4 .page_content .content #lottery .lottery_wrap .btn:hover {
  background-image: url("../image/zh/begin_hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .btn div {
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.14rem;
  color: #382917;
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit {
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit div {
  width: 2rem;
  height: 2rem;
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit.has {
  background-size: 1.84rem auto;
  background-position: center;
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit.has.active div {
  background-size: 100%;
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-0 {
  background-image: url("../image/zh/game0.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-0.active {
  background-image: url("../image/zh/game0_hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-0.has {
  background-image: url("../image/zh/game0_has.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-0.has.active div {
  background-image: url("../image/hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-1 {
  background-image: url("../image/zh/game1.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-1.active {
  background-image: url("../image/zh/game1_hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-2 {
  background-image: url("../image/zh/game2.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-2.active {
  background-image: url("../image/zh/game2_hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-3 {
  background-image: url("../image/zh/game3.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-3.active {
  background-image: url("../image/zh/game3_hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-3.has {
  background-image: url("../image/zh/game3_has.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-3.has.active div {
  background-image: url("../image/hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-4 {
  background-image: url("../image/zh/game4.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-4.active {
  background-image: url("../image/zh/game4_hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-5 {
  background-image: url("../image/zh/game5.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-5.active {
  background-image: url("../image/zh/game5_hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-5.has {
  background-image: url("../image/zh/game5_has.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-5.has.active div {
  background-image: url("../image/hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-6 {
  background-image: url("../image/zh/game6.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-6.active {
  background-image: url("../image/zh/game6_hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-6.has {
  background-image: url("../image/zh/game6_has.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-6.has.active div {
  background-image: url("../image/hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-7 {
  background-image: url("../image/zh/game7.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-7.active {
  background-image: url("../image/zh/game7_hover.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-7.has {
  background-image: url("../image/zh/game7_has.png");
}
.page4 .page_content .content #lottery .lottery_wrap .lottery-unit-7.has.active div {
  background-image: url("../image/hover.png");
}
.page4 .page_content .content #lottery.en .btn {
  background-image: url("../image/en/begin.png");
}
.page4 .page_content .content #lottery.en .btn:hover {
  background-image: url("../image/en/begin_hover.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-0 {
  background-image: url("../image/en/game0.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-0.active {
  background-image: url("../image/en/game0_hover.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-0.has {
  background-image: url("../image/en/game0_has.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-1 {
  background-image: url("../image/en/game1.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-1.active {
  background-image: url("../image/en/game1_hover.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-2 {
  background-image: url("../image/en/game2.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-2.active {
  background-image: url("../image/en/game2_hover.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-3 {
  background-image: url("../image/en/game3.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-3.active {
  background-image: url("../image/en/game3_hover.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-3.has {
  background-image: url("../image/en/game3_has.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-4 {
  background-image: url("../image/en/game4.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-4.active {
  background-image: url("../image/en/game4_hover.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-5 {
  background-image: url("../image/en/game5.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-5.active {
  background-image: url("../image/en/game5_hover.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-5.has {
  background-image: url("../image/en/game5_has.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-5.has.active div {
  background-image: url("../image/hover.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-6 {
  background-image: url("../image/en/game6.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-6.active {
  background-image: url("../image/en/game6_hover.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-6.has {
  background-image: url("../image/en/game6_has.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-7 {
  background-image: url("../image/en/game7.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-7.active {
  background-image: url("../image/en/game7_hover.png");
}
.page4 .page_content .content #lottery.en .lottery-unit-7.has {
  background-image: url("../image/en/game7_has.png");
}
.page4 .page_content .content .message {
  width: 5rem;
  text-align: center;
  color: #C9B387;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page4 .page_content .content .message .txt {
  font-size: 0.18rem;
  opacity: 0.7;
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.page4 .page_content .content .message .copy {
  width: 5rem;
  outline: none;
  border: 1px solid #CAAE7C;
  font-size: 0.18rem;
  background: #403F37;
  margin-bottom: 0.28rem;
}
.page4 .page_content .content .message .button {
  margin-bottom: 0.49rem;
}
.page4 .page_content .content .message .button button {
  width: 1.4rem;
  height: 0.48rem;
  margin-bottom: 0.15rem;
  cursor: pointer;
  background-image: url("../image/btn_bg.png");
  outline: none;
  border: none;
  background-color: transparent;
  background-size: 100% 100%;
  font-size: 0.2rem;
  color: #C9B387;
}
.page4 .page_content .content .message .button button.btn1 {
  margin-right: 0.57rem;
}
.page4 .page_content .content .message .button button:hover,
.page4 .page_content .content .message .button button:active,
.page4 .page_content .content .message .button button:focus {
  color: #503C22;
  background-image: url("../image/btn_bg_hover.png");
}
.page4 .page_content .content .message .line {
  width: 5rem;
  height: 1px;
  border: 1px dotted #CAAE7C;
  margin-bottom: 0.45rem;
}
.page4 .page_content .content .message .invited {
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
}
.page4 .page_content .content .message .invited_detail .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
}
.page4 .page_content .content .message .invited_detail .item .first {
  min-width: 1.11rem;
  text-align: left;
}
.page4 .page_content .content .message .invited_detail .item .second {
  display: flex;
  width: 2.3rem;
  justify-content: space-between;
  align-items: center;
}
.page4 .page_content .content .message .invited_detail .item .img {
  display: flex;
  align-items: center;
}
.page4 .page_content .content .message .invited_detail .item .img img {
  margin-right: 0.03rem;
  width: 0.2rem;
}
.page4 .page_content .content .message .invited_detail .item .btn {
  width: 0.9rem;
  height: 0.3rem;
  background: transparent;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #C9B387;
  border: 1px solid #CAAE7C;
}
.page4 .page_content .content .message .invited_detail .item .btn.active {
  background: #CAAE7C;
  color: #503C22;
}
.page4 .page_content .content .message .invited_detail .care {
  text-align: left;
}
.page4 .page_content .content .en .message {
  width: 5.36rem;
}
.page4 .page_content .content .en .message .invited_detail .item .btn {
  width: 1.26rem;
  font-size: 0.18rem;
}
.page4 .page_content .content .en .message .invited_detail .first {
  min-width: 1.82rem;
}
.page5 .page_content {
  background-image: url("../image/bg5.png");
  text-align: center;
}
.page5 .page_content .content {
  width: 12rem;
  margin: auto;
  height: 100%;
  transform: translateY(-0.98rem) translateX(3.6rem);
  text-align: right;
  position: relative;
}
.page5 .page_content .content .people {
  float: right;
  width: 16.72rem;
}
.page5 .page_content .content .people0,
.page5 .page_content .content .people2,
.page5 .page_content .content .people3,
.page5 .page_content .content .name0,
.page5 .page_content .content .name2,
.page5 .page_content .content .name3 {
  display: none;
}
.page5 .page_content .content .name {
  position: absolute;
  top: 1.6rem;
  left: -3.25rem;
  height: 2.95rem;
}
.page5 .page_content .content .show {
  -webkit-animation: nameShow 1s 1 ease-in-out;
}
@-webkit-keyframes nameShow {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.page5 .page_content .content .info {
  position: absolute;
  top: 5.57rem;
  left: -3.37rem;
  text-align: center;
}
.page5 .page_content .content .info .i1,
.page5 .page_content .content .info .i2,
.page5 .page_content .content .info .i3,
.page5 .page_content .content .info .i4,
.page5 .page_content .content .info .i5 {
  width: 1.31rem;
  height: 1.31rem;
  display: inline-block;
  padding: 0.2rem;
  position: relative;
  background-size: 100%;
}
.page5 .page_content .content .info .i1 div,
.page5 .page_content .content .info .i2 div,
.page5 .page_content .content .info .i3 div,
.page5 .page_content .content .info .i4 div,
.page5 .page_content .content .info .i5 div {
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  transition: all 0.5s;
  transform: rotate(45deg);
  z-index: 10;
  cursor: pointer;
}
.page5 .page_content .content .info .i1 {
  background-image: url("../image/zh/p1_not.png");
}
.page5 .page_content .content .info .i1.hover,
.page5 .page_content .content .info .i1.active {
  background-image: url("../image/zh/p1.png");
}
.page5 .page_content .content .info .i2 {
  background-image: url("../image/zh/p2_not.png");
}
.page5 .page_content .content .info .i2.hover,
.page5 .page_content .content .info .i2.active {
  background-image: url("../image/zh/p2.png");
}
.page5 .page_content .content .info .i3 {
  background-image: url("../image/zh/p3_not.png");
}
.page5 .page_content .content .info .i3.hover,
.page5 .page_content .content .info .i3.active {
  background-image: url("../image/zh/p3.png");
}
.page5 .page_content .content .info .i4 {
  background-image: url("../image/zh/p4_not.png");
}
.page5 .page_content .content .info .i4.hover,
.page5 .page_content .content .info .i4.active {
  background-image: url("../image/zh/p4.png");
}
.page5 .page_content .content .info .i5 {
  background-image: url("../image/zh/coming.png");
}
.page5 .page_content .content .info .i5.en {
  background-image: url("../image/en/coming.png");
}
.page5 .page_content .content .info .bottom {
  transform: translateY(-0.65rem);
}
.page6 .page_content {
  background-image: url("../image/bg6.png");
  text-align: center;
  padding: 0 calc(3.6rem - 40px);
}
.page6 .page_content .title {
  margin-bottom: 0.32rem;
}
.page6 .page_content .swiper {
  width: 100%;
  height: 6.8rem;
}
.page6 .page_content .swiper .swiper-slide {
  width: 8rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.page6 .page_content .swiper .swiper-slide img {
  width: auto;
  height: 3.51rem;
  transform: translateY(-0.06rem);
}
.page6 .page_content .swiper .swiper-slide.swiper-slide-active {
  justify-content: center;
  overflow: visible;
}
.page6 .page_content .swiper .swiper-slide.swiper-slide-active img {
  width: auto;
  height: 5.14rem;
  transform: translateY(0);
}
.page6 .page_content .swiper .swiper-slide .swiper-slide-shadow-left,
.page6 .page_content .swiper .swiper-slide .swiper-slide-shadow-right {
  height: 3.4rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
}
.page6 .page_content .swiper .swiper-slide.swiper-slide-next {
  justify-content: flex-end;
}
.page6 .page_content .swiper .swiper-slide.swiper-slide-prev {
  justify-content: flex-start;
}
.page6 .page_content .swiper .swiper-button-next,
.page6 .page_content .swiper .swiper-button-prev {
  width: 0.44rem;
  height: 0.78rem;
  background-size: 100%;
  background-repeat: no-repeat;
  outline: none;
  transform: translateZ(0.2rem);
}
.page6 .page_content .swiper .swiper-button-next::after,
.page6 .page_content .swiper .swiper-button-prev::after {
  content: none;
}
.page6 .page_content .swiper .swiper-button-prev {
  left: 65px;
}
.page6 .page_content .swiper .swiper-button-next {
  right: 65px;
}
.page6 .page_content .swiper .swiper-button-next {
  background-image: url("../image/next_icon.png");
}
.page6 .page_content .swiper .swiper-button-prev {
  background-image: url("../image/prev_icon.png");
}
.page6 .page_content .swiper .swiper-pagination {
  bottom: 0;
}
.page6 .page_content .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.22rem;
  height: 0.22rem;
  margin: 0 0.41rem;
  background-image: url("../image/pagination_not.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1;
}
.page6 .page_content .swiper .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 350%;
  height: 1px;
  display: block;
  position: relative;
  background-image: linear-gradient(to right, #D2BA8B 0%, #D2BA8B 50%, transparent 50%);
  background-size: 0.08rem 1px;
  background-repeat: repeat-x;
}
.page6 .page_content .swiper .swiper-pagination .swiper-pagination-bullet:before {
  top: 0.11rem;
  left: -360%;
}
.page6 .page_content .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url("../image/pagination.png");
}
.page6 .page_content .swiper .swiper-pagination-bullet:last-child:after {
  content: "";
  width: 360%;
  height: 1px;
  display: block;
  position: relative;
  background-image: linear-gradient(to right, #D2BA8B 0%, #D2BA8B 50%, transparent 50%);
  background-size: 0.08rem 1px;
  background-repeat: repeat-x;
}
.page6 .page_content .swiper .swiper-pagination-bullet:last-child:after {
  top: 0.11rem;
  left: 110%;
}
.toast_wrap,
.reward_wrap,
.load_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}
.toast_wrap .error,
.reward_wrap .error,
.load_wrap .error {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.toast_wrap .error .toast,
.reward_wrap .error .toast,
.load_wrap .error .toast {
  width: 6.73rem;
  min-height: 2.54rem;
  padding: 0.56rem 1.3rem 0.37rem;
  background-image: url("../image/modal_bg.png");
  background-size: 100% 100%;
  font-size: 0.22rem;
  line-height: 0.3rem;
  display: none;
  text-align: center;
  color: #C9B387;
  position: relative;
}
.toast_wrap .error .toast .text,
.reward_wrap .error .toast .text,
.load_wrap .error .toast .text {
  min-height: 0.6rem;
  margin-bottom: 0.39rem;
}
.toast_wrap .error .toast .btn,
.reward_wrap .error .toast .btn,
.load_wrap .error .toast .btn {
  min-width: 1.82rem;
  height: 0.62rem;
  padding: 0 0.2rem;
  text-align: center;
  line-height: 0.62rem;
  font-size: 0.2rem;
  background-image: url("../image/modal_btn.png");
  background-size: 100% 100%;
  display: inline-block;
  cursor: pointer;
}
.toast_wrap .error .toast .close,
.reward_wrap .error .toast .close,
.load_wrap .error .toast .close {
  width: 0.2rem;
  position: absolute;
  right: 0.21rem;
  top: 0.25rem;
  cursor: pointer;
}
.toast_wrap .error .info,
.reward_wrap .error .info,
.load_wrap .error .info {
  width: 5.62rem;
  height: 6.85rem;
  background-repeat: no-repeat;
  background-image: url("../image/info_bg.png");
  background-size: 100%;
  position: relative;
  display: none;
  padding: 0.79rem 0.28rem 0;
}
.toast_wrap .error .info .wrap .reward_header,
.reward_wrap .error .info .wrap .reward_header,
.load_wrap .error .info .wrap .reward_header {
  height: 0.41rem;
  line-height: 0.41rem;
  font-size: 0.24rem;
  color: #463008;
  margin-bottom: 0.18rem;
  display: flex;
  align-items: center;
}
.toast_wrap .error .info .wrap .reward_header div,
.reward_wrap .error .info .wrap .reward_header div,
.load_wrap .error .info .wrap .reward_header div {
  text-align: center;
  width: 2rem;
}
.toast_wrap .error .info .wrap .reward_header div:first-child,
.reward_wrap .error .info .wrap .reward_header div:first-child,
.load_wrap .error .info .wrap .reward_header div:first-child {
  padding-right: 0.19rem;
}
.toast_wrap .error .info .wrap .item_wrap,
.reward_wrap .error .info .wrap .item_wrap,
.load_wrap .error .info .wrap .item_wrap {
  height: 4.7rem;
  overflow-y: auto;
}
.toast_wrap .error .info .wrap .item_wrap .item,
.reward_wrap .error .info .wrap .item_wrap .item,
.load_wrap .error .info .wrap .item_wrap .item {
  display: flex;
  align-items: center;
}
.toast_wrap .error .info .wrap .item_wrap .item .reward,
.reward_wrap .error .info .wrap .item_wrap .item .reward,
.load_wrap .error .info .wrap .item_wrap .item .reward,
.toast_wrap .error .info .wrap .item_wrap .item .code,
.reward_wrap .error .info .wrap .item_wrap .item .code,
.load_wrap .error .info .wrap .item_wrap .item .code,
.toast_wrap .error .info .wrap .item_wrap .item .btn,
.reward_wrap .error .info .wrap .item_wrap .item .btn,
.load_wrap .error .info .wrap .item_wrap .item .btn {
  height: 0.55rem;
  line-height: 1.2;
  border: 1px solid #463008;
  color: #463008;
  font-size: 0.18rem;
  margin-right: 0.19rem;
  margin-bottom: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.toast_wrap .error .info .wrap .item_wrap .item .reward,
.reward_wrap .error .info .wrap .item_wrap .item .reward,
.load_wrap .error .info .wrap .item_wrap .item .reward {
  width: 1.81rem;
}
.toast_wrap .error .info .wrap .item_wrap .item .code,
.reward_wrap .error .info .wrap .item_wrap .item .code,
.load_wrap .error .info .wrap .item_wrap .item .code {
  width: 2rem;
  word-break: break-all;
}
.toast_wrap .error .info .wrap .item_wrap .item .btn,
.reward_wrap .error .info .wrap .item_wrap .item .btn,
.load_wrap .error .info .wrap .item_wrap .item .btn {
  width: 0.87rem;
  font-size: 0.24rem;
  cursor: pointer;
  margin-right: 0;
}
.toast_wrap .error .info .close,
.reward_wrap .error .info .close,
.load_wrap .error .info .close {
  position: absolute;
  left: 49%;
  width: 0.48rem;
  height: 0.48rem;
  transform: rotate(45deg) translateX(-50%);
  bottom: -0.03rem;
  cursor: pointer;
}
.footer {
  background: #1B1B1B;
}
.footer .content {
  width: 12rem;
  margin: auto;
  padding-top: 0.48rem;
}
.footer .content .text {
  margin: auto;
  width: 9.1rem;
  color: #FFFFFF;
  font-size: 0.16rem;
  line-height: 0.3rem;
  padding-bottom: 0.49rem;
  opacity: 0.6;
}
.footer .content .text p:first-child {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.footer .content .line {
  background: #fff;
  opacity: 0.6;
  width: 100%;
  height: 1px;
  margin-bottom: 0.32rem;
}
.footer .content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.28rem;
}
.footer .content .bottom .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .content .bottom img {
  height: 0.82rem;
}
.footer .content .bottom .line1 {
  width: 1px;
  height: 0.83rem;
  background: #3D3D3D;
}
.footer .content .bottom .info {
  width: 4.77rem;
  font-size: 0.1rem;
  line-height: 0.2rem;
  opacity: 0.6;
  color: #fff;
  margin-left: 0.22rem;
}
.footer.en .bottom {
  justify-content: center;
}
.copySuc {
  position: fixed;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.24rem;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 101;
  display: none;
}
.load_wrap {
  display: block;
  background: #000;
}
.mop-load-div {
  box-pack: center;
  box-align: center;
  height: 100px;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -o-box-pack: center;
  -o-box-align: center;
  position: relative;
}
.mop-load-div .mop-load-text {
  color: #C9B387;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.mop-load-div .circle {
  min-width: 60px;
  min-height: 60px;
  position: relative;
}
.mop-load-div .circle .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mop-load-div .circle .container1 > div,
.mop-load-div .circle .container2 > div,
.mop-load-div .circle .container3 > div {
  width: 20%;
  height: 20%;
  background-color: #C9B387;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  -moz-animation: bouncedelay 1.2s infinite ease-in-out;
  -o-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.mop-load-div .circle .circle1 {
  top: 0;
  left: 0;
}
.mop-load-div .circle .circle2 {
  top: 0;
  right: 0;
}
.mop-load-div .circle .circle3 {
  right: 0;
  bottom: 0;
}
.mop-load-div .circle .circle4 {
  left: 0;
  bottom: 0;
}
.mop-load-div .circle .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.mop-load-div .circle .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  -o-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.mop-load-div .circle .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.mop-load-div .circle .container2 {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.mop-load-div .circle .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.mop-load-div .circle .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.mop-load-div .circle .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.mop-load-div .circle .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.mop-load-div .circle .container3 {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mop-load-div .circle .container3 .circle1 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.mop-load-div .circle .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.mop-load-div .circle .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.mop-load-div .circle .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -o-transform: scale(0);
  }
  40% {
    -o-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
