/** mixins **/

/* 梦源黑体TW-W21 正文 */

@font-face {
  font-family: 'Dream Han Sans HK';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/DreamHanSansTW-Regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/DreamHanSansTW-Regular.woff') format('woff');
  font-weight: 400;
}

/* Anton 标题 */

@font-face {
  font-family: Anton;
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/Anton-Regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/Anton-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: hyllhj;
  src: url('https://comm.res.easebar.com/js/nie/ref/fonts/hyllhj.woff2') format('woff2'), url('https://comm.res.easebar.com/js/nie/ref/fonts/hyllhj.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes pic_ani {
  0% {
    -webkit-transform: translate3d(0, 0.94rem, 0);
    transform: translate3d(0, 0.94rem, 0);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate3d(0, 0.94rem, 0);
    transform: translate3d(0, 0.94rem, 0);
    opacity: 0;
  }

  30% {
    -webkit-transform: translate3d(0, 0.91rem, 0);
    transform: translate3d(0, 0.91rem, 0);
    opacity: 0;
  }

  60% {
    -webkit-transform: translate3d(0, 0.14rem, 0);
    transform: translate3d(0, 0.14rem, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes pic_ani {
  0% {
    -webkit-transform: translate3d(0, 0.94rem, 0);
    transform: translate3d(0, 0.94rem, 0);
    opacity: 0;
  }

  25% {
    -webkit-transform: translate3d(0, 0.94rem, 0);
    transform: translate3d(0, 0.94rem, 0);
    opacity: 0;
  }

  30% {
    -webkit-transform: translate3d(0, 0.91rem, 0);
    transform: translate3d(0, 0.91rem, 0);
    opacity: 0;
  }

  60% {
    -webkit-transform: translate3d(0, 0.14rem, 0);
    transform: translate3d(0, 0.14rem, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes menu_ani {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  20% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  50% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }

  80% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes menu_ani {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  20% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  50% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }

  80% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes menu_close_ani {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0;
  }

  30% {
    -webkit-transform: scale(0.93, 0.93);
    transform: scale(0.93, 0.93);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 0.5;
  }

  70% {
    -webkit-transform: scale(0.93, 0.93);
    transform: scale(0.93, 0.93);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes menu_close_ani {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }

  20% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0;
  }

  30% {
    -webkit-transform: scale(0.93, 0.93);
    transform: scale(0.93, 0.93);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 0.5;
  }

  70% {
    -webkit-transform: scale(0.93, 0.93);
    transform: scale(0.93, 0.93);
    opacity: 1;
  }

  80% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}

.topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.1rem;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/bg-top_91f6f720.png) no-repeat center center / 100% auto;
}

.topbar__logo {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-006998_006998ee.png);
  background-size: 8.22rem 6.06rem;
  background-position: -7.06rem -2.98rem;
  width: 0.82rem;
  height: 0.82rem;
}

.topbar__desc {
  margin: 0 auto 0 0.16rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-006998_006998ee.png);
  background-size: 8.22rem 6.06rem;
  background-position: -4.21rem -1.49rem;
  width: 2.94rem;
  height: 0.71rem;
}

.btn-pre-register {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-006998_006998ee.png) no-repeat;
  background-size: 8.22rem 6.06rem;
  background-position: -4.21rem -2.24rem;
  width: 2.32rem;
  height: 0.69rem;
}

.btn-menu-open {
  position: fixed;
  z-index: 20;
  top: 1.12rem;
  right: 0.2rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-006998_006998ee.png);
  background-size: 8.22rem 6.06rem;
  background-position: -7.19rem -1.49rem;
  width: 0.66rem;
  height: 0.64rem;
  -webkit-animation: menu_ani 0.333s linear forwards;
  animation: menu_ani 0.333s linear forwards;
}

.pop.menu-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #3c6393;
  z-index: 99;
  overflow: hidden;
}

.pop.menu-pop .btn-menu-close {
  position: absolute;
  top: 1rem;
  right: 0.2rem;
  width: 0.8rem;
  height: 0.78rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/btn-menu-close_d389cf7b.png) no-repeat center center / 100% auto;
  -webkit-animation: menu_close_ani 0.333s linear forwards;
  animation: menu_close_ani 0.333s linear forwards;
  z-index: 9;
}

.pop.menu-pop .btn-region {
  position: absolute;
  top: 1.4rem;
  left: 0.24rem;
  width: 3.02rem;
  height: 0.7rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/btn-region_70a17d1e.png) no-repeat center center / 100% auto;
  z-index: 9;
}

