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: .1rem .32rem; */
  background: #5B6376;

}
.select-user {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10;
}
/* banner图 */
.wrapper .banner{
  width: 100%;
  height: 3.25rem;
  margin: auto;
  background: url('../images/banner.jpg') no-repeat;
  background-size: 100% 100%;
}
.back-btn {
  position: relative;
  left: .1rem;
  top: .1rem;
}
/* 角色编号搜索 */
.login-pop .el-dialog__body{
  padding: 0;
}

.el-form-item__label{
  color: #eee;
}
.info-text{
  background: #394156;
  color: #fff;
  padding: 0.3rem 0.5rem;
  font-size: 13px;
  line-height: 20px;
}
.info-text h1{
  font-size: 16px;
}
.info-text p{
  margin-bottom: 5px;
}
/* 角色信息 */
.user-info-box{
  background-color: #394156;
  padding: .25rem .35rem;
}
.user-info {
  box-sizing: border-box;
  padding: .12rem .1rem;
  background: rgba(255,255,255,0.3);

  border-radius: 4px;
  color: #efefef;

}
.user-info .title {
  
  font-size: 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffbd4f;
}
.user-info .user-info-item {
  margin-top: 0.1rem;
  font-size: 0.18rem;
}
.important-color {
  color: orange;
}
.mb-mini {
  margin-bottom: .1rem;
}
.ml-mini{
  margin-left: .1rem;
}
.exchange-record-btn {
  margin-left: .2rem;
  padding: 0;
}
/* 选择商品 */
.tab-btn-group {
  width: 100%;
  display: flex;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.tab-btn-item {
  flex: 1;
  text-align: center;
  padding: 3px 5px;
  z-index: 1;
  cursor: pointer;
  font-size: .16rem;
  color: #babac7;
}

.tab-btn-active {
  box-sizing: border-box;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  width: 10%;
  height: 100%;
  transition: all linear .2s;
  border-bottom: 2px solid #ffbd4f;
}
.tab-btn-item.active {
  color: #fff;
}
.goods {
  /* width: 100%; */
  padding: .3rem 0.35rem;
  background-color: #394156;
  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 .isRecord{
  width: 100%;
  height: 0.6rem;
  background: #979797;
  border-radius: 5px;
}
.goods .category-list .isRecord .record-list{
  display: flex;
  justify-content: space-around;
  height: 100%;
  align-items: center;
}
.goods .category-list .isRecord .record-list>div{
  width: 280px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods .category-list .isRecord .record-list>div>input{
  width: 200px;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  outline: none;
  border: 1px solid #333;
}
.goods .category-list .isRecord .record-list>div>a{
  background: bisque;
  padding: 4px 10px;
  border-radius: 0 5px 5px 0;
}
.goods .category-list .isRecord .record-list>p{
  font-size: 13px;
}
.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;
  justify-content: space-between;
}

.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 .category-list .category-list-item .goods-header .limit-text{
  margin-right: 7px;
  margin-top: 2px;
  color: darkred;
}



.goods-detail-btn {
  flex: auto;
  text-align: center;
}
.goods-detail-btn .detail {
  color: orange;
  text-decoration: underline;
  font-size: 0.20rem;
}

.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.13rem;
  margin-top: 0.1rem;
  color: #be880b;
}

.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.16rem;
  font-weight: 700;
  color: #fff;
}
.goods .category-list .category-list-item .goods-info .goods-text{
  font-size: 0.12rem;
  color: #fff;
  margin-top: 0.1rem;
}
.goods .category-list .category-list-item .goods-info .goods-des{
  font-size: 0.12rem;
  color: #ffce00;
  margin-top: 0.1rem;
}


.goods .category-list .category-list-item.choose .goods-header .goods-price {
  color: #fff;
}

