@charset "utf-8";
.header-topbar-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  background-color: #fff;
  z-index: 1000;
}
.header-topbar-top .header-topbar-list {
  height: 72px;
  display: flex;
  align-items: center;
}
.header-topbar-top .header-topbar-list .logo {
  flex-shrink: 0;
  margin-right: 70px;
  overflow: hidden;
}
.header-topbar-top .header-topbar-list .logo img {
  height: 40px;
  max-width: 310px;
}
.header-topbar-top .header-topbar-list .nav-list {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.header-topbar-top .header-topbar-list .nav-list a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #181E25;
  margin-left: 32px;
}
.header-topbar-top .header-topbar-list .nav-list a:first-child {
  margin-left: 0;
}
.header-topbar-top .header-topbar-list .nav-list a.active,
.header-topbar-top .header-topbar-list .nav-list a:hover {
  color: #FF4444;
}
.header-topbar-top .topbar-login-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  color: #181E25;
}
.header-topbar-top .topbar-login-right .login-list {
  display: flex;
  min-width: 128px;
  height: 40px;
  border-radius: 20px 20px 20px 20px;
  background: #f5f8ff;
  align-items: center;
}
.header-topbar-top .topbar-login-right .login-list .login-col {
  flex: 1 0;
  line-height: 40px;
  text-align: center;
  position: relative;
}
.header-topbar-top .topbar-login-right .login-list .login-col:hover {
  color: #FF4444;
}
.header-topbar-top .topbar-login-right .login-list .login-col::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  opacity: 0.1;
  background: #181e25;
}
.header-topbar-top .topbar-login-right .login-list .login-col:last-child::after {
  display: none;
}
.header-topbar-top .topbar-login-right .console-wrap {
  margin-left: 20px;
  width: 144px;
  height: 40px;
  border-radius: 20px;
  background: #f5f8ff;
  padding: 0 20px 0 50px;
  position: relative;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  color: #181E25;
  line-height: 40px;
}
.header-topbar-top .topbar-login-right .console-wrap .user-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px 20px 20px 20px;
  background: #bdc5d3;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
  color: #FFFFFF;
}
.header-topbar-top .mobile-menu-button {
  margin-left: 20px;
}
.header-topbar-top .mobile-menu {
  display: none;
}
.header-topbar-top .mobile-menu a:hover {
  color: #ff6666 !important;
}
.footer {
  background-color: #181E25;
  padding: 48px 0;
  color: #fff;
  font-size: 14px;
  line-height: 32px;
}
.footer .footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-flex .footer-contact {
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
}
.footer .footer-flex .footer-contact .footer-logo {
  height: 40px;
  margin-bottom: 32px;
}
.footer .footer-flex .footer-contact .info {
  opacity: 0.7;
}
.footer .footer-flex .footer-contact .qrcode-list-box {
  display: flex;
  margin-top: 56px;
}
.footer .footer-flex .footer-contact .qrcode-list-box .qrcode-col-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
}
.footer .footer-flex .footer-contact .qrcode-list-box .qrcode-col-box:last-child {
  margin-right: 0;
}
.footer .footer-flex .footer-contact .qrcode-list-box .qrcode-col-box img {
  width: 88px;
  height: 88px;
  border-radius: 8px;
}
.footer .footer-flex .footer-contact .qrcode-list-box .qrcode-col-box p {
  opacity: 0.7;
}
.footer .footer-flex .footer-links {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-flex .footer-links .links-item {
  font-size: 14px;
  line-height: 32px;
}
.footer .footer-flex .footer-links .links-item h4 {
  opacity: 0.7;
}
.footer .footer-flex .footer-links .links-item li {
  margin-bottom: 20px;
  min-width: 120px;
}
.footer .footer-flex .footer-links .links-item li:hover a {
  opacity: 1;
}
.footer .footer-flex .footer-links .links-item li a {
  display: block;
  opacity: 0.7;
}
.footer .footer-bottom {
  opacity: 0.7;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.auto-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.auto-container .section-title {
  text-align: center;
  margin: 0 auto 64px;
  color: #000;
}
.auto-container .section-title h2 {
  font-size: 40px;
  margin-bottom: 16px;
}
.auto-container .section-title p {
  opacity: 0.7;
  font-size: 16px;
}
.btn {
  display: block;
  width: 120px;
  padding: 0 16px !important;
  border-radius: 22px !important;
  line-height: 44px;
  height: 44px;
  font-size: 14px;
  border: 1px solid #FF4444;
}
.btn.btn-primary {
  background-color: #FF4444;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #E74041;
}
.btn.bg-white {
  background-color: #fff;
  color: #FF4444;
}
.btn.border-white {
  border-color: #ffffff;
  color: #fff;
}
.radius-14 {
  border-radius: 14px;
}
.radius-24 {
  border-radius: 24px !important;
}
.kaitong-btn {
  border-radius: 24px !important;
}
.kaitong-btn:hover {
  background-color: #FFF100 !important;
  color: #FF4444 !important;
}
.kaitong-border-btn {
  border-radius: 24px !important;
  background-color: #fff;
  color: #ff4040;
}
.kaitong-border-btn:hover {
  background-color: #FF4444 !important;
  color: #fff !important;
}
.text-primary {
  color: #FF4444 !important;
}
.text-primary:hover {
  color: #FF4444 !important;
}
.btn-outline {
  border-color: #FF4444 !important;
  color: #FF4444 !important;
}
.bg-primary {
  background-color: #FF4444 !important;
}
.border-primary {
  border-color: #FF4444 !important;
}
.bg-light {
  background-color: #F5F8FF !important;
}
.btn-primary {
  background-color: #FF4444 !important;
}
.btn-primary:hover {
  background-color: #E74041 !important;
}
.pointer {
  cursor: pointer;
}
.text-purple {
  color: #624AFF !important;
}
.bg-purple {
  background-color: #624AFF !important;
}
.hot-tag {
  right: -2px;
  top: 0;
  transform: translateY(-50%);
  min-width: 64px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  color: #000000;
  position: absolute;
  background-color: #FFED01;
  border-radius: 12px 12px 0 12px;
}
::-webkit-textarea-placeholder,
::-webkit-input-placeholder {
  color: gray !important;
}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: gray;
  opacity: 1;
}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: gray;
  opacity: 1;
}
/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: gray;
}
/********提示 start******/
.common_tips {
  position: fixed;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  color: #181E25;
  background-color: #fff;
  width: 320px;
  min-height: 56px;
  line-height: 24px;
  padding: 16px 64px;
  border-radius: 28px;
  z-index: 2000;
  display: none;
  background-position: 24px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url(../images/common-tips-success.png);
}
.tips_warn {
  background-position: 24px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url(../images/common-tips-error.png);
}
.tips_fail {
  background-position: 24px center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-image: url(../images/common-tips-error.png);
}
/********提示 end******/
/******登录弹窗 start******/
.login-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  font-size: 14px;
  display: none;
  /* 消息提示 */
}
.login-modal-overlay .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-modal-overlay .login-modal {
  width: 720px;
  background-color: white;
  background-image: url(../images/logiin-modal-bg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 320px 100%;
  border-radius: 12px;
  padding: 32px 40px 40px 360px;
  position: relative;
}
.login-modal-overlay .close-login {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  border: 2px solid #f5f7fa;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 0;
  right: -55px;
  background: white;
  backdrop-filter: blur(10px);
  transition: all 0.3s;
}
.login-modal-overlay .close-login:hover {
  background: white;
  border-color: #ff6b35;
  color: #ff6b35;
}
.login-modal-overlay .login-title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #181E25;
  line-height: 40px;
  margin-bottom: 20px;
}
.login-modal-overlay .login-tabs {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 32px;
}
.login-modal-overlay .login-tabs .login-tab {
  height: 48px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  color: #181E25;
  font-weight: 500;
  font-size: 16px;
  line-height: 48px;
  position: relative;
  transition: all 0.3s;
}
.login-modal-overlay .login-tabs .login-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  height: 2px;
  border-radius: 1px 1px 1px 1px;
  background: #181e25;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  display: none;
}
.login-modal-overlay .login-tabs .login-tab.active {
  color: #181E25;
  font-weight: bold;
}
.login-modal-overlay .login-tabs .login-tab.active::after {
  display: block;
}
.login-modal-overlay .login-form-wrap .login-form {
  display: none;
}
.login-modal-overlay .login-form-wrap .login-form:first-child {
  display: block;
}
.login-modal-overlay .form-container .form-item {
  position: relative;
  margin-bottom: 16px;
}
.login-modal-overlay .form-container .form-item:last-child {
  margin-bottom: 0;
}
.login-modal-overlay .country-code,
.login-modal-overlay .input-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  color: #6b7a99;
}
.login-modal-overlay .country-code div,
.login-modal-overlay .input-icon svg {
  margin-right: 8px;
}
.login-modal-overlay .login-input {
  width: 100%;
  height: 48px;
  font-size: 16px;
  border-radius: 24px;
  background: #f5f8ff;
  outline: none;
  border: 1px solid transparent;
  padding: 0 24px;
}
.login-modal-overlay .login-input.tel {
  padding-left: 55px;
}
.login-modal-overlay .login-input.sms-code {
  padding-right: 150px;
}
.login-modal-overlay .login-input:focus {
  outline: none;
  background-color: #fff;
  border-color: #ff6666;
  box-shadow: 0 0 0 3px rgba(255, 102, 102, 0.1);
}
.login-modal-overlay .get-code-btn {
  position: absolute;
  top: 50%;
  right: 24px;
  line-height: 48px;
  transform: translateY(-50%);
  color: #624AFF;
  border: none;
  border-radius: 18px;
  padding: 0;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.login-modal-overlay .get-code-btn.disabled {
  background: #cbd5e1;
  cursor: not-allowed;
}
.login-modal-overlay .error-box {
  height: 48px;
  line-height: 48px;
}
.login-modal-overlay .error-tips {
  font-size: 14px;
  color: #ff4040;
  display: none;
}
.login-modal-overlay .error-tips i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url(@/assets/images/error-icon-small.png) no-repeat center;
  margin-top: 16px;
  margin-right: 10px;
}
.login-modal-overlay .agreement-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}
.login-modal-overlay .agreement-section input[type=checkbox] {
  position: relative;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  outline: none;
  cursor: pointer;
  vertical-align: -3px;
  border: 1px solid #BDC5D3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-appearance: none;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}
.login-modal-overlay .agreement-section input[type=checkbox]:checked {
  background-color: #BDC5D3;
  outline: none;
}
.login-modal-overlay .agreement-section input[type=checkbox]:checked:before {
  left: 2px;
  top: 2px;
  width: 10px;
  height: 6px;
  content: '';
  color: #fff;
  position: absolute;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.login-modal-overlay .agreement-section label {
  color: #5b6e81;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.login-modal-overlay .dark-theme .agreement-checkbox {
  background: #1e293b;
  border-color: #475569;
}
.login-modal-overlay .agreement-checkbox.checked {
  background: #ff6b35;
  border-color: #ff6b35;
}
.login-modal-overlay .agreement-section span {
  color: #6b7a99;
  cursor: pointer;
  margin-right: 10px;
}
.login-modal-overlay .agreement-section a {
  color: #624AFF;
  text-decoration: none;
}
.login-modal-overlay .login-btn-container {
  margin-top: 40px;
}
.login-modal-overlay .login-btn-container .login-submit-btn {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  background: #FF4444;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.login-modal-overlay .login-btn-container .login-submit-btn:hover:not(:disabled) {
  background: #E74041;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}
.login-modal-overlay .login-btn-container .login-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.login-modal-overlay .social-login {
  padding: 0 35px;
  margin-top: 20px;
}
.login-modal-overlay .social-login-title {
  text-align: center;
  color: #6b7a99;
  font-size: 12px;
  margin-bottom: 10px;
}
.login-modal-overlay .social-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.login-modal-overlay .social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.login-modal-overlay .dark-theme .social-btn {
  background: #1e293b;
  border-color: #334155;
}
.login-modal-overlay .social-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.login-modal-overlay .social-btn.wechat:hover {
  border-color: #09bb07;
}
.login-modal-overlay .social-btn.github:hover {
  border-color: #333;
}
.login-modal-overlay .social-btn.qq:hover {
  border-color: #12b7f5;
}
.login-modal-overlay .alert-message {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: var(--secondary-color);
  color: white;
  font-weight: 500;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  animation: fadeIn 0.3s ease-out;
}
.login-modal-overlay .alert-message.info {
  background-color: var(--secondary-color);
}
.login-modal-overlay .alert-message.success {
  background-color: var(--success-color);
}
.login-modal-overlay .alert-message.error {
  background-color: var(--danger-color);
}
/******登录注册弹窗 end*****/
.modal-pay-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* 套餐规格美化样式 */
  /* 弹窗头部美化 */
}
.modal-pay-overlay.show {
  opacity: 1;
  visibility: visible;
}
.modal-pay-overlay .modal-content {
  background: white;
  border-radius: 16px;
  width: 95%;
  max-width: 400px;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateY(-20px);
  transition: all 0.3s ease;
}
.modal-pay-overlay .modal-overlay.show .modal-content {
  transform: translateY(0);
}
.modal-pay-overlay .pay-step {
  display: none;
}
.modal-pay-overlay .pay-step.active {
  display: block;
}
.modal-pay-overlay .select-btn {
  border: 2px solid #e5e7eb;
  cursor: pointer;
  border-radius: 10px;
}
.modal-pay-overlay .select-btn.active {
  border-color: #FF4444;
  background: rgba(255, 68, 68, 0.05);
}
.modal-pay-overlay .fa-check {
  color: #00c48c !important;
}
.modal-pay-overlay .spec-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.modal-pay-overlay .spec-label {
  font-size: 11px;
  color: #86909C;
  margin-bottom: 4px;
}
.modal-pay-overlay .spec-value {
  font-size: 14px;
  font-weight: 600;
  color: #1D2129;
}
.modal-pay-overlay .modal-header {
  border-bottom: 1px solid #F2F3F5;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-pay-overlay .modal-header .text-gray:hover {
  color: #ff6666;
}
.modal-pay-overlay .modal-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1D2129;
}
/******登录注册弹窗 start*****/
/******登录注册弹窗 end*****/
@media (max-width: 768px) {
  .common_tips {
    top: 80px;
  }
  .auto-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-topbar-top .header-topbar-list .nav-list {
    display: none;
  }
  .header-topbar-top .header-topbar-list .logo {
    margin-right: 20px;
    width: 130px;
  }
  .header-topbar-top .header-topbar-list .logo img {
    height: 34px;
  }
  .header-topbar-top .amobile-menu-button {
    display: block;
  }
  .footer .footer-flex .footer-links {
    display: block;
  }
  .footer .footer-flex .footer-links .links-item {
    margin-top: 40px;
  }
  .login-modal-overlay .login-modal {
    width: 340px;
    background-image: none;
    padding: 32px 20px;
  }
}
/********提示 start******/
.common_tips {
  position: fixed;
  left: 50%;
  top: 90px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 56px;
  line-height: 56px;
  color: #12CD66;
  background-color: #fff;
  padding: 0px 16px 0px 40px;
  border: 1px solid #12CD66;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  text-align: center;
  display: none;
  z-index: 9999;
}
.tips_warn {
  color: #F7BA2A;
  border: 1px solid #F7BA2A;
}
.tips_fail {
  color: #FF6666;
  border: 1px solid #FF6666;
}
.common_tips svg {
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
.common_tips span {
  font-size: 16px;
}
