/* 全局样式 */
/* 定义字体 */
@font-face {
  font-family: "Poppins";
  src: url("../public/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../public/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../public/Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  background: #fff;
  font-family: "Poppins";
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins";
  background: #fff;
  color: #222;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus-visible {
  outline: none;
}
li {
  list-style: none;
}
.container {
  max-width: 1208px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 16px;
  }
}

body {
  font-family: "Poppins";
  background: #fff;
  color: #222;
  position: relative;
}
.sidebar-right {
  position: fixed;
  display: flex;
  flex-direction: column;
  bottom: 102px;
  right: 24px;
  z-index: 99999;
  gap: 6px;
}

.sidebar-right .wx-icon_hover {
  display: none;
}
.wx-block:hover .wx-icon {
  display: none;
}

.wx-block .wx-icon_hover {
  margin-bottom: 4px;
}
.wx-block:hover .wx-icon_hover {
  display: block;
}
.sidebar-right img {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.tg-r-hover {
  display: none;
}

.sidebar-right .block {
  position: relative;
  display: inline-block;
  height: 60px;
}
.sidebar-right .block:hover .tg-r-hover {
  display: block;
}
.sidebar-right .block:hover .tg-r {
  display: none;
}
.sidebar-right .tip1 {
  position: absolute;
  display: none;
  width: 180px;
  background: #fff;
  padding: 8px 12px;
  top: -50px;
  left: -120px;
  box-shadow: 0px 0px 5px 0px rgba(9, 44, 78, 0.1);
  border-radius: 18px;
  border: 1px solid #dfe6f3;
  color: #041e39ff;
  word-break: break-all;
  font-size: 14px;
  z-index: 100000;
}
.sidebar-right .block:hover .tip1,
.sidebar-right .tip:hover {
  display: inline-block;
}
.containerbox {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  width: 390px;
  height: 218px;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 2px 8px 0px rgba(223, 230, 243, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.mac-card {
  position: relative;
}
.hoverMac,
.hideMac {
  position: absolute;
  top: 18%;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease;
}
.pendant-left {
  position: relative;
}
.pendant-left button {
  background: #fc9801;
  box-shadow: 0px 3px 4px 0px rgba(233, 143, 7, 0.27);
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: #fff;
  padding: 4px 0;
  width: 110px;
  display: flex;
  justify-content: center;
  outline: none;
  font-size: 14px;
  cursor: pointer;
}
.hideMac {
  opacity: 0;
  pointer-events: none;
}
.mac-card:hover .hoverMac {
  opacity: 0;
  pointer-events: none;
}
.mac-card:hover .hideMac {
  opacity: 1;
  pointer-events: auto;
}
.iconbox {
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
}

.platform-name {
  font-size: 18px;
  font-weight: 600;
  color: #1a365d;
  margin: 0;
}
.free-modal-layout {
  display: flex;
  position: relative;
}
.free-modal-layout .free-modal-left {
  border-radius: 20px;
  background-size: 100% 100%;
  padding: 39px 30px 29px 38px;
}

.free-modal-layout .free-modal-left .title {
  font-size: 24px;
  font-weight: bold;
  color: #041e39;
}
.free-trial-modal__dialog .free-up {
  position: absolute;
  right: -40px;
  top: 16%;
  transform: translate(-13%, 0);
  z-index: 2;
}

.free-modal-layout .free-modal-left .price-box {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
}
.free-modal-left .price-box .origin {
  color: #fc9801;
  font-size: 43px;
  font-weight: bold;
}
.location-price {
  display: flex;
  align-items: center;
}
.popup-right {
  padding-top: 48px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: self-end;
  position: relative;
  right: -16px;
}
.popup-right .title {
  font-size: 24px;
}
.popup-right .title span {
  color: #008266;
}
.popup-right .asn-tag {
  padding-top: 16px;
  padding-bottom: 8px;
  z-index: 10;
}
.popup-right .asn-tag-zh {
  width: 179px !important;
  padding-top: 16px;
  padding-bottom: 8px;
  z-index: 10;
}
.ss-chat-wrapper {
  width: 60px !important;
  height: 60px !important;
}
._btn__out_4licl_149 {
  width: 60px !important;
  height: 60px !important;
}
.popup-right .down-price {
  display: flex;
  justify-content: right;
  align-items: center;
}
.popup-right .cdk-text {
  color: #008266;
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 18px;
}
.popup-right button {
  background-color: #041e39;
  color: white;
  padding: 11px 40px;
  border-radius: 8px;
  display: flex;
  width: 224px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 4px;
  margin-top: 18px;
  font-size: 16px;
}
.popup-right .down-price img {
  width: 22px;
  padding-right: 4px;
}
.location-price .underlint_price {
  font-size: 12px;
  color: #929ba5;
  text-decoration-line: line-through;
  margin-left: 6px;
  position: relative;
}
.location-price .underlint_price::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #dadcde;
  top: 3px;
  left: -3px;
}

.free-modal-left .price-box .first-tip {
  background: url("../images/home/first-btn.webp?v=1.0.27") no-repeat;
  background-size: 100%;
  color: white;
  font-size: 20px;
  padding: 6px 16px;
}
.free-modal-left .price-box .first-tip-en {
  background-color: #06b86c;
  border-radius: 50px;
  padding: 6px 16px;
  margin-top: 12px;
  color: white;
  font-size: 20px;
  text-align: center;
}
.free-modal-left .price-box .first-tip-en::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #06b86c;
  top: -8px;
  left: 26px;
}
.free-modal-left .order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.free-modal-left .order-list p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.free-modal-left .price-box .underline-price {
  color: #929ba5;
  font-size: 26px;
  position: relative;
  top: -28px;
  left: 10px;
  text-decoration-line: line-through;
}
.free-modal-left .option-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 2px;
}

.free-modal-left .qrcode-layout {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
}
.free-modal-left .qrcode-layout p {
  display: flex;
  align-items: center;
}

.theme-color {
  color: #fc9801;
}
.free-modal-left .now_feel {
  background-color: #041e39;
  color: white;
  justify-content: center;
  width: 224px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 4px;
  margin-top: 14px;
}
.free-modal-left .qrcode-layout p img {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
#free-trial-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#free-trial-modal[hidden] {
  display: none !important;
}
#free-trial-modal .free-trial-modal__mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
}
#free-trial-modal .free-trial-modal__dialog {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 720px);
  animation: freeTrialModalFadeIn 0.24s ease;
}
#free-trial-modal .free-trial-modal__close {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 2;
  border: none;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
}
#free-trial-modal .free-trial-modal__close1 {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 2;
  border: none;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
}
@keyframes freeTrialModalFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.free-modal-left .option-row .block {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
}
.version {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}
.namebox {
  color: #4f5c65;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
}
.wx-preview {
  position: absolute;
  left: -200px;
  top: -60px;
  display: none;
}
.wx-block:hover .wx-preview {
  display: block;
}
.wx-preview {
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(9, 44, 78, 0.1);
  border-radius: 10px;
  border: 1px solid #dfe6f3;
  width: 186px;
  padding: 12px 8px 8px 8px;
}
.wx-preview p {
  color: #041e39;
  font-size: 14px;
  text-align: center;
  margin: 0 20px;
}
.wx-preview p span {
  color: #fc9801;
}
.wx-preview .wx-qrcode {
  margin-top: 10px;
  width: 168px;
  height: 168px;
}