.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: .2rem;
  text-align: left;
}
.el-input-number--mini{
  margin-top: 15px;
}
/* cart */
.cart {
  position: fixed;
  width: .65rem;
  height: .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: .5rem;
  display: flex;
  justify-content: space-between;
}
.cart-list-item-price {
  color: #ff0000;
}
.msgBox {
  max-width: 90%;
  border: 2px solid orange;
}
/* 支付方式 */
.pay{
  padding: 0.2rem .35rem;
  background: #ABB6CA;
}
.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: 0.89rem;
}
.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;
  float: right;
  background: url('../images/mycard.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 0.2rem;
  /* border-radius: 0.2rem; */
  /* border: 1px solid black; */
  cursor: pointer;
}
.footer{
  clear: both;
  padding: 0.3rem .35rem;
  background: #ABB6CA;
}
.footer .hint{
  font-size: 0.24rem;
  color: #333;
  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;
}
.footer-info{
  background: #333;
  color: #999;
  text-align: center;
  padding: 0.2rem 0;
  margin-top: 0.25rem;
}
.pay-tips{
  text-align: left;
  margin-top: .15rem;
  color: red;
  font-size: .12rem;
}
.tips-dialog .el-dialog,.check-pop .el-dialog{
  max-width: 500px;
}
.pay-check-box a{
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 30px 0;
  border-radius: 5px;
}
.pay-check-box a:first-of-type{
  background: #ffce00;
}
.pay-check-box a:last-of-type{
  background: #999;
}

.toPay-btn a{
  width: 80px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  margin: 0 5px;
}
.toPay-btn a:first-of-type{
  background: #ccc;
}
.toPay-btn a:last-of-type{
  background: #00aeff;
  color: #fff;
}



/* others */
.record-pagination {
  margin: .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: .1rem;
  /* border: 1px solid #e9e9e9; */
}
.record-list .record-list-item .record-cell-label {
  background: #fafafa;
  color: #909399;
}


.login-pop .el-dialog{
  background: none;
}
.login-pop .el-dialog .login-btn,.login-pop .el-dialog .login-btn:hover{
  background: none;
  border: none;
  padding: 0;
  width: 180px;
  margin: 0 auto;
  display: block;
  padding-top: 0.3rem;
}
.login-pop .el-dialog .el-dialog__body{
  width: 320px;
  height: 304px;
  background: url("../images/bg.png");
  background-size: 100% 100%;
}
.check-form {
  width: 220px;
  margin: 0 auto;
  padding-top: .8rem;
}
.check-form .form-input {
  width: 100%;
  position: relative;
}
.check-form .form-input input{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.check-form .form-input .el-input-group__append{
  background: none;
  border: none;
  position: absolute;
  right: 0.34rem;
  top: 0.08rem;
}
.login-pop .el-loading-mask{
  background: none;
}
.user-info .user-name{
  font-size: .16rem;
}
.user-info .user-name a{
  float: right;
  color: aquamarine;
}
.pay-info .tips{
  margin-top: 10px;
  color: red;
  font-weight: 700;
}

@media (max-width:500px) {
  .el-input-number--mini{
    width: 90px;
    line-height: 20px;
    position: absolute;
    bottom: 10px;
  }
  .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;
  }
  .goods .category-list .category-list-item{
    height: 2.8rem;
    background: url(../images/bk1-m.png) no-repeat;
    background-size: 100% 100%;
  }
  .goods .category-list .category-list-item.choose{
    background: url(../images/bk2-m.png) no-repeat;
    background-size: 100% 100%;
  }
  .check-form .form-input .el-input-group__append{
    right: 0.5rem;
    top: 0.1rem;
  }
  .check-form {
    padding-top: 1.5rem;
  }
  .tab-btn-item {
    font-size: 12px;
  }
  .goods .category-list .category-list-item .goods-info .goods-name,.goods .category-list .category-list-item .goods-header .goods-price,.user-info .user-name{
    font-size: 12px;
  }
  .goods .category-list .category-list-item .goods-info .goods-text{
    font-size: 12px;
    zoom: 0.95;
  }
  .goods .category-list .category-list-item .goods-info .goods-des{
    font-size: 12px;
    zoom: 0.95;
  }
  .el-message-box,.el-message{
    width: 90%;
    max-width: 320px;
    min-width: 320px;
  }
  

  .goods .category-list .isRecord{
    height: 1.3rem;
    background: #979797;
    border-radius: 5px;
  }
  .goods .category-list .isRecord .record-list{
    flex-wrap: wrap;
  }
  .goods .category-list .isRecord .record-list>div{
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .goods .category-list .isRecord .record-list>div>input{
    width: 150px;
  }
  .goods .category-list .isRecord .record-list>p{
    font-size: 12px;
  }
}