.recorder .give {
  text-align: center;
  width: 300px;
  padding: 35px 0;
  position: fixed;
  right: 0;
  transition: all .3s;
  bottom: -500px;
  z-index: 999;
  height: 230px;
  background: url(../images/recorder/product/give-bg-en.png) no-repeat center;
}

.recorder .give.ac {
  bottom: 0;
}

.recorder .give h1 {
  font: normal normal 600 18px/27px Titillium Web;
  letter-spacing: 0px;
  color: #FF363C;
}

.recorder .give p {
  font: normal normal normal 12px/19px Titillium Web;
  letter-spacing: 0px;
  color: #FF363C;
  padding: 0;
}

.recorder .give span {
  font: normal normal normal 12px/19px Titillium Web;
  letter-spacing: 0px;
  color: #9F9F9F;
}

.recorder .give .img {
  display: block;
  margin: auto;
}

.recorder .give .btn {
  width: 150px;
  text-align: center;
  box-shadow: 0px 2px 4px #00000029;
  border-radius: 111px;
  height: 32px;
  margin: auto;
  display: block;
  text-decoration: none;
  font: normal normal normal 14px/30px Titillium Web;
  letter-spacing: 0px;
  color: #FFFFFF;
  background: url(../images/recorder/product/btn-bg-en.png) no-repeat center;
}

.recorder .give .tis {
  background: url(../images/recorder/product/tis-en.png) no-repeat center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.recorder .recorder-box {
  padding-top: 60px;
  overflow-x: hidden;
  background: #fff;
  font-family: Spartan, sans-serif;
}

.recorder .recorder-box h1,
.recorder .recorder-box h2,
.recorder .recorder-box h3,
.recorder .recorder-box h4,
.recorder .recorder-box h5,
.recorder .recorder-box h6 {
  font-family: Spartan, sans-serif;
  color: #000;
  font-weight: 700;
}

.recorder .clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}

.recorder .clearfix {
  zoom: 1;
}

.game_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 161px;
}

.game_banner P {
  padding: 0;
  margin-bottom: 9px;
  color: #4B4C5D;
  font-size: 22px;
  line-height: normal;
}

.game_banner ._img {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: all 0.3s;
}

.game_banner ._img.on {
  transform: rotate(180deg);
}

.record-line {
  position: relative;
  display: block;
  padding-left: 276px;
  color: #5487FF;
  opacity: .4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.record-line:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 260px;
  height: 2px;
  opacity: 0.4;
  background: #5487FF;
}

.record-btn {
  position: relative;
  display: inline-block;
  margin: 0;
  min-width: 265px;
  padding: 0 10px;
  height: 58px;
  background: #34F1A5;
  border-radius: 0px 30px 30px 30px;
}

.record-btn i,
.record-btn span {
  position: absolute;
  display: inline-block;
}

.record-btn .down-txt {
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  transform-origin: left top;
  transition: transform .5s;
}

.record-btn .down-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  opacity: 0;
  transition: all .2s;
}

.record-btn:hover .down-txt {
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: left top;
  opacity: 1;
  transition: all .5s;
}

.record-btn:hover .down-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  opacity: 1;
  transition: all .2s .2s;
  background: url(../images/recorder/down-icon.png);
  background-size: 14px 14px;
}

.record-btn .buy-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  opacity: 0;
  transition: all .2s;
}

.record-btn:hover .buy-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: all .2s .2s;
  background: url(../images/recorder/buy-cart.png);
  background-size: 20px 20px;
}

