.container {
  padding-bottom: .8rem;
  background: #EBEBEB;
}

.line1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top {
  height: 2.48rem;
  background: url(../../../../images/h5/v3/home/index-top-bg.png) no-repeat;
  background-size: 100% auto;
  background-position: 0 -.64rem;
  padding: .12rem .16rem;
}

.banner {
  width: 100%;
  height: 1.5rem;
  border-radius: .1rem;
  position: relative;
}

.banner .item {
  display: block;
  width: 100%;
  height: 100%;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-pg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 19;
}

.banner .swiper-pg .swiper-pagination-bullet {
  background: #c9c9c9;
}

.banner .swiper-pg .swiper-pagination-bullet-active {
  background: #ff6811;
}

.nav-box {
  margin: -.75rem .16rem 0;
  background: #fff;
  position: relative;
  border-radius: .1rem;
}

.nav-box .donate-num {
  font-size: .12rem;
  color: #3E3E3F;
  line-height: .14rem;
  padding: .12rem 0;
  border-bottom: 1px solid #E6E7E9;
  white-space: nowrap;
}

#total {
  display: flex;
  flex-shrink: 0;
  width: fit-content;
  height: .15rem;
  line-height: .15rem;
  position: relative;
  overflow: hidden;
  padding: 0 2px;
  margin-left: 2px;
}

#total li {
  width: .12rem;
  font-size: .15rem;
  color: #EB6112;
  text-align: center;
  position: absolute;
}

.nav-list {
  padding: 6px 0;
}

.nav-list .item {
  width: 25%;
  padding: 9px 0;
  text-align: center;
  font-size: .12rem;
  color: #424242;
}

.nav-list .item img {
  height: .27rem;
  width: auto;
  margin-bottom: 3px;
}

.box {
  margin-top: .3rem;
}

.title-box {
  padding: 0 .16rem;
}

.title-box .title {
  font-size: .2rem;
  color: #3E3E3F;
}

.title-box .title-more {
  font-size: .15rem;
  color: #6C6D70;
}

.title-box .title-more img {
  margin-left: 5px;
  height: .13rem;
  width: auto;
}

.rec-pro-box {
  margin-top: .18rem;
}

.scroll-x {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.scroll-x::-webkit-scrollbar {
  display: none;
}

.rec-pro-list {
  margin-left: .16rem;
  width: fit-content;
}

.rec-pro-list .item {
  width: 1.5rem;
  height: 1.97rem;
  margin-right: .07rem;
  border-radius: .08rem;
  position: relative;
  overflow: hidden;
}

.rec-pro-list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rec-pro-list .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  background: linear-gradient(180deg, #00000000 0%, #000 100%);
  padding: .2rem .1rem .06rem;
  box-sizing: border-box;
}

.rec-pro-list .item .p-title {
  font-size: .16rem;
  color: #fff;
  line-height: 1;
}

.rec-pro-list .item .p-money {
  margin-top: 5px;
  font-size: .1rem;
  color: #fff;
}

.rec-pro-list .item .prog-box {
  margin-top: 5px;
}

.rec-pro-list .item .prog-bar {
  width: 100%;
  height: .03rem;
  background: #FDFEFF;
  border-radius: .02rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.rec-pro-list .item .prog-bar .process {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(-90deg, #EA5F0C 0%, #FFBD3E 100%);
  border-radius: inherit;
  transition: width .4s ease-out;
}

.pro-box {
  margin-top: .18rem;
  padding: 0 .16rem;
  box-sizing: border-box;
}

.pro-list .first-item {
  display: block;
  width: 100%;
  height: 2.03rem;
  border-radius: .08rem;
  overflow: hidden;
  position: relative;
  margin-bottom: .1rem;
}

.pro-list .first-item .cover {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.pro-list .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.pro-list .first-item .user {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: .12rem .15rem;
  background: rgba(0, 0, 0, 0.2);
  font-size: .11rem;
  color: #fff;
  box-sizing: border-box;
}

.pro-list .first-item .user img {
  width: .28rem;
  height: .28rem;
  border-radius: 100%;
  margin-right: .1rem;
}

.pro-list .first-item .info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .12rem;
  background: linear-gradient(180deg, #03000000 0%, #030000 100%);
  overflow: hidden;
  box-sizing: border-box;
}

.pro-list .first-item .p-title {
  font-size: .15rem;
  color: #fff;
  line-height: 1;
  max-width: 1.9rem;
}

.pro-list .first-item .money-box {
  margin-top: 8px;
  font-size: .1rem;
  color: #fff;
  line-height: 1;
}

.pro-list .first-item .prog-box {
  margin-top: 5px;
}

.pro-list .first-item .prog-bar {
  height: .04rem;
  overflow: hidden;
  background: #FCEFD8;
  border-radius: .02rem;
  position: relative;
}

.pro-list .first-item .process {
  width: 0;
  height: .04rem;
  background: linear-gradient(-90deg, #EA5F0C 0%, #FFB761 100%);
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: width .4s ease-out;
}

.pro-list .first-item .btn {
  width: .8rem;
  height: .32rem;
  line-height: .32rem;
  text-align: center;
  background: #EA5F0C;
  border-radius: .16rem;
  font-size: .15rem;
  color: #fff;
  margin-left: .5rem;
}

.pro-list .item {
  padding: .15rem 0;
  display: block;
  position: relative;
}

.pro-list .item::after {
  content: '';
  width: 2.5rem;
  height: 1px;
  background: #E6E7E9;
  position: absolute;
  bottom: 0;
  right: -.16rem;
}

.pro-list .item .user img {
  width: .28rem;
  height: .28rem;
  margin-right: .1rem;
  border-radius: 100%;
}

.pro-list .item .user .name {
  font-size: .11rem;
  color: #6C6D70;
}

.pro-list .item .category {
  font-size: .11rem;
  color: #6C6D70;
}

.pro-list .item .content {
  margin-top: .1rem;
}

.pro-list .item .cover {
  width: 1.1rem;
  height: .8rem;
  border-radius: .08rem;
  overflow: hidden;
  margin-right: .12rem;
}

.pro-list .item .info {
  overflow: hidden;
  padding-top: 2px;
}

.pro-list .item .p-title {
  font-size: .16rem;
  color: #323232;
  line-height: 1;
}

.pro-list .item .money-box {
  margin-top: .08rem;
  color: #939598;
  font-size: .1rem;
  padding-right: .45rem;
}

.pro-list .item .prog-box {
  margin-top: 0;
}

.pro-list .item .prog-bar {
  background: #FED786;
  height: .04rem;
  border-radius: .02rem;
  overflow: hidden;
  position: relative;
}

.pro-list .item .process {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, #EA5F0C 0%, #FFB761 100%);
  border-radius: inherit;
  width: 0;
  height: 100%;
  transition: width .4s ease-out;
}

.pro-list .item .per {
  font-size: .11rem;
  color: #EB6112;
  margin-left: .08rem;
}

.pro-list .item .btn {
  width: .8rem;
  height: .26rem;
  line-height: .26rem;
  text-align: center;
  background: #EB6112;
  border-radius: .13rem;
  margin-top: .1rem;
  margin-left: auto;
  font-size: .15rem;
  color: #fff;
}
