html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}elements-of-type(html5-block){display:block}html{font-family:"Microsoft Yahei", "微软雅黑", STXihei, "华文细黑"}.floatL{float:left}.floatR{float:right}.hide{display:none !important}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.siyuan {
  font-family: 'Source Han Sans CN', Helvetica, Tahoma, Arial, STXihei, “华文细黑”, Heiti, “黑体”, “Microsoft YaHei”, “微软雅黑”, SimSun, “宋体”, sans-serif;
}

.twitter-follow-button,
.twitter-mention-button,
.fb-share-button {
  overflow: hidden;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  background-color: pink;
}

.disableBtn {
  cursor: not-allowed !important;
  filter: brightness(0.8);
}

.click-area {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.for-touch-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.main-tw {
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
  background-image: url(/mujpyy/img/menu-twriter.png?041a7252);
  background-size: contain;
  height: 0.61rem;
  width: 0.69rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main-tw:hover {
  background-image: url(/mujpyy/img/menu-twriter-active.png?91d996a5);
  background-size: contain;
  height: 0.61rem;
  width: 0.69rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main-fb {
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
  background-image: url(/mujpyy/img/menu-fb.png?962b33a0);
  background-size: contain;
  height: 0.61rem;
  width: 0.69rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main-fb:hover {
  background-image: url(/mujpyy/img/menu-fb-active.png?bf6edf08);
  background-size: contain;
  height: 0.61rem;
  width: 0.69rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes shakeShadow {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes upDown {
  from {
    transform: translateY(-.3125vw);
  }

  to {
    transform: translateY(.3125vw);
  }
}

.shake {
  animation: shake .3s 2 linear;
}

.shake-shadow {
  animation: shakeShadow .3s 2 linear;
}

.updown {
  animation: upDown 0.8s ease infinite alternate-reverse;
}

body {
  position: relative;
}

.bg {
  background-image: url(/mujpyy/img/m_part1-bg.png?c62f939b);
  background-size: contain;
  height: 12.65rem;
  width: 10.00rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.65rem;
}

.bg #bgvideo {
  width: 100%;
  opacity: 0;
  transition: opacity .1s;
}

.bg video {
  width: 100%;
}

.main {
  background-image: url(/mujpyy/img/m_pagebg.png?3f8be3cb);
  background-size: contain;
  height: 86.67rem;
  width: 10.00rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.part1 {
  overflow: hidden;
  position: relative;
  height: 12.8rem;
  width: 10.00rem;
}

.part1 .shadow {
  z-index: 1;
  position: absolute;
  top: 10.08rem;
  left: 0;
  width: 100%;
  height: 2.667rem;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
}

.part1-down {
  z-index: 2;
  position: relative;
  display: none;
  margin: 10.933rem auto 0;
}

.part1-down.apple {
  background-image: url(/mujpyy/img/m_apple.png?4117b776);
  background-size: contain;
  height: 1.41rem;
  width: 4.04rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part1-down.google {
  background-image: url(/mujpyy/img/m_google.png?438159e4);
  background-size: contain;
  height: 1.41rem;
  width: 4.04rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-title {
  margin: auto;
  background-image: url(/mujpyy/img/m_part2-title.png?96b9da0d);
  background-size: contain;
  height: 1.32rem;
  width: 5.69rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-vs {
  margin: -1.2rem auto 0;
  background-image: url(/mujpyy/img/m_part2-vs.png?505802bd);
  background-size: contain;
  height: 6.87rem;
  width: 10.00rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-tip {
  margin: -1.867rem auto 0;
  background-image: url(/mujpyy/img/m_part2-text.png?4f72020f);
  background-size: contain;
  height: 0.96rem;
  width: 6.64rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-progress {
  position: relative;
  margin: auto;
}

.part2-progress .progress-border {
  z-index: 3;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/mujpyy/img/m_progressbar.png?bc09d547);
  background-size: contain;
  height: 0.79rem;
  width: 7.69rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-progress .progress-evil {
  z-index: 1;
  position: absolute;
  top: 0.813rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 7.333rem;
  height: 0.373rem;
  margin: auto;
  background-image: linear-gradient(to bottom, #CE6529 0%, #C45B26 100%);
}

.part2-progress .progress-angel {
  z-index: 2;
  position: absolute;
  top: 0.813rem;
  left: 1.333rem;
  bottom: 0;
  width: 2rem;
  height: 0.373rem;
  margin: auto;
  background-image: linear-gradient(to bottom, #147BD6 0%, #165BCE 100%);
}

.part2-progress .progress-angel::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(50%);
  background-image: url(/mujpyy/img/progress-light.png?3a72a5ca);
  background-size: contain;
  height: 0.40rem;
  width: 0.07rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-pre {
  margin: 0.8rem auto 0;
  text-align: center;
}

.part2-pre .pre-text {
  display: inline-block;
  margin: auto;
  background-image: url(/mujpyy/img/m_part2-pre-text.png?a2bd3a4e);
  background-size: contain;
  height: 0.41rem;
  width: 2.09rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-pre .pre-num {
  display: inline-block;
  margin-left: 0.133rem;
}

.part2-pre .pre-num-0 {
  display: inline-block;
  background-image: url(/mujpyy/img/pre-0.png?24b2cfb0);
  background-size: contain;
  height: 0.43rem;
  width: 0.28rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-pre .pre-num-1 {
  display: inline-block;
  background-image: url(/mujpyy/img/pre-1.png?f53e77ba);
  background-size: contain;
  height: 0.41rem;
  width: 0.24rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-pre .pre-num-2 {
  display: inline-block;
  background-image: url(/mujpyy/img/pre-2.png?9e53e1e0);
  background-size: contain;
  height: 0.41rem;
  width: 0.28rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-pre .pre-num-3 {
  display: inline-block;
  background-image: url(/mujpyy/img/pre-3.png?432f1613);
  background-size: contain;
  height: 0.43rem;
  width: 0.28rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-pre .pre-num-4 {
  display: inline-block;
  background-image: url(/mujpyy/img/pre-4.png?defae135);
  background-size: contain;
  height: 0.41rem;
  width: 0.31rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-pre .pre-num-5 {
  display: inline-block;
  background-image: url(/mujpyy/img/pre-5.png?f115b2cc);
  background-size: contain;
  height: 0.43rem;
  width: 0.29rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-pre .pre-num-6 {
  display: inline-block;
  background-image: url(/mujpyy/img/pre-6.png?91ba4fba);
  background-size: contain;
  height: 0.43rem;
  width: 0.31rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-pre .pre-num-7 {
  display: inline-block;
  background-image: url(/mujpyy/img/pre-7.png?7098c19a);
  background-size: contain;
  height: 0.41rem;
  width: 0.27rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-pre .pre-num-8 {
  display: inline-block;
  background-image: url(/mujpyy/img/pre-8.png?e03da97b);
  background-size: contain;
  height: 0.43rem;
  width: 0.28rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-pre .pre-num-9 {
  display: inline-block;
  background-image: url(/mujpyy/img/pre-9.png?bc073e25);
  background-size: contain;
  height: 0.43rem;
  width: 0.29rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-support {
  position: relative;
  width: 8.187rem;
  height: 2rem;
  margin: auto;
}

.part2-support .support-angel {
  overflow: hidden;
  position: absolute;
  left: 0.4rem;
  top: 0;
  text-align: center;
  background-image: url(/mujpyy/img/m_part2-angel-btn.png?cb2d410e);
  background-size: contain;
  height: 0.96rem;
  width: 2.47rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-support .support-angel-text {
  display: inline-block;
  margin-top: 0.613rem;
  color: #184B97;
  font-weight: 600;
}

.part2-support .support-evil {
  overflow: hidden;
  position: absolute;
  right: 0.4rem;
  top: 0;
  text-align: center;
  background-image: url(/mujpyy/img/m_part2-evil-btn.png?59ecd717);
  background-size: contain;
  height: 0.96rem;
  width: 2.47rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-support .support-evil-text {
  display: inline-block;
  margin-top: 0.613rem;
  color: #6C3116;
  font-weight: 600;
}

.part2-support .support-angeltext {
  position: absolute;
  top: 1.067rem;
  left: 0.4rem;
  background-image: url(/mujpyy/img/m_part2-angel-text.png?da1b4446);
  background-size: contain;
  height: 0.81rem;
  width: 4.16rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-support .support-eviltext {
  position: absolute;
  top: 1.067rem;
  right: 0.067rem;
  background-image: url(/mujpyy/img/m_part2-evil-text.png?23ad9704);
  background-size: contain;
  height: 0.80rem;
  width: 2.72rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part2-award {
  margin: 0.4rem auto 0;
  background-image: url(/mujpyy/img/m_part2-award.png?338087bb);
  background-size: contain;
  height: 5.08rem;
  width: 9.84rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3 {
  position: relative;
  padding-top: 0.667rem;
}

.part3-title {
  margin: auto;
  background-image: url(/mujpyy/img/m_part3-title.png?d34b09e6);
  background-size: contain;
  height: 1.32rem;
  width: 7.29rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-remain {
  display: flex;
  justify-content: center;
  margin: 0.133rem 0;
}

.part3-remain .remain-text {
  background-image: url(/mujpyy/img/m_part3-time.png?692f1c5e);
  background-size: contain;
  height: 0.29rem;
  width: 1.88rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-remain .remain-num {
  margin: -0.053rem 0.107rem 0;
}

.part3-remain .remain-num-text {
  display: inline-block;
}

.part3-remain .remain-0 {
  background-image: url(/mujpyy/img/remain-0.png?081ebcad);
  background-size: contain;
  height: 0.37rem;
  width: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-remain .remain-1 {
  background-image: url(/mujpyy/img/remain-1.png?032147db);
  background-size: contain;
  height: 0.36rem;
  width: 0.21rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-remain .remain-2 {
  background-image: url(/mujpyy/img/remain-2.png?2c8ac486);
  background-size: contain;
  height: 0.37rem;
  width: 0.24rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-remain .remain-3 {
  background-image: url(/mujpyy/img/remain-3.png?68c7c4bb);
  background-size: contain;
  height: 0.37rem;
  width: 0.24rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-remain .remain-4 {
  background-image: url(/mujpyy/img/remain-4.png?a88083b8);
  background-size: contain;
  height: 0.36rem;
  width: 0.27rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-remain .remain-5 {
  background-image: url(/mujpyy/img/remain-5.png?52c1d328);
  background-size: contain;
  height: 0.36rem;
  width: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-remain .remain-flush {
  background-image: url(/mujpyy/img/m_part3-flush.png?ea163e04);
  background-size: contain;
  height: 0.45rem;
  width: 0.61rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3 .bag {
  margin: 0.133rem auto;
  text-align: center;
}

.part3 .bag-attention {
  display: inline-block;
  margin-right: 0.267rem;
  background-image: url(/mujpyy/img/part3-attention.png?580cf809);
  background-size: contain;
  height: 0.36rem;
  width: 0.97rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3 .bag-award {
  display: inline-block;
  background-image: url(/mujpyy/img/part3-gift.png?9c520bde);
  background-size: contain;
  height: 0.36rem;
  width: 1.21rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-tip {
  margin: auto;
  background-image: url(/mujpyy/img/m_part3-tip.png?2a7161b5);
  background-size: contain;
  height: 0.23rem;
  width: 3.45rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-gifts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 8.8rem;
  height: 9.067rem;
  margin: auto;
}

.part3 .gift-item {
  position: relative;
  box-sizing: border-box;
  width: 2.933rem;
  height: 4.533rem;
  padding-top: 0.533rem;
}

.part3 .gift-item-4,
.part3 .gift-item-5 {
  margin-top: -1.333rem;
}

.part3 .gift-item:active .gift-bag {
  transform: translateY(-0.4rem);
  background-image: url(/mujpyy/img/m_part3-gift-active.png?c643c44e);
  background-size: contain;
  height: 3.40rem;
  width: 3.40rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3 .gift-item:active .gift-shadow {
  transform: scale(0.8);
}

.part3 .gift-bag {
  z-index: 2;
  position: absolute;
  bottom: 0.133rem;
  left: 0;
  transition: transform .3s;
  background-image: url(/mujpyy/img/m_part3-gift.png?76957603);
  background-size: contain;
  height: 3.40rem;
  width: 3.40rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3 .gift-shadow {
  position: absolute;
  bottom: 0;
  transition: transform .3s;
  background-image: url(/mujpyy/img/m_part3-shadow.png?7169bcf5);
  background-size: contain;
  height: 0.28rem;
  width: 2.56rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-sharetip {
  margin: -0.4rem auto 0;
  background-image: url(/mujpyy/img/m_part3-share.png?c55b3a9e);
  background-size: contain;
  height: 0.71rem;
  width: 7.55rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-share {
  width: 7.733rem;
  margin: auto;
}

.part3-share .share-text {
  margin: 0.267rem 0;
  background-position: left;
}

.part3-share .share1-text-0 {
  background-image: url(/mujpyy/img/m_text1-num0.png?f659a8df);
  background-size: contain;
  height: 0.33rem;
  width: 7.87rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-share .share1-text-1 {
  background-image: url(/mujpyy/img/m_text1-num1.png?778732c2);
  background-size: contain;
  height: 0.33rem;
  width: 7.87rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-share .share2-text-0 {
  background-image: url(/mujpyy/img/m_text2-num0.png?607ca2a1);
  background-size: contain;
  height: 0.33rem;
  width: 7.27rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-share .share2-text-1 {
  background-image: url(/mujpyy/img/m_text2-num1.png?17acbf40);
  background-size: contain;
  height: 0.33rem;
  width: 7.27rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-share .share3-text-0 {
  background-image: url(/mujpyy/img/m_text3-num0.png?7642f7b4);
  background-size: contain;
  height: 0.33rem;
  width: 7.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-share .share3-text-1 {
  background-image: url(/mujpyy/img/m_text3-num1.png?7a72260f);
  background-size: contain;
  height: 0.33rem;
  width: 7.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-share .share3-text-2 {
  background-image: url(/mujpyy/img/m_text3-num2.png?56bd9b40);
  background-size: contain;
  height: 0.33rem;
  width: 7.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-share .share3-text-3 {
  background-image: url(/mujpyy/img/m_text3-num3.png?0a5e02db);
  background-size: contain;
  height: 0.33rem;
  width: 7.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-share .share-pre {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.part3-share .share-pre-btn {
  display: inline-block;
  margin-right: 0.4rem;
  vertical-align: middle;
  background-image: url(/mujpyy/img/m_part3-pre.png?145b8a50);
  background-size: contain;
  height: 0.71rem;
  width: 2.61rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-share .share-pre-email {
  display: none;
  font-size: 0.213rem;
  color: #878787;
  vertical-align: middle;
}

.part3-share .share-group-tw {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-right: 0.4rem;
  background-image: url(/mujpyy/img/m_part3-tw.png?02a7de23);
  background-size: contain;
  height: 0.71rem;
  width: 2.60rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-share .share-group-fb {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-image: url(/mujpyy/img/m_part3-fb.png?2272001a);
  background-size: contain;
  height: 0.71rem;
  width: 2.60rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part3-award {
  margin: 0.533rem auto 0;
  background-image: url(/mujpyy/img/m_part3-award.png?ce50f000);
  background-size: contain;
  height: 3.00rem;
  width: 7.85rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4 {
  position: relative;
  margin-top: 0.667rem;
  height: 14.667rem;
}

.part4-title {
  z-index: 2;
  position: relative;
  margin: auto;
  background-image: url(/mujpyy/img/m_part4-title.png?092714d7);
  background-size: contain;
  height: 1.32rem;
  width: 8.89rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15.067rem;
}

.part4-main .swiper-wrapper {
  position: relative;
}

.part4-main .swiper-button-prev {
  display: none;
  left: 0.267rem;
  cursor: pointer;
  outline: none;
  user-select: none;
  background-image: url(/mujpyy/img/slider-left.png?d1a94f7f);
  background-size: contain;
  height: 1.20rem;
  width: 0.63rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .swiper-button-prev::after {
  display: none;
}

.part4-main .swiper-button-next {
  display: none;
  right: 0.267rem;
  cursor: pointer;
  outline: none;
  user-select: none;
  background-image: url(/mujpyy/img/slider-right.png?1ca5a2d5);
  background-size: contain;
  height: 1.20rem;
  width: 0.63rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .swiper-button-next::after {
  display: none;
}

.part4-main .swiper-slide {
  overflow: hidden;
}

.part4-main .role-text-1 {
  z-index: 3;
  position: absolute;
  bottom: 8.133rem;
  left: 0.267rem;
  background-image: url(/mujpyy/img/m_roletext-1.png?3c103022);
  background-size: contain;
  height: 2.60rem;
  width: 6.77rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-bg-1 {
  z-index: 1;
  position: absolute;
  bottom: 2.667rem;
  left: 0;
  margin: auto;
  background-image: url(/mujpyy/img/m_rolebg1.jpg?4abcc085);
  background-size: contain;
  height: 9.19rem;
  width: 10.00rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-hero-1 {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100%);
  transition-duration: 1s;
  background-image: url(/mujpyy/img/m_role-1.png?0cf6f5a8);
  background-size: contain;
  height: 13.75rem;
  width: 10.00rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-hero-1 {
  top: -0.427rem;
}

.part4-main .role-hero-2 {
  top: -3.2rem;
}

.part4-main .role-hero-3 {
  top: 0;
}

.part4-main .role-hero-4 {
  top: 0.8rem;
}

.part4-main .role-text-2 {
  z-index: 3;
  position: absolute;
  bottom: 8.133rem;
  left: 0.267rem;
  background-image: url(/mujpyy/img/m_roletext-2.png?c390a4f5);
  background-size: contain;
  height: 2.60rem;
  width: 6.51rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-bg-2 {
  z-index: 1;
  position: absolute;
  bottom: 2.667rem;
  left: 0;
  margin: auto;
  background-image: url(/mujpyy/img/m_rolebg2.jpg?99b688e7);
  background-size: contain;
  height: 9.19rem;
  width: 10.00rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-hero-2 {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100%);
  transition-duration: 1s;
  background-image: url(/mujpyy/img/m_role-2.png?84ed269f);
  background-size: contain;
  height: 17.25rem;
  width: 10.00rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-hero-1 {
  top: -0.427rem;
}

.part4-main .role-hero-2 {
  top: -3.2rem;
}

.part4-main .role-hero-3 {
  top: 0;
}

.part4-main .role-hero-4 {
  top: 0.8rem;
}

.part4-main .role-text-3 {
  z-index: 3;
  position: absolute;
  bottom: 8.133rem;
  left: 0.267rem;
  background-image: url(/mujpyy/img/m_roletext-2.png?c390a4f5);
  background-size: contain;
  height: 2.60rem;
  width: 6.51rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-bg-3 {
  z-index: 1;
  position: absolute;
  bottom: 2.667rem;
  left: 0;
  margin: auto;
  background-image: url(/mujpyy/img/m_rolebg2.jpg?99b688e7);
  background-size: contain;
  height: 9.19rem;
  width: 10.00rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-hero-3 {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100%);
  transition-duration: 1s;
  background-image: url(/mujpyy/img/m_role-3.png?7d5f0ac8);
  background-size: contain;
  height: 14.81rem;
  width: 7.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-hero-1 {
  top: -0.427rem;
}

.part4-main .role-hero-2 {
  top: -3.2rem;
}

.part4-main .role-hero-3 {
  top: 0;
}

.part4-main .role-hero-4 {
  top: 0.8rem;
}

.part4-main .role-text-4 {
  z-index: 3;
  position: absolute;
  bottom: 8.133rem;
  left: 0.267rem;
  background-image: url(/mujpyy/img/m_roletext-4.png?054c5b32);
  background-size: contain;
  height: 2.16rem;
  width: 6.93rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-bg-4 {
  z-index: 1;
  position: absolute;
  bottom: 2.667rem;
  left: 0;
  margin: auto;
  background-image: url(/mujpyy/img/m_rolebg4.jpg?4eb75f42);
  background-size: contain;
  height: 10.85rem;
  width: 10.00rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-hero-4 {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateX(100%);
  transition-duration: 1s;
  background-image: url(/mujpyy/img/m_role-4.png?c5b777a8);
  background-size: contain;
  height: 13.09rem;
  width: 7.23rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .role-hero-1 {
  top: -0.427rem;
}

.part4-main .role-hero-2 {
  top: -3.2rem;
}

.part4-main .role-hero-3 {
  top: 0;
}

.part4-main .role-hero-4 {
  top: 0.8rem;
}

.part4-main .swiper-slide-active .role-hero-1 {
  opacity: 1;
  transform: translateX(0);
}

.part4-main .swiper-slide-active .role-hero-2 {
  opacity: 1;
  transform: translateX(0);
}

.part4-main .swiper-slide-active .role-hero-3 {
  opacity: 1;
  transform: translateX(0);
}

.part4-main .swiper-slide-active .role-hero-4 {
  opacity: 1;
  transform: translateX(0);
}

.part4-main .swiper-pagination-bullets {
  z-index: 3;
  position: absolute;
  bottom: 6.133rem !important;
  left: 0.2rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  height: 0.84rem;
}

.part4-main .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1) {
  display: block;
  margin-right: 0.013rem;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  background-color: unset;
  background-image: url(/mujpyy/img/m_head-1.png?910b364e);
  background-size: contain;
  height: 1.39rem;
  width: 1.39rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background-image: url(/mujpyy/img/m_head-1-active.png?7729480d);
  background-size: contain;
  height: 1.39rem;
  width: 1.39rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  display: block;
  margin-right: 0.013rem;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  background-color: unset;
  background-image: url(/mujpyy/img/m_head-2.png?54bb5835);
  background-size: contain;
  height: 1.39rem;
  width: 1.39rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background-image: url(/mujpyy/img/m_head-2-active.png?ef5c8c9d);
  background-size: contain;
  height: 1.39rem;
  width: 1.39rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3) {
  display: block;
  margin-right: 0.013rem;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  background-color: unset;
  background-image: url(/mujpyy/img/m_head-3.png?c57a617d);
  background-size: contain;
  height: 1.39rem;
  width: 1.39rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background-image: url(/mujpyy/img/m_head-3-active.png?a46b8a84);
  background-size: contain;
  height: 1.39rem;
  width: 1.39rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4) {
  display: block;
  margin-right: 0.013rem;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  background-color: unset;
  background-image: url(/mujpyy/img/m_head-4.png?f25a3359);
  background-size: contain;
  height: 1.39rem;
  width: 1.39rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part4-main .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background-image: url(/mujpyy/img/m_head-4-active.png?34e37f37);
  background-size: contain;
  height: 1.39rem;
  width: 1.39rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part5 {
  margin-top: -0.667rem;
}

.part5-slider .slider-title {
  margin: auto;
  background-image: url(/mujpyy/img/m_part5-title1.png?cd8d87c8);
  background-size: contain;
  height: 1.27rem;
  width: 5.97rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part5-slider .btn {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}

.part5-slider .btn-1 {
  margin-right: 0.667rem;
  background-image: url(/mujpyy/img/m_part5-slider-game.png?b26ec34d);
  background-size: contain;
  height: 0.72rem;
  width: 2.67rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part5-slider .btn-2 {
  background-image: url(/mujpyy/img/m_part5-slider-real.png?9549d41b);
  background-size: contain;
  height: 0.72rem;
  width: 2.67rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part5-slider .slider-main {
  position: relative;
  margin: 0 auto 0.8rem;
  background-image: url(/mujpyy/img/m_slider-border.png?fee44007);
  background-size: contain;
  height: 4.76rem;
  width: 8.20rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part5-slider .slider-1,
.part5-slider .slider-2 {
  position: absolute;
  top: 0.053rem;
  left: 0.067rem;
  width: 8.08rem;
  height: 4.667rem;
  overflow: hidden;
}

.part5-slider .slider-2 {
  display: none;
}

.part5-slider .slider-text {
  margin: 0.4rem auto;
  background-image: url(/mujpyy/img/m_slider-text.png?f26139ec);
  background-size: contain;
  height: 2.87rem;
  width: 7.97rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part5-slider .swiper-pagination1,
.part5-slider .swiper-pagination2 {
  position: absolute;
  bottom: -0.533rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.part5-slider .swiper-pagination2 {
  display: none;
}

.part5-slider .swiper-pagination-bullet {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  margin: 0 0.107rem;
  background-color: #D2CFAD;
  border-radius: 0;
  opacity: 1;
}

.part5-slider .swiper-pagination-bullet-active {
  background-color: #A4A17D;
}

.part5-slider img {
  width: 100%;
  height: 100%;
}

.part5-tw .tw-title {
  margin: 0.267rem auto;
  background-image: url(/mujpyy/img/m_part5-title2.png?58c4b527);
  background-size: contain;
  height: 1.25rem;
  width: 6.11rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part5-tw .tw-border {
  position: relative;
  margin: auto;
  background-image: url(/mujpyy/img/m_tw-border.png?8c61ea05);
  background-size: contain;
  height: 10.00rem;
  width: 8.23rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.part5-tw .tw-container {
  overflow: auto;
  position: absolute;
  top: 0.053rem;
  left: 0.053rem;
  width: 8.107rem;
  height: 9.84rem;
  background-color: #fff;
}

.footer {
  overflow: hidden;
  height: 5.867rem;
  background-color: #272A2C;
  color: #898f9c;
}

.footer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.267rem auto;
}

.footer-branch {
  background-image: url(/mujpyy/img/branch.png?e917eb3f);
  background-size: contain;
  height: 1.41rem;
  width: 1.60rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.2rem;
}

.footer-logo {
  background-image: url(/mujpyy/img/logo.png?01ffbab0);
  background-size: contain;
  height: 1.52rem;
  width: 5.33rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 9.333rem;
  margin: auto;
}

.footer-link>a {
  display: inline-block;
  margin: 0.133rem;
  color: #898f9c;
  font-size: 0.24rem;
  text-decoration: none;
  text-align: center;
  line-height: 0.533rem;
}

.footer-level {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  margin: 0.4rem auto;
}

.footer-level .level-logo {
  background-image: url(/mujpyy/img/12.jpg?5ad38bd5);
  background-size: contain;
  height: 3.84rem;
  width: 3.04rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.067rem;
  height: 1.2rem;
}

.footer-level .level-text {
  margin-left: 0.4rem;
}

.footer-copyright,
.footer-email {
  margin-bottom: 0.133rem;
  text-align: center;
}

.popup {
  display: none;
  z-index: 20;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-close {
  z-index: 19;
  position: absolute;
  top: 0.16rem;
  right: 0.16rem;
  cursor: pointer;
  background-image: url(/mujpyy/img/popup-close.png?711759ab);
  background-size: contain;
  height: 0.29rem;
  width: 0.29rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-shadow {
  display: none;
  z-index: 19;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.6);
}

.popup-bag-1 {
  background-image: url(/mujpyy/img/bag-1.png?01ffd187);
  background-size: contain;
  height: 5.47rem;
  width: 8.13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-bag-2 {
  background-image: url(/mujpyy/img/bag-2.png?046df569);
  background-size: contain;
  height: 5.47rem;
  width: 8.13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-bag-3 {
  background-image: url(/mujpyy/img/bag-3.png?b9f61502);
  background-size: contain;
  height: 5.47rem;
  width: 8.13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-bag-4 {
  background-image: url(/mujpyy/img/bag-4.png?7b5de0c8);
  background-size: contain;
  height: 5.47rem;
  width: 8.13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-bag-5 {
  background-image: url(/mujpyy/img/bag-5.png?8a98cef8);
  background-size: contain;
  height: 5.47rem;
  width: 8.13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-bag-6 {
  background-image: url(/mujpyy/img/bag-6.png?86c509d2);
  background-size: contain;
  height: 5.47rem;
  width: 8.13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-bag .popup-share {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0.4rem;
  bottom: 1.733rem;
  width: 1.6rem;
}

.popup-bag .share-text {
  margin-bottom: 0.267rem;
  text-align: center;
  font-size: 0.213rem;
  color: #fff;
}

.popup-bag .tw {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.267rem;
  cursor: pointer;
  background-image: url(/mujpyy/img/part3-tw.png?206577fe);
  background-size: contain;
  height: 0.51rem;
  width: 1.89rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-bag .tw:hover {
  background-image: url(/mujpyy/img/part3-tw-active.png?2a13e7c9);
  background-size: contain;
  height: 0.51rem;
  width: 1.89rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-bag .fb {
  overflow: hidden;
  cursor: pointer;
  background-image: url(/mujpyy/img/part3-fb.png?b048083a);
  background-size: contain;
  height: 0.51rem;
  width: 1.89rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-bag .fb:hover {
  background-image: url(/mujpyy/img/part3-fb-active.png?a0a015d7);
  background-size: contain;
  height: 0.51rem;
  width: 1.89rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-attention {
  background-image: url(/mujpyy/img/popup-attention.png?b5d37765);
  background-size: contain;
  height: 11.47rem;
  width: 9.20rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-award {
  box-sizing: border-box;
  padding: 0.2rem;
  background-image: url(/mujpyy/img/popup-bg.png?2bbad5ae);
  background-size: contain;
  height: 5.47rem;
  width: 8.13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-award-title {
  margin: auto;
  padding-top: 0.133rem;
  background-image: url(/mujpyy/img/popup-award-title.png?8000fc25);
  background-size: contain;
  height: 0.45rem;
  width: 3.37rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-award-table {
  overflow-y: auto;
  width: 7.413rem;
  height: 3.973rem;
  margin: 0.267rem auto 0;
}

.popup-award-table.scrollbar-custom::-webkit-scrollbar-track {
  background-color: #efefef;
  box-shadow: inset 0 0 0.08rem #efefef;
}

.popup-award-table.scrollbar-custom::-webkit-scrollbar {
  width: 0.133rem;
  background-color: #efefef;
  transition: 0.5s ease-in-out;
}

.popup-award-table.scrollbar-custom::-webkit-scrollbar-thumb {
  background-color: #147BD6;
  border-radius: 0.133rem;
}

.popup-award-table table {
  width: 100%;
  background-color: #B7CBDE;
}

.popup-award-table tr {
  height: 0.64rem;
}

.popup-award-table th {
  text-align: center;
  color: #3070B9;
  font-size: 0.213rem;
  font-weight: 600;
  border: 0.013rem solid #fff;
}

.popup-award-table th:nth-child(1) {
  width: 16%;
}

.popup-award-table th:nth-child(2) {
  width: 40%;
}

.popup-award-table td {
  border: 0.013rem solid #fff;
  color: #3070B9;
  font-size: 0.187rem;
  text-align: center;
}

.popup-pre {
  box-sizing: border-box;
  padding: 0.4rem;
  background-image: url(/mujpyy/img/popup-bg.png?2bbad5ae);
  background-size: contain;
  height: 5.47rem;
  width: 8.13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-pre-title {
  margin: 0 auto 0.267rem;
}

.popup-pre-title.short-title {
  background-image: url(/mujpyy/img/popup-pre-title.png?0a04c211);
  background-size: contain;
  height: 0.45rem;
  width: 4.93rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-pre-title.long-title {
  background-image: url(/mujpyy/img/popup-pre-long-title.png?a88c8235);
  background-size: contain;
  height: 0.81rem;
  width: 6.95rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-pre input {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background-color: unset;
  color: #6686AA;
}

.popup-pre input::-webkit-input-placeholder {
  color: #6686AA;
}

.popup-pre input::-moz-placeholder {
  color: #6686AA;
}

.popup-pre input:-moz-placeholder {
  color: #6686AA;
}

.popup-pre input:-ms-input-placeholder {
  color: #6686AA;
}

.popup-pre .input-email {
  box-sizing: border-box;
  width: 5.653rem;
  height: 0.68rem;
  margin: 0 auto 0.133rem;
  padding: 0 0.133rem;
  background-color: #B6CADE;
}

.popup-pre .input-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 5.653rem;
  height: 0.68rem;
  margin: 0 auto 0.133rem;
}

.popup-pre .input-code .code {
  box-sizing: border-box;
  width: 2.933rem;
  height: 0.68rem;
  padding: 0 0.133rem;
  background-color: #B6CADE;
}

.popup-pre .input-code .btn {
  background-image: url(/mujpyy/img/emailcode-bg.png?d29a8068);
  background-size: contain;
  height: 0.67rem;
  width: 2.68rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  line-height: 0.67rem;
  font-size: 0.32rem;
  color: #fff;
  text-align: center;
}

.popup-pre .tip {
  margin: 0 auto 0.16rem;
  background-image: url(/mujpyy/img/emailcode-tip.png?7376b07a);
  background-size: contain;
  height: 0.52rem;
  width: 5.59rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-pre .agree {
  width: 6rem;
  padding-left: 0.173rem;
  margin: 0 auto 0.267rem;
}

.popup-pre .agree-check {
  display: inline-block;
  width: 0.187rem;
  height: 0.187rem;
  margin-right: 0.107rem;
  border: 0.027rem solid #fff;
  background-color: #fff;
  vertical-align: middle;
}

.popup-pre .agree-check.active {
  background-color: #B4C155;
}

.popup-pre .agree-text {
  display: inline-block;
  vertical-align: middle;
}

.popup-pre .agree-text-1 {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/mujpyy/img/agree-text-1.png?e9b1c0cd);
  background-size: contain;
  height: 0.20rem;
  width: 0.16rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-pre .agree-text-2 {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/mujpyy/img/agree-text-2.png?7f3af2f8);
  background-size: contain;
  height: 0.23rem;
  width: 1.15rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-pre .agree-link-1 {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/mujpyy/img/agree-link-1.png?f28af512);
  background-size: contain;
  height: 0.37rem;
  width: 1.45rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-pre .agree-link-2 {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/mujpyy/img/agree-link-2.png?61ff4708);
  background-size: contain;
  height: 0.36rem;
  width: 2.41rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-pre .submit {
  margin: auto;
  background-image: url(/mujpyy/img/presubmit-btn.png?64a717d1);
  background-size: contain;
  height: 0.61rem;
  width: 3.35rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-alert {
  background-image: url(/mujpyy/img/popup-bg.png?2bbad5ae);
  background-size: contain;
  height: 5.47rem;
  width: 8.13rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-alert-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  font-size: 0.48rem;
  font-weight: 400;
  font-family: 'Source Han Sans CN', Helvetica, Tahoma, Arial, STXihei, “华文细黑”, Heiti, “黑体”, “Microsoft YaHei”, “微软雅黑”, SimSun, “宋体”, sans-serif;
  text-align: center;
  color: #fff;
}

.popup-video {
  overflow: hidden;
  width: 8.533rem;
  height: 4.8rem;
  border: 0.027rem solid #ccc;
}

.popup-video video {
  width: 100%;
}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height, -webkit-transform;transition-property:height, -webkit-transform;-o-transition-property:transform, height;transition-property:transform, height;transition-property:transform, height, -webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:-o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:-o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:-o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:-o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;-o-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:0.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top, 200ms -webkit-transform;transition:200ms top, 200ms -webkit-transform;-o-transition:200ms transform, 200ms top;transition:200ms transform, 200ms top;transition:200ms transform, 200ms top, 200ms -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left, 200ms -webkit-transform;transition:200ms left, 200ms -webkit-transform;-o-transition:200ms transform, 200ms left;transition:200ms transform, 200ms left;transition:200ms transform, 200ms left, 200ms -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right, 200ms -webkit-transform;transition:200ms right, 200ms -webkit-transform;-o-transition:200ms transform, 200ms right;transition:200ms transform, 200ms right;transition:200ms transform, 200ms right, 200ms -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#ffffff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,0.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#ffffff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,0.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;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;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12, end) infinite;animation:swiper-preloader-spin 1s steps(12, end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:0.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

