* {
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 点击高亮的颜色*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
a {
  outline: none;
}
button {
  outline: none;
}
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 点击高亮的颜色*/
}
.g-banner {
  width: 100%;
  vertical-align: middle;
}
.g-friendship-share {
  padding-bottom: 0.22rem;
  text-align: center;
  background-color: #FFB969;
}
.text-hint {
  margin-bottom: 0.1rem;
  font-family: PingFangSC-Regular;
  font-size: 0.16rem;
  color: #593016;
}
.g-no-increase,
.g-overdue {
  padding: 0.2rem 0 0.46rem;
}
.g-no-increase .org-image-bg,
.g-overdue .org-image-bg {
  display: inline-block;
  width: 1rem;
  height: 1.15rem;
  background: url(../../img/regression/org_image.png) no-repeat center center;
  background-size: 0.8rem;
}
.g-collection,
.g-suc-collection {
  position: relative;
  margin: 0 auto 0.1rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../../img/regression/light_bg.png) no-repeat center center;
  background-size: 100%;
}
.g-collection .award-image,
.g-suc-collection .award-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../../img/regression/regression_big.png) no-repeat center center;
  background-size: 100%;
}
.g-collection .btn-collection-award,
.g-suc-collection .btn-collection-award {
  position: absolute;
  bottom: 0.15rem;
  left: 50%;
  margin-left: -0.5rem;
  border-radius: 0.15rem;
  border: 0.02rem solid #593016;
  width: 1rem;
  height: 0.26rem;
  line-height: 0.26rem;
  background-color: #FED42B;
}
.g-return-record {
  padding: 0 0.15rem;
  margin-top: -0.26rem;
  text-align: left;
}
.g-return-record .rank-title {
  display: inline-block;
  position: relative;
  font-size: 0.14rem;
  color: #593016;
  line-height: 0.2rem;
}
.g-return-record .rank-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #FED42B;
}
.g-return-record .rank-title > span {
  z-index: 1;
  position: relative;
}
.g-return-record .record-content {
  position: relative;
  margin: 0.2rem 0;
}
.g-return-record .record-content .top-bg,
.g-return-record .record-content .bottom-bg {
  position: absolute;
  width: 100%;
  height: 0.3rem;
}
.g-return-record .record-content .top-bg {
  top: -0.1rem;
  background: url(../../img/regression/return_record_top_bg.png) no-repeat center center;
  background-size: 100%;
}
.g-return-record .record-content .bottom-bg {
  bottom: -0.1rem;
  background: url(../../img/regression/retrn_record_bottom_bg.png) no-repeat center center;
  background-size: 100%;
}
.g-return-record .record-list {
  z-index: 1;
  position: relative;
  background: #FFFFFF;
  border-radius: 0.16rem;
}
.g-return-record .record-list .record-list-item {
  position: relative;
  padding: 0.14rem 0.16rem;
}
.g-return-record .record-list .record-list-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.16rem;
  width: 2.96rem;
  height: 0.5px;
  background-color: #ECDAC3;
}
.g-return-record .record-list .record-list-item:last-child::after {
  background-color: transparent;
}
.g-return-record .record-list .record-list-item .user-cover {
  float: left;
  border-radius: 50%;
  margin-right: 0.08rem;
  width: 0.34rem;
  height: 0.34rem;
}
.g-return-record .record-list .record-list-item .record-info {
  overflow: hidden;
}
.g-return-record .record-list .record-list-item .record-info .user-name {
  font-family: PingFangSC-Semibold;
  font-size: 14px;
  color: #3C3232;
  line-height: 0.2rem;
}
.g-return-record .record-list .record-list-item .record-info .record-msg {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #7F7F7F;
  line-height: 0.17rem;
}
.g-return-record .record-list .record-list-item .record-info .record-msg .record-text {
  float: right;
}
.g-friendship-shop {
  margin: 0 auto 0.21rem;
  width: 3.28rem;
  height: 2.296rem;
  background: url(../../img/regression/friendship_shop.png) no-repeat center center;
  background-size: 100%;
}
.btn-open-main {
  display: inline-block;
  position: relative;
  font-family: PingFangSC-Regular;
  font-size: 0.13rem;
  color: #98450D;
}
.btn-open-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.01rem;
  background-color: #98450D;
}
.popup-refunds-exhausted {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup-refunds-exhausted .g-content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.325rem;
  margin-top: -0.82rem;
  width: 2.65rem;
  height: 1.64rem;
  background: url(../../img/regression/refunds_exhausted_popup_bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.popup-refunds-exhausted .g-content .btn-popup-close {
  z-index: 9;
  position: absolute;
  top: 0.14rem;
  right: 0.22rem;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../../img/regression/btn_popup_close.png) no-repeat center center;
  background-size: 100%;
}
.popup-refunds-exhausted .g-content .popup-title {
  margin: 0.3rem 0;
  font-family: PingFangSC-Semibold;
  font-size: 0.16rem;
  color: #3C3232;
  line-height: 0.22rem;
}
.popup-refunds-exhausted .g-content .popup-hint {
  padding: 0 0.12rem;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #3C3232;
}
.popup-back-user {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
}
.popup-back-user .g-content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.245rem;
  margin-top: -1.13rem;
  width: 2.49rem;
  height: 2.26rem;
  background: #FFFFFF;
  border-radius: 0.16rem;
}
.popup-back-user .g-content .btn-popup-close {
  z-index: 9;
  position: absolute;
  top: 0.14rem;
  right: 0.14rem;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../../img/regression/btn_popup_close.png) no-repeat center center;
  background-size: 100%;
}
.popup-back-user .g-content .popup-title {
  padding: 0.3rem 0;
  font-family: PingFangSC-Semibold;
  font-size: 0.16rem;
  color: #3C3232;
}
.popup-back-user .g-content .popup-hint {
  padding: 0 0.2rem;
  font-family: PingFangSC-Regular;
  font-size: 0.14rem;
  color: #3C3232;
}
.popup-back-user .g-content .row2 {
  margin-top: 0.14rem;
}
.popup-back-user .g-content .btn-open-main {
  color: #FA6400;
}
.popup-back-user .g-content .btn-open-main::after {
  background-color: #FA6400;
}
.popup-back-user .g-content::after {
  content: '';
  position: absolute;
  left: -0.08rem;
  top: 0.25rem;
  width: 2.65rem;
  height: 2.1rem;
  background: #FFE175;
  border-radius: 0.16rem;
  z-index: -1;
}
.toast {
  z-index: 999999;
  width: 166px;
  display: none;
  position: fixed;
  top: 45%;
  left: 50%;
  border-radius: 5px;
  padding: 8px 8px;
  margin-left: -83px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  font-family: arial,MicrosoftYaHei;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
}
body .hide {
  display: none;
}
