body.index_bg{
  font-family: SimHei;
  /* 原圖 bg.jpg 遺失 — 用深藍漸層代替 */
  background: linear-gradient(180deg, #0a1f3d 0%, #1e3a5f 40%, #0d1b34 100%) no-repeat center !important;
  background-attachment: fixed !important;
  min-height: 100vh;
  color: #fff;
}
.title_bg{
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  width: 300px;
  height: 30px;
  /* 原圖 title_bg.png 遺失 — 用金色漸層 */
  background: linear-gradient(90deg, transparent 0%, #c9a84c 20%, #f0d080 50%, #c9a84c 80%, transparent 100%);
  border-top: 1px solid rgba(201,168,76,0.4);
  border-bottom: 1px solid rgba(201,168,76,0.4);
}
.vipmain {
  width: 100%;
  height: auto;
  background: #d7d7d7 url("../img/m_bg.png") no-repeat center top;
  background-size: 100% auto;
  padding: 0 0.2rem 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.vipmain .vip-top {
  width: 100%;
  height: 1.8rem;
}
.vipmain .vip-top a {
  display: block;
  float: left;
  width: 2.12rem;
  height: 1.8rem;
  margin-right: 0.37rem;
}
.vipmain .vip-top a img {
  display: block;
  width: 100%;
  height: 100%;
}
.vipmain .vip-top a:last-child {
  margin-right: 0rem;
}
.vipmain .vip-center {
  width: 100%;
  height: auto;
  margin-top: 0.22rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.1rem;
  overflow: hidden;
}
.vipmain .vip-center h3 {
  font-size: 0.36rem;
  color: #292f31;
  margin-top: 0.53rem;
  text-align: center;
}
.vipmain .vip-center ul {
  width: 100%;
  height: auto;
  margin-top: 0.05rem;
  padding-left: 0.22rem;
  box-sizing: border-box;
}
.vipmain .vip-center ul li {
  width: 100%;
  height: 1.0rem;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.vipmain .vip-center ul li p {
  float: left;
  height: 1.0rem;
  font: 0.29rem/1rem PingFangSC-Regular, sans-serif;
  color: #30679e;
}
.vipmain .vip-center ul li p a{
  color: #30679e;
  display: block;
}
.vipmain .vip-center ul li span {
  position: absolute;
  top: 0.32rem;
  right: 0.34rem;
  display: block;
  height: 1.0rem;
  width: 0.2rem;
  height: 0.36rem;
  background: url("../img/m_icon.png") no-repeat;
  background-size: 100%;
}
.vipmain .online {
  width: 100%;
  height: 0.94rem;
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 0.2rem;
}
.vipmain .online a {
  display: block;
  width: 100%;
  height: 100%;
  font: 0.33rem/0.94rem PingFangSC-Regular, sans-serif;
  text-align: center;
  color: #30679e;
}
#box{
  display: none;
  width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
#box>div{top: 30%;
  width: 60%;
  text-align: center;
  background: #fff;
  border-radius: 0.2rem;
  position: fixed;
  left: 20%;
  box-shadow: 0 0 5px 0 rgba(5, 5, 5, 0.1);
}
#box a{
  position: relative;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #666;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: 0.3rem/0.94rem PingFangSC-Regular, sans-serif;
}
  #box #close{    font: 0.3rem/0.94rem PingFangSC-Regular, sans-serif;}

.index_btn{
  /* 原圖 index_btn.png 遺失 — 用金色漸層按鈕 */
  background: linear-gradient(135deg, #8B6914 0%, #C9A84C 40%, #F0D080 50%, #C9A84C 60%, #8B6914 100%);
  width: 205px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.3);
  color: #1a1a1a !important;
  font-weight: 700;
  letter-spacing: 1px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.index_btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.3);
}
.index_btn a, .index_btn button{
  color: #1a1a1a !important;
}

