.home {
    width: 100vw;
    padding-bottom: 7.5rem;
    padding-bottom: calc(7.5rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(7.5rem + env(safe-area-inset-bottom));
}

.home-banner-swipe .van-swipe-item {
    color: #fff;
    font-size: 20px;
    /* line-height: 140px; */
    text-align: center;
    height: 20rem;
    height: 14rem; 
    /* 140px */
     /* background-color: #39a9ed; */
}

.home-banner-swipe .van-swipe-item img {
    width: 100%;
    height: 100%;
}

.home-search-wrapper {
    margin: 0 auto;
    width: 90%;
    height: 4.8rem;
    box-sizing: border-box;
    /* margin-left: 1.2rem; */
    background: #F3F4F6;
    border: .6rem solid #FFFFFF;
    box-shadow: .1rem .2rem 1rem rgba(225, 227, 230, 0.55);
    opacity: 1;
    border-radius: .6rem;
    position: relative;
    top: -2.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-search-wrapper .search-right {
    padding: 0 2rem;
    color: #7B8397;
    font-size: 1.2rem;
    border-left: .1rem solid #7B8397;
}

.home-search-wrapper .search-left {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-search-wrapper .search-left .input {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 2rem;
    color: #7B8397;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-search-wrapper .search-left .search-reverse img {
    width: 1.2rem;
    height: .8rem;
    overflow: hidden;
}

.home-content {
    background: #fff;
}

.home-notify-wrapper {
    width: 100vw;
    box-sizing: border-box;
    padding: 0 1.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-notify-wrapper .notify-icon {
    width: 6.3rem;
    height: 2.8rem;
    margin-right: 1rem;
}

.home-notify-wrapper .more {
    margin-left: 1rem;
    color: #1CB69F;
    font-size: 1.3rem;
    line-height: 2.8rem;
}

.home-notify-wrapper .notify-swipe {
    flex: 1;
    min-width: 0;
    height: 2.8rem;
}

.home-notify-wrapper .notify-swipe .van-swipe-item {
    width: 100%;
    height: 2.8rem;
    line-height: 2.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #595959;
    font-size: 1.3rem;
}

.home-recommend-wrapper {
    width: 100vw;
    box-sizing: border-box;
    margin-top: 1.2rem;
    padding: 0 1.7rem;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.home-recommend-wrapper .recommend-item {
    width: 31%;
    height: 3.6rem;
    margin-right: 2.33%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 3.6rem;
    text-align: center;
    color: #666666;
    border: .1rem solid #999;
    margin-bottom: 1.2rem;
    border-radius: 0.6rem;
    font-size: 1.3rem;
}

.home-recommend-wrapper .recommend-item.selected {
    border: .1rem solid #1CB69F;
    color: #1CB69F;
}

.home-tab-wrappper .van-tabs__nav .van-tabs__line {
    background-color: #1CB69F;
}

.home-tab-wrappper .van-tabs__nav .van-tab {
    font-size: 1.4rem;
    color: #222;
    font-weight: 400;
}

.home-tab-wrappper .van-tabs__nav .van-tab--active {
    font-size: 1.4rem;
    color: #1CB69F;
    font-weight: 600;
}


/* 卡片部分 */
/* 封装到common.css */


/* 底部tabbar */



/* 公告栏 */

.announcement-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.announcement-wrapper .block {
    width: 90%;
    box-sizing: border-box;
    padding: 2rem 1.6rem;
    border-radius: 1rem;
    /* height: 120px; */
    background-color: #fff;
}

.announcement-wrapper .block .title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-bottom: 2rem;
}

.announcement-wrapper .block .value {
    font-size: 1.4rem;
    color: #666;
    max-height: 30rem;
    overflow: hidden;
    /* overflow-y: auto; */
}

.announcement-wrapper .block .announcement-btn {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.announcement-wrapper .block .announcement-btn .van-button {
    display: inline-block;
    height: 4rem;
    width: 90%;
    margin-left: 5%;
    font-size: 1.4rem;
}
.announcement-wrapper .block .announcement-link{
    padding: 1.2rem 0;
    font-size: 1.4rem;
    color: #1cb69f;
    text-decoration: underline;
}

.announcement-wrapper .block.image-block{
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4rem;
  position: relative;
} 

.announcement-wrapper .block.image-block .notify-img-wrap{
  width: 82vw;
  height: auto;
}

.announcement-wrapper .block.image-block .close-wrap{
  position: absolute;
  bottom: -6rem;
  left: calc(50% - 1.8rem);
  /* background: #FFFFFF; */
  border: 0.1rem solid #d9d9d9;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  color: #d9d9d9;
}

/* 首页增加广告位 */
.home-ad-wrapper{
  width: 100vw;
  box-sizing: border-box;
  margin-top: 0.6rem;
  padding: 0 1.7rem;
}

.home-ad-wrapper .home-ad-item{
  width: 100%;
  margin-bottom: 1.4rem;
}

.home-ad-wrapper .home-ad-item .home-ad-item__img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.main-buy-onlline {
    width: 100%;
    padding: 12px 14px;
    box-sizing: border-box;
}
  
.main-buy-onlline .buy-online-card {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffffff;
    padding: 20px 10px;
    padding-top: 30px;
}
  
.main-buy-onlline .buy-online-card .buy-online-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
  
.main-buy-onlline .buy-online-card .online-item-image {
    width: 130px;
    height: 130px;
    margin-bottom: 10px;
  }
  .main-buy-onlline .buy-online-card .online-item-text{
    font-size: 1.4rem;
  }