body {
  padding: 0px;
}
.under {
  position: relative;
  font-weight: 700;
  border-bottom: 1px dotted #000;
  text-align: center;
}
.discount {
  background: #ff4646;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 3px;
  color: #ffffff;
  white-space: nowrap;
}
.io {
  display: none;
  position: absolute;
  width: 240px;
  padding: 14px 20px;
  background: #333;
  border-radius: 8px 8px 8px 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  left: calc(50% - 120px);
  bottom: 28px;
  border-top-color: #333;
  z-index: 99;
}
.io::before {
  content: "";
  display: inline-block;
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 110px;
}
.under:hover .io {
  display: block;
}
.tip-box {
  position: relative;
  display: inline-block;
  line-height: 16px;
}
.tip-box i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/images/flash-2024/pic-note@2x.png) no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
}
.tip-box .text {
  z-index: 999;
  display: none;
  position: absolute;
  min-width: 240px;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -100%);
  background: #333;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
}
.tip-box .text::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #000 transparent transparent transparent;
}
.tip-box:hover .text {
  display: block;
}
.bnr {
  padding: 50px 0 80px;
  position: relative;
  background: url(/assets/images/upgrade-2024/AV-upgrade-banner-bg.svg) no-repeat top;
  text-align: center;
  background-size: cover;
}
.bnr .logo {
  position: absolute;
  left: 111px;
  top: 40px;
}
.bnr h1 {
  font-size: 40px;
  line-height: 62px;
}
.bnr h1 img {
  vertical-align: text-bottom;
}
.bnr .desc {
  font-size: 24px;
  line-height: 36px;
  margin-top: 5px;
}
.bnr .countdown {
  display: flex;
  align-items: center;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  position: relative;
  margin-top: 16px;
}
.bnr .countdown-x {
  display: inline-block;
}
.bnr .countdown > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  text-align: center;
  height: 52px;
}
.bnr .countdown > div > div {
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.bnr .countdown .d {
  display: none;
}
.bnr .countdown i {
  color: #000;
  font-size: 24px;
  font-style: normal;
  margin-top: -28px;
  text-align: center;
  font-weight: 700;
  padding: 0 8px;
}
.bnr .countdown i:nth-child(1) {
  display: none;
}
.bnr .countdown .h + i,
.bnr .countdown .min + i,
.bnr .countdown .s + i {
  display: inline-block;
}
.bnr .countdown span {
  width: 28px;
  height: 33px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 34px;
  background: #EAEAEA;
  border-radius: 4px;
}
.bnr .countdown p {
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  line-height: 24px;
}
.bnr .salebox3 {
  width: 1200px;
  background: linear-gradient(64deg, #E3EFFF 9%, #F5F7FF 50%, #EFF6FF 96%);
  border: 4px solid #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 25, 99, 0.15);
  border-radius: 32px;
  margin: 16px auto 80px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
}
.bnr .bnr-salebox-3 {
  display: flex;
  background: #FDFEFF;
  border-radius: 16px;
  align-items: center;
}
.bnr .bnr-salebox-3 h3 {
  font-size: 20px;
  line-height: 26px;
}
.bnr .bnr-salebox-3 .left {
  width: 500px;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  flex-direction: row;
}
.bnr .bnr-salebox-3 .left .name {
  text-align: center;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-top: 16px;
}
.bnr .bnr-salebox-3 .left .name h4 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
.bnr .bnr-salebox-3 .left .em-org {
  color: #FF5900;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
  background: rgba(255, 89, 0, 0.1);
  font-weight: bold;
  margin: 6px 0 20px;
  padding: 0 6px;
  height: 20px;
  display: inline-block;
}
.bnr .bnr-salebox-3 .left .em-org:lang(fr),
.bnr .bnr-salebox-3 .left .em-org:lang(de) {
  font-size: 12px;
}
.bnr .bnr-salebox-3 .left .img-x {
  width: 204px;
}
.bnr .bnr-salebox-3 .left .txt-x {
  text-align: left;
  width: 228px;
}
.bnr .bnr-salebox-3 .left .txt-x:lang(de) {
  width: 260px;
}
.bnr .bnr-salebox-3 .left .txt-x:lang(it) {
  width: 265px;
}
.bnr .bnr-salebox-3 .left .list {
  display: inline-block;
  text-align: left;
}
.bnr .bnr-salebox-3 .left .list:lang(jp) {
  width: 234px;
}
.bnr .bnr-salebox-3 .left .list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  line-height: 24px;
}
.bnr .bnr-salebox-3 .left .list li::before {
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/assets/images/flash-2024/pic-gou.png) no-repeat;
}
.bnr .bnr-salebox-3 .right {
  flex: 1;
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 16px 24px;
}
.bnr .bnr-salebox-3 .right .item {
  width: 33%;
  height: 288px;
  max-width: 100%;
  padding: 32px 10px;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #F2F3F3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bnr .bnr-salebox-3 .right del {
  font-size: 14px;
  text-decoration: line-through;
  line-height: 22px;
  color: #999999;
}
.bnr .bnr-salebox-3 .right del:lang(de),
.bnr .bnr-salebox-3 .right del:lang(pt),
.bnr .bnr-salebox-3 .right del:lang(es) {
  font-size: 12px;
}
.bnr .bnr-salebox-3 .right del:lang(jp),
.bnr .bnr-salebox-3 .right del:lang(fr),
.bnr .bnr-salebox-3 .right del:lang(it) {
  font-size: 11px;
}
.bnr .bnr-salebox-3 .right h4 {
  font-weight: 700;
}
.bnr .bnr-salebox-3 .btn {
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  min-width: 160px;
  line-height: 40px;
  padding: 0 18px;
  margin-top: 16px;
}
.bnr .bnr-salebox-3 .price {
  display: flex;
  align-items: last baseline;
  font-weight: 700;
}
.bnr .bnr-salebox-3 .price .sym {
  font-size: 24px;
}
.bnr .bnr-salebox-3 .price .num {
  font-size: 32px;
}
.bnr .bnr-salebox-3 .price .decimal {
  font-size: 24px;
}
.bnr .bnr-salebox-3 .ed-price {
  display: flex;
  align-items: last baseline;
  gap: 4px;
  margin-top: 20px;
  line-height: 1;
  justify-content: center;
}
.bnr .bnr-salebox-3 .ed-info {
  text-align: left;
}
.bnr .bnr-salebox-3 .ed-tip {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-align: center;
  margin-top: 6px;
}
.bnr .bnr-salebox-3 .discount {
  background: #ff4646;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  padding: 0 3px;
  color: #ffffff;
  white-space: nowrap;
}
.bnr-safe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.bnr-safe .it {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  gap: 16px;
}
[data-source] {
  display: none;
}
[data-source][data-source="A"],
[data-source][data-source="not-login"] {
  display: block;
}
@media screen and (max-width: 991px) {
  .bnr .logo {
    position: unset;
  }
  .bnr-salebox {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .bnr-salebox .item {
    width: 100%;
  }
  .bnr-salebox .item-ed {
    justify-content: center;
  }
  .bnr-safe {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
  }
  .bnr-salebox-2 {
    padding: 24px;
  }
  .bnr-salebox-2 .item .books-cnt {
    flex-direction: column;
  }
  [data-source="D"] .bnr-salebox-2 .item:nth-child(3),
  [data-source="D"] .bnr-salebox-2 .item:nth-child(2) {
    min-width: 100%;
  }
}
@media screen and (max-width: 476px) {
  .bnr-salebox .item {
    width: 100%;
  }
  .bnr-salebox .item-ed {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 24px 0;
  }
  .bnr-salebox .item-ed .buybox {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
}
.feature-logined .fea-r ul li {
  width: 100%;
}
[data-tab="it"].active {
  display: block;
}
[data-tab="it"] {
  display: none;
}
.take {
  background: #F8F9FA;
  color: #000;
  text-align: center;
  padding: 120px 0;
}
.take h2 {
  margin-bottom: 40px;
}
.take p.desc {
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 30px;
}
.take .tab-x {
  border-radius: 24px;
  overflow: hidden;
}
.take .tab-ls {
  display: flex;
  padding: 10px 10px 0;
  background: #1043d9;
}
.take .tab-btn {
  border-radius: 8px;
  width: 20%;
  padding: 13px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
.take .tab-btn.active {
  border-radius: 16px 16px 0 0;
  color: #2258f6;
  background: #fff;
  font-weight: 700;
}
.take .tab-btn.active::after,
.take .tab-btn.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: url(https://www.ubackup.com/resource/images/free-backup-software/wanwan.png) no-repeat;
}
.take .tab-btn.active::before {
  transform: rotate(-90deg);
  left: -8px;
}
.take .tab-btn.active::after {
  right: -8px;
}
.take .tab-cnt {
  color: #000;
  padding: 60px 40px;
  background: #fff;
}
.take .feature-ls {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.take .feature-ls .it {
  position: relative;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  border: 1px solid #e6e8e9;
  overflow: hidden;
  width: 270px;
  min-height: 200px;
}
.take .feature-ls .it:hover .front {
  opacity: 0;
  transform: rotateY(90deg);
}
.take .feature-ls .it:hover .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.take .feature-ls .feature-ls i {
  display: inline-block;
  width: 48px;
  height: 48px;
}
.take .feature-ls .front {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: 0.3s;
  transition: transform 400ms, opacity 400ms;
  transform: rotateY(0deg);
  z-index: 2;
}
.take .feature-ls .front .mark {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 8px;
  height: 18px;
  line-height: 16px;
  background: #ff5900;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 0 3px;
}
.take .feature-ls .front h5 {
  margin-top: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.take .feature-ls .front h5:lang(jp) {
  font-size: 17px;
}
.take .feature-ls .back {
  background: #fff;
  padding: 10px;
  opacity: 0;
  position: relative;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  transition: transform 400ms, opacity 400ms;
  transform: rotateY(120deg);
}
.take .feature-ls .back h6 {
  margin-bottom: 6px;
}
.take .feature-ls .back .p {
  font-size: 14px;
  line-height: 24px;
}
.take .feature-ls .a {
  color: #000;
}
.take .feature-ls .a:hover {
  text-decoration: underline !important;
}
.take .it .front i {
  width: 60px;
  height: 60px;
  position: relative;
  background-size: 100% 100% !important;
}
.take .it .front i.upgrade span {
  content: '';
  display: block;
  position: absolute;
  width: max-content;
  min-width: 60px;
  padding: 0 8px;
  line-height: 16px;
  font-size: 12px;
  height: 20px;
  left: 52px;
  bottom: 52px;
  border-radius: 8px 8px 8px 0px;
  opacity: 1;
  font-style: normal;
  padding: 2px 8px;
  color: #fff;
  background: #FF5900;
}
.take .it .front .ic-remote.ic-1 {
  background-image: url(/resource/images/professional/tab-remote-ic1.svg);
}
.take .it .front .ic-remote.ic-2 {
  background-image: url(/resource/images/professional/tab-remote-ic2.svg);
}
.take .it .front .ic-remote.ic-3 {
  background-image: url(/resource/images/professional/tab-remote-ic3.svg);
}
.take .it .front .ic-remote.ic-4 {
  background-image: url(/resource/images/professional/tab-remote-ic4.svg);
}
.take .it .front .ic-remote.ic-5 {
  background-image: url(/resource/images/professional/tab-remote-ic5.svg);
}
.take .it .front .ic-remote.ic-6 {
  background-image: url(/resource/images/professional/tab-remote-ic6.svg);
}
.take .it .front .ic-remote.ic-7 {
  background-image: url(/resource/images/professional/tab-remote-ic7.svg);
}
.take .it .front .ic-remote.ic-8 {
  background-image: url(/resource/images/professional/tab-remote-ic8.svg);
}
.take .it .front .ic-remote.ic-9 {
  background-image: url(/resource/images/professional/tab-remote-ic9.svg);
}
.take .it .front .ic-remote.ic-10 {
  background-image: url(/resource/images/professional/tab-remote-ic10.svg);
}
.take .it .front .ic-remote.ic-11 {
  background-image: url(/resource/images/professional/tab-remote-ic11.svg);
}
.take .it .front .ic-remote.ic-12 {
  background-image: url(/resource/images/professional/tab-remote-ic12.svg);
}
.take .it .front .ic-transfer.ic-1 {
  background-image: url(/resource/images/professional/tab-file-ic1.svg);
}
.take .it .front .ic-transfer.ic-2 {
  background-image: url(/resource/images/professional/tab-file-ic2.svg);
}
.take .it .front .ic-manage.ic-1 {
  background-image: url(/resource/images/professional/tab-manage-ic1.svg);
}
.take .it .front .ic-manage.ic-2 {
  background-image: url(/resource/images/professional/tab-manage-ic2.svg);
}
.take .it .front .ic-manage.ic-3 {
  background-image: url(/resource/images/professional/tab-manage-ic3.svg);
}
.take .it .front .ic-mobile.ic-1 {
  background-image: url(/resource/images/professional/tab-mobile-ic1.svg);
}
.take .it .front .ic-mobile.ic-2 {
  background-image: url(/resource/images/professional/tab-mobile-ic2.svg);
}
.take .it .front .ic-mobile.ic-3 {
  background-image: url(/resource/images/professional/tab-mobile-ic3.svg);
}
.take .it .front .ic-mobile.ic-4 {
  background-image: url(/resource/images/professional/tab-mobile-ic4.svg);
}
.take .it .front .ic-mobile.ic-5 {
  background-image: url(/resource/images/professional/tab-mobile-ic5.svg);
}
.take .it .front .ic-other.ic-1 {
  background-image: url(/resource/images/professional/tab-other-ic1.svg);
}
.take .it .front .ic-other.ic-2 {
  background-image: url(/resource/images/professional/tab-other-ic2.svg);
}
.take .it .front .ic-other.ic-3 {
  background-image: url(/resource/images/professional/tab-other-ic3.svg);
}
.take .it .front .ic-other.ic-4 {
  background-image: url(/resource/images/professional/tab-other-ic4.svg);
}
.take .it .front .ic-other.ic-5 {
  background-image: url(/resource/images/professional/tab-other-ic5.svg);
}
.take .it .front .ic-other.ic-6 {
  background-image: url(/resource/images/professional/tab-other-ic6.svg);
}
@media (max-width: 1300px) {
  .take .feature-ls {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .take {
    padding: 80px 0;
  }
  .take h2 {
    margin-bottom: 30px;
  }
  .take .feature-ls .it {
    width: calc(33.3% - 20px);
  }
}
@media (max-width: 768px) {
  .take .tab-cnt {
    padding: 30px 10px;
  }
  .take .tab-ls {
    flex-wrap: wrap;
    padding: 12px;
    justify-content: center;
  }
  .take .tab-btn {
    width: auto;
  }
  .take .tab-btn.active {
    border-radius: 8px;
  }
  .take .tab-btn.active::before,
  .take .tab-btn.active::after {
    content: unset;
  }
  .take .feature-ls {
    gap: 0;
  }
  .take .feature-ls .it {
    width: calc(50% - 10px);
    margin: 5px;
    zoom: 0.7;
  }
}
.have {
  padding: 120px 0;
  background: #f8f9fa;
}
.have-box {
  padding: 65px 0 80px 0;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 1;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/aomei-store2022/ub-store-bg-service.png) no-repeat;
  background-size: cover;
}
.have-box h2 {
  margin-bottom: 20px;
}
.have p.sub-des {
  text-align: center;
  font-size: 20px;
  margin: 40px auto;
  max-width: 850px;
}
.have a.mail {
  width: 269px;
  height: 64px;
  border-radius: 288px 288px 288px 288px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #2258f6;
  box-shadow: 0px 10px 20px 0px rgba(34, 88, 246, 0.4);
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.have a.mail::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/images/upgrade-2024/no-login/btn-arrow.svg) no-repeat;
  background-size: cover;
}
.have a.mail:hover::after {
  transition: all 0.3s;
  transform: translateX(5px);
}
@media screen and (max-width: 767px) {
  .have {
    padding: 40px 0;
    text-align: center;
  }
  .have-box {
    padding: 40px 15px;
    backdrop-filter: blur(3px);
  }
  .have-box::before {
    border-radius: 20px;
    background: #000;
  }
  .have p.sub-des {
    font-size: 12px;
  }
}
.faq {
  padding: 120px 0;
}
.faq .faq-mn {
  background: #f8f9fa;
  padding: 80px 40px;
  border-radius: 60px 20px 60px 20px;
  background: linear-gradient(135deg, transparent 33px, #f8f9fa 0) top left, linear-gradient(-45deg, transparent 33px, #f8f9fa 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.faq h2 {
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.faq .box {
  transition: 0.5s all;
  overflow: hidden;
  padding: 0 40px;
  border-radius: 40px 10px 40px 10px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, transparent 20px, #fff 0) top left, linear-gradient(-45deg, transparent 20px, #fff 0) bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
.faq .box:nth-last-child(1) {
  margin-bottom: 0px;
}
.faq .box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq .box h5 {
  margin-bottom: 0;
  padding: 30px 3% 30px 0;
  position: relative;
  color: #000;
  cursor: pointer;
}
.faq .box .tt-ic {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 4px;
  color: #000;
  position: relative;
  margin-right: 10px;
}
.faq .box .tt-ic::after,
.faq .box .tt-ic::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.faq .box .tt-ic::after,
.faq .box .tt-ic::before {
  left: 25%;
  top: calc(50% - 4.16%);
  width: 24px;
  height: 2px;
  background: #2258f6;
  transition: transform 0.5s, opacity 0.5s;
}
.faq .box .tt-ic::after {
  transform: rotate(270deg);
  opacity: 1;
}
.faq .box p {
  max-width: 880px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  padding-right: 20px;
  display: none;
}
.faq .box .link {
  color: #2258f6;
}
.faq .box.active {
  padding-bottom: 30px;
}
.faq .box.active h5 {
  color: #2258f6;
  padding-bottom: 30px;
}
.faq .box.active p {
  display: block;
}
.faq .box.active .tt-ic::after {
  opacity: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 476px) {
  .faq {
    padding: 40px 0 0;
  }
  .faq .container {
    padding: 0;
  }
  .faq .box,
  .faq .faq-mn {
    padding: 24px;
    clip-path: none;
    border-radius: 10px;
  }
  .faq .faq-mn {
    background-size: auto;
  }
  .faq .box .title {
    align-items: flex-start;
  }
  .faq .box.active h5 {
    padding-bottom: 17px;
  }
  .faq .box p {
    font-size: 12px;
  }
  .faq .box h5 {
    font-size: 14px;
    padding: 0 3% 0 0;
  }
  .faq .box .tt-ic {
    transform: scale(0.6);
  }
}
.footer {
  background: #091121;
  padding: 24px 0;
}
.footer .container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer p,
.footer a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
[lang="pt"] .bnr .bnr-salebox-3 .price .num,
[lang="fr"] .bnr .bnr-salebox-3 .price .num,
[lang="it"] .bnr .bnr-salebox-3 .price .num,
[lang="es"] .bnr .bnr-salebox-3 .price .num,
[lang="de"] .bnr .bnr-salebox-3 .price .num,
[lang="cn"] .bnr .bnr-salebox-3 .price .num,
[lang="pt"] .bnr-salebox .item .price .num,
[lang="fr"] .bnr-salebox .item .price .num,
[lang="it"] .bnr-salebox .item .price .num,
[lang="es"] .bnr-salebox .item .price .num,
[lang="de"] .bnr-salebox .item .price .num,
[lang="cn"] .bnr-salebox .item .price .num {
  font-size: 30px;
}
[lang="pt"] .bnr-salebox .item .price .sym,
[lang="fr"] .bnr-salebox .item .price .sym,
[lang="it"] .bnr-salebox .item .price .sym,
[lang="es"] .bnr-salebox .item .price .sym,
[lang="de"] .bnr-salebox .item .price .sym,
[lang="cn"] .bnr-salebox .item .price .sym {
  font-size: 14px;
}
[lang="tw"] .bnr .bnr-salebox-3 .price .num {
  font-size: 20px;
}
[lang="tw"] .bnr .bnr-salebox-3 .price .sym {
  font-size: 18px;
}
[lang="jp"] .bnr .bnr-salebox-3 .price .num {
  font-size: 26px;
  line-height: 1.8;
}
[lang="jp"] .bnr-salebox .item .price .num {
  font-size: 24px;
}
[lang="jp"] .bnr-salebox .item .price .sym {
  font-size: 12px;
}
.product-name {
  display: none;
}
[lang="fr"] .bnr .bnr-salebox-3 .price .sym,
[lang="it"] .bnr .bnr-salebox-3 .price .sym,
[lang="es"] .bnr .bnr-salebox-3 .price .sym,
[lang="de"] .bnr .bnr-salebox-3 .price .sym {
  margin-left: 3px;
}
