.wrap {
  width: 100%;
  height: 100%;
  font-family: 'Source Han Sans CN';
}

.sec {
  position: relative;
  width: 100%;
  height: 13.34rem;
  min-height: 100vh;
}

.sec::after {
  content: "";
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/bottom-logo.png) no-repeat center/cover;
  width: 3.35rem;
  height: .88rem;
  position: absolute;
  left: 50%;
  bottom: .5rem;
  transform: translateX(-50%);
  z-index: 999;
  pointer-events: none;
}

.loading-box {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/start-bg.jpg) no-repeat center/cover;
}

.loading-box .start-top {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/start-top.png) no-repeat center/cover;
  width: 3.76rem;
  height: 1.73rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -120%);
}

.loading-box .start-loading {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/start-words.png) no-repeat 0 0/2.68rem .2rem;
  width: 2.68rem;
  height: .2rem;
  position: absolute;
  left: 2.4rem;
  top: 50%;
  transform: translate(0, -70%);
  animation: loading 700ms steps(3) reverse infinite;
}

@keyframes loading {
  to {
    width: 2.5rem;
  }
}

.home::after {
  display: none;
}

.home-cont {
  height: calc(100% - 1.1rem);
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/home-bg.jpg) no-repeat center/cover;
  position: relative;
}

.home .logo {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/logo.png) no-repeat center/cover;
  width: 1.47rem;
  height: .93rem;
  position: absolute;
  left: .15rem;
  top: .2rem;
}

.home .rule-btn {
  font-size: .2rem;
  color: #fff;
  position: absolute;
  right: .15rem;
  top: .35rem;
}

.home .rule-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: .02rem;
}

.home .point {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/point.png) no-repeat center/cover;
  width: 1.2rem;
  height: 1.17rem;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
}

.home .point::before {
  content: "";
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/line-b.png) no-repeat center/cover;
  width: 1.52rem;
  height: .2rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  animation: point linear 1500ms infinite;
}

.home .point::after{
  content: "\6307\7eb9\89e3\9501\4e13\5c5e\6218\62a5";
  font-size: .2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -.5rem;
  white-space: nowrap;
  transform: translateX(-50%);
}

@keyframes point {
  to {
    transform: translate(-50%,1rem);
    opacity: .3;
  }
}

.reel-box {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/reel-bg.jpg) no-repeat center/cover;
}

.reel-box .reel-lists {
  width: 100%;
  height: 5.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
}

.reel-box .reel-lists .reel-list {
  /*background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/reel1.png) no-repeat center/2.58rem 5.13rem;*/
  width: 1.78rem;
  height: 5.13rem;
  position: absolute;
  left: .5rem;
  top: 0;
}

.reel-box .reel-lists .reel-list:nth-of-type(2) {
  /*background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/reel2.png);*/
  left: 2.7rem;
}

.reel-box .reel-lists .reel-list:nth-of-type(3) {
  /*background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/reel3.png);*/
  left: 4.9rem;
}

.reel-box .tip-words {
  width: 100%;
  height: 3rem;
  box-sizing: border-box;
  padding: 0 .5rem 0 .75rem;
  font-size: .26rem;
  color: #5a4512;
  line-height: .4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 65%);
}


.my-swiper {
  width: 100%;
  min-height: 13.34rem;
  height: 16.24rem;
}

.my-swiper::before {
  content: "";
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/move.png) no-repeat center/cover;
  width: 3.9rem;
  height: .28rem;
  position: fixed;
  left: 50%;
  bottom: 1.58rem;
  transform: translateX(-50%);
  z-index: 999;
  display: none;
}

.my-swiper .swiper-slide {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/swp1.jpg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.my-swiper .swiper-slide:nth-of-type(2) {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/swp2.jpg);
}

.my-swiper .swiper-slide:nth-of-type(3) {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/swp3.jpg);
}

.my-swiper .swiper-slide:nth-of-type(4) {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/swp4.jpg);
}

.my-swiper .swiper-slide:nth-of-type(5) {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/swp5.jpg);
}

