/** mixins **/

.pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.pop .close {
  position: absolute;
  right: 24%;
  top: 20%;
  display: block;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -13.71rem -4.27rem;
  width: 0.72rem;
  height: 0.7rem;
  z-index: 2;
}

.pop .close:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -14.47rem -4.27rem;
  width: 0.72rem;
  height: 0.7rem;
}

.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);
}

.pop .pop-content {
  position: relative;
  width: 11.94rem;
  height: 6.83rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/video-pop_cc2b34a1.png) no-repeat;
  background-size: 100% auto;
  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;
  background-color: white;
}

.pop .container {
  width: 100%;
  height: 100%;
  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;
  position: relative;
}

.pop .container .video-content {
  width: 91%;
  height: 93%;
}

.pop .container .video-content .myvideo {
  width: 100%;
}

.pop .container .video-content .close {
  right: -3%;
  top: -5%;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -0 -6.57rem;
  width: 1.28rem;
  height: 1.22rem;
}

.pop .container .video-content .close:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -1.32rem -6.57rem;
  width: 1.28rem;
  height: 1.22rem;
}

.pop .subscribe-content {
  position: relative;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -0 -0;
  width: 8.96rem;
  height: 6.53rem;
  margin-top: -1rem;
  padding: 4.61rem 0 0 0.6rem;
}

.pop .subscribe-content input {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: none;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
}

.pop .subscribe-content .email-ipt {
  margin: 0 auto 0.28rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -9rem -4.27rem;
  width: 4.67rem;
  height: 0.78rem;
}

.pop .subscribe-content .email-ipt input {
  font-size: 0.32rem;
  background: transparent;
  width: 92%;
  height: 100%;
  padding-left: 0.25rem;
  color: #006599;
}

.pop .subscribe-content .email-ipt input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #006599;
}

.pop .subscribe-content .email-ipt input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #006599;
}

.pop .subscribe-content .email-ipt input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #006599;
}

.pop .subscribe-content .email-ipt input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #006599;
}

.pop .subscribe-content .platform {
  width: 3.15rem;
  margin: 0 auto;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pop .subscribe-content .radio {
  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;
  font-size: 0.26rem;
  font-weight: bold;
}

.pop .subscribe-content .radio input {
  margin-right: 0.17rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -15.61rem -3.25rem;
  width: 0.44rem;
  height: 0.48rem;
}

.pop .subscribe-content .radio input:checked {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -15.23rem -4.27rem;
  width: 0.44rem;
  height: 0.48rem;
}

.pop .subscribe-content .subscribe {
  display: block;
  margin: 0.6rem auto 0;
  position: relative;
  overflow: hidden;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -9rem -3.25rem;
  width: 3.76rem;
  height: 0.98rem;
}

.pop .subscribe-content .subscribe i {
  display: block;
  position: absolute;
  left: 0.07rem;
  top: 0.02rem;
  width: 3.08rem;
  height: 0.77rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 98% 100%, 2% 100%);
  clip-path: polygon(0 0, 100% 0%, 98% 100%, 2% 100%);
  overflow: hidden;
}

.pop .subscribe-content .subscribe i:after {
  content: '';
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 120%;
  background-color: #079cf9;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  left: -10%;
  -webkit-transform: translateX(-100%) skew(-20deg);
  transform: translateX(-100%) skew(-20deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.pop .subscribe-content .subscribe.btn-subscribe {
  overflow: visible;
}

.pop .subscribe-content .subscribe.btn-subscribe .z_qipao_000 {
  position: absolute;
  z-index: 1;
  left: -0.42rem;
  top: -0.56rem;
}

.pop .subscribe-content .subscribe:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -11.81rem -5.09rem;
  width: 2.88rem;
  height: 0.34rem;
  z-index: 1;
}

.pop .subscribe-content .subscribe:hover i:after {
  -webkit-transform: translateX(0) skew(-20deg);
  transform: translateX(0) skew(-20deg);
}

.pop .msg-content {
  position: relative;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -9rem -0;
  width: 7.1rem;
  height: 3.21rem;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pop .msg-content .msg {
  font-size: 0.26rem;
  color: #006599;
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
  padding: 0 0.9rem;
}

.pop .msg-content .confirm {
  display: block;
  margin-top: 0.4rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -12.8rem -3.25rem;
  width: 2.77rem;
  height: 0.72rem;
}

.pop .msg-content .confirm:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-ae298a_ae298ac6.png);
  background-size: 16.14rem 7.83rem;
  background-position: -9rem -5.09rem;
  width: 2.77rem;
  height: 0.72rem;
}

