.refund-image {
  width: 120rpx;
  height: 80rpx;
}

.refund-container {
  padding-top: 20rpx;
}

.refund-list {
  background: #fff;
  margin: 0 20rpx 10rpx 20rpx;
}

.refund-content>view {
  display: flex;
  line-height: 80rpx;
  padding: 0 30rpx;
}

.iconfont {
  margin-top: 3rpx;
  color: #cacaca;
}

.name {
  white-space: nowrap;
  width: 30%;
}

.refund-top>view {
  padding: 30rpx;
  display: flex;
}

.refund-info>text {
  display: block;
  margin-left: 21rpx;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.refund-info{
  width: 76%;
}
.refund-info .grey {
  margin-top: 6rpx;
}

.orders-bottom-text-input {
  width: 91%;
  height: 30rpx;
  font-size: 26rpx;
  padding: 21rpx;
  line-height: 30rpx;
  overflow-y: hidden;
  text-align: right
}
.btn-area {
  width: 100%;
  height: 106rpx;
  line-height: 106rpx;
  position: fixed;
  bottom: 0;
  background: #ff5806;
  color: #fff;
  text-align: center;
  font-size: 36rpx;
}

.price {
  margin-left: 10rpx;
}
.refund-explain {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 688rpx;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
}

.refund-explain text {
  font-size: 26rpx;
}
/* page{
  background-color: skyblue!important
} */

.choice {
  width: 686rpx;
  margin: auto;
  color: #999;
  display: flex;
  align-items: center;
  padding-top: 28rpx;
}

.choice .title {
  width: 96%;
  display: block;
}

.icon-quxiao {
  font-size: 38rpx;
}

.label-2 {
  font-size: 30rpx;
  line-height: 80rpx;
  border-bottom: 1rpx solid #eaeaea;
  margin-left: 10rpx
}

.label-2__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30rpx;
  height: 30rpx;
  border-radius: 50%;
  border: 1px solid #999;
  left: 88%;
}

.icon-checked {
  background-image: url(http://file.micromall.xczhyf.cn/wxxcx/image/20.png);
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.active .label-2__icon {
  background: #00c085;
  border: none;
}

radio-group {
  height: 500rpx;
  overflow-y: scroll;
  margin-top: 29rpx;
}
.coupons-list{
  width: 100%;
  background:#F3F3F3;
  border-radius:20px 20px 0px 0px;
  position: absolute;bottom: 0;
  padding: 30rpx 0;
  height: 500rpx;
  overflow-y: hidden
}
.coupons-container{margin: 0;position: relative}
.coupons{margin: auto;margin-bottom: 10rpx}
.coupons .money::after{
left: 280rpx;
}
.coupons-list .coupons-container:last-child{padding-bottom: 106rpx}
.refund-explain .name{
  text-align: center;
  margin-top: 30rpx;
  width: 100%
}
.refundSelect{font-size: 26rpx;width: 70%;text-align: right}
/* button {
  line-height: 106rpx;
  border-radius: 0;
  border: none;
  display: flex;
  background-color: #fff;
  width: 100%;
  align-items: center;
  font-size: 30rpx;
  padding-left: 0;
  padding-right: 0;
  color: #333;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden
}
.button-hover{
  /* color:#fff; */
  /* background-color: rgba(0,0,0,0);
}
button:after {
  border: 0px;
  color: #333;
} */

.popup{
  background: rgba(0,0,0,0.8)
}
.main{padding-bottom: 106rpx}
.textarea{width: 70%}