#solution-demonstration {
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
  background: #fff;
}
#solution-demonstration img {
  object-fit: contain;
}
#solution-demonstration .module-title {
  height: auto;
}
.solution-demonstration-content {
  width: 90rem;
  margin: auto;
}
.steps-container {
  margin-top: 4.5625rem;
}
#solution-demonstration .el-step__title.is-process {
  color: #000;
}
#solution-demonstration .el-step__title.is-success {
  color: #1875F0;
}
#solution-demonstration .el-step__head.is-success {
  color: #1875F0;
  border-color: #1875F0;
}
#solution-demonstration .el-step__icon-inner.is-status {
  color: #1875F0;
  font-size: 1.375rem;
}
#solution-demonstration .el-step__head.is-success .el-step__line {
  background: #1875F0;
}
#solution-demonstration .el-step__head.is-success .el-step__icon {
  background: #D9E6F7;
  border: 1px solid #63A6FF;
}
#solution-demonstration .el-step__head.is-process .el-step__icon {
  background: #1875F0;
  border-color: #1875F0;
  color: #fff;
}
#solution-demonstration .el-step__title.is-wait {
  color: #637287;
}
#solution-demonstration .el-step__icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #FFFFFF;
  color: #86909C;
  border-color: #DCDFE6;
}
.steps-content {
  margin-top: 6.25rem;
}
.pagckages {
  display: flex;
}
.package-item {
  position: relative;
  flex: 1;
  margin-right: 1.5rem;
  padding: 4.375rem 2rem 3.25rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #FFFFFFD8 0%, #FFFFFF 100%);
  border: 1px solid #BDE9F6;
  backdrop-filter: blur(30px);
  box-shadow: 0px 10px 40px 0px #0058C714;
}
.package-item:nth-child(2) {
  border: 1px solid #FF5353;
}

.package-item .top h3{
  color: #212937;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.package-item p,.package-item span {
  color: #525F79;
  font-size: 1rem;
  line-height: 1.25rem;
}
.package-item p{
  color: #637287;
  margin-top: 1.25rem;
  margin-bottom: 3.125rem;
}
.package-item:last-child {
  margin-right: 0;
}
.best,.recommend{
  position: absolute;
  top: 1.25rem;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 1.875rem;
}
.best {
  width: 7.8125rem;
  background-image: url('../images/pay/img_demonstration01.png');
}
.recommend {
  width: 6.5625rem;
  background-image: url('../images/pay/img_demonstration02.png');
}
.package-item .price {
  display: flex;
  align-items: center;
}
.package-item .price p{
  color: #1875F0;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3rem;
}
.package-item:nth-child(2) .price p{
  color: #FF5353;
}
.package-item .price span{
  color: #637287;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.package-item .details li {
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
}
.package-item .details li span {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 0.75rem;
}
.package-item .details li .include {
  background-image: url('../images/pay/img_demo_title01@2x.png');
}
.package-item .details li .exclude {
  background-image: url('../images/pay/img_demo_title02@2x.png');
}
.package-item .el-button {
  width: 100%;
}
.package-item .el-button span {
  color: #FFFFFF;
}
.btn-primary {
  border-radius: 6px;
  background: #1875F0;
}
.btn-other {
  border-radius: 6px;
  background: #FF5353;
}
.btn-primary.el-button:focus, .btn-primary.el-button:hover {
  background: #1875F0;
  border-color: #1875F0;;
}
.btn-other.el-button:focus, .btn-other.el-button:hover {
  background: #FF5353;
  border-color: #FF5353;;
}
#solution-demonstration .form {
  padding: 2.375rem 3.125rem 2.6875rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #FFFFFFD8 0%, #FFFFFF 100%);
  border: 1px solid #BDE9F6;
  box-shadow: 0px 10px 40px 0px #0058C714;
}
#solution-demonstration .form h3 {
  color: #000000;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0 0 2.0625rem;
}
.form-btn {
  display: flex;
  justify-content: space-between;
}
.form-btn .el-button {
  border-radius: 6px;
}
.form-btn .el-button span{
  font-size: 1rem;
  font-weight: bold;
  color: #1875F0;
}
.form-btn .form-btn-back {
  background: #FFFFFF;
  border: 1px solid #1875F0;
  
}
.form-btn .form-btn-next {
  background: linear-gradient(90deg, #0058C7 0%, #1875F0 100%);  
}
.form-btn .form-btn-next span {
  color: #fff;
}
#solution-demonstration .form .el-checkbox__input.is-checked+.el-checkbox__label {
  color: #637287;
}
.pay-item-top {
  color: #212937;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1.3125rem;
  border-left: 3px solid #1875F0;
  padding-left: 0.625rem;
}
.info-box {
  border-radius: 8px;
  background: #F7F7F7;
  padding: 1.5625rem 2.5rem 0px;
}
.box-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #D9D9D9;
}
.company-info {
  display: flex;
  
}
.box-top img {
  width: 2.875rem;
  height: 2.875rem;
  margin-right: 1.0625rem;
}
.company-info h4 {
  color: #212937;
  font-size: 1rem;
  line-height: 1rem;
  margin-top: 0;
}

