<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
     seoåŽç®¡å¹¿å‘Šç»„ä»¶æ&nbsp;·å¼ä¸€
  */
.ad-type-one-section {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  width: 100% !important;
  height: auto;
  border-radius: 16px;
  min-height: 282px;
  background: linear-gradient(54deg, #3298F6 0%, #005FCE 100%);
}
.ad-type-one-section.light-theme {
  background: #E8F0FB;
}
.ad-type-one-section.dark-theme {
  background: #333333;
}
.ad-type-one-leftBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
}
.ad-type-one-leftBox .mitrade {
  display: inline-block;
  width: 133px;
  height: 27px;
}
.ad-type-one-title {
  line-height: 24px;
  font-size: 28px;
  font-weight: bold;
  margin-top: 19px;
  margin-bottom: 29px;
  color: #FFFFFF;
}
.ad-type-one-title.light-theme.font-larger {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.ad-type-one-title.light-theme {
  color: #333;
}
.ad-type-one-detail {
  flex-grow: 1;
  line-height: 20px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 12px;
  color: #FFFFFF;
}
.ad-type-one-detail.light-theme {
  color: #333;
}
.ad-type-one-detail.light-theme.font-larger {
  line-height: 23px;
  font-size: 19px;
  font-weight: 400;
  color: #333333;
}
.ad-type-one-inset {
  width: 259px;
  height: 226px;
}
.ad-type-one-button {
  border: none;
  outline: none;
  text-align: center;
  min-width: 188px;
  padding: 16px 22px 14px;
  background: #1D53FA;
  box-shadow: 3px 3px 3px 0px rgba(41, 41, 41, 0.22);
  opacity: 0.95;
  border-radius: 2px;
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
  transition: background 200ms ease-in;
}
.ad-type-one-button a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.ad-type-one-skin-section .ad-type-one-button a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.ad-type-one-section.dark-theme .ad-type-one-button {
  background: #0047ba;
}
.ad-type-one-button:hover {
  background: #194dec;
}
.ad-type-one-skin-section {
  background: linear-gradient(109deg, #05006aff, #2b20ffff);
  max-width: 814px;
}
.ad-type-one-skin-section .ad-type-one-leftBox {
  margin-right: -60px;
  width: 400px;
}
.ad-type-one-skin-section .ad-type-one-inset {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 500px;
  height: 250px;
}
.ad-type-one-skin-section .ad-type-one-button {
  background-color: #ef560a;
  border-radius: 10px;
}
.ad-type-one-skin-section .ad-type-one-button:hover {
  background-color: #ff5400;
}
.ad-type-one-skin-section .ad-type-one-detail {
  max-width: 340px;
  word-break: break-all !important;
}
.ad-type-one-skin-section .ad-type-one-title {
  word-break: break-all !important;
}
@media screen and (max-width: 768px) {
  .ad-type-one-section {
    flex-wrap: wrap;
    padding: 26px 29px 26px;
    height: auto;
    border-radius: 20px;
    min-height: 0;
    background: linear-gradient(54deg, #3298F6 0%, #005FCE 100%);
  }
  .ad-type-one-section .mitrade {
    padding-bottom: 15px;
  }
  .ad-type-one-section.light-theme {
    background: #E8F0FB;
  }
  .ad-type-one-leftBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }
  .ad-type-one-title,
  .ad-type-one-title.light-theme.font-larger {
    line-height: 29px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 23px;
    color: #FFF;
    font-size: 28px;
  }
  .ad-type-one-title.light-theme {
    color: #333;
  }
  .ad-type-one-detail,
  .ad-type-one-detail.light-theme.font-larger {
    line-height: normal;
    flex-grow: 1;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 31px;
    color: #FFF;
    font-size: 13px;
  }
  .ad-type-one-title.light-theme.font-larger,
  .ad-type-one-detail.light-theme.font-larger {
    color: #333;
  }
  .ad-type-one-detail.light-theme {
    color: #333;
  }
  .ad-type-one-inset {
    width: 230px;
    height: 201px;
    margin: 8px auto 0 !important;
  }
  .ad-type-one-button {
    box-sizing: border-box;
    border: none;
    outline: none;
    padding: 16px 22px 14px;
    background: #1D53FA;
    opacity: 0.95;
    border-radius: 2px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    min-width: 199px;
    box-shadow: 4px 3px 4px 0px rgba(41, 41, 41, 0.22);
    font-size: 18px;
    margin: 0 auto 8px auto;
  }
}
.ad-type-two-section {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  height: auto;
  min-height: 294px;
  background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-type-one-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.ad-type-two-section.blue-theme {
  background-image: unset;
  background: linear-gradient(223deg, #0047AF 0%, #003D95 100%);
}
.blue-deep-theme .ad-type-two-list-item::before,
.light-deep-theme .ad-type-two-list-item::before {
  display: none;
}
.blue-deep-theme {
  background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/blue-deep-theme-bg.png");
}
.blue-deep-theme .ad-type-two-list-item,
.blue-deep-theme .blue-deep {
  color: #ffff;
}
.blue-deep-theme .IconImg,
.light-deep-theme .IconImg {
  display: inline-block !important;
  width: 25px;
  height: 25px !important;
  vertical-align: middle;
  margin-right: 10px !important;
}
.blue-deep-theme .ad-type-two-icon,
.light-deep-theme .ad-type-two-icon {
  width: 106px;
  height: 96px;
}
.blue-deep-theme .ad-type-two-list-item,
.light-deep-theme .ad-type-two-list-item {
  line-height: 1.1 !important;
  word-break: break-all !important;
  margin-bottom: 10px;
}
.blue-deep-theme a {
  background-color: #fff !important;
  color: #01419fff !important;
  border-radius: 5px;
}
.light-deep-theme a {
  background: linear-gradient(180deg, #2c88ffff 0%, #1076f9ff 38%, #0042ecff 100%) !important;
  border-radius: 5px;
  color: #fff !important;
}
.blue-deep-theme a:hover {
  background-color: #fff !important;
}
.light-deep-theme a:hover {
  background: linear-gradient(180deg, #2c88ffff 0%, #1076f9ff 38%, #0042ecff 100%) !important;
}
.light-deep-theme {
  background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/light-deep-theme-bg.png");
}
.ad-type-two-section.dark-theme {
  background-image: unset;
  background: #000000;
}
.ad-type-two-leftBox {
  box-sizing: border-box;
  width: 49%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}
.ad-type-two-rightBox {
  box-sizing: border-box;
  width: 51%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  padding-right: 10px;
}
.ad-type-two-list-item {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 15px;
}
.ad-type-two-list-item.blue,
.ad-type-two-list-item.dark {
  color: #FFFFFF;
}
.ad-type-two-icon {
  width: 67px;
  height: 72px;
  margin: 22px 0 22px !important;
  border-radius: 0 !important;
}
.ad-type-two-icon.blue,
.ad-type-two-icon.dark {
  width: 105px;
  height: 95px;
}
.ad-type-two-detail {
  margin-bottom: 37px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
.ad-type-two-detail.blue,
.ad-type-two-detail.dark {
  color: #FFFFFF;
}
.ad-type-two-list-item::before {
  flex-shrink: 0;
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/check_icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}
.ad-type-two-list-item.blue::before {
  background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/check_icon_blue.png");
}
.ad-type-two-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.ad-type-two-button-wrapper a {
  display: block;
  width: 155px;
  height: 42px;
  line-height: 42px;
  background: #0076FF;
  box-shadow: 7px 0px 14px 2px rgba(143, 154, 174, 0.19);
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  transition: background 200ms ease-in;
}
.ad-type-two-button-wrapper a:hover {
  background: #194dec;
}
.ImgButton a {
  background: transparent !important;
  box-shadow: none !important;
}
.ImgButton a:hover {
  background: transparent !important;
}
.ad-type-two-btn-image {
  width: 161px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .ad-type-two-section {
    flex-wrap: wrap;
    padding: 0;
  }
  .ad-type-two-leftBox {
    width: 100%;
    padding: 29px 0 0;
  }
  .ad-type-two-icon {
    margin: 0 0 30px;
  }
  .ad-type-two-detail {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .ad-type-two-rightBox {
    width: 100%;
    padding: 28px 25px 22px;
  }
  .ad-type-two-button-wrapper {
    box-sizing: border-box;
    /*padding: 0 21px;*/
  }
  .ad-type-two-list-item::before {
    margin-right: 6px;
  }
  .ad-type-two-list-item {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.1;
  }
  .ad-type-two-button-wrapper a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: normal !important;
    padding: 10px 5px;
    font-size: 16px;
    height: auto !important;
    margin: 0 10px !important;
  }
  .ad-type-one-section-skin-mobile {
    text-align: center;
    background: linear-gradient(109deg, #05006aff, #2b20ffff);
  }
  .ad-type-one-section-skin-mobile .ad-type-one-inset {
    background-size: contain;
    width: 100%;
    max-width: 400px;
    /*min-width: 350px;*/
    height: 181px;
    margin: 8px auto 0 !important;
  }
  .ad-type-one-section-skin-mobile .ad-type-one-leftBox {
    width: 100% !important;
  }
  .ad-type-one-section-skin-mobile .ad-type-one-leftBox {
    margin: 0 auto;
  }
  .ad-type-one-section-skin-mobile .ad-type-one-detail {
    margin: 0 auto 15px;
    color: #fff !important;
  }
  .ad-type-one-section-skin-mobile .ad-type-one-button {
    margin: 0 auto;
    padding: 12px 12px 12px;
  }
  .ad-type-one-section-skin-mobile .ad-type-one-button a {
    color: #ffffff !important;
  }
  .ad-type-one-section-skin-mobile {
    padding: 17px 10px 17px 10px;
  }
  .ad-type-one-section-skin-mobile .ad-type-one-title {
    font-size: 22px;
    margin: 0 auto 15px;
  }
  .ad-type-one-section-skin-mobile .ad-type-one-skin-mobileBanner {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-type-one-skin-mobileBanner.png") !important;
  }
  .ad-type-one-section-skin-mobile .ad-type-one-skin-mobileBanner-apple {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-type-one-skin-mobileBanner-apple.png") !important;
  }
  .ad-type-one-section-skin-mobile .ad-type-one-skin-mobileBanner-google {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-type-one-skin-mobileBanner-google.png") !important;
  }
  .ad-type-one-section-skin-mobile .ad-type-one-skin-mobileBanner-index {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-type-one-skin-mobileBanner-index.png") !important;
  }
  .ad-type-one-section-skin-mobile .ad-type-one-skin-mobileBanner-fx {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-type-one-skin-mobileBanner-fx.png") !important;
  }
  .blue-deep-theme {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/blue-deep-theme-mobileBg.png");
  }
  .light-deep-theme {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/light-deep-theme-mobileBg1.png");
  }
  .blue-deep-theme .ad-type-two-detail,
  .light-deep-theme .ad-type-two-detail {
    display: none;
  }
}
/**
    æ³°è¯­ç»„ä»¶æ&nbsp;·å¼
 */
.ad-th-one-section,
.ad-th-two-section,
.ad-th-three-section,
.ad-th-four-section,
.ad-tw-one-section,
.ad-tw-three-section,
.ad-tw-five-section {
  box-sizing: border-box;
  padding: 15px 25px 15px;
  width: 814px !important;
  height: auto;
  border-radius: 16px;
  min-height: 250px;
  background-size: 814px 250px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  background-color: #1666fb;
  line-height: normal;
}
.ad-th-four-section {
  background-color: #fff;
  background-size: 100% 100%;
}
.ad-th-three-section {
  padding: 15px 25px 9px;
}
.ad-th-one-section .mitrade,
.ad-th-two-section .mitrade,
.ad-th-three-section .mitrade,
.ad-th-four-section .mitrade {
  display: inline-block !important;
  height: 23px !important;
  margin-bottom: 5px !important;
}
.ad-th-one-section .th-one-item {
  /*display: flex;*/
  font-size: 16px;
  margin-bottom: 5px;
  max-width: 440px;
  word-break: break-all !important;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.ad-th-two-section :nth-child(2) {
  font-size: 32px;
  font-weight: 700;
}
.ad-th-two-section .th-one-item,
.ad-th-three-section .th-one-item {
  max-width: 420px;
  word-break: break-all !important;
}
.ad-th-three-section .th-one-item {
  /*display: flex;*/
  font-size: 12px;
  text-align: left;
  line-height: 2;
  /*transform: scale(0.8);*/
  /*white-space: nowrap;*/
  /*transform-origin: 0;*/
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.ad-th-four-section .title {
  margin-top: 15px;
  margin-bottom: 0;
  text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
  max-width: 600px;
  font-size: 32px !important;
  word-break: break-all !important;
}
.ad-th-one-section .th-one-item .dago,
.ad-th-three-section .th-one-item .dago {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.ad-th-one-section .protocol,
.ad-th-three-section .protocol {
  display: none;
}
.ad-th-one-section .protocolPC,
.ad-th-two-section .protocol,
.ad-th-three-section .protocolPC {
  font-size: 12px;
  color: #ffffff80;
  /*transform: scale(0.6);*/
  /*transform-origin: 0;*/
  /*white-space: nowrap;*/
  zoom: 0.82;
}
.ad-th-one-section .protocolPC,
.ad-th-three-section .protocolPC {
  max-width: 864px;
  zoom: 0.52;
  margin-top: 20px;
}
.ad-th-two-section .protocol {
  word-break: break-all !important;
}
.ad-th-four-section .protocol,
.ad-th-two-section .protocol {
  color: #7d7d7dff;
  word-break: break-all !important;
  max-width: 600px;
  zoom: 0.82;
}
.ad-th-two-section .protocol {
  color: #ffffff80;
}
.ad-th-one-section .HeafBox,
.ad-th-three-section .HeafBox {
  margin-left: 20px;
  margin-top: 2px;
}
.ad-th-one-section .HeafBox a,
.ad-th-two-section .HeafBox a,
.ad-th-three-section .HeafBox a,
.ad-th-four-section .HeafBox a {
  display: inline-block;
  font-size: 20px;
  padding: 7px 25px;
  border: 1px solid #ffffffff;
  border-radius: 20px;
  background: #e96737ff;
  text-decoration: none;
  color: #fff !important;
  margin: 5px 0 5px 0;
  text-align: center;
  box-shadow: 3px 3px 3px 0 rgba(41, 41, 41, 0.22);
}
.ad-th-two-section .HeafBox a {
  margin-left: 0;
  margin-top: 18px;
  margin-bottom: 18px;
}
.ad-th-four-section .HeafBox a {
  margin: 15px 0 15px 0;
  /*background: #e96737ff;*/
  background: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-th/buttom-glod.png") no-repeat;
  background-size: 100%;
  background-position: center center;
  border-radius: 0;
  border: 0;
  padding: 20px 25px;
  box-shadow: none;
  color: #7a2500ff;
  font-weight: 700;
}
.ad-th-one-section .HeafBox a:hover,
.ad-th-two-section .HeafBox a.hover,
.ad-th-three-section .HeafBox a.hover {
  background: #e55f2d;
}
.ad-th-one-section .HeafBox a .arrow,
.ad-th-two-section .HeafBox a .arrow,
.ad-th-three-section .HeafBox a .arrow,
.ad-th-four-section .HeafBox a .arrow {
  display: inline-block;
  width: 8px;
  height: 8px !important;
  border: 2px solid #fff;
  border-left-style: none;
  border-bottom-style: none;
  transform: rotate(45deg);
}
.ad-th-four-section .HeafBox a .arrow {
  border: 2px solid #7a2500ff;
  border-left-style: none;
  border-bottom-style: none;
}
@media screen and (max-width: 768px) {
  .ad-th-one-section,
  .ad-th-two-section,
  .ad-th-three-section,
  .ad-th-four-section {
    width: 100% !important;
  }
  .ad-th-one-section .protocol,
  .ad-th-two-section .protocol,
  .ad-th-three-section .protocol {
    font-size: 12px;
    color: #ffffff80;
    display: block;
    text-align: center;
    /*white-space: nowrap;*/
    /*position: relative;*/
    /*left: 50%;*/
    /*transform: scale(0.7) translateX(-70%);*/
    zoom: 0.82;
    word-break: break-all !important;
  }
  .ad-th-one-section .protocol {
    zoom: 0.62;
    margin-top: 15px;
  }
  .ad-th-three-section {
    padding: 15px 15px 9px;
  }
  .ad-th-four-section .title {
    margin-top: 0;
    text-align: center;
  }
  .ad-th-one-section .protocolPC,
  .ad-th-three-section .protocolPC {
    display: none;
  }
  .ad-th-one-section,
  .ad-th-two-section,
  .ad-th-three-section {
    background-color: #1666fb;
  }
  .mobileBanner-hot {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-th/th-mobile-banner-hot.png") !important;
    background-size: 100% 100%;
    background-position: right;
  }
  .mobileBanner-goods {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-th/th-mobile-banner-goods.png") !important;
    background-size: 100% 100%;
    background-position: right;
  }
  .mobileBanner-index {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-th/th-mobile-banner-index.png") !important;
    background-size: 100% 100%;
    background-position: right;
  }
  .mobileBanner-stock {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-th/th-mobile-banner-stock.png") !important;
    background-size: 100% 100%;
    background-position: right;
  }
  .mobileBanner-foreign {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-th/th-mobile-banner-foreign.png") !important;
    background-size: 100% 100%;
    background-position: right;
  }
  .mobileBanner-encrypt {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-th/th-mobile-banner-encrypt.png") !important;
    background-size: 100% 100%;
    background-position: right;
  }
  .mobileBanner-gold {
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-th/th-mobile-banner-gold.png") !important;
    background-size: 100% 100%;
    background-position: right;
  }
  .ad-th-one-section .th-one-item,
  .ad-th-two-section .th-one-item {
    margin-left: 10px;
    max-width: none;
    word-break: break-all !important;
  }
  .ad-th-two-section .th-one-item,
  .ad-th-three-section .th-one-item,
  .ad-th-one-section .th-one-item {
    text-align: left;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .ad-th-three-section .th-one-item {
    text-align: left;
    zoom: 0.82;
    margin-top: 8px;
  }
  .ad-th-four-section .protocol {
    font-size: 12px;
    text-align: left;
    line-height: 2;
    /*transform: scale(0.8);*/
    zoom: 0.9;
    /*white-space: nowrap;*/
    /*transform-origin: 0;*/
    margin-left: 10px;
    margin-top: 15px;
    word-break: break-all !important;
  }
  .ad-th-two-section :nth-child(2) {
    font-size: 32px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .ad-th-four-section .protocol {
    text-align: center;
  }
  .ad-th-two-section .HeafBox a {
    margin-bottom: 10px;
  }
  .ad-th-four-section .HeafBox a {
    margin: 0;
  }
  .HeafBox {
    text-align: center;
  }
}
/**
ç¹ä½“ä¸­æ–‡ç»„ä»¶æ&nbsp;·å¼
 */
.ad-tw-one-section,
.ad-tw-three-section {
  background-color: #fff;
  display: flex;
  background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-tw/ad-tw-one-pcBg.png");
  padding: 0 25px;
  background-size: 100% 100%;
  background-position: unset;
}
.ad-tw-one-section img,
.ad-tw-three-section img {
  margin: revert;
}
.ad-tw-one-section .ad-tw-one-leftBox,
.ad-tw-three-section .ad-tw-one-leftBox,
.ad-tw-one-section .ad-tw-three-leftBox,
.ad-tw-three-section .ad-tw-three-leftBox {
  padding: 20px 0;
  flex: 1;
  max-width: 420px;
}
.ad-tw-one-section .ad-tw-one-leftBox .titleBox,
.ad-tw-three-section .ad-tw-one-leftBox .titleBox,
.ad-tw-one-section .ad-tw-three-leftBox .titleBox,
.ad-tw-three-section .ad-tw-three-leftBox .titleBox {
  padding: 10px 0;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 4px 6px #00000040;
}
.ad-tw-one-section .ad-tw-one-leftBox .titleBox span:nth-child(2),
.ad-tw-three-section .ad-tw-one-leftBox .titleBox span:nth-child(2),
.ad-tw-one-section .ad-tw-three-leftBox .titleBox span:nth-child(2),
.ad-tw-three-section .ad-tw-three-leftBox .titleBox span:nth-child(2) {
  color: #ffcb44;
}
.ad-tw-one-section .ad-tw-one-leftBox .logo,
.ad-tw-three-section .ad-tw-one-leftBox .logo,
.ad-tw-one-section .ad-tw-three-leftBox .logo,
.ad-tw-three-section .ad-tw-three-leftBox .logo {
  display: inline-block;
  width: 133px;
  height: 27px;
}
.ad-tw-one-section .ad-tw-one-leftBox .tw-one-item,
.ad-tw-three-section .ad-tw-one-leftBox .tw-one-item,
.ad-tw-one-section .ad-tw-three-leftBox .tw-one-item,
.ad-tw-three-section .ad-tw-three-leftBox .tw-one-item,
.ad-tw-one-section .ad-tw-one-leftBox .tw-three-item,
.ad-tw-three-section .ad-tw-one-leftBox .tw-three-item,
.ad-tw-one-section .ad-tw-three-leftBox .tw-three-item,
.ad-tw-three-section .ad-tw-three-leftBox .tw-three-item {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 0;
  color: #fff;
}
.ad-tw-one-section .ad-tw-one-leftBox .tw-one-item .successIco,
.ad-tw-three-section .ad-tw-one-leftBox .tw-one-item .successIco,
.ad-tw-one-section .ad-tw-three-leftBox .tw-one-item .successIco,
.ad-tw-three-section .ad-tw-three-leftBox .tw-one-item .successIco,
.ad-tw-one-section .ad-tw-one-leftBox .tw-three-item .successIco,
.ad-tw-three-section .ad-tw-one-leftBox .tw-three-item .successIco,
.ad-tw-one-section .ad-tw-three-leftBox .tw-three-item .successIco,
.ad-tw-three-section .ad-tw-three-leftBox .tw-three-item .successIco {
  position: relative;
  margin: 0 8px 0 0!important;
  width: 20px;
  height: 20px;
  border-radius: 16px;
  background: #34C759;
}
.ad-tw-one-section .ad-tw-one-leftBox .tw-one-item .successIco::before,
.ad-tw-three-section .ad-tw-one-leftBox .tw-one-item .successIco::before,
.ad-tw-one-section .ad-tw-three-leftBox .tw-one-item .successIco::before,
.ad-tw-three-section .ad-tw-three-leftBox .tw-one-item .successIco::before,
.ad-tw-one-section .ad-tw-one-leftBox .tw-three-item .successIco::before,
.ad-tw-three-section .ad-tw-one-leftBox .tw-three-item .successIco::before,
.ad-tw-one-section .ad-tw-three-leftBox .tw-three-item .successIco::before,
.ad-tw-three-section .ad-tw-three-leftBox .tw-three-item .successIco::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(136deg);
  width: 8px;
  height: 4px;
  border: 2px solid #fff;
  border-left-width: 0;
  border-bottom-width: 0;
}
.ad-tw-one-section .ad-tw-one-leftBox .ad-tw-one-button,
.ad-tw-three-section .ad-tw-one-leftBox .ad-tw-one-button,
.ad-tw-one-section .ad-tw-three-leftBox .ad-tw-one-button,
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-one-button,
.ad-tw-one-section .ad-tw-one-leftBox .ad-tw-three-button,
.ad-tw-three-section .ad-tw-one-leftBox .ad-tw-three-button,
.ad-tw-one-section .ad-tw-three-leftBox .ad-tw-three-button,
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-three-button {
  margin-top: 10px;
  width: 203px;
}
.ad-tw-one-section .ad-tw-one-leftBox .ad-tw-one-button a,
.ad-tw-three-section .ad-tw-one-leftBox .ad-tw-one-button a,
.ad-tw-one-section .ad-tw-three-leftBox .ad-tw-one-button a,
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-one-button a,
.ad-tw-one-section .ad-tw-one-leftBox .ad-tw-three-button a,
.ad-tw-three-section .ad-tw-one-leftBox .ad-tw-three-button a,
.ad-tw-one-section .ad-tw-three-leftBox .ad-tw-three-button a,
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-three-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 8px 22px;
  color: #964801 !important;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(180deg, #FEE384 0%, #F29D1E 100%);
  box-shadow: 0 -6px 9px 0 #fff4bbab inset;
  border-radius: 41px;
}
.ad-tw-one-section .ad-tw-one-leftBox .ad-tw-one-button a .right-ico,
.ad-tw-three-section .ad-tw-one-leftBox .ad-tw-one-button a .right-ico,
.ad-tw-one-section .ad-tw-three-leftBox .ad-tw-one-button a .right-ico,
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-one-button a .right-ico,
.ad-tw-one-section .ad-tw-one-leftBox .ad-tw-three-button a .right-ico,
.ad-tw-three-section .ad-tw-one-leftBox .ad-tw-three-button a .right-ico,
.ad-tw-one-section .ad-tw-three-leftBox .ad-tw-three-button a .right-ico,
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-three-button a .right-ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: revert;
}
.ad-tw-one-section .ad-tw-one-rightBox,
.ad-tw-three-section .ad-tw-one-rightBox,
.ad-tw-one-section .ad-tw-three-rightBox,
.ad-tw-three-section .ad-tw-three-rightBox {
  position: relative;
  width: 350px;
}
.ad-tw-one-section .ad-tw-one-rightBox .bannerBg,
.ad-tw-three-section .ad-tw-one-rightBox .bannerBg,
.ad-tw-one-section .ad-tw-three-rightBox .bannerBg,
.ad-tw-three-section .ad-tw-three-rightBox .bannerBg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
}
.ad-tw-two-section {
  background-color: #fff;
}
.ad-tw-two-section img {
  margin: revert;
}
.ad-tw-two-section .ad-tw-one-leftBox {
  padding: 20px 0 48px;
}
.ad-tw-two-section .ad-tw-one-leftBox .ad-tw-content {
  padding: 10px 0 20px;
}
.ad-tw-three-section {
  background-color: #fff;
  background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-tw/ad-tw-sinup-bg.png");
}
.ad-tw-three-section img {
  margin: revert;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content {
  display: flex;
  justify-content: space-between;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item {
  flex: 1;
  flex-direction: column;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item .tw-three-step {
  position: relative;
  text-align: center;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item .tw-three-step:before {
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  border-top: 1px dashed #fff;
  opacity: 0.7;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item .tw-three-step div {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  border-radius: 20px;
  color: #1531BF;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item .tw-three-title {
  margin-top: 16px;
  margin-bottom: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item .tw-three-content {
  color: #ffffffcc;
  font-size: 14px;
  align-items: stretch;
  line-height: 24px;
  text-align: center;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:first-child .tw-three-step,
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:first-child .tw-three-title,
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:first-child .tw-three-content {
  text-align: left;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:first-child .tw-three-content {
  padding-right: 30px;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:last-child .tw-three-step,
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:last-child .tw-three-title,
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:last-child .tw-three-content {
  text-align: right;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:last-child .tw-three-content {
  padding-left: 30px;
}
.ad-tw-three-section .ad-tw-three-leftBox .ad-tw-three-button {
  width: 100%;
}
.ad-tw-three-section .ad-tw-three-rightBox .bannerBg {
  left: 10px;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  width: 380px;
  height: 283px;
}
.ad-tw-four-section img {
  margin: revert;
}
.ad-tw-four-section .ad-tw-three-leftBox .ad-tw-content {
  margin: 20px 0;
}
.ad-tw-four-section .ad-tw-three-leftBox .ad-tw-content .tw-four-item {
  border-radius: 10px;
  background-color: #ffffff29;
  padding: 8px;
}
.ad-tw-four-section .ad-tw-three-leftBox .ad-tw-content .tw-four-item .tw-three-step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}
.ad-tw-four-section .ad-tw-three-leftBox .ad-tw-content .tw-four-item .tw-three-content {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #ffffffcc;
  line-height: 24px;
}
.ad-tw-four-section .ad-tw-three-leftBox .ad-tw-content .tw-four-item .tw-three-step div {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  border-radius: 20px;
  color: #1531BF;
}
.ad-tw-four-section .ad-tw-three-leftBox .ad-tw-content .tw-four-item:nth-child(2) {
  margin: 0 5px;
}
.ad-tw-five-section {
  background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-tw/ad-tw-activePc.png");
  background-size: 100% 100%;
  background-color: #fff;
}
.ad-tw-five-section .ad-tw-five-leftBox {
  max-width: 400px;
}
.ad-tw-five-section .logo {
  margin: revert!important;
  display: inline-block !important;
  width: 133px!important;
  height: 27px!important;
}
.ad-tw-five-section .titleBox {
  font-size: 26px;
  font-weight: 600;
  padding: 12px 0;
}
.ad-tw-five-section .titleBox .ad-tw-three-detail {
  color: #ffcb44;
}
.ad-tw-five-section .ad-tw-content {
  font-size: 20px;
  font-weight: 500;
}
.ad-tw-five-section .ad-tw-five-button {
  margin-top: 24px;
  max-width: 303px;
}
.ad-tw-five-section .ad-tw-five-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 8px 22px;
  color: #964801 !important;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(180deg, #FEE384 0%, #F29D1E 100%);
  box-shadow: 0 -6px 9px 0 #fff4bbab inset;
  border-radius: 41px;
}
.ad-tw-five-section .ad-tw-five-button a .right-ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: revert;
}
@media screen and (max-width: 768px) {
  .ad-tw-one-section,
  .ad-tw-three-section {
    position: relative;
    width: 100% !important;
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-tw/ad-tw-one-mBg.png");
    padding: 0 16px;
  }
  .ad-tw-one-section .ad-tw-one-leftBox,
  .ad-tw-three-section .ad-tw-one-leftBox {
    max-width: 100%;
  }
  .ad-tw-one-section .ad-tw-one-leftBox .titleBox,
  .ad-tw-three-section .ad-tw-one-leftBox .titleBox {
    font-size: 24px;
  }
  .ad-tw-one-section .ad-tw-one-leftBox .tw-one-item,
  .ad-tw-three-section .ad-tw-one-leftBox .tw-one-item {
    font-size: 14px;
  }
  .ad-tw-one-section .ad-tw-one-leftBox .ad-tw-one-button,
  .ad-tw-three-section .ad-tw-one-leftBox .ad-tw-one-button {
    width: 100%;
    text-align: center;
  }
  .ad-tw-one-section .ad-tw-one-leftBox .ad-tw-one-button a,
  .ad-tw-three-section .ad-tw-one-leftBox .ad-tw-one-button a {
    max-width: 326px;
  }
  .ad-tw-one-section .ad-tw-three-leftBox,
  .ad-tw-three-section .ad-tw-three-leftBox {
    max-width: 100%;
  }
  .ad-tw-one-section .ad-tw-three-leftBox .titleBox,
  .ad-tw-three-section .ad-tw-three-leftBox .titleBox {
    display: revert;
    text-align: center;
    font-size: 24px;
    padding: 15px 50px;
  }
  .ad-tw-one-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:first-child .tw-three-content,
  .ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:first-child .tw-three-content {
    padding-right: 15px;
  }
  .ad-tw-one-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:last-child .tw-three-content,
  .ad-tw-three-section .ad-tw-three-leftBox .ad-tw-content .tw-three-item:last-child .tw-three-content {
    padding-left: 15px;
  }
  .ad-tw-one-section:before,
  .ad-tw-three-section:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 20px;
    width: 58px;
    height: 57px;
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-tw/price.png");
    background-size: cover;
  }
  .ad-tw-one-rightBox,
  .ad-tw-three-rightBox {
    display: none;
  }
  .ad-tw-four-section {
    max-height: unset;
  }
  .ad-tw-four-section .ad-tw-three-leftBox .titleBox {
    padding: 15px 0;
  }
  .ad-tw-four-section .ad-tw-three-leftBox .ad-tw-content {
    flex-direction: column;
    margin-top: 0;
  }
  .ad-tw-four-section .ad-tw-three-leftBox .ad-tw-content .tw-four-item:nth-child(2) {
    margin: 8px 0 0;
  }
  .ad-tw-four-section .ad-tw-three-leftBox .ad-tw-content .tw-four-item {
    margin-top: 8px;
  }
  .ad-tw-five-section {
    width: 100% !important;
    background-image: url("https://resource.mistorebox.com/operation/seo-admin-pubilc/templates/assets/ad-tw/ad-tw-activeM.png");
  }
  .ad-tw-five-section .titleBox {
    text-align: center;
  }
  .ad-tw-five-section .ad-tw-content {
    font-size: 16px;
    text-align: center;
  }
  .ad-tw-five-section .ad-tw-five-button {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ad-tw-five-section .ad-tw-five-button a {
    min-width: 303px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=ad_component_style.css.map */</pre></body></html>