
.i-info-more {
  font-size: 12px;
  display: flex;
  margin: 0 -10px;
  margin-bottom: 5px;
}

.i-info-more > div{
  padding: 0 10px;
}


.box-coupon {
  margin-bottom: 10px;
}
.coupon-info {
  padding: 5px 10px;
  min-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 10px;
}

.coupon-info .coupon-mess {
  line-height: 30px;
  margin-right: 70px;
}

.coupon-info .coupon-code {
  color: #ed1c24;
}

.coupon-mess a {
  position: absolute;
  right: 10px;
  color: #ed1c24;
}


/*box-process*/

.box-process {
  padding: 30px;
  position: relative;
  border: solid 1px  var(--web-color);
  background-color: #f0f0f0;
}

.process-content {
  text-align: center;
  padding: 50px 0;
}

.process-loading {}


/*box-finished*/

.box-finished {
  padding: 30px ;
  position: relative;
  border: solid 1px  var(--web-color);
  background-color: #f0f0f0;
}

.finished-content {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}

.box-finished .txt1 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.box-finished .txt2{
  font-size: 16px;
  line-height: 23px;
  max-width: 450px;
  margin: auto;
  margin-bottom: 10px;
}
.box-finished .code{
  margin-bottom: 25px;
}
.box-finished .txt3 strong, .box-finished .txt3 strong a{
  color: var(--web-color);
}

.box-finished .code .to {
  font-size: 20px;
  line-height: 30px;
  background: #fff;
  padding: 15px 37px;
  text-align: center;
  color: #202124;
}
.box-finished .code .co {
  background: var(--web-color);
  font-size: 40px;
  line-height: 50px;
  color: #ffff;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 10px;
}
.box-finished .code .co span{
  display: block;
  color:#fff;
  font-size: 15px;
  line-height: 22px;
}
.box-finished .txt3 p{
  padding:0;
}
.box-finished .txt3  p span{
  color:#d10000;
}

/*checkout-cancel*/

.box-shopping {
  padding: 30px ;
  position: relative;
  border: solid 1px  var(--web-color);
  background-color: #f0f0f0;
}
.shopping-content {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}


.checkout-cancel {
  text-align: center;
  padding: 20px;
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
}


.checkout_error  {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 10px 10px;
}

.box-error {
  text-align: center;

}
.hanging-icon.hanging-icon-error {
  stroke: #ff6d6d;
}
.payment-result {
  padding: 15px;
}


.payment-result  .pay-title {
  font-size: 18px;
  line-height: 24px ;
  margin-bottom: 20px;
  text-align: center;

}

.payment-result . .table-responsive {}

.payment-result .form-group  {
  margin-bottom: 10px;
  position: relative;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;

}
.payment-result .form-group::after {
  content: '';
  clear: both;
  display: table;
}

.payment-result .form-group  label  {
  font-weight: bold;
  width: 30%;
}