.bounceIn {
  opacity: 0;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.music.bounceIn {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.play.bounceIn {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.audio.bounceIn {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.screen.bounceIn {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

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

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

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

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.conter {
  width: 1220px;
  margin: auto;
  position: relative;
}

.isrdownload {
  font-family: Spartan;
  margin-top: -5px;
}

.isrdownload h2,
.isrdownload h3,
.isrdownload h4,
.isrdownload h5,
.isrdownload p,
.isrdownload a,
.isrdownload dt,
.isrdownload span {
  font-family: Spartan;
}

.downcont .banner {
  height: 756px;
  background: url(../images/recorder/download/download-banner.png) no-repeat 50%;
  padding-top: 1px;
  background-size: cover;
}

.downcont .banner h2 {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin: 208px auto 25px;
}

.downcont .banner p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.downcont .banner p a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
}

.downcont .banner .dow-icon {
  width: 44px;
  height: 31px;
  background: #5487ff;
  border-radius: 50%;
  margin: 20px auto 51px;
  padding-top: 13px;
  text-align: center;
}

.downcont .banner .dow-icon .st-arrow {
  -webkit-animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) infinite forwards;
  animation: scrolly 3s cubic-bezier(0.77, 0, 0.175, 1) infinite forwards;
  -webkit-perspective: 9000px;
  perspective: 9000px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.downcont .banner .setp-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.downcont .banner .setp-one dl {
  width: 385px;
  height: 279px;
  background: #fff;
  -webkit-box-shadow: 8px 12px 34px 4px rgba(25, 83, 173, 0.1);
  box-shadow: 8px 12px 34px 4px rgba(25, 83, 173, 0.1);
  padding: 33px 17px;
  border-radius: 15px;
  margin: 10px 15px;
}

.downcont .banner .setp-one dl dt {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
  margin-bottom: 25px;
  text-align: center;
}

.downcont .nuxt {
  margin: 114px auto 71px;
  height: 82px;
}

.downcont .nuxt span {
  -webkit-animation: scrolly-s 3s cubic-bezier(0.77, 0, 0.175, 1) infinite forwards;
  animation: scrolly-s 3s cubic-bezier(0.77, 0, 0.175, 1) infinite forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 60px;
  left: 60px;
  z-index: 9;
  top: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.downcont .nuxt span i {
  background: url(../images/recorder/download/cut-left.png) no-repeat 50%;
  display: block;
  width: 86px;
  height: 82px;
}

.downcont .nuxt span p {
  font-size: 12px;
  font-weight: 700;
  margin-left: -30px;
  color: #ff5959;
  line-height: 24px;
}

.downcont .nuxt .img-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.downcont .sex_free {
  background: url(../images/recorder/download/free-bg2.png) no-repeat 50%;
  width: 1251px;
  z-index: 2;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.downcont .sex_free .left {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s ease;
  transition: opacity 0.8s, -webkit-transform 0.8s ease;
  transition: opacity .8s, transform .8s ease;
  transition: opacity 0.8s, transform 0.8s ease, -webkit-transform 0.8s ease;
  margin: 84px 0 0 62px;
}

.downcont .sex_free .left.on {
  opacity: 1;
  position: relative;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.downcont .sex_free .right {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s ease;
  transition: opacity 0.8s, -webkit-transform 0.8s ease;
  transition: opacity .8s, transform .8s ease;
  transition: opacity 0.8s, transform 0.8s ease, -webkit-transform 0.8s ease;
  max-width: 550px;
  margin-right: 89px;
  margin-top: 118px;
}

.downcont .sex_free .right.on {
  opacity: 1;
  position: relative;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.downcont .sex_free .right dl dt {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  position: relative;
  color: #1E1C2C;
}

.downcont .sex_free .right dl dt:after {
  display: none;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 1px;
  background: #0ed8af;
  border-radius: 50%;
}

.downcont .sex_free .right dl dt p {
  width: 134px;
  height: 1px;
  background: #cad0fc;
  margin: 0 18px;
  padding: 0;
}

.downcont .sex_free .right dl dt p.mobile {
  display: none;
}

.downcont .sex_free .right dl h2 {
  font-size: 40px;
  font-weight: bold;
  color: #1E1C2C;
  margin-top: 15px;
  margin-bottom: 18px;
  word-wrap: break-word;
}

.downcont .sex_free .right dl p {
  font-size: 16px;
  font-weight: 600;
  color: #1E1C2C;
  margin-bottom: 30px;
  line-height: 28px;
  padding: 0;
}

.downcont .sex_free .right dl a {
  min-width: 258px;
  height: 58px;
  padding: 0 25px;
  display: inline-block;
  background: linear-gradient(90deg, #1965FD 0%, #7700FF 100%);
  position: relative;
  text-align: center;
  font-size: 16px;
  line-height: 58px;
  text-decoration: none;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 29px;
  cursor: pointer;
}

.downcont .sex_free .right dl a:hover {
  background: linear-gradient(90deg, #6584FF 0%, #0054FF 100%);
}

.downcont .sex_free .right dl a img {
  margin-left: 6px;
}

.downcont .off {
  margin: 218px auto 72px;
  display: block;
}

.downcont .bloglist {
  background: url(../images/recorder/download/blog-list-bg.png) no-repeat 100% 0;
  margin-top: -211px;
  padding: 340px 0 100px;
  background-size: cover;
  position: relative;
}

.downcont .bloglist .off {
  position: absolute;
  top: 0;
  left: 50%;
}

.downcont .bloglist dt {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
  margin-bottom: 84px;
  text-align: center;
}

.downcont .bloglist dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.downcont .bloglist .item {
  width: 383px;
  height: 386px;
  margin-bottom: 35px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dee6f3;
  border-radius: 25px;
}

.downcont .bloglist .item .top {
  padding: 30px 24px 34px;
}

.downcont .bloglist .item .top span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding-left: 37px;
  position: relative;
  line-height: 24px;
}

.downcont .bloglist .item .top span:after {
  content: "";
  background: url(../images/recorder/download/forma.png) no-repeat 50%;
  width: 27px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -4px;
}

.downcont .bloglist .item .top a {
  font-size: 16px;
  margin-top: 24px;
  font-weight: 700;
  display: block;
  color: #000;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.downcont .bloglist .item .top a:hover {
  color: #005fff;
  text-decoration: underline;
}

.downcont .bloglist .item img {
  width: 100%;
  height: 233px;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes scrolly {
  0% {
    -webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }

  30% {
    -webkit-transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
  }

  70% {
    -webkit-transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
  }

  95% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }

  to {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}

@keyframes scrolly {
  0% {
    -webkit-transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    transform: translate3d(0, -150%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }

  30% {
    -webkit-transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
  }

  70% {
    -webkit-transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
  }

  95% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }

  to {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
  }
}

@-webkit-keyframes scrolly-s {
  0% {
    -webkit-transform: translate3d(0, -50%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    transform: translate3d(0, -50%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }

  30% {
    -webkit-transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
  }

  70% {
    -webkit-transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
  }

  95% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0) skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0) skewX(-3deg);
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg) scale(1) skewX(-3deg);
    transform: translate3d(0, 100%, 0) rotateX(-90deg) scale(1) skewX(-3deg);
  }
}

@keyframes scrolly-s {
  0% {
    -webkit-transform: translate3d(0, -50%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    transform: translate3d(0, -50%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
  }

  30% {
    -webkit-transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
  }

  70% {
    -webkit-transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
    transform: translateZ(0) rotateX(0deg) scale(1) skewX(0deg);
  }

  95% {
    -webkit-transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0) skewX(-3deg);
    transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0) skewX(-3deg);
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg) scale(1) skewX(-3deg);
    transform: translate3d(0, 100%, 0) rotateX(-90deg) scale(1) skewX(-3deg);
  }
}

@media screen and (max-width: 768px) {
  .bounceIn {
    background-size: contain;
  }

  .record-btn {
    padding: 0;
    width: 100%;
    border-radius: 0px 40px 40px 40px;
  }

  .record-btn .down-txt {
    font-size: 18px;
    line-height: 23px;
    transform: scale(1) translate(-50%, -50%) !important;
  }

  .record-btn .down-icon {
    display: none;
  }

  .record-line {
    padding-left: 190px;
    font-size: 14px;
    line-height: 22px;
  }

  .record-line:before {
    width: 180px;
  }
}

.popbg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: -99999;
}

.popbg.on {
  opacity: 1;
  z-index: 99999;
}

.pop-content {
  width: 612px;
  height: 358px;
  background: url(../images/specied-bg/isr-pop.png) no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100000;
  margin: auto;
  transition: all ease 0.3s;
  opacity: 0;
  transform: scale(0.1);
}

.pop-content.on {
  z-index: 100000;
  opacity: 1;
  transform: scale(1);
}

.pop-content .close {
  position: absolute;
  display: block;
  width: 33px;
  height: 33px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 101;
  background: url(../images/specied-bg/close-r.svg) center center no-repeat;
}

.pop-content .close:hover {
  opacity: 0.8;
}

.pop-content .btn {
  display: block;
  width: 318px;
  height: 52px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(95deg, #fc4140, #f87400) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00000066;
  border-radius: 31px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: normal normal normal 16px/23px Lexend Deca;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  transition: all 0.3s;
}

.pop-content .btn:hover {
  background: linear-gradient(95deg, #ff1110, #f89500) 0% 0% no-repeat padding-box;
  transition: all 0.3s;
}