.pop.menu-pop .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2.48rem auto 0.16rem;
  position: relative;
}

.pop.menu-pop .menu-list .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 1.5rem;
  -webkit-animation: pic_ani 0.4s linear both;
  animation: pic_ani 0.4s linear both;
}

.pop.menu-pop .menu-list .menu-item:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.pop.menu-pop .menu-list .menu-item:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.pop.menu-pop .menu-list .menu-item:nth-child(3) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.pop.menu-pop .menu-list .menu-item:nth-child(4) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.pop.menu-pop .menu-list .menu-item:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.pop.menu-pop .menu-list .menu-item:nth-child(6) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.pop.menu-pop .menu-list .menu-item:nth-child(n + 2) {
  margin-top: 0.04rem;
}

.pop.menu-pop .menu-list .menu-item::before {
  content: '';
  color: #fff;
  font-size: 0.5rem;
  line-height: 1;
  font-family: Anton, 'Noto Sans SC', sans-serif;
  font-style: italic;
}

.pop.menu-pop .menu-list .menu-item--home::before {
  content: 'HOME';
}

.pop.menu-pop .menu-list .menu-item--home.active::before {
  content: '';
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-006998_006998ee.png);
  background-size: 8.22rem 6.06rem;
  background-position: -0 -2.98rem;
  width: 3.49rem;
  height: 1.5rem;
}

.pop.menu-pop .menu-list .menu-item--season::before {
  content: 'LATEST INFO';
}

.pop.menu-pop .menu-list .menu-item--season.active::before {
  content: '';
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-006998_006998ee.png);
  background-size: 8.22rem 6.06rem;
  background-position: -0 -1.49rem;
  width: 3.97rem;
  height: 1.45rem;
}

.pop.menu-pop .menu-list .menu-item--features::before {
  content: 'GAME FEATURES';
}

.pop.menu-pop .menu-list .menu-item--features.active::before {
  content: '';
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-006998_006998ee.png);
  background-size: 8.22rem 6.06rem;
  background-position: -0 -0;
  width: 4.17rem;
  height: 1.45rem;
}

.pop.menu-pop .menu-list .menu-item--news::before {
  content: 'NEWS';
}

.pop.menu-pop .menu-list .menu-item--news.active::before {
  content: '';
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-006998_006998ee.png);
  background-size: 8.22rem 6.06rem;
  background-position: -3.53rem -2.98rem;
  width: 3.49rem;
  height: 1.5rem;
}

.pop.menu-pop .menu-list .menu-item--art-station::before {
  content: 'ART STATION';
}

.pop.menu-pop .menu-list .menu-item--art-station.active::before {
  content: '';
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-006998_006998ee.png);
  background-size: 8.22rem 6.06rem;
  background-position: -4.21rem -0;
  width: 3.97rem;
  height: 1.45rem;
}

.pop.menu-pop .menu-list .menu-item--redeem::before {
  content: 'REDEEM';
}

.pop.menu-pop .menu-list .menu-item--redeem.active::before {
  content: '';
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-006998_006998ee.png);
  background-size: 8.22rem 6.06rem;
  background-position: -0 -4.52rem;
  width: 3.49rem;
  height: 1.5rem;
}

.pop.menu-pop .media-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.pop.menu-pop .media-list a {
  margin: 0 0.16rem;
  width: 0.87rem;
  height: 0.87rem;
}

.pop.menu-pop .media-list a.icon-facebook {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/icon-facebook_367e7618.png);
  background-size: 100% 100%;
}

.pop.menu-pop .media-list a.icon-youtube {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/icon-youTubu_b8ad935c.png);
  background-size: 100% 100%;
}

.pop.menu-pop .media-list a.icon-tiktok {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/icon-douyin_83a3f1a2.png);
  background-size: 100% 100%;
}

.pop.menu-pop .media-list a.icon-inst {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/icon-ins_81e79001.png);
  background-size: 100% 100%;
}

.pop.menu-pop .media-list a.icon-discord {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/icon-discord_8868a5e1.png);
  background-size: 100% 100%;
}

.pop.menu-pop .media-list a.icon-twitter {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/icon-twitter_1c32fa7d.png);
  background-size: 100% 100%;
}

.pop.menu-pop .nav-pop-bg {
  margin-top: 0.5rem;
  width: 100%;
  height: 100%;
  min-height: 15.74rem;
  overflow: hidden;
  position: absolute;
}

