/** @format */
@import url('//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.css');
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
main {
  background: #1a1e1c;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf');
}
@font-face {
  font-family: 'Rubik';
  src: url(../fonts/Rubik-Bold.ttf);
  font-weight: 600;
}
html,
body {
  font-family: 'Rubik', sans-serif;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.pc-style {
  display: block;
}
.mb-style,
.hide {
  display: none;
}
.header {
  position: sticky;
  top: 0;
  background: #1a1e1c;
  z-index: 9999;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.header .header-right .header-arrow {
  display: none;
}
.header .header-right .header-menu {
  display: flex;
  align-items: center;
}
.header .header-right a {
  margin-left: 80px;
  color: #9c9c9c;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.header .header-right a:hover {
  color: #fff;
}
.online-tool {
  padding: 126px 0 44px;
  background: url('../../img/smc-online/banner-pc.webp') #1a1e1c no-repeat top center;
  background-size: 100% auto;
}
.online-tool h1 {
  color: #fff;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 130%;
  /* 72.8px */
}
.online-tool h1 span {
  padding: 2px 24px;
  color: #000;
  background: #25db6c;
  border-radius: 74px;
}
.online-tool .online-desc {
  max-width: 842px;
  margin: 30px auto 0;
  color: #d1d5dc;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  /* 24px */
}
.online-tool .online-input {
  max-width: 916px;
  margin: 38px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.online-tool .online-input .url-container {
  position: relative;
  flex: 1;
  order: 1;
  margin-right: 22px;
}
.online-tool .online-input .url-container::before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 16px;
  transform: translate(0, -50%);
  background: url('../../img/smc-online/online-search.png') no-repeat center / cover;
  z-index: 999;
}
.online-tool .online-input .online-btn {
  width: 208px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 18.34px */
  cursor: pointer;
  order: 2;
  transition: all 0.3s;
}
.online-tool .online-input .online-btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
}
.online-tool .online-input .online-info {
  width: 100%;
  order: 3;
  margin-top: 18px;
}
.online-tool .online-input .url {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  padding: 0 16px 0 52px;
  border: 0.667px solid rgba(255, 255, 255, 0.2);
  background: rgba(46, 54, 50, 0.89);
  backdrop-filter: blur(3.4000001px);
  box-sizing: border-box;
  outline: none;
  color: #e6e6e6;
  font-size: 16px;
  font-weight: 400;
  line-height: 131%;
  /* 18.34px */
}
.online-tool .online-input .url::placeholder {
  color: #afafaf;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  /* 18.34px */
  font-family: Rubik;
}
.online-tool .online-input .online-info {
  max-width: 830px;
}
.online-tool .online-input .online-info > div {
  display: none;
}
.online-tool .online-input .online-info .info-default {
  display: flex;
}
.online-tool .online-input .online-info p {
  margin-left: 20px;
  color: #99a1af;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.online-tool .online-input .online-info a {
  color: #5b5b5b;
  text-decoration: underline;
}
.online-tool .online-input .online-info .error-top {
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #d51616;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  margin-left: 0;
}
.online-tool .online-input .online-info .error-top img {
  width: 14px;
  height: 14px;
}
.online-tool .online-input .online-info .info-default {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #99a1af;
  font-size: 14px;
  font-weight: 400;
}
.online-tool .online-guide {
  width: max-content;
  margin: 26px auto 0;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 64px;
  border: 1px solid #ddd;
  color: #5d5d65;
  font-size: 14px;
  font-weight: 400;
  line-height: 131%;
  /* 18.34px */
  transition: all 0.3s;
}
.online-tool .online-guide img {
  display: inline-block;
  transition: all 0.3s;
}
.online-tool .online-guide:hover {
  color: #29292c;
}
.online-tool .online-guide:hover img {
  transform: translateX(6px);
}
.online-tool .online-loading {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.online-tool .online-loading .loading-tit {
  margin-top: -40px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.online-tool .online-loading .loading-desc {
  color: #a8a8a8;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.online-tool .online-result {
  display: none;
  margin-top: 44px;
}
.online-tool .online-result .result-top {
  display: flex;
  justify-content: end;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #434343;
  padding-bottom: 10px;
}
.online-tool .online-result .result-txt {
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
}
.online-tool .online-result .result-percentage {
  font-family: Rubik;
  font-size: 24px;
  font-weight: 600;
}
.online-tool .online-result .result-num {
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
}
.online-tool .online-result .result-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 400;
}
.online-tool .online-result .result-header-item {
  padding-left: 10px;
}
.online-tool .online-result .result-header-item:not(:first-child) {
  border-left: 1px solid #434343;
}
.online-tool .online-result .item-title {
  width: 25%;
}
.online-tool .online-result .item-artist {
  width: 20%;
}
.online-tool .online-result .item-album {
  width: 15%;
}
.online-tool .online-result .item-timer {
  width: 5%;
}
.online-tool .online-result .item-btn {
  width: 35%;
}
.online-tool .online-result .result-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
  transition: background-color 0.3s;
}
.online-tool .online-result .result-row.hover {
  border-radius: 10px;
  background: #262928;
}
.online-tool .online-result .result-col {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.online-tool .online-result .col-title {
  width: 25%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.online-tool .online-result .result-cover {
  width: 54px;
  height: 54px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}
.online-tool .online-result .result-song-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
}
.online-tool .online-result .col-artist {
  width: 20%;
  color: #ddd;
  font-size: 14px;
}
.online-tool .online-result .col-album {
  width: 15%;
  color: #ddd;
  font-size: 14px;
}
.online-tool .online-result .col-timer {
  width: 5%;
  color: #ddd;
  font-size: 14px;
  text-align: center;
}
.online-tool .online-result .col-btn {
  width: 35%;
  text-align: right;
}
.online-tool .online-result .result-download-btn {
  position: relative;
  width: 180px;
  height: 42px;
  border-radius: 8px;
  background: #fff;
  color: #000;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: Rubik;
}
.online-tool .online-result .result-download-btn:before {
  content: 'Download gratis';
  font-size: 12px;
  font-weight: 400;
  left: -10px;
  position: absolute;
  top: 50%;
  padding: 5px 12px 5px 8px;
  transform: translate(-100%, -50%);
  font-family: Rubik;
}
.online-tool .online-result .result-download-btn:hover,
.online-tool .online-result .result-download-btn.primary {
  color: #000;
}
.online-tool .online-result .result-download-btn.btn-more {
  background: #6a6a6a;
  border-color: #d0d0d0;
  color: #cacaca;
  font-family: Rubik;
}
.online-tool .online-result .result-download-btn.btn-more::before {
  content: none;
}
.online-tool .online-result .result-download-btn.btn-more:hover,
.online-tool .online-result .result-download-btn.btn-more.primary {
  background: #6a6a6a;
  color: #cacaca;
}
.online-tool .online-result .result-download-btn.disabled,
.online-tool .online-result .result-download-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.pop-buy,
.pop-more,
.pop-price {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.pop-buy .pop-overlay,
.pop-more .pop-overlay,
.pop-price .pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
}
.pop-buy .pop-close,
.pop-more .pop-close,
.pop-price .pop-close {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: none;
  border: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.63);
  transition: all 0.3s;
  z-index: 9;
}
.pop-buy .pop-close:hover,
.pop-more .pop-close:hover,
.pop-price .pop-close:hover {
  transform: translate(-50%, 0) rotate(180deg);
}
.pop-more .pop-more-cont {
  width: 800px;
  height: 531px;
  padding: 54px 46px 0;
  background: url('../../img/smc-online/more-bg-pc.webp') no-repeat center / cover;
  filter: drop-shadow(0 0 28.9px rgba(0, 0, 0, 0.51));
}
.pop-more-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  box-sizing: border-box;
}
.pop-more-cont .more-tit {
  color: #413f3f;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.pop-more-cont .more-desc {
  position: relative;
  margin-top: 12px;
  color: #071124;
  font-family: Rubik;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.pop-more-cont .more-desc::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 13%;
  width: 150px;
  height: 17px;
  background: url('../../img/smc-online/more-line.png') no-repeat center / cover;
}
.pop-more-cont .more-bottom {
  display: flex;
  gap: 14px;
  margin-top: 40px;
}
.pop-more-cont .more-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pop-more-cont .more-left .more-option {
  flex: 0 0 114px;
  position: relative;
  border-radius: 8px;
  width: 325px;
  margin: 0 auto;
  background: url('../../img/smc-online/option1-bg.png') no-repeat center / cover;
}
.pop-more-cont .more-left .more-list {
  flex: 1;
  padding: 64px 24px 0;
  margin-top: -50px;
  border-radius: 8px;
  border: 1px solid #95d4ff;
  background: linear-gradient(180deg, #c6e6ff 0%, #fff 74.53%);
}
.pop-more-cont .more-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pop-more-cont .more-right .more-option {
  flex: 0 0 114px;
  position: relative;
  border-radius: 8px;
  width: 325px;
  margin: 0 auto;
  background: url('../../img/smc-online/option2-bg.png') no-repeat center / cover;
}
.pop-more-cont .more-right .option-tit {
  color: #632236;
}
.pop-more-cont .more-right .more-list {
  flex: 1;
  margin-top: -50px;
  padding: 64px 0px 0 18px;
  border-radius: 8px;
  border: 1px solid #ffbdf6;
  background: linear-gradient(180deg, #fbd4f5 0%, #fff 76.33%);
}
.pop-more-cont .option-num {
  width: max-content;
  border-radius: 8px 0 16px 0;
  padding: 5px 20px 5px 16px;
  background: #222;
  color: #fff;
  font-family: Rubik;
  font-size: 14.769px;
  font-weight: 600;
  line-height: 1.5;
}
.pop-more-cont .option-ico {
  position: absolute;
  top: 15px;
  right: 15px;
}
.pop-more-cont .option-tit {
  margin-top: 44px;
  margin-left: 16px;
  padding-bottom: 12px;
  color: #061022;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.pop-more-cont .more-list-item {
  display: flex;
  align-items: center;
  column-gap: 6px;
  margin-bottom: 12px;
  color: #222427;
  font-family: Rubik;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.pop-more-cont .more-login,
.pop-more-cont .more-product {
  display: block;
  margin: 14px auto 0;
  width: 300px;
  padding: 14px 26px;
  border-radius: 38px;
  background: #18181a;
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  box-sizing: border-box;
  transition: all 0.3s;
}
.pop-more-cont .more-login:hover,
.pop-more-cont .more-product:hover {
  color: rgba(255, 255, 255, 0.85);
  background: #000;
}
.pop-buy-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 770px;
  height: 556px;
  padding: 24px 52px;
  border-radius: 16px;
  background: url('../../img/smc-online/buy-bg-pc.webp') no-repeat center / cover;
  box-shadow: 0 0 28.9px 0 rgba(0, 0, 0, 0.51);
  box-sizing: border-box;
}
.pop-buy-cont .buy-tit {
  color: #fff;
  font-family: Rubik;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
.pop-buy-cont .buy-desc {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.pop-buy-cont .buy-update {
  margin-top: 20px;
  color: #2e3036;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.pop-buy-cont .buy-list {
  display: flex;
  margin-top: 10px;
  column-gap: 10px;
}
.pop-buy-cont .buy-item {
  flex: 1;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.63);
  background: rgba(255, 255, 255, 0.49);
  box-sizing: border-box;
}
.pop-buy-cont .buy-item-tit {
  margin-top: 5px;
  color: #2e3036;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.pop-buy-cont .buy-item-desc {
  color: #6e717b;
  font-family: Rubik;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.pop-buy-cont .buy-btn-box {
  display: flex;
  align-items: center;
  column-gap: 24px;
  justify-content: center;
  margin-top: 22px;
}
.pop-buy-cont .buy-btn {
  width: 226px;
  padding: 14px 0;
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  border-radius: 35px;
  background: #000;
}
.pop-buy-cont .buy-btn:hover {
  color: rgba(255, 255, 255, 0.85);
}
.pop-buy-cont .buy-close {
  width: 226px;
  padding: 12px 0;
  border-radius: 35px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #535b6e;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  /* 19.2px */
  box-sizing: border-box;
}
.pop-buy-cont .buy-close:hover {
  color: #24262b;
}
.pop-buy-cont .buy-txt {
  margin-top: 14px;
  color: #878686;
  text-align: center;
  font-family: Rubik;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.pop-buy-cont .buy-card {
  display: flex;
  column-gap: 20px;
  margin-top: 46px;
}
.pop-buy-cont .buy-card.mb-style {
  display: none;
}
.pop-buy-cont .buy-card-item {
  position: relative;
  flex: 1;
  border-radius: 16px;
  background: #fafafa;
  border: 1px solid #fff;
  padding-bottom: 10px;
  cursor: pointer;
}
.pop-buy-cont .buy-card-item.active {
  border: 2px solid #20bb5b;
}
.pop-buy-cont .buy-card-item:nth-child(2) .buy-item-plan {
  color: #fff;
  background: #20bb5b;
  border-radius: 12px 12px 0 0;
}
.pop-buy-cont .buy-card-item:nth-child(2)::before {
  content: '';
  position: absolute;
  right: -14px;
  top: -16px;
  width: 38px;
  height: 40px;
  background: url('../../img/smc-online/buy-hot.png') no-repeat center / cover;
}
.pop-buy-cont .buy-card-item:nth-child(2) .buy-item-txt {
  width: max-content;
  padding: 1px 8px;
  margin: 6px auto 0;
  border-radius: 50px;
  color: #333;
  background: linear-gradient(180deg, #fff3b2 0%, #fffae0 100%), linear-gradient(180deg, #bcff2b 0%, #f1ffd3 100%);
}
.pop-buy-cont .buy-item-plan {
  padding: 4px 0;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(0deg, #8feeb3 0%, #8feeb3 100%), #dbc3fe;
  color: #1f1f1f;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.pop-buy-cont .buy-item-price {
  margin-top: 12px;
  color: #1e293b;
  font-family: Rubik;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.pop-buy-cont .buy-item-tax {
  margin-top: 4px;
  color: #868b93;
  text-align: center;
  font-family: Rubik;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.pop-buy-cont .buy-item-txt {
  margin-top: 6px;
  color: #5e6877;
  text-align: center;
  font-family: Rubik;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.pop-price .pop-buy-cont .buy-tit {
  font-size: 26px;
}
.online-smc .online-input .online-btn {
  font-family: Rubik;
  color: #fff;
  background: linear-gradient(90deg, #00c950 0%, #00a63e 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 201, 80, 0.3), 0 4px 6px -4px rgba(0, 201, 80, 0.3);
}
.online-smc .online-input .online-btn:hover {
  background: linear-gradient(90deg, #21ea71 0%, #0fd75a 100%);
}
.online-smc .online-input .url:focus {
  border-color: #1eab5f;
}
.online-smc .online-guide:hover {
  border: 1px solid #96d4ac;
  background: rgba(30, 215, 96, 0.15);
}
.online-smc .online-result .result-percentage,
.online-smc .online-result .result-pri {
  color: #1eab5f;
}
.online-smc .online-result .result-download-btn:hover,
.online-smc .online-result .result-download-btn.primary {
  background: #2dea71;
}
.online-smc .online-result .result-download-btn::before {
  color: #000;
  background: url('../../img/smc-online/online-down-left.png') no-repeat center / cover;
  background-size: 100% 100%;
}
.wrap1 {
  margin-top: 50px;
}
.wrap1 .step-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.wrap1 .step-list .step-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 210px;
  padding: 4px 0;
  color: #99a1af;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  /* 142.857% */
  border-radius: 10px;
  border: 0.667px solid rgba(0, 0, 0, 0);
  background: transparent;
  transition: all 0.3s;
  cursor: pointer;
}
.wrap1 .step-list .step-item .step-after {
  display: none;
}
.wrap1 .step-list .step-item .step-before {
  display: block;
}
.wrap1 .step-list .step-item.active,
.wrap1 .step-list .step-item:hover {
  border: 0.667px solid rgba(0, 0, 0, 0);
  background: rgba(0, 201, 80, 0.2);
  color: #05df72;
}
.wrap1 .step-list .step-item.active .step-after,
.wrap1 .step-list .step-item:hover .step-after {
  display: block;
}
.wrap1 .step-list .step-item.active .step-before,
.wrap1 .step-list .step-item:hover .step-before {
  display: none;
}
.wrap1 .step-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
.wrap1 .step-swiper .swiper-slide {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.wrap2 {
  margin-top: 160px;
  padding-bottom: 160px;
  position: relative;
}
.wrap2::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('../../img/smc-online/wrap2-right.png') no-repeat center / cover;
  width: 223px;
  height: 375px;
}
.wrap2 .wrap-tit {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.11;
  /* 111.111% */
}
.wrap2 .wrap-cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 24px;
  margin-top: 78px;
  z-index: 999;
}
.wrap2 .wrap-cont .wrap-item {
  width: 362px;
  padding: 24px 32px 38px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  box-sizing: border-box;
}
.wrap2 .wrap-cont .wrap-item.item1 {
  background: #ffc862;
}
.wrap2 .wrap-cont .wrap-item.item2 {
  background: #95c90d;
}
.wrap2 .wrap-cont .wrap-item.item3 {
  background: #fe9da7;
}
.wrap2 .wrap-cont .wrap-item.item4 {
  background: #59a0f6;
}
.wrap2 .wrap-cont .wrap-item.item5 {
  background: #9691ff;
}
.wrap2 .wrap-cont .wrap-item.item6 {
  background: #ffc862;
}
.wrap2 .wrap-cont .item-txt {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
  /* 26.1px */
}
.wrap3 {
  position: relative;
}
.wrap3 .container {
  max-width: 900px;
}
.wrap3 .wrap-tit {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  /* 111.111% */
}
.wrap3 .faq_box {
  position: relative;
  z-index: 999;
  margin-top: 52px;
}
.wrap3 .faq_box .faq_item {
  padding: 20px 24px 18px;
  margin-bottom: 16px;
  border-radius: 14px;
  border: 0.667px solid rgba(12, 190, 255, 0.5);
  background: #262928;
  cursor: pointer;
}
.wrap3 .faq_box .faq_item.active .faq-cont {
  padding: 18px 0 0;
  visibility: visible;
  max-height: 400px;
}
.wrap3 .faq_box .faq_item.active .faq-text::after {
  transform: rotate(0);
}
.wrap3 .faq_box .faq-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap3 .faq_box .faq-text::after {
  content: '';
  display: block;
  background: url('../../img/smc-online/faq-arrow.png') no-repeat center / cover;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.wrap3 .faq_box h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  /* 155.556% */
}
.wrap3 .faq_box .faq-cont {
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  color: #d1d5dc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
  /* 162.5% */
}
.wrap3 .faq_box .faq-cont p {
  margin-bottom: 10px;
}
.wrap3 .faq_box .faq-cont a {
  color: #0cbeff;
}
.wrap3 .faq_box .faq-cont span {
  padding: 2px;
  border-radius: 4px;
  background: #3e4140;
}
.wrap3::before {
  content: '';
  position: absolute;
  top: 300px;
  left: 0;
  background: url('../../img/smc-online/wrap3-left.png') no-repeat center / cover;
  width: 286px;
  height: 343px;
}
.wrap4 {
  margin-top: 150px;
  padding-bottom: 190px;
}
.wrap4 .container {
  max-width: 1356px;
}
.wrap4 .wrap-tit {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  /* 100% */
  text-align: center;
}
.wrap4 .wrap-desc {
  max-width: 764px;
  margin: 40px auto 0;
  color: #d1d5dc;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.wrap4 .wrap-img {
  margin: -160px auto 0;
}
.wrap4 .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap4 .btn-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 350px;
  height: 68px;
  border-radius: 14px;
  background: #2781ed;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
}
.wrap4 .btn-box .btn:hover {
  background: #59a0f6;
}
@media (max-width: 1600px) {
  .wrap2::after {
    content: '';
    width: 100px;
    height: 168px;
    object-fit: cover;
  }
  .wrap3::before {
    content: '';
    width: 140px;
    height: 168px;
  }
}
@media (max-width: 1400px) {
  .wrap4 .container {
    max-width: 1200px;
  }
  .wrap4 .wrap-img {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .online-tool .online-loading {
    gap: 12px;
  }
  .online-tool .online-loading img {
    width: 80px;
    height: 80px;
  }
  .online-tool .online-loading .loading-tit {
    margin-top: -20px;
    font-size: 16px;
  }
  .online-tool .online-loading .loading-desc {
    font-size: 12px;
  }
  .wrap1 .step-swiper .swiper-slide:first-child img {
    width: 48%;
  }
  .wrap1 .step-swiper .swiper-slide img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pc-style {
    display: none;
  }
  .mb-style {
    display: block;
  }
  .online-tool {
    padding: 26px 0 0;
    background: url('../../img/smc-online/banner-mb.webp') #1a1e1c no-repeat top center;
    background-size: 100% auto;
  }
  .online-tool h1 {
    font-size: 36px;
  }
  .online-tool .online-desc {
    margin-top: 16px;
    font-size: 16px;
  }
  .online-tool .online-input {
    margin: 16px auto 0;
  }
  .online-tool .online-input .url {
    height: 46px;
    font-size: 12px;
    padding: 0 16px 0 16px;
  }
  .online-tool .online-input .url::placeholder {
    font-size: 12px;
  }
  .online-tool .online-input .online-btn {
    width: 190px;
    height: 46px;
  }
  .online-tool .online-input {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  .online-tool .online-input .url-container {
    width: 100%;
    order: 1;
    margin-right: 0;
  }
  .online-tool .online-input .url-container::before {
    content: none;
  }
  .online-tool .online-input .online-info {
    order: 2;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .online-tool .online-input .online-info .info-default {
    font-size: 12px;
  }
  .online-tool .online-input .online-info .error-top {
    font-size: 12px;
  }
  .online-tool .online-input .online-btn {
    margin-top: 4px;
    order: 3;
    font-size: 14px;
  }
  .online-tool .online-result {
    margin-top: 24px;
  }
  .online-tool .online-result .result-top {
    gap: 6px;
    border-bottom: 0;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
  .online-tool .online-result .result-num {
    font-size: 12px;
  }
  .online-tool .online-result .result-percentage {
    font-size: 16px;
  }
  .online-tool .online-result .result-txt {
    font-size: 12px;
  }
  .online-tool .online-result .result-header {
    display: none;
  }
  .online-tool .online-result .result-row {
    padding: 8px;
    margin-bottom: 14px;
    border-radius: 4px;
    background: #222;
  }
  .online-tool .online-result .result-cover {
    width: 40px;
    height: 40px;
  }
  .online-tool .online-result .col-title {
    gap: 8px;
  }
  .online-tool .online-result .col-album,
  .online-tool .online-result .col-timer {
    display: none;
  }
  .online-tool .online-result .result-row {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    grid-template-rows: auto auto;
    gap: 0 8px;
    align-items: center;
  }
  .online-tool .online-result .col-title {
    display: contents;
  }
  .online-tool .online-result .btn-more {
    width: 124px;
    height: 30px;
    font-size: 9px;
    font-family: Rubik;
  }
  .online-tool .online-result .result-cover {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .online-tool .online-result .result-song-name {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    width: 100px;
  }
  .online-tool .online-result .col-artist {
    grid-column: 2;
    grid-row: 2;
    width: auto;
    font-size: 12px;
    margin-right: 0;
    align-self: start;
    margin-top: 4px;
  }
  .online-tool .online-result .col-btn {
    grid-column: 3;
    grid-row: 1 / 3;
    width: auto;
    display: flex;
    align-items: center;
    overflow: visible;
  }
  .online-tool .online-result .result-download-btn:not(.btn-more) {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: url('../../img/smc-online/online-down.png') no-repeat center center;
    background-size: 20px 20px;
    font-size: 0;
    color: transparent;
  }
  .online-tool .online-result .result-download-btn:not(.btn-more):before {
    padding: 4px 12px 5px;
    font-size: 10px;
  }
  .pop-more .pop-more-cont {
    width: 345px;
    padding: 20px 24px;
    height: 362px;
    background: url('../../img/smc-online/more-bg-mb.png') no-repeat center / cover;
  }
  .pop-more .more-txt {
    color: #000;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
  }
  .pop-more .more-txt-line {
    position: relative;
  }
  .pop-more .more-txt-line::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 38%;
    transform: rotate(-2.774deg);
    background: url('../../img/smc-online/more-line.png') no-repeat center / cover;
    width: 130px;
    height: 13px;
  }
  .pop-more .more-tax {
    color: #2f323a;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    /* 28px */
  }
  .pop-more .pop-close {
    bottom: -15%;
  }
  .pop-buy .pop-buy-cont,
  .pop-price .pop-buy-cont {
    width: 345px;
    height: 521px;
    padding: 20px;
    background: url('../../img/smc-online/buy-bg-mb.webp') no-repeat center / cover;
  }
  .pop-buy .pop-buy-cont .buy-card,
  .pop-price .pop-buy-cont .buy-card {
    flex-direction: column;
    row-gap: 12px;
    margin-top: 32px;
  }
  .pop-buy .pop-buy-cont .buy-card.pc-style,
  .pop-price .pop-buy-cont .buy-card.pc-style {
    display: none;
  }
  .pop-buy .pop-buy-cont .buy-card.mb-style,
  .pop-price .pop-buy-cont .buy-card.mb-style {
    display: flex;
  }
  .pop-buy .pop-buy-cont .buy-update,
  .pop-price .pop-buy-cont .buy-update {
    margin-top: 12px;
    font-size: 12px;
  }
  .pop-buy .pop-buy-cont .buy-list,
  .pop-price .pop-buy-cont .buy-list {
    flex-direction: column;
    row-gap: 10px;
  }
  .pop-buy .pop-buy-cont .buy-item,
  .pop-price .pop-buy-cont .buy-item {
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding: 0;
    border: none;
    background: none;
    border-radius: 0;
  }
  .pop-buy .pop-buy-cont .buy-item::before,
  .pop-price .pop-buy-cont .buy-item::before {
    content: '';
    background: url('../../img/smc-online/buy-item-yes.png') no-repeat center / cover;
    width: 14px;
    height: 14px;
    display: block;
  }
  .pop-buy .pop-buy-cont .buy-item-logo,
  .pop-price .pop-buy-cont .buy-item-logo,
  .pop-buy .pop-buy-cont .buy-item-desc,
  .pop-price .pop-buy-cont .buy-item-desc {
    display: none;
  }
  .pop-buy .pop-buy-cont .buy-item-tit,
  .pop-price .pop-buy-cont .buy-item-tit {
    margin-top: 0;
    font-size: 12px;
  }
  .pop-buy .pop-buy-cont .buy-tit,
  .pop-price .pop-buy-cont .buy-tit {
    font-size: 20px;
  }
  .pop-buy .pop-buy-cont .buy-desc,
  .pop-price .pop-buy-cont .buy-desc {
    margin-top: 6px;
    font-size: 10px;
  }
  .pop-buy .pop-buy-cont .buy-txt,
  .pop-price .pop-buy-cont .buy-txt {
    display: none;
  }
  .pop-buy .pop-buy-cont .buy-card-item,
  .pop-price .pop-buy-cont .buy-card-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 16px;
    background: #fafafa;
    border-radius: 12px;
  }
  .pop-buy .pop-buy-cont .buy-card-item:nth-child(2)::before,
  .pop-price .pop-buy-cont .buy-card-item:nth-child(2)::before {
    display: none;
  }
  .pop-buy .pop-buy-cont .buy-card-item:nth-child(2) .buy-item-plan,
  .pop-price .pop-buy-cont .buy-card-item:nth-child(2) .buy-item-plan {
    background: transparent;
    color: #20bb5b;
  }
  .pop-buy .pop-buy-cont .buy-card-item:nth-child(2) .buy-item-txt,
  .pop-price .pop-buy-cont .buy-card-item:nth-child(2) .buy-item-txt {
    margin: 0;
    position: relative;
  }
  .pop-buy .pop-buy-cont .buy-card-item:nth-child(2) .buy-item-txt:before,
  .pop-price .pop-buy-cont .buy-card-item:nth-child(2) .buy-item-txt:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -12px;
    width: 22px;
    height: 20px;
    background: url('../../img/smc-online/buy-hot.png') no-repeat center / cover;
  }
  .pop-buy .pop-buy-cont .buy-card-item.active .buy-item-active,
  .pop-price .pop-buy-cont .buy-card-item.active .buy-item-active {
    opacity: 1;
  }
  .pop-buy .pop-buy-cont .buy-card-item.active .buy-item-choose,
  .pop-price .pop-buy-cont .buy-card-item.active .buy-item-choose {
    border-color: #20bb5b;
  }
  .pop-buy .pop-buy-cont .buy-item-plan,
  .pop-price .pop-buy-cont .buy-item-plan {
    background: none;
    padding: 0;
    font-size: 14px;
  }
  .pop-buy .pop-buy-cont .buy-info-top,
  .pop-price .pop-buy-cont .buy-info-top {
    display: flex;
    align-items: center;
    column-gap: 14px;
  }
  .pop-buy .pop-buy-cont .buy-item-txt,
  .pop-price .pop-buy-cont .buy-item-txt {
    margin-top: 0;
    font-size: 9px;
  }
  .pop-buy .pop-buy-cont .buy-info-bottom,
  .pop-price .pop-buy-cont .buy-info-bottom {
    display: flex;
    align-items: baseline;
    column-gap: 6px;
    margin-top: 4px;
  }
  .pop-buy .pop-buy-cont .buy-item-price,
  .pop-price .pop-buy-cont .buy-item-price {
    margin-top: 0;
    font-size: 20px;
  }
  .pop-buy .pop-buy-cont .buy-item-tax,
  .pop-price .pop-buy-cont .buy-item-tax {
    margin-top: 0;
    font-size: 7px;
  }
  .pop-buy .pop-buy-cont .buy-item-choose,
  .pop-price .pop-buy-cont .buy-item-choose {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #bababa;
    border-radius: 50%;
  }
  .pop-buy .pop-buy-cont .buy-item-active,
  .pop-price .pop-buy-cont .buy-item-active {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #20bb5b;
    opacity: 0;
  }
  .pop-buy .pop-buy-cont .buy-btn-box,
  .pop-price .pop-buy-cont .buy-btn-box {
    column-gap: 10px;
    flex-direction: row-reverse;
  }
  .pop-buy .pop-buy-cont .buy-btn,
  .pop-price .pop-buy-cont .buy-btn {
    width: 150px;
    font-size: 14px;
  }
  .pop-buy .pop-buy-cont .buy-close,
  .pop-price .pop-buy-cont .buy-close {
    width: 150px;
    font-size: 14px;
  }
  .wrap4 {
    margin-top: 54px;
    padding-bottom: 60px;
  }
  .wrap4 .wrap-tit {
    font-size: 28px;
  }
  .wrap4 .wrap-desc {
    margin: 30px auto 0;
    font-size: 16px;
  }
  .wrap4 .wrap-img {
    margin: -50px auto 0;
  }
  .wrap4 .btn-box .btn {
    border-radius: 10px;
    gap: 8px;
    font-size: 14px;
    width: 258px;
    height: 50px;
  }
  .wrap4 .btn-box .btn img {
    width: 18px;
    height: 18px;
  }
  .wrap3 {
    margin-top: 70px;
  }
  .wrap3::before {
    content: none;
  }
  .wrap3 .wrap-tit {
    margin-top: 0;
    font-size: 28px;
  }
  .wrap3 .faq_box {
    margin-top: 30px;
  }
  .wrap3 .faq_box .faq_item {
    padding: 20px;
  }
  .wrap3 .faq_box h3 {
    font-size: 16px;
  }
  .wrap3 .faq_box .faq-cont {
    font-size: 14px;
  }
  .wrap2 {
    margin-top: 54px;
    padding-bottom: 0;
  }
  .wrap2::after {
    content: none;
  }
  .wrap2 .wrap-tit {
    font-size: 28px;
  }
  .wrap2 .wrap-cont {
    margin-top: 30px;
    gap: 16px;
  }
  .wrap2 .wrap-cont .wrap-item {
    max-width: 340px;
    gap: 14px;
    padding: 24px 56px 20px 24px;
  }
  .wrap2 .wrap-cont .item-txt {
    font-size: 16px;
  }
  .wrap2 .wrap-cont .item-logo {
    width: 36px;
    height: 36px;
  }
  .wrap1 {
    margin-top: 42px;
  }
  .wrap1 .step-list {
    flex-direction: column;
  }
  .wrap1 .step-list .step-item {
    border-radius: 8px;
    border: 1px solid rgba(79, 79, 79, 0.25);
    background: rgba(39, 39, 39, 0.63);
  }
  .wrap1 .step-swiper {
    margin-top: 22px;
  }
  .wrap1 .step-swiper .swiper-slide:first-child {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wrap1 .step-swiper .swiper-slide:first-child img {
    width: 100%;
  }
  .header .container {
    height: 54px;
    position: relative;
  }
  .header .header-left img {
    width: 98px;
    height: 24px;
  }
  .header .header-right .header-arrow {
    display: block;
    transition: all 0.3s;
    transform: rotate(180deg);
  }
  .header .header-right .header-arrow.active {
    transform: rotate(0);
  }
  .header .header-right .header-menu {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    max-height: 0;
    flex-direction: column;
    gap: 0;
    background: #1a1e1c;
    overflow: hidden;
    visibility: hidden;
    transition: all 500ms;
  }
  .header .header-right .header-menu.active {
    visibility: visible;
    max-height: 200px;
  }
  .header .header-right .header-menu li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    padding-left: 46px;
    border-top: 1px solid #2f2f2f;
  }
  .header .header-right .header-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    font-size: 14px;
  }
  .pop-price .pop-buy-cont {
    padding: 14px 20px;
  }
  .pop-price .pop-buy-cont .buy-tit {
    padding-right: 100px;
    font-size: 18px;
    line-height: 1.1;
  }
}
