* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}
#zijin{
    padding-top: 100px;
    min-height: 600px;
}
#container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 150px;
  font-size: 16px;
}
#container .buy-vip-wrap {
  width: 1020px;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
#container .buy-vip-wrap .vip-up .item-box,
#container .buy-vip-wrap .vip-up .item-box2 {
  display: flex;
  margin-bottom: 15px;
}
#container .buy-vip-wrap .vip-up .item-box {
  align-items: center;
}
#container .buy-vip-wrap .vip-up .item-name {
  font-size: 16px;
  color: #B0B0B0;
  line-height: 36px;
  min-width: 70px;
  margin-right: 25px;
}
#container .buy-vip-wrap .vip-up .vip-lv {
  color: #B0B0B0;
  line-height: 36px;
}
#container .buy-vip-wrap .vip-up .lv-box .lv-item {
  width: 180px;
  height: 48px;
  cursor: pointer;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  background: url(../img/price_bg.png) no-repeat left top;
  background-size: cover;
}
#container .buy-vip-wrap .vip-up .lv-box .lv-item:hover {
  background: url(../img/price_active_bg.png) no-repeat left top;
}
#container .buy-vip-wrap .vip-up .lv-box .lv-item.active {
  background: url(../img/price_active_bg.png) no-repeat left top;
}
#container .buy-vip-wrap .vip-up .lv-box .lv-item .lv-name {
  width: 90px;
  text-align: center;
  color: #929396;
}
#container .buy-vip-wrap .vip-up .lv-box .lv-item .price {
  width: 100%;
  text-align: center;
  color: #F06562;
  font-size: 25px;
}
#container .buy-vip-wrap .vip-up .alipay-icon {
  display: block;
  width: 90px;
  height: 30px;
}
#container .buy-vip-wrap .vip-up .price {
  font-size: 16px;
  color: #F06562;
}
#container .buy-vip-wrap .vip-up .info {
  color: #B0B0B0;
}
#container .buy-vip-wrap .vip-up .info a{
    color: #5282F0;
}
#container .buy-vip-wrap .vip-up .blue {
  color: #5282F0;
}
#container .buy-vip-wrap .img-bg {
  width: 450px;
  height: 300px;
}
#container .buy-vip-wrap .img-bg img {
  display: block;
  width: 100%;
  height: 100%;
}
#container #pay {
  width: 120px;
  height: 32px;
  background: #5282F0;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 32px;
}


.current-member {
  width: 100%;
  padding: 0 16px;
  height: 60px;
  background: #FFFBE6;
  border-radius: 4px;
  border: 1px solid #FFE58F;
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.current-member .vip-img {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 4px;
}
.current-member .blue {
  color: #5282F0;
  margin-right: 10px;
}
.current-member .gary {
  color: #666;
  margin-right: 10px;
}
.current-member .red {
  color: #FF0000;
}
.current-member .buy-vip {
  margin-left: 10px;
  font-size: 17px;
  color: #FF0000;
  
}
.current-member .buy-vip:hover{
    border-bottom: 1px solid #f00;
}
.current-member .buy-vip .Ticonfont {
  font-size: 18px;
  color: #FF0000;
  margin-right: 4px;
}


#server-table {
  background-color: #fff;
  color: #707070;
  font-size: 18px;
  width: 100%;
  border: 1px solid #E8E8E8;
  border-collapse: collapse;
}
#server-table td,
#server-table th {
  text-align: center;
  padding: 15px 0;
  border-right: 1px solid #EFEFEF;
}
#server-table td:nth-last-child(1),
#server-table th:nth-last-child(1) {
  color: #5282F0;
}
#server-table td:nth-last-child(2),
#server-table th:nth-last-child(2) {
  color: #5282F0;
  background: rgba(82, 130, 240, 0.1) !important;
}
#server-table td:nth-last-child(3),
#server-table th:nth-last-child(3) {
  color: #68BC58;
}
#server-table .t-head {
  background-color: #F3F5FD;
  color: #313133;
}
#server-table .t-head .head-title {
  font-size: 24px;
  line-height: 40px;
  color: #313133;
  display: flex;
  align-items: center;
  justify-content: center;
}
#server-table .t-head .head-title .vip-icon {
  width: 28px;
  height: 28px;
  margin-right: 3px;
}
#server-table .t-head .discount {
  font-size: 18px;
  line-height: 40px;
  color: #333;
}
#server-table .t-head .vip-price {
  font-size: 18px;
  color: #5282F0;
  font-weight: normal;
}
#server-table .t-head .info {
  font-weight: normal;
  font-size: 18px;
  color: #909194;
}
#server-table .t-head .info a {
  color: #5282F0;
  text-decoration: none;
  border-bottom: 1px solid #5282F0;
}
#server-table .t-body tr {
  background-color: #FCFDFC;
}
#server-table .t-body tr:nth-child(odd) {
  background-color: #F7F7F7;
}
#server-table .red {
  font-size: 18px;
  color: #F06562;
  font-weight: normal;
}
#server-table .blue {
  color: #5282F0 !important;
}
/**ä»¥ä¸‹æ˜¯åŽŸæœ‰æ ·å¼**/
center {
  width: 1200px;
  margin: 40px auto 0;
}
/*ä¸Šé¢tabåˆ‡æ¢*/
.daohang_list {
  display: flex;
}
.top .tit {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-right: 40px;
}
.top .daohang_list .list_item {
  display: inline-block;
  width: 120px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 34px;
  margin-right: 16px;
}
.top .daohang_list .list_item:hover,
.top .daohang_list .list_item.on {
  background: #456cf0;
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #456cf0;
}