.my-swiper .swiper-slide:nth-of-type(6) {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/swp6.jpg);
}

.my-swiper .swiper-slide:nth-of-type(7) {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/swp7.jpg);
}

.my-swiper .swiper-slide:nth-of-type(8) {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/swp8.jpg);
}

.my-swiper .swiper-slide:nth-of-type(9) {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/swp9.jpg);
}

.my-swiper .words {
  font-size: .22rem;
  color: #5a4512;
  position: absolute;
  left: 1.05rem;
  line-height: .22rem;
  font-weight: bold;
  opacity: 0;
  transform: translateX(-50%);
}

.my-swiper .swiper-slide.swiper-slide-active .words{
  transition: all 500ms ease-in 200ms;
  opacity: 1;
  transform: translateX(0);
}

.my-swiper .mar {
  margin: 0 .35rem;
}

.my-swiper .num {
  font-size: .4rem;
  color: #be5522;
  font-weight: bold;
}

.my-swiper .words.black {
  font-size: .32rem;
  line-height: .32rem;
  color: #000;
}

.my-swiper .words.white {
  font-family: 'syst';
  font-size: .32rem;
  line-height: .45rem;
  color: #fff;
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/red-bg.png) no-repeat center/cover;
  padding: 0 .1rem;
  font-weight: bold;
}

.my-swiper .words.red {
  font-family: 'syst';
  font-size: .32rem;
  line-height: .45rem;
  color: #be5522;
  font-weight: bold;
}

.my-swiper .swiper-slide1 .words:nth-of-type(1) {

  top: 6.25rem;
}

.my-swiper .swiper-slide1 .words:nth-of-type(2) {

  top: 6.65rem;
}

.my-swiper .swiper-slide1 .words:nth-of-type(3) {
  top: 7.1rem;
}

.my-swiper .swiper-slide1 .words:nth-of-type(4) {
  top: 11.5rem;
}

.my-swiper .swiper-slide1 .words:nth-of-type(5) {
  top: 11.9rem;
}

.my-swiper .swiper-slide1 .words:nth-of-type(6) {
  top: 12.4rem;
}
.my-swiper .swiper-slide1 .words:nth-of-type(7) {
  top: 7.6rem;
}
.my-swiper .swiper-slide1 .words:nth-of-type(8) {
  top: 12.8rem;
}

.my-swiper .swiper-slide2 .words,
.my-swiper .swiper-slide3 .words,
.my-swiper .swiper-slide4 .words,
.my-swiper .swiper-slide5 .words,
.my-swiper .swiper-slide6 .words,
.my-swiper .swiper-slide7 .words,
.my-swiper .swiper-slide8 .words,
.my-swiper .swiper-slide9 .words {
  left: auto;
  right: 1rem;
}

.my-swiper .swiper-slide2 .words:nth-of-type(1) {
  top: 3.7rem;
}

.my-swiper .swiper-slide2 .words:nth-of-type(2) {
  top: 4.2rem;
}

.my-swiper .swiper-slide2 .words:nth-of-type(3) {
  top: 4.7rem;
}

.my-swiper .swiper-slide2 .words:nth-of-type(4) {
  top: 5.4rem;
}

.my-swiper .swiper-slide2 .words:nth-of-type(5) {
  top: 5.8rem;
}

.my-swiper .swiper-slide2 .words.red {
  right: .8rem;
}

.my-swiper .swiper-slide3 .words:nth-of-type(1) {
  top: 3.7rem;
}

.my-swiper .swiper-slide3 .words:nth-of-type(2) {
  top: 4.1rem;
}

.my-swiper .swiper-slide3 .words:nth-of-type(3) {
  top: 4.55rem;
}
.my-swiper .swiper-slide3 .words:nth-of-type(4) {
  top: 5rem;
}
.my-swiper .swiper-slide3 .words:nth-of-type(5) {
  top: 12rem;
}
.my-swiper .swiper-slide3 .words:nth-of-type(6) {
  top: 12.2rem;
  left: 2.7rem;}

