@import "global.css";
@import "product_global.css";
@import "../lib/fancybox-2/source/jquery.fancybox.css";
@import "../lib/ov-icomoon/style.css";
@import "../lib/ov-icomoon/style.css";
/* download buttons */
.spotify-music-converter .banner {
  padding: 70px 0 50px;
  background-color: #fff;
}
.spotify-music-converter .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background-image: linear-gradient(163.64deg, rgba(33, 192, 162, 0.72) -10.27%, #e9ffc2 103.29%, #b7ff1e 103.3%);
}
@media (max-width: 768px) {
  .spotify-music-converter .banner::before {
    width: 46%;
  }
}
.spotify-music-converter .banner::after {
  background: unset;
}
.spotify-music-converter .banner .container {
  display: flex;
}
.spotify-music-converter .banner .description {
  width: 84%;
  padding: 52px 110px 60px 83px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #22bfa2;
  box-sizing: border-box;
  backdrop-filter: blur(20px);
  border-radius: 26px;
  text-align: left;
  margin-left: -8%;
  position: relative;
}
@media (max-width: 768px) {
  .spotify-music-converter .banner .description {
    backdrop-filter: unset;
  }
}
.spotify-music-converter .banner .description::before {
  content: "";
  position: absolute;
  width: 138px;
  height: 40px;
  background: url(../img/spotify-music-converter/banner-right-arrow.png) no-repeat;
  background-size: cover;
  right: -15%;
  top: 3%;
}
.spotify-music-converter .banner .description::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 40px;
  background: url(../img/spotify-music-converter/banner-right-line.png) no-repeat;
  background-size: cover;
  right: -20.7%;
  bottom: 10%;
}
@media (max-width: 1200px) {
  .spotify-music-converter .banner .description::before {
    content: unset;
  }
  .spotify-music-converter .banner .description::after {
    content: unset;
  }
}
.spotify-music-converter .banner .description h1 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin-top: unset;
  font-family: "OpenSans-bold";
}
.spotify-music-converter .banner .description .desc {
  font-size: 20px;
  line-height: 34px;
  color: #000;
  margin-top: 26px;
  padding-right: 100px;
  margin-bottom: unset;
}
@media (max-width: 1200px) {
  .spotify-music-converter .banner .description .desc {
    padding-right: unset;
  }
}
.spotify-music-converter .banner .description .tips {
  width: 80%;
  margin-top: 26px;
}
@media (max-width: 1200px) {
  .spotify-music-converter .banner .description .tips {
    width: 100%;
  }
}
.spotify-music-converter .banner .description .tips li {
  font-size: 16px;
  margin-top: 10px;
  color: #000;
  padding-left: 20px;
  position: relative;
}
.spotify-music-converter .banner .description .tips li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../img/spotify-music-converter/tips.svg) no-repeat;
  background-size: cover;
}
.spotify-music-converter .banner .description .others {
  margin-top: 35px;
  display: flex;
}
@media (max-width: 1200px) {
  .spotify-music-converter .banner .description .others {
    align-items: center;
  }
}
.spotify-music-converter .banner .description .others .raty {
  display: flex;
  align-items: center;
}
.spotify-music-converter .banner .description .others .raty .raty-area {
  display: flex;
}
.spotify-music-converter .banner .description .others .raty .raty-area img {
  width: 25px;
  margin-right: 5px;
}
.spotify-music-converter .banner .description .others .raty a {
  font-size: 16px;
  color: #000;
  margin-left: 20px;
  transition: all 0.4s;
}
.spotify-music-converter .banner .description .others .raty a:hover {
  text-decoration: underline;
}
.spotify-music-converter .banner .description .others .play-video {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/spotify-music-converter/play.svg) no-repeat center center;
  background-size: cover;
  margin-left: 20px;
  cursor: pointer;
}
.spotify-music-converter .banner .description .button-list {
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 28px;
  padding-right: 100px;
}
.spotify-music-converter .banner .description .button-list div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spotify-music-converter .banner .description .button-list div a {
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.spotify-music-converter .banner .description .button-list div a i {
  margin-right: 10px;
}
.spotify-music-converter .banner .description .button-list div a:nth-child(1) {
  width: 167px;
  background-image: linear-gradient(94.67deg, #1cbea1 0%, #c5f3c8 137.79%);
  border-radius: 6px;
  color: #fff;
  transition: all 0.4s;
}
.spotify-music-converter .banner .description .button-list div a:nth-child(1):hover {
  background: #fff;
  border: 1px solid #27c1a3;
  color: #27c1a3;
}
@media (max-width: 768px) {
  .spotify-music-converter .banner .description .button-list div a:nth-child(1) {
    width: 132px;
  }
}
.spotify-music-converter .banner .description .button-list div a:nth-child(2) {
  width: 127px;
  border: 1px solid #27c1a3;
  background-color: unset !important;
  border-radius: 6px;
  color: #27c1a3 !important;
  margin-left: 32px;
  transition: all 0.4s;
  border: 1px solid #27c1a3 !important;
}
.spotify-music-converter .banner .description .button-list div a:nth-child(2) i {
  margin-left: unset;
  margin-right: 10px !important;
}
.spotify-music-converter .banner .description .button-list div a:nth-child(2):hover {
  background-image: linear-gradient(94.67deg, #1cbea1 0%, #c5f3c8 137.79%) !important;
  color: #fff !important;
  border: unset !important;
}
@media (max-width: 768px) {
  .spotify-music-converter .banner .description .button-list div a:nth-child(2) {
    width: 110px;
  }
}
.spotify-music-converter .banner .description .button-list div a.showMac {
  transform: translateY(-40px);
}
.spotify-music-converter .banner .description .win-or-mac {
  width: 140px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(196, 196, 196, 0.5);
  margin-top: 31px;
  padding: 2px;
  cursor: pointer;
  position: relative;
}
.spotify-music-converter .banner .description .win-or-mac div {
  width: 70px;
  height: 100%;
  text-align: center;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  z-index: 1;
}
.spotify-music-converter .banner .description .win-or-mac div em {
  margin-right: 5px;
}
.spotify-music-converter .banner .description .win-or-mac span {
  position: absolute;
  width: 70px;
  height: 25px;
  border-radius: 15px;
  background-color: #fff;
  transition: all 0.4s;
  transform: translateX(0px);
}
.spotify-music-converter .banner .description .win-or-mac span.active {
  transform: translateX(66px);
}
.spotify-music-converter .banner .animation {
  width: 44.3%;
  height: 384px;
  background: url(../img/spotify-music-converter/bannerBackg.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -1%;
  top: 11%;
}
.spotify-music-converter .banner .animation::before {
  content: "";
  position: absolute;
  background: url(../img/spotify-music-converter/banner-logo.png) no-repeat;
  width: 182px;
  height: 182px;
  background-size: cover;
  right: -12%;
  top: 45%;
  transform: translateY(-50%);
}
.spotify-music-converter .banner .animation .advantage {
  width: 106%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 3%;
  bottom: -18%;
}
.spotify-music-converter .banner .animation .advantage .item {
  width: 154px;
  height: 155px;
  background: #ffffff;
  border: 2px solid #21c0a2;
  box-sizing: border-box;
  box-shadow: 0px 0px 13px 1px rgba(135, 135, 135, 0.1);
  border-radius: 23px;
}
.spotify-music-converter .banner .animation .advantage .item:nth-child(2) {
  position: relative;
}
.spotify-music-converter .banner .animation .advantage .item:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 16px;
  background-color: #fff;
  left: 49%;
  bottom: -12%;
  transform: translateX(-50%);
}
.spotify-music-converter .banner .animation .advantage .item img {
  margin-top: 25px;
}
.spotify-music-converter .banner .animation .advantage .item p {
  font-size: 14px;
  color: #c2c2c2;
}
.spotify-music-converter .banner .animation .mouse {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  right: -16%;
  top: 79%;
}
.spotify-music-converter .banner .animation .mouse.active {
  animation: mouse 3s linear;
  animation-fill-mode: forwards;
}
@keyframes mouse {
  0% {
    right: -16%;
    top: 79%;
  }
  100% {
    right: 0%;
    top: 50%;
  }
}
.spotify-music-converter .banner .animation .mouse.removeActive {
  animation: removeMouse 3s linear;
  animation-fill-mode: forwards;
}
@keyframes removeMouse {
  100% {
    right: -16%;
    top: 79%;
  }
  0% {
    right: 0%;
    top: 50%;
  }
}
.spotify-music-converter .banner .animation .animate-one {
  width: 72%;
  position: absolute;
  left: 2%;
  top: 44%;
  opacity: 0;
}
.spotify-music-converter .banner .animation .animate-one.active {
  animation: animationOne 5s linear;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
@keyframes animationOne {
  0% {
    left: 2%;
    top: 44%;
    opacity: 0;
  }
  100% {
    left: 2%;
    top: 32%;
    opacity: 1;
  }
}
.spotify-music-converter .banner .animation .animate-one.removeActive {
  animation: removeAnimationOne 3s linear;
}
@keyframes removeAnimationOne {
  100% {
    left: 2%;
    top: 44%;
    opacity: 0;
  }
  0% {
    left: 2%;
    top: 32%;
    opacity: 1;
  }
}
.spotify-music-converter .banner .animation .animate-two {
  width: 72%;
  position: absolute;
  opacity: 0;
  left: 2%;
  top: 56%;
}
.spotify-music-converter .banner .animation .animate-two.active {
  animation: animationTwo 5s linear;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}
@keyframes animationTwo {
  0% {
    opacity: 0;
    left: 2%;
    top: 56%;
  }
  100% {
    left: 2%;
    top: 44%;
    opacity: 1;
  }
}
.spotify-music-converter .banner .animation .animate-two.removeActive {
  animation: removeAnimationTwo 3s linear;
}
@keyframes removeAnimationTwo {
  100% {
    opacity: 0;
    left: 2%;
    top: 56%;
  }
  0% {
    left: 2%;
    top: 44%;
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .spotify-music-converter .banner .animation {
    display: none;
  }
}
@media (max-width: 1200px) {
  .spotify-music-converter .banner {
    padding-top: unset;
  }
  .spotify-music-converter .banner .description {
    width: 100%;
    margin-top: 48px;
    margin-left: unset;
    padding: 42px 25px;
  }
  .spotify-music-converter .banner .description h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .spotify-music-converter .banner .description .desc {
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
    font-weight: bold;
  }
  .spotify-music-converter .banner .description .tips {
    margin-top: 14px;
  }
  .spotify-music-converter .banner .description .tips li {
    font-size: 14px;
  }
  .spotify-music-converter .banner .description .others {
    margin-top: 28px;
  }
  .spotify-music-converter .banner .description .others .raty .raty-area img {
    width: 21px;
  }
  .spotify-music-converter .banner .description .others .raty a {
    font-size: 14px;
  }
  .spotify-music-converter .banner .description .button-list {
    width: 50%;
    margin-top: 28px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .spotify-music-converter .banner .description .button-list {
    width: 100%;
  }
}
.spotify-music-converter .feature-list {
  margin-top: 110px;
}
.spotify-music-converter .feature-list .item {
  width: 100%;
  height: auto;
}
.spotify-music-converter .feature-list .item:not(:first-child) {
  margin-top: 120px;
}
.spotify-music-converter .feature-list .item:nth-child(even) .content {
  flex-direction: row-reverse;
}
.spotify-music-converter .feature-list .item:nth-child(3) h3 {
  font-size: 30px;
  font-family: "OpenSans-bold";
}
.spotify-music-converter .feature-list .item:nth-child(4) h3 {
  font-size: 30px;
  font-family: "OpenSans-bold";
}
.spotify-music-converter .feature-list .item h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-family: "OpenSans-bold";
}
.spotify-music-converter .feature-list .item .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.spotify-music-converter .feature-list .item .content .left {
  width: 47%;
}
.spotify-music-converter .feature-list .item .content .left img {
  width: 100%;
}
.spotify-music-converter .feature-list .item .content .right {
  width: 47%;
}
.spotify-music-converter .feature-list .item .content .right h3 {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
}
.spotify-music-converter .feature-list .item .content .right h3:not(:first-child) {
  margin-top: 20px;
}
.spotify-music-converter .feature-list .item .content .right p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
}
.spotify-music-converter .feature-list .item .content .right p a {
  color: #24c1a2;
}
@media (max-width: 768px) {
  .spotify-music-converter .feature-list {
    margin-top: 60px;
  }
  .spotify-music-converter .feature-list .item:not(:first-child) {
    margin-top: 50px;
  }
  .spotify-music-converter .feature-list .item:nth-child(even) .content {
    flex-direction: column-reverse;
  }
  .spotify-music-converter .feature-list .item h2 {
    font-size: 24px;
    line-height: 40px;
    text-align: left;
  }
  .spotify-music-converter .feature-list .item .content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .spotify-music-converter .feature-list .item .content .left {
    width: 100%;
    margin-top: 30px;
  }
  .spotify-music-converter .feature-list .item .content .right {
    width: 100%;
  }
  .spotify-music-converter .feature-list .item .content .right h3 {
    font-size: 18px;
    line-height: 40px;
  }
  .spotify-music-converter .feature-list .item .content .right p {
    font-size: 14px;
  }
}
.spotify-music-converter .how-it-works {
  margin-top: 127px;
  text-align: center;
  position: relative;
}
.spotify-music-converter .how-it-works::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 700px;
  background: url(../img/spotify-music-converter/swiperOneBackground.png) no-repeat top center;
  background-size: cover;
  left: 0;
  bottom: 0;
}
@media (min-width: 375px) and (max-width: 768px) {
  .spotify-music-converter .how-it-works::before {
    bottom: 27px;
    background: url(../img/spotify-music-converter/swiperOneMobileBackground.png) no-repeat center;
    height: 600px;
    background-size: cover;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  .spotify-music-converter .how-it-works::before {
    bottom: 37px;
    height: 600px;
    background: url(../img/spotify-music-converter/swiperOneMobileBackground.png) no-repeat center;
    background-size: cover;
  }
}
.spotify-music-converter .how-it-works .container {
  overflow: hidden;
  padding-bottom: 100px;
}
.spotify-music-converter .how-it-works h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  font-family: "OpenSans-bold";
}
@media (max-width: 1200px) {
  .spotify-music-converter .how-it-works h2 {
    font-size: 24px;
  }
}
.spotify-music-converter .how-it-works .button-list {
  margin-top: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spotify-music-converter .how-it-works .button-list a {
  width: 180px;
  height: 44px;
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.4s;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.spotify-music-converter .how-it-works .button-list a:nth-child(1) {
  background-image: linear-gradient(92.3deg, #21c0a2 -3.3%, #dafac1 103.66%);
  color: #fff;
}
.spotify-music-converter .how-it-works .button-list a:nth-child(1):hover {
  border: 1px solid #50bace;
  color: #2ebea3;
  background: unset;
}
.spotify-music-converter .how-it-works .button-list a:nth-child(2) {
  border: 1px solid #50bace;
  color: #2ebea3;
  margin-left: 34px;
}
.spotify-music-converter .how-it-works .button-list a:nth-child(2):hover {
  color: #fff;
  background-image: linear-gradient(92.3deg, #21c0a2 -3.3%, #dafac1 103.66%);
  border: unset;
}
.spotify-music-converter .how-it-works .button-list a i {
  margin-right: 10px;
}
.spotify-music-converter .how-it-works .carousel-swiper {
  width: 80%;
  margin: 150px auto 20px;
  position: relative;
}
.spotify-music-converter .how-it-works .carousel-swiper::before {
  content: "";
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 540px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(34, 191, 162, 0.6);
  box-sizing: border-box;
  backdrop-filter: blur(20px);
  border-radius: 26px;
}
.spotify-music-converter .how-it-works .carousel-swiper .swiper {
  padding-top: 60px;
}
.spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container {
  overflow: unset;
  margin: -100px auto 0;
}
.spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container .swiper-slide {
  opacity: 0 !important;
}
.spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container .desc {
  font-size: 16px;
  color: #000;
  position: relative;
  top: -60px;
}
.spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container .desc .step {
  background: #2cc3a4;
  padding: 5px 8px;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
}
.spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container .img {
  width: 88%;
  margin: 11px auto 50px;
}
.spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container .img img {
  width: 100%;
  max-width: unset;
}
.spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-pagination {
  bottom: -60px;
}
@media (max-width: 767px) {
  .spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-pagination {
    bottom: -52px;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  .spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-pagination {
    bottom: -48px;
  }
}
.spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #f4f4f4;
  opacity: 1;
}
.spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #25ad91;
}
@media (max-width: 767px) {
  .spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 1200px) {
  .spotify-music-converter .how-it-works {
    margin-top: 90px;
  }
  .spotify-music-converter .how-it-works h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .spotify-music-converter .how-it-works .carousel-swiper {
    width: 100%;
  }
  .spotify-music-converter .how-it-works .carousel-swiper::before {
    top: unset;
    background-size: contain;
    border-radius: 10px;
  }
  .spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container .img {
    margin: 0 auto;
  }
  .spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container .desc {
    font-size: 14px;
    padding-left: 75px;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: unset;
  }
  .spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container .desc .step {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .spotify-music-converter .how-it-works .carousel-swiper::before {
    height: 220px;
    bottom: -16px;
  }
}
@media (max-width: 1200px) and (min-width: 376px) and (max-width: 767px) {
  .spotify-music-converter .how-it-works .carousel-swiper::before {
    height: 240px;
    bottom: -16px;
    left: 50%;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container .img {
    margin: -35px auto 0;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .spotify-music-converter .how-it-works .carousel-swiper .swiper .swiper-container .desc {
    min-height: 70px;
  }
}
.spotify-music-converter .detail-matters {
  margin-top: 120px;
}
.spotify-music-converter .detail-matters .content {
  width: 96%;
  margin: 0 auto;
}
.spotify-music-converter .detail-matters .content h2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #1e2432;
  text-align: center;
  margin-bottom: 40px;
  font-family: "OpenSans-bold";
}
@media (max-width: 768px) {
  .spotify-music-converter .detail-matters .content h2 {
    font-size: 24px;
  }
}
.spotify-music-converter .detail-matters .content .decorate {
  display: block;
  margin: 30px auto 0;
}
.spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}
.spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide {
  width: 310px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
  }
}
.spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 2px solid #68d6ad;
  padding: 0 22px;
}
.spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide .item img {
  width: 50px;
}
.spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide .item .description {
  margin-top: 30px;
}
.spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide .item .description .title {
  font-size: 22px;
  line-height: 30px;
  color: #1e2432;
}
.spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide .item .description .desc {
  font-size: 16px;
  line-height: 24px;
  color: #1e2432;
  margin-top: 10px;
}
.spotify-music-converter .detail-matters .content .swiper-container .swiper-pagination {
  display: none;
}
.spotify-music-converter .detail-matters .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #2ad9c2;
  background-color: #ffffff;
  border-radius: 100%;
}
.spotify-music-converter .detail-matters .content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2ad9c2;
}
@media (max-width: 1200px) {
  .spotify-music-converter .detail-matters {
    margin-top: 60px;
  }
  .spotify-music-converter .detail-matters .content {
    width: 100%;
  }
  .spotify-music-converter .detail-matters .content .decorate {
    display: none;
  }
  .spotify-music-converter .detail-matters .content .swiper-container {
    margin: 30px auto 0;
    padding-bottom: 50px;
  }
  .spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper {
    flex-wrap: unset;
  }
  .spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide {
    align-items: center;
  }
  .spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide:last-child {
    margin-top: unset;
  }
  .spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide .item {
    width: 31%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .spotify-music-converter .detail-matters .content .swiper-container .swiper-pagination {
    display: block;
  }
}
@media (max-width: 767px) {
  .spotify-music-converter .detail-matters {
    margin-top: 50px;
  }
  .spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide {
    flex-direction: column;
    justify-content: center;
    margin-top: unset;
  }
  .spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide .item {
    width: 100%;
  }
  .spotify-music-converter .detail-matters .content .swiper-container .swiper-wrapper .swiper-slide .item:not(:first-child) {
    margin-top: 20px;
  }
}
.spotify-music-converter .users-say {
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .spotify-music-converter .users-say {
    padding-top: 60px;
  }
}
.spotify-music-converter .users-say::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #68d6ad 0%, #cbf5be 152.25%);
}
@media (max-width: 768px) {
  .spotify-music-converter .users-say::before {
    height: 500px;
  }
}
.spotify-music-converter .users-say .desc-title {
  font-size: 30px;
  font-family: "OpenSans-bold";
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .desc-title {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
.spotify-music-converter .users-say .change-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .change-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: unset;
  }
}
.spotify-music-converter .users-say .change-box .cars-box {
  width: 280px;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .change-box .cars-box {
    width: 100%;
    margin-top: 30px;
  }
}
.spotify-music-converter .users-say .change-box .cars-box .swiper-slide .img-box {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .spotify-music-converter .users-say .change-box .cars-box .swiper-slide .img-box {
    width: 75px;
    height: 75px;
  }
}
.spotify-music-converter .users-say .change-box .cars-box .swiper-slide .img-box img {
  max-width: 100%;
}
.spotify-music-converter .users-say .change-box .cars-box .swiper-slide p.pic-name {
  font-size: 16px;
  font-family: "OpenSans-regular";
  text-align: center;
  margin-top: 20px;
}
.spotify-music-converter .users-say .change-box .pag-btn {
  width: 66%;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .spotify-music-converter .users-say .change-box .pag-btn {
    width: 100%;
    padding-bottom: 80px;
  }
}
.spotify-music-converter .users-say .change-box .pag-btn .pagination-box {
  width: 632px;
  height: 200px;
  position: relative;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .change-box .pag-btn .pagination-box {
    height: auto;
  }
}
.spotify-music-converter .users-say .change-box .pag-btn .pagination-box::before {
  content: url(../img/spotify-music-converter/swiperThreeLogo.png);
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -22px;
  left: -12%;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .change-box .pag-btn .pagination-box::before {
    top: -86px;
    left: 0;
  }
}
.spotify-music-converter .users-say .change-box .pag-btn .pagination-box::after {
  content: url(../img/spotify-music-converter/swiperThreeLogo.png);
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 90px;
  right: 0;
  transform: rotate(180deg);
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .change-box .pag-btn .pagination-box::after {
    bottom: -24px;
    transform: rotate(180deg) translateY(-50%);
  }
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .change-box .pag-btn .pagination-box {
    width: 100%;
  }
}
.spotify-music-converter .users-say .change-box .pag-btn .pagination-box .swiper-pagination-bullet {
  height: auto;
  width: 100%;
  border-radius: 0;
  text-align: left;
  background: transparent;
  display: none;
  font-family: "OpenSans-regular";
  font-size: 16px;
  line-height: 30px;
  color: #595757;
}
.spotify-music-converter .users-say .change-box .pag-btn .pagination-box .swiper-pagination-bullet-active {
  display: block;
}
.spotify-music-converter .users-say .change-box .pag-btn .change-btn {
  width: 30px;
  height: 30px;
  z-index: 2;
  position: absolute;
  bottom: 18%;
  outline: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .change-box .pag-btn .change-btn {
    bottom: 32px;
  }
}
.spotify-music-converter .users-say .change-box .pag-btn .change-btn:hover {
  opacity: 1;
}
.spotify-music-converter .users-say .change-box .pag-btn .change-next {
  left: 90px;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .change-box .pag-btn .change-next {
    left: 60%;
    bottom: 0;
    transform: translate(-50%, -50%);
  }
}
.spotify-music-converter .users-say .change-box .pag-btn .change-next::before {
  content: "";
  background: url(../img/spotify-music-converter/swiper-btn.svg) no-repeat center center;
  background-size: cover;
  display: block;
  width: 30px;
  height: 30px;
  filter: brightness(0);
  opacity: 0.2;
}
.spotify-music-converter .users-say .change-box .pag-btn .change-next:hover::before {
  filter: brightness(1);
  opacity: 1;
}
.spotify-music-converter .users-say .change-box .pag-btn .change-prev {
  left: 20px;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .change-box .pag-btn .change-prev {
    left: 40%;
    bottom: 0;
    transform: translate(-50%, -50%);
  }
}
.spotify-music-converter .users-say .change-box .pag-btn .change-prev::before {
  content: "";
  background: url(../img/spotify-music-converter/swiper-btn.svg) no-repeat center center;
  background-size: cover;
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
  filter: brightness(0);
  opacity: 0.2;
}
.spotify-music-converter .users-say .change-box .pag-btn .change-prev:hover::before {
  filter: brightness(1);
  opacity: 1;
}
.spotify-music-converter .users-say .chg-box {
  height: 480px;
  border-radius: 10px;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .chg-box {
    height: 500px;
  }
}
.spotify-music-converter .users-say .chg-box .chg-title {
  font-size: 30px;
  color: #000;
  text-align: center;
  padding: 75px 0;
  position: relative;
  font-weight: bold;
  font-family: "OpenSans-bold";
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .chg-box .chg-title {
    font-size: 24px;
    padding-top: 35px;
    padding-bottom: 40px;
    line-height: 40px;
  }
}
.spotify-music-converter .users-say .chg-box .chg-carsoule {
  width: 740px;
  height: 150px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .chg-box .chg-carsoule {
    width: 90%;
  }
  .spotify-music-converter .users-say .chg-box .chg-carsoule .swiper-container {
    width: auto;
  }
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .swiper-slide {
  height: 45px;
  border-radius: 5px;
  font-size: 18px;
  font-family: "OpenSans-bold";
  color: #21c0a2;
  text-align: center;
  line-height: 45px;
  background: #fff;
  overflow: hidden;
  opacity: 0.4;
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #5eaf8b;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .chg-box .chg-carsoule .swiper-slide {
    font-size: 14px;
    width: 90px !important;
  }
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .swiper-slide:hover {
  opacity: 1;
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .swiper-slide:hover a {
  background: #fff;
  color: #21c0a2;
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .swiper-slide-active {
  opacity: 1;
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .pagination {
  width: 100%;
  height: 70px;
  margin-top: 45px;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .chg-box .chg-carsoule .pagination {
    margin-top: 20px;
  }
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .pagination .swiper-pagination-bullet {
  font-size: 18px;
  line-height: 34px;
  height: auto;
  width: 100%;
  border-radius: 0;
  text-align: center;
  color: #000;
  background: transparent;
  display: none;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .chg-box .chg-carsoule .pagination .swiper-pagination-bullet {
    font-size: 14px;
    text-align: left;
  }
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .pagination .swiper-pagination-bullet-active {
  display: block;
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .btn {
  width: 30px;
  height: 30px;
  z-index: 2;
  position: absolute;
  top: 10px;
  outline: none;
  border-radius: 50%;
  box-shadow: unset;
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .prev {
  left: -60px;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .chg-box .chg-carsoule .prev {
    left: -30px;
  }
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .prev::before {
  content: url(../img/spotify-music-converter/arrow-r.svg);
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  top: -6px;
  left: -14px;
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .next {
  right: -60px;
}
@media (max-width: 769px) {
  .spotify-music-converter .users-say .chg-box .chg-carsoule .next {
    right: -30px;
  }
}
.spotify-music-converter .users-say .chg-box .chg-carsoule .next::before {
  content: url(../img/spotify-music-converter/arrow-r.svg);
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  top: -6px;
  left: -12px;
  transform: rotate(180deg);
}
.spotify-music-converter .faqs {
  margin-top: 120px;
}
.spotify-music-converter .faqs h2 {
  font-size: 30px;
  line-height: 42px;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-family: "OpenSans-bold";
}
.spotify-music-converter .faqs .content {
  width: 93%;
  margin: 53px auto 0;
}
.spotify-music-converter .faqs .content .item .title {
  padding: 20px 30px;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.spotify-music-converter .faqs .content .item .title h3 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  position: relative;
}
.spotify-music-converter .faqs .content .item .title h3 span.number {
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.spotify-music-converter .faqs .content .item .title h3 span.faqs-icon {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/spotify-music-converter/plus.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
}
.spotify-music-converter .faqs .content .item .faqs-content {
  padding: 30px;
  font-size: 20px;
  line-height: 38px;
  color: #000;
  display: none;
}
.spotify-music-converter .faqs .content .item.active .title {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.spotify-music-converter .faqs .content .item.active .title h3 {
  color: #2dc3a4;
  font-weight: bold;
}
.spotify-music-converter .faqs .content .item.active .title h3 span.number {
  color: #2dc3a4;
}
.spotify-music-converter .faqs .content .item.active .title h3 span.faqs-icon {
  width: 16px;
  height: 3px;
  background: url(../img/spotify-music-converter/subtract.svg) no-repeat;
  background-size: cover;
}
.spotify-music-converter .faqs .content .item.active .faqs-content {
  display: block;
  background: rgba(244, 244, 244, 0.5);
}
@media (max-width: 1200px) {
  .spotify-music-converter .faqs {
    margin-top: 70px;
  }
  .spotify-music-converter .faqs h2 {
    font-size: 22px;
    line-height: 45px;
  }
  .spotify-music-converter .faqs .content {
    width: 100%;
    margin: 40px auto 0;
  }
  .spotify-music-converter .faqs .content .item .title {
    padding: 20px 30px 20px 12px;
  }
  .spotify-music-converter .faqs .content .item .title h3 {
    font-size: 18px;
    align-items: unset;
  }
  .spotify-music-converter .faqs .content .item .title h3 span.faqs-icon {
    right: -30px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .spotify-music-converter .faqs .content .item .faqs-content {
    font-size: 16px;
    padding: 20px;
    line-height: 28px;
  }
}
.spotify-music-converter a.mac,
.spotify-music-converter a.mac_down {
  background-color: unset !important;
  color: unset !important;
  border: unset !important;
}
.spotify-music-converter .give-it-a-try {
  margin-top: 120px;
  padding-bottom: 71px;
  background: url(../img/spotify-music-converter/bottom-background.png) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}
@media (max-width: 1200px) {
  .spotify-music-converter .give-it-a-try {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .spotify-music-converter .give-it-a-try {
    background: url(../img/spotify-music-converter/bottom-mobile-background.png) no-repeat center bottom;
    background-size: cover;
  }
}
.spotify-music-converter .give-it-a-try .content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.spotify-music-converter .give-it-a-try .content .left {
  width: 46.5%;
  border-radius: 15px;
  padding: 53px 40px 60px;
  background: #f2fffa;
  border: 2px solid #6fd8ae;
  box-sizing: border-box;
  backdrop-filter: blur(9px);
}
.spotify-music-converter .give-it-a-try .content .left .title {
  font-size: 24px;
  line-height: 42px;
  color: #000;
  font-weight: bold;
  font-family: "OpenSans-bold";
}
.spotify-music-converter .give-it-a-try .content .left .desc {
  font-size: 20px;
  line-height: 38px;
  margin-top: 20px;
  color: #000;
}
.spotify-music-converter .give-it-a-try .content .left .button-list {
  width: 100%;
  height: 44px;
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.spotify-music-converter .give-it-a-try .content .left .button-list div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.spotify-music-converter .give-it-a-try .content .left .button-list div a {
  height: 44px;
  font-size: 16px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: all 0.4s;
}
.spotify-music-converter .give-it-a-try .content .left .button-list div a:nth-child(1) {
  width: 180px;
  background: #fff;
  color: #4dcda9;
  border: 1px solid #4dcda9 !important;
  transition: all 0.4s;
}
.spotify-music-converter .give-it-a-try .content .left .button-list div a:nth-child(1):hover {
  background: linear-gradient(95.56deg, #30c49d -7.81%, #a7e9b7 112.03%);
  color: #fff;
}
.spotify-music-converter .give-it-a-try .content .left .button-list div a:nth-child(2) {
  width: 140px;
  background: linear-gradient(95.56deg, #30c49d -7.81%, #a7e9b7 112.03%);
  color: #fff !important;
  transition: all 0.4s;
  margin-left: 40px;
}
.spotify-music-converter .give-it-a-try .content .left .button-list div a:nth-child(2):hover {
  background: #fff;
  color: #4dcda9 !important;
  border: 1px solid #4dcda9 !important;
}
.spotify-music-converter .give-it-a-try .content .left .button-list div a:nth-child(2) i {
  margin-left: unset;
  margin-right: 10px !important;
}
.spotify-music-converter .give-it-a-try .content .left .button-list div a.active {
  transform: translateY(-44px);
}
.spotify-music-converter .give-it-a-try .content .left .button-list div a i {
  margin-right: 10px;
}
.spotify-music-converter .give-it-a-try .content .right {
  padding-left: 90px;
}
.spotify-music-converter .give-it-a-try .content .right .item {
  padding-left: 97px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.spotify-music-converter .give-it-a-try .content .right .item:nth-child(1) {
  margin-top: 30px;
}
.spotify-music-converter .give-it-a-try .content .right .item:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background: url(../img/spotify-music-converter/professional.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  border: 3px solid #fff;
  border-radius: 50%;
}
.spotify-music-converter .give-it-a-try .content .right .item:nth-child(2) {
  margin-top: 50px;
}
.spotify-music-converter .give-it-a-try .content .right .item:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background: url(../img/spotify-music-converter/safe.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  border: 3px solid #fff;
  border-radius: 50%;
}
.spotify-music-converter .give-it-a-try .content .right .item:nth-child(3) {
  margin-top: 50px;
}
.spotify-music-converter .give-it-a-try .content .right .item:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background: url(../img/spotify-music-converter/support.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  border: 3px solid #fff;
  border-radius: 50%;
}
.spotify-music-converter .give-it-a-try .content .right .item .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
}
.spotify-music-converter .give-it-a-try .content .right .item .desc {
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  color: #000;
}
@media (max-width: 1200px) {
  .spotify-music-converter .give-it-a-try {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .spotify-music-converter .give-it-a-try::before {
    width: 100%;
    height: 80%;
    top: unset;
    bottom: 0;
  }
  .spotify-music-converter .give-it-a-try .content {
    justify-content: center;
    flex-wrap: wrap;
  }
  .spotify-music-converter .give-it-a-try .content .left {
    width: 100%;
    border-radius: 10px;
    padding: 34px 25px;
  }
  .spotify-music-converter .give-it-a-try .content .left .title {
    font-size: 22px;
    line-height: 40px;
  }
  .spotify-music-converter .give-it-a-try .content .left .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
  }
  .spotify-music-converter .give-it-a-try .content .left .button-list {
    width: 46%;
    height: 31px;
  }
  .spotify-music-converter .give-it-a-try .content .left .button-list div a {
    font-size: 12px;
    height: 31px;
  }
  .spotify-music-converter .give-it-a-try .content .left .button-list div a:nth-child(1) {
    width: 127px;
  }
  .spotify-music-converter .give-it-a-try .content .left .button-list div a:nth-child(2) {
    width: 100px;
  }
  .spotify-music-converter .give-it-a-try .content .left .button-list div a.active {
    transform: translateY(-31px);
  }
  .spotify-music-converter .give-it-a-try .content .right {
    padding-left: unset;
    margin-top: 30px;
  }
  .spotify-music-converter .give-it-a-try .content .right .item {
    min-height: 80px;
    margin-top: 32px;
    padding-left: 65px;
  }
  .spotify-music-converter .give-it-a-try .content .right .item:nth-child(1) {
    margin-top: 40px;
  }
  .spotify-music-converter .give-it-a-try .content .right .item:nth-child(1)::before {
    width: 50px;
    height: 50px;
  }
  .spotify-music-converter .give-it-a-try .content .right .item:nth-child(2) {
    margin-top: 30px;
  }
  .spotify-music-converter .give-it-a-try .content .right .item:nth-child(2)::before {
    width: 50px;
    height: 50px;
  }
  .spotify-music-converter .give-it-a-try .content .right .item:nth-child(3) {
    margin-top: 30px;
  }
  .spotify-music-converter .give-it-a-try .content .right .item:nth-child(3)::before {
    width: 50px;
    height: 50px;
  }
  .spotify-music-converter .give-it-a-try .content .right .item .desc {
    font-size: 14px;
    margin-top: unset;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .spotify-music-converter .give-it-a-try .content .left .button-list {
    width: 100%;
  }
}
.foreword {
  padding: 100px 0 28px;
  background-color: #f7f9ff;
}
.foreword .container h2 {
  text-align: center;
  margin-bottom: 92px;
  font-size: 30px;
  color: #072998;
  font-weight: 700;
}
.foreword .container .intro {
  display: flex;
  flex-wrap: wrap;
  margin: 0 65px;
  text-align: center;
  justify-content: space-between;
}
.foreword .container .intro .part {
  flex: 0 0 45%;
  margin-bottom: 65px;
}
.foreword .container .intro .part .words {
  color: #072998;
}
.foreword .container .intro .part .words h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
.foreword .container .intro .part .words p {
  font-size: 16px;
  line-height: 26px;
}
.total-feature {
  margin-top: 100px;
}
.total-feature .title {
  font-size: 30px;
  margin-bottom: 45px;
  color: #072998;
  text-align: center;
  font-weight: 700;
}
.total-feature .feature {
  color: #072998;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 100px;
}
.total-feature .feature .subtitle {
  font-size: 24px;
  margin-bottom: 70px;
  line-height: 46px;
  font-weight: 700;
}
.total-feature .feature .flex-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.total-feature .feature .flex-content .content {
  flex: 0 0 46.5%;
  text-align: left;
}
.total-feature .feature .flex-content .content .point {
  margin-bottom: 50px;
  padding-left: 85px;
  position: relative;
}
.total-feature .feature .flex-content .content .point::before {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}
.total-feature .feature .flex-content .content .point::after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 24px;
  left: 16px;
  background-color: #ebeffd;
  border-radius: 50%;
  z-index: 0;
}
.total-feature .feature .flex-content .content .point h3 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}
.total-feature .feature .flex-content .content .point p {
  font-size: 16px;
  line-height: 26px;
}
.total-feature .feature .flex-content .figure {
  flex: 0 0 46%;
}
.total-feature .f1 {
  padding-top: 0;
}
.total-feature .f1 .flex-content .content .point:nth-child(1)::before {
  background: url("../img/smc/spotify.svg") no-repeat center center;
}
.total-feature .f1 .flex-content .content .point:nth-child(2)::before {
  background: url("../img/smc/lock.svg") no-repeat center center;
}
.total-feature .f1 .flex-content .content .point:nth-child(3)::before {
  background: url("../img/smc/listen.svg") no-repeat center center;
}
.total-feature .f2 {
  color: #b8193e;
  background-color: #fff8fa;
}
.total-feature .f2 .subtitle {
  width: 60%;
  margin: 0 auto 70px;
}
.total-feature .f2 .flex-content {
  flex-direction: row-reverse;
}
.total-feature .f2 .flex-content .content .point::after {
  background-color: #fee8e8;
}
.total-feature .f2 .flex-content .content .point:nth-child(1)::before {
  background: url("../img/smc/geshi.svg") no-repeat center center;
}
.total-feature .f2 .flex-content .content .point:nth-child(2)::before {
  background: url("../img/smc/music.svg") no-repeat center center;
}
.total-feature .f3 {
  padding-bottom: 100px;
}
.total-feature .f3 .flex-content .content {
  flex: 0 0 45.5%;
}
.total-feature .f3 .flex-content .content .point:nth-child(1)::before {
  background: url("../img/smc/shandian.svg") no-repeat center center;
}
.total-feature .f3 .flex-content .content .point:nth-child(2)::before {
  background: url("../img/smc/conversion.svg") no-repeat center center;
}
.total-feature .f3 .figure {
  flex: 0 0 47.5%;
}
.total-feature .f4 {
  color: #b8193e;
  padding-bottom: 100px;
  background-color: #fff8fa;
}
.total-feature .f4 .flex-content {
  flex-direction: row-reverse;
}
.total-feature .f4 .flex-content .content {
  flex: 0 0 46%;
}
.total-feature .f4 .flex-content .content .point::after {
  background-color: #fee8e8;
}
.total-feature .f4 .flex-content .content .point:nth-child(1)::before {
  background: url("../img/smc/maintain.svg") no-repeat center center;
}
.total-feature .f4 .flex-content .content .point:nth-child(2)::before {
  background: url("../img/smc/artwork.svg") no-repeat center center;
}
.total-feature .f4 .flex-content .figure {
  flex: 0 0 45.5%;
}
.total-feature .f5 .flex-content .content {
  flex: 0 0 46.5%;
}
.total-feature .f5 .flex-content .content .point:nth-child(1)::before {
  background: url("../img/smc/fold.svg") no-repeat center center;
}
.total-feature .f5 .flex-content .content .point:nth-child(2)::before {
  background: url("../img/smc/rename.svg") no-repeat center center;
}
.total-feature .f5 .flex-content .content .point:nth-child(3)::before {
  background: url("../img/smc/skip.svg") no-repeat center center;
}
.total-feature .f5 .flex-content .figure {
  flex: 0 0 47.5%;
}
.step-description {
  padding-top: 100px;
  background-color: #fff8fa;
}
.step-description .step-title {
  font-size: 30px;
  color: #b8193e;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
}
.step-description .buttons {
  text-align: center;
}
.step-description .buttons .down {
  font-size: 16px;
  border: 1px solid #072998;
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  text-align: center;
}
.step-description .buttons .down:hover {
  box-shadow: 0 7px 0 #eeeeef;
}
.step-description .buttons .down.win-down {
  color: #072998;
  margin-right: 30px;
}
.step-description .buttons .down.win-down:hover {
  color: #fff;
  background-color: #072998;
}
.step-description .buttons .down.mac-down {
  color: #fff;
  background-color: #072998;
}
.step-description .buttons .down.mac-down:hover {
  color: #072998;
  background-color: #fff;
}
.step-description .buttons .down i {
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.step-description .step-swiper {
  margin-top: 80px;
  padding-bottom: 45px;
  display: flex;
  justify-content: space-between;
}
.step-description .step-swiper .left-swiper {
  width: 43%;
}
.step-description .step-swiper .left-swiper #thumbs {
  width: 100%;
}
.step-description .step-swiper .left-swiper #thumbs .swiper-slide {
  height: auto !important;
  padding: 20px 0 20px 90px;
  position: relative;
  cursor: pointer;
  color: #b9193e;
}
.step-description .step-swiper .left-swiper #thumbs .swiper-slide::after {
  content: "";
  width: 0px;
  position: absolute;
  top: 68px;
  left: 21px;
  height: calc(100% - 65px);
  border: 1px dashed #b9193e;
}
.step-description .step-swiper .left-swiper #thumbs .swiper-slide .step {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
}
.step-description .step-swiper .left-swiper #thumbs .swiper-slide .step .cir {
  width: 42px;
  height: 42px;
  background-color: #b9193e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -21px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  font-size: 23px;
}
.step-description .step-swiper .left-swiper #thumbs .swiper-slide .step .cir::before {
  content: "";
  width: 34px;
  height: 34px;
  background-color: #fee8e8;
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: -1;
}
.step-description .step-swiper .left-swiper #thumbs .swiper-slide .detail {
  font-size: 16px;
  line-height: 28px;
}
.step-description .step-swiper .left-swiper #thumbs .swiper-slide.slide3::after {
  border: none;
}
.step-description .step-swiper .left-swiper #thumbs .swiper-slide.swiper-slide-thumb-active {
  color: #072998;
}
.step-description .step-swiper .left-swiper #thumbs .swiper-slide.swiper-slide-thumb-active .cir {
  background-color: #072998;
}
.step-description .step-swiper .left-swiper #thumbs .swiper-slide.swiper-slide-thumb-active .cir::before {
  background-color: #eef2ff;
}
.step-description .step-swiper .left-swiper #thumbs .swiper-slide.swiper-slide-thumb-active:not(.slide3)::after {
  border: 1px dashed #072998;
}
.step-description .step-swiper .right-swiper {
  padding-top: 28px;
  width: 52.5%;
}
.step-description .step-swiper .right-swiper #gallery {
  background-color: transparent;
  border-radius: 10px;
  box-shadow: 0 0 20px #dad7d8;
}
.step-description .step-swiper .right-swiper #gallery img {
  width: 100%;
}
.step-description .step-swiper .right-swiper .swiper-pagination {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 28px;
}
.step-description .step-swiper .right-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  margin-left: 16px;
  background-color: #072998;
  width: 10px;
  height: 10px;
  outline: none;
}
.step-description .step-swiper .right-swiper .guides {
  text-align: center;
  margin-top: 30px;
}
.step-description .step-swiper .right-swiper .guides .guide-link {
  font-size: 16px;
  color: #072998;
  text-decoration: underline;
  transition: all 0.5s;
}
.step-description .step-swiper .right-swiper .guides .guide-link .arrow {
  width: 17px;
  height: 10px;
  position: relative;
  display: inline-block;
  margin-left: 20px;
  background: url("../img/smc/arrow.svg") no-repeat center center;
}
.step-description .step-swiper .right-swiper .guides .guide-link:hover {
  text-decoration: none;
}
.step-description .step-swiper .right-swiper .guides .guide-link:hover .arrow {
  margin-left: 24px;
}
.choose-reason {
  margin-top: 90px;
  color: #072998;
  text-align: center;
}
.choose-reason .tf-title {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}
.choose-reason .reason1 {
  font-size: 22px;
  margin-bottom: 75px;
  font-weight: 700;
}
.choose-reason .recommend-swiper {
  display: flex;
  justify-content: space-between;
}
.choose-reason .recommend-swiper .grades {
  flex: 0 0 38.5%;
  margin: 15px 0;
  background-color: #f8fcff;
  border-radius: 20px;
}
.choose-reason .recommend-swiper .grades .trustpliot {
  width: 60%;
  margin: 66px auto 0;
  background-color: #072998;
  color: #fff;
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-radius: 6px;
  font-size: 26px;
}
.choose-reason .recommend-swiper .grades .trustpliot span {
  width: 36px;
  height: 35px;
  background: url("../img/smc/s-star.svg") no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 10px;
  top: -2px;
}
.choose-reason .recommend-swiper .grades .star-box {
  margin: 26px auto 30px;
}
.choose-reason .recommend-swiper .grades .star-box .star img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.choose-reason .recommend-swiper .grades .star-box .star span {
  font-weight: 700;
  margin-left: 10px;
}
.choose-reason .recommend-swiper .grades .reviews-box {
  text-align: center;
  padding-bottom: 68px;
}
.choose-reason .recommend-swiper .grades .reviews-box .reviews-link {
  font-size: 16px;
  color: #072998;
  text-decoration: underline;
  margin-right: 10px;
  transition: all 0.5s;
}
.choose-reason .recommend-swiper .grades .reviews-box .reviews-link .arrow {
  width: 17px;
  height: 10px;
  position: relative;
  display: inline-block;
  top: 0;
  margin-left: 20px;
  background: url("../img/smc/arrow.svg") no-repeat center center;
}
.choose-reason .recommend-swiper .grades .reviews-box .reviews-link:hover {
  text-decoration: none;
}
.choose-reason .recommend-swiper .grades .reviews-box .reviews-link:hover .arrow {
  margin-left: 25px;
}
.choose-reason .recommend-swiper .right-swiper-container {
  width: 58.3%;
}
.choose-reason .recommend-swiper .right-swiper-container .remark-swiper {
  height: auto;
  position: relative;
  background: url(../img/smc/word-bg.png) no-repeat 105px;
}
.choose-reason .recommend-swiper .right-swiper-container .remark-swiper::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/smc/y.svg") no-repeat center center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.choose-reason .recommend-swiper .right-swiper-container .remark-swiper #remark {
  padding-top: 90px;
  width: 60%;
  height: 100%;
  color: #072998;
}
.choose-reason .recommend-swiper .right-swiper-container .remark-swiper #remark .comment {
  line-height: 24px;
  font-size: 16px;
  margin: 0 auto;
}
.choose-reason .recommend-swiper .right-swiper-container .remark-swiper #remark .article {
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.choose-reason .recommend-swiper .right-swiper-container .avatar-swiper {
  height: 68px;
}
.choose-reason .recommend-swiper .right-swiper-container .avatar-swiper #avatar {
  color: #072998;
  width: 200px;
  margin: 0 auto;
  height: 100%;
}
.choose-reason .recommend-swiper .right-swiper-container .avatar-swiper #avatar .swiper-slide {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.choose-reason .recommend-swiper .right-swiper-container .avatar-swiper #avatar .swiper-slide span {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url("../img/smc/ava1.png") no-repeat center center;
  border-radius: 50%;
}
.choose-reason .recommend-swiper .right-swiper-container .avatar-swiper #avatar .swiper-slide span.ava2 {
  background: url("../img/smc/ava2.png") no-repeat center center;
}
.choose-reason .recommend-swiper .right-swiper-container .avatar-swiper #avatar .swiper-slide span.ava3 {
  background: url("../img/smc/ava3.png") no-repeat center center;
}
.choose-reason .recommend-swiper .right-swiper-container .avatar-swiper #avatar .swiper-slide.swiper-slide-active {
  transform: scale(1.4);
}
.choose-reason .recommend-swiper .right-swiper-container .avatar-swiper #avatar .swiper-slide.swiper-slide-active span {
  border: 3px solid #b9193e;
}
.choose-reason .more-reasons {
  margin: 118px 0 95px 0;
  display: flex;
  justify-content: space-between;
}
.choose-reason .more-reasons .reason {
  flex: 0 0 30%;
  position: relative;
}
.choose-reason .more-reasons .reason::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #ebeffd;
  border-radius: 50%;
  top: 20px;
  left: 49.5%;
  z-index: -1;
}
.choose-reason .more-reasons .reason h3 {
  font-size: 20px;
  margin: 30px auto;
  font-weight: 600;
}
.choose-reason .more-reasons .reason .reason-desc {
  font-size: 16px;
  line-height: 28px;
}
.ask-tips {
  background-color: #f7f9ff;
  padding-top: 100px;
  color: #072998;
  text-align: center;
}
.ask-tips .q-title {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}
.ask-tips .q-word {
  font-size: 22px;
  margin-bottom: 55px;
}
.ask-tips .main-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.ask-tips .main-content .left-con {
  flex: 0 0 20%;
}
.ask-tips .main-content .left-con span {
  display: block;
  background-color: #fff;
  border: 1px solid #072998;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  color: #072998;
  font-size: 20px;
  width: 86%;
  border-radius: 16px;
  cursor: pointer;
}
.ask-tips .main-content .left-con span.select-active {
  background-color: #072998;
  color: #fff;
  position: relative;
}
.ask-tips .main-content .left-con span.select-active::before {
  content: "";
  width: 14px;
  height: 100%;
  position: absolute;
  background: url("../img/smc/btn-point.svg") no-repeat center center;
  right: -24px;
  top: 0;
}
.ask-tips .main-content .right-con {
  flex: 0 0 76.6%;
}
.ask-tips .main-content .right-con .question-boxes {
  padding: 10px 0 10px 40px;
  border-left: 2px solid #97aae7;
  text-align: left;
  display: none;
}
.ask-tips .main-content .right-con .question-boxes.active {
  display: block;
}
.ask-tips .main-content .right-con .question-boxes .question-box {
  border-top: 1px solid #e0e7fd;
}
.ask-tips .main-content .right-con .question-boxes .question-box:nth-last-child(1) {
  border-bottom: 1px solid #e0e7fd;
}
.ask-tips .main-content .right-con .question-boxes .question-box .question-box-head {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  position: relative;
}
.ask-tips .main-content .right-con .question-boxes .question-box .question-box-head .question-word {
  font-size: 18px;
}
.ask-tips .main-content .right-con .question-boxes .question-box .question-box-head .question-word .show-hide-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../img/smc/show.svg") no-repeat center center;
  top: 50%;
  right: 0;
  margin-top: -7px;
  cursor: pointer;
}
.ask-tips .main-content .right-con .question-boxes .question-box .question-box-head .question-word .show-hide-icon.hide-icon {
  background: url("../img/smc/hide.svg") no-repeat center center;
}
.ask-tips .main-content .right-con .question-boxes .question-box .answer {
  display: none;
  font-size: 16px;
}
.ask-tips .main-content .right-con .question-boxes .question-box .answer.active {
  display: block;
}
.ask-tips .main-content .right-con .tips-list {
  padding: 30px 0 30px 40px;
  text-align: left;
  display: none;
  border-left: 2px solid #97aae7;
}
.ask-tips .main-content .right-con .tips-list.active {
  display: block;
}
.ask-tips .main-content .right-con .tips-list a {
  font-size: 18px;
  margin-bottom: 40px;
  display: block;
  color: #072998;
}
.ask-tips .main-content .right-con .tips-list a::before {
  content: ">>";
  position: relative;
  top: 0;
  left: -5px;
}
.ask-tips .main-content .right-con .tips-list a:nth-last-child(1) {
  margin-bottom: 0;
}
.bottom-recommend {
  margin: 90px 0 70px 0;
  color: #b9193e;
  text-align: center;
}
.bottom-recommend .recommend {
  position: relative;
}
.bottom-recommend .recommend .buttons {
  width: 90%;
  text-align: center;
}
.bottom-recommend .recommend .buttons .down {
  font-size: 16px;
  border: 1px solid #b9193e;
  display: inline-block;
  width: 180px;
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  text-align: center;
}
.bottom-recommend .recommend .buttons .down:hover {
  box-shadow: 0 7px 0 #eeeeef;
}
.bottom-recommend .recommend .buttons .down.win-down {
  color: #b9193e;
  margin-right: 30px;
}
.bottom-recommend .recommend .buttons .down.win-down:hover {
  color: #fff;
  background-color: #b9193e;
}
.bottom-recommend .recommend .buttons .down.mac-down {
  color: #fff;
  background-color: #b9193e;
}
.bottom-recommend .recommend .buttons .down.mac-down:hover {
  color: #b9193e;
  background-color: #fff;
}
.bottom-recommend .recommend .buttons .down i {
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.bottom-recommend .recommend .bottom-title {
  font-size: 30px;
  margin-bottom: 20px;
  width: 90%;
  position: relative;
}
.bottom-recommend .recommend .bottom-pic {
  position: absolute;
  right: -1%;
  top: 16px;
}
.bottom-recommend .recommend .bottom-words {
  font-size: 18px;
  margin-bottom: 55px;
  width: 90%;
}
@media (min-width: 1200px) {
  .step-description .step-swiper .left-swiper #thumbs .swiper-slide .step .cir {
    top: 75%;
  }
}
@media (max-width: 1200px) {
  .smc-box1 .smc-banner .desc-pic-box .right-pic {
    flex: 0 0 58%;
  }
}
@media (max-width: 1024px) {
  .step-description .step-swiper .left-swiper #thumbs .swiper-slide::after {
    top: 76px;
    height: calc(100% - 65px);
  }
  .choose-reason .recommend-swiper .right-swiper-container .remark-swiper {
    background: url(../img/smc/word-bg.png) no-repeat 80px;
    z-index: -1;
  }
}
@media (max-width: 1023px) {
  .bottom-recommend .recommend .bottom-pic {
    position: static;
  }
  .bottom-recommend .recommend .bottom-title {
    margin: 0 auto 10px;
  }
  .bottom-recommend .recommend .bottom-words {
    margin: 10px auto 55px;
  }
  .bottom-recommend .recommend .buttons {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .smc-box1::before {
    background-size: 100%;
  }
  .smc-box1 .smc-banner .desc-pic-box .smc-desc h1 {
    font-size: 26px;
    line-height: 38px;
  }
  .smc-box1 .smc-banner .desc-pic-box .smc-desc .sub-t {
    font-size: 18px;
    line-height: 26px;
  }
  .smc-box1 .smc-banner .desc-pic-box {
    flex-direction: column;
  }
  .smc-box1 .reviews .carousel-box .main .slide {
    justify-content: center;
  }
  .smc-box1 .reviews .carousel-box .main .slide .pic {
    padding: 20px 0;
  }
  .smc-box1 .smc-banner .desc-pic-box .smc-desc {
    padding-top: 45px;
  }
  .smc-box1 .smc-banner .desc-pic-box .smc-desc h1 {
    text-align: center;
  }
  .smc-box1 .smc-banner .desc-pic-box .smc-desc .reviews-con {
    text-align: center;
  }
  .smc-box1 .smc-banner .desc-pic-box .smc-desc .buttons {
    text-align: center;
  }
  .smc-box1 .smc-banner .desc-pic-box .right-pic {
    width: 80%;
    margin: 0 auto;
  }
  .smc-box1 .reviews::before {
    width: 180px;
    height: 180px;
    top: -90px;
    left: -8px;
    z-index: -1;
  }
  .smc-box1 .reviews .carousel-box .main {
    min-height: 240px;
  }
  .smc-box1 .reviews .carousel-box .main .slide {
    flex-direction: column;
  }
  .smc-box1 .reviews .carousel-box .main .slide .pic {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
  }
  .smc-box1 .reviews .carousel-box .main .slide .con {
    margin-top: 20px;
  }
  .smc-box1 .reviews .carousel-box .icon-down {
    right: calc(50% - 100px);
    top: -80px;
    width: 40px;
    height: 40px;
  }
  .smc-box1 .reviews .carousel-box .icon-down.prev {
    left: calc(50% - 100px);
  }
  .step-description .step-swiper {
    flex-direction: column;
    margin-top: 24px;
  }
  .step-description .step-swiper .left-swiper {
    margin: 0 auto;
    width: 80%;
  }
  .step-description {
    padding-top: 50px;
  }
  .step-description .step-title {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 38px;
  }
  .step-description .step-swiper .left-swiper #thumbs .swiper-slide .step .cir {
    left: -58px;
  }
  .step-description .step-swiper .right-swiper {
    width: 80%;
    margin: 0 auto;
  }
  .step-description .step-swiper .right-swiper #gallery img {
    width: 100%;
  }
  .foreword .container .intro {
    flex-direction: column;
  }
  .foreword {
    padding: 40px 0 0 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .foreword .container h2 {
    font-size: 26px;
    line-height: 38px;
    width: 80%;
    margin: 0 auto 40px;
  }
  .total-feature {
    margin-top: 50px;
  }
  .total-feature .feature {
    padding-top: 45px;
  }
  .total-feature .f1 {
    padding-top: 0;
  }
  .total-feature .title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .total-feature .feature .subtitle {
    width: 80%;
    margin: 0 auto 30px;
    font-size: 22px;
    line-height: 38px;
  }
  .total-feature .feature .flex-content {
    flex-direction: column-reverse;
  }
  .total-feature .feature .flex-content .content .point h3 {
    font-size: 20px;
  }
  .total-feature .feature .flex-content .content .point {
    margin-bottom: 28px;
  }
  .total-feature .f3 {
    padding-top: 50px;
  }
  .total-feature .feature .flex-content .content .point::before {
    width: 32px;
    height: 32px;
  }
  .total-feature .f1 .flex-content .content .point:nth-child(1)::before,
  .total-feature .f1 .flex-content .content .point:nth-child(2)::before,
  .total-feature .f1 .flex-content .content .point:nth-child(3)::before,
  .total-feature .f2 .flex-content .content .point:nth-child(1)::before,
  .total-feature .f2 .flex-content .content .point:nth-child(2)::before,
  .total-feature .f3 .flex-content .content .point:nth-child(1)::before,
  .total-feature .f3 .flex-content .content .point:nth-child(2)::before,
  .total-feature .f4 .flex-content .content .point:nth-child(1)::before,
  .total-feature .f4 .flex-content .content .point:nth-child(2)::before,
  .total-feature .f5 .flex-content .content .point:nth-child(1)::before,
  .total-feature .f5 .flex-content .content .point:nth-child(2)::before,
  .total-feature .f5 .flex-content .content .point:nth-child(3)::before {
    background-size: 100% 100%;
  }
  .total-feature .feature .flex-content .content .point::after {
    width: 26px;
    height: 26px;
    top: 18px;
    left: 12px;
  }
  .total-feature .feature .flex-content .content .point {
    padding-left: 55px;
  }
  .total-feature .f3 {
    padding-bottom: 50px;
  }
  .step-description .step-swiper .left-swiper #thumbs .swiper-slide {
    padding-left: 62px;
    height: auto !important;
    margin-bottom: 20px;
  }
  .step-description .step-swiper .left-swiper #thumbs .swiper-slide .step .cir {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .step-description .step-swiper .left-swiper #thumbs .swiper-slide .step .cir::before {
    width: 26px;
    height: 26px;
    top: 16px;
    left: 20px;
  }
  .step-description .step-swiper .left-swiper #thumbs .swiper-slide .step .cir::after {
    left: 18px;
    height: 60px;
  }
  .step-description .step-swiper .right-swiper {
    padding-top: 0;
  }
  .step-description .step-swiper .right-swiper .guides .guide-link {
    font-size: 18px;
  }
  .choose-reason {
    margin-top: 50px;
  }
  .choose-reason .tf-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
  }
  .choose-reason .reason1 {
    font-size: 20px;
    margin-bottom: 28px;
    line-height: 38px;
    font-weight: 700;
  }
  .choose-reason .recommend-swiper .grades .reviews-box {
    padding-bottom: 40px;
  }
  .choose-reason .recommend-swiper .grades .trustpliot {
    margin: 40px auto 0;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
  }
  .choose-reason .recommend-swiper .grades,
  .choose-reason .recommend-swiper .remark-swiper {
    width: 80%;
    margin: 0 auto;
  }
  .choose-reason .recommend-swiper {
    flex-direction: column;
  }
  .step-description .step-swiper .left-swiper #thumbs .swiper-slide .step {
    line-height: 30px;
  }
  .choose-reason .more-reasons {
    flex-direction: column;
    width: 80%;
    margin: 70px auto 0;
  }
  .choose-reason .more-reasons .reason {
    margin-bottom: 40px;
  }
  .choose-reason .more-reasons .reason h3 {
    font-size: 20px;
    margin: 20px 0 25px 0;
  }
  .ask-tips {
    padding-top: 40px;
  }
  .ask-tips .q-title {
    line-height: 38px;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ask-tips .q-word {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .ask-tips .main-content {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .ask-tips .main-content .left-con {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .ask-tips .main-content .left-con span {
    width: 46.5%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 8px;
  }
  .ask-tips .main-content .left-con span.select-active::before {
    left: calc(50% - 7px);
    top: 32px;
    transform: rotate(90deg);
  }
  .ask-tips .main-content .right-con .question-boxes {
    border: none;
    padding: 10px 0 0 0;
  }
  .question-word {
    padding-right: 15px;
  }
  .ask-tips .main-content .right-con .question-boxes {
    font-size: 18px;
  }
  .ask-tips .main-content .right-con .question-boxes .question-box .question-box-head {
    padding: 20px 0 17px 0;
  }
  .bottom-recommend .bottom-title {
    font-size: 24px;
    line-height: 38px;
  }
  .bottom-recommend {
    margin: 40px 0 0 0;
  }
  .bottom-recommend .recommend .bottom-title {
    font-size: 24px;
  }
  .bottom-recommend .recommend .buttons .down {
    font-size: 20px;
    height: 54px;
    line-height: 54px;
  }
  .bottom-recommend .recommend .bottom-words {
    margin: 10px auto 20px;
  }
  .choose-reason .recommend-swiper .right-swiper-container {
    width: 80%;
    margin: 0 auto;
  }
  .choose-reason .recommend-swiper .grades {
    width: 80%;
    margin: 0 auto 50px;
  }
  .choose-reason .recommend-swiper .remark-swiper {
    width: 80%;
    margin: 0 auto;
  }
  .choose-reason .recommend-swiper .right-swiper-container .remark-swiper #remark {
    width: 100%;
  }
  .choose-reason .recommend-swiper .right-swiper-container .remark-swiper #remark .swiper-slide {
    width: 100%;
  }
  .total-feature .feature .flex-content .figure {
    margin-top: 35px;
  }
  .choose-reason .recommend-swiper .right-swiper-container .remark-swiper {
    background: url(../img/smc/word-bg.png) no-repeat 20px;
  }
  .step-description .step-swiper .left-swiper {
    margin-bottom: 20px;
  }
  .step-description .step-swiper .left-swiper #thumbs .swiper-slide {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .step-description .step-swiper .left-swiper #thumbs .swiper-slide::after {
    top: 60px;
  }
}
@media (max-width: 500px) {
  .smc-box1 .reviews .carousel-box .main {
    height: 320px;
  }
  .foreword .container .intro {
    margin: 0;
  }
  .total-feature .feature .subtitle {
    width: 100%;
  }
  .choose-reason .recommend-swiper .grades,
  .choose-reason .recommend-swiper .remark-swiper {
    width: 100%;
  }
  .choose-reason .recommend-swiper .remark-swiper #avatar .comment {
    width: 100%;
  }
  .bottom-recommend .recommend .buttons {
    width: 100%;
  }
  .bottom-recommend .recommend .buttons .down {
    width: 62%;
  }
  .bottom-recommend .recommend .buttons .down.win-down {
    margin: 0 0 20px 0;
  }
  .choose-reason .recommend-swiper .right-swiper-container {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .smc-box1 .smc-banner .desc-pic-box .smc-desc .reviews-con {
    width: 100%;
    margin: 40px auto 50px;
  }
  .smc-box1 .smc-banner .desc-pic-box .smc-desc .reviews-con .video-link {
    display: block;
  }
  .smc-box1 .smc-banner .desc-pic-box .smc-desc .reviews-con .video-link::before {
    margin-left: 0;
    margin-top: 26px;
  }
  .smc-box1 .smc-banner .desc-pic-box .smc-desc .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .smc-box1 .smc-banner .desc-pic-box .smc-desc .buttons a:nth-child(1) {
    margin-bottom: 20px;
  }
  .smc-box1 .smc-banner .desc-pic-box .smc-desc .buttons .down.win-down {
    margin-right: 0;
  }
  .smc-box1 .reviews .carousel-box .main {
    height: 400px;
  }
  .smc-box1 .reviews .carousel-box .icon-down {
    right: calc(50% - 80px);
  }
  .smc-box1 .reviews .carousel-box .icon-down.prev {
    left: calc(50% - 80px);
  }
  .smc-box1 .reviews .carousel-box .main .slide .pic {
    flex: 0 0 20%;
  }
  .step-description .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .step-description .buttons .down.win-down {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .step-description .step-swiper .left-swiper {
    width: 100%;
  }
  .step-description .step-swiper .right-swiper {
    width: 100%;
  }
  .choose-reason .more-reasons {
    width: 100%;
  }
  .ask-tips .main-content {
    width: 100%;
  }
  .bottom-recommend .recommend .bottom-title {
    width: 100%;
  }
  .bottom-recommend .recommend .bottom-pic {
    width: 40%;
    margin: 0 auto;
  }
  .bottom-recommend .recommend .bottom-words {
    width: 100%;
    line-height: 28px;
  }
  .smc-box1 .smc-banner .desc-pic-box .right-pic {
    width: 100%;
    text-align: center;
  }
  .foreword .container h2 {
    width: 100%;
  }
  .total-feature .feature .flex-content .figure {
    width: 88%;
  }
  .smc-box1 .reviews::before {
    width: 84px;
    height: 84px;
    top: -34px;
  }
  .smc-box1 .reviews .carousel-box {
    width: 100%;
  }
  .choose-reason .recommend-swiper .right-swiper-container .remark-swiper {
    background: url(../img/smc/word-bg.png) no-repeat -20px;
  }
  .total-feature .feature .flex-content .content .point h3 {
    font-size: 18px;
  }
  .ask-tips .main-content .right-con .tips-list a {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .choose-reason .recommend-swiper .remark-swiper {
    background-size: 100%;
  }
  .choose-reason .recommend-swiper .right-swiper-container .remark-swiper {
    background: url(../img/smc/word-bg.png) no-repeat -14px;
    background-size: 90%;
  }
  .choose-reason .recommend-swiper .grades .trustpliot {
    width: 75%;
  }
}
/* banner */
.banner {
  height: auto;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: 0px !important;
}
.banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 15;
}
.banner .container {
  position: relative;
  z-index: 25;
}
.banner .video-banner::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.banner .video-banner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.banner #video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.banner h1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.banner h1 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
  top: -5px;
}
.banner p {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 40px;
}
.banner .buttons {
  margin-bottom: 20px;
}
.banner .buttons a {
  display: inline-block;
  margin: 0 15px;
}
.banner .reviews-area {
  margin-bottom: 20px;
}
.banner .reviews-area .raty {
  margin-right: 20px;
}
.raty img {
  width: 16px;
  height: 16px;
}
.banner .reviews-area a {
  color: #fff;
  text-decoration: underline;
}
.banner .reviews-area a:hover {
  text-decoration: none;
}
.banner .video_link {
  margin-bottom: 50px;
}
.banner .video_link .videoDemo::before {
  content: "";
  background-image: url(../img/apple-music-converter/playbtn.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.banner .video_link .videoDemo:hover {
  color: #1e96ec;
}
.banner .video_link .videoDemo:hover::before {
  background-image: url(../img/apple-music-converter/playbtn_blue.svg);
}
.banner .video_link .videoDemo {
  font-size: 14px;
  color: #fff;
}
.banner .features-list {
  text-align: center;
}
.banner .features-list a {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  height: 88px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin: 0 15px;
}
/* animate */
.banner .animate-area {
  width: 70px;
  height: 50px;
  margin: auto;
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.banner .animate-area .animate-bg {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.banner .animate-area .animate-key {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
}
.banner .animate-area.unlock-drm .animate-bg {
  background-image: url(../img/apple-music-converter/drm-unlock-bg.svg);
}
.banner .animate-area.unlock-drm .animate-key {
  background-image: url(../img/apple-music-converter/drm-unlock-key.svg);
  width: 17px;
  height: 10px;
  top: 21px;
  right: 9px;
  z-index: 100000;
  transform-origin: 100% 0;
}
.banner .animate-area.unlock-drm:hover .animate-key {
  transform: rotate3d(0, -1, 0, 180deg);
  -webkit-transform: rotate3d(0, -1, 0, 180deg);
  -moz-transform: rotate3d(0, -1, 0, 180deg);
}
.banner .animate-area.convert-apple-music .animate-bg {
  background-image: url(../img/apple-music-converter/convert-apple-music-bg.svg);
  background-size: 25px;
}
.banner .animate-area.convert-apple-music .animate-key-1 {
  z-index: 10000;
  background-image: url(../img/apple-music-converter/convert-apple-music-key-1.svg);
  width: 22px;
  height: 30px;
  background-size: 22px;
  right: 1px;
  bottom: -3px;
  transition: 0.3s;
  transition-delay: 1s;
  /* opacity:0; */
}
.banner .animate-area.convert-apple-music .animate-key-2 {
  background-image: url(../img/apple-music-converter/convert-apple-music-key-2.svg);
  width: 70px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner .animate-area.convert-apple-music:hover .animate-key-1 {
  animation: buzz-out 0.75s linear 1s;
  -webkit-animation: buzz-out 0.75s linear 1s;
  -moz-animation: buzz-out 0.75s linear 1s;
}
.banner .animate-area.convert-apple-music:hover .animate-key-2 {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.banner .animate-area.audiobook-converter .animate-bg {
  background-image: url(../img/apple-music-converter/audiobook-converter-bg.svg);
  background-size: 20px;
}
.banner .animate-area.audiobook-converter .animate-key-1 {
  z-index: 10000;
  background-image: url(../img/apple-music-converter/audiobook-converter-key-1.svg);
  width: 22px;
  height: 23px;
  background-size: 22px;
  right: 0px;
  bottom: -1px;
}
.banner .animate-area.audiobook-converter:hover .animate-key-1 {
  transform: translateY(5px);
}
.banner .animate-area.audiobook-converter:hover .animate-key-2 {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}
.banner .animate-area.audiobook-converter .animate-key-2 {
  background-image: url(../img/apple-music-converter/audiobook-converter-key-2.svg);
  width: 70px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner .animate-area.multi-device .animate-bg {
  background-image: url(../img/apple-music-converter/multi-device-bg.svg);
  background-size: 57px;
}
.banner .animate-area.multi-device .animate-key-1 {
  z-index: 10000;
  background-image: url(../img/apple-music-converter/multi-device-key-1.svg);
  width: 6px;
  height: 8px;
  background-size: 6px;
  top: 28px;
  left: 14px;
}
.banner .animate-area.multi-device .animate-key-2 {
  background-image: url(../img/apple-music-converter/multi-device-key-1.svg);
  width: 11px;
  height: 16px;
  background-size: 11px;
  top: 15px;
  left: 31px;
}
.banner .animate-area.multi-device .animate-key-3 {
  background-image: url(../img/apple-music-converter/multi-device-key-1.svg);
  width: 6px;
  height: 8px;
  background-size: 6px;
  top: 26px;
  right: 12px;
}
.banner .animate-area.multi-device .animate-key-4 {
  background-image: url(../img/apple-music-converter/multi-device-key-2.svg);
  width: 18px;
  height: 18px;
  background-size: 18px;
  bottom: 0px;
  right: -2px;
  transform-origin: 50% 50%;
}
.banner .animate-area.multi-device:hover .animate-key-1,
.banner .animate-area.multi-device:hover .animate-key-2,
.banner .animate-area.multi-device:hover .animate-key-3 {
  animation: buzz-out 0.75s linear 0.3s 1;
  -webkit-animation: buzz-out 0.75s linear 0.3s 1;
  -moz-animation: buzz-out 0.75s linear 0.3s 1;
}
.banner .animate-area.multi-device:hover .animate-key-4 {
  transform: scale(1.2, 1.2);
}
.banner .animate-area.id3-tag-editor .animate-bg {
  background-image: url(../img/apple-music-converter/id3-tag-editor-bg.svg);
  width: 70px;
  height: 50px;
  background-size: contain;
}
.banner .animate-area.id3-tag-editor .animate-key-1 {
  background-image: url(../img/apple-music-converter/id3-tag-editor-key.svg);
  width: 27px;
  height: 27px;
  background-size: contain;
  bottom: 4px;
  right: 0px;
}
.banner .animate-area.id3-tag-editor:hover .animate-key-1 {
  right: 17px;
  animation: spin 0.75s linear 0.5s;
}
@keyframes buzz-out {
  0% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2deg) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
@-webkit-keyframes buzz-out {
  0% {
    -webkit-transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2deg) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
  }
}
@-moz-keyframes buzz-out {
  0% {
    -moz-transform: translateX(3px) rotate(2deg);
  }
  20% {
    -moz-transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -moz-transform: translateX(3px) rotate(2deg);
  }
  40% {
    -moz-transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -moz-transform: translateX(2px) rotate(1deg);
  }
  60% {
    -moz-transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -moz-transform: translateX(2px) rotate(1deg);
  }
  80% {
    -moz-transform: translateX(-2deg) rotate(-1deg);
  }
  90% {
    -moz-transform: translateX(1px) rotate(0);
  }
  100% {
    -moz-transform: translateX(-1px) rotate(0);
  }
}
@keyframes spin {
  from {
    transform: translateY(-18px) translateY(-18%) rotate(0turn) translateY(18px) translateY(18%) rotate(1turn);
  }
  to {
    transform: translateY(-18px) translateY(-18%) rotate(1turn) translateY(18px) translateY(18%) rotate(0turn);
  }
}
/* media reviews */
.media-reviews {
  background-color: #f8f8f8;
  padding: 60px 0;
  text-align: center;
}
.media-reviews h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}
.media-reviews h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}
.media-reviews #slider {
  position: relative;
}
.media-reviews .slides li .p1 {
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 15px;
}
.media-reviews .slides li .p2 {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding: 0 10%;
  margin-bottom: 15px;
}
.media-reviews .slides li .p3 {
  font-size: 18px;
  color: #333;
}
.media-reviews .slides li .p3 a {
  color: inherit;
}
.media-reviews .slides li .p3 img {
  margin-right: 10px;
}
.media-reviews .slides li .p3 a:hover {
  color: #1e96ec;
}
.flex-control-nav {
  margin-top: 30px !important;
  position: static !important;
}
.flex-direction-nav .flex-prev {
  position: absolute;
  left: 0px !important;
  top: 25%;
  background-image: url(../img/apple-music-converter/prev_next.png);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  width: 19px;
  height: 38px;
  overflow: hidden;
  text-indent: 10000px;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.flex-direction-nav .flex-next {
  position: absolute;
  right: 0px !important;
  top: 25%;
  background-image: url(../img/apple-music-converter/prev_next.png);
  width: 19px;
  height: 38px;
  overflow: hidden;
  text-indent: 10000px;
  background-repeat: no-repeat;
  background-position: center !important;
  opacity: 0.5;
}
.flex-control-paging li a {
  background-color: #d2d2d2 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
  background-color: #1e96ec !important;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  opacity: 1;
}
/* features */
.features h3 {
  font-size: 36px;
  color: #333;
  text-align: center;
  padding: 70px 0 30px;
}
.features .feature {
  padding: 50px 0;
}
.features .feature .left {
  width: 50%;
  float: left;
}
.features .feature .right {
  width: 50%;
  float: right;
}
.features .feature .p1 {
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
}
.features .feature .p2 {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-bottom: 10px;
}
.features .feature ul {
  margin-bottom: 30px;
}
.features .feature ul li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
.features .feature ul li {
  margin-bottom: 10px;
}
.features .feature ul li span {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
}
.features .feature .more {
  display: block;
  width: 140px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #1e96ec;
  color: #1e96ec;
  font-size: 14px;
  border-radius: 4px;
}
.features .feature .more::after {
  content: ">>";
  font-size: 14px;
  display: inline;
  margin-left: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.features .feature .more:hover {
  background-color: #1e96ec;
  color: #fff;
  border: 1px solid #1e96ec !important;
}
.features .feature .more:hover::after {
  margin-left: 10px;
}
.features .feature::after {
  content: "";
  display: block;
  clear: both;
}
.features .feature.f2 {
  background-color: #4d6c82;
}
.features .feature.f2 .p1 {
  color: #fff;
}
.features .feature.f2 .p2 {
  color: #fff;
}
.features .feature.f2 ul li::before {
  background-color: #fff;
}
.features .feature.f2 ul li span {
  color: #fff;
}
.features .feature.f2 .more {
  color: #fff;
  border-color: #fff;
}
.features .feature.f4 {
  background-color: #f8f8f8;
}
/* features animation */
.features .feature .animate-area {
  height: 354px;
  width: 90%;
  margin: auto;
  position: relative;
}
.features .feature .animate-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
}
.features .feature .animate-key {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s 0.5s;
  -webkit-transition: 1s 0.5s;
  -moz-transition: 1s 0.5s;
}
.features .feature.f1 .animate-bg {
  background-image: url(../img/apple-music-converter/feature-1-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 292px;
  opacity: 0;
}
.features .feature.f1 .animate-key-1 {
  background-image: url(../img/apple-music-converter/feature-1-key-1.svg);
  width: 100px;
  height: 100px;
  top: 100px;
  left: 37%;
  opacity: 1;
  transition-delay: 0.2s;
}
.features .feature.f1 .animate-key-2 {
  background-image: url(../img/apple-music-converter/feature-1-key-2.svg);
  width: 105px;
  height: 117px;
  opacity: 0;
  top: 100px;
  left: 37%;
}
.features .feature.f1 .animate-key-3 {
  background-image: url(../img/apple-music-converter/feature-1-key-3.svg);
  width: 100px;
  height: 100px;
  opacity: 0;
  top: 100px;
  left: 37%;
}
.features .feature.f1 .animate-key-4 {
  background-image: url(../img/apple-music-converter/feature-1-key-4.svg);
  width: 123px;
  height: 137px;
  opacity: 0;
  top: 100px;
  left: 37%;
}
.features .feature.f1 .animate-key-5 {
  background-image: url(../img/apple-music-converter/feature-1-key-5.svg);
  width: 94px;
  height: 114px;
  opacity: 0;
  top: 100px;
  left: 37%;
}
.features .feature.f1.active .animate-bg {
  opacity: 1;
}
.features .feature.f1.active .animate-key-1 {
  opacity: 0;
}
.features .feature.f1.active .animate-key-2 {
  opacity: 1;
  top: 70px;
  left: 10px;
}
.features .feature.f1.active .animate-key-3 {
  opacity: 1;
  top: -30px;
  left: 30%;
}
.features .feature.f1.active .animate-key-4 {
  opacity: 1;
  top: -50px;
  left: 65%;
}
.features .feature.f1.active .animate-key-5 {
  opacity: 1;
  top: 110px;
  left: 75%;
}
.features .feature.f2 .animate-bg {
  background-image: url(../img/apple-music-converter/feature-2-bg.png);
  width: 178px;
  height: 100%;
  opacity: 0;
}
.features .feature.f2 .animate-key-1 {
  background-image: url(../img/apple-music-converter/feature-2-key-1.svg);
  width: 100px;
  height: 100px;
  top: 35%;
  left: 90px;
  opacity: 0;
  transition-delay: 0.3s;
}
.features .feature.f2 .animate-key-2 {
  background-image: url(../img/apple-music-converter/feature-2-key-2.png);
  width: 116px;
  height: 180px;
  top: 5;
  left: 0;
  opacity: 0;
  transition-delay: 0.5s;
}
.features .feature.f2 .animate-key-3 {
  background-image: url(../img/apple-music-converter/feature-2-key-3.png);
  width: 116px;
  height: 180px;
  top: 183px;
  left: 0;
  opacity: 0;
  transition-delay: 0.5s;
}
.features .feature.f2 .animate-key-4 {
  background-image: url(../img/apple-music-converter/feature-2-key-4.png);
  width: 116px;
  height: 190px;
  top: 0;
  left: 0;
  opacity: 0;
  transition-delay: 0.5s;
}
.features .feature.f2 .animate-key-5 {
  background-image: url(../img/apple-music-converter/feature-2-key-5.png);
  width: 116px;
  height: 185px;
  top: 180;
  left: 0;
  opacity: 0;
  transition-delay: 0.5s;
}
.features .feature.f2.active .animate-bg {
  opacity: 1;
}
.features .feature.f2.active .animate-key-1 {
  transform: rotate(1turn);
  opacity: 1;
}
.features .feature.f2.active .animate-key-2 {
  opacity: 1;
  top: 5px;
  left: 175px;
}
.features .feature.f2.active .animate-key-3 {
  opacity: 1;
  top: 183px;
  left: 175px;
}
.features .feature.f2.active .animate-key-4 {
  opacity: 1;
  top: 0px;
  left: 275px;
}
.features .feature.f2.active .animate-key-5 {
  opacity: 1;
  top: 180px;
  left: 275px;
}
.features .feature.f3 .animate-bg {
  background-image: url(../img/apple-music-converter/feature-3-bg.png);
  height: 267px;
  opacity: 0;
}
.features .feature.f3 .animate-key-1 {
  background-image: url(../img/apple-music-converter/feature-3-key-1.svg);
  width: 244px;
  height: 221px;
  top: 100px;
  opacity: 0;
}
.features .feature.f3 .animate-key-2 {
  background-image: url(../img/apple-music-converter/feature-3-key-2.svg);
  width: 147px;
  height: 38px;
  background-size: contain;
  top: 130px;
  left: 54px;
  transition-delay: 0.3s;
  opacity: 0;
}
.features .feature.f3 .animate-key-3 {
  background-image: url(../img/apple-music-converter/feature-3-key-3.svg);
  width: 144px;
  height: 38px;
  background-size: contain;
  top: 180px;
  left: 54px;
  transition-delay: 0.4s;
  opacity: 0;
}
.features .feature.f3 .animate-key-4 {
  background-image: url(../img/apple-music-converter/feature-3-key-4.svg);
  width: 133px;
  height: 38px;
  background-size: contain;
  top: 230px;
  left: 54px;
  transition-delay: 0.4s;
  opacity: 0;
}
.features .feature.f3 .animate-key-5 {
  background-image: url(../img/apple-music-converter/feature-3-key-5.svg);
  width: 110px;
  height: 110px;
  left: 65%;
  top: 190px;
  transition-delay: 0.8s;
  opacity: 0;
}
.features .feature.f3.active .animate-bg,
.features .feature.f3.active .animate-key-1,
.features .feature.f3.active .animate-key-2,
.features .feature.f3.active .animate-key-3,
.features .feature.f3.active .animate-key-4,
.features .feature.f3.active .animate-key-5 {
  opacity: 1;
}
.features .feature.f4 .animate-bg {
  background-image: url(../img/apple-music-converter/feature-4-bg.svg);
  height: 350px;
  width: 350px;
  opacity: 0;
  transition-delay: 0.6s;
}
.features .feature.f4 .animate-key-1 {
  background-image: url(../img/apple-music-converter/feature-4-key-1.png);
  width: 238px;
  height: 168px;
  top: 160px;
  left: 55px;
  opacity: 0;
  transition-delay: 0s;
}
.features .feature.f4 .animate-key-2 {
  background-image: url(../img/apple-music-converter/feature-4-key-2.png);
  width: 63px;
  height: 120px;
  top: 230px;
  left: 50px;
  opacity: 0;
  transition-delay: 0.1s;
}
.features .feature.f4 .animate-key-3 {
  background-image: url(../img/apple-music-converter/feature-4-key-3.png);
  width: 83px;
  height: 123px;
  top: 210px;
  left: 230px;
  opacity: 0;
  transition-delay: 0.2s;
}
.features .feature.f4 .animate-key-4 {
  background-image: url(../img/apple-music-converter/feature-4-key-4.png);
  width: 44px;
  height: 97px;
  top: 250px;
  left: 280px;
  opacity: 0;
  transition-delay: 0.3s;
}
.features .feature.f4 .animate-key-5 {
  background-image: url(../img/apple-music-converter/feature-4-key-5.png);
  width: 34px;
  height: 65px;
  top: 267px;
  left: 220px;
  opacity: 0;
  transition-delay: 0.4s;
}
.features .feature.f4 .animate-key-6 {
  background-image: url(../img/apple-music-converter/feature-4-key-6.svg);
  width: 100px;
  height: 100px;
  top: 80px;
  left: 20px;
  opacity: 0;
  transition-delay: 0.7s;
}
.features .feature.f4 .animate-key-7 {
  background-image: url(../img/apple-music-converter/feature-4-key-7.svg);
  width: 72px;
  height: 72px;
  top: 30px;
  left: 110px;
  opacity: 0;
  transition-delay: 0.8s;
}
.features .feature.f4 .animate-key-8 {
  background-image: url(../img/apple-music-converter/feature-4-key-8.svg);
  width: 116px;
  height: 116px;
  top: 50px;
  left: 250px;
  opacity: 0;
  transition-delay: 0.9s;
}
.features .feature.f4.active .animate-bg {
  opacity: 1;
  transform: rotate(1turn);
}
.features .feature.f4.active .animate-key-1,
.features .feature.f4.active .animate-key-2,
.features .feature.f4.active .animate-key-3,
.features .feature.f4.active .animate-key-4,
.features .feature.f4.active .animate-key-5,
.features .feature.f4.active .animate-key-6,
.features .feature.f4.active .animate-key-7,
.features .feature.f4.active .animate-key-8 {
  opacity: 1;
}
.features .feature.f4.active .animate-key-6,
.features .feature.f4.active .animate-key-7,
.features .feature.f4.active .animate-key-8 {
  transform: scale(1.1, 1.1);
}
.features .feature.more-f p.sub-title {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.features .feature.more-f .boxs .box {
  text-align: center;
  width: 240px;
  height: 320px;
  padding: 40px 20px 0;
  float: left;
  margin-right: 40px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 0 12px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2px 0 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 0 12px;
}
.features .feature.more-f .boxs .box:last-child {
  margin-right: 0;
}
.features .feature.more-f .boxs .box img {
  height: 73px;
  margin-bottom: 30px;
}
.features .feature.more-f .boxs .box .p1 {
  font-size: 18px;
}
.features .feature.more-f .boxs .box .p2 {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
/* fownload area */
.download-area {
  background-color: #f8f8f8;
  padding: 50px 0;
}
.download-area .icon {
  display: inline-block;
  vertical-align: middle;
  width: 87px;
  height: 87px;
  margin-right: 42px;
}
.download-area .info {
  display: inline-block;
  vertical-align: middle;
  width: 430px;
  margin-right: 52px;
}
.download-area .info .p1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.download-area .info .p2 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.download-area .button-area {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  margin-right: 52px;
}
.download-area .button-area a {
  display: block;
  /* width: 100%; */
  width: 200px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #1e96ec !important;
  /* border-radius: 2px; */
  margin-bottom: 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.download-area .button-area a em {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.download-area .button-area a.win {
  color: #1e96ec;
}
.download-area .button-area a.win:hover {
  background-color: #1e96ec;
  color: #fff;
}
.download-area .button-area a.mac {
  background-color: #1e96ec;
  color: #fff;
}
.download-area .button-area a.mac:hover {
  background-color: #fff;
  color: #1e96ec;
}
.download-area .button-area a:last-child {
  margin-bottom: 0;
}
.download-area .download-amount {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  text-align: center;
}
.download-area .download-amount img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}
.download-area .download-amount p {
  font-size: 14px;
  color: #333;
}
.download-area .download-amount strong {
  color: #4d6c82;
  font-size: 20px;
  font-weight: normal;
}
/* how to use */
.how-to-use {
  background-color: #4d6c82;
  padding: 50px 0 70px;
  text-align: center;
  overflow: hidden;
}
.how-to-use h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}
.how-to-use #slider-htu {
  position: relative;
  background: url(../img/apple-music-converter/macbook.png) no-repeat center;
  background-size: 600px;
}
.how-to-use #slider-htu .slides {
  width: 10000%;
  position: relative;
  left: 0;
  margin-left: 0;
}
.how-to-use #slider-htu .slides li {
  float: left;
  width: 500px;
}
.how-to-use #slider-htu .slides li .step {
  font-size: 24px;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 50px;
  visibility: hidden;
}
.how-to-use #slider-htu .slides li img {
  display: block;
  opacity: 0.4;
  width: 450px;
  height: 300px;
  position: relative;
  margin: 0 auto 50px;
}
.how-to-use #slider-htu .slides li p {
  font-size: 16px;
  color: #fff;
  visibility: hidden;
}
.how-to-use #slider-htu .slides li.flex-active-slide .step,
.how-to-use #slider-htu .slides li.flex-active-slide p {
  visibility: visible;
}
.how-to-use #slider-htu .slides li.flex-active-slide img {
  opacity: 1;
}
/* customize flexslider */
.how-to-use #slider-htu .customize.flex-control-paging {
  position: absolute !important;
  margin-top: 0 !important;
  bottom: -50px;
}
.how-to-use #slider-htu .customize.flex-direction-nav .flex-prev {
  background-image: url(../img/apple-music-converter/customize_prev_next.png);
  transform: rotate(0deg);
  opacity: 1;
  top: 45%;
  cursor: pointer;
}
.how-to-use #slider-htu .customize.flex-direction-nav .flex-next {
  background-image: url(../img/apple-music-converter/customize_prev_next.png);
  transform: rotate(180deg);
  opacity: 1;
  top: 45%;
  cursor: pointer;
}
/* user reviews */
.user-reviews {
  background-color: #f8f8f8;
  padding: 50px 0;
  text-align: center;
}
.user-reviews h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
}
.user-reviews #slider-user-reviews {
  position: relative;
  margin-bottom: 40px;
}
/* margin-bottom: 50px; */
.user-reviews .slides li .ava {
  display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  margin-right: 30px;
}
.user-reviews .slides li .con {
  padding-left: 30px;
  border-left: 1px solid #e0e0e0;
  display: inline-block;
  max-width: 650px;
  vertical-align: middle;
  text-align: left;
}
.user-reviews .slides li .con .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.user-reviews .slides li .con .p1 .raty {
  position: relative;
  top: -2px;
  left: 20px;
}
.user-reviews .slides li .con .p2 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.user-reviews .more {
  display: block;
  margin: auto;
  width: 180px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  color: #1e96ec;
  border: 1px solid #1e96ec;
}
.user-reviews .more::after {
  content: ">>";
  margin-left: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.user-reviews .more:hover {
  background-color: #1e96ec;
  color: #fff;
}
.user-reviews .more:hover::after {
  margin-left: 10px;
}
/* tutorials */
.tutorials {
  padding: 50px 0;
}
.tutorials .col-md-4 {
  margin-right: 4%;
}
.tutorials p {
  font-size: 22px;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 1px solid #4d6c82;
  margin-bottom: 14px;
}
.tutorials p img {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -3px;
  margin-right: 14px;
}
.tutorials ul li {
  margin-bottom: 10px;
}
.tutorials ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}
.tutorials ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  width: 80%;
}
.tutorials ul li a:hover {
  color: #1e96ec;
}
.tutorials .more {
  display: block;
  width: 140px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  color: #1e96ec;
  border: 1px solid #1e96ec;
  margin-top: 20px;
}
.tutorials .more::after {
  content: ">>";
  position: relative;
  margin-left: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4;
  -moz-transition: 0.4s;
}
.tutorials .more:hover {
  background-color: #1e96ec;
  color: #fff;
}
.tutorials .more:hover::after {
  margin-left: 10px;
}
/* get it now */
.get-it-now {
  background-color: #f8f8f8;
  padding: 50px 0;
}
.get-it-now::after {
  content: "";
  display: block;
  clear: both;
}
.get-it-now .left {
  float: left;
  width: 510px;
  height: 274px;
  background-color: #fff;
  padding: 40px;
}
.get-it-now .left .pic {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
}
.get-it-now .left .pic img {
  height: 125px;
}
.get-it-now .left .info {
  display: inline-block;
  vertical-align: top;
  width: 320px;
}
.get-it-now .left .info .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.get-it-now .left .info .p2 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 25px;
}
.get-it-now .left .info a.down {
  display: inline-block;
  margin-right: 10px;
  width: 140px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #1e96ec !important;
}
.get-it-now .left .info a.down:last-child {
  margin-right: 0;
}
.get-it-now .right {
  float: right;
  width: 510px;
  height: 274px;
  background-color: #fff;
  padding: 40px;
}
.get-it-now .right .p1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.get-it-now .right .p2 {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  margin-bottom: 15px;
}
.get-it-now .right .more {
  width: 140px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #1e96ec;
  text-align: center;
  color: #1e96ec;
  display: block;
  border-radius: 3px;
}
.get-it-now .right .more::after {
  content: ">>";
  display: inline-block;
  position: relative;
  margin-left: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.get-it-now .right .more:hover {
  background-color: #1e96ec;
  color: #fff;
}
.get-it-now .right .more:hover::after {
  margin-left: 10px;
}
/* bottom */
.bottom {
  padding: 40px 0;
}
.bottom .col-md-4 img {
  height: 46px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.bottom .col-md-4 .text {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.bottom .col-md-4 .text .p1 {
  font-size: 18px;
  color: #072998;
  margin-bottom: 10px;
}
.bottom .col-md-4 .text .p2 {
  font-size: 14px;
  color: #072998;
  line-height: 24px;
}
/* video-demo */
.video_window button.closebtn {
  display: inline-block;
  vertical-align: top;
  background: none;
  border: none;
  outline: none;
  width: 23px;
  height: 23px;
  padding: 0;
  margin-top: 130px;
  background-image: url(../img/overview/X.png);
}
#video-demo {
  display: none;
}
#video-demo .buttons_area {
  margin-top: 15px;
  text-align: center;
}
#video-demo .buttons_area a {
  display: inline-block;
  width: 150px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  margin: 0 10px;
  transition: 0.3s;
}
#video-demo .buttons_area a i {
  position: relative;
  font-size: 18px;
  top: 2px;
  margin-right: 8px;
}
.fancybox-opened .fancybox-skin {
  background: #efefef;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .banner {
    background-size: cover !important;
  }
  .banner::after {
    display: none;
  }
  .banner #video {
    display: none;
  }
  .features .feature.more-f .boxs .box {
    margin-right: 7px;
  }
  .download-area .icon,
  .download-area .info,
  .download-area .button-area {
    margin-right: 10px;
  }
  .get-it-now .left,
  .get-it-now .right {
    width: 480px;
    padding: 30px;
  }
  .get-it-now .left .pic {
    margin-right: 15px;
  }
  .features .feature .animate-area {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .banner h1 {
    font-size: 24px;
  }
  .banner h1 img {
    width: 40px;
    top: -3px;
  }
  .banner p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .banner .video_link {
    margin-bottom: 30px;
  }
  .banner .features-list a {
    margin: 0 20px 20px;
    width: 70px;
    height: 70px;
  }
  .features .feature .left {
    float: none;
    width: 100%;
  }
  .features .feature .right {
    float: none;
    width: 100%;
  }
  .media-reviews {
    padding: 40px 0;
  }
  .media-reviews .slides li .p1 {
    font-size: 18px;
  }
  .media-reviews .slides li .p2 {
    font-size: 16px;
  }
  .features h3 {
    padding: 40px 0 0;
  }
  .features .feature {
    padding: 40px 0;
  }
  .features .feature .p1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .features .feature .p2 {
    font-size: 14px;
    line-height: 20px;
  }
  .features .feature ul li span {
    font-size: 14px;
    line-height: 20px;
  }
  .features .feature ul {
    margin-bottom: 15px;
  }
  .features .feature.more-f .boxs .box {
    margin-right: 7px;
    display: block;
    float: none;
    margin: 0 auto 20px !important;
  }
  .download-area {
    padding: 40px 0;
  }
  .download-area .icon img {
    width: 87px;
    height: 87px;
  }
  .download-area .icon,
  .download-area .info,
  .download-area .button-area,
  .download-area .download-amount {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
  }
  .download-area .button-area a {
    margin: 0 auto 10px;
  }
  .how-to-use #slider-htu .slides li .step {
    font-size: 22px;
  }
  .user-reviews {
    padding: 40px 0;
  }
  .user-reviews .slides li .ava {
    margin: 0 auto 10px;
  }
  .user-reviews .slides li .con {
    display: inline-block;
    text-align: center;
    width: 90%;
    border-left: none;
    padding-left: 0;
  }
  .user-reviews #slider-user-reviews {
    margin-bottom: 20px;
  }
  .tutorials .col-md-4 {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .get-it-now {
    padding: 40px 0;
  }
  .get-it-now .left {
    margin-bottom: 20px;
  }
  .get-it-now .left,
  .get-it-now .right {
    width: 100%;
    padding: 40px 20px;
  }
  .bottom .col-md-4 {
    position: relative;
    margin-bottom: 20px;
  }
  .bottom .col-md-4 img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .bottom .col-md-4 .text {
    margin-left: 50px;
  }
}
@media screen and (max-width: 500px) {
  .media-reviews .flex-direction-nav .flex-prev,
  .media-reviews .flex-direction-nav .flex-next {
    display: none;
  }
  .flex-direction-nav .flex-next {
    top: 8%;
  }
  .flex-direction-nav .flex-prev {
    top: 8%;
  }
  .banner {
    padding: 40px 0;
    background-position-x: -420px !important;
  }
  .banner .buttons a {
    margin: 5px 15px;
  }
  .banner .features-list a {
    margin: 0 10px 50px;
  }
  .features .feature .animate-area {
    width: 100%;
  }
  .features .feature ul li span {
    width: 80%;
  }
  .how-to-use h3 {
    font-size: 28px !important;
  }
  .how-to-use #slider-htu {
    background-size: 220px;
  }
  .how-to-use #slider-htu .slides li {
    width: 200px;
  }
  .how-to-use #slider-htu .slides li .step {
    margin-bottom: 20px;
  }
  .how-to-use #slider-htu .slides li img {
    width: 169px;
    height: 109px;
    top: 27px;
  }
  .how-to-use #slider-htu .slides li p {
    font-size: 14px;
  }
  .get-it-now .left,
  .get-it-now .right {
    text-align: center;
    height: auto;
  }
  .get-it-now .left .pic {
    margin-right: 0;
  }
  .get-it-now .left .info {
    width: 100%;
  }
  .get-it-now .left .info a.down {
    display: block;
    margin: 5px auto !important;
  }
  .get-it-now .right .more {
    display: block;
    margin: auto;
  }
}
/**
     * 2018/6/27
     * Noxus
     * SMC overview.css
 */