.pop.msg-pop .mask {
  background: rgba(0, 0, 0, 0.3);
}

.pop.msg-pop .close {
  right: 0;
  top: -0.8rem;
}

.reset-pop {
  overflow: hidden;
}

.reset-pop__container {
  width: 13.03rem;
  height: 7.92rem;
  position: relative;
  top: 0.26rem;
}

.reset-pop__jump {
  width: 8.45rem;
  height: 1.94rem;
  position: absolute;
  left: 2.31rem;
  top: 5.37rem;
}

.reset-pop__icon-lb,
.reset-pop__icon-rb {
  display: none;
}

.reset-pop__close {
  width: 0.96rem;
  height: 0.92rem;
  position: absolute;
  left: 11.35rem;
  top: 0;
}

.reset-pop__animation {
  width: 19.2rem;
  height: 10.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/** 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;
}

.topbar {
  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;
  width: 100%;
  height: 0.8rem;
  padding-right: 0.1rem;
  background: rgba(249, 254, 255, 0.9);
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.topbar__logo--nba {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png) no-repeat;
  background-size: 4.09rem 2.98rem;
  background-position: -3.43rem -0;
  width: 0.62rem;
  height: 1.38rem;
  position: absolute;
  left: 0.2rem;
  top: 0.11rem;
}

.topbar .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: auto;
}

.topbar .menu-item {
  color: #8eb6d9;
  font-size: 0.32rem;
  line-height: 1;
  font-weight: normal;
  font-family: Anton, 'Noto Sans SC', sans-serif;
  font-style: italic;
  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;
  height: 100%;
  margin-left: 0.6rem;
}

.topbar .menu-item.active,
.topbar .menu-item:hover {
  color: #0283fa;
  position: relative;
}

.topbar .menu-item.active::after,
.topbar .menu-item:hover::after {
  content: '';
  width: calc(100% + 0.12rem);
  height: 0.04rem;
  background: #0283fa;
  position: absolute;
  left: -0.06rem;
  bottom: 0;
}

.topbar .language-container {
  height: 100%;
  margin-left: 0.5rem;
  position: relative;
}

.topbar .language-container:hover .btn-language {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -3.43rem -1.42rem;
  width: 0.38rem;
  height: 0.38rem;
}

.topbar .language-container:hover .language-list {
  display: block;
}

.topbar .btn-language {
  display: block;
  margin-top: 0.22rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -0 -2.19rem;
  width: 0.38rem;
  height: 0.38rem;
}

.topbar .language-list {
  display: none;
  padding-top: 0.14rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -0 -0;
  width: 3.39rem;
  height: 2.15rem;
  position: absolute;
  top: calc(100% + 0.06rem);
  left: -2.7rem;
}

.topbar .language-list::before {
  content: '';
  width: 100%;
  height: 0.1rem;
  position: absolute;
  top: -0.08rem;
  left: 0;
}

.topbar .btn-language-item {
  color: #212a39;
  font-size: 0.2rem;
  line-height: 0.67rem;
  font-family: 'Dream Han Sans HK', 'Noto Sans SC', sans-serif;
  text-align: center;
  display: block;
  height: 0.67rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.topbar .btn-language-item:hover,
.topbar .btn-language-item--active {
  color: #0283fa;
  background: #fff;
}

.topbar .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;
  margin-left: 0.55rem;
  position: relative;
}

.topbar .media-list::before {
  content: '';
  height: 0.34rem;
  border-left: 1px solid #9a9a9a;
  position: absolute;
  left: -0.27rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topbar .media-list a {
  background: none;
}

.topbar .media-list a:nth-child(n + 2) {
  margin-left: 0.32rem;
}

.topbar .media-list a.icon-inst {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -0 -2.61rem;
  width: 0.33rem;
  height: 0.33rem;
}

.topbar .media-list a.icon-inst:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -0.37rem -2.61rem;
  width: 0.33rem;
  height: 0.33rem;
}

.topbar .media-list a.icon-youtube {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -1.68rem -2.19rem;
  width: 0.37rem;
  height: 0.27rem;
}

.topbar .media-list a.icon-youtube:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -2.09rem -2.19rem;
  width: 0.37rem;
  height: 0.27rem;
}

.topbar .media-list a.icon-facebook {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -0.42rem -2.19rem;
  width: 0.38rem;
  height: 0.37rem;
}

.topbar .media-list a.icon-facebook:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -0.84rem -2.19rem;
  width: 0.38rem;
  height: 0.37rem;
}

.topbar .media-list a.icon-discord {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -3.43rem -1.84rem;
  width: 0.38rem;
  height: 0.29rem;
}

.topbar .media-list a.icon-discord:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -1.26rem -2.19rem;
  width: 0.38rem;
  height: 0.29rem;
}

.topbar .media-list a.icon-twitter {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -0.74rem -2.61rem;
  width: 0.29rem;
  height: 0.3rem;
}

.topbar .media-list a.icon-twitter:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -1.07rem -2.61rem;
  width: 0.29rem;
  height: 0.3rem;
}

.topbar .media-list a.icon-tiktok {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -1.4rem -2.61rem;
  width: 0.25rem;
  height: 0.29rem;
}

.topbar .media-list a.icon-tiktok:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-055495_05549525.png);
  background-size: 4.09rem 2.98rem;
  background-position: -1.69rem -2.61rem;
  width: 0.25rem;
  height: 0.29rem;
}

.topbar .btn-pre-register {
  margin-left: 0.48rem;
}

.topbar .btn-pre-register:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
/** 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 {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -0 -0;
  width: 10.88rem;
  height: 7.22rem;
  margin-left: -0.4rem;
}

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

.survey-pop .pop-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -14.69rem -3.76rem;
  width: 0.96rem;
  height: 0.94rem;
  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 {
  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;
}

.survey-pop .con-pop .pop-title {
  margin-left: 5.36rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -15.69rem -3.76rem;
  width: 1.16rem;
  height: 0.44rem;
}

.survey-pop .con-pop .pop-input-bg {
  margin: 0.25rem 0 0 2.45rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -0 -8.1rem;
  width: 6.79rem;
  height: 0.8rem;
}

.survey-pop .con-pop .pop-input {
  color: #1c346c;
  font-size: 0.24rem;
  line-height: 0.56rem;
  font-family: 'Dream Han Sans HK', 'Noto Sans SC', sans-serif;
  display: block;
  width: 6.79rem;
  height: 0.8rem;
  padding: 0 0.35rem 0.08rem;
  border: none;
  background: none;
}

.survey-pop .con-pop .pop-input::-webkit-input-placeholder {
  color: #808aa1;
}

.survey-pop .con-pop .pop-input::-moz-placeholder {
  color: #808aa1;
}

.survey-pop .con-pop .pop-input:-ms-input-placeholder {
  color: #808aa1;
}

.survey-pop .con-pop .pop-input::-ms-input-placeholder {
  color: #808aa1;
}

.survey-pop .con-pop .pop-input::placeholder {
  color: #808aa1;
}

.survey-pop .con-pop input:-internal-autofill-selected,
.survey-pop .con-pop input:-internal-autofill-previewed {
  background-color: inherit !important;
  background-image: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) !important;
  background-size: 17.2rem 10.12rem;
  background-position: -0 -8.1rem;
  width: 6.79rem;
  height: 0.8rem;
  background-size: cover;
  color: #1c346c !important;
  -webkit-appearance: initial !important;
  -moz-appearance: initial !important;
  appearance: initial !important;
  -webkit-transition: background-color 50000s ease-in-out 0s !important;
  transition: background-color 50000s ease-in-out 0s !important;
}

.survey-pop .con-pop input:-webkit-autofill,
.survey-pop .con-pop input:-webkit-autofill:hover,
.survey-pop .con-pop input:-webkit-autofill:focus,
.survey-pop .con-pop input:-webkit-autofill:active {
  background-image: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) !important;
  background-size: 17.2rem 10.12rem;
  background-position: -0 -8.1rem;
  width: 6.79rem;
  height: 0.8rem;
  background-color: transparent !important;
  /* 覆盖背景色 */
  -webkit-text-fill-color: inherit !important;
  /* 覆盖字体颜色 */
  -webkit-box-shadow: inherit !important;
  /* 覆盖内阴影（背景色） */
}

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