.pop.menu-pop .nav-pop-bg .z_beijing_000-under-svg {
  height: 1700px;
  width: 750px;
  font-size: 0;
  -webkit-animation: sprite_z_beijing_000 0.42s 0s steps(1) both normal;
  animation: sprite_z_beijing_000 0.42s 0s steps(1) both normal;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite_z_beijing_000_4c7f3052.png);
  background-size: 400% 300%;
}

@-webkit-keyframes sprite_z_beijing_000 {
  0% {
    background-position: 0 0;
    /* no */
  }

  10% {
    background-position: -750px 0;
  }

  20% {
    background-position: -1500px 0;
  }

  30% {
    background-position: -2250px 0;
  }

  40% {
    background-position: 0 -1700px;
  }

  50% {
    background-position: -750px -1700px;
  }

  60% {
    background-position: -1500px -1700px;
  }

  70% {
    background-position: -2250px -1700px;
  }

  80% {
    background-position: 0 -3400px;
  }

  90% {
    background-position: -750px -3400px;
  }

  100% {
    background-position: -750px -3400px;
  }
}

@keyframes sprite_z_beijing_000 {
  0% {
    background-position: 0 0;
    /* no */
  }

  10% {
    background-position: -750px 0;
  }

  20% {
    background-position: -1500px 0;
  }

  30% {
    background-position: -2250px 0;
  }

  40% {
    background-position: 0 -1700px;
  }

  50% {
    background-position: -750px -1700px;
  }

  60% {
    background-position: -1500px -1700px;
  }

  70% {
    background-position: -2250px -1700px;
  }

  80% {
    background-position: 0 -3400px;
  }

  90% {
    background-position: -750px -3400px;
  }

  100% {
    background-position: -750px -3400px;
  }
}

.region-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  overflow: hidden;
}

.region-pop .mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.85);
  width: 100vw;
  height: 100vh;
}

.region-pop .btn-region-close {
  position: absolute;
  top: 0.3rem;
  right: 0.4rem;
  width: 0.8rem;
  height: 0.78rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/btn-menu-close_d389cf7b.png) no-repeat center center / 100% auto;
  z-index: 9;
}

.region-pop .region-pop-main {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 7.5rem;
  height: 8rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/pop-region-bg_539dd756.png) no-repeat center center / 100% auto;
}

.region-pop .region-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2.7rem auto 0;
}

.region-pop .region-list .region-item {
  width: 4.91rem;
  height: 1.21rem;
  line-height: 1.21rem;
  text-align: center;
  font-size: 0.24rem;
  color: #808aa1;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/region-item_ae3fc27e.png) no-repeat center center / 100% auto;
}

.region-pop .region-list .region-item.active {
  color: #fff;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/region-item-active_4ecfdab1.png) no-repeat center center / 100% auto;
}
/** mixins **/

/* 梦源黑体TW-W21 正文 */

@font-face {
  font-family: 'Dream Han Sans HK';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/DreamHanSansTW-Regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/DreamHanSansTW-Regular.woff') format('woff');
  font-weight: 400;
}

/* Anton 标题 */

@font-face {
  font-family: Anton;
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/Anton-Regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/Anton-Regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: hyllhj;
  src: url('https://comm.res.easebar.com/js/nie/ref/fonts/hyllhj.woff2') format('woff2'), url('https://comm.res.easebar.com/js/nie/ref/fonts/hyllhj.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.mask-close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.yuyue-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

.pop-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 4rem;
  background: white;
  color: red;
  z-index: 999;
}

.pop-bg .pop-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  cursor: pointer;
}

.survey-pop {
  width: 7.5rem;
  height: 7.37rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/pop-bg_5dd5786c.png) no-repeat;
  background-size: 100% auto;
}

.survey-pop .pop-content {
  width: 100%;
  height: 100%;
  padding: 0.62rem 0 0 0;
}