.my-swiper .swiper-slide4 .words:nth-of-type(1) {
  top: 3.7rem;
}

.my-swiper .swiper-slide4 .words:nth-of-type(2) {
  top: 4.1rem;
}

.my-swiper .swiper-slide4 .words:nth-of-type(3) {
  top: 4.8rem;
}

.my-swiper .swiper-slide4 .words:nth-of-type(4) {
  top: 5.2rem;
}

.my-swiper .swiper-slide.swiper-slide5 .words.black,
.my-swiper .swiper-slide.swiper-slide5 .num {
  font-size: .24rem;
  line-height: .24rem;
}

.my-swiper .swiper-slide5 .words:nth-of-type(1) {
  top: 3.6rem;
}

.my-swiper .swiper-slide5 .words:nth-of-type(2) {
  top: 4.1rem;
}

.my-swiper .swiper-slide5 .words:nth-of-type(3) {
  top: 4.5rem;
}

.my-swiper .swiper-slide5 .words:nth-of-type(4) {
  top: 4.9rem;
}

.my-swiper .swiper-slide5 .words:nth-of-type(5) {
  top: 5.3rem;
}
.my-swiper .swiper-slide5 .words:nth-of-type(6) {
  top: 5.8rem;
}

.my-swiper .swiper-slide6 .words:nth-of-type(1) {
  top: 3.7rem;
}

.my-swiper .swiper-slide6 .words:nth-of-type(2) {
  top: 4.1rem;
}

.my-swiper .swiper-slide6 .words:nth-of-type(3) {
  top: 4.5rem;
}

.my-swiper .swiper-slide6 .words:nth-of-type(4) {
  top: 5rem;
}

.my-swiper .swiper-slide7 .words:nth-of-type(1) {
  top: 4.1rem;
}

.my-swiper .swiper-slide7 .words:nth-of-type(2) {
  top: 3.7rem;
}
.my-swiper .swiper-slide7 .words:nth-of-type(3) {
  top: 4.6rem;
}
.my-swiper .swiper-slide7 .words:nth-of-type(4) {
  top: 5.2rem;
}

.my-swiper .swiper-slide.swiper-slide8 .num {
  font-size: .32rem;
  margin-left: .2rem;
}

.my-swiper .swiper-slide.swiper-slide8 .words.black {
  font-size: .28rem;
  line-height: .28rem;
}

.my-swiper .swiper-slide.swiper-slide9 .words.black {
  font-size: .24rem;
  line-height: .24rem;
}

.my-swiper .swiper-slide.swiper-slide9 .num {
  font-size: .24rem;
  line-height: .24rem;
  margin-left: 0;
}


.my-swiper .swiper-slide.swiper-slide8 .words.black::before,
.my-swiper .swiper-slide.swiper-slide9 .words.black::before {
  content: "";
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/black-before.png) no-repeat center/cover;
  width: .19rem;
  height: .19rem;
  position: absolute;
  left: -.25rem;
  top: 50%;
  transform: translate(0, -50%);
}

.my-swiper .swiper-slide8 .words:nth-of-type(1) {
  top: 4.2rem;
}

.my-swiper .swiper-slide8 .words:nth-of-type(2) {
  top: 4.7rem;
}

.my-swiper .swiper-slide8 .words:nth-of-type(3) {
  top: 3.7rem;
}

.my-swiper .swiper-slide8 .words:nth-of-type(4) {
  top: 5.2rem;
}

.my-swiper .swiper-slide9 .words:nth-of-type(1) {
  top: 4.2rem;
}

.my-swiper .swiper-slide9 .words:nth-of-type(2) {
  top: 4.6rem;
}

.my-swiper .swiper-slide9 .words:nth-of-type(3) {
  top: 5.02rem;
}

.my-swiper .swiper-slide9 .words:nth-of-type(4) {
  top: 5.4rem;
}
.my-swiper .swiper-slide9 .words:nth-of-type(5) {
  top: 3.7rem;
}
.my-swiper .swiper-slide9 .words:nth-of-type(6) {
  top: 5.8rem;
  letter-spacing: .05rem;}

