@CHARSET "UTF-8";

.eweima {
  display: none;
}

.wechat {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  z-index: -1;
}
.wechat:hover .eweima {
  display: block;
}
.wechat .eweima {
  position: absolute;
  top:70px;
  padding: 1px;
  background: rgba(163, 163, 163, 0.8);
  width: 190px;
  height: 190px;
}
.wechat .eweima img {
  width: 190px;
  height: 190px;
  display: block;
}
.wechat .eweima small {
  padding-top: 1px;
  font-style: normal;
  font-style: 14px;
  text-align: center;
  color: #ff6600;
  display: block;
  text-align:center;

}



.eweima2 {
  display: none;
}

.wechat2 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  z-index: -1;
}
.wechat2:hover .eweima2 {
  display: block;
}
.wechat2 .eweima2 {
  position: absolute;
  top:70px;
  padding: 1px;
  background: rgba(163, 163, 163, 0.8);
  width: 190px;
  height: 190px;
}
.wechat2 .eweima2 img {
  width: 190px;
  height: 190px;
  display: block;
}
.wechat2 .eweima2 small {
  padding-top: 1px;
  font-style: normal;
  font-style: 14px;
  color: #ff6600;
  display: block;
  text-align:center;
}



.eweima3 {
  display: none;
}

.wechat3 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  z-index: -1;
}
.wechat3:hover .eweima3 {
  display: block;
}
.wechat3 .eweima3 {
  position: absolute;
  top:70px;
  padding: 1px;
  background: rgba(163, 163, 163, 0.8);
  width: 190px;
  height: 190px;
}
.wechat3 .eweima3 img {
  width: 190px;
  height: 190px;
  display: block;
}
.wechat3 .eweima3 small {
  padding-top: 1px;
  font-style: normal;
  font-style: 14px;
  color: #ff6600;
  display: block;
  text-align:center;
}



    body {
      background: #ffffff;
      color: #333;
      font-family: "Microsoft YaHei", sans-serif;
    }

    .nav-tabs .nav-link {
      font-size: 1.2rem;
      font-weight: bold;
      padding: 1rem;
      width: 100%;
      color: #fff;
      border: none;
      background: #00aaff;
      transition: background 0.3s ease, box-shadow 0.3s ease;
    }

    /* 基础会员（金色） */
    .tab-basic {
      background: linear-gradient(45deg, #FFD700, #FFB14E);
      color: #4a3c2e;
      box-shadow: 0 4px 15px rgba(255, 223, 0, 0.5);
    }
    /* 高级会员（紫色） */
    .tab-pro {
      background: linear-gradient(45deg, #9B4DCA, #6A2D92);
      color: #fff;
      box-shadow: 0 4px 15px rgba(155, 77, 202, 0.6);
    }
    /* 尊贵会员（褐色） */
    .tab-vip {
      background: linear-gradient(45deg, #8B4513, #D2691E);
      color: #fff;
      box-shadow: 0 4px 15px rgba(139, 69, 19, 0.6);
    }

    .nav-tabs .nav-link.active {
      background: #ff7f50;
      color: #fff;
      font-size: 1.4rem;
    }

    .tab-pane {
      padding: 30px;
      border-radius: 15px;
      margin-top: 20px;
      background: #f6f9fc;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    }

    .btn-orange {
      background: #ff7f50;
      border: none;
      border-radius: 30px;
      padding: 10px 30px;
      color: #fff;
      box-shadow: 0 0 10px #ff7f5080;
      transition: transform 0.2s ease;
    }

    .btn-orange:hover {
      transform: scale(1.05);
    }

    .account-box {
      background: #f0f4f8;
      border: 1px solid #00c6ff33;
      border-radius: 10px;
      padding: 15px;
      margin-top: 20px;
      color: #333;
    }

    .payment-tabs .nav-link {
      background: #d0ecff;
      color: #004466;
    }

    .payment-tabs .nav-link.active {
      background: #00aaff;
      color: #fff;
    }

    .vip-compare-table {
      width: 100%;
      margin-top: 30px;
      border-collapse: collapse;
      border-radius: 10px;
      overflow: hidden;
    }
    .vip-compare-table th,
    .vip-compare-table td {
      padding: 12px;
      text-align: center;
      border: 1px solid #ccddee;
      color: #333;
    }

    .vip-compare-table th {
      font-weight: bold;
      border-radius: 10px;
  background: linear-gradient(to right, #1e3a8a, #2563eb);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(30, 58, 138, 0.6);
    }

    .highlight-col {
      background-color: rgba(255, 127, 80, 0.15);
      font-weight: bold;
      color: #d94b00;
    }




.backb{
    background-Color:#c59c5a;
}
label{
    line-height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-right:15px;
    color: #777;
}
.radio_type{
    width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
}
.radio_type:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #7d7d7d;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:before{
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #c59c5a;
    background:#c59c5a;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
.radio_type:checked:after{
    content: '';
    width: 10px;
    height:5px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 10px !important; 8px;
    left:5px;
    vertical-align: middle;
    transform: rotate(-45deg);
}
.radio_type:checked+label{
    color: #c59c5a;
}

  <style>
    body {
      background: #f4f9ff;
      font-family: 'Segoe UI', sans-serif;
    }
    .title-bar-kt {
      background: linear-gradient(90deg, #007bff, #ff7f50);
      color: white;
      padding: 30px 20px;
      text-align: center;
      font-size: 1.8rem;
      font-weight: bold;
      border-radius: 12px;
    }
    .vip-card {
      border: 2px solid #007bff;
      border-radius: 15px;
      padding: 20px;
      background: #ffffff;
      box-shadow: 0 0 20px rgba(0,123,255,0.1);
      transition: 0.3s ease;
    }
    .vip-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0 30px rgba(0,123,255,0.15);
    }
    .btn-orange {
      background: linear-gradient(45deg, #ff7f50, #ff944d);
      border: none;
      color: white;
      border-radius: 25px;
      padding: 10px 25px;
      box-shadow: 0 0 10px rgba(255,127,80,0.4);
    }
    .btn-orange:hover {
      background: #ff6633;
    }
    .price {
      font-size: 1.5rem;
      font-weight: bold;
      color: #007bff;
    }

    .vip-card {
      border: 2px solid #dee2e6;
      border-radius: 15px;
      padding: 30px;
      background-color: #f9f9f9;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
      cursor: pointer;
    }
    .vip-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }
    .vip-card.selected {
      border-color: #007bff;
      box-shadow: 0 0 12px rgba(0, 123, 255, 0.6);
      background: #e6f3ff;
    }
    .vip-title {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 10px;
      color: #007bff;
    }
    .vip-price {
      font-size: 2rem;
      font-weight: bold;
      color: #ff7f50;
    }
    .tab-selector {
      margin-bottom: 1rem;
    }
    .tab-btn {
      border-radius: 30px;
      border: 2px solid #007bff;
      padding: 8px 20px;
      color: #007bff;
      background: #e9f4ff;
      margin-right: 10px;
      cursor: pointer;
      transition: all 0.3s;
      position: relative;
    }
    .tab-btn.active {
      background: linear-gradient(90deg, #007bff, #ff7f50);
      color: white;
      border-color: transparent;
      box-shadow: 0 0 10px rgba(0, 123, 255, 0.4);
    }
    .tab-btn.active::after {
      content: '\2713';
      position: absolute;
      right: -15px;
      top: -10px;
      background: #28a745;
      color: #fff;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
    }
    .payment-options {
      margin-top: 30px;
    }
    .payment-method-dy {
      display: inline-block;
      border: 2px solid #ccc;
      border-radius: 20px;
      padding: 10px 20px;
      margin: 5px;
      cursor: pointer;
      transition: all 0.3s;
      background: #f8f9fa;
    }
    .payment-method-dy.selected {
      border-color: #007bff;
      background: linear-gradient(90deg, #007bff, #ff7f50);
      color: white;
      font-weight: bold;
      box-shadow: 0 0 8px rgba(0,123,255,0.4);
    }
    .final-price {
      font-size: 1.5rem;
      font-weight: bold;
      margin-top: 20px;
      color: #ff7f50;
    }


.btn-pay-tech {
  background: linear-gradient(to right, #007bff, #1e40af);
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 12px 40px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(255, 127, 80, 0.6), 0 0 30px rgba(30, 64, 175, 0.4);
  transition: all 0.3s ease;
  float: right;
  margin-top: 20px;
}

.btn-pay-tech:hover {
  transform: scale(1.05);
  box-shadow: 0 0 35px rgba(255, 127, 80, 0.9), 0 0 40px rgba(30, 64, 175, 0.6);
}
.table thead {
  background: linear-gradient(to right, #1e3a8a, #2563eb);
  color: #ffffff;
  text-shadow: 0 0 6px rgba(255,255,255,0.3);
  box-shadow: 0 2px 8px rgba(30, 58, 138, 0.6);
}
.table thead th {
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
}

.vip-section-title {
  background: linear-gradient(135deg, #ff8a00, #ff5e00, #ff8a00);
  background-size: 200% 200%;
  animation: orangeGlow 6s ease infinite;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 94, 0, 0.4), inset 0 0 10px rgba(255, 136, 0, 0.5);
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}

@keyframes orangeGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
