
.pubWidth {
	width: 1200px;
	margin: 0 auto;
	position: relative;
 }
.adArea1 {
    width: 1200px;
    height: 100px; 
    margin:20px auto;
    box-sizing: border-box;
    border:1px solid #e2e2e2;
}
.gapBg1{
    width: 100%;
    height: 200px; 
    margin:20px 0;
    box-sizing: border-box;
    border:1px solid #e2e2e2;
}
.cusFlex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cusFlexColumn{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cusFlexWrap{
  display: flex;
  flex-wrap: wrap;
}
.cusOverFlow{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cusLineClamp{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cusBgPos{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* banner */


/* banner */

.bannerArea{
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 540px;
}
.swiper {
    width: 100%;
    min-width: 1200px;
    height: 540px;
    position: relative;
    float: left;
    z-index: 1;
    overflow: hidden;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-pagination{
    top:500px !important;
  }

.upPart{
    min-width: 1200px;
    width: 1200px;
    height: 480px;
    border-radius: 10px;
    display: flex;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0px);
    z-index: 12;
}
.adSwiper{
  width: 710px;
  height: 398px;
  box-sizing: border-box;
  border:1px solid #e2e2e2;
}

.adDownCon{
    margin-top:10px;
    width: 710px;
}
.adDownCon img{
  width: 230px;
  height: 130px;
}

.bannerDesArea{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 436px;
    box-sizing: border-box;
    z-index: 999;
}
.banTit{
    display: inline-block;
    width: 236px;
    height: 45px;
    font-size: 20px;
    color: #FFFFFF;
}


.banLeftList{
   width: 236px;
    height: 537px;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.banleftWrap{
    padding:10px;
}
.banLeftList .sortPart{
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}
.sortIcon1{
    background: url('./img/zpart1.png');
}
.sortIcon2{
    background: url('./img/zpart2.png');
}
.sortIcon3{
    background: url('./img/zpart3.png');
}
.sortIcon4{
    background: url('./img/zpart4.png');
}
.sortIcon5{
    background: url('./img/zpart5.png');
}
.sortIcon{
    margin-right: 5px;
    width: 20px;
    height: 18px;
    margin-top: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.leftDetail{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    
}
.banLeftList .sortPart:last-child{
    border:none
}
.banLeftList .sortTit {
       display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    justify-content: space-between;
    line-height: 34px;

}

.sortTit .titTex{
    font-family: Microsoft YaHei;
   font-weight: bold;
    font-size: 16px;
    color: var(--primary-green);
}

.navMore{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('./img/more.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sortTit .titLine{
    width: 45px;
    height: 1px;
    background: #666666;
}
 .bTitIcon{
    display: inline-block;
    width: 32px;
    height: 32px;
}
.bTitIcon1{
  background: url(./img/icon1.png);
}
.bTitIcon2{
  background: url(./img/icon2.png);
}
.bTitIcon3{
  background: url(./img/icon3.png);
}
.bTitIcon4{
  background: url(./img/icon1.png);
}
.bTitIcon5{
  background: url(./img/icon2.png);
}
.bTitIcon6{
  background: url(./img/icon3.png);
}
.bTitIcon7{
  background: url(./img/icon1.png);
}
.bTitIcon8{
  background: url(./img/icon2.png);
}
.bTitIcon9{
  background: url(./img/icon3.png);
}
.bTitIcon10{
  background: url(./img/icon3.png);
}
.sortList .subSort{
    line-height: 23px;
    font-size: 14px;
    margin-right: 5px;

}
.sortList .subSort:not(:last-child)::after {
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    vertical-align: middle;
    border-right: 1px solid #666;
    content: '';
    display: none;
}

.sortList a:hover{
    color: var(--primary-green);
}

.ptArea{
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px dashed #fff;
    margin-top: 15px; 
    padding-top:10px;   
}
.ptImg{
    width: 36px;
    height: 39px;
    background: url(./img/pt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}


.banNews{
   width: 240px;
  height: 520px;
  background: #FFFFFF;
  box-sizing: border-box;
  border:1px solid #e2e2e2;
  margin-top:20px;
}
.banNews .banNewsTit{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}
.banNewsList .banNewsUp{
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.mixCircle{
    width: 240px;
    height: 102px;
    background: #326767;
    box-sizing: border-box;
    padding: 0 15px;
}
.circleIcon{
  width: 54px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  border:1px solid #e2e2e2;
  margin-right: 10px;
}

.helloTex {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.welcomTit{
    font-weight: 400;
    font-size: 14px;
    color: #333;
    margin:10px 0;
}

.operateArea{
  position: absolute;
  width: 208px;
  height: auto;
  top:90px;
  left: 50%;
  transform: translate(-50%,0);
}

.login{
  width: 208px;
  height: 35px;
  background: var(--primary-green);
  border-radius: 2px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #F5F6F6 !important;
  justify-content: center;
}
.registe{
  width: 208px;
  height: 35px;
  border-radius: 2px;
  border: 1px solid var(--primary-green);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-green) !important;
  justify-content: center;
  margin-top: 15px;
}
.fbBtns{
width: 100%;
box-sizing: border-box;
padding:0 15px;
margin-top: 15px;
}
.fbBtnItemImg{
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.fbtex{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.announceList{
    height: auto;
    background: #FFFFFF;
    margin: 15px auto 0px auto;
    border-top: 1px solid #e2e2e2;
}
.announceWrap{

}
.announce{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    width: 100%;
}
.announce i{
 width: 2px;
  height: 14px;
  background: #00A498;
  margin:0 10px;
}
.announce a{
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.activeAnnounce{
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  }
.announce .tex{
font-family: Microsoft YaHei;
font-weight: bold;
font-size: 18px;
color: #333333;
line-height: 30px;

}
.announce .more{
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  margin-right: 15px;
}
.annouceUl{
  padding:0 10px;
}
.annouceUl li{
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
   
}
.annouceUl li:not(:last-child){
  /* border-bottom: 1px solid #e2e2e2; */
}
.annouceUl li i{
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background:#333;
    margin-right: 5px;
}

.annouceUl li a {
    width:200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* banner end */



/* 市场供求 */
.bidsArea{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .bidsTit{
    height: 50px;
    justify-content: flex-start;
  }
  .bidsTit i{
    display: inline-block;
    width: 32px;
    height: 32px;
    background:url('./img/bidsIcon.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
  }
  
  .bidsTitTex{
  font-family: SimHei;
  font-weight: 400;
  font-size: 22px;
  color: #5A9642;
  background: linear-gradient(0deg, #E6352E 0%, #E6842D 98.974609375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  
  .newGyTit{
    justify-content: flex-start;
  }

  .newsGy{
    margin-right: 25px;
    border-bottom: 2px solid var(--primary-green);
  }
  .newsGy i{
    display: inline-block;
    width: 50px;
    height: 50px;
    background:url('./img/recTit.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   border-radius: 50%;
    margin-right: 5px;
  }
  .newsGy span{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: var(--primary-green);
    line-height: 47px;
  }

.recPro{

}
.recPro i{
  display: inline-block;
  width: 50px;
  height: 50px;
   background:url('./img/gyIcon.jpg');
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   border-radius: 50%;
  margin-right: 5px;
}
.recGyCon{
  width: 100%;
  box-sizing: border-box;
  padding:15px;
}
.gyImgSwiper{
  width: 255px;
  height: 285px;
  box-sizing: border-box;
  border:1px solid #e2e2e2;
  margin-right: 15px;
  background: #F4F6F6;
}
.gyRepPart{
  flex:1;
}
.gyRepPart img{
  width: 295px;
height: 138px;
}
  .recPro span{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 47px;
  }
  .bidsLf{
    width: 595px;
    box-sizing: border-box;
    background:#fff;
  }
  .bidsTabTit{
    width: 100%;
    height: 45px;
  }
  .bisPartTitLf {}
  
  .bidsTabTit a{
    display: inline-block;
    padding:0 15px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333333;
    line-height: 44px;
  }
  .bidsTabTit .bidsActive{
    color:var(--primary-green) !important;
    font-size: 18px;
    padding:0 10px;
    font-weight: bold;
    border-bottom: 2px solid var(--primary-green);
  }

  .pronameHeade{
    font-weight: bold;
  }

  .phoneHeade{
    font-weight: bold;
    text-align: center;
  }
  .bidsList{
    margin-left: 20px;
  }
  .bidsList li:first-child{
    border-bottom: none;
  }
  .bidsList li{
    width: 560px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #e2e2e2;
  }
  .bidsDown{
    display: flex;
  }
  .lwWidth{
    width: 350px;
  }
  .lwWidth li{
    width: 350px;
  }
  .bidsDownRg{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
  }
  .buyItemTit{
    width: 380px;
  }
  .checkItemBtn{
    width: 72px;
    height: 24px;
    background: var(--primary-green);
    border-radius: 2px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #fff !important;
    line-height: 24px;
    text-align: center;
  }

/* 市场供求end */

/* 农业mall区域 */

.brandMix{
      width: 100%;
  height: 70px;
    margin:20px auto;
  box-sizing: border-box;
}

.brandArea{
    flex: 1;

}

.brandItem{
    width: 120px;
    height: 60px;
}
.brandItem img{
    height: 60px;
}

.zzBlock{
    width: 390px;
    margin-left: 15px;
}
.nyMall{
    margin-top: 40px;
  }
  
  .nyPart{
    margin-bottom: 20px;
    width: 100%;
    height: 488px;
    background: #fff;
    align-items: flex-start;
    margin-top: 5px;
  }
  .nyBg1{
    background: url('./img/mallBg1.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .nyBg2{
    background: url('./img/mallBg2.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .nyBg3{
    background: url('./img/mallBg3.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .nyBg4{
    background: url('./img/mallBg4.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  
  
  
  .nylf{
    width: 390px;
    height: 488px;
    box-sizing: border-box;
    /* border: 1px solid #e2e2e2; */
    align-items: center;
    justify-content: center;
    margin-right: 20px;
  }


        /* 主卡片容器 */
        .farm-card {
            background-color: #ffffff;
            width: 100%;
          box-sizing: border-box;
          padding:15px 10px;
            border-radius: 12px;
            overflow: hidden; 
            justify-content: space-around;
        }

        /* 顶部大图区域 */
        .main-image {
          width: 370px;
          height: 207px;
          object-fit: cover;
          box-sizing: border-box;
          border: 1px solid #e2e2e2;
        }

        /* 文字内容区域 */
        .content {
            padding: 20px;
        }

        /* 标题样式 */
        .bsubTitle {
          font-size: 18px;
          font-weight: 700;
          color: #333;
          line-height: 34px;
          align-self: flex-start;
        }

        /* 描述文本样式 */
        .description {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 20px;
            text-align: justify; /* 两端对齐 */
        }

        /* 底部小卡片组 */
        .sub-section {
            display: flex;
            width: 100%;
            justify-content: space-between;
            box-sizing: border-box;
            padding: 0 15px;
        }

        /* 单个小卡片 */
        .sub-card {
            width: 160px;
            display: flex;
            flex-direction: column;
        }

        .sub-card img {
            width: 100%;
            height: 90px;
            border-radius: 8px;
            object-fit: cover;
            margin-bottom: 8px;
        }

        .sub-card .sub-title {
            font-size: 13px;
            color: #333;
            font-weight: 600;
            line-height: 1.4;
        }

  .partTit{
    justify-content: flex-start

  }


  .partBlockTit{
    justify-content: center !important;
    width: 200px;
    height: 38px;
    box-sizing: border-box;
    border-radius: 4px 0px 0px 0px;
  }
  
  .partBlockTit i{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: var(--primary-green);
    margin-right: 10px;
    font-style: normal;
    /* background:url('./img/icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; */
  }
  .partTitTex{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: var(--primary-green);
    line-height: 22px;
  }
  .lfSubArea{
    justify-content: space-between;

  }
  .subNameBtn{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 38px;
    padding:0 5px;
  }

  .subMore{
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    margin-left: 15px;
  }

  .nyIconImg{
    width: 370px;
    height: 207px;
  }



  
  .rgSubname {
      margin-top: 30px;
  }
  .subName{
    justify-content: flex-start !important;
    line-height: 70px;
    height: 70px;
  }
  .subName a{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #656565;
    line-height: 24px;
    margin-right: 20px;
    position: relative;
  }
  .subName .titBg1{
      display: inline-block;
      width: 84px;
      height: 20px;
      background: url(./img/titBg1.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      bottom: -14px;
      left: 0px;
  }
  .subName .titBg2{
      display: inline-block;
      width: 84px;
      height: 20px;
      background:url('./img/titBg2.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      bottom: -14px;
      left: 0px;
  }
  .subName .titBg3{
      display: inline-block;
      width: 84px;
      height: 20px;
      background:url('./img/titBg3.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      bottom: -14px;
      left: 0px;
  }
  .subName .titBg4{
      display: inline-block;
      width: 84px;
      height: 20px;
      background:url('./img/titBg2.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      bottom: -14px;
      left: 0px;
  }
  .nyMore{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding-right: 20px;
  }
  .moreIcon{
      display: inline-block;
      width: 18px;
      height: 18px;
      margin:0 5px;
  }
  .moreIcon1{
      background:url('./img/more1.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
  }
  .moreIcon2{
       background:url('./img/more2.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; 
  }
  .moreIcon3{
       background:url('./img/more3.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; 
  }
  .moreIcon4{
       background:url('./img/more2.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; 
  }
  .nyRg{
    flex:1;
    box-sizing: border-box;

  }
  
  .nyMallList{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    border-bottom: none;
    box-sizing: border-box;
 
  }
  
  .nyMallItem{
    flex:1;
    height: 237px;
    box-sizing: border-box; 
    padding:0 10px;
    align-items: center;
    border-right: 1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
  }
  
  
  .nyMallItem:nth-child(4n) {
      border-right:none;
    }
  .nyMallItem img{
    width: 150px;
    height: 150px;
    margin-top:20px
  }
  .nyMallTit{
    width: 150px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
  }
  .nyMallPrice{
    width: 150px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #FA4913;
    line-height: 34px;
    align-self: flex-start;
    margin: 0 auto
  }
  
  
  .comTit{
    width:100%;
    height: 60px;
    box-sizing: border-box;
    border-top: 5px solid #032D79;
  }
  
  .firstName{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
  }
  
/* mall区域end */

/* 混合部分 */

.gyMixArea{
    margin-top:20px;
	display: flex;
	justify-content: space-between;
}
.gyArea{
	width: 410px;
}
.gyTit{
    display: inline-block;

}
.gyTit span{
    display: inline-block;
    width: 200px;
    height: 46px;
    background: url('./img/sTitle.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: center;
}

.gyList{}
.gyList li{
    width: 368px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mixImgArea{
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #e2e2e2;
}
.mixImgArea:hover{
       transform: scale(1.02);
    transition: transform 0.3s ease;
}
.mixImgArea:hover .mixImgTit{
    color:#036fd3;
}

.mixImgArea img{
	width: 172px;
    height: 104px;
}
.mixImgRg{
       display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 20px;
}
.mixImgTit{
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: noWrap;
	font-size: 16px;
	color:#333;

}
.minxImgDes{
	width: 240px;
	height: 90px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #040700;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	color:#666;
}
.zpArea{
	width: 302px;
	height: 404px;
}
.zpTit{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.zpTitTex{
    width: 200px;
    height: 40px;
    background:url('./img/rcTit.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.zpList{
	padding:0 10px;
}
.zpad:hover{
     transform: scale(1.05);
    transition: transform 0.3s ease;
}
.zpList li{
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    width: 272px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.zpList li i{
    display: inline-block;
    width: 4px;
    height: 4px;
    background:#999999;
    border-radius: 50%;
    margin-right: 10px;
}
.zpItem{
	width: 260px;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}
.zpPos{
    font-size: 14px;
    color: #000000;
    line-height: 34px;
}
.zpComp{
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.zpSalary{
	font-size: 12px;
	color:#666;
}
.price{
	color:#FF7800
}

.zpad{
    width: 300px;
height: 80px;
margin-bottom: 10px;
}
.hbDemoCon{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:20px;
	margin-bottom: 30px;
}
.hbDemoItem{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}
.hbDemoItem img{
	width: 285px;
	height: 210px;
}
.hbDemoTit{
	width: 280px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: noWrap;
	line-height: 36px;
}
/* 混合部分end */


