*{
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'iconfont';  /* Project id 2592897 */
  src: url('//at.alicdn.com/t/font_2592897_g04ylbgvl08.woff2?t=1624434007154') format('woff2'),
       url('//at.alicdn.com/t/font_2592897_g04ylbgvl08.woff?t=1624434007154') format('woff'),
       url('//at.alicdn.com/t/font_2592897_g04ylbgvl08.ttf?t=1624434007154') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
  margin: 0;
  padding: 50px 0 20px;
  /* background: #003dab; */
}
html, body {
  font-family: PingFangSC-Regular,Microsoft YaHei,Helvetica;
}
a,a:hover,a:active,a:focus.a:visited{
  text-decoration: none;
}
ul,li{list-style: none;}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *+height: 1%
}
.header{
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
}
.header .logo{
  width:58px;
  /* height: 38px; */
  padding-top: 11px;
}
.header .residue{
  flex: 1;
  text-align: right;
}
.header .residue .date{
  font-size: 18px;
  color: #13a331;
  font-family: 'Arial Black';
  padding: 0 5px;
}
.banner{
  position: relative;
}
.banner img{
  width: 100%;
  vertical-align: middle;
}
.banner .btn{
  width: 120px;
  height: 30px;
  border-radius: 4px;
  color: #128a31;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  box-sizing: border-box;
  background: #ffff64;
  display: inline-block;
  margin-top: 10px;
}
.bannerinfo{
  position: absolute;
  bottom: 22px;
  /* right: 0; */
  left: 50%;
  margin-left: -125px;
  /* text-align: center; */
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.bannerinfo .txt{
  /* border-bottom: 2px solid #abe917; */
  /* padding: 0 8px 0 5px; */
  text-align: center;
  width: 250px;
}
.bannerinfo .txt strong{padding-right: 16px;}
.m_nav{
  height: 30px;
  background: #53be34;
}
.m_nav a{
  width: 20%;
  float: left;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}
.m_nav a.active{
  background: #def5bb;
  color: #00810b;
}
.navFixed{
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 11;
}
.meeting-title{
  color: #128a31;
  font-size: 24px;
  text-align: center;
  line-height: 33px;
  position: relative;
  z-index: 2;
  font-weight: bold;
  padding: 20px 0 10px;
}
.meeting-block{
  padding: 0 20px;
}
.meeting-light{
  position: relative;
}
.meeting-light .light-list{
  position: absolute;
  top: 10px;
  left: 20px;
  right: 20px;
  text-align: center;
}
.meeting-light .light-list li{
  height: 44px;
  overflow: hidden;
}
.meeting-light .light-list p{
  line-height: 32px;
  height: 32px;
  background-color: #128a31;
  display: inline-block;
  padding: 0 25px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 12px;
  border-radius: 6px;
}
.meeting-notice{
  padding: 18px 20px 10px;
  color: #fff;
  background-color: #00920d;
}
.meeting-notice p,.meeting-notice p span{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #fff;
}
.meeting-notice .more_txt2,.meeting-notice .more_txt1{display: none;}
.meeting-notice p .more_btn,.meeting-notice p .more_btn1{color: #ffff64;font-size: 14px;}
.meeting-meeting{
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #00920d;
 
}
.meeting-meeting .meeting-title{
  color: #ffff00;
}
.meeting-meeting ul{
  padding: 0 20px;
}
.meeting-meeting li{
  display: table;
  /* padding: 10px 8px 10px 13px; */
  margin-top: 10px;
  position: relative;
  background: #008314;
  /* border-radius: 4px; */
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  line-height: 40px;
  /* line-height: 40px; */
}
/* .meeting-item::after{
  content: '';
  left: 0px;
  bottom: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 4px;
  background: #00c0ff;
} */
.meeting-meeting li .num{
  width: 40px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-right: 8px;
  background-color: #83cf1b;
  display: table-cell;
  vertical-align: middle;
}
.meeting-meeting li .txt{
  line-height: 20px;
  font-size: 14px;
  padding: 9px 10px 6px 14px;
  flex: 1;
  display: block;
  color: #fff;
}
.guest_box{background-color: #edf6f3;}
.guest_box .mainbox{
  padding: 52px 0 40px;
 }
 .guest_box .guest_list{padding-top: 10px;margin: 0 20px;}
 .guest_box .guest_list li{
  display: table;
   line-height: 40px;
   overflow: hidden;
    width: 100%;
   font-size: 14px;
   border-left: 2px solid #2e984a;
   background-color: #fff;
   margin-bottom: 10px;
 }
 .guest_box .guest_tit{
  padding-left: 15px;width: 70px;color: #2e984a;font-weight: bold;
  display: table-cell;
  vertical-align: middle;
 }
 .guest_box .guest_list li em{padding-left: 14px;font-style: normal;}
 .guest_box .guest_list li span{padding:0 16px;display: inline-block;}
 .guest_box .guest_name{
  display:block;color: #333;line-height: 24px;padding: 8px 0;
 }
 @media (min-width:414px){
  .guest_box .guest_list li span{padding:0 13px;}
 } 

.meetion-light{padding-top: 20px;}
/* 嘉宾 */
.meeting-guest{
  padding-top: 37px;
  padding-bottom: 1px;
}
.meeting-guest-item{
  margin: 0 10px;
  height: 75px;
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 2px;
}
.meeting-guest-item-img{
  width: 73px;
  height: 97px;
  border-radius: 2px;
  border: 2px solid #1e8be8;
  overflow: hidden;
  margin-top: -8px;
  box-sizing: border-box;
}
.meeting-guest-item-img img{
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.meeting-guest-item-content{
  text-align: center;
  flex: 1;
}
.meeting-guest-item-content h5{
  color: #265aa3;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 5px;
}
.meeting-guest-item-content p{
  font-size: 12px;
  line-height: 15px;
}
.meeting-guest-item2{
  background: linear-gradient(-90deg, #15dbe6, #00a0ff);
}
.meeting-guest-item2 .meeting-guest-item-img{
  margin-top: -5px;
}
.meeting-guest-item2 .meeting-guest-item-content p{
  color: #fff;
}
.meeting-guest-item2 .meeting-guest-item-content h5{
  color: #fff;
}

/* 峰会日程 */
.meeting-schedule{
  margin-top: 10px;
  padding: 0 20px 10px;
}
.meeting-schedule .item{
  width: 100%;
  height:55px;
  background: #039311;
  /* border-radius: 4px; */
  background-size: 100% 70px;
  display: flex;
  line-height: 35px;
  padding: 10px 0 0 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #fff;
}
.meeting-schedule .item .time{ width: 108px;}
.meeting-schedule .item .time1{ width: 52px;}
.meeting-schedule .item .name{flex: 1;font-weight: bold;}
/* 参会须知 */
.meeting-need{
  padding: 6px 0 0;
  background-color: #e9f5f2;

}
.meeting-need-item-title{
  width: 115px;
  height: 23px;
  line-height: 23px;
  padding-left: 20px;
  color: #fff;
  box-sizing: border-box;
  background: url(../images/need-bg.png) no-repeat;
  background-size: 100%;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: bold;
}
.meeting-need-item-content{
  padding: 0 20px 24px;
}
.meeting-need-item-content p{
  line-height: 24px;
  font-size: 13px;
  color: #333;
}

/* 赞助单位 */
.meeting-unit{
  overflow: hidden;
  padding-top: 18px;
  padding-bottom: 10px;
}
/* .unit-title{
  width: 130px;
  height: 30px;
  background: #ffe617;
  border-radius: 15px;
  color: #365cd0;
  font-size: 15px;
  margin: 13px auto 15px;
  text-align: center;
  line-height: 30px;
} */
.meeting-unit .row {
  width: 100%;
}
.meeting-unit-title {color: #333; font-size: 15px; padding-bottom: 10px;}
.meeting-unit-con{
  margin: 0px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.meeting-unit-con a{width: 31.3%;margin: 0 1% 8px;text-align: center; color: #fff;}
.meeting-unit-con .imgcon {display: inline-block;
  height: 50px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  line-height: 40px;
  border: 1px solid #dadfec;
  padding: 3px;
  box-sizing: border-box;}
  .meeting-unit-con > a img {
    max-width: 98%;
    max-height: 98%;
    vertical-align: middle;
}
.meeting-unit-con p {
  line-height: 24px;
  font-size: 12px;
  height: 24px;
  overflow: hidden;
  text-align: center;
  color: #333;
}
/* .meeting-unit-con a:hover p{ color: #3f6552; } */
/* .meeting-unit-con:hover p{ color: #03246f; } */

.reviewcon {
  padding: 10px 18px 60px 14px;
}
.reviewcon li {
  position: relative;
  width: 46%;
  float: left;
  margin: 0 2% 6px;
  height: auto;
  list-style: none;
}
.reviewcon li>div {
  width: 100%;
  border: 1px solid #eae7e7;
  padding: 2px;
  position: relative;
  height: auto;
  /* top: -2px; */
    /* left: -2px; */
    background-color: #fff;
}
.reviewcon li a {
  display: block;
  color: #333;
}
.reviewcon li img {
  width: 100%;
  height: 90px;
}
.reviewcon li .txt {
  font-size: 12px;
  padding: 2px 2px 0;
  height: 28px;
  margin-bottom: 2px;
  overflow: hidden;
  line-height: 14px;
  text-align: center;
}
.meeting-map{padding: 0 20px 20px;}
/* 右侧 */
.fixedRight{display: none;}
.m_fixedRight{
  display: block;
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 99; 
  width: 43px; 
  background: #FFFFFF; 
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px 0 0 10px;
}
.m_fixedRight a {
  display: block;
  height: 55px;
  text-align: center;
  padding-top: 8px;
  box-sizing: border-box;
  font-size: 12px;
  color: #000;
}
.m_fixedRight a i {
  font-size: 22px;
  color: #039311;
  
}
.m_fixedRight .share_btn {
  border-bottom: 1px solid #E8E8E8;
  display: none;
}
.m_footer{ display: block;width: 100%;height: 50px;position: fixed;bottom: 0;left: 0;background: #fff;line-height: 50px;padding: 0;z-index:999;border-top: 1px solid #dadfec;}
.m_footer .mainbox{padding-top: 5px; display: flex; padding: 5px 20px 0 8px;}
.m_foot{ flex: 1; width: 100%;display: flex;line-height: 20px; text-align: center;justify-content: space-around;border-radius: 25px;color: #666666;font-size: 10px;}
.m_foot i {
  font-size: 20px;
}
.m_footer .apply{margin-left: 10px; width: 140px; height: 40px; background: #53be34; border-radius: 20px;text-align: center;}
.m_footer .apply a{color: #fff; line-height: 40px; height: 40px; display: block;}
.m_footer a{width: 100%;color: #666666;display: block;}

.m_model {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 999;
  display: none;
}
.m_pop_box {
  width: 230px;
  height: 129px;
  padding: 0 5px;
  background: #FFFFFF;
  border-radius: 9px;
  position: fixed;
  left: 0;
  right: 0;
  top: 230px;
  bottom: 0;
  margin: 0 auto;
  z-index: 9999;
  text-align: center;
  display: none;
}

.m_pop_box .text{
  font-weight: 500;
  color: #666666;
  font-size: 14px;
  margin-top: 30px;
}

.m_pop_box .button {
  width: 120px;
  height: 40px;
  background: #128a31;
  border-radius: 20px;
  line-height: 40px;
  margin: 21px auto 0;
}

.m_pop_box .button a { color: #fff; font-size: 18px;}

.m_pop_box .close {
  width: 40px;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -50px;
  cursor: pointer;
}
.m_pop_box .close i {font-size: 30px; color: #fff;}

/* 会议报告 */

.m_report_content{
  padding-bottom: 20px;
  position: relative;
  background-color: #fff;
  padding: 0 22px;
}
.m_report_content>p {
  width: 100%;
  /* height: 81px; */
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  padding: 20px 0;
  box-sizing: border-box;
  min-height: 81px;
}
.m_report_content>p .index {
  font-weight: 500;
  display:inline-block;
  color: #222222;
  font-size: 16px;
  position: relative;
  margin-right: 22px;
  padding-top: 4px;
}
.m_report_content>p .index:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 3px;
  background: #49E399;
  top: 34px;
  left: calc(50% - 3px);
}
.m_report_content>p .txt {
  font-weight: 500;
  color: #222222;
  line-height: 24px;
}
.m_report_content>p .hoticon{
  color: #EF5148;
  margin-left: 5px;
}
@media (max-width:320px) { 
  .meeting-light .light-list li{height: 38px;}
  .meeting-light .light-list p{
    font-size: 12px;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
  }
}

@supports (bottom: constant(safe-area-inset-top)) or (bottom: env(safe-area-inset-top)) {
  .m_footer {
      padding-bottom: constant(safe-area-inset-top);
      padding-bottom: env(safe-area-inset-bottom);
  }
}
.mask_openApp {
width: 100%;
height: 100%;
background-color: rgba(51,51,51,0.8);
position: fixed;
top: 0;
display: none;
z-index: 10000;
}
.mask_openApp .mask_img {
position: relative;
padding-top: 16px;
padding-right: 24px;
text-align: right;
padding-bottom: 12px;
right: 0;
}
.mask_openApp .mask_img img {
width: 44px;
height: 54px;
-o-object-fit: contain;
object-fit: contain;
}
.mask_openApp .mask_desc {
text-align: center;
}
.mask_openApp .mask_desc .mask_desc_wrap {
text-align: left;
display: inline-block;
font-size: 16px;
line-height: 2em;
color: #fff;
}
.mask_openApp .mask_btn {
position: absolute;
width: 100%;
bottom: 20px;
}
.mask_openApp .mask_btn .mask_btn_return {
color: #fff;
font-size: 16px;
border: 1px solid #fff;
border-radius: 12px;
height: 42px;
line-height: 42px;
width: 80%;
margin: auto;
text-align: center;
cursor: pointer;
z-index: 1000;
}

/* === Preloader === */
.preloader {
display: inline-block;
width: 1rem;
height: 1rem;
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: preloader-spin 1s steps(12, end) infinite;
animation: preloader-spin 1s steps(12, end) infinite;
}
.preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat;
}
.infinite-scroll-preloader {
margin: 0.5rem;
text-align: center;
}
.infinite-scroll-preloader .preloader {
width: 1.5rem;
height: 1.5rem;
}

@-webkit-keyframes preloader-spin {
100% {
  -webkit-transform: rotate(360deg);
}
}
@keyframes preloader-spin {
100% {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
}

.no-data {
font-size: 14px;
text-align: center;
padding: 12px 0;
}

/* iphone x 适配问题 */
@supports (bottom: constant(safe-area-inset-top)) or (bottom: env(safe-area-inset-top)) {
  .bottom {
      padding-bottom: constant(safe-area-inset-top);
      padding-bottom: env(safe-area-inset-bottom);
  }
}