.my-swiper .swiper-slide9 .words {
  font-size: .24rem;
}

.my-swiper .swiper-slide9 .words.white {
  font-size: .32rem;
}

.end {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/end-bg.jpg) no-repeat center/cover;
  height: 16.24rem;
  box-sizing: border-box;
  padding-top: 11.2rem;
}

.end .reward-lists {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 0.55rem 0 1.3rem;
  margin-bottom: .7rem;
  text-align: left;
}

.end .reward-list {
  width: 33.3%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  font-size: .2rem;
  color: #ba5818;
  font-weight: bold;
}

.end .get-btn,
.end .save-btn {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/get-btn.png) no-repeat center/cover;
  width: 3.3rem;
  height: .92rem;
  margin: 0 .1rem;
}

.end .save-btn {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/btn-save.png);
}

#toimg {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/longimg.jpg) no-repeat center/cover;
  width: 7.5rem;
  height: 21.04rem;
  position: relative;
}

#toimg #ecode {
  width: 1.28rem;
  height: 1.28rem;
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/ecode.png) no-repeat center/cover;
  position: absolute;
  right: .64rem;
  top: .87rem;
}

#toimg .num {
  font-size: .4rem;
  color: #be5522;
  font-weight: bold;
  position: absolute;
  word-break: break-all;
  line-height: 1;
}

#toimg .num:nth-of-type(2) {
  left: .7rem;
  top: 9rem;
}

#toimg .num:nth-of-type(3) {
  left: .7rem;
  top: 9.85rem;
}

#toimg .num:nth-of-type(4) {
  left: 4.09rem;
  top: 6.3rem;
}

#toimg .num:nth-of-type(5) {
  left: 4.09rem;
  top: 7.15rem;
}

#toimg .num:nth-of-type(6) {
  left: auto;
  right: .85rem;
  top: 12.65rem;
}

#toimg .num:nth-of-type(7) {
  left: .85rem;
  top: 15.1rem;
}

#toimg .num:nth-of-type(8) {
  left: auto;
  right: .65rem;
  top: 17.65rem;
}

#toimg .words {
  font-size: .22rem;
  color: #5a4512;
  position: absolute;
  right: .65rem;
  top: 18rem;
}

#toimg .words .per {
  font-size: .3rem;
  color: #be5522;
  font-weight: bold;
}

#toimg .sub {
  font-size: .22rem;
  /*vertical-align: bottom;*/
}

.img-box {
  position: absolute;
  top: 0;
  z-index: -999;
  left: 0;
  height: 0;
  overflow: hidden;
}

.img-box img {
  width: 100%;
}

.img-box .name {
  font-size: .5rem;
  font-weight: bold;
  color: #5a4512;
  position: absolute;
  left: .72rem;
  top: 1rem;
  line-height: 1;
}


.dialog {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

.dia-close {
  position: absolute;
  right: .3rem;
  top: 0;
  width: .85rem;
  height: .85rem;
  font-size: 0;
}

.btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dia-con {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.5rem;
  box-sizing: border-box;
}

.dia-poster .dia-con {
  width: 6.7rem;
  height: 11.2rem;
  overflow-y: auto;
  padding: .1rem .1rem 0;
}

.dia-poster .dia-con::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/long-border.png) no-repeat center/cover;
  width: 6.7rem;
  height: 11.2rem;
  pointer-events: none;
}

.dia-poster .dia-con::after {
  content: "";
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/longpress.png) no-repeat center/cover;
  width: 3.77rem;
  height: .26rem;
  position: absolute;
  left: 50%;
  bottom: -.5rem;
  transform: translateX(-50%);
}

.dia-poster .dia-con .dom2img-result {
  width: 100%;
  height: auto;
}

.dia-poster .dia-close {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/close.png) no-repeat center/cover;
  right: -0.3rem;
  top: -0.4rem;
}


.dia-login .dia-con {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/dia-login-bg.png);
  height: 5.71rem;
  padding-top: 2.05rem;
}