.company-info p {
  color: #637287;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.order-info {
  font-size: 0.75rem;
  color: #637287;
}
.order-info span {
  color: #212937;
  margin-left: 1.25rem;
}
.order-info .time {
  margin-bottom: 0.75rem;
}
.box-bottom {
  display: flex;
}
.package-info ,.price-info{
  flex: 1;
  padding-top: 2.3125rem;
  padding-bottom: 0.6875rem;
}
.package-info {
  padding-right: 6.4375rem;
  border-right: 1px solid #D9D9D9;
}
.steps-container ul li {
  margin-bottom: 1.625rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.steps-container ul li label {
  color: #637287;
}
.steps-container ul li span {
  color: #212937;
}
.price-info {
  padding-left: 6.4375rem;
}
.pay-method {
  margin-top: 2.1875rem;
  margin-bottom: 5rem;
}
.pay-method-box img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.875rem;
}
.pay-method-box .el-radio__input.is-checked+.el-radio__label {
  color: #212937;
}
.pay-method-box .el-radio.is-bordered {
  padding: 1.3125rem 1.0625rem;
  height: inherit;
  width: 15rem;
}
.pay-method-box .el-radio__input.is-checked .el-radio__inner {
  border-color: #1875F0;
  background: #1875F0;
}
.pay-method-box .el-radio.is-bordered.is-checked {
  border-color: #1875F0;
}
.qrcode-box {
  display: flex;
  align-items: flex-end;
  margin-top: 3.75rem;
}
.qrcode-box #qrcode {
  width: 11.25rem;
  height: 11.25rem;
  margin-right: 1.25rem;
}
.qrcode-text {
  padding-bottom: 0.5rem;
}
.qrcode-box p {
  color: #212937;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1.25rem;
}
.qrcode-box i {
  font-style: normal;
  color: #FF001A;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.qrcode-box span, .qrcode-box span i {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.qrcode-box span {
  color: #637287;
  margin-bottom: 0.5rem;
}
.notice-info {
  color: #637287;
  font-size: 0.875rem;
  line-height: 0.875rem;  
  margin-top: 2.5rem;
}
.notice-info img {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.5rem;
}
.pay-success {
  padding: 2.1875rem 2.5325rem 3.125rem;
  border-radius: 16px;
  background: linear-gradient(180deg, #FFFFFFD8 0%, #FFFFFF 100%);
  border: 1px solid #BDE9F6;
  box-shadow: 0px 10px 40px 0px #0058C714;
}
.pay-status {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pay-status img {
  width: 4.875rem;
  height: 5rem;
}
.pay-status p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: #000000;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.pay-status span {
  color: #637287;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.order-details {
  margin-top: 3.625rem;
}
.details-info {
  border-radius: 8px;
  background: #F7F7F7;
  height: 12.5rem;
  display: flex;
  padding: 0 2.5rem;
}
.details-info-left.package-info ,.details-info-right.price-info {
  padding-top: 1.8125rem;
}
.steps-container .details-info ul li {
  margin-bottom: 2.8125rem;
}
.pay-btn {
  display: flex;
  justify-content: center;
  margin-top: 2.875rem;
  width: calc(100% - 1.25rem);
}
.pay-btn img {
  width: 1.25rem;
  height: 1.0625rem;
  margin-right: 0.625rem;
}
.pay-btn .dowload-btn {
  margin-right: 0.625rem;
}
.pay-btn .home-btn {
  margin-left: 0.625rem;
}