.survey-pop .pop-close {
  display: block;
  position: absolute;
  top: -0.08rem;
  right: 0.39rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -6.28rem -2.84rem;
  width: 0.8rem;
  height: 0.78rem;
  pointer-events: auto;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.survey-pop .pop-close:hover {
  scale: 0.94;
}

.survey-pop .con-pop .pop-title {
  margin: 0.66rem auto 0.3rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -8.33rem -1.95rem;
  width: 1.35rem;
  height: 0.52rem;
}

.survey-pop .con-pop .pop-input {
  display: block;
  border: none;
  margin: 0.18rem auto 0;
  color: #1c346c;
  font-family: 'Dream Han Sans HK', 'Noto Sans SC', sans-serif;
  padding: 0 0.35rem 0.08rem;
  line-height: 0.56rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -0 -4.83rem;
  width: 5.86rem;
  height: 0.75rem;
  font-size: 0.24rem;
}

.survey-pop .con-pop .regBox {
  margin: 0 auto 0;
  position: relative;
}

.survey-pop .con-pop .regBox i {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -7.12rem -2.84rem;
  width: 0.46rem;
  height: 0.33rem;
  position: absolute;
  top: 0.23rem;
  right: 1.08rem;
  pointer-events: none;
}

.survey-pop .con-pop .regBox i.on {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.survey-pop .con-pop .regBox .chooseBox {
  width: 5.74rem;
  height: 3.72rem;
  min-height: 0.5rem;
  position: absolute;
  top: 0.88rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f2f2f2;
  overflow-y: auto;
  overflow-x: hidden;
}

.survey-pop .con-pop .regBox .chooseBox p {
  font-size: 0.24rem;
  color: #808aa1;
  line-height: 0.5rem;
  text-align: left;
  cursor: pointer;
  padding: 0 0.25rem;
  font-family: 'Noto Sans SC', sans-serif;
}

.survey-pop .con-pop .regBox .chooseBox p:hover {
  color: #808aa1;
}

.survey-pop .con-pop .regBox .chooseBox p.tips {
  font-size: 0.26rem;
  color: #808aa1;
  line-height: 0.8rem;
  text-align: center;
}

.survey-pop .con-pop .regBox .chooseBox::-webkit-scrollbar {
  width: 0.07rem;
  border-radius: 0.2rem;
}

.survey-pop .con-pop .regBox .chooseBox::-webkit-scrollbar-track {
  background: transparent;
}

.survey-pop .con-pop .regBox .chooseBox::-webkit-scrollbar-thumb {
  background: rgba(76, 158, 252, 0.5);
}

.survey-pop .con-pop .regBox .chooseBox .el-scrollbar__bar {
  opacity: 1;
}

.survey-pop .con-pop .regBox .chooseBox .el-scrollbar__bar .el-scrollbar__thumb {
  background: #4c9efc;
  opacity: 0.5;
}

.survey-pop .con-pop .region-wapper {
  height: 0.75rem;
  position: relative;
}

.survey-pop .con-pop .region-wapper .input-jt {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  content: "";
  width: 0.46rem;
  height: 0.33rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/input-jt_ef512377.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.survey-pop .con-pop .region-wapper .input-jt.rotate {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.survey-pop .con-pop .region-list {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 1.62rem;
  overflow-y: auto;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -0 -0;
  width: 6.24rem;
  height: 3.72rem;
  padding: 0 0.03rem;
  color: #063b63;
  font-size: 0.24rem;
}

.survey-pop .con-pop .region-list li {
  margin: 0.25rem 0;
}

.survey-pop .con-pop .os-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 0.33rem;
  width: 3.82rem;
  margin: 0.36rem auto 0;
}

.survey-pop .con-pop .os-check .os-and {
  margin: 0 0.34rem;
}

.survey-pop .con-pop .os-check .os-and,
.survey-pop .con-pop .os-check .os-IOS {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.survey-pop .con-pop .os-check .and-check,
.survey-pop .con-pop .os-check .IOS-check {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -7.12rem -3.21rem;
  width: 0.34rem;
  height: 0.34rem;
  margin-right: 0.07rem;
}

.survey-pop .con-pop .os-check .and-check.on,
.survey-pop .con-pop .os-check .IOS-check.on {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -7.5rem -3.21rem;
  width: 0.34rem;
  height: 0.34rem;
}

.survey-pop .con-pop .os-check p {
  color: #575c62;
  font-size: 0.24rem;
  font-family: 'Dream Han Sans HK', 'Noto Sans SC', sans-serif;
}

.survey-pop .con-pop .os-check .os-IOS {
  margin: 0 0.38rem;
}

.survey-pop .con-pop .os-check .os-IOS p {
  font-family: 'Dream Han Sans HK', 'Noto Sans SC', sans-serif;
}

.survey-pop .con-pop .pop-sub {
  margin: 0.52rem auto 0;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -6.28rem -0;
  width: 3.74rem;
  height: 1.02rem;
  font-size: 0;
  color: #4d4849;
  line-height: 1.09rem;
  text-align: center;
  text-transform: uppercase;
  display: block;
  text-indent: -9.99rem;
}

.survey-pop .con-pop .logo-pop {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -6.28rem -1.95rem;
  width: 2.01rem;
  height: 0.85rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 auto;
}

.survey-pop .con-pop .succ-tit {
  margin: 1.33rem auto 0.66rem;
  font-size: 0;
  color: #063b63;
  line-height: 0.54rem;
  text-align: center;
  text-indent: -9.99rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.survey-pop .con-pop .succ-tit.success {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -0 -7.09rem;
  width: 5.09rem;
  height: 0.45rem;
}

.survey-pop .con-pop .succ-tit.repeat {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -0 -6.11rem;
  width: 5.29rem;
  height: 0.45rem;
}

.survey-pop .con-pop .survey-desc {
  margin: 0 auto 0;
  font-size: 0.24rem;
  color: #575c62;
  line-height: 0.34rem;
  text-align: center;
}

.survey-pop .con-pop .survey-link {
  display: block;
  margin: 0.4rem auto 0;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -0 -3.76rem;
  width: 4.79rem;
  height: 1.03rem;
  font-size: 0.36rem;
  color: #4d4849;
  line-height: 1.03rem;
  text-align: center;
  font-family: hyllhj, 'Noto Sans SC', sans-serif;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.survey-pop .con-pop .survey-link:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.survey-pop .con-pop .region-tit {
  margin: 0.08rem auto 0.08rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -8.33rem -1.06rem;
  width: 1.6rem;
  height: 0.53rem;
}

.survey-pop .con-pop .region-item {
  width: 5.12rem;
  height: 0.64rem;
  margin: 0 auto 0.27rem;
  color: #575c62;
  text-align: center;
  font-size: 0.21rem;
  line-height: 0.64rem;
  font-weight: bold;
  position: relative;
  display: block;
}

.survey-pop .con-pop .region-item.on {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/pop-region-check-bg_c63e3bdf.png) no-repeat;
  background-size: 100% auto;
}

.survey-pop .con-pop .region-item.on::after {
  content: "";
  width: 0.85rem;
  height: 0.35rem;
  position: absolute;
  top: 0.16rem;
  right: -0.009rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/jt_ab30403f.png) no-repeat;
  background-size: 100% auto;
}

.success-pop {
  width: 7.5rem;
  height: 5.06rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/pop-bg-small_2248c493.png) no-repeat;
  background-size: 100% auto;
}

.success-pop .con-pop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.yuyue-succ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.yuyue-succ .logo-pop {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -6.28rem -1.95rem;
  width: 2.01rem;
  height: 0.85rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 0.77rem;
  margin-left: 4.75rem;
}

.yuyue-succ .succ-tit {
  font-size: 0;
  color: #063b63;
  line-height: 0.54rem;
  text-align: center;
  text-indent: -9.99rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 1.42rem;
  margin-left: 2.7rem;
}

.yuyue-succ .succ-tit.success {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -0 -7.09rem;
  width: 5.09rem;
  height: 0.45rem;
}

.yuyue-succ .succ-tit.repeat {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e21966_e21966db.png) no-repeat;
  background-size: 10.06rem 7.58rem;
  background-position: -0 -6.11rem;
  width: 5.29rem;
  height: 0.45rem;
}

.msg-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}

.msg-pop .content {
  width: 4.2rem;
  min-height: 0.5rem;
  background: #fff;
  border-radius: 0.05rem;
  border: 0.01rem solid #ebeef5;
  padding: 0.25rem 0 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #606266;
  font-size: 0.14rem;
}

.msg-pop .content .close {
  position: absolute;
  top: 0.15rem;
  right: 0.15rem;
  cursor: pointer;
}

.msg-pop .content .close::after,
.msg-pop .content .close::before {
  content: "";
  display: inline-block;
  width: 0.01rem;
  height: 0.14rem;
  background: #909399;
  position: relative;
}

.msg-pop .content .close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -0.01rem;
}

.msg-pop .content .close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.msg-pop .content .close:hover::after,
.msg-pop .content .close:hover::before {
  background: #409eff;
}

.msg-pop .content .message-btns {
  text-align: right;
  padding: 0.05rem 0.15rem 0;
}

.msg-pop .content button {
  font-size: 0.12rem;
  border-radius: 0.03rem;
  background: #409eff;
  border-color: #409eff;
  display: inline-block;
  padding: 0.09rem 0.15rem;
  line-height: 1;
  color: #fff;
}

.msg-pop .content button:hover {
  background: #66b1ff;
  border-color: #66b1ff;
}

.msg-pop .content .message {
  padding: 0.1rem 0.15rem;
}