.dia-login .qq-btn,
.dia-login .wx-btn {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/btn-qq.png) no-repeat center/cover;
  width: 2rem;
  height: 2.5rem;
  margin: 0 .4rem;
}

.dia-login .wx-btn {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/btn-wx.png);
  height: 2.46rem;
}

.dia-rule .dia-con {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/dia-rule-bg.png);
  height: 7.52rem;
  padding-top: 1.85rem;
}

.dia-rule .rule {
  width: 5.5rem;
  height: 4.65rem;
  margin: 0 auto;
  overflow-y: auto;
  color: #5a4512;
  font-size: .26rem;
}

.dia-bind .dia-con {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/dia-qf-bg.png);
  height: 7.52rem;
  padding-top: 1.85rem;
}

.dia-bind .info-list {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/select-border.png) no-repeat 0 0/5.52rem .74rem;
  width: 5.52rem;
  height: .74rem;
  margin: 0 auto 0.1rem;
  position: relative;
  color: #5a4512;
  font-size: .26rem;
  font-weight: bold;
}

.dia-bind .info-list:last-child {
  margin-bottom: 0;
}

.dia-bind label {
  position: absolute;
  left: .2rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.dia-bind select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* direction: rtl; */
  box-sizing: border-box;
  padding-right: .6rem;
  padding: 0 .6rem 0 2rem;
  font-size: .26rem;
}

.dia-bind .sure-btn,.dia-tip .sure-btn {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/btn-sure.png) no-repeat center/cover;
  width: 2.7rem;
  height: .7rem;
  margin-top: 0.2rem;
}

.dia-bind .authorize{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;margin-top: 0.1rem;}

.dia-bind input {
  width: .3rem;
  height: .3rem;
  opacity: 0;
}


.dia-bind .authorize-words {
  position: relative;
  color: #bd5521;
  font-size: .2rem;
  transform: none;
}

.dia-bind .authorize-words::before{
  content: "";
  box-sizing: border-box;
  width: .3rem;
  height: .3rem;
  border-width: 2px;
  border-color: rgb(189, 85, 33);
  border-style: solid;
  background-color: transparent;
  position: absolute;
  left: -.52rem;
  top: 50%;
  transform: translateY(-50%);
}

.dia-bind input:checked + .authorize-words::before {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/gou.png) no-repeat center/cover;
  width: .38rem;
  height: .34rem;
  border: none;
  left: -.53rem;
}


.dia-norole .dia-con {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/dia-norole-bg.png);
  height: 7.52rem;
  padding-top: 2.4rem;
}

.dia-norole .tips {
  width: 80%;
  margin: 0 auto;
  font-size: .3rem;
  color: #5a4512;
  font-weight: bold;
  text-align: center;
}

.dia-norole .sub-tip {
  font-size: .24rem;
  color: #5a4512;
  line-height: .4rem;
  padding: 0 1rem;
  box-sizing: border-box;
  margin: .5rem auto .4rem;
}

.dia-norole .rebind-btn,
.dia-norole .download-btn {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/btn-rebind.png) no-repeat center/cover;
  width: 2.7rem;
  height: .7rem;
  margin: 0 .1rem;
}

.dia-norole .download-btn {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/btn-download.png);
}

.dia-share .dia-con {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/dia-share-bg.png);
  height: 7.52rem;
  padding: 2.15rem 0 .7rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.dia-share .qqhy-btn,
.dia-share .qqkj-btn,
.dia-share .wxhy-btn,
.dia-share .pyq-btn {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/share-qq.png) no-repeat center/cover;
  width: 1.41rem;
  height: 1.82rem;
  margin: 0 .65rem;
}

.dia-share .qqkj-btn {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/share-kj.png);
}

.dia-share .wxhy-btn {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/share-wxhy.png);
}

.dia-share .pyq-btn {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/share-pyq.png);
}


