
*[data-v-105e852e] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body[data-v-105e852e] {
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  background: -webkit-linear-gradient(315deg, #667eea 0%, #764ba2 100%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
  color: #333;
  overflow: hidden;
  position: relative;
}
.version[data-v-105e852e] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 12px;
}
.container[data-v-105e852e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1920px;
  height: 1080px;
  margin: 0 auto;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-image: url('https://ke-meng.oss-cn-hangzhou.aliyuncs.com/target-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 0 0 310px;
  /* 自适应缩放 */
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(var(--scale-ratio, 1));
      -ms-transform: translate(-50%, -50%) scale(var(--scale-ratio, 1));
          transform: translate(-50%, -50%) scale(var(--scale-ratio, 1));
}
.sidebar[data-v-105e852e] {
  width: 510px;
}
.module-list[data-v-105e852e] {
  list-style: none;
  margin-top: 180px;
  height: 760px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.module-item[data-v-105e852e] {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  width: 384px;
  height: 116px;
  margin-bottom: 20px;
.default-img {
    width: 334px;
    height: 116px;
    line-height: 1;
    margin: 0;
}
.active-img {
    width: 384px;
    height: 116px;
    line-height: 1;
    margin: 0;
}
}
.main-content[data-v-105e852e] {
  width: 860px;
  height: 760px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 180px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
.content-header[data-v-105e852e] {
  margin-bottom: 30px;
}
.content-header h2[data-v-105e852e] {
  font-size: 32px;
  color: white;
  margin-bottom: 10px;
  border-bottom: 3px solid white;
  padding-bottom: 10px;
}
.content-body[data-v-105e852e] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-section[data-v-105e852e] {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
.content-section.active[data-v-105e852e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-body p[data-v-105e852e] {
  margin-bottom: 20px;
  padding: 10px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-size: 24px;
  color: white;
}
.input-section[data-v-105e852e] {
  background: #f8f9fa;
  padding: 20px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 2px solid #e9ecef;
}
.input-section h3[data-v-105e852e] {
  margin-bottom: 15px;
  color: #2c3e50;
  font-size: 26px;
}
.input-group[data-v-105e852e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group input[data-v-105e852e] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 15px;
  border: 2px solid #ddd;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
}
.input-group input[data-v-105e852e]:focus {
  outline: none;
  border-color: #3498db;
  -webkit-box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
          box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}
.btn[data-v-105e852e] {
  width: 100px;
  height: 50px;
  line-height: 50px;
  background: -webkit-linear-gradient(45deg, #3498db, #2980b9);
  background: linear-gradient(45deg, #3498db, #2980b9);
  color: white;
  border: none;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
          box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
  font-size: 22px;
}
.btn[data-v-105e852e]:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
          box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}
.btn.confirmed[data-v-105e852e] {
  background: -webkit-linear-gradient(45deg, #27ae60, #2ecc71);
  background: linear-gradient(45deg, #27ae60, #2ecc71);
}
.bold[data-v-105e852e] {
  font-weight: bold;
}
.plan-title[data-v-105e852e] {
  font-size: 30px;
}
.qrcode-mask[data-v-105e852e] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
.qrcode-mask[data-v-105e852e]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
}
.qrcode-modal[data-v-105e852e] {
  background: white;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  width: 600px;
  height: 750px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  position: relative;
  -webkit-animation: modalSlideIn-data-v-105e852e 0.3s ease-out;
          animation: modalSlideIn-data-v-105e852e 0.3s ease-out;
}
@-webkit-keyframes modalSlideIn-data-v-105e852e {
from {
    opacity: 0;
    -webkit-transform: translateY(-50px) scale(0.9);
            transform: translateY(-50px) scale(0.9);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
}
}
@keyframes modalSlideIn-data-v-105e852e {
from {
    opacity: 0;
    -webkit-transform: translateY(-50px) scale(0.9);
            transform: translateY(-50px) scale(0.9);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
}
}
.qrcode-wrapper[data-v-105e852e] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 40px;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.qrcode-tip[data-v-105e852e] {
  font-size: 30px;
  color: #333;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}
.final-input-mask[data-v-105e852e] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
.final-input-modal[data-v-105e852e] {
  background: -webkit-linear-gradient(315deg, #ffffff 0%, #f8f9fa 100%);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
          box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  -webkit-animation: modalSlideIn-data-v-105e852e 0.3s ease-out;
          animation: modalSlideIn-data-v-105e852e 0.3s ease-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.modal-header[data-v-105e852e] {
  text-align: center;
}
.header-icon[data-v-105e852e] {
  font-size: 48px;
  margin-bottom: 15px;
  -webkit-animation: bounce-data-v-105e852e 2s infinite;
          animation: bounce-data-v-105e852e 2s infinite;
}
@-webkit-keyframes bounce-data-v-105e852e {
0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}
}
@keyframes bounce-data-v-105e852e {
0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}
60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}
}
.modal-header h3[data-v-105e852e] {
  font-size: 32px;
  color: #2c3e50;
  font-weight: bold;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(45deg, #3498db, #2980b9);
  background: linear-gradient(45deg, #3498db, #2980b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.modal-header p[data-v-105e852e] {
  font-size: 16px;
  color: #7f8c8d;
  margin-top: 5px;
  line-height: 1.5;
}
.modal-body[data-v-105e852e] {
  width: 100%;
  margin-bottom: 30px;
}
.input-wrapper[data-v-105e852e] {
  position: relative;
  width: 100%;
}
.modal-body input[data-v-105e852e] {
  width: 100%;
  height: 60px;
  padding: 0 50px 0 20px;
  border: 2px solid #e1e8ed;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f8f9fa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2c3e50;
}
.modal-body input[data-v-105e852e]:focus {
  outline: none;
  border-color: #3498db;
  background: white;
  -webkit-box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
          box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.modal-body input[data-v-105e852e]::-webkit-input-placeholder {
  color: #95a5a6;
  font-weight: 400;
}
.modal-body input[data-v-105e852e]::-moz-placeholder {
  color: #95a5a6;
  font-weight: 400;
}
.modal-body input[data-v-105e852e]:-ms-input-placeholder {
  color: #95a5a6;
  font-weight: 400;
}
.modal-body input[data-v-105e852e]::-ms-input-placeholder {
  color: #95a5a6;
  font-weight: 400;
}
.modal-body input[data-v-105e852e]::placeholder {
  color: #95a5a6;
  font-weight: 400;
}
.input-icon[data-v-105e852e] {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  color: #7f8c8d;
  pointer-events: none;
}
.modal-footer[data-v-105e852e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.btn-cancel[data-v-105e852e],
.btn-confirm[data-v-105e852e] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 55px;
  border: none;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  font-size: 24px !important;
}
.btn-cancel[data-v-105e852e] {
  background: -webkit-linear-gradient(315deg, #ecf0f1 0%, #bdc3c7 100%);
  background: linear-gradient(135deg, #ecf0f1 0%, #bdc3c7 100%);
  color: #2c3e50;
  border: 2px solid #ecf0f1;
}
.btn-cancel[data-v-105e852e]:hover {
  background: -webkit-linear-gradient(315deg, #bdc3c7 0%, #95a5a6 100%);
  background: linear-gradient(135deg, #bdc3c7 0%, #95a5a6 100%);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(189, 195, 199, 0.3);
          box-shadow: 0 8px 20px rgba(189, 195, 199, 0.3);
}
.btn-confirm[data-v-105e852e] {
  background: -webkit-linear-gradient(315deg, #3498db 0%, #2980b9 100%);
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: white;
  border: 2px solid #3498db;
}
.btn-confirm[data-v-105e852e]:hover {
  background: -webkit-linear-gradient(315deg, #2980b9 0%, #1f5f8b 100%);
  background: linear-gradient(135deg, #2980b9 0%, #1f5f8b 100%);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
          box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
}
.btn-icon[data-v-105e852e] {
  font-size: 18px;
  font-weight: bold;
}
#qrcode2[data-v-105e852e] {
  width: 440px;
  height: 440px;
}
.back-btn[data-v-105e852e] {
    margin-top: 20px;
    height: 55px;
   width: 220px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    font-size: 24px !important;
    background: -webkit-linear-gradient(315deg, #3498db 0%, #2980b9 100%);
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border: 2px solid #3498db;
}

