.version_table {
  padding-bottom: 0;
  position: relative;
  padding-top: 185px;
}
.version_table table {
  border-collapse: collapse;
}
.version_table table.packageTableHead {
  height: 185px;
  width: 1200px;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
}
.version_table table tr {
  background-color: #fff;
}
.version_table table tr td,
.version_table table tr th {
  width: 182px;
  text-align: center;
  vertical-align: middle;
  cursor: default;
  border: none;
  padding: 0;
}
.version_table table tr td:nth-child(1),
.version_table table tr th:nth-child(1) {
  width: 296px;
  text-align: left;
  padding-left: 45px;
}
.version_table table tr td:nth-child(2),
.version_table table tr th:nth-child(2) {
  background: #FFFAF6;
}
.version_table table tr td:nth-child(3),
.version_table table tr th:nth-child(3) {
  background: #FFEDDA;
}
.version_table table tr td:nth-child(4),
.version_table table tr th:nth-child(4) {
  background: #FAE1C3;
}
.version_table table tr td:nth-child(5),
.version_table table tr th:nth-child(5) {
  background-color: #F8D8B2;
}
.version_table table tr td:nth-child(6),
.version_table table tr th:nth-child(6) {
  width: 176px;
}
.version_table table tbody tr td {
  padding-top: 18px;
  font-size: 13px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.version_table table tbody tr td.last_row {
  padding-bottom: 18px;
}
.version_table table tbody tr td.row_title {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #666666;
  font-weight: normal;
  padding-right: 36px;
}
.version_table table tbody tr td.text_light {
  font-family: MicrosoftYaHei;
  color: #333333;
  font-weight: normal;
}
.version_table table tbody tr td .iconfont {
  font-size: 20px;
  font-weight: normal;
}
.version_table table tbody tr td .iconfont.icon-qiye-yuangou {
  color: #25D95C;
}
.version_table table tbody tr td .iconfont.icon-remove {
  color: #FF3400;
}
.version_table table tbody tr td.block_title {
  height: 60px;
  font-size: 18px;
  padding-top: 0;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #000000;
  background-color: rgba(253, 242, 230, 0.6);
  position: relative;
}
.version_table table tbody tr td.block_title:after {
  position: absolute;
  content: '';
  left: 80px;
  bottom: 0;
  border: 8px solid transparent;
  border-top-color: #FDF2E6;
  transform: translate(0, 100%);
}
.version_table table tbody tr td .tip_hover {
  position: relative;
}
.version_table table tbody tr td .tip_hover:hover .iconfont {
  color: #333333;
}
.version_table table tbody tr td .tip_hover:hover .tip_content {
  display: block;
}
.version_table table tbody tr td .tip_hover .iconfont {
  color: #999999;
  font-size: 14px;
}
.version_table table tbody tr td .tip_hover .tip_content {
  position: absolute;
  right: 9px;
  bottom: 0;
  transform: translate(0, 100%);
  width: 330px;
  display: none;
}
.version_table table .table_title {
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #000000;
}
.version_table table .head_block {
  padding-top: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.version_table table .head_block.drak_block .title {
  margin-bottom: 52px;
}
.version_table table .head_block.drak_block .buy_btn {
  background: linear-gradient(90deg, #3D4368 0%, #3F3E56 100%);
  font-weight: normal;
}
.version_table table .head_block.drak_block .buy_btn:hover {
  opacity: 0.8;
  background: linear-gradient(90deg, #3D4368 0%, #3F3E56 100%);
}
.version_table table .head_block .title {
  margin-bottom: 11px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
}
.version_table table .head_block .price {
  margin-bottom: 20px;
}
.version_table table .head_block .price span {
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FF3400;
}
.version_table table .head_block .price i {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #000000;
}
.version_table table .head_block .price em {
  color: #FF3400;
}
.version_table table .head_block .buy_btn {
  width: 150px;
  height: 40px;
  background: linear-gradient(90deg, #FF8D5A 0%, #FF3400 100%);
  box-shadow: 0px 4px 10px 0px rgba(236, 196, 104, 0.12);
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  user-select: none;
  margin-bottom: 33px;
}
.version_table table .head_block .buy_btn:hover {
  background: linear-gradient(90deg, #FF3400 0%, #FF8D5A 100%);
}