.dia-copy .dia-con {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/dia-tips-bg.png);
  height: 5.71rem;
  padding-top: 2.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.dia-copy .copy-input {
  border-width: 2px;
  border-color: rgb(167, 155, 125);
  border-style: solid;
  width: 5.48rem;
  height: .7rem;
  text-align: center;
  font-size: .24rem;
  color: #5a4512;
}

.mytxt {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -99;
}

.dia-copy .tip {
  font-size: .24rem;
  color: #5a4512;
  line-height: 1;
  margin: .25rem auto .6rem;
}

.dia-copy .copy-btn {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/btn-copy.png) no-repeat center/cover;
  width: 2.7rem;
  height: .7rem;
}

.dia-tip .dia-con {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/dia-tips-bg.png);
  height: 5.71rem;
  padding-top: 1.5rem;
}

.dia-tip .tip {
  font-size: .24rem;
  color: #5a4512;
  width: 75%;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto .15rem;
  font-weight: bold;
  text-align: center;
}

.dia-tip .tip .big {
  font-size: .3rem;
}

.dia-tip .enter-btn,.dia-success .enter-btn {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/btn-enter.png) no-repeat center/cover;
  width: 2.7rem;
  height: .7rem;
  margin: 0 auto;
}

.dia-shareright{
  width: 100vw;
  height: 100vh;
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/share-tips.png) no-repeat 2.5rem 0.3rem/4.6rem .93rem;
}

.dia-shareright .dia-close {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.dia-success .dia-con {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/dia-success-bg.png);
  height: 7.52rem;
  padding-top: 2.05rem;
}

.dia-success .tip {
  font-size: .3rem;
  color: #5a4512;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.dia-success .light{
  font-size: .24rem;
  font-weight: lighter;
  line-height: 1;
}

.dia-success .icon-lists,
.end .icon-lists{
  width: 5.43rem;
  height: 1.13rem;
  display: block;
  margin: .5rem auto;
}
.end .icon-lists{
  margin: 0 auto 1rem;
}
.dia-success .enter-btn{
  margin-top: .5rem;
}

.my-swiper .swiper-button-next,
.my-swiper .swiper-button-prev{
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/prev-btn.png) no-repeat center/cover;
  width: .59rem;
  height: .57rem;
  animation: run 900ms linear infinite alternate;
  animation-play-state: running;
}

.my-swiper .swiper-button-next {
  background-image: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/next-btn.png);
  opacity: 1!important;
  pointer-events: auto !important;
  animation: run1 900ms linear infinite alternate;
}

.my-swiper .swiper-button-next:after,
.my-swiper .swiper-button-prev:after{
  display: none;
}


@keyframes run {
  to {
    transform: translateX(-50%);
    opacity: .5;
  }
}

@keyframes run1 {
  to {
    transform: translateX(50%);
    opacity: .5;
  }
}

.login {
  font-size: .24rem;
  color: #fff;
  position: absolute;
  right: 1.2rem;
  top: 0.45rem;
  line-height: 1;
}
.login a {
  color: #fff;
}

#login_span {
  max-width: 2.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dia-tip .sure-btn {
  margin: 0;
}
.dia-tip-grant .refuse-btn {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/refuse-btn.png) no-repeat center/cover;
  width: 2.7rem;
  height: .7rem;
  margin-right: .1rem;
}

.dia-tip-grant .agree-btn {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/aggre-btn.png) no-repeat center/cover;
  width: 2.7rem;
  height: .7rem;
  margin-left: .1rem;
}

.dia-tip-just .share-btn {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/share-btn.png) no-repeat center/cover;
  width: 2.7rem;
  height: .7rem;
}

#milo-error-message {
  width: 80%;
  position: absolute;
  left: 50%;
  bottom: 2.2rem;
  transform: translateX(-50%);
  display: none;
  color: #f00;
  font-size: .2rem;
  text-align: center;
  line-height: 1;
}

.backhome-btn {
  background: url(//game.gtimg.cn/images/slg/cp/a20221010recordm/back-btn.png) no-repeat center/cover;
  width: 1.52rem;
  height: .48rem;
  position: absolute;
  left: 0;
  top: .6rem;
}