* {
  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: 0 20px;
 justify-content: space-between;
 align-items: center;
 display: flex;
  font-size: 16px;
  
}
/*#container .illustration {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}*/
#container .illustration img {
    width: 688px;
}
#container .buy-vip-wrap {
  width: 346px;
  display: flex;
  justify-content: space-between;
}
#container .buy-vip-wrap .vip-up .item-box,
#container .buy-vip-wrap .vip-up .item-box2 {
  display: flex;
}
#container .buy-vip-wrap .vip-up .item-box:not(:last-child) {
  margin-bottom: 12px;
}
#container .buy-vip-wrap .vip-up .item-box2 {
  margin-bottom: 14px;
}
#container .buy-vip-wrap .vip-up .item-box {
  align-items: center;
}
#container .buy-vip-wrap .vip-up .item-name {
  font-size: 16px;
  color: #333;
  padding: 12px 0;
  line-height: 24px;
  min-width: 80px;
  margin-right: 10px;
}
#container .buy-vip-wrap .vip-up .vip-lv {
  color: #2d2d2d;
  line-height: 36px;
}
#container .buy-vip-wrap .vip-up .lv-box .lv-item {
  width: 160px;
  height: 48px;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  background: url(../img/price_bg.png) no-repeat left top;
  background-size: 100% 100%;
}
#container .buy-vip-wrap .vip-up .lv-box .lv-item:hover,
#container .buy-vip-wrap .vip-up .lv-box .lv-item.active {
  background: url(../img/price_active_bg.png) no-repeat left top;
  background-size: 100% 100%;
}
#container .buy-vip-wrap .vip-up .lv-box .lv-item .lv-name {
  width: 90px;
  text-align: center;
  color: #999999;
}
#container .buy-vip-wrap .vip-up .lv-box .lv-item .price {
  width: 100%;
  text-align: center;
  color: #FF0000;
  font-size: 24px;
}
#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: #FF0000;
}
#container .buy-vip-wrap .vip-up .info {
  color: #333;
}
#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: 40px;
  background: #3B7ADA;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}


.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: 1400px;
  margin: 40px auto;
}*/
/*ä¸Šé¢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: 60px;
  /* background: rgba(255, 255, 255, 1); */
  /* border: 1px solid rgba(187, 187, 187, 1); */
  /* border-radius: 4px; */
  font-size: 20px;
  color: #999999;
  text-align: center;
  line-height: 60px;
  margin-right: 60px;
}
.top .daohang_list .list_item:hover,
.top .daohang_list .list_item.on {
  /*background: #456cf0;*/
  /*border-radius: 4px;*/
  /*color: #ffffff;*/
  /*border: 1px solid #456cf0;*/
  color: #4987FB;
  border-bottom: 3px solid #4987FB;
}



.payBox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    width: 250px;
}
.payItem{
    width: 120px;
    height: 48px;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 11px 19px;
    font-size: 16px;
    color: #333;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.payImg{
    width: 24px;
    height: 24px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.activePay{
    border: 1px solid #FF0000!important;
    box-shadow: none !important;
}







