.music-m-btn {
  width: 30px;
  align-items: center;
  height: 14px;
  justify-content: space-between;
  display: flex;
  z-index: 888;
}
.music-m-btn .music-m-bar {
  width: 10%;
  height: 100%;
  background-color: #f2f2f2;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  float: left;
}
@media screen and (min-width: 500px) {
  .music-m-btn {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 400px) {
  .music-m-btn {
    transform: scale(0.85);
  }
}
@media screen and (max-width: 350px) {
  .music-m-btn {
    transform: scale(0.8);
  }
}
.music-m-btn .music-m-bar:nth-child(1) {
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.music-m-btn .music-m-bar:nth-child(2) {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.music-m-btn .music-m-bar:nth-child(3) {
  transform: scaleY(1.5);
  -webkit-transform: scaleY(1.5);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.music-m-btn .music-m-bar:nth-child(4) {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.music-m-btn .music-m-bar:nth-child(5) {
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.music-m-btn.active .music-m-bar:nth-child(1) {
  animation-name: audio-wave3;
  animation-delay: 0.3s;
}
.music-m-btn.active .music-m-bar:nth-child(2) {
  animation-name: audio-wave3;
  animation-delay: 0.5s;
}
.music-m-btn.active .music-m-bar:nth-child(3) {
  animation-name: audio-wave3;
  animation-delay: 0.7s;
}
.music-m-btn.active .music-m-bar:nth-child(4) {
  animation-name: audio-wave3;
  animation-delay: 0.9s;
}
.music-m-btn.active .music-m-bar:nth-child(5) {
  animation-name: audio-wave3;
  animation-delay: 1.2s;
}
@keyframes audio-wave3 {
  100% {
    transform: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
  }
}
.mobile {
  display: none;
  font-family: 'MiSans-Medium';
  overflow: auto;
  height: 100%;
  overflow-x: hidden;
}
.mobile::-webkit-scrollbar {
  display: none;
}
.mobile .header {
  width: 100%;
  height: 2.24rem;
  padding: 0 0.72rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-image: url(../assets/images/mobile/navbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.mobile .header .left {
  line-height: 1;
}
.mobile .header .left img {
  width: 4.8rem;
  height: 2.2rem;
  margin-top: -20px;
}
.mobile .header .right {
  width: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile .header .right .menu {
  width: 0.96rem;
  height: 0.96rem;
}
.mobile .header .right .close {
  width: 0.96rem;
  height: 0.96rem;
}
.mobile .menuPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(8, 8, 13, 0.85);
  z-index: 99;
  padding: 2.24rem 1.28rem 0;
  overflow: auto;
}
.mobile .menuPopup .menuContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 7.03125vh;
}
.mobile .menuPopup .menuContent .menuItem {
  width: 100%;
  height: 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #68686c;
  font-size: 0.64rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0.64rem;
  max-height: calc(95vh / 8 - 3.52rem / 8 - 7.03125vh / 8);
}
.mobile .menuPopup .menuContent .menuItem .tag {
  font-size: 12px;
  color: #cccccc;
  transform: scale(0.6);
}
.mobile .menuPopup .menuContent .menuItem .select {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.08rem;
}
.mobile .menuPopup .menuContent .menuItemActive {
  color: #fff;
  font-family: 'MiSans-Medium';
}
.mobile .menuPopup .contactGroup {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile .menuPopup .contactGroup img {
  width: 1.28rem;
  height: 1.28rem;
}
.mobile .inputBox {
  border-width: 1px;
}
.mobile .pageBox {
  width: 100%;
  background-image: url(../assets/images/mobile/bg.png);
  background-size: cover;
  background-position: top center;
}
.mobile .page1_m {
  width: 100%;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-image: url(../assets/images/mobile/page1/bg.png);
  background-size: cover;
  background-position: top center;
  position: relative;
}
.mobile .page1_m .userBox {
  position: absolute;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  right: 15px;
  top: 2.24rem;
  font-size: 18px;
  color: #ffffff;
  z-index: 98;
  transform-origin: right top;
}
.mobile .page1_m .userBox.active {
  z-index: 100;
}
.mobile .page1_m .userBox .login {
  padding: 6px 20px;
}
.mobile .page1_m .userBox .user {
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.mobile .page1_m .userBox .user span {
  margin-right: 14px;
}
.mobile .page1_m .userBox .user .btn {
  width: 23px;
  padding: 20px;
  box-sizing: content-box;
  margin: -20px;
}
.mobile .page1_m .resizeBox {
  width: 100%;
  height: 100%;
  transform-origin: bottom center;
}
.mobile .page1_m .center {
  width: 490px;
  height: 375px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 34px;
}
.mobile .page1_m .center .titleBox {
  position: relative;
}
.mobile .page1_m .center .titleBox .img1 {
  display: block;
  width: 530px;
  transform: translateX(-30px);
}
.mobile .page1_m .center .titleBox .txt {
  position: absolute;
  left: 1%;
  top: 50%;
}
.mobile .page1_m .center .titleBox .txt img {
  position: absolute;
  left: 0;
  top: 0;
  width: 267px;
  transform: scale(1.05);
}
.mobile .page1_m .center .titleBox .txt span {
  font-size: 19px;
  position: absolute;
  width: 205px;
  text-align: right;
  color: #ffffff;
  left: 22px;
  top: 26px;
  transform: skewX(-8deg);
  text-shadow: 0 0 10px #000000;
  font-weight: 800;
}
.mobile .page1_m .center .btnBox {
  position: relative;
  margin: -22px auto 0;
  width: 400px;
}
.mobile .page1_m .center .btnBox .bg {
  width: 100%;
  margin: 0 auto;
}
.mobile .page1_m .center .btnBox .t {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 21px;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  text-shadow: 0 0 13px #10006b;
}
.mobile .page1_m .center .btnBox .btn {
  cursor: pointer;
  position: absolute;
  margin: 0 auto;
  top: 51px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
}
.mobile .page1_m .bottomImg {
  position: absolute;
  width: calc(100% - 12px);
  left: 6px;
  bottom: 6px;
}
.mobile .page1_m .bottomImg img {
  width: 100%;
}
.mobile .page1_m .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.mobile .page1_m .rightImg img {
  margin-right: 15px;
  margin-bottom: 138px;
  width: 4px;
}
.mobile .page2_m {
  width: 100%;
  background-image: url(../assets/images/mobile/page2/bg.png);
  background-size: 100% 64.165%;
  background-repeat: no-repeat;
  background-position: 0 35%;
  position: relative;
}
.mobile .page2_m .leftImg {
  position: absolute;
  left: 0;
  top: 0;
}
.mobile .page2_m .leftImg .img1 {
  position: absolute;
  left: 41px;
  top: -31px;
  width: 72px;
}
.mobile .page2_m .leftImg .img2 {
  position: absolute;
  left: 29px;
  top: 85px;
  width: 17.5px;
}
.mobile .page2_m .leftImg .img3 {
  position: absolute;
  left: 26px;
  top: 14px;
  width: 46.5px;
}
.mobile .page2_m .leftImg .img5 {
  position: absolute;
  top: 361px;
  left: 14px;
  width: 4px;
  transform: rotateY(180deg);
}
.mobile .page2_m .rightImg {
  position: absolute;
  right: 0;
  top: 0;
}
.mobile .page2_m .rightImg .img3 {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 78.5px;
}
.mobile .page2_m .rightImg .img4 {
  position: absolute;
  right: 22px;
  top: 85px;
  width: 25.5px;
}
.mobile .page2_m .rightImg .img6 {
  position: absolute;
  top: 361px;
  right: 14px;
  width: 4px;
}
.mobile .page2_m .content {
  position: relative;
  width: 100%;
  transform-origin: top center;
}
.mobile .page2_m .content .img7 {
  width: 371.5px;
  padding-top: 26px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mobile .page2_m .content .tip {
  font-size: 19px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 26px;
  color: #ffffff;
  opacity: 0.8;
}
.mobile .page2_m .content .center {
  width: 473.5px;
  height: 390px;
  background-image: url(../assets/images/mobile/page2/txt_bg.png);
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.mobile .page2_m .content .center .item {
  width: 100.5px;
  height: 130.5px;
  background-image: url(../assets/images/mobile/page2/01.png);
  background-size: 100% 100%;
  position: absolute;
  top: 52.5px;
}
.mobile .page2_m .content .center .item img {
  width: 80px;
  margin: 15px 10px 8px;
}
.mobile .page2_m .content .center .item span {
  font-size: 20px;
  color: #ffffff;
  display: block;
  width: 200px;
  min-width: max-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  text-align: center;
  line-height: 24px;
}
.mobile .page2_m .content .center .item:nth-child(1) {
  left: 43px;
}
.mobile .page2_m .content .center .item:nth-child(2) {
  left: 183.5px;
}
.mobile .page2_m .content .center .item:nth-child(3) {
  left: 330px;
}
.mobile .page2_m .content .center .line {
  width: 429px;
  height: 53.5px;
  position: absolute;
  left: 22px;
  top: 225px;
}
.mobile .page2_m .content .center .inputBox {
  position: absolute;
  left: 31.5px;
  top: 233.5px;
  width: 410px;
  height: 35px;
  display: flex;
  align-items: center;
}
.mobile .page2_m .content .center .inputBox .txt {
  font-size: 13px;
  width: 39px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
}
.mobile .page2_m .content .center .inputBox .inputLine {
  width: 1px;
  height: 11px;
  background-color: #5c5e66;
}
.mobile .page2_m .content .center .inputBox .input {
  flex-grow: 1;
  height: 35px;
  font-size: 13px;
  line-height: 13px;
  padding: 0 10px;
}
.mobile .page2_m .content .center .btn {
  position: absolute;
  bottom: 25.5px;
  left: 119.5px;
  width: 243.5px;
  height: 72px;
  background-image: url(../assets/images/mobile/page2/btn1.png);
  background-size: 100% 100%;
}
.mobile .page2_m .content .center .btn .icon {
  width: 150px;
  position: absolute;
  left: -42px;
  top: -48px;
}
.mobile .page2_m .content .center .btn .txt {
  font-size: 16px;
  color: #f9ff5f;
  position: absolute;
  right: 39px;
  bottom: 10px;
  line-height: 20px;
}
.mobile .page2_m .content .center .btn.centerBtn {
  bottom: 63.5px;
  background-image: url(../assets/images/mobile/page2/btn2.png);
}
.mobile .page3_m {
  width: 100%;
  position: relative;
}
.mobile .page3_m .leftImg {
  position: absolute;
  left: 0;
  top: 0;
}
.mobile .page3_m .leftImg .img1 {
  position: absolute;
  left: 29px;
  top: 46.5px;
  width: 17.5px;
}
.mobile .page3_m .leftImg .img2 {
  position: absolute;
  left: 10px;
  top: 94px;
  width: 46.5px;
}
.mobile .page3_m .leftImg .img3 {
  position: absolute;
  top: 522px;
  left: 14px;
  width: 4px;
  transform: rotateY(180deg);
}
.mobile .page3_m .rightImg {
  position: absolute;
  right: 0;
  top: 0;
}
.mobile .page3_m .rightImg .img1 {
  position: absolute;
  right: 17px;
  top: 46.5px;
  width: 25.5px;
}
.mobile .page3_m .rightImg .img2 {
  position: absolute;
  top: 522px;
  right: 14px;
  width: 4px;
}
.mobile .page3_m .content {
  width: 100%;
  transform-origin: top center;
  position: relative;
}
.mobile .page3_m .content .title {
  padding-top: 29px;
  width: 493px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mobile .page3_m .content .titleTip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 600px;
  left: 50%;
  transform: translateX(-50%);
}
.mobile .page3_m .content .titleTip .t {
  color: #ffffff;
  opacity: 0.8;
  font-size: 19px;
  line-height: 35px;
}
.mobile .page3_m .content .titleTip .ruleBtn {
  margin: -20px;
  padding: 30px 19px;
  margin-left: -12px;
}
.mobile .page3_m .content .titleTip .ruleBtn .rule {
  height: 18px;
  width: 50px;
  font-size: 14px;
  color: #292b3e;
  line-height: 14px;
  padding: 2px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 9px;
}
.mobile .page3_m .content .awardBox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 600px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -3px;
}
.mobile .page3_m .content .awardBox .item {
  position: relative;
  width: 146px;
  height: 146px;
}
.mobile .page3_m .content .awardBox .item .img1,
.mobile .page3_m .content .awardBox .item .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.mobile .page3_m .content .awardBox .item .txt {
  font-size: 12px;
  line-height: 20px;
  transform: scale(0.91667);
  width: 146px;
  text-align: center;
  position: absolute;
  bottom: 11px;
  color: #ffffff;
}
.mobile .page3_m .content .btnBox {
  width: 400px;
  color: #0de5ff;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: -14px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mobile .page3_m .content .btnBox .btn {
  cursor: pointer;
  padding: 20px 10px;
  margin-left: 20px;
  margin-right: -10px;
}
.mobile .page3_m .content .btnBox .btn .txt {
  border-bottom: 1px solid #0de5ff;
}
.mobile .page3_m .content .bottomImg {
  width: 72px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(43px);
}
.mobile .page3_m .content .teamBox {
  width: 473.5px;
  height: 390px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mobile .page3_m .content .teamBox .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mobile .page3_m .content .teamBox .img2 {
  position: absolute;
  left: -18.5px;
  bottom: -15px;
  width: 60.5px;
}
.mobile .page3_m .content .teamBox .playerList {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  position: relative;
}
.mobile .page3_m .content .teamBox .playerList .item {
  width: 86px;
  text-align: center;
}
.mobile .page3_m .content .teamBox .playerList .item:nth-child(1) .head {
  background-image: url(../assets/images/mobile/page3/head1.png);
}
.mobile .page3_m .content .teamBox .playerList .item:nth-child(2) .head {
  background-image: url(../assets/images/mobile/page3/head2.png);
}
.mobile .page3_m .content .teamBox .playerList .item:nth-child(3) .head {
  background-image: url(../assets/images/mobile/page3/head3.png);
}
.mobile .page3_m .content .teamBox .playerList .item:nth-child(4) .head {
  background-image: url(../assets/images/mobile/page3/head4.png);
}
.mobile .page3_m .content .teamBox .playerList .item:nth-child(5) .head {
  background-image: url(../assets/images/mobile/page3/head5.png);
}
.mobile .page3_m .content .teamBox .playerList .item .head {
  width: 59px;
  height: 59px;
  background-size: 100% 100%;
  margin: 0 auto;
}
.mobile .page3_m .content .teamBox .playerList .item .head[type="1"] {
  background-image: url(../assets/images/mobile/page3/head6.png);
}
.mobile .page3_m .content .teamBox .playerList .item .head img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: relative;
  top: 2px;
  left: 2px;
}
.mobile .page3_m .content .teamBox .playerList .item .name {
  font-size: 12px;
  transform: scale(0.91667);
  line-height: 18px;
  color: #ffffff;
}
.mobile .page3_m .content .teamBox .playerList .item .name[type="1"] {
  color: #ffb400;
}
.mobile .page3_m .content .teamBox .playerList .item .number {
  color: #ffffff;
  opacity: 0.6;
  font-size: 12px;
  transform: scale(0.6667);
  line-height: 16px;
  height: 20px;
}
.mobile .page3_m .content .teamBox .createTeamBox {
  margin: 5px auto 40px;
  height: 33.5px;
  width: 388px;
  background-image: url(../assets/images/mobile/page3/res_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 8px;
  position: relative;
}
.mobile .page3_m .content .teamBox .createTeamBox .createBtn {
  cursor: pointer;
  margin: 0 auto;
  width: 109px;
  height: 100%;
  background-image: url(../assets/images/mobile/page3/btn1.png);
  transform: translateY(3px);
  background-size: 100% 100%;
}
.mobile .page3_m .content .teamBox .createTeamBox .createBtn.hasTeam {
  background-image: url(../assets/images/mobile/page3/btn2.png);
}
.mobile .page3_m .content .teamBox .awardList {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mobile .page3_m .content .teamBox .awardList .item {
  background-color: rgba(255, 255, 255, 0.06);
  width: 140px;
  height: 115px;
  border-radius: 2px;
  margin: 0 5px;
}
.mobile .page3_m .content .teamBox .awardList .item .target {
  font-size: 12px;
  line-height: 20px;
  transform: translateY(-50%) scale(0.91667);
  width: 100%;
  min-width: max-content;
  text-align: center;
  color: #ffffff;
}
.mobile .page3_m .content .teamBox .awardList .item .numAward {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}
.mobile .page3_m .content .teamBox .awardList .item .numAward .awardItem {
  width: 66px;
  position: relative;
}
.mobile .page3_m .content .teamBox .awardList .item .numAward .awardItem .bg {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  left: 8px;
}
.mobile .page3_m .content .teamBox .awardList .item .numAward .awardItem .itemImg {
  width: 60px;
  height: 60px;
  margin: -5px 3px -13px;
}
.mobile .page3_m .content .teamBox .awardList .item .numAward .awardItem .name,
.mobile .page3_m .content .teamBox .awardList .item .numAward .awardItem .num {
  width: 150%;
  margin: 0 -25%;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  transform: scale(0.75);
  line-height: 20px;
  margin-top: -8px;
}
.mobile .page3_m .content .teamBox .awardList .item .getBtn {
  width: 96px;
  height: 30.5px;
  margin: 0 auto;
  background-image: url(../assets/images/mobile/page3/btn3.png);
  background-size: 100% 100%;
  font-size: 13px;
  text-align: center;
  line-height: 30.5px;
  color: #ffffff;
  margin-top: 9px;
  cursor: pointer;
}
.mobile .page3_m .content .teamBox .awardList .item .getBtn.unUse {
  cursor: auto;
  background-image: url(../assets/images/mobile/page3/btn4.png);
}
.mobile .page3_m .content .teamBox .tip {
  font-size: 12px;
  transform: scale(0.8333);
  color: #ffffff;
  line-height: 18px;
  margin-top: 42px;
  text-align: center;
  width: 62%;
  margin: 22px auto 0;
  height: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.mobile .page4_m {
  width: 100%;
  position: relative;
  background-image: url(../assets/images/mobile/page4/bg.png);
  background-size: cover;
}
.mobile .page4_m .leftImg {
  position: absolute;
  left: 0;
  top: 0;
}
.mobile .page4_m .leftImg .img1 {
  position: absolute;
  left: 30px;
  top: 85px;
  width: 17.5px;
}
.mobile .page4_m .rightImg {
  position: absolute;
  right: 0;
  top: 0;
}
.mobile .page4_m .rightImg .img1 {
  position: absolute;
  right: 17px;
  top: 85px;
  width: 25.5px;
}
.mobile .page4_m .bottomImg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mobile .page4_m .bottomImg .img1 {
  position: absolute;
  left: 21.5px;
  bottom: 17.5px;
  width: 123.5px;
}
.mobile .page4_m .content {
  width: 100%;
  position: relative;
  padding-top: 32px;
  transform-origin: top center;
}
.mobile .page4_m .content .titleImg {
  width: 371.5px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mobile .page4_m .content .titleTip {
  color: #ffffff;
  width: 600px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 19px;
  text-align: center;
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 180px;
}
.mobile .page4_m .content .titleTip #actCount_m {
  color: #16c6e7;
}
.mobile .page4_m .content .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 563px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mobile .page4_m .content .list .item {
  margin: 0 1px;
  width: 87px;
  height: 225.5px;
  background-image: url(../assets/images/mobile/page4/bg1.png);
  background-size: 100% 100%;
}
.mobile .page4_m .content .list .item .target {
  color: #ffffff;
  text-shadow: 0 0 2px #000000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-family: 'MiSans-Bold';
  line-height: 30px;
  margin-top: 3px;
  font-weight: 800;
}
.mobile .page4_m .content .list .item .target .num1 {
  font-size: 24px;
  margin-right: 2px;
}
.mobile .page4_m .content .list .item .target .num2 {
  font-size: 14px;
  margin-bottom: -2px;
}
.mobile .page4_m .content .list .item .tip {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #989999;
  padding-bottom: 5px;
  margin-top: -11px;
  transform: scale(0.45);
}
.mobile .page4_m .content .list .item .awardBox {
  height: 150px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mobile .page4_m .content .list .item .awardBox .award {
  height: 75px;
  width: 100%;
  position: relative;
}
.mobile .page4_m .content .list .item .awardBox .award .bg {
  position: absolute;
  left: 21px;
  top: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.1);
}
.mobile .page4_m .content .list .item .awardBox .award .itemImg {
  margin: -7.5px auto 0;
  width: 60px;
}
.mobile .page4_m .content .list .item .awardBox .award .itemImg[imgId="2"],
.mobile .page4_m .content .list .item .awardBox .award .itemImg[imgId="3"] {
  margin: -4.5px auto 3px;
  width: 54px;
}
.mobile .page4_m .content .list .item .awardBox .award .itemImg[imgId="11003"] {
  margin: -2.5px auto 5px;
  width: 50px;
}
.mobile .page4_m .content .list .item .awardBox .award .itemImg[imgId="11453"] {
  margin: -10.5px auto -13px;
  width: 66px;
}
.mobile .page4_m .content .list .item .awardBox .award .str,
.mobile .page4_m .content .list .item .awardBox .award .strNum {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  text-shadow: 0 0 2px #000000;
  line-height: 16px;
  margin-top: -10px;
  transform: scale(0.7);
}
.mobile .page4_m .content .list .item .awardBox .award .strNum {
  margin-top: -6px;
}
.mobile .page4_m .content .list .item .awardBox .award.oneItem {
  margin-top: -10px;
}
.mobile .page4_m .content .list .item .awardBox .award.oneItem .str {
  margin-top: -4px;
}
.mobile .page4_m .content .list .item .awardBox .award.skin {
  margin-top: -33px;
}
.mobile .page4_m .content .list .item .awardBox .award.skin .skinBg {
  margin: 0 auto;
  width: 53px;
}
.mobile .page4_m .content .list .item .awardBox .award.skin .type {
  margin-top: 3px;
  margin-bottom: 5px;
}
.mobile .page4_m .content .list .item .statusBox {
  text-align: center;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #989999;
}
.mobile .page4_m .content .list .item .statusBox img {
  display: none;
  margin-right: 2px;
  width: 20px;
}
.mobile .page4_m .content .list .item .statusBox .t2 {
  display: none;
  font-weight: 800;
}
.mobile .page4_m .content .list .item.achieved {
  background-image: url(../assets/images/mobile/page4/bg2.png);
}
.mobile .page4_m .content .list .item.achieved .tip {
  color: #ffffff;
  text-shadow: 0 0 2px #000000;
}
.mobile .page4_m .content .list .item.achieved .awardBox .award .bg {
  border-color: rgba(255, 255, 255, 0.3);
}
.mobile .page4_m .content .list .item.achieved .statusBox {
  color: #ffffff;
  text-shadow: 0 0 2px #2d2d2d;
}
.mobile .page4_m .content .list .item.achieved .statusBox img {
  display: block;
}
.mobile .page4_m .content .list .item.achieved .statusBox .t1 {
  display: none;
}
.mobile .page4_m .content .list .item.achieved .statusBox .t2 {
  display: block;
}
.mobile .mobileFooter {
  width: 100%;
  background-color: #000;
  color: #848484;
  font-size: 0.48rem;
  padding: 0 1rem 1.08rem;
  text-align: center;
  border-top: 1px solid #383739;
  padding-top: 1.52rem;
  font-family: 'MiSans-Regular';
}
.mobile .mobileFooter .m-title,
.mobile .mobileFooter .tips,
.mobile .mobileFooter .com {
  color: #fff;
  transform: scale(0.8333);
  width: 120%;
  transform-origin: 0 0;
  opacity: 0.5;
  line-height: 2.2;
}
.mobile .mobileFooter .m-title {
  margin-bottom: 0.24rem;
}
.mobile .mobileFooter .tips {
  margin-bottom: -2%;
}
.mobile .mobileFooter .footIconBox {
  position: relative;
}
.mobile .mobileFooter .footIconBox .icon {
  width: 31.467vw;
  margin: 0 auto 0.4rem;
}
.mobile .mobileFooter .footIconBox .dot {
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.5;
  position: absolute;
}
.mobile .mobileFooter .footIconBox .dot.dot1 {
  left: -8px;
}
.mobile .mobileFooter .footIconBox .dot.dot2 {
  right: -8px;
}
#dialogBox[type="6"] .dialog .resetSize_m {
  width: 460px;
  height: 680px;
  background-image: url(../assets/images/mobile/dialog/dialogBg2.png);
}
#dialogBox .dialog .resetSize_m {
  width: 460px;
  height: 310px;
  position: relative;
  background-image: url(../assets/images/mobile/dialog/dialogBg1.png);
  background-size: 100% 100%;
}
#dialogBox .dialog .resetSize_m .pcBg {
  display: none;
}
#dialogBox .dialog .resetSize_m .mobileBg {
  position: absolute;
  width: 100%;
  height: 100%;
}
#dialogBox .dialog .resetSize_m .mobileBg .img1 {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 72px;
}
#dialogBox .dialog .resetSize_m .mobileBg .img2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
}
#dialogBox .dialog .resetSize_m .mobileBg .img3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 32px;
}
#dialogBox .dialog .resetSize_m .mobileBg .img4 {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 72px;
}
#dialogBox .dialog .resetSize_m .mobileBg #closeBtn {
  padding: 14px;
  height: 59px;
  width: 59px;
  position: absolute;
  cursor: pointer;
  right: -51.5px;
  top: -17.5px;
}
#dialogBox .dialog .resetSize_m .mobileBg #closeBtn img {
  width: 31px;
}
#dialogBox .dialog .resetSize_m #dialogContent {
  position: relative;
}
#dialogBox .dialog .resetSize_m .dialogTitleBox {
  padding: 22px 14.5px 0;
  margin: 0 auto;
  display: inline-flex;
  position: relative;
  height: 36px;
  background-position: center bottom;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
#dialogBox .dialog .resetSize_m .dialogTitleBox[type="1"] {
  background-image: url(../assets/images/mobile/dialog/title1.png);
  width: 115px;
  background-size: 91px 21.5px;
}
#dialogBox .dialog .resetSize_m .dialogTitleBox[type="2"] {
  background-image: url(../assets/images/mobile/dialog/title2.png);
  width: 137.5px;
  background-size: 113.5px 21.5px;
}
#dialogBox .dialog .resetSize_m .dialogTitleBox[type="3"] {
  background-image: url(../assets/images/mobile/dialog/title3.png);
  width: 137.5px;
  background-size: 113.5px 21.5px;
}
#dialogBox .dialog .resetSize_m .dialogTitleBox[type="4"] {
  background-image: url(../assets/images/mobile/dialog/title4.png);
  width: 114px;
  background-size: 90px 21.5px;
}
#dialogBox .dialog .resetSize_m .dialogTitleBox[type="5"] {
  background-image: url(../assets/images/mobile/dialog/title5.png);
  width: 115px;
  background-size: 91px 21.5px;
}
#dialogBox .dialog .resetSize_m .dialogTitleBox[type="6"] {
  background-image: url(../assets/images/mobile/dialog/title6.png);
  width: 114.5px;
  background-size: 90.5px 21.5px;
}
#dialogBox .dialog .resetSize_m .dialogTitleBox::before {
  position: absolute;
  right: 100%;
  top: 21px;
  content: " ";
  width: 74px;
  height: 10px;
  background-image: url(../assets/images/mobile/dialog/line1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#dialogBox .dialog .resetSize_m .dialogTitleBox::after {
  position: absolute;
  left: 100%;
  top: 21px;
  content: "";
  width: 74px;
  height: 10px;
  background-image: url(../assets/images/mobile/dialog/line2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#dialogBox .dialog .resetSize_m .inputBox {
  width: 360px;
  margin: 0 auto;
  display: flex;
  font-size: 13px;
  align-items: center;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 29px;
  border-width: 1px;
}
#dialogBox .dialog .resetSize_m .inputBox .input {
  padding: 0 15px;
  height: 34px;
  width: 100px;
  flex-grow: 1;
  font-size: 13px;
}
#dialogBox .dialog .resetSize_m .inputBox .des {
  padding: 0 10px;
  height: 34px;
  width: 100px;
  flex-grow: 1;
  font-size: 13px;
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  color: #989999;
}
#dialogBox .dialog .resetSize_m .inputBox .inputLine {
  width: 1px;
  height: 22px;
  background-color: #ffffff;
  opacity: 0.3;
}
#dialogBox .dialog .resetSize_m .inputBox .inputBtn {
  text-align: center;
  width: 120px;
  cursor: pointer;
}
#dialogBox .dialog .resetSize_m .dialog_1 .logoImg {
  height: 109px;
  transform: translateY(-40px);
  background-image: url(../assets/images/mobile/dialog/logo.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: 233.5px 109px;
  margin-bottom: -29px;
}
#dialogBox .dialog .resetSize_m .dialog_1 .tipBox {
  display: flex;
  align-items: center;
  padding-left: 90px;
  margin-top: -5px;
}
#dialogBox .dialog .resetSize_m .dialog_1 .tipBox .pointBox {
  height: 56px;
  width: 100px;
  padding: 18px 40px;
  margin: -18px -30px -18px -40px;
  cursor: pointer;
}
#dialogBox .dialog .resetSize_m .dialog_1 .tipBox .pointBox .point {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.04);
}
#dialogBox .dialog .resetSize_m .dialog_1 .tipBox .pointBox .point .chooseBox {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 2px;
  background-color: #3becfa;
  display: none;
}
#dialogBox .dialog .resetSize_m .dialog_1 .tipBox .txt {
  color: #ababab;
  font-size: 12px;
  line-height: 20px;
}
#dialogBox .dialog .resetSize_m .dialog_1 .tipBox .txt span {
  color: #ff780d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#dialogBox .dialog .resetSize_m .dialog_1 .btn {
  cursor: pointer;
  width: 233px;
  height: 44px;
  margin: 22px auto 0;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #ffffff;
  background-image: url(../assets/images/mobile/dialog/btn1.png);
  background-size: 100% 100%;
}
#dialogBox .dialog .resetSize_m .dialog_2 .tip {
  color: #989999;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  margin-top: 50px;
  margin-bottom: 30px;
}
#dialogBox .dialog .resetSize_m .dialog_2 .tip.center {
  margin: 75px 0 56px;
}
#dialogBox .dialog .resetSize_m .dialog_2 .inputWerper {
  height: 36px;
}
#dialogBox .dialog .resetSize_m .dialog_2 .inputWerper .inputBox {
  margin-bottom: 0;
}
#dialogBox .dialog .resetSize_m .dialog_2 .inputWerper .inputBox .input {
  padding: 0 15px;
}
#dialogBox .dialog .resetSize_m .dialog_2 .inputWerper .inputBox .copyLink {
  width: 120px;
}
#dialogBox .dialog .resetSize_m .dialog_2 .btnBox {
  margin: 15px 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#dialogBox .dialog .resetSize_m .dialog_2 .btnBox .btn {
  padding: 20px 0;
  width: 143px;
  height: 83px;
  background-image: url(../assets/images/mobile/dialog/btn2.png);
  background-position: 0 20px;
  background-size: 143px 43px;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
}
#dialogBox .dialog .resetSize_m .dialog_2 .btnBox .center {
  margin: 0 auto;
}
#dialogBox .dialog .resetSize_m .dialog_3 .awardList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 45px;
}
#dialogBox .dialog .resetSize_m .dialog_3 .awardList .item {
  width: 65px;
  height: 65px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin: 0 26.5px;
}
#dialogBox .dialog .resetSize_m .dialog_3 .awardList .item img {
  width: 80px;
  margin: -12.5px;
  position: absolute;
}
#dialogBox .dialog .resetSize_m .dialog_3 .inputBox {
  margin-bottom: 34.5px;
}
#dialogBox .dialog .resetSize_m .dialog_3 .inputBox .des {
  padding: 0 15px;
}
#dialogBox .dialog .resetSize_m .dialog_3 .inputBox .copySdk {
  width: 60px;
}
#dialogBox .dialog .resetSize_m .dialog_3 .tip {
  text-align: center;
  color: #ababab;
  font-size: 13px;
  line-height: 20px;
}
#dialogBox .dialog .resetSize_m .dialog_4 .awardList {
  padding-top: 7px;
  height: 223px;
}
#dialogBox .dialog .resetSize_m .dialog_4 .awardList .award {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 33px 16px 32px;
}
#dialogBox .dialog .resetSize_m .dialog_4 .awardList .award .item {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-right: 17px;
}
#dialogBox .dialog .resetSize_m .dialog_4 .awardList .award .item img {
  width: 62px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#dialogBox .dialog .resetSize_m .dialog_4 .awardList .award .inputBox {
  margin: unset;
  margin-left: 10px;
  width: 260px;
}
#dialogBox .dialog .resetSize_m .dialog_4 .awardList .award .inputBox .copySdk {
  width: 60px;
}
#dialogBox .dialog .resetSize_m .dialog_4 .tip {
  text-align: center;
  color: #ababab;
  font-size: 13px;
  line-height: 30px;
}
#dialogBox .dialog .resetSize_m .dialog_5 .txtContent {
  margin: 10px 0 16px;
  height: 240px;
  width: 460px;
  overflow-y: auto;
}
#dialogBox .dialog .resetSize_m .dialog_5 .txtContent::-webkit-scrollbar {
  display: none;
}
#dialogBox .dialog .resetSize_m .dialog_5 .txtContent {
  margin-left: 20px;
  width: 420px;
  font-size: 13px;
  line-height: 18px;
  color: #989999;
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 17px 0 0;
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList .item {
  width: 260px;
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList .item:nth-child(2n) {
  transform: translateX(200px);
  margin: -54px 0;
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList .item .rank {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList .item .name {
  color: #ff780d;
  font-size: 13px;
  line-height: 15px;
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList .item .icon {
  width: 90px;
  height: 90px;
  background-image: url(../assets/images/mobile/dialog/res_02.png);
  background-size: 100% 100%;
  position: relative;
  margin: 25px auto 0;
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList .item .icon .img {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList .item .icon .img[type="1"] {
  background-image: url(../assets/images/mobile/dialog/item_1.png);
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList .item .icon .img[type="2"] {
  background-image: url(../assets/images/mobile/dialog/item_2.png);
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList .item .icon .img[type="3"] {
  background-image: url(../assets/images/mobile/dialog/item_3.png);
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList .item .icon .img[type="4"] {
  background-image: url(../assets/images/mobile/dialog/item_4.png);
}
#dialogBox .dialog .resetSize_m .dialog_6 .itemList .item .icon .img[type="5"] {
  background-image: url(../assets/images/mobile/dialog/item_5.png);
}
