
.paymentShare .pain-left {
  height: 328px;
  display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


.paymentShare .pain-left .pain-left-item {
  position: relative;
  width: 352px;
  height: 114px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  padding: 24px;
  display: flex;
  align-items: center;
}

.paymentShare .pain-left .pain-left-item .triangle {
  width: 10px;
  height: 10px;
  border-top: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  background: #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  right: -6px;
  top: 46%;

}

.paymentShare .pain-right {
  height: 328px;
  display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}


.paymentShare .pain-right .pain-right-item {
  position: relative;
  width: 352px;
  height: 114px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  padding: 24px;
}

.paymentShare .pain-right .pain-right-item .triangle {
  width: 10px;
  height: 10px;
  border-top: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  background: #FFFFFF;
  transform: rotate(-135deg);
  position: absolute;
  left: -6px;
  top: 46%;
}

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

.paymentShare .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;
}

.paymentShare .program {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.paymentShare .program-item {
  width: 389px;
  height: 174px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  margin-bottom: 16px;
}

.paymentShare .item-left {
  margin-right: 20px;
}