.survey-pop .con-pop .regBox i {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -15.69rem -4.24rem;
  width: 0.48rem;
  height: 0.33rem;
  position: absolute;
  top: 0.24rem;
  right: 1.88rem;
  pointer-events: none;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

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

.survey-pop .con-pop .regBox .chooseBox {
  width: 6.6rem;
  height: 3.1rem;
  min-height: 0.5rem;
  position: absolute;
  top: 0.9rem;
  left: 2.54rem;
  background: #f2f2f2;
  overflow-y: auto;
  overflow-x: hidden;
}

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

.survey-pop .con-pop .regBox .chooseBox p:hover {
  background: #40a3ff;
  color: #153367;
}

.survey-pop .con-pop .regBox .chooseBox p.tips {
  font-size: 0.24rem;
  color: #808aa1;
  line-height: 3.1rem;
  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_24541042.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-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -10.92rem -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 {
  margin-left: 4.3rem;
  line-height: 0.36rem;
  margin-top: 0.25rem;
  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;
}

.survey-pop .con-pop .os-check .os-and {
  margin-right: 0.56rem;
}

.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-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -16.36rem -4.82rem;
  width: 0.36rem;
  height: 0.36rem;
  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-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -16.76rem -4.82rem;
  width: 0.36rem;
  height: 0.36rem;
}

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

.survey-pop .con-pop .pop-sub {
  margin-left: 3.95rem;
  margin-top: 0.43rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -10.92rem -3.76rem;
  width: 3.73rem;
  height: 1.02rem;
  font-size: 0;
  color: #4d4849;
  line-height: 0.8rem;
  text-indent: -9.99rem;
  text-align: center;
  display: block;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  text-transform: uppercase;
}

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

.survey-pop .con-pop .logo-pop {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -13.42rem -5.65rem;
  width: 2.46rem;
  height: 1.03rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 0.77rem;
  margin-left: 4.75rem;
}

.survey-pop .con-pop .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;
}

