.flow {
  margin-bottom: 30px;
  margin-top: 30px;
}
.flow .item {
  float: left;
  width: 267px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background: #8BA9FC;
  text-align: center;
  position: relative;
}
.flow .item.on {
  background: #FF6B6B;
}
.flow .item.on + .last:before {
  border-left-color: #FF6B6B;
}
.flow .tri-item {
  float: left;
  width: 30px;
  height: 40px;
  position: relative;
}
.flow .tri-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid #FF6B6B;
  border-bottom: 20px solid transparent;
  background: transparent;
}
.flow .tri-item:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #FF6B6B;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #FF6B6B;
  background: transparent;
}
.flow .tri-item.last:after {
  border-top-color: #8BA9FC;
  border-bottom-color: #8BA9FC;
}
.flow .tri-item.last:before {
  border-left-color: #8BA9FC;
}
.ssl-buy {
  background: #f5f6fa;
  /* padding-bottom: 20px; */
}
.ssl-buy .banner {
  height: 200px;
  background: url("../../../img/ssl-bg5.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 55px;
}
.ssl-buy .banner h1 {
  font-size: 44px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 10px;
}
.ssl-buy .banner p {
  color: #fff;
  line-height: 40px;
  font-size: 20px;
}
.ssl-buy .info {
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
  padding-left: 39px;
}
.ssl-buy .info p {
  height: 12px;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  margin-top: 16px;
  margin-bottom: 18px;
}
.ssl-buy .info h3 {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  margin-top: 42px;
  margin-bottom: 39px;
  padding-left: 9px;
  border-left: 4px solid #f85252;
}
.ssl-buy .info label {
  color: #333;
}
.ssl-buy .info .el-form-item {
  margin-bottom: 12px;
}
.ssl-buy .info * {
  box-shadow: none !important;
}
.ssl-buy .info .info-price {
  color: #f85252;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
.ssl-buy .info .info-price b {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #f85252;
}
.ssl-buy .info .info-price i {
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.ssl-buy .pay {
  overflow: hidden;
  background: #fff;
  height: 370px;
  padding-left: 40px;
  padding-top: 40px;
  padding-right: 40px;
}
.ssl-buy .pay .order {
  width: 1120px;
  height: 100px;
  background: #F1F6FE;
  border: 1px solid #DFE3F1;
}
.ssl-buy .pay .order h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 14px;
  margin-top: 29px;
  margin-left: 20px;
}
.ssl-buy .pay .order > div {
  padding-top: 24px;
  width: 966px;
}
.ssl-buy .pay .order > div .el-row {
  /* margin-bottom: 12px; */
}
.ssl-buy .pay .order > div p {
  /* height: 14px; */
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.ssl-buy .pay .price-info {
  margin-top: 30px;
  /* margin-bottom: 60px; */
}
.ssl-buy .pay .price-info .label-left {
  line-height: 36px;
  font-size: 16px;
  color: #333;
}
.ssl-buy .pay .price-info .pay-right {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
  line-height: 21px;
  text-align: right;
}
.ssl-buy .pay .price-info .pay-right b {
  color: #f85252;
  font-size: 20px;
  font-weight: bold;
}
.ssl-buy .pay .price-info .pay-right i {
  font-size: 14px;
  color: #333;
}
.ssl-buy .pay .price-info .price-detail {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  margin-bottom: 30px;
  display: block;
}
.ssl-buy .pay .pay-btn-row {
  text-align: right;
}
.ssl-buy .pay .pay-btn-row p {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  margin-top: 13px;
  margin-right: 17px;
  color: #999;
  display: inline-block;
}
.ssl-buy .pay .pay-btn-row p i {
  color: #FF7733;
}
.ssl-buy .pay .pay-btn-row .el-button {
  width: 160px;
  height: 40px;
  background: #3c7ee5;
  border-radius: 2px;
}
