body {
  background-color: #f4fafb;
  background-image: url("/images/webp/dvd-creator/bg-top.webp");
  background-position: 50% 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

body main {
  overflow: hidden;
}

.allInOne-banner {
  margin-bottom: 180px;
}

.allInOne-banner .allInOne-banner-content {
  max-width: 590px;
  min-height: auto;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module {
  position: static;
  padding-right: 60px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .page-title {
  font-size: 48px;
  line-height: 62px;
  margin-top: 88px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .page-title span {
  background: linear-gradient(88deg, #294dfa, #294dfa 47%, #d675ff 78%, #d675ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .min-title {
  font-size: 30px;
  margin-top: 18px;
  margin-bottom: 28px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .icon-list {
  font-size: 16px;
  color: #000000;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .icon-list li {
  margin-bottom: 13px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .icon-list li:last-child {
  margin-bottom: 35px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .icon-list li img {
  margin-right: 20px;
  vertical-align: middle;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .icon-list li span {
  vertical-align: middle;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .images-wrap {
  margin-top: 93px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .version-switch {
  margin-top: 27px;
}

.allInOne-banner .allInOne-banner-content .allInOne-banner-module .btns {
  display: flex;
  column-gap: 26px;
}

.wrapper {
  display: flex;
  margin-bottom: 142px;
  column-gap: 56px;
  flex-wrap: wrap;
}

.wrapper.bg3 .img-box {
  position: relative;
}

.wrapper.bg3 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -168px;
  top: 177px;
  width: 780px;
  height: 398px;
  background: url("/images/webp/video-converter/bg4.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper.bg4 .img-box {
  position: relative;
}

.wrapper.bg4 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -300px;
  top: -200px;
  width: 909px;
  height: 847px;
  background: url("/images/webp/video-converter/bg5.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper.bg5 .img-box {
  position: relative;
}

.wrapper.bg5 .img-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -360px;
  top: -330px;
  width: 909px;
  height: 847px;
  background: url("/images/webp/blu-ray-creator/bg3.webp") no-repeat center;
  background-size: 100% 100%;
}

.wrapper .wrapper-content {
  flex: 1;
  position: relative;
}

.wrapper .wrapper-content h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 39px;
  color: #000000;
}

.wrapper .wrapper-content p.key {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.wrapper .wrapper-content p.desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 31px;
}

.wrapper .wrapper-content p.desc:last-child {
  margin-bottom: 0;
}

.wrapper .wrapper-content ul.step {
  position: absolute;
}

.wrapper .wrapper-content ul.step li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}

.wrapper .wrapper-content ul.step li::before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  left: 4.5px;
  top: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-width: 1px;
  border-color: #c7c7c7;
  border-style: solid;
  background-color: #ffffff;
}

.wrapper .wrapper-content ul.step li.active::before {
  left: 0px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border-width: 8px;
  border-color: #d3a6ff;
  border-style: solid;
}

.wrapper .wrapper-content ul.step li.active::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 14.5px;
  top: 30px;
  width: 0;
  height: 100%;
  max-height: 500px;
  border-right: 1px dashed #000;
}

.wrapper .wrapper-content ul.step li.active .desc {
  opacity: 1;
  max-height: 500px;
}

.wrapper .wrapper-content ul.step li.active:last-child::after {
  display: none;
}

.wrapper .wrapper-content ul.step li .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
}

.wrapper .wrapper-content ul.step li .desc {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  transition: all .5s;
}

.custom-feature-card {
  margin-bottom: 202px;
}

.custom-feature-card h2 {
  font-size: 48px;
  color: #000000;
  margin-bottom: 40px;
  text-align: center;
}

.custom-feature-card .min-title {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 31px;
}

.custom-feature-card .feature-box {
  display: flex;
  column-gap: 34px;
  row-gap: 22px;
}

.custom-feature-card .feature-box .card-box {
  background: #f9fcfd;
  padding: 25px 28px;
  border-radius: 19px;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
}

.custom-feature-card .feature-box .card-box .card-top {
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}

.custom-feature-card .feature-box .card-box .card-top img {
  margin-right: 20px;
}

.custom-feature-card .feature-box .card-box .card-top span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.custom-feature-card .feature-box .card-box .card-desc {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
}

.custom-feature-card .feature-box>div {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}

.custom-feature-card .feature-box .feature-left {
  width: 100%;
  max-width: 568px;
}

.custom-feature-card .feature-box .feature-left .bg-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 224px;
  background: url("/images/webp/blu-ray-creator/make.webp") no-repeat;
  background-position: center;
}

.custom-feature-card .feature-box .feature-left .bg-box {
  height: calc(100% - 29px);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.custom-feature-card .feature-box .feature-left .bg-box .bg-top {
  margin-bottom: 22px;
}

.custom-feature-card .feature-box .feature-right {
  width: 100%;
}

.custom-feature-card .feature-box .feature-right .bg-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 225px;
  background: url("/images/webp/blu-ray-creator/compatible.webp") no-repeat;
  background-position: center;
}

.custom-feature-card .feature-box .feature-right .bg-box {
  height: calc(100% - 29px);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.custom-feature-card .feature-box .feature-right .bg-box .bg-top {
  margin-bottom: 22px;
}

.switch-card {
  margin-bottom: 140px;
}

.switch-card h2 {
  text-align: center;
  font-size: 48px;
  line-height: 56px;
  color: #000;
  margin-bottom: 39px;
}

.switch-card p.min-title {
  padding: 0 31px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 40px;
}

.switch-card .switch-header {
  max-width: 1014px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15) inset;
  border-radius: 28px;
  margin-bottom: 35px;
}

.switch-card .switch-header li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 59px;
  cursor: pointer;
}

.switch-card .switch-header li:last-child {
  flex-grow: 1;
}

.switch-card .switch-header li p {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  padding: 0 38px;
}

.switch-card .switch-header li.active {
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(360deg, #252528 0%, #4e5059 100%);
  backdrop-filter: blur(44px);
  -webkit-backdrop-filter: blur(44px);
}

.switch-card .switch-body {
  display: none;
}

.switch-card .switch-body.active {
  display: block;
  background: url("/images/webp/blu-ray-player/bg4.webp");
}

.switch-card .switch-body .switch-content {
  max-width: 1115px;
  text-align: center;
}

.switch-card .switch-body .switch-content p {
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  margin-bottom: 31px;
  padding: 0 32px;
}

.switch-card .switch-body .switch-content img {
  border-radius: 16px;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
}

.guide {
  margin-bottom: 147px;
}

.guide h2 {
  font-size: 48px;
  margin-bottom: 63px;
  line-height: 56px;
  text-align: center;
}

.guide .guide-box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 70px;
}

.guide .guide-box .guide-left {
  max-width: 797px;
  padding: 40px;
  background-color: #f9fcfd;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  height: max-content;
}

.guide .guide-box .guide-right {
  flex: 1;
}

.guide .guide-box .guide-right ul li {
  position: relative;
  margin-bottom: 44px;
}

.guide .guide-box .guide-right ul li p {
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 30px;
  color: #000000;
}

.guide .guide-box .guide-right ul li .small-text {
  font-size: 14px;
  line-height: normal;
  color: #222222;
}

.guide .guide-box .guide-right ul li:first-child {
  padding-top: 0;
}

.guide .guide-box .guide-right ul li::before {
  content: "";
  z-index: 10;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #d3d6e5;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.guide .guide-box .guide-right ul li::after {
  content: "";
  z-index: 20;
  display: block;
  width: 0%;
  height: 3px;
  background-color: #294dfa;
  position: absolute;
  bottom: -18px;
  left: 0;
  transition: all 3s;
}

.guide .guide-box .guide-right ul li.active::after {
  animation: len 3s linear forwards;
  width: 100%;
}

@keyframes len {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.guide .guide-box .guide-right ul li.active p {
  color: #000000;
}

.guide .guide-box .guide-right .guide-btn {
  background: #fff;
  color: #294dfa;
  border: 2px solid #294dfa;
  font-size: 20px;
  line-height: 30px;
  padding: 8px 38px;
  border-radius: 11px;
  font-weight: 600;
  border-radius: 11px;
}

.guide .guide-box .guide-right .guide-btn:hover {
  background: #294dfa;
  color: #fff;
}

.faqs-container {
  text-align: center;
  margin-bottom: 115px;
}

.faqs-container h2 {
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.faqs-container ul>li {
  padding: 25px 30px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 9px;
  box-shadow: 0 0 29px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all .2s;
  transition-timing-function: linear;
}

.faqs-container ul>li.active p.title::after {
  width: 18px;
  height: 11px;
  background-image: url("/images/webp/common/icons/down-arrow.webp");
}

.faqs-container ul>li.active div.desc {
  max-height: 500px;
  opacity: 1;
  margin-top: 19px;
}

.faqs-container ul>li:last-child {
  margin-bottom: 0;
}

.faqs-container ul>li p.title {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  position: relative;
}

.faqs-container ul>li p.title::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  display: block;
  width: 14px;
  height: 9px;
  background-image: url("/images/webp/common/icons/up-arrow.webp");
}

.faqs-container ul>li div.desc {
  padding-right: 18px;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  font-size: 14px;
  line-height: 30px;
  color: #434343;
  transition: all 1s;
}

.faqs-container ul>li div.desc ol {
  list-style: disc;
  margin-left: 20px;
}

.faqs-container ul>li div.desc ol.order {
  list-style: decimal;
}

.faqs-container ul>li div.desc ol li span:not(.desc) {
  font-weight: 600;
}

.faqs-container .faq-btn {
  background: #fff;
  color: #294dfa;
  border: 2px solid #294dfa;
  font-size: 20px;
  line-height: 30px;
  padding: 8px 144px;
  font-weight: 600;
  border-radius: 12px;
}

.faqs-container .faq-btn:hover {
  background: #294dfa;
  color: #fff;
}

.reviews-common {
  margin-bottom: 105px;
}

.tech-container {
  margin-bottom: 122px;
}

.tech-container dl {
  margin-top: 0;
  margin-bottom: 0;
}

.tech-container dl dt {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #000000;
  margin: revert;
  padding: revert;
}

.tech-container dl dd {
  font-size: 14px;
  line-height: 36px;
  margin: revert;
  padding: revert;
}

.tech-container dl dd dl dt {
  font-size: 18px;
  line-height: 36px;
}

@media (min-width: 767px) and (max-width: 1299px) {
  .switch-card .switch-header li p {
    font-size: 16px;
    padding: 0px 22px;
  }

  .switch-card .switch-body .switch-content img {
    width: 100%;
  }

  .switch-card {
    margin-bottom: 89px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module {
    padding-right: 0;
  }

  .wrapper {
    margin-bottom: 93px;
  }

  .wrapper .wrapper-content {
    position: relative;
  }

  .wrapper .wrapper-content h2 {
    margin-bottom: 22px;
  }

  .wrapper .img-box {
    width: 100%;
  }

  .wrapper .img-box img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .wrapper .wrapper-content.wrapper-content-left p,
  .wrapper .img-left {
    margin-bottom: 43px;
  }

  .wrapper .wrapper-content .buy-btn {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }

  .guide h2 {
    margin-bottom: 50px;
  }

  .guide .guide-box .guide-right ul li:first-child {
    padding-top: 50px;
  }

  .guide .guide-box .guide-left {
    max-width: none;
    width: 100%;
  }

  .guide .guide-box .guide-left img {
    width: 100%;
  }

  .guide .guide-box .guide-right ul li p.small-text {
    margin-bottom: 27px;
  }

  .guide .guide-box .guide-right ul li::before {
    bottom: -27px;
  }

  .guide .guide-box .guide-right ul li::after {
    bottom: -27px;
  }

  .guide .guide-box .guide-right .guide-btn {
    margin-top: 33px !important;
  }

  .guide {
    margin-bottom: 93px;
  }

  .faqs-container ul>li p.title {
    padding-right: 48px;
  }

  .custom-scrollbar li,
  .blog-scrollbar li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .custom-feature-card h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
  }

  .custom-feature-card {
    margin-bottom: 64px;
  }

  .custom-feature-card .feature-box .feature-left {
    max-width: none;
  }

  .custom-feature-card .feature-box .feature-left .bg-img,
  .custom-feature-card .feature-box .feature-right .bg-img {
    background-position: center;
  }

  .custom-feature-card .feature-box {
    flex-wrap: wrap;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .min-title span:first-child {
    display: inline-block;
    margin-bottom: 10px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .icon-list li:last-child {
    margin-bottom: 20px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .min-title {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 15px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .icon-list {
    width: max-content;
    text-align: left;
    margin: 0 auto;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .icon-list li img {
    width: 13px;
    margin-right: 8px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .icon-list li {
    margin-bottom: 5px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module .icon-list li span {
    font-size: 14px;
  }

  .switch-card .switch-header {
    flex-direction: column;
  }

  .switch-card .switch-header li {
    padding: 10px 0;
  }

  .switch-card h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 19px;
  }

  .switch-card .switch-header li p {
    font-size: 16px;
    padding: 0px 22px;
  }

  .switch-card .switch-body .switch-content img {
    width: 100%;
  }

  .switch-card {
    margin-bottom: 89px;
  }

  .allInOne-banner .allInOne-banner-content .allInOne-banner-module {
    padding-right: 0;
  }

  .wrapper {
    margin-bottom: 64px;
  }

  .wrapper .wrapper-content {
    position: relative;
  }

  .wrapper .wrapper-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .wrapper .img-box {
    width: 100%;
  }

  .wrapper .img-box img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .wrapper .wrapper-content.wrapper-content-left p,
  .wrapper .img-left {
    margin-bottom: 23px;
  }

  .wrapper .wrapper-content .buy-btn {
    margin-top: 0 !important;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: normal;
    padding: 4px 8px;
  }

  .guide h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .guide .guide-box .guide-left {
    max-width: none;
    width: 100%;
    padding: 12px;
  }

  .guide .guide-box .guide-left img {
    width: 100%;
    border-radius: 6px;
  }

  .guide .guide-box .guide-right {
    padding-top: 33px;
  }

  .guide .guide-box .guide-right ul li p:not(.small-text) {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .guide .guide-box .guide-right ul li p.small-text {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 27px;
  }

  .guide .guide-box .guide-right ul li::before {
    bottom: -27px;
  }

  .guide .guide-box .guide-right ul li::after {
    bottom: -27px;
  }

  .guide .guide-box .guide-right .guide-btn {
    font-size: 16px;
    margin-top: 33px !important;
    padding: 3px 22px;
  }

  .guide {
    margin-bottom: 60px;
  }

  .faqs-container {
    margin-bottom: 60px;
  }

  .faqs-container ul>li p.title {
    padding-right: 48px;
  }

  .custom-scrollbar li,
  .blog-scrollbar li {
    width: 50%;
  }

  .faqs-container h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
  }

  .faqs-container ul>li {
    padding: 13px 18px;
  }

  .faqs-container ul>li p.title {
    padding-right: 22px;
    font-size: 16px;
    line-height: normal;
  }

  .faqs-container ul>li div.desc {
    line-height: normal;
  }

  .faqs-container .faq-btn {
    padding: 5px 33px;
  }

  .reviews-common {
    margin-bottom: 60px;
  }

  .tech-container {
    margin-bottom: 60px;
  }
}