/* 标题 */
.box-title-wrap{
  margin-bottom: 34px;
  position: relative;
  padding: 75px 0 0;
  text-align: center;
}

.box-title-wrap:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  width: 68px;
	height: 4px;
	background-image: linear-gradient(90deg, 
		#e912ec 0%, 
		#8215e7 100%), 
	linear-gradient(
		#ed13bc, 
		#ed13bc);
	background-blend-mode: normal, 
		normal;
	border-radius: 2px;
}

.box-title-wrap.white .box-title-cn{
  color: #fefefe;
}

.box-title-wrap.white .box-title-en{
  color: #ffffff;
	opacity: 0.2;
}

.box-title-wrap.white:after{
  background: #ede013;
}



.box-title-cn{
  margin-bottom: 15px;
  font-family: SourceHanSansCN-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #4f4f4f;
  font-weight: bold;
  line-height: 1;
}

.box-title-en{
  font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #2a2b2c;
	opacity: 0.2;
  line-height: 1;
}

/* 导航 */
.nav-wrap {
  position: relative;
  width: 100%;
  height: 66px;
  background: #fff;
}

.nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 66px;
  background: #fff;
}

.nav.fixed-nav {
  position: fixed;
  left: 0;
  top: 0;
}

.nav .logo {
  display: block;
  margin-top: 9px;
  width: 58px;
  height: 62px;
  object-fit: contain;
}

.nav-list {
  margin: 0 auto;
  width: fit-content;
  height: 66px;
}

.nav-list .nav-item {
  margin: 0 20px;
  height: 66px;
  cursor: pointer;
}

.nav-list .nav-item.join-btn{
  width: 154px;
  margin-left: 45px !important;
  margin-right: 0;
  font-family: SourceHanSansCN-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 66px;
	letter-spacing: 2px;
	color: #ffffff;
  background-image: linear-gradient(180deg, 
		#9929ea 0%, 
		#5808fb 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
		normal;
  user-select: none;
  color: #fff;
  text-align: center;
}

.nav-list .nav-item.join-btn a{
  color: #fff;
}

.nav-list .nav-item.join-btn:active{
  opacity: .8;
}

.nav-list .nav-item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 66px;
	letter-spacing: 0px;
	color: #6f08fb;
  text-align: center;
}

.nav-list .nav-item.active {
}

.nav-list .nav-item.active a {
  /* font-size: 22px; */
  font-weight: bold;
}

.nav-list .nav-item.nav-light {
  
} 

.nav-button-list {
  height: 80px;
  display: flex;
  align-items: center;
  margin-left: 6px;
}

.nav-button-list .nav-button-item {
  position: relative;
  margin-left: 10px;
}

.nav-button-list .nav-button-item button {
  width: 110px;
  line-height: 36px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
}

/* banner */
.banner-wrap{
  width: 100%;
  height: 650px;
}

.banner-swiper{
  position: relative;
  overflow: hidden;
}

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

.banner-wrap .swiper-pagination{
  bottom: 20px;
}
.banner-wrap .swiper-pagination-bullet{
  width: 12px;
	height: 12px;
	background-color: #ffffff;
	opacity: 0.5;
}

.banner-wrap .swiper-pagination-bullet-active{
  background-color: #ffffff !important;
  opacity: 1;
}

.statistics-wrap{
  box-sizing: border-box;
  padding: 25px 0 23px;
  width: 100%;
  height: 176px;
	background-color: #ffffff;
	box-shadow: 0px 0px 21px 0px 
		rgba(221, 221, 221, 0.76);
}

.statistics-list{
  display: flex;
}

.statistics-item{
  flex: 1;
  border-right: 1px solid #dedede;
  text-align: center;
}

.statistics-item:last-child{
  border-right: 0;
}

.icon-statistics{
  display: block;
  margin:  0 auto 15px;
}

.icon-statistics1{
  width: 60px;
	height: 49px;
  background: url('../images/icon-statistics1.png') no-repeat center center / contain;
}

