.catpt-page-2 {
  padding: 10px 20px 30px;
  box-sizing: border-box;
}
.catpt-page-2 .UserInfo {
  display: flex;
  padding: 20px 10px;
}
.catpt-page-2 .UserInfo .UserImg {
  flex: 2;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/2023/UserBg.png);
  font-size: 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.catpt-page-2 .UserInfo .UserImg img {
  width: 100%;
  border-radius: 50%;
  transform: scale(0.96);
}
.catpt-page-2 .UserInfo .UserText {
  flex: 6;
  margin: auto 0;
  padding-left: 20px;
  color: #fff;
}
.catpt-page-2 .UserInfo .UserText .UserName {
  font-size: 20px;
}
.catpt-page-2 .UserInfo .UserText .UserLv {
  font-size: 14px;
}
.catpt-page-2 .cLine {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), transparent);
}
.catpt-page-2 .ListTitle {
  display: flex;
  padding: 0 10px;
}
.catpt-page-2 .ListTitle img:first-child {
  width: 31vw;
  margin: auto auto 10px 0;
}
.catpt-page-2 .ListTitle img:last-child {
  width: 24vw;
  margin: auto 0 auto auto;
}
.catpt-page-2 .MainList {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
}
.catpt-page-2 .MainList tr td:first-child {
  text-align: center;
}
.catpt-page-2 .MainList th {
  font-size: 12px;
  padding: 5px 0;
  color: #7e7e7e;
}
.catpt-page-2 .MainList td {
  font-size: 12px;
  padding: 5px 0;
  color: #3f3f3f;
}
.catpt-page-2 .MainList tr th:nth-child(1) {
  width: 22%;
}
.catpt-page-2 .MainList tr th:nth-child(2) {
  text-align: left;
  padding-left: 10px;
}
.catpt-page-2 .MainList tr th:nth-child(3) {
  width: 17%;
}
.catpt-page-2 .MainList tr td:nth-child(1) {
  font-weight: bold;
  color: rgba(63, 63, 63, 0.5);
}
.catpt-page-2 .MainList tr td:nth-child(1) img {
  width: 24px;
}
.catpt-page-2 .MainList tr td:nth-child(2) {
  padding-left: 10px;
}
.catpt-page-2 .MainList tr td:nth-child(2) img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d1d1d1 !important;
  vertical-align: middle;
  margin-right: 5px;
}
.catpt-page-2 .MainList tr td:nth-child(2) span {
  vertical-align: middle;
}
.catpt-page-2 .MainList tr td:nth-child(3) {
  text-align: center;
  font-weight: bold;
}
.catpt-page-2 .GoRole {
  display: flex;
  padding: 10px;
  margin-top: 10px;
}
.catpt-page-2 .GoRole img {
  flex: 1 ;
  margin: auto 0;
  width: 17vw;
}
.catpt-page-2 .GoRole a:nth-child(2) {
  width: 42vw;
  margin: auto 15px;
}
.catpt-page-2 .GoRole a:nth-child(2) img {
  width: 100%;
}
.catpt-page-2 .buttonG {
  display: flex;
  margin-top: 10px;
}
.catpt-page-2 .buttonG a,
.catpt-page-2 .buttonG img {
  width: 42vw;
  margin: auto;
  display: block;
}
.CatView1.V2023 {
  min-height: 100vw;
}
.CatView1.V2023 .wrapper {
  background-image: url(../images/2023/bg.jpg);
  background-size: cover;
}
.CatView1.V2023 .wrapper .logo {
  width: 32.53333333vw;
  margin: 30px 0 0 20px;
  transform: translateX(-30px);
  transition: 0.25s;
  opacity: 0;
}
.CatView1.V2023 .wrapper .logo.active {
  transform: translateX(0);
  opacity: 1;
}
.CatView1.V2023 .wrapper .animtitle {
  position: relative;
  margin-top: 4vh;
}
.CatView1.V2023 .wrapper .animtitle img {
  width: 78.93333333vw;
  display: block;
  margin: auto;
  transform: translateX(-30px);
  transition: 0.25s;
  opacity: 0;
  transition-delay: 0.25s;
}
.CatView1.V2023 .wrapper .animtitle img:first-child {
  position: absolute;
  left: 50%;
  transform: translateX(-60%);
  transition-delay: 0s;
}
.CatView1.V2023 .wrapper .animtitle.active img {
  transform: translateX(0);
  opacity: 1;
}
.CatView1.V2023 .wrapper .animtitle.active img:first-child {
  transform: translateX(-50%);
}
.CatView1.V2023 .wrapper .mainAnim {
  position: relative;
  margin-top: 10vw;
}
.CatView1.V2023 .wrapper .mainAnim .anim-mian {
  width: 44.8vw;
  height: 92.8vw;
  background-image: url(../images/2023/anim-man.png);
  background-size: 800% auto;
  position: absolute;
  margin-top: -8vw;
  transform: translateX(-50vw);
  transition: 0.5s;
  z-index: 2;
  transition-delay: 0.75s;
}
.CatView1.V2023 .wrapper .mainAnim .gold {
  position: absolute;
  width: 129.3333vw;
  left: 53.5%;
  transform: translateX(-50%);
  top: -7vw;
}
.CatView1.V2023 .wrapper .mainAnim .gold img {
  position: absolute;
  width: 100%;
  transform: scale(0.3);
  transition: 0.25s;
  opacity: 0;
}
.CatView1.V2023 .wrapper .mainAnim .machine {
  width: 86.75555556vw;
  display: block;
  margin: auto;
  position: relative;
  transform: translateY(-3vw);
  transition: 0.25s;
  transition-delay: 0.25s;
  opacity: 0;
  z-index: 1;
}
.CatView1.V2023 .wrapper .mainAnim .machine-text {
  width: 30.48888889vw;
  position: absolute;
  left: 56vw;
  top: 16.3vh;
  z-index: 2;
  opacity: 0;
  transition: 0.25s;
  transition-delay: 1s;
}
.CatView1.V2023 .wrapper .mainAnim.active .gold > img {
  transform: scale(1);
  opacity: 1;
}
.CatView1.V2023 .wrapper .mainAnim.active .machine {
  transform: translateY(0);
  opacity: 1;
}
.CatView1.V2023 .wrapper .mainAnim.active .machine-text {
  opacity: 1;
}
.CatView1.V2023 .wrapper .mainAnim.active .anim-mian {
  transform: translateX(0vw);
}
.CatView1.V2023 .wrapper .mainAnim.active .anim-start {
  animation: 0.5s anim-mian;
  animation-timing-function: steps(1);
  animation-delay: 1s;
}
.jumpBtn {
  transition: 0.25s cubic-bezier(0.07, 0.14, 0.38, 1.65) all;
  opacity: 0;
  transition-delay: 0.4s;
}
.jumpBtn.active {
  opacity: 1;
}
.buttonArr {
  position: absolute;
  top: 0;
  animation: Arr 1s infinite;
}
.coin.active:nth-child(1) {
  animation: 1.5s coin infinite;
  animation-delay: 0.3s;
}
.coin.active:nth-child(2) {
  animation: 1.5s coin infinite;
  animation-delay: 0s;
}
.coin.active:nth-child(3) {
  animation: 1.5s coin infinite;
  animation-delay: 0.6s;
}
.coin.active:nth-child(4) {
  animation: 1.5s coin infinite;
  animation-delay: 0.76s;
}
.coin.active:nth-child(5) {
  animation: 1.5s coin infinite;
  animation-delay: 0.25s;
}
.text3 {
  margin-top: 4vh;
  opacity: 0;
  transition: 0.25s;
  transition-delay: 1s;
  transform: translateY(20px);
  margin-bottom: 4vh;
}
.rulesBtn.active + .text3 {
  opacity: 1;
  transform: translateY(0);
}
#pt-main .pt-page-1 .wrapper .group2 {
  z-index: 3;
}
#pt-main .pt-page-1 .wrapper .group3 {
  padding-bottom: 0;
}
#pt-main .pt-page-1 .wrapper .group3 .rulesBtn > div {
  color: rgba(255, 255, 255, 0.8);
  font-size: 4vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding-bottom: 0.2vh;
  margin-top: 1vh;
}
#pt-main .pt-page-1 .wrapper .group3 .submit {
  width: 55.11111111vw;
  position: relative;
  margin: 2vh auto;
  padding: 0;
}
@-webkit-keyframes anim-mian {
  0 {
    background-position-x: 0%;
  }
  14.285714285714286% {
    background-position-x: 14.28571429%;
  }
  28.571428571428573% {
    background-position-x: 28.57142857%;
  }
  42.85714285714286% {
    background-position-x: 42.85714286%;
  }
  57.142857142857146% {
    background-position-x: 57.14285714%;
  }
  71.42857142857143% {
    background-position-x: 71.42857143%;
  }
  85.71428571428572% {
    background-position-x: 85.71428571%;
  }
  100% {
    background-position-x: 100%;
  }
}
@-webkit-keyframes Arr {
  0 {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
@-webkit-keyframes coin {
  0 {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
.sharebg {
  background-color: rgba(46, 5, 18, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}
.sharebg img {
  width: 87.82222222vw;
}
#preloader {
  display: block;
}
@media (max-height: 737px) {
  #pt-main .pt-page-1 .wrapper .group3 .rulesBtn > div {
    margin-top: 0vh;
  }
  .text3 {
    margin-top: 2vh;
  }
  .CatView1.V2023 .wrapper .animtitle {
    margin-top: 2vh;
  }
  .CatView1.V2023 .wrapper .mainAnim {
    margin-top: 6vw;
  }
  #pt-main .pt-page-1 .wrapper .group3 .submit {
    margin: 1vh auto;
  }
}
.subtext{
      width: 24vw;
      margin: .8vw auto;
      display: block;
      transform: translateY(-10px);opacity:0;
      transition: .25s;
      transition-delay: .4s;
}
.subtext.active{
  transform: translateY(0);opacity:1;
}
.codeCover{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: RGBA(0,0,0,.7);
}
.codeCover>div{
      position: absolute;
      top: 50%;
      width: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
          color: #fff;
          font-size: 14px;
          line-height: 20px;
          text-align: center;
          
}
.codeCover>div>.code{width: 100%;
  
}
.codeCover>.codeClose{
      position: absolute;
      right: 10px;
      top: 10px;
      width: 27px;

}