/** @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;
}
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 !important;
}
.container {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.pc-style {
  display: block;
}
.mb-style,
.hide {
  display: none;
}
.online-tool {
  padding: 58px 0 54px;
}
.online-tool h1 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.online-tool .online-desc {
  margin-top: 18px;
  color: #191919;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.online-tool .online-input {
  max-width: 806px;
  margin: 24px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.online-tool .online-input .url-container {
  flex: 1;
  order: 1;
  margin-right: 16px;
}
.online-tool .online-input .online-btn {
  width: 180px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: transform 0.3s;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 131%;
  /* 18.34px */
  cursor: pointer;
  order: 2;
}
.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: 10px;
}
.online-tool .online-input .url {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #c5c5d0;
  background: #fff;
  box-sizing: border-box;
  outline: none;
  color: #525252;
  font-size: 14px;
  font-weight: 400;
  line-height: 131%;
  /* 18.34px */
}
.online-tool .online-input .url::placeholder {
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  line-height: 131%;
  /* 18.34px */
  font-family: Rubik;
}
.online-tool .online-input .online-info {
  max-width: 806px;
}
.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: #5b5b5b;
  font-size: 12px;
  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: 12px;
  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;
  gap: 6px;
  color: #64748b;
  font-size: 12px;
  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: #191919;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.online-tool .online-loading .loading-desc {
  color: #8d8d8d;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.online-tool .online-result {
  display: none;
}
.online-tool .online-result .result-top {
  display: flex;
  justify-content: end;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
}
.online-tool .online-result .result-txt {
  color: #707070;
  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: #707070;
  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: #5b5b5b;
  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 #d9d9d9;
}
.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: #fff;
}
.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: #3d3d3d;
  font-size: 14px;
}
.online-tool .online-result .col-artist {
  width: 20%;
  color: #727272;
  font-size: 14px;
}
.online-tool .online-result .col-album {
  width: 15%;
  color: #727272;
  font-size: 14px;
}
.online-tool .online-result .col-timer {
  width: 5%;
  color: #727272;
  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: #383838;
  color: #fff;
  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: rgba(74, 74, 74, 0.69);
  border-color: #d0d0d0;
  color: #fff;
  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: rgba(74, 74, 74, 0.89);
  color: #fff;
}
.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 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.pop-buy .pop-overlay,
.pop-more .pop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.13);
}
.pop-buy .pop-close,
.pop-more .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 {
  transform: translate(-50%, 0) rotate(180deg);
}
.pop-more .pop-more-cont {
  width: 800px;
  height: 531px;
  padding: 54px 46px 0;
  background: url('../../img/online-tools/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/online-tools/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/online-tools/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/online-tools/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/online-tools/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 #df7dff;
}
.pop-buy-cont .buy-card-item:nth-child(2)::before {
  content: '';
  position: absolute;
  right: -14px;
  top: -16px;
  width: 38px;
  height: 40px;
  background: url('../../img/online-tools/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, #bcff2b 0%, #f1ffd3 100%);
}
.pop-buy-cont .buy-item-plan {
  padding: 4px 0;
  border-radius: 16px 16px 0 0;
  background: #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 */
}
.online-product.mb-style {
  background: #fbfaff;
}
.online-product.mb-style.online-ymc {
  background: #fffafb;
}
.online-product.mb-style h1 {
  font-size: 24px;
  text-align: left;
}
.online-product.mb-style .online-desc {
  font-size: 14px;
  text-align: left;
}
.online-product.mb-style .online-info .info-default {
  display: none !important;
}
.online-smc {
  background: url('../../img/online-tools/smc-bg.png') no-repeat center / cover;
}
.online-smc .online-input .online-btn {
  font-family: Rubik;
  color: #000;
  background: linear-gradient(0deg, #1ed760 0%, #1ed760 100%), #1ed760;
}
.online-smc .online-input .online-btn:hover {
  background: linear-gradient(0deg, #2dea70 0%, #2dea70 100%), #2dea70;
}
.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/online-tools/online-down-left.png') no-repeat center / cover;
  background-size: 100% 100%;
}
.online-amc {
  background: url('../../img/online-tools/amc-bg.png') no-repeat center / cover;
}
.online-amc .online-input .online-btn {
  font-family: Rubik;
  color: #fff;
  background: #fa243c;
}
.online-amc .online-input .online-btn path {
  fill: #ffffff;
}
.online-amc .online-input .online-btn:hover {
  background: #fa243c;
  color: #fed3d8;
}
.online-amc .online-input .online-btn:hover path {
  fill: #fed3d8;
}
.online-amc .online-input .url:focus {
  border-color: #8c8c8c;
}
.online-amc .online-guide:hover {
  border: 1px solid #ffbec6;
  background: rgba(250, 36, 60, 0.1);
}
.online-amc .online-result .result-percentage,
.online-amc .online-result .result-pri {
  color: #d60017;
}
.online-amc .online-result .result-download-btn:hover,
.online-amc .online-result .result-download-btn.primary {
  background: #f01b32;
  color: #fff;
}
.online-amc .online-result .result-download-btn::before {
  color: #fff;
  background: url('../../img/online-tools/amc-down-left.png') no-repeat center / cover;
  background-size: 100% 100%;
}
.online-amc .online-loading {
  margin-top: 20px;
}
.online-amc .online-loading .loading-tit {
  margin-top: 0;
}
.online-ymc {
  background: url('../../img/online-tools/amc-bg.png') no-repeat center / cover;
}
.online-ymc .online-input .online-btn {
  font-family: Rubik;
  color: #fff;
  background: #fa243c;
}
.online-ymc .online-input .online-btn path {
  fill: #ffffff;
}
.online-ymc .online-input .online-btn:hover {
  background: #fa243c;
  color: #fed3d8;
}
.online-ymc .online-input .online-btn:hover path {
  fill: #fed3d8;
}
.online-ymc .online-input .url:focus {
  border-color: #8c8c8c;
}
.online-ymc .online-input .online-info .info-default {
  opacity: 0;
}
.online-ymc .online-guide:hover {
  border: 1px solid #ffbec6;
  background: rgba(250, 36, 60, 0.1);
}
.online-ymc .online-result .result-percentage,
.online-ymc .online-result .result-pri {
  color: #d60017;
}
.online-ymc .online-result .result-download-btn:hover,
.online-ymc .online-result .result-download-btn.primary {
  background: #f01b32;
  color: #fff;
}
.online-ymc .online-result .result-download-btn::before {
  color: #fff;
  background: url('../../img/online-tools/amc-down-left.png') no-repeat center / cover;
  background-size: 100% 100%;
}
.online-ymc .online-loading .loading-tit {
  margin-top: -30px;
}
.online-amz {
  background: url('../../img/online-tools/amz-bg.png') no-repeat center / cover;
}
.online-amz .online-input .online-btn {
  font-family: Rubik;
  color: #fff;
  background: #5e43ea;
}
.online-amz .online-input .online-btn path {
  fill: #ffffff;
}
.online-amz .online-input .online-btn:hover {
  background: #5e43ea;
  color: #dcd6fa;
}
.online-amz .online-input .online-btn:hover path {
  fill: #dcd6fa;
}
.online-amz .online-input .url:focus {
  border-color: #8c8c8c;
}
.online-amz .online-guide:hover {
  border: 1px solid #c9beff;
  background: rgba(94, 67, 234, 0.1);
}
.online-amz .online-result .result-percentage,
.online-amz .online-result .result-pri {
  color: #5e43ea;
}
.online-amz .online-result .result-download-btn:hover,
.online-amz .online-result .result-download-btn.primary {
  background: #5e43ea;
  color: #fff;
}
.online-amz .online-result .result-download-btn::before {
  color: #fff;
  background: url('../../img/online-tools/amz-down-left.png') no-repeat center / cover;
  background-size: 100% 100%;
}
.online-amz .online-loading {
  margin-top: 34px;
}
.online-amz .online-loading .loading-tit {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .online-tool h1 {
    font-size: 26px;
  }
  .online-tool .online-desc {
    font-size: 14px;
    margin-top: 16px;
  }
  .online-tool .online-guide {
    font-size: 12px;
  }
  .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;
  }
  .online-smc {
    background: #f3fdf8;
  }
  .online-amz .online-loading img {
    width: 50px;
    height: 50px;
  }
  .online-amz .online-loading .loading-tit {
    margin-top: 0;
  }
  .online-amc .online-loading {
    margin-top: 20px;
  }
  .online-amc .online-loading img {
    width: 50px;
    height: 50px;
  }
  .online-amc .online-loading .loading-tit {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .pc-style {
    display: none;
  }
  .mb-style {
    display: block;
  }
  .online-tool .online-input .url {
    height: 46px;
    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;
  }
  .online-tool .online-input .online-info {
    order: 2;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .online-tool .online-input .online-btn {
    margin-top: 4px;
    order: 3;
  }
  .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: 10px;
    background: #fff;
  }
  .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/online-tools/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/online-tools/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/online-tools/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 {
    width: 345px;
    height: 521px;
    padding: 20px;
    background: url('../../img/online-tools/buy-bg-mb.webp') no-repeat center / cover;
  }
  .pop-buy .pop-buy-cont .buy-card {
    flex-direction: column;
    row-gap: 12px;
    margin-top: 32px;
  }
  .pop-buy .pop-buy-cont .buy-card.pc-style {
    display: none;
  }
  .pop-buy .pop-buy-cont .buy-card.mb-style {
    display: flex;
  }
  .pop-buy .pop-buy-cont .buy-update {
    margin-top: 12px;
    font-size: 12px;
  }
  .pop-buy .pop-buy-cont .buy-list {
    flex-direction: column;
    row-gap: 10px;
  }
  .pop-buy .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 {
    content: '';
    background: url('../../img/online-tools/buy-item-yes.png') no-repeat center / cover;
    width: 14px;
    height: 14px;
    display: block;
  }
  .pop-buy .pop-buy-cont .buy-item-logo,
  .pop-buy .pop-buy-cont .buy-item-desc {
    display: none;
  }
  .pop-buy .pop-buy-cont .buy-item-tit {
    margin-top: 0;
    font-size: 12px;
  }
  .pop-buy .pop-buy-cont .buy-tit {
    font-size: 20px;
  }
  .pop-buy .pop-buy-cont .buy-desc {
    margin-top: 6px;
    font-size: 10px;
  }
  .pop-buy .pop-buy-cont .buy-txt {
    display: none;
  }
  .pop-buy .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 {
    display: none;
  }
  .pop-buy .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 {
    content: '';
    position: absolute;
    top: -6px;
    left: -12px;
    width: 22px;
    height: 20px;
    background: url('../../img/online-tools/buy-hot.png') no-repeat center / cover;
  }
  .pop-buy .pop-buy-cont .buy-card-item.active .buy-item-active {
    opacity: 1;
  }
  .pop-buy .pop-buy-cont .buy-card-item.active .buy-item-choose {
    border-color: #d042ff;
  }
  .pop-buy .pop-buy-cont .buy-item-plan {
    background: none;
    padding: 0;
    font-size: 14px;
  }
  .pop-buy .pop-buy-cont .buy-info-top {
    display: flex;
    align-items: center;
    column-gap: 14px;
  }
  .pop-buy .pop-buy-cont .buy-item-txt {
    margin-top: 0;
    font-size: 9px;
  }
  .pop-buy .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 {
    margin-top: 0;
    font-size: 20px;
  }
  .pop-buy .pop-buy-cont .buy-item-tax {
    margin-top: 0;
    font-size: 7px;
  }
  .pop-buy .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 {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d042ff;
    opacity: 0;
  }
  .pop-buy .pop-buy-cont .buy-btn-box {
    column-gap: 10px;
    flex-direction: row-reverse;
  }
  .pop-buy .pop-buy-cont .buy-btn {
    width: 150px;
    font-size: 14px;
  }
  .pop-buy .pop-buy-cont .buy-close {
    width: 150px;
    font-size: 14px;
  }
}
.online-tool:not(.mb-style) {
  display: block;
}