.icon-statistics2{
  width: 53px;
	height: 48px;
  background: url('../images/icon-statistics2.png') no-repeat center center / contain;
}

.icon-statistics3{
  width: 53px;
	height: 49px;
  background: url('../images/icon-statistics3.png') no-repeat center center / contain;
}

.icon-statistics4{
  width: 53px;
	height: 49px;
  background: url('../images/icon-statistics4.png') no-repeat center center / contain;
}

.icon-statistics5{
  width: 50px;
	height: 50px;
  background: url('../images/icon-statistics5.png') no-repeat center center / contain;
}

.icon-statistics6{
  width: 50px;
	height: 50px;
  background: url('../images/icon-statistics6.png') no-repeat center center / contain;
}

.icon-statistics7{
  width: 57px;
	height: 49px;
  background: url('../images/icon-statistics7.png') no-repeat center center / contain;
}

.statistics-num{
  margin-bottom: 2px;
  font-family: SourceHanSansCN-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4f4f4f;
  font-weight: bold;
  line-height: 1;
}

.unit{
  font-family: SourceHanSansCN-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4f4f4f;
  font-weight: bold;
  line-height: 1;
}

.statistics-text{
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4f4f4f;
	opacity: 0.8;
  line-height: 1.2;
}

/* 大会介绍 */
.introduce-wrap{
  margin-bottom: 85px;
}

.introduce-flex{
  margin: 0 auto;
  width: 1300px;
  display: flex;
}

.introduce-img{
  margin-right: 55px;
  width: 573px;
  height: 488px;
  background: url('../images/img-introduce.png') no-repeat center center / contain;
}

.introduce-content{
  flex: 1
}

.introduce-title{
  margin-bottom: 5px;
  font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #4f4f4f;
  font-weight: bold;
  line-height: 1;
}

.introduce-text{
  margin-bottom: 38px;
  font-family: SourceHanSansCN-Regular;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #2b2c2c;
  line-height: 1.6;
}

/* 大会亮点 */
.highlights-wrap{
  padding-bottom: 46px;
  background: url('../images/bg-highlights.png') no-repeat center center / cover;
}

