.indexPage {
  background: #F8F8F8;
  padding-bottom: 17.333vw;
}

.searchWrap {
  position: relative;
  padding: 2.667vw 4vw 0 4vw;
  background: #F8F8F8;
}

.searchWrap input {
  width: 100%;
  height: 10.667vw;
  background: #FFFFFF;
  box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5.867vw;
  opacity: 0.5;
  border: 2px solid #E7E7E7;
  font-size: 3.733vw;
  padding-left: 5.333vw;
  box-sizing: border-box;
}

.searchWrap .searchWrap-icon {
  position: absolute;
  top: 20%;
  right: 4vw;
  width: 21.333vw;
  height: 10.667vw;
  background: linear-gradient(180deg, #2BC9A6 0%, #20AE9C 100%);
  border-radius: 5.867vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homeTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 4vw 2vw 0vw;
  background: #fff;
  margin-top: 2.667vw;
}

.homeTitle>h3 {
  border-left: 1.067vw solid #20AE9C;
  padding-left: 4vw;
  font-size: 4.8vw;
  font-weight: 600;
  color: #333333;
}
.homeTitle> .homeTitleIcon {
  transform: translateY(-5px);
}
.homeTitle>a {
  color: #18B47F;
  font-size: 3.2vw;
  margin-left: auto;
}

.parent-div {
  display: flex;
  flex-wrap: wrap;
  margin-left: 4.3vw;
  column-gap: 4.3vw;
  row-gap: 3.2vw;
  margin-top: 4.3vw;
  margin-bottom: 3.2vw;
}

.parent-div a {
  color: black;
  text-decoration: none;
}

.child-div {
  display: flex;
  background-size: cover;
  width: 27.7vw;
  height: 19.2vw;
}

.child-text {
  margin-top: 2vw;
  font-size: 3vw;
}
.indexAd {
  padding: 4vw;
}
.indexAd img {
  width: 100%;
  border-radius: 2.1333vw;
}


/*推荐会议 start*/
#hotMeetWrap .swiper-pagination {
  position: inherit;
  bottom: 0px;
}
#hotMeetWrap .swiper-pagination-bullet-active {
  background:#18B47F;
}
.indexPage .fieldWrap {
  padding: 2.666vw 4.6667vw 1.666vw; 
}
.indexPage .fieldWrap a {
  display: inline-block;
  padding: 1vw 1.5vw;
  border: 1px solid #DCDFE6;
  border-radius: 30px;
  color:#333;
  font-size: 3.2vw;
}
.indexPage .fieldWrap .fieldMore {
  display: inline-block;
  border-radius: 30px;
  background: linear-gradient(180deg, #2BC9A6 0%, #20AE9C 100%);
  padding: 0.9vw 4.6667vw;
  margin-left: auto;
  vertical-align: baseline;
}
.indexPage .fieldWrap .fieldMore img {
  display: inline-block;
  width: 4vw;
  vertical-align: middle;
}
/*推荐会议 end*/


/*最新会议 start*/
#newsMeetWrap .swiper-pagination {
  position: inherit;
  bottom: 0px;
}
#newsMeetWrap .swiper-pagination-bullet-active {
  background:#18B47F;
}
/*最新会议 end*/

/* 期刊 start */
.journalCard-container {
  width: 100%;
  background: #FFFFFF;
  margin-top: 1.1vw;
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
  display: flex;
}

.journalCard-container-card-image {
  width: 21.3vw;
  height: 28.8vw;
  border-radius: 1.1vw;
  margin-left: 4.3vw;
  background-size: cover;
}

.journalCard-container-list {
  margin-top: 43vw;
  padding-bottom: 16vw;
}

.journalCard-container-card-right {
  margin-left: 2.7vw;
}

.journalCard-container-card-title {
  width: 67.5vw;
  height: 8.5vw;
  font-family: PingFangSC, PingFang SC;
  font-size: 4vw;
  color: #333333;
  line-height: 4.3vw;
  text-align: justify;
  font-style: normal;
}

.journalCard-container-card-right-bottom-left {
  margin-top: 1.3vw;
  width: 43.2vw;
}

.journalCard-container-card-right-bottom-left-text {
  height: 4.5vw;
  font-family: PingFangSC, PingFang SC;
  font-size: 3.2vw;
  color: #666666;
  line-height: 4.5vw;
  text-align: left;
  font-style: normal;
  margin-top: 0.5vw;
}

.journalCard-container-card-right-bottom-left-text span {
  color: #333333;
}

.journalCard-container-card-right-bottom-right {
  width: 25vw;
  height: 7.9vw;
  background-image: url(/res/images/journalBigData/submitNow.png);
  background-size: cover;
  margin-top: 13vw;
}

/* 期刊 end */


/* 弹窗容器 start */
/* 蒙层 */
#mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 998;
}

#mask.active {
  opacity: 1;
  visibility: visible;
}

#sidePanel {
  position: fixed;
  top: 0;
  right: -82vw;  
  width: 80vw;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0,0,0,0.2);
  transition: right 0.4s ease; 
  z-index: 999;
}
/* 新闻里的广告 */
.newsBatch {
  margin-top: 1.333vw;
}
.newsBatch img {
  width: 100%;
}
/* 弹窗显示时 */
#sidePanel.active {
  right: 0;
}

.sidePanel-header {
  display: flex;
  justify-content: space-between;
  padding: 2.6667vw 4vw;
  font-weight: 500;
  font-size: 4vw;
  color: #333333;
  border-bottom: 2px solid #F2F2F2;
}
.sidePanel-content {
  padding: 2.6667vw 4vw 0;
}
.sidePanel-content a {
  display: inline-block;
  padding: 1vw 3vw;
  border: 1px solid #DCDFE6;
  border-radius: 30px;
  color:#333;
  font-size: 3.2vw;
  margin: 2.6667vw 0vw 0 0;
}
#closePanel {
  flex: 0 0 6vw;
  width: 6vw;
}
/* 弹窗容器 end */