
/* 支付结果-content */
.pay-content {
  padding-top: 0.27rem;  
}

.pay-content .pay-result-wrap{
    width: 100%;
    height: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.pay-content .pay-result-wrap .pay-item {
    text-align: center;
}

.pay-content .pay-result-wrap .pay-item img{
    width: .63rem;
    height: .72rem;
    margin-bottom: .13rem;
}

.pay-content .pay-result-wrap .pay-item .pay-desc {
    height: .23rem;
    line-height: .23rem;
    font-size: .16rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    margin-bottom: .35rem;
}

.pay-content .pay-result-wrap .pay-item .pay-desc span {
    margin: 0 .05rem;
    color: #B78536;;
}

.pay-content .pay-result-wrap .pay-item .home-btn{
    width: .98rem;
    /* height: .35rem; */
    line-height: .35rem;
    border-radius: .05rem;
    border: 1px solid #D8D8D8;
    margin: 0 auto;
    font-size: 0.14rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}


/* 支付结果-热门推荐 */

.hot-list-wrap {
    padding: 0 0.15rem;
    background-color: #fff;

}

.hot-list-wrap p.list-title {
    width: 1.65rem;
    line-height: 0.23rem;
    color: #222222;
    padding: 0.15rem 0 0.1rem 0;
    font-size: 0.16rem;
    font-family: PingFang SC;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hot-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot-list li {
    margin-bottom: 0.15rem;
}

.hot-list li a {
    display: block;
}

.hot-list li a img {
    width: 1.65rem;
    height: 2.33rem;
}

.title-desc {
    width: 1.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: .23rem;
    line-height: .23rem;
    font-size: .16rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    margin-top: 0.1rem;
}
.payments-page{
  text-align: center;
}
.payments-page h2{
  font-size: 0.18rem;
  line-height: 0.24rem;
  margin: 0.06rem 0 0.22rem;
}
.payments-page .pay-loading{
  width: 0.61rem;
  height: 0.61rem;
  animation: payloading 1s linear infinite;
}
@keyframes payloading{
  0%{-webkit-transform:rotate(0deg);}
  25%{-webkit-transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
}