.page-order-success {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 100px;
}

.page-order-success * {
  box-sizing: border-box;
}



.order-success-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}



.order-succ-text-1 {
  margin: 20px 0 50px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.order-btn-groupds {
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-order-btn {
  margin-right: 20px;
  width: 170px;
  height: 40px;
  background: #174c97;
  color: #fff;
  font-size: 14px;
}

.order-succ-btn {
  width: 170px;
  height: 40px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #174c97;
  font-size: 14px;
  color: #174c97;
}





.shopcart-brumb {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.shopcart-brumb span,
.shopcart-brumb a {
  font-size: 14px;
  color: #6c757d;
  text-decoration: none;
  margin: 0 3px;
}
.shopcart-brumb .text-secondary svg {
  width: 13px;
  height: 13px;
  font-size: 14px;
  color: #6c757d;
  text-decoration: none;
}

.shopcart-home {
  width: 13px;
}