.highlights-list{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.highlights-item{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 30px 0 18px;
  margin-bottom: 24px;
  width: 575px;
	height: 186px;
	background-color: #ffffff;
	border-radius: 5px;
}

.icon-highlights{
  margin-right: 23px;
  display: block;
  width: 109px;
	height: 109px;
  border-radius: 50%;
	background-color: #6f08fb;
}

.icon-highlights1{
  background: url('../images/icon-highlights1.png') no-repeat center center / contain;
}

.icon-highlights2{
  background: url('../images/icon-highlights2.png') no-repeat center center / contain;
}

.icon-highlights3{
  background: url('../images/icon-highlights3.png') no-repeat center center / contain;
}

.icon-highlights4{
  background: url('../images/icon-highlights4.png') no-repeat center center / contain;
}

.icon-highlights5{
  background: url('../images/icon-highlights5.png') no-repeat center center / contain;
}

.icon-highlights6{
  background: url('../images/icon-highlights6.png') no-repeat center center / contain;
}

.highlights-content{
  flex: 1;
}

.highlights-title{
  margin-bottom: 8px;
  font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1px;
	color: #6f08fb;
}

.highlights-text{
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
}

/* 场地规划图 */
.map-wrap{
}

.map-num-list{
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.map-num-item{
  padding: 25px 32px 30px;
  margin-right: 54px;
  margin-bottom: 49px;
  box-sizing: border-box;
  width: 321px;
	height: 165px;
  line-height: 1;
  border-radius: 10px;
  color: #fff;
}

.map-num-item:nth-child(1){
  background: url('../images/bg-map1.png') no-repeat center center / contain;
}

.map-num-item:nth-child(2){
  background: url('../images/bg-map2.png') no-repeat center center / contain;
}

.map-num-item:nth-child(3){
  background: url('../images/bg-map3.png') no-repeat center center / contain;
}

.map-num-item:last-child{
  margin-right: 0;
}

.map-num-title{
  margin-bottom: 17px;
  font-family: SourceHanSansCN-Bold;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 3px;
	color: #ffe400;
  font-weight: bold;
}

.map-num-line{
  margin-bottom: 15px;
  width: 54px;
	height: 5px;
	background-color: #ffffff;
}

.map-num-text{
  margin-bottom: 10px;
}

.map-num-text:last-child{
  margin-bottom: 0;
}

.map-img-title{
  margin-bottom: 14px;
  text-align: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 2px;
	color: #4f4f4f;
}

.map-img-title-en{
  margin-bottom: 30px;
  font-family: SourceHanSansCN-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1px;
	color: #4f4f4f;
  text-align: center;
}

.map-img-content{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Regular;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #4f4f4f;
}

.map-room-num{
  font-family: SourceHanSansCN-Medium;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
  padding: 3px 4px;
  background-color: #dd018d;
}

.map-img{
  display: block;
  margin: 0 auto 44px;
  max-width: 1319px;
	height: 825px;
  object-fit: contain;
}

/* 展区规划 */
.exhibition-wrap{
  padding-bottom: 87px;
  background: url('../images/bg-exhibition1.png') no-repeat center center / cover;
}
.exhibition-box{
  overflow: hidden;
  margin-top: 51px;
  padding: 33px 0 34px 46px;
  display: flex;
  align-items: center;
  background: url('../images/bg-exhibition2.png') no-repeat center center / contain;
}

.exhibition-box-left{
  margin-right: 56px;
  width: 428px;
	height: 323px;
	/* background-image: linear-gradient(90deg, 
		#3f35c3 0%, 
		#6827ba 100%); */
}


.exhibition-box-right{
  flex: 1;
}

.exhibition-content{
  margin-right: 75px;
  padding-bottom: 28px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.exhibition-content:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.exhibition-title{
  margin-bottom: 12px;
  font-family: SourceHanSansCN-Medium;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ede013;
  line-height: 1;
}

.exhibition-text{
  font-family: SourceHanSansCN-Normal;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}

/* 同期会议 */
.meeting-wrap{
  padding-bottom: 82px;
  background: url('../images/bg-meeting.png') no-repeat center center / cover;
}
.time-line {
  margin: 80px auto 0;
  width: 1000px;
  padding: 0 30px;
}

.time-line .time-line-item {
  position: relative;
  display: flex;
}

.time-line .time-line-item::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  width: 29px;
  height: 18px;
  background-color: #e4e7ed;
  border-radius: 50%;
  background: url('../images/icon1.png') no-repeat center center / contain;
  z-index: 2;
}

.time-line .time-line-item::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0px;
  width: 2px;
  height: 100%;
  background-color: #e4e7ed;
}

.time-line .time-line-item .time-line-item-time {
  width: 80px;
  padding-left: 38px;
  padding-right: 40px;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #4f4f4f;
}

.time-line .time-line-item.time-line-title{
  padding-top: 57px;
}

.time-line .time-line-item.time-line-title::before{
  top: 1px;
  left: -4px;
  width: 20px;
  height: 26px;
  background: url('../images/icon2.png') no-repeat center center / contain;
  background-color: #fff;
}

.time-line .time-line-item.time-line-title .time-line-item-time{
  margin-bottom: 39px;
  font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 3px;
	color: #6f08fb;
  font-weight: bold;
}

.time-line .time-line-item .time-line-item-wrapper {
  position: relative;
  padding-left: 10px;
  line-height: 1.8;
  padding-bottom: 45px;
  flex: 1;
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	letter-spacing: 1px;
	color: #4f4f4f;
}

.time-line .time-line-item:last-child .time-line-item-wrapper{
  padding-bottom: 0;
}

/* .time-line .time-line-item:last-child .time-line-item-wrapper p{
  margin-bottom: 0;
} */

.time-line .time-line-item .time-line-item-wrapper p{
  margin-bottom: 15px;
  line-height: 1;
}

.time-line .time-line-item.time-line-title .time-line-item-wrapper{
  font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 3px;
	color: #6f08fb;
  font-weight: bold;
}

.time-line .time-line-item.time-line-title .time-line-item-wrapper span{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #4f4f4f;
}

.time-line .time-line-item:last-child .time-line-item-wrapper::after {
  display: none;
}

/* 采购商对接会 */
.bg-wrap1{
  width: 100%;
  height: 1249px;
  background: url('../images/bg-wrap1.jpg') no-repeat center center / cover;
}

/* 知名专家出席 */
.expert-wrap{
  background: url('../images/bg-expert.png') no-repeat center center / cover;
}

.expert-swiper{
  overflow: hidden;
}

.expert-list-wrap{
  position: relative;
  width: 80%;
  max-width: 1211px;
  margin: 60px auto 17px;
}

.expert-list-wrap .swiper-slide{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.expert-list-wrap .swiper-item-flex{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.expert-list-wrap .expert-swiper-button-next{
  right: -120px;
  width: 60px;
  height: 60px;
}

.expert-list-wrap .expert-swiper-button-prev{
  left: -120px;
  width: 60px;
  height: 60px;
}

.expert-list-wrap .expert-swiper-button-next:after{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url('../images/icon-right.png') no-repeat center center / contain;
}

.expert-list-wrap .expert-swiper-button-prev:after{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url('../images/icon-left.png') no-repeat center center / contain;
}

.expert-list-wrap .expert-item{
  width: 240px;
  margin-bottom: 33px;
}

.expert-list-wrap .expert-item:nth-child(5n){
  margin-right: 0;
}

.expert-list-wrap .pic{
  width: 203px;
  height: 204px;
  margin:  0 auto 13px;
  position: relative;
}

.expert-list-wrap .name{
  margin-bottom: 11px;
	font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 2px;
	color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.expert-list-wrap .info{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 1px;
	color: #ffffff;
  text-align: center;
}


.expert-list-wrap .pic::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 204px;
  height: 204px;
  background: url("../images/bg-border.png") center no-repeat;
}

.expert-list-wrap .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.expert-list-wrap .pic img {
  border-radius: 75px;
  width: 160px;
  height: 160px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}

.expert-tip{
  padding-bottom: 59px;
  width: 1210px;
  margin: 0 auto;
  text-align: right;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
}

/* 参会人群 */
.bg-wrap2{
  box-sizing: border-box;
  width: 100%;
  height: 894px;
  background: url('../images/bg-wrap2.png') no-repeat bottom center / cover;
}

/* 往届回顾 */
.meeting-lookback {
  padding: 0 0 30px;
  background: url('../images/bg-lookback.png') no-repeat center center / cover;
}

.lookback-swiper-wrap{
  width: 1085px;
  position: relative;
  margin: 0 auto;
}

.lookback-swiper{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lookback-list{
  padding-bottom: 40px;
}

.lookback-item{
  display: block;
  /* width: 287px; */
  padding: 20px;
  background: #fff;
  text-align: center;
}

.lookback-item::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0;
  transform: translateX(-50%);
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 20px solid #fff;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.lookback-item-img{
  margin: 0 auto 16px;
  width: 246px;
	height: 195px;
  object-fit: cover;
}

.lookback-item-date{
  margin-bottom: 7px;
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #6f08fb;
}

.lookback-item-text{
  font-family: SourceHanSansCN-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #6f08fb;
  font-weight: bold;
}

.lookback-swiper-wrap .lookback-swiper-button-next{
  right: -120px;
  width: 60px;
  height: 60px;
}

.lookback-swiper-wrap .lookback-swiper-button-prev{
  left: -120px;
  width: 60px;
  height: 60px;
}

.lookback-swiper-wrap .lookback-swiper-button-next:after{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url('../images/icon-right.png') no-repeat center center / contain;
}

.lookback-swiper-wrap .lookback-swiper-button-prev:after{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url('../images/icon-left.png') no-repeat center center / contain;
}

.bg-line{
  margin-left: 29px;
  width: calc(100% - 29px);
  height: 66px;
  background: url('../images/bg-line.png') no-repeat center center / cover;
}

/* 联系我们 */
.contact-wrap{
  padding: 64px 0 59px;
}

.contact-title{
  position: relative;
  margin-bottom: 15px;
  font-family: SourceHanSansCN-Bold;
  font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1px;
	color: #333333;
  font-weight: bold;
}

.contact-box-left{
  display: flex;
}

.contact-item{
  margin-right: 115px;
}

.contact-item-title{
  width: 158px;
  margin-bottom: 34px;
  position: relative;
  font-family: SourceHanSansCN-Medium;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1px;
	color: #333333;
  text-align: center;
}

.contact-item-title:after{
  content: '';
  width: 158px;
	height: 24px;
	background-color: #be65ff;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}

.contact-item .icon-user{
  margin-right: 16px;
  display: inline-block;
  width: 24px;
	height: 22px;
  vertical-align: middle;
  background: url('../images/icon-user.png') no-repeat center center / contain;
}

.contact-item .icon-phone{
  margin-right: 16px;
  display: inline-block;
  width: 20px;
	height: 24px;
  vertical-align: middle;
  background: url('../images/icon-phone.png') no-repeat center center / contain;
}

.contact-item .icon-email{
  margin-right: 16px;
  display: inline-block;
  width: 22px;
	height: 18px;
  vertical-align: middle;
  background: url('../images/icon-email.png') no-repeat center center / contain;
}

.contact-item-text{
  margin-bottom: 19px;
  font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #333333;
}

.contact-box{
  display: flex;
  justify-content: space-between;
}


.contact-box-right{
  display: flex;
}

.contact-box-right img{
  margin-left: 56px;
  width: 141px;
	height: 141px;
}

/* 右侧浮动面板 */
.right-panel{
  padding: 12px 18px;
  position: fixed;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  color: #fff;
  background: url('../images/bg-panel.png') no-repeat center center / cover;
  border-radius: 10px;
}

.right-panel-item{
  display: block;
  width: 120px;
	height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  background-color: #008fff;
}

/* 我要参会 */
.participate-btn{
  background-image: linear-gradient(180deg, 
		rgba(250, 38, 38, 1) 0%, 
		#ff544f 100%), 
	linear-gradient(
		#008fff, 
		#008fff);
	background-blend-mode: normal, 
		normal;
}
/* 一键分享 */
.share-wrap:hover .share-component{
  display: block;
}
.social-share {
  display: none;
  position: absolute;
  top: 0px;
  left: -122px;
  width: 120px;
  border: 1px solid #ccc;
  background: #fff;
}

.right_fx {
  position: relative;
}

.right_fx:hover .social-share {
  display: block;
}

.social-share .item {
  width: 50%;
}

.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 50px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}

.social-share .item a:hover .share-n {
  color: black;
}

/* 扫码入群 */
.jinqun_qr {
  position: relative;
}

.jinqun_qr .jinqun {
  display: none;
}

.jinqun_qr:hover .jinqun {
  padding: 10px 20px;
  background: #fff;
  position: absolute;
  left: -185px;
  display: inline-block;
  box-shadow: 0 0 5px #ccc;
  color: #000;
  font-size: 14px;
}

.jinqun_qr:hover .jinqun img{
  display: block;
  width: 142px;
  height: 142px;
  margin: 10px auto;
  border: 1px solid #ccc;
}

.jinqun_qr:hover .jinqun p{
  text-align:center;
  color: #7e7c7e;
  font-size: 14px;
  line-height: 24px;
}

.right-panel-qrcode{
  display: none;
  margin-top: 7px;
  width: 120px;
	height: 120px;
}

.jinqun_qr:hover .right-panel-qrcode{
  display: block;
}

.drawing-box{
  margin: 0 auto;
  width: 110px;
  height: 6px;
  background-color: #3a55cf;
  transform: skewX(-60deg);
}