* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: sans-serif;
}
.smb-presell1 {
  max-width: 100%;
}
a {
  color: rgb(34, 129, 201);
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: rgb(36, 83, 125);
  text-decoration: underline;
  font-weight: 700;
}
p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 2;
  color: rgb(38, 38, 38);
}
.smb-presell1 h1 {
  font-size: 40px;
  line-height: 63px;
  margin-bottom: 25px;
}
.smb-presell1 h2 {
  color: rgb(51, 51, 51);
  font-size: 34px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 35px;
  line-height: 1.3;
}
.smb-presell1 h3 {
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 1.3;
}
.smb-page-main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.smb-page-left {
  padding: 10px;
  max-width: 840px;
  margin: 0 auto;
  flex-grow: 1;
}
.smb-left-main {
  max-width: 100%;
}
.smb-left-main .smb-main-img {
  max-width: 100%;
  display: block;
  margin: 35px auto;
}
.advertisement {
  margin: 0;
  font-size: 13px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(0, 0, 0);
  padding: 4px 0;
}
.logo-bar {
  padding: 25px 0 15px 0;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(229, 229, 229);
  position: relative;
}
.logo-bar-heart {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logo-bar-box {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 66.6667%;
  max-width: 66.6667%;
}
.logo-bar-img {
  max-width: 100%;
  width: 140px;
  height: auto;
}
.smb-autor {
  display: flex;
  margin-bottom: 20px;
}
.smb-autor-img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 30px;
  margin-right: 10px !important;
  margin-left: 0 !important;
}
.smb-autor-content {
  text-align: left;
  border-left: 2px solid rgb(76, 76, 76);
  padding-left: 20px;
}
.smb-autor-name {
  color: rgb(76, 76, 76);
  font-size: 16px;
  display: block;
  font-weight: 700;
}
.smb-autor-date {
  font-size: 12px;
  font-weight: 400;
  color: rgb(145, 155, 163);
  margin-left: 10px;
  display: inline-block;
}
.smb-click-button {
  padding: 15px;
  margin: 20px auto;
  width: 90%;
  display: block;
  text-align: center;
  border-radius: 10px;
  background-color: rgb(0, 193, 72);
  box-shadow: rgb(0, 108, 40) 0px 3px 0px 0px;
}
.smb-click-button a {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 800;
}
.smb-click-button a:hover {
  color: rgb(255, 240, 0);
}
.smb-page-right {
  flex-grow: 1;
  padding: 10px;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
}
.smb-right-main {
  position: sticky;
  top: 120px;
  max-width: 100%;
  border: 1px solid rgb(237, 237, 237);
  border-radius: 15px;
}
.smb-right-product-text {
  margin: 0;
  padding: 10px 20px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: rgb(34, 34, 34);
  border-radius: 15px 15px 0 0;
}
.smb-right-content {
  max-width: 100%;
}
.smb-content-text {
  padding: 0 15px 10px 15px;
}
.smb-right-slogan-text {
  margin: 10px 0;
  font-size: 16px;
  color: rgb(51, 51, 51);
  text-align: center;
}
.smb-right-button {
  margin-top: 20px;
  display: block;
  padding: 15px;
  background-color: rgb(0, 193, 72);
  border-radius: 10px;
  text-align: center;
  box-shadow: rgb(0, 108, 40) 0px 3px 0px 0px;
}
.smb-right-button a {
  font-size: 14px;
  font-weight: 800;
  color: rgb(255, 255, 255);
}
.smb-right-button a:hover {
  color: rgb(255, 240, 0);
}
.smb-page-footer {
  max-width: 100%;
  background-color: rgb(0, 0, 0);
  padding: 10px;
  margin-top: 25px;
}
.smb-footer-main {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.smb-footer-main p {
  color: rgb(255, 255, 255);
  font-size: 15px;
  margin: 5px 0;
}
.smb-footer-main a {
  color: rgb(255, 255, 255);
  font-size: 15px;
}
.smb-button-bottom {
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 15px 15px 15px;
  position: fixed;
  z-index: 10;
  text-align: center;
  display: none;
}
.smb-mb-block {
  display: none;
}
.quote-px .quote-px-heart {
  max-width: 840px;
  margin: 0 auto;
}
.quote-px .quote-px-content {
  position: relative;
  margin: 25px auto;
  padding: 20px 30px 20px 55px;
  color: rgb(85, 85, 85);
  font-size: 18px;
  font-style: italic;
  line-height: 1.6;
  background-color: rgb(237, 237, 237);
}
.quote-px .quote-px-content-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: rgb(120, 192, 168);
}
.quote-px .quote-content-font {
  position: absolute;
  left: 10px;
  top: -10px;
  color: rgb(120, 192, 168);
  font-size: 80px;
}
.quote-px .quote-content-text {
  font-size: 18px;
  color: rgb(85, 85, 85);
  line-height: 1.6;
}
.quote-px .quote-content-name {
  display: block;
  margin-top: 20px;
  color: rgb(51, 51, 51);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.presell-comment-px .comment-module {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  background-color: rgb(217, 223, 236);
}
.presell-comment-px .comment-module-img {
  flex: 1;
  margin: 20px 25px;
}
.presell-comment-px .comment-product-img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.presell-comment-px .comment-module-content {
  flex: 2;
  margin: 20px;
}
.presell-comment-px .approve-module {
  display: flex;
  align-items: center;
}
.presell-comment-px .approve-module-img {
  max-width: 18px;
  margin-right: 5px;
}
.presell-comment-px .approve-user-name {
  font-size: 18px;
  font-weight: 700;
}
.presell-comment-px .approve-module-star-img {
  margin-left: 20px;
}
.presell-comment-px .user-comment-content {
  font-size: 18px;
  line-height: 2;
  color: rgb(38, 38, 38);
}
.smb-border-main {
  padding: 15px;
  border: 2px solid red;
}
.picture-enlarger {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.picture-enlarger:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.picture-enlarger img {
  transition: transform 0.5s ease;
}
.picture-enlarger:hover img {
  transform: scale(1.1);
}
#i58ec {
  width: 819px;
  height: auto;
  max-width: 100%;
}
#is8xab {
  color: red;
}
#ivodxj {
  color: red;
}
@media (max-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.8;
    color: rgb(51, 51, 51);
  }
  .smb-presell1 h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  .smb-presell1 h2 {
    font-size: 24px;
  }
  .smb-page-main {
    flex-direction: column;
  }
  .smb-page-right {
    max-width: 100%;
  }
  .smb-mb-block {
    display: block;
  }
  .presell-comment-px .comment-module {
    flex-direction: column;
  }
  .quote-px .quote-px-content {
    padding: 20px 30px 20px 55px;
  }
  #i58ec {
    width: auto;
    height: auto;
  }
  .logo-bar-box {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #i58ec {
    width: auto;
    height: auto;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.smb-main-img {
  display: block;
  margin: 20px auto;
}
.countdown {
  display: inline-flex;
  gap: 10px;
  background: #000;
  color: #fff;
  padding: 8px;
  border-radius: 12px;
}
.detection-ele-hidden {
  display: none;

}
#stickyTop {
  display: none;
}
.logo-bar-fixed {
  display: none;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(119, 119, 119, 0.28) 0px 3px 5px;
}
.fixed-img-module {
  float: left;
  width: calc(100% - 380px);
}
.fixed-btn-module {
  float: right;
  max-width: 380px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.fixed-btn {
  width: 320px;
  height: auto;
  background-image: linear-gradient(rgb(75, 206, 14), rgb(36, 103, 5));
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding-top: 18px;
  padding-right: 12px;
  padding-bottom: 18px;
  padding-left: 12px;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  z-index: 99999999;
  position: relative;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}