input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.wrapper {
  max-width: 7.5rem;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.1rem 0.32rem;
  background-color: #fff;
}
.select-user {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10;
}
/* banner图 */
.wrapper .banner {
  width: 100%;
  height: 2.75rem;
  margin: auto;
  background: url("../images/banner.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.wrapper .banner .hide-text {
  position: absolute;
  right: 5px;
  bottom: 0;
  color: #747474;
  font-size: 12px;
  text-decoration: underline;
}

.back-btn {
  position: relative;
  left: 0.1rem;
  top: 0.1rem;
}
/* 角色编号搜索 */

.check-form {
  margin-top: 0.2rem;
}
.check-form .form-input {
  width: 100%;
}

/* 角色信息 */
.user-info {
  box-sizing: border-box;
  padding: 0.12rem 0.1rem;
  border: 1px solid #dcdfe6;
  margin-top: 0.3rem;
  border-radius: 4px;
}
.user-info .title {
  font-size: 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-info .user-info-item {
  margin-top: 0.1rem;
  font-size: 0.18rem;
}
.important-color {
  color: orange;
}
.mb-mini {
  margin-bottom: 0.1rem;
}
.ml-mini {
  margin-left: 0.1rem;
}
.exchange-record-btn {
  margin-left: 0.2rem;
  padding: 0;
}
/* 选择商品 */
.tab-btn-group {
  width: 100%;
  display: flex;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  overflow: hidden;
}
.tab-btn-item {
  flex: 1;
  text-align: center;
  padding: 3px 5px;
  z-index: 1;
}
.tab-btn-item + .tab-btn-item {
  border-right: 1px solid #dcdfe6;
}
.tab-btn-active {
  box-sizing: border-box;
  position: absolute;
  background: orange;
  z-index: 0;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  transition: all linear 0.2s;
}
.tab-btn-item.active {
  color: #fff;
}
.goods {
  width: 100%;
  margin-top: 0.3rem;
}
.goods .goods-top {
  width: 1.48rem;
  height: 0.38rem;
}
.goods .goods-top img {
  width: 100%;
  height: 100%;
  float: left;
}
.goods .category-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 0.2rem;
}
.goods .category-list .category-list-item {
  margin-top: 0.2rem;
  width: 48%;
  height: 1.9rem;
  background: url("../images/bk1.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.goods .category-list .category-list-item.choose {
  background: url("../images/bk2.png") no-repeat;
  background-size: 100% 100%;
}

.goods .category-list .category-list-item .goods-header {
  display: flex;
}

.goods .category-list .category-list-item .goods-header .goods-price {
  flex: none;
  box-sizing: border-box;
  padding-left: 0.2rem;
  width: 40%;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.16rem;
  color: #333;
}
.goods-detail-btn {
  flex: auto;
  text-align: center;
}
.goods-detail-btn .detail {
  color: orange;
  text-decoration: underline;
  font-size: 0.2rem;
}

.goods .category-list .category-list-item .content {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0.1rem;
}

.goods .category-list .category-list-item .content .goods-icon {
  flex: none;
  width: 1rem;
  height: 1rem;
}
.goods .category-list .category-list-item .content .goods-mark {
  font-size: 0.2rem;
  margin-top: 0.1rem;
  color: orange;
}

.goods .category-list .category-list-item .goods-info {
  overflow: hidden;
  flex: auto;
  margin-left: 0.1rem;
}
.goods .category-list .category-list-item .goods-info .goods-name {
  font-size: 0.2rem;
  font-weight: 700;
  color: black;
}

.goods .category-list .category-list-item.choose .goods-header .goods-price {
  color: #fff;
}
.goods-des {
  font-size: 0.16rem;
  color: #6fcd5e;
  margin-top: 0.1rem;
}
.goods .category-list .category-list-item p {
  clear: both;
  font-size: 0.16rem;
}
.goods .category-list .category-list-item .hot {
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 0;
  right: 0;
}
.goods .category-list .category-list-item .hot img {
  width: 100%;
  height: 100%;
}
.empty-list {
  height: 2rem;
  line-height: 2rem;
  color: orange;
  text-align: center;
}
.point-change-btn {
  width: 6rem;
  margin: 1rem auto;
  display: block;
  background: orange;
}
.exchange-tips {
  color: orange;
  margin: 0.2rem;
  text-align: left;
}
.el-input-number--mini {
  margin-top: 15px;
}
/* cart */
.cart {
  position: fixed;
  width: 0.65rem;
  height: 0.65rem;
  background: url(../images/cart.png) no-repeat;
  background-position: center center;
  background-size: cover;
  right: 0;
  bottom: 20%;
}
.cart-list {
  margin: 0;
  border-bottom: 1px solid #efefef;
}
.cart-list-item,
.cart-count {
  line-height: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.cart-list-item-price {
  color: #ff0000;
}
.msgBox {
  max-width: 90%;
  border: 2px solid orange;
}
/* 支付方式 */
.pay {
  margin-top: 0.2rem;
}
.pay .pay-top {
  font-size: 0.28rem;
  font-weight: 700;
  color: black;
}
.pay .pattern-of-payment {
  width: 3.68rem;
  height: 0.89rem;
  background: url("../images/an2.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 0.3rem;
}
.pay .pay_payment {
  width: 100%;
  height: 1.89rem;
  display: flex;
  flex-wrap: wrap;
}
.pay .pattern-of-payment2 {
  width: 3.28rem;
  height: 0.79rem;
  background: url("../images/an3.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 0.2rem;
  float: left;
  cursor: pointer;
}
.pay .pattern-of-mycard2 {
  width: 3.28rem;
  height: 0.79rem;
  background: url("../images/mycard.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 0.2rem;
  margin-left: 0.3rem;
  /* border-radius: 0.2rem; */
  /* border: 1px solid black; */
  cursor: pointer;
}
.pay .pattern-of-credit2 {
  width: 3.28rem;
  height: 0.79rem;
  background: url("../images/credit.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 0.2rem;
  /* border-radius: 0.2rem; */
  /* border: 1px solid black; */
  cursor: pointer;
}
.pay .pattern-of-bank2 {
  width: 3.28rem;
  height: 0.79rem;
  background: url("../images/bank.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 0.2rem;
  margin-left: 0.3rem;
  /* border-radius: 0.2rem; */
  /* border: 1px solid black; */
  cursor: pointer;
}

.footer {
  clear: both;
  width: 100%;
  height: 4rem;
  margin-top: 0.3rem;
}
.footer .hint {
  font-size: 0.24rem;
  color: #b9b9b9;
  line-height: 0.36rem;
}
.paypal-button {
  width: 7.11rem;
  height: 0.67rem;
  background: url("../images/an4.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 0.2rem;
  cursor: pointer;
}
.footer .title {
  text-align: center;
  margin-top: 0.2rem;
  color: black;
  font-size: 0.26rem;
  font-weight: 600;
}

/* others */
.record-pagination {
  margin: 0.1rem auto;
  text-align: center;
}
.record-container {
  max-height: 60vh;
  overflow: auto;
}
.record-list .record-list-item {
  display: flex;
  flex-wrap: wrap;
}
.record-list .record-list-item + .record-list-item {
  border-top: 1px solid #ccc;
}
.record-cell {
  flex: auto;
  /* border: 1px solid #e9e9e9; */
}
.record-cell > div {
  padding: 0.1rem;
  /* border: 1px solid #e9e9e9; */
}
.record-list .record-list-item .record-cell-label {
  background: #fafafa;
  color: #909399;
}

.gg-dialog .el-dialog__body{
  padding: 30px;
}
.gg-dialog .el-dialog__body p{
  line-height: 24px;
  min-height: 20px;
  font-size: 12px;
}

@media (max-width: 450px) {
  .el-input-number--mini {
    width: 90px;
    line-height: 20px;
    position: absolute;
    bottom: 7px;
  }
  .el-input--mini .el-input__inner {
    height: 20px;
    line-height: 20px;
  }
  .el-input-number--mini .el-input-number__decrease,
  .el-input-number--mini .el-input-number__increase {
    height: 18px;
  }
}