.survey-pop .con-pop .succ-tit.success {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -0 -9.53rem;
  width: 6.3rem;
  height: 0.55rem;
}

.survey-pop .con-pop .succ-tit.repeat {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -0 -8.94rem;
  width: 6.55rem;
  height: 0.55rem;
}

.survey-pop .con-pop .survey-desc {
  margin: 0.36rem auto 0;
  font-size: 0.18rem;
  color: #575c62;
  line-height: 0.28rem;
  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-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -10.92rem -4.82rem;
  width: 3.88rem;
  height: 0.79rem;
  font-size: 0.3rem;
  color: #4d4849;
  line-height: 0.8rem;
  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-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -14.84rem -4.82rem;
  width: 1.48rem;
  height: 0.37rem;
}

.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_e32cf484.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_632dad18.png) no-repeat;
  background-size: 100% auto;
}

.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-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -13.42rem -5.65rem;
  width: 2.46rem;
  height: 1.03rem;
  -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-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -0 -9.53rem;
  width: 6.3rem;
  height: 0.55rem;
}

.yuyue-succ .succ-tit.repeat {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-f18b2a_f18b2ab4.png) no-repeat;
  background-size: 17.2rem 10.12rem;
  background-position: -0 -8.94rem;
  width: 6.55rem;
  height: 0.55rem;
}

