.valueAddedService .plan {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.valueAddedService .plan-item {
  width: 389px;
  height: 368px;
  background: #ffffff;
  border: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}

.valueAddedService .operation {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.valueAddedService .operation-item {
  width: 389px;
  height: 310px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.valueAddedService .operation-item .item-top {
  width: 389px;
  height: 145px;
  background: #0A6AFA;
  padding: 0 30px 60px;
  display: flex;
  align-items: center;
}

.valueAddedService .operation-item .item-bottom {
  width: 389px;
  height: 222px;
  background: #FFFFFF;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
}

.valueAddedService .operation-item .item-middle {
  width: 389px;
  height: 60px;
  background: linear-gradient(180deg, #8EBBFF 0%, #DBE9FF 40%, #FFFFFF 100%);
  box-shadow: inset 0px 2px 0px 0px #FFFFFF;
  border-radius: 8px;
  position: absolute;
  top: 0;
}

.valueAddedService .operation-item .item-bottom-content{
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 40px;
}

.valueAddedService .operation-item .item-bottom-content .content-item{
  display: flex;
  margin-bottom: 8px;
}

.valueAddedService .equipment {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.valueAddedService .equipment-item {
  width: 288px;
  height: 242px;
  background: #ffffff;
  border: 1px solid #EAEAEA;
  display: flex;
  flex-direction: column;
  align-items: center;
}
