.data-desc-right .el-col {
  padding: 5px;
}
.serverProduct-wrapper .el-row .el-col {
  padding: 0px 10px;
}
.serverProduct-wrapper .el-row .el-col.active .serverProduct-item .item-header-wrapper {
  border-top-color: #FF9416;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item {
  min-height: 358px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 1px rgba(100, 98, 243, 0.1);
  border-radius: 4px;
  transition: all .2s linear;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  background-color: #ffffff;
  border-bottom: 1px;
  padding-top: 36px;
  padding-left: 25px;
  padding-right: 25px;
  border-top: 4px solid #6462F3;
  position: relative;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper .item-header-title {
  font-family: PingFang-SC-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 5px;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper .item-header-title.hasMoreArea {
  margin-bottom: 5px;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper .item-header-areaWrapper {
  align-items: center;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper .item-header-areaWrapper span {
  display: inline-block;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper .item-header-areaWrapper .area-text {
  font-size: 14px;
  color: #333333;
  margin-right: 13px;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper .item-header-areaWrapper .area-val {
  font-size: 14px;
  color: #6462f3;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper .item-header-areaWrapper .el-select-wrapper {
  width: 150px;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper .item-header-areaWrapper .el-select-wrapper /deep/ .el-input__inner {
  border: none;
  color: #6462f3;
  width: 80px;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper .item-header-areaWrapper .el-select-wrapper /deep/ .el-select .el-input .el-select__caret {
  color: #6462f3;
  line-height: 36px;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper .hot-label {
  position: absolute;
  right: 10px;
  top: -12px;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-header-wrapper .hot-label img {
  width: 40px;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-content-wrapper {
  padding-top: 30px;
  margin: 0 20px;
  border-top: 1px #eeeeee solid;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-content-wrapper li {
  margin-bottom: 29px;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-content-wrapper li .item-key {
  padding-left: 5px;
  width: 88px;
  height: 100%;
  border-right: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #777777;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-content-wrapper li .item-val {
  padding-left: 30px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-button-wrapper {
  padding-top: 24px;
  margin: 0 20px;
  border-top: 1px solid #efeffd;
  justify-content: space-between;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-button-wrapper .price-wrapper {
  font-size: 0px;
  position: relative;
  top: 3px;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-button-wrapper .price-wrapper span {
  display: inline-block;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-button-wrapper .price-wrapper .price-flag {
  font-size: 14px;
  color: #6462f3;
  font-weight: 600;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-button-wrapper .price-wrapper .price-init {
  font-size: 24px;
  color: #6462f3;
  font-weight: 600;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-button-wrapper .price-wrapper .price-point {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #6462f3;
  font-weight: 600;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-button-wrapper .price-wrapper .price-unit {
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
}
.serverProduct-wrapper .el-row .el-col .serverProduct-item .item-button-wrapper .buy-button {
  cursor: pointer;
  text-align: center;
  width: 72px;
  height: 30px;
  line-height: 30px;
  background-image: linear-gradient(90deg, #6462f3 0%, #6462f3 100%);
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
}