.clear {
  clear: both;
}
.smc_f_floor .content {
  background-color: #f2f3f8;
  text-align: center;
  padding: 28px 0px;
}
.smc_f_floor .content .title {
  color: #666666;
  font-size: 18px;
  margin-bottom: 25px;
}
.smc_f_floor .content .pic a {
  display: inline-block;
  width: 158px;
  margin-right: 70px;
}
.smc_f_floor .content .pic a img {
  height: 30px;
}
.smc_f_floor .content .pic a:last-child {
  margin-right: inherit;
}
.smc_s_floor {
  padding-top: 120px;
}
@media (max-width: 769px) {
  .smc_s_floor {
    padding-top: 60px;
  }
}
.smc_s_floor .box {
  margin-bottom: 120px;
}
@media (max-width: 769px) {
  .smc_s_floor .box {
    margin-bottom: 60px;
  }
}
.smc_s_floor .box .mobi {
  display: none;
}
@media (max-width: 600px) {
  .smc_s_floor .box .pc {
    display: none;
  }
  .smc_s_floor .box .mobi {
    display: block;
  }
}
.smc_s_floor .box:last-child {
  margin-bottom: inherit;
}
.smc_s_floor .box img {
  max-width: 100%;
}
.smc_s_floor .box .left {
  float: left;
  width: 43%;
  position: relative;
}
.smc_s_floor .box .right {
  float: right;
  width: 46%;
  margin-left: 8%;
  position: relative;
}
.smc_s_floor .box .title {
  color: #333333;
  font-size: 32px;
  line-height: 50px;
}
.smc_s_floor .box .desc {
  margin: 15px 0px;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
}
.smc_s_floor .box .read a {
  color: #4596e5;
  font-size: 16px;
}
.smc_s_floor .box .read a:hover {
  text-decoration: underline;
}
.smc_s_floor .box .icon_animate {
  -webkit-animation: transform-scale 0.8s ease-in;
  -moz-animation: transform-scale 0.8s ease-in;
  animation: transform-scale 0.8s ease-in;
  animation-fill-mode: forwards;
}
.smc_s_floor .box .icon_animate .icon {
  -webkit-animation: up-down 1.2s ease-in-out 1.2s infinite alternate;
  -moz-animation: up-down 1.2s ease-in-out 1.2s infinite alternate;
  animation: up-down 1.2s ease-in-out 1.2s infinite alternate;
}
@keyframes up-show {
  0% {
    transform: translateY(100%);
  }
  20% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes smooth-show {
  100% {
    opacity: 1;
  }
}
.smc_s_floor .icon {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.smc_s_floor .box1 {
  margin-bottom: 120px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 800px) {
  .smc_s_floor .box1 {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.smc_s_floor .box1 .left {
  position: relative;
  width: 442px;
  height: 300px;
  display: flex;
  align-items: center;
}
@media (max-width: 769px) {
  .smc_s_floor .box1 .left {
    margin-top: 120px;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .smc_s_floor .box1 .left {
    margin-top: 40px;
    height: auto;
  }
}
.smc_s_floor .box1 .left .pc {
  text-align: center;
}
.smc_s_floor .box1 .left .pc .software-surface-0 {
  width: 80%;
}
@media (max-width: 800px) {
  .smc_s_floor .box1 .left .pc .software-surface-0 {
    width: 100%;
  }
}
.smc_s_floor .box1 .left .bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 7%;
  z-index: -1;
}
@media (max-width: 800px) {
  .smc_s_floor .box1 .left .bg-wrap {
    top: 0;
    left: 0;
  }
}
.smc_s_floor .box1 .left .icon_fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smc_s_floor .box1 .left .icon_fa .lock {
  position: absolute;
  top: 53%;
  left: 75%;
  width: 100px;
  height: 100px;
  background: url(../img/spotify-music-convert/lock.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 100%;
  opacity: 0;
}
.smc_s_floor .box1 .left .icon_fa .lock-animate {
  animation: smooth-show 2s ease-in-out 4s forwards;
}
.smc_s_floor .box1 .left .icon_fa .audio {
  position: absolute;
  top: -20%;
  left: 10%;
  width: 80px;
  height: 80px;
  background: url(../img/spotify-music-convert/audio.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 100%;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
@media (max-width: 769px) {
  .smc_s_floor .box1 .left .icon_fa .audio {
    left: 25%;
  }
}
.smc_s_floor .box1 .left .icon_fa .audio-animate {
  animation: up-show 2s ease-in-out 0s, move-to-center 2s ease-in-out 2s, center-to-orign-audio 2s ease-in-out 4s forwards;
}
.smc_s_floor .box1 .left .icon_fa .music {
  position: absolute;
  top: -30%;
  left: 55%;
  width: 80px;
  height: 80px;
  background: url(../img/spotify-music-convert/music.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 100%;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.smc_s_floor .box1 .left .icon_fa .music-animate {
  animation: up-show 2s ease-in-out 0s, move-to-center 2s ease-in-out 2s, center-to-orign-music 2s ease-in-out 4s forwards;
}
.smc_s_floor .box1 .left .icon_fa .boke {
  position: absolute;
  top: 30%;
  left: 5%;
  width: 80px;
  height: 80px;
  background: url(../img/spotify-music-convert/boke.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 100%;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.smc_s_floor .box1 .left .icon_fa .boke-animate {
  animation: up-show 2s ease-in-out 0s, move-to-center 2s ease-in-out 2s, center-to-orign-boke 2s ease-in-out 4s forwards;
}
.smc_s_floor .box1 .left .icon_fa .spotify {
  position: absolute;
  top: 7%;
  left: 80%;
  width: 80px;
  height: 80px;
  background: url(../img/spotify-music-convert/spotify.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 100%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.smc_s_floor .box1 .left .icon_fa .spotify-animate {
  animation: up-show 2s ease-in-out 0s, move-to-center 2s ease-in-out 2s, center-to-orign-spotify 2s ease-in-out 4s forwards;
}
.smc_s_floor .box1 .left .software-surface-0 {
  opacity: 0;
}
.smc_s_floor .box1 .left .software-surface-0-animate {
  animation: up-show 2s ease-in-out 0s forwards;
}
@keyframes move-to-center {
  0% {
    opacity: 1;
  }
  100% {
    left: 35%;
    top: 35%;
    opacity: 0;
  }
}
@keyframes center-to-orign-music {
  0% {
    left: 35%;
    top: 35%;
    opacity: 0;
  }
  100% {
    top: -30%;
    left: 55%;
    opacity: 1;
  }
}
@keyframes center-to-orign-spotify {
  0% {
    left: 35%;
    top: 35%;
    opacity: 0;
  }
  100% {
    top: 7%;
    left: 80%;
    opacity: 1;
  }
}
@keyframes center-to-orign-boke {
  0% {
    left: 35%;
    top: 35%;
    opacity: 0;
  }
  100% {
    top: 30%;
    left: 5%;
    opacity: 1;
  }
}
@keyframes center-to-orign-audio {
  0% {
    left: 35%;
    top: 35%;
    opacity: 0;
  }
  100% {
    top: -20%;
    left: 10%;
    opacity: 1;
  }
}
.smc_s_floor .box2 {
  margin-bottom: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .smc_s_floor .box2 {
    flex-direction: column;
    margin-bottom: 80px;
  }
}
.smc_s_floor .box2 .right .pc {
  position: relative;
  display: flex;
  flex-direction: column;
}
.smc_s_floor .box2 .right .bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.smc_s_floor .box2 .right .software-surface-1 {
  position: relative;
  width: 50%;
}
.smc_s_floor .box2 .right .software-surface-1 img:last-child {
  position: absolute;
  bottom: 20px;
  right: 10px;
  width: 70%;
}
.smc_s_floor .box2 .right .software-surface-1-select {
  opacity: 0;
}
.smc_s_floor .box2 .right .software-surface-1-select-animate {
  animation: up-show 2s ease-in-out 0s forwards;
}
.smc_s_floor .box2 .right .software-surface-1-list {
  opacity: 0;
  position: relative;
  z-index: 1;
}
.smc_s_floor .box2 .right .software-surface-1-list-animate {
  animation: up-show 2s ease-in-out 2s forwards, do-drag 1s ease-in-out 4.5s;
}
.smc_s_floor .box2 .right .software-surface-2 {
  width: 50%;
  align-self: flex-end;
  opacity: 0;
}
.smc_s_floor .box2 .right .software-surface-2-animate {
  animation: up-show 2s ease-in-out 0s forwards;
}
.smc_s_floor .box2 .right .icon_fa {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.smc_s_floor .box2 .right .icon_fa .icon {
  position: absolute;
}
.smc_s_floor .box2 .right .icon_fa .rotate-icon {
  width: 97px;
  height: 97px;
  background: url(../img/spotify-music-convert/rotate-icon.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 100%;
  left: 40%;
  top: 30%;
  z-index: 2;
  opacity: 0;
}
.smc_s_floor .box2 .right .icon_fa .rotate-animate {
  animation: up-show 2s ease-in-out 4.25s forwards, rotate-1-turn 2s ease-in-out 6.25s forwards;
}
.smc_s_floor .box2 .right .icon_fa .mp3-icon {
  width: 65px;
  height: 65px;
  background: url(../img/spotify-music-convert/MP3.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 100%;
  left: 10%;
  top: 60%;
  opacity: 0;
}
.smc_s_floor .box2 .right .icon_fa .mp3-animate {
  animation: up-show 2s ease-in-out 8.25s forwards;
}
.smc_s_floor .box2 .right .icon_fa .wav-icon {
  width: 40px;
  height: 40px;
  background: url(../img/spotify-music-convert/WAV.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 100%;
  left: 30%;
  top: 50%;
  opacity: 0;
}
.smc_s_floor .box2 .right .icon_fa .wav-animate {
  animation: up-show 2s ease-in-out 8.25s forwards;
}
.smc_s_floor .box2 .right .icon_fa .m4a-icon {
  width: 40px;
  height: 40px;
  background: url(../img/spotify-music-convert/M4A.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 100%;
  left: 50%;
  top: -10%;
  opacity: 0;
}
.smc_s_floor .box2 .right .icon_fa .m4a-animate {
  animation: up-show 2s ease-in-out 8.25s forwards;
}
.smc_s_floor .box2 .right .icon_fa .flac-icon {
  width: 65px;
  height: 65px;
  background: url(../img/spotify-music-convert/FLAC.svg) no-repeat center center;
  border-radius: 50%;
  background-size: 100%;
  left: 80%;
  top: 10%;
  opacity: 0;
}
.smc_s_floor .box2 .right .icon_fa .flac-animate {
  animation: up-show 2s ease-in-out 8.25s forwards;
}
@keyframes rotate-1-turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@keyframes do-drag {
  0% {
    opacity: 1;
  }
  100% {
    bottom: -30px;
    right: -120px;
    opacity: 0;
  }
}
.smc_s_floor .box3 {
  width: 71%;
  margin: 0px auto 150px;
}
@media (max-width: 800px) {
  .smc_s_floor .box3 {
    margin-bottom: 80px;
  }
}
.smc_s_floor .box3 .left,
.smc_s_floor .box3 .right {
  width: 100%;
  float: inherit;
  text-align: center;
}
.smc_s_floor .box3 .right {
  margin-left: inherit;
  margin-top: 100px;
  width: 100%;
  background-size: 100%;
  position: relative;
}
.smc_s_floor .box3 .right .pc {
  display: inline-flex;
  justify-content: space-between;
}
.smc_s_floor .box3 .right .bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.smc_s_floor .box3 .right .ani-left {
  width: 100%;
  height: 100%;
  position: relative;
}
.smc_s_floor .box3 .right .ani-left .software-surface {
  width: 80%;
  opacity: 0;
}
.smc_s_floor .box3 .right .ani-left .software-surface-animate {
  animation: up-show 2s ease-in-out 0s forwards;
}
.smc_s_floor .box3 .right .ani-left .convert-line {
  position: absolute;
  width: 50%;
  height: 20px;
  top: 0;
  left: 75%;
  z-index: -1;
  opacity: 0;
}
.smc_s_floor .box3 .right .ani-left .convert-line-animate {
  animation: side-show 2s ease-in-out 5s forwards;
}
@keyframes side-show {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.smc_s_floor .box3 .right .ani-left .icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.smc_s_floor .box3 .right .ani-left .icons .mp3 {
  width: 50px;
  height: 50px;
  background: url(../img/spotify-music-convert/MP3.svg) no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: -25%;
  left: 20%;
  opacity: 0;
}
.smc_s_floor .box3 .right .ani-left .icons .mp3-animate {
  animation: up-show 2s ease-in-out 1s forwards;
}
.smc_s_floor .box3 .right .ani-left .icons .x5 {
  width: 90px;
  height: 90px;
  background: url(../img/spotify-music-convert/5X.svg) no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  left: -7%;
  opacity: 0;
}
.smc_s_floor .box3 .right .ani-left .icons .x5-animate {
  animation: up-show 2s ease-in-out 1s forwards;
}
.smc_s_floor .box3 .right .ani-left .icons .hq {
  width: 70px;
  height: 70px;
  background: url(../img/spotify-music-convert/HQ.svg) no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: 70%;
  left: 40%;
  opacity: 0;
}
.smc_s_floor .box3 .right .ani-left .icons .hq-animate {
  animation: up-show 2s ease-in-out 1s forwards;
}
.smc_s_floor .box3 .right .ani-left .icons .download {
  width: 90px;
  height: 90px;
  background: url(../img/spotify-music-convert/download.svg) no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: -15%;
  left: 65%;
  opacity: 0;
}
.smc_s_floor .box3 .right .ani-left .icons .download-animate {
  animation: up-show 2s ease-in-out 1s forwards, float-up-down 2s ease-in-out 3s;
}
@keyframes float-up-down {
  50% {
    top: -5%;
  }
  100% {
    top: -15%;
  }
}
.smc_s_floor .box3 .right .ani-right {
  flex: 0 0 40%;
  opacity: 0;
}
.smc_s_floor .box3 .right .ani-right-animate {
  animation: up-show 2s ease-in-out 0s forwards;
}
.smc_s_floor .box4 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 800px) {
  .smc_s_floor .box4 {
    flex-direction: column;
  }
}
.smc_s_floor .box4 .left {
  width: 40%;
  position: relative;
}
.smc_s_floor .box4 .left .software-surface {
  position: relative;
  text-align: center;
}
.smc_s_floor .box4 .left .software-surface img:first-child {
  position: absolute;
  right: 22%;
  bottom: 9%;
  z-index: 2;
  width: 29%;
}
.smc_s_floor .box4 .left .software-surface-info {
  opacity: 0;
  width: 85%;
}
.smc_s_floor .box4 .left .software-surface-info-animate {
  animation: up-show 2s ease-in-out 0s forwards;
}
.smc_s_floor .box4 .left .software-surface-enlarge {
  opacity: 0;
}
.smc_s_floor .box4 .left .software-surface-enlarge-animate {
  animation: scale-show 2s ease-in-out 1s forwards;
}
@keyframes scale-show {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(100%);
    opacity: 1;
  }
}
.smc_s_floor .box4 .left .bg-wrap {
  position: absolute;
  right: -10%;
  bottom: -15%;
  width: 100%;
  z-index: -1;
}
.smc_s_floor .box4 .left .icon_fa {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.smc_s_floor .box4 .left .icon_fa .trackId-icon {
  width: 120px;
  height: 40px;
  background: url(../img/spotify-music-convert/trackId.svg) no-repeat center center;
  background-size: contain;
  top: -20%;
  position: absolute;
  opacity: 0;
}
.smc_s_floor .box4 .left .icon_fa .trackId-animate {
  animation: up-show 2s ease-in-out 2s forwards;
}
.smc_s_floor .box4 .left .icon_fa .year-icon {
  width: 120px;
  height: 40px;
  background: url(../img/spotify-music-convert/year.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -7%;
  left: 35%;
  opacity: 0;
}
.smc_s_floor .box4 .left .icon_fa .year-animate {
  animation: up-show 2s ease-in-out 2s forwards;
}
.smc_s_floor .box4 .left .icon_fa .title-icon {
  width: 120px;
  height: 40px;
  background: url(../img/spotify-music-convert/title.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -17%;
  left: 80%;
  opacity: 0;
}
.smc_s_floor .box4 .left .icon_fa .title-animate {
  animation: up-show 2s ease-in-out 2s forwards;
}
.smc_s_floor .box4 .left .icon_fa .genre-icon {
  width: 120px;
  height: 40px;
  background: url(../img/spotify-music-convert/genre.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 30%;
  left: 80%;
  opacity: 0;
}
.smc_s_floor .box4 .left .icon_fa .genre-animate {
  animation: up-show 2s ease-in-out 2s forwards;
}
.smc_t_floor {
  position: relative;
  height: 650px;
  margin-top: 155px;
}
.smc_t_floor .bg {
  width: 100%;
  height: 650px;
  background: url(/images/spotify-music-converter/feature-customize.jpg) center bottom / cover no-repeat;
  transform: skew(0deg, 10deg);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.smc_t_floor .content .title {
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-top: 80px;
}
.smc_t_floor .content .desc {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 20px auto 48px;
}
.smc_t_floor .content .content_box .box {
  width: 23%;
  float: left;
  text-align: center;
  margin-right: 2%;
  border: 1px solid #fff;
  padding: 36px 22px;
}
.smc_t_floor .content .content_box .box:last-child {
  margin-right: inherit;
}
.smc_t_floor .content .content_box .box .icon img {
  height: 70px;
}
.smc_t_floor .content .content_box .box .name {
  font-size: 18px;
  color: #fff;
  margin: 25px 0px 15px 0px;
}
.smc_t_floor .content .content_box .box h3.name {
  line-height: 32px;
}
.smc_t_floor .content .content_box .box .desc {
  color: #fff;
  font-size: 14px;
  margin: 0px 0px;
}
.smc_fo_floor {
  margin-top: 60px;
}
.smc_fo_floor .title {
  color: #333333;
  font-size: 36px;
  text-align: center;
  margin-bottom: 18px;
}
.smc_fo_floor .read {
  text-align: center;
}
.smc_fo_floor .read a {
  color: #4596e5;
  font-size: 16px;
}
.smc_fo_floor .read a:hover {
  text-decoration: underline;
}
.smc_fo_floor .content {
  overflow: hidden;
  padding-top: 45px;
}
.smc_fo_floor .content .left {
  width: 43%;
  float: left;
}
.smc_fo_floor .content .left .box {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  cursor: pointer;
}
.smc_fo_floor .content .left .box:hover .word .name,
.smc_fo_floor .content .left .box:hover .word .desc {
  color: #366098;
}
.smc_fo_floor .content .left .box:last-child {
  margin-bottom: inherit;
}
.smc_fo_floor .content .left .box .pic {
  margin-right: 30px;
}
.smc_fo_floor .content .left .box .pic img {
  width: 65px;
  max-width: inherit;
}
.smc_fo_floor .content .left .box .word .name {
  color: #333333;
  font-size: 22px;
  margin-bottom: 15px;
}
.smc_fo_floor .content .left .box .word .desc {
  color: #666666;
  font-size: 16px;
}
.smc_fo_floor .content .left .active .word .name,
.smc_fo_floor .content .left .active .word .desc {
  color: #366098;
}
.smc_fo_floor .content .right {
  width: 46%;
  float: right;
}
.smc_fo_floor .content .right .box {
  display: none;
}
.smc_fo_floor .content .right .box img {
  max-width: 100%;
}
.smc_fo_floor .content .right .active {
  display: block;
}
.smc_fi_floor {
  position: relative;
  height: 650px;
}
.smc_fi_floor .bg {
  width: 100%;
  height: 650px;
  background-color: #f2f3f8;
  transform: skew(0deg, 10deg);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.smc_fi_floor .title {
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin-top: 123px;
}
.smc_fi_floor .desc {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin: 16px auto 34px;
}
.smc_fi_floor .win_mac {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.smc_fi_floor .win_mac a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 12px 24px;
  border: 1px solid #4596e5;
  background-color: #4596e5;
  border-radius: 5px;
  transition: 0.5s;
}
.smc_fi_floor .win_mac a em {
  margin-left: 20px;
}
.smc_fi_floor .win_mac a:first-child {
  margin-right: 20px;
}
.smc_fi_floor .win_mac a:hover {
  background-color: #fff;
  color: #4596e5;
}
.smc_fi_floor .scroll-box {
  overflow: hidden;
}
.smc_fi_floor .scroll-box .box {
  text-align: center;
}
.smc_fi_floor .scroll-box .box .raty {
  width: 100% !important;
}
.smc_fi_floor .scroll-box .box .word {
  color: #333333;
  font-size: 16px;
  margin: 20px 0px;
  line-height: 2em;
}
.smc_fi_floor .scroll-box .box .author {
  color: #666666;
  font-size: 16px;
}
.smc_si_floor {
  margin-top: 123px;
}
.smc_si_floor .title {
  font-size: 36px;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}
.smc_si_floor h2.title {
  line-height: 36px;
}
.smc_si_floor .content .box {
  float: left;
  margin-right: 4%;
  width: 36%;
}
.smc_si_floor .content .box:last-child {
  width: 20%;
  margin-right: inherit;
}
.smc_si_floor .content .box h3.name {
  line-height: 32px;
}
.smc_si_floor .content .box .name {
  color: #333333;
  font-size: 22px;
  padding-left: 40px;
  position: relative;
  border-bottom: 1px solid #366098;
  padding-bottom: 15px;
  margin-bottom: 26px;
}
.smc_si_floor .content .box .name::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.smc_si_floor .content .box .faqs::before {
  background: url(../img/products/faqs.svg) no-repeat left center;
}
.smc_si_floor .content .box .guides::before {
  background: url(../img/products/guides.svg) no-repeat left center;
}
.smc_si_floor .content .box .topics::before {
  background: url(../img/products/topics.svg) no-repeat left center;
}
.smc_si_floor .content .box p {
  padding-right: 20px;
  margin-bottom: 10px;
}
.smc_si_floor .content .box p:last-child {
  margin-bottom: inherit;
}
.smc_si_floor .content .box p a {
  color: #333333;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  line-height: 24px;
}
.smc_si_floor .content .box p a:hover {
  color: #3e5f93;
}
.smc_si_floor .content .box p a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #3e5f93;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 6px;
}
.smc_si_floor .content .box .read {
  display: block;
  color: #4596e5;
  font-size: 14px;
  width: 160px;
  padding: 10px 0px;
  border: 1px solid #4596e5;
  border-radius: 3px;
  text-align: center;
  transition: 0.5s;
  margin-top: 20px;
}
.smc_si_floor .content .box .read:hover {
  background-color: #4596e5;
  color: #fff;
}
.smc_se_floor {
  background: url(/images/spotify-music-converter/feature-try-spotify-music-converter.png) no-repeat left bottom;
  padding: 256px 0px 75px 0px;
}
.smc_se_floor .title {
  color: #fff;
  font-size: 36px;
}
.smc_se_floor .desc {
  color: #fff;
  font-size: 18px;
  margin: 13px 0px 40px 0px;
}
.smc_se_floor .win_mac a {
  display: inline-block;
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.5s;
}
.smc_se_floor .win_mac a:first-child {
  margin-right: 20px;
}
.smc_se_floor .win_mac a em {
  margin-left: 20px;
}
.smc_se_floor .win_mac .win {
  background-color: #fff;
  color: #366098;
}
.smc_se_floor .win_mac .mac {
  background-color: #366098;
  color: #fff;
}
/**
     * dg-container.css
 */
.scroll-box {
  position: relative;
}
.dg_wrapper {
  width: 70%;
  height: 188px;
  margin: 0 auto;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.scroll-box nav span {
  text-indent: -9999px;
}
.scroll-box nav .dg_prev {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15%;
  height: 100%;
}
.scroll-box nav .dg_next {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 15%;
  height: 100%;
}
.dg_wrapper > div {
  width: 299px;
  height: 356px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: none;
  text-align: center;
}
.dg_wrapper > div.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ui-loader {
  display: none;
}
.scroll-box.max3::-webkit-scrollbar {
  background-color: #e7e7e7;
  height: 13px;
  border-radius: 5px;
}
.scroll-box.max3::-webkit-scrollbar-thumb {
  background-color: #0b76e0;
  border-radius: 5px;
}
.scroll-box .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 40px;
  background-color: #fafafc;
  transition: 0.5s;
}
.scroll-box .dg-center {
  background-color: #fff;
}
/**
     * smc banner
 */
.smc {
  padding: 210px 0px;
  background-size: cover !important;
  position: relative;
}
.smc::after {
  display: none;
}
.smc h1 img {
  margin: auto;
  position: inherit;
  top: inherit;
  width: 76px !important;
  height: 76px !important;
}
.smc h1 span {
  display: block;
  text-align: center;
  margin: 30px 0px;
}
.smc h2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
}
.smc .h2 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
}
.smc .buttons {
  margin-bottom: 40px;
}
.smc .desc {
  display: none;
}
.smc .video_link {
  margin-bottom: inherit;
}
.smc .features-list {
  display: none;
}
.smc .video-banner {
  display: none;
}
.smc .down_box {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  z-index: 500;
  padding-bottom: 20px;
  -webkit-animation: guide-youtobe 3.5s linear infinite 0.4s;
  -moz-animation: guide-youtobe 3.5s linear infinite 0.4s;
  animation: guide-youtobe 3.5s linear infinite 0.4s;
}
.smc .down_box em {
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
/**
     * css3
 */
@keyframes transform-scale {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s;
    opacity: 1;
  }
}
@keyframes up-down {
  from {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 6px);
    -moz-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
}
@keyframes guide-youtobe {
  0%,
  100%,
  60% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  35% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  85% {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}
@media screen and (max-width: 1080px) {
  .smc_si_floor .content .box {
    width: 30%;
  }
}
@media screen and (max-width: 800px) {
  .smc_s_floor .box4 .left .bg-wrap {
    right: 0;
    bottom: 0;
  }
  .smc_s_floor .box2 .right {
    margin-top: 80px;
  }
  .smc_s_floor .box4 .left {
    margin-top: 120px;
  }
  .smc_s_floor .box4 .left .software-surface img:first-child {
    width: 25%;
    right: 25%;
  }
  .smc_s_floor .box .left,
  .smc_s_floor .box .right {
    width: 100%;
    float: inherit;
    margin-right: inherit;
    margin-left: inherit;
    text-align: center;
  }
  .smc_s_floor .box3 {
    width: 100%;
  }
  .smc_t_floor .bg,
  .smc_fi_floor .bg {
    display: none;
  }
  .smc_t_floor {
    height: inherit;
    background-color: #49678c;
    padding-bottom: 60px;
  }
  .smc_fo_floor {
    padding-bottom: 60px;
  }
  .smc_fi_floor {
    height: inherit;
    background-color: #f2f3f8;
    padding-bottom: 60px;
  }
  .smc_fi_floor .title {
    margin-top: 60px;
  }
  .smc_se_floor {
    background-size: inherit;
    background: url(../img/products/try.png) no-repeat left top;
    padding: 140px 0px 75px 0px;
    margin-top: 50px;
  }
  .smc_fo_floor .content .left {
    width: 100%;
    float: inherit;
    margin-bottom: 50px;
  }
  .smc_fo_floor .content .right {
    width: 100%;
    float: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .smc_s_floor .box {
    display: block;
  }
  .smc_s_floor .box2 .right .pc,
  .smc_s_floor .box3 .right .pc {
    display: none;
  }
  .smc_s_floor .box3 .right {
    background: unset;
  }
  .smc_f_floor .content .pic a {
    width: 76px;
    margin-right: inherit;
  }
  .smc_f_floor .content .pic a:first-child {
    float: left;
  }
  .smc_f_floor .content .pic a:last-child {
    float: right;
  }
  .smc_s_floor .box {
    margin-bottom: 45px;
  }
  .smc_s_floor .box:last-child {
    margin-bottom: inherit;
  }
  .smc_s_floor .box .title {
    font-size: 24px;
  }
  .smc_s_floor .box1 .left .icon_fa {
    width: 90px;
    height: 90px;
  }
  .smc_s_floor .box2 .right .icon1_fa {
    width: 50px;
    height: 50px;
  }
  .smc_s_floor .box2 .right .icon2_fa {
    width: 80px;
    height: 80px;
  }
  .smc_s_floor .box2 .right .icon3_fa .icon1 {
    width: 23px;
    height: 23px;
  }
  .smc_s_floor .box2 .right .icon3_fa .icon2 {
    width: 36px;
    height: 36px;
  }
  .smc_s_floor .box4 .left .icon1_fa {
    width: 93px;
    height: 93px;
  }
  .smc_s_floor .box4 .left .icon2_fa .icon1 {
    width: 52px;
    height: 52px;
  }
  .smc_s_floor .box4 .left .icon2_fa .icon2 {
    width: 35px;
    height: 35px;
  }
  .smc_s_floor .box4 .left .icon2_fa .icon3 {
    width: 52px;
    height: 52px;
    top: 26px;
  }
  .smc_t_floor .content .title {
    font-size: 24px;
    margin-top: 60px;
  }
  .smc_t_floor .content h2.title {
    line-height: 32px;
  }
  .smc_t_floor {
    margin-top: 50px;
  }
  .smc_t_floor .content .content_box .box {
    width: 100%;
    float: inherit;
    margin-right: inherit;
    margin-bottom: 20px;
  }
  .smc_t_floor .content .content_box .box:last-child {
    margin-bottom: inherit;
  }
  .smc_fo_floor .title {
    font-size: 24px;
  }
  .smc_fo_floor .content .left .box .word .name {
    font-size: 20px;
  }
  .smc_fo_floor .content .left .box .word h3.name {
    line-height: 32px;
  }
  .smc_fo_floor .content .left .box .word .desc {
    font-size: 14px;
  }
  .smc_fi_floor .title {
    font-size: 24px;
  }
  .smc_fi_floor .win_mac a:first-child {
    margin-right: inherit;
    margin-bottom: 20px;
  }
  .dg_wrapper {
    width: 80%;
    height: 300px;
  }
  .scroll-box .box {
    padding: 0px 10px;
  }
  .scroll-box nav .dg_prev,
  .scroll-box nav .dg_next {
    width: 10%;
  }
  .smc_si_floor .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .smc_si_floor h2.title {
    line-height: 36px;
  }
  .smc_si_floor {
    margin-top: 60px;
  }
  .smc_si_floor .content .box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }
  .smc_si_floor .content .box:last-child {
    width: 100%;
    margin-bottom: inherit;
  }
  .smc_se_floor .title {
    font-size: 24px;
  }
  .smc_se_floor h3.title {
    line-height: 32px;
  }
  .smc_se_floor .win_mac a:first-child {
    margin-right: inherit;
    margin-bottom: 20px;
    margin-right: 100px;
  }
  .smc_s_floor .box2 .right {
    margin-top: 40px;
  }
  .smc_s_floor .box2 .right .icon1_fa {
    left: 50px;
  }
  .smc_s_floor .box2 .right .icon3_fa .icon2 {
    top: 50px;
  }
  .smc_s_floor .box4 .left .icon2_fa .icon2 {
    right: 50px;
  }
  .smc_s_floor .box3 .right {
    margin-top: 40px;
  }
  .smc_s_floor .box3 .right .apple {
    display: none;
  }
  .smc_s_floor .box4 .left {
    margin-top: 40px;
  }
  .media-reviews h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 380px) {
  .smc_se_floor {
    padding-top: 100px;
  }
}