.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;
}
@charset "utf-8";

/** mixins **/

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Noto黑体简体 */

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans SC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-sc-v26-latin_chinese-simplified-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体繁体 */

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans TC';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-tc-v26-latin_chinese-traditional-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体日语 */

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-jp-v42-latin_japanese-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体韩语 */

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-kr-v27-latin_korean-700.woff') format('woff');
  font-weight: 700;
}

/* Noto黑体泰语 */

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-300.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-300.woff') format('woff');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-regular.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-regular.woff') format('woff');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-500.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-500.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans Thai';
  src: url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-700.woff2') format('woff2'), url('https://comm.res.easebar.com/js/leihuo/fonts/noto/noto-sans-thai-v20-thai_latin-700.woff') format('woff');
  font-weight: 700;
}

html {
  font-family: "Noto Sans SC", sans-serif;
}

[lang|="zh-hant"],
[lang|="zh-hans"],
[lang|="zh-cht"],
[lang=zh-hk],
[lang=zh-tw] {
  font-family: "Noto Sans TC", sans-serif;
}

[lang|="jp"] {
  font-family: "Noto Sans JP", sans-serif;
}

[lang|="kr"] {
  font-family: "Noto Sans KR", sans-serif;
}

[lang|="th"] {
  font-family: "Noto Sans Thai", sans-serif;
}

/* CSS Document */

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
select {
  margin: 0;
  padding: 0;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
}

strong,
b {
  font-weight: bold;
  font-style: normal;
}

em {
  font-weight: normal;
  font-style: italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

button,
a,
select {
  border: none;
  outline: none;
}

input,
textarea,
button,
a {
  font: inherit;
  color: inherit;
}

input,
textarea {
  outline: none;
}

textarea {
  overflow: auto;
  resize: none;
}

a,
button {
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 999999s;
  -webkit-transition: color 999999s ease-out, background-color 999999s ease-out;
}

#NIE-warning-dialog {
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

#NIE-topBar {
  z-index: 999 !important;
}

#NIE-topBar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* 梦源黑体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;
}

html,
body {
  font-size: 16px;
  min-width: 1700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.pop-playing {
  overflow: hidden;
  height: 100vh;
}

.container-media {
  min-height: 20rem;
  padding: 5.04rem 0 2rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/bg2_bdff10d9.jpg) no-repeat;
  background-size: 100% auto;
  position: relative;
}

.container-media::before,
.container-media::after {
  content: '';
  width: 100%;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  pointer-events: none;
}

.container-media::before {
  height: 7.71rem;
  background-image: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/bg2-header_c6c6e5a7.png);
  top: 0;
}

.container-media::after {
  height: 5.05rem;
  background-image: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sea-wave_888290e4.png);
  bottom: 0;
}

.page-nav-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.84rem -0.7rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-28c4c5_28c4c57f.png);
  background-size: 15.37rem 5.88rem;
  background-position: -5.4rem -0;
  width: 9.93rem;
  height: 1.61rem;
}

.page-nav-list a {
  display: block;
}

.page-nav-list a.item-pic {
  width: 3.44rem;
  height: 0.97rem;
  margin: 0.33rem 0 0 0.39rem;
}

.page-nav-list a.item-pic.active,
.page-nav-list a.item-pic:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-28c4c5_28c4c57f.png);
  background-size: 15.37rem 5.88rem;
  background-position: -5.4rem -1.65rem;
  width: 3.44rem;
  height: 0.97rem;
}

.page-nav-list a.item-video {
  width: 2.93rem;
  height: 0.93rem;
  margin: 0.39rem 0 0 -0.05rem;
}

.page-nav-list a.item-video.active,
.page-nav-list a.item-video:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-28c4c5_28c4c57f.png);
  background-size: 15.37rem 5.88rem;
  background-position: -5.36rem -3.13rem;
  width: 2.93rem;
  height: 0.93rem;
}

