/** mixins **/

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

.pop .close {
  position: absolute;
  right: 0.62rem;
  top: 0.31rem;
  display: block;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e9a090_e9a09024.png);
  background-size: 13.68rem 7.27rem;
  background-position: -12.25rem -3.25rem;
  width: 0.72rem;
  height: 0.7rem;
  z-index: 2;
}

.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 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  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;
}

.pop .subscribe-content {
  position: relative;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e9a090_e9a09024.png);
  background-size: 13.68rem 7.27rem;
  background-position: -0 -0;
  width: 7.5rem;
  height: 7.23rem;
  padding-top: 5.26rem;
  margin-top: -1rem;
}

.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.24rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e9a090_e9a09024.png);
  background-size: 13.68rem 7.27rem;
  background-position: -7.54rem -3.25rem;
  width: 4.67rem;
  height: 0.78rem;
}

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

.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.22rem;
  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;
}

.pop .subscribe-content .radio input {
  margin-right: 0.2rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e9a090_e9a09024.png);
  background-size: 13.68rem 7.27rem;
  background-position: -13.01rem -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-e9a090_e9a09024.png);
  background-size: 13.68rem 7.27rem;
  background-position: -10.77rem -4.07rem;
  width: 0.44rem;
  height: 0.48rem;
}

.pop .subscribe-content .subscribe {
  display: block;
  margin: 1rem auto 0;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e9a090_e9a09024.png);
  background-size: 13.68rem 7.27rem;
  background-position: -7.54rem -4.07rem;
  width: 3.19rem;
  height: 0.82rem;
}

.pop .msg-content {
  position: relative;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e9a090_e9a09024.png);
  background-size: 13.68rem 7.27rem;
  background-position: -7.54rem -0;
  width: 6.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.3rem;
  color: #006599;
  text-align: center;
  line-height: 0.48rem;
  padding: 0 0.1rem;
}

.pop .msg-content .confirm {
  display: block;
  margin-top: 0.33rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e9a090_e9a09024.png);
  background-size: 13.68rem 7.27rem;
  background-position: -7.54rem -4.93rem;
  width: 3.19rem;
  height: 0.82rem;
}

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

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

.pop.video-pop .pop-content {
  position: relative;
  width: 6.2rem;
  height: 3.56rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/video-pop_05b20c29.png) no-repeat;
  background-size: cover;
  z-index: 1;
  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.video-pop .container {
  width: 100%;
}

.pop.video-pop .video-content {
  position: relative;
  width: 95%;
}

.pop.video-pop .video-content .close {
  top: -0.85rem;
  right: -0.75rem;
  background: url(https://www.dunkcitymobile.com/pc/gw/202303270947121/assets/sprite-e9a090_e9a09024.png);
  background-size: 13.68rem 7.27rem;
  background-position: -7.54rem -5.79rem;
  width: 0.94rem;
  height: 0.9rem;
}

.pop.video-pop video {
  width: 100%;
  height: auto;
}

.reset-pop {
  overflow: hidden;
}

.reset-pop__container {
  width: 6.66rem;
  height: 5.04rem;
  position: relative;
  left: 0.1rem;
  top: -0.06rem;
}

.reset-pop__jump {
  width: 5.12rem;
  height: 1.32rem;
  position: absolute;
  left: 0.77rem;
  top: 3.52rem;
}

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

.reset-pop__close {
  width: 0.78rem;
  height: 0.74rem;
  position: absolute;
  left: 5.72rem;
  top: 0;
}

.reset-pop__animation {
  width: 7.5rem;
  height: 13.34rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
