.video-downloader-banner {
  position: relative;
  height: 916px;
  background: url(../images/tools/video-downloader/banner-bg.jpg) no-repeat
    center;
  text-align: center;
  color: #fff;
}
.video-downloader-banner::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -19px;
  border-radius: 50%;
  background-size: 18px 11px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  background: #fff
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC40NTEiIGhlaWdodD0iMTAuOTEiIHZpZXdCb3g9IjAgMCAxOC40NTEgMTAuOTEiPjxwYXRoIGQ9Ik04NzcuMzc0LDk0Ny45NjlsNy4yMjEsNy4xODEuMTA5LjEwOHM1LjM4NC01LjQ2Nyw2Ljg4OC03LjI4OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3NS4yNTMgLTk0NS44NDgpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhYjNhYzEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIi8+PC9zdmc+)
    50% no-repeat;
}
.video-downloader-banner h1 {
  padding-top: 235px;
  font-size: 40px;
}
.video-downloader-banner p {
  margin-top: 10px;
  font-size: 18px;
}
.video-downloader-banner .step {
  width: 740px;
  height: 71px;
  margin: 0px auto;
  margin-top: 60px;
  background: url(../images/tools/video-downloader/banner-steps.svg) 50% /
    contain no-repeat;
}
.video-downloader-banner p {
  width: 896px;
  margin: 0px auto;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.video-downloader-banner p span {
  display: inline-block;
  width: 25%;
}
.video-downloader-banner p.want {
  margin-top: 70px;
}
.video-downloader-banner p.want a {
  text-decoration: underline;
}
.video-downloader-banner .down-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 97px;
  width: 982px;
  margin: 0px auto;
  margin-top: 70px;
}
.video-downloader-banner .down-box label {
  width: 686px;
}
.video-downloader-banner .down-box label input {
  border: none;
  font-size: 18px;
  border-radius: 8px 0 0 8px;
}
.video-downloader-banner .down-box button {
  width: 296px;
  border: none;
  margin: 0 auto;
  border-radius: 8px 8px 8px 8px;
  background-color: #005fff;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.video-downloader-banner .down-box button i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 42px;
  height: 29px;
  background-image: url(../images/tools/video-downloader/cloud-download-alt-solid.svg);
  background-size: contain;
}
.video-downloader-banner .down-box button:hover {
  background-color: #2070f6;
}
.video-downloader-banner .down-box .pop-video {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 100px;
  left: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.video-downloader-banner .down-box .pop-video table {
  max-height: 221px;
  width: 600px;
  padding: 0px;
  margin: 0px;
  margin-top: 8px;
  overflow: hidden;
  margin-left: 45px;
  margin-right: 45px;
  color: #000;
  text-align: left;
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
}
.video-downloader-banner .down-box .pop-video table th {
  height: 40px;
  line-height: 40px;
  border-bottom: solid #000 1px;
  font-size: 16px;
}
.video-downloader-banner .down-box .pop-video table th.itema {
  width: 50%;
}
.video-downloader-banner .down-box .pop-video table td {
  padding: 0px;
  height: 40px;
  line-height: 40px;
}
.video-downloader-banner .down-box .pop-video .right-down {
  width: 289px;
  height: 221px;
  margin-top: 8px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px #00000029;
  box-shadow: 0px 5px 10px #00000029;
  background: linear-gradient(50deg, #ffb16d, #ff437c 49%, #a733ff);
}
.video-downloader-banner .down-box .pop-video .right-down p {
  width: 100%;
  padding: 0px 20px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.video-downloader-banner .down-box .pop-video .right-down .button {
  width: 235px;
  height: 54px;
  margin-top: 24px;
  background-color: #7c56ff;
  border-radius: 27px;
}
.video-downloader-banner .down-box .pop-video .right-down .button:hover {
  background-color: #8d6efa;
}
.video-downloader-banner .down-box .pop-video.on {
  height: 234px;
}
.step-video-downloader {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f9fc;
}
.step-video-downloader h2 {
  text-align: center;
  font-size: 44px;
}
.step-video-downloader .message-box {
  padding-top: 52px;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-position: center top;
}
.step-video-downloader .message-box .box {
  width: 399px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: -88px auto 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.step-video-downloader .message-box .box h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.step-video-downloader .message-box .box h3 span {
  display: block;
  width: 37px;
  height: 37px;
  margin-left: 17px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  background: #7c56ff;
  color: #fff;
  -webkit-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.16);
}
.step-video-downloader .message-box .box img {
  width: 100%;
  margin-top: 24px;
}
.step-video-downloader .message-box .box:nth-child(1) {
  margin-top: 0px;
}
.step-video-downloader .message-box .box:nth-child(1),
.step-video-downloader .message-box .box:nth-child(3) {
  padding-right: 524px;
}
.step-video-downloader .message-box .box:nth-child(1) h3,
.step-video-downloader .message-box .box:nth-child(3) h3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.step-video-downloader .message-box .box:nth-child(2),
.step-video-downloader .message-box .box:nth-child(4) {
  padding-left: 524px;
}
.step-video-downloader .message-box .box:nth-child(2) h3 span,
.step-video-downloader .message-box .box:nth-child(4) h3 span {
  margin-left: 0px;
  margin-right: 17px;
}
.step-video-downloader .message-box .box:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.step-video-downloader .message-box .box:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.step-video-downloader .message-box .box:nth-child(4) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.step-video-downloader .message-box .box.anmian {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.module-video-downloader {
  margin-top: 120px;
}
.module-video-downloader h2 {
  text-align: center;
  font-size: 44px;
}
.module-video-downloader .message-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}
.module-video-downloader .message-box .message {
  width: 540px;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.module-video-downloader .message-box .message h3 {
  font-size: 30px;
}
.module-video-downloader .message-box .message p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
}
.module-video-downloader .message-box img {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.module-video-downloader .message-box:nth-child(2) .message,
.module-video-downloader .message-box:nth-child(4) .message {
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}
.module-video-downloader .message-box:nth-child(2) img,
.module-video-downloader .message-box:nth-child(4) img {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
.module-video-downloader .message-box:nth-child(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.module-video-downloader .message-box:nth-child(3) .message {
  -webkit-transform: translateX(-60px);
  transform: translateX(-60px);
}
.module-video-downloader .message-box:nth-child(3) img {
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}
.module-video-downloader .message-box .anmian {
  opacity: 1 !important;
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}
.between-video-downloader {
  text-align: center;
  height: 532px;
  margin-top: 100px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
}
.between-video-downloader h2 {
  padding-top: 90px;
  font-size: 44px;
}
.between-video-downloader p {
  max-width: 1100px;
  margin: 0px auto;
  margin-top: 25px;
  font-size: 20px;
}
.between-video-downloader p a {
  color: #6dc0f1;
  text-decoration: underline;
}
.between-video-downloader p a:hover {
  color: #aaddfb;
}
.between-video-downloader p.down-icon {
  margin-top: 100px;
}
.between-video-downloader p.down-icon a {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0px 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  vertical-align: middle;
}
.between-video-downloader p.down-icon a.ios-icon-down {
  background-image: url(../images/tools/video-downloader/ios-icon-down.svg);
}
.between-video-downloader p.down-icon a.android-icon-down {
  background-image: url(../images/tools/video-downloader/android-icon-down.svg);
}
.faqs-video-downloader {
  margin-top: 80px;
}
.faqs-video-downloader h2 {
  padding: 20px 32px;
  width: 100%;
  background-color: #825efe;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.faqs-video-downloader dl {
  margin-top: 24px;
}
.faqs-video-downloader dl dt {
  position: relative;
  padding: 20px 94px 20px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #f5f5f5;
  cursor: pointer;
  font: 600 20px Montserrat;
  color: #2a2a2a;
}
.faqs-video-downloader dl dt::after {
  position: absolute;
  content: "";
  top: 30px;
  right: 40px;
  display: block;
  width: 14px;
  height: 8px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45OTkiIGhlaWdodD0iOC4wMDkiIHZpZXdCb3g9IjAgMCAxMy45OTkgOC4wMDkiPjxwYXRoIGQ9Ik0xNDk1LjU5MSw3MzcyLjEzOWw1LjcxMiw1LjYsNS40NTktNS42IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ5NC4xNzcgLTczNzAuNzI1KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzA3MDcwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==)
    50% / contain no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faqs-video-downloader dl dd {
  max-height: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  color: #6b6b6b;
}
.faqs-video-downloader dl.on dt::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faqs-video-downloader dl.on dd {
  padding: 28px 32px;
  max-height: 80px;
}
.tips-video-downloader {
  margin-top: 140px;
}
.tips-video-downloader h2 {
  font-size: 44px;
  text-align: center;
}
.tips-video-downloader ul {
  margin-top: 32px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tips-video-downloader ul li {
  margin-top: 40px;
  display: inline-block;
  width: 50%;
}
.tips-video-downloader ul li:nth-child(odd) {
  padding-right: 20px;
}
.tips-video-downloader ul li a {
  position: relative;
  font-size: 18px;
  padding-left: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tips-video-downloader ul li a:hover {
  color: #005fff;
}
.tips-video-downloader ul li a:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzg0IC04MzE0KSI+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI3LjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM4NCA4MzE0KSIgZmlsbD0iIzAwNWZmZiIgb3BhY2l0eT0iMC4xOCIvPjxjaXJjbGUgY3g9IjMuNSIgY3k9IjMuNSIgcj0iMy41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzODggODMxOCkiIGZpbGw9IiMwMDVmZmYiLz48L2c+PC9zdmc+)
    50% / contain no-repeat;
}
.down-btn {
  width: 450px;
  height: 100px;
  margin-top: 60px;
  line-height: 100px;
  font-size: 24px;
  color: #fff;
  background-color: #005fff;
  border-radius: 64px;
  -webkit-box-shadow: 0 12px 24px rgba(165, 40, 0, 0.24);
  box-shadow: 0 12px 24px rgba(165, 40, 0, 0.24);
}
.down-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 36px;
  margin-right: 10px;
  background: url(../images/blog/blog-message/icon_windows.svg) no-repeat 50%;
  background-size: contain;
}
.down-btn:hover {
  background-color: #2070f6;
}
.down-btn.button-btn-ios i {
  background-image: url(../images/tools/video-downloader/ios-icon-down.svg);
}
.down-btn.button-btn-android i {
  background-image: url(../images/tools/video-downloader/android-icon-down.svg);
}
@media screen and (max-width: 768px) {
  .video-downloader-banner {
    background-size: cover;
    height: auto;
    padding: 0px 4vw;
    padding-bottom: 40px;
  }
  .video-downloader-banner h1 {
    padding-top: 80px;
    font-size: 26px;
    line-height: 33px;
  }
  .video-downloader-banner p {
    width: 100%;
  }
  .video-downloader-banner p span {
    font-size: 14px;
  }
  .video-downloader-banner p.want {
    margin-top: 35px;
  }
  .video-downloader-banner .step {
    width: 100%;
    height: 13.33vw;
    margin-top: 30px;
    background-image: url(../images/tools/video-downloader/banner-steps-mob.svg);
  }
  .video-downloader-banner .down-box {
    width: 100%;
    height: auto;
    margin-top: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .video-downloader-banner .down-box label {
    height: 60px;
    line-height: 60px;
  }
  .video-downloader-banner .down-box label input {
    border-radius: 64px;
    font-size: 16px;
  }
  .video-downloader-banner .down-box button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    border-radius: 64px;
  }
  .video-downloader-banner .down-box button i {
    width: 35px;
    height: 22px;
  }
  .video-downloader-banner .down-box .pop-video {
    position: relative;
    top: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .video-downloader-banner .down-box .pop-video.on {
    height: auto;
    padding-bottom: 20px;
  }
  .video-downloader-banner .down-box .pop-video table {
    width: 100%;
    margin: 0px 15px;
  }
  .video-downloader-banner .down-box .pop-video table th {
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  }
  .video-downloader-banner .down-box .pop-video table th.itema {
    width: 45%;
  }
  .video-downloader-banner .down-box .pop-video table td {
    font-size: 12px;
  }
  .video-downloader-banner .down-box .pop-video .right-down {
    height: 190px;
  }
  .step-video-downloader {
    padding: 50px 4vw;
  }
  .step-video-downloader h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .step-video-downloader .message-box {
    background: none;
    margin-top: 0px;
    background: initial !important;
  }
  .step-video-downloader .message-box .box {
    padding: 0px !important;
    width: 100%;
    margin-top: 40px;
  }
  .step-video-downloader .message-box .box h3 {
    font-size: 16px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .step-video-downloader .message-box .box h3 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 0px !important;
    margin-right: 15px !important;
  }
  .step-video-downloader .message-box .box img {
    height: 176px !important;
  }
  .module-video-downloader {
    padding: 50px 4vw;
    margin-top: 0px;
    overflow: hidden;
  }
  .module-video-downloader h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .module-video-downloader .message-box {
    margin-top: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .module-video-downloader .message-box .message {
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
  .module-video-downloader .message-box .message h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .module-video-downloader .message-box .message p {
    font-size: 16px;
    line-height: 18px;
  }
  .module-video-downloader .message-box img {
    max-width: 90%;
    margin: 0px auto;
  }
  .between-video-downloader {
    padding: 0px 4vw;
    margin-top: 50px;
    padding-bottom: 40px;
    height: auto;
  }
  .between-video-downloader h2 {
    padding-top: 45px;
    font-size: 22px;
    line-height: 27px;
  }
  .between-video-downloader p {
    font-size: 16px;
    line-height: 18px;
  }
  .faqs-video-downloader {
    margin-top: 40px;
    padding: 0px 4vw;
  }
  .faqs-video-downloader h2 {
    padding: 14px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 16px;
  }
  .faqs-video-downloader dl {
    margin-top: 12px;
  }
  .faqs-video-downloader dl dt {
    padding: 10px 4vw;
    font-size: 16px;
    line-height: 17px;
  }
  .faqs-video-downloader dl dt::after {
    display: none;
  }
  .faqs-video-downloader dl dd {
    padding: 0px 4vw;
    font-size: 16px;
  }
  .faqs-video-downloader dl.on dd {
    max-height: inherit;
    padding: 18px 4vw;
  }
  .tips-video-downloader {
    margin-top: 50px;
    padding: 0px 4vw;
  }
  .tips-video-downloader h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .tips-video-downloader ul {
    width: 85%;
    margin: 0px auto;
    margin-top: 15px;
  }
  .tips-video-downloader ul li {
    padding-right: 0px !important;
    width: 100%;
    margin-top: 15px;
  }
  .tips-video-downloader ul li a {
    font-size: 16px;
  }
  .tips-video-downloader ul li a:before {
    width: 10px;
    height: 10px;
  }
  .down-btn {
    width: 100%;
    height: auto;
    margin-top: 30px;
    line-height: auto;
    font-size: 18px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .down-btn dl {
    margin: 0px auto;
  }
  .down-btn i {
    width: 35px;
    height: 31px;
  }
  .down-btn:hover {
    background: transparent;
  }
}
.app-download-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 80px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000;
}
.app-download-btn dt {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 40px;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 20px;
}
.app-download-btn dt span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.app-download-btn dt span:first-child {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.app-download-btn dt span:last-child {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4zMyIgaGVpZ2h0PSIzMy4xODYiIHZpZXdCb3g9IjAgMCAyNy4zMyAzMy4xODYiPjxwYXRoIGQ9Ik0zMi4zMywxNC43MTNIMjQuNTIxVjNIMTIuODA5VjE0LjcxM0g1TDE4LjY2NSwyOC4zNzhaTTUsMzIuMjgydjMuOUgzMi4zM3YtMy45WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUgLTMpIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
.app-download-btn dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-align: left;
}
.app-download-btn dd span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.app-download-btn dd strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.app-download-btn.pc dt span:first-child {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48ZGVmcz48c3R5bGU+LmF7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iYSIgZD0iTS0zOCwxMDg1NmgwbC0xNC45Ny0xLjR2LTEzLjA2NUgtMzhWMTA4NTZabS0xNy4wMzItMS42aDBMLTcwLDEwODUzdi0xMS40NzFILTU1LjAzdjEyLjg3MlpNLTM4LDEwODM5LjQ2OUgtNTIuOTdWMTA4MjUuNEwtMzgsMTA4MjR2MTUuNDY4Wm0tMTcuMDMyLDBILTcwVjEwODI3bDE0Ljk2OC0xLjR2MTMuODcxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjkuOTk5IC0xMDgyNCkiLz48L3N2Zz4=);
}
.app-download-btn.android dt span:first-child {
  background-image: url("../images/icons/icon-google-play-fullcolor.svg");
}
.app-download-btn.ios dt span:first-child {
  background-image: url("../images/icons/awesome-apple-white.svg");
}
.app-download-btn:hover {
  background-color: #2a2a2a;
}
.app-download-btn:hover dt span:first-child {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.app-download-btn:hover dt span:last-child {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.app-download-btn.reverse-bg {
  width: 100%;
  height: 64px;
  border-radius: 0;
  background: #fff;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.app-download-btn.reverse-bg dt {
  margin-left: 50px;
}
.app-download-btn.reverse-bg dd {
  color: #000;
}
.app-download-btn.reverse-bg dd span {
  font-weight: 500;
}
.app-download-btn.reverse-bg.ios dt span:first-child {
  background-image: url("../images/icons/awesome-apple-black.svg");
}
.app-download-btn.reverse-bg.android dt span:first-child {
  background-image: url("../images/icons/awesome-android-black.svg");
}
.app-download-btn.reverse-bg:hover {
  background-color: #ccc;
}
.app-download-btn.reverse-bg:hover dt span:last-child {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNy4zMyIgaGVpZ2h0PSIzMy4xODYiIHZpZXdCb3g9IjAgMCAyNy4zMyAzMy4xODYiPjxwYXRoIGQ9Ik0zMi4zMywxNC43MTNIMjQuNTIxVjNIMTIuODA5VjE0LjcxM0g1TDE4LjY2NSwyOC4zNzhaTTUsMzIuMjgydjMuOUgzMi4zM3YtMy45WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUgLTMpIiBmaWxsPSIjMmEyYTJhIi8+PC9zdmc+);
}
@media screen and (max-width: 768px) {
  .app-download-btn {
    width: 212px;
    height: 56px;
    border-radius: 8px;
  }
  .app-download-btn dt span {
    width: 24px;
    height: 28px;
  }
  .app-download-btn dd strong {
    font-size: 22px;
  }
}