.page-nav-list a.item-music {
  width: 3.07rem;
  height: 0.91rem;
  margin: 0.39rem 0 0 -0.14rem;
}

.page-nav-list a.item-music.active,
.page-nav-list a.item-music:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-28c4c5_28c4c57f.png);
  background-size: 15.37rem 5.88rem;
  background-position: -8.88rem -1.65rem;
  width: 3.07rem;
  height: 0.91rem;
}

.page-nav-list p {
  font-size: 0;
}

.btn-back {
  position: absolute;
  top: 1.86rem;
  left: 0;
  display: block;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-28c4c5_28c4c57f.png);
  background-size: 15.37rem 5.88rem;
  background-position: -11.99rem -1.65rem;
  width: 2.25rem;
  height: 0.82rem;
}

.btn-back:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-28c4c5_28c4c57f.png);
  background-size: 15.37rem 5.88rem;
  background-position: -8.33rem -3.13rem;
  width: 2.25rem;
  height: 0.82rem;
}

.btn-top {
  display: none;
}

.more-btn {
  display: block;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-28c4c5_28c4c57f.png);
  background-size: 15.37rem 5.88rem;
  background-position: -0 -3.13rem;
  width: 5.32rem;
  height: 1.45rem;
  margin: 0.76rem auto 0;
}

.more-btn:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.pc-hide {
  display: none !important;
}

html,
body {
  font-size: 16px;
  min-width: 1700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

body {
  color: #eee;
  background: #e8f6f8;
}

.haibao-list {
  width: 17.2rem;
  height: auto;
  margin: 0 auto;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.haibao-list li {
  margin: 0 0.56rem 0.6rem 0;
  display: inline-block;
  vertical-align: top;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-28c4c5_28c4c57f.png);
  background-size: 15.37rem 5.88rem;
  background-position: -0 -0;
  width: 5.36rem;
  height: 3.09rem;
  overflow: hidden;
}

.haibao-list li:nth-of-type(1),
.haibao-list li:nth-of-type(2),
.haibao-list li:nth-of-type(3) {
  margin-top: 0;
}

.haibao-list li:nth-child(3n) {
  margin: 0 0 0.6rem 0;
}

.haibao-list li .img {
  margin: 0.12rem 0 0 0.17rem;
  display: block;
  width: 5.04rem;
  height: 2.83rem;
  background: #3c3c3c;
  overflow: hidden;
  cursor: pointer;
}

.haibao-list li .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.haibao-list li .img img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pop-pic-mask {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.85);
}

.pop-pic-mask .image-pop {
  width: 11.94rem;
  height: 6.83rem;
}

.pop-pic-mask .image-pop .pop-content {
  position: relative;
  width: 11.94rem;
  height: 6.83rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/video-pop_cc2b34a1.png) no-repeat;
  background-size: cover;
}

.pop-pic-mask .image-pop .pop-content .inner {
  position: absolute;
  top: 0.21rem;
  left: 0.37rem;
}

.pop-pic-mask .image-pop .pop-content .inner .content,
.pop-pic-mask .image-pop .pop-content .inner #image-box {
  width: 11.21rem;
  height: 6.28rem;
}

.pop-pic-mask .image-pop .pop-content .inner .content img,
.pop-pic-mask .image-pop .pop-content .inner #image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pop-pic-mask .image-pop .pop-content .showYt {
  text-align: left;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.3rem;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
}

.pop-pic-mask .image-pop .pop-content .showYt:hover {
  text-decoration: underline;
}

.pop-pic-mask .image-pop .pop-close {
  position: absolute;
  -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;
  top: -0.41rem;
  right: -0.37rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-28c4c5_28c4c57f.png);
  background-size: 15.37rem 5.88rem;
  background-position: -0 -4.62rem;
  width: 1.28rem;
  height: 1.22rem;
}

.pop-pic-mask .image-pop .pop-close:hover {
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-28c4c5_28c4c57f.png);
  background-size: 15.37rem 5.88rem;
  background-position: -1.32rem -4.62rem;
  width: 1.28rem;
  height: 1.22rem;
}
