.index_bg {
  font-family: SimHei;
  background: #000000; /* 黑色背景 */
}

.title_bg {
  color: black;
  font-size: 800px;
  line-height: 600px;
  width: 800px;
  height: 600px;
  background: #000000; /* 黑色背景 */
}

.vipmain {
  width: 100%;
  height: auto;
  background: #000000; /* 黑色背景 */
  padding: 0 0.2rem 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
.vipmain .vip-top {
  width: 100%;
  height: 3.6rem;
}
.vipmain .vip-top a {
  display: block;
  float: left;
  width: 2.12rem;
  height: 3.6rem;
  margin-right: 0.37rem;
}
.vipmain .vip-top a img {
  display: block;
  width: 100%;
  height: 200%;
}
.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") repeat;
  background-size: 100%;
}
.vipmain .online {
  width: 100%;
  height: 0.84rem;
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 0.1rem;
}
.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{
  background: url(../img/index_btn.png)repeat;
  width: 205px;
 
  
  line-height: 35px;
  
  cursor: pointer;
}
.copy_btn {
  border: none;
  background: none;
  font-size: inherit;
  margin-bottom: 5px;
}
.copy_btn {
display: block;
padding: 1px 1px;
border-radius: 5px;
overflow: hidden;

margin-bottom: 5px;
background: #0c0c0c;
transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
/* Firefox 4 */
-webkit-transition: all 0.2s ease-out;
/* Safari Chrome */
-o-transition: all 0.2s ease-out;
/* Opera */
}
.copy_btn:hover {
transform: translateY(-5px);
-ms-transform: translateY(-5px);
/* IE 9 */
-moz-transform: translateY(-5px);
/* Firefox */
-webkit-transform: translateY(-5px);
/* Safari  Chrome */
-o-transform: translateY(-5px);
/* Opera */
box-shadow: 4px 4px 10px rgba(204, 204, 204, 0.5);
-moz-box-shadow: 4px 4px 10px rgba(204, 204, 204, 0.5);
/* Firefox */
}

