*{
  margin: 0;
  padding: 0;
}

html,body{
  font-family: PingFangSC-Regular,Microsoft YaHei,Helvetica;
  width: 100%;
  height: 100%;
  font-size: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.app_container{
  width: 100%;
  height: 100%;
  overflow:auto
}

@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{
  padding-bottom: 5rem;
}
a,a:hover,a:active,a:focus.a:visited{
  text-decoration: none;
}
ul,li{list-style: none;}

.title_1{
  font-size: 2.1rem;
  color: #34BE3D;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.7rem;
}

.header{
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  height: 5rem;
  line-height: 5rem;
  padding: 0 1.3rem 0 2rem;
  
}

.header .logo{
  width:9.8rem;
  padding-top: 1.1rem;
}

.header .residue{
  margin-top: 1.3rem;
  height: 2.4rem;
  padding: 0 1.3rem;
  box-sizing: border-box;
  background:rgba(242, 242, 242, 0.6);
  border: 0.1rem solid #E4E4E4;;
  border-radius: 1.2rem;
  line-height: 2.4rem;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
}

.header .residue .day_num{
  color: #34BE3D;
  font-size: 1.6rem;
  vertical-align: bottom;
  font-weight: bold;
}
.header .to_ntelligent4th_h5 {
  margin-top: 1.3rem;
  height: 2.4rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
  background:#34BE3D;
  border-radius: 1.2rem;
  line-height: 2.4rem;
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
}
.banner{
  position: relative;
  margin-top: 5rem;
}
.banner img{
  width: 100%;
  vertical-align: middle;
}
.banner .time_box{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 11rem;
}
.banner .time_box .time{
  font-size: 1.5rem;
  color: #0EA60A;
}

.m_nav{
  height: 3rem;
  line-height: 3rem;
  background-color: #46D064;
  display: flex;
  font-size: 1.5rem;
}
.tab_fixed{
  position: fixed;
  left: 0;
  right: 0;
  top: 5rem;
  z-index: 11;
  box-shadow: 0 2px 5px #333;
}

.m_nav a{
  flex: 1;
  height: 100%;
  text-align: center;
  color: #ffffff;
}

.m_nav a.active{
  color: #ffffff !important;
  background-color: #34BE3D;
}


.content{
  background: url(../images/bg_4.png) no-repeat;
  background-size: 20.5rem 19.2rem;
  background-position: 100% 30rem;
}

/* 文件内容  */
.files_content{
  margin-bottom: 2.9rem;
  padding: 1.8rem 1.4rem 1.8rem 1.6rem;
  background-color: #FBFDEE;
}

.files_content p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-indent: 2.8rem;
  color: #333333;
}

.files_content .more_btn{
  font-size: 1.4rem;
  color: #20a886;
}

/* 会议亮点  */
.content_1 {
  padding: 0 1rem;
  margin-bottom: 2.9rem;
}
.content_1 .content_1_box{
  background-color: rgba(208, 242, 207, 0.5);
	border-radius: 1.5rem;
  padding: 1.5rem 1.1rem;
  box-sizing: border-box;
}
.content_1 .content_1_box .item_1{
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #333333;
  margin: 0.5rem 0;
  display: flex;
}
.content_1 .content_1_box .item_1 .icon{
  display: inline-block;
  width: 1.5rem;
  height: 1.3rem;
  background: url(../images/xing.png) no-repeat center;
  background-size: 100% auto;
  margin-right: 1.1rem;
  margin-top: 0.5rem;
}      

/* 会议议题 */
.content_3{
  padding-top: 2rem;
  padding-bottom: 3.5rem;
  background-color: rgba(247, 252, 220, 0.5);
  background-size:100% auto; 
  margin-bottom: 3.1rem;
}

.content_3 .title_1{
  margin-left: 2rem;
}

.content_3 .subject{ 
  margin: 0 1rem;
  padding: 0.8rem 1.5rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0.6rem;
}

.content_3 .subject li{
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #e3e3e3;
}

.content_3 .subject li span{
  width: 2.4rem;
  height: 1.8rem;
  background: url(../images/yt_icon.png) no-repeat top;
  background-size: 100% auto;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height:1.8rem;
  margin-right: 0.7rem;
}

.content_3 .subject li p{
  flex: 1;
  font-size: 1.4rem;
  color: #333333;
  padding: 1.2rem 0;
}

.content_3 .subject li:last-child{
  border-bottom:none;
}

/* 会议日程 */
.content_4{
  padding: 0 1rem 1.6rem 1.3rem;
}


.content_4 .schedule li{
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.content_4 .schedule li .time{
  width: 4.5rem;
  color: #34BE3D;
  text-align: center;
  margin-right: 1.7rem;
}
.content_4 .schedule li .time .date {
  font-size: 1.5rem;
  font-weight: bold;
}
.content_4 .schedule li .time .unit{
  height: 1.7rem;
  background-color: #34BE3D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_4 .schedule li .intro{
  flex: 1;
  text-align: center;
  padding: 1rem 0;
  color: #333;
  font-size: 1.4rem;
  background: #FBFDEE;
  line-height: 2rem;
}
.content_4 .schedule li .intro p {
  color: #34BE3D;
  font-size: 1.2rem;
}

/* 参会指南 */
.content_5{
  background: #FBFDEE;
  padding: 2.6rem 0 1rem;
}

.content_5 .tips_box{
  border-radius: 0.6rem;
  padding: 0.2rem 0;
  box-sizing: border-box;
}

.content_5 .tips_box .tips_item{
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8rem;
}
.content_5 .tips_box .tips_item .tips_title{
  width: 12.1rem;
  height: 2.6rem;
  background: url(../images/bg_3.png) no-repeat top;
  background-size: 100% auto;
  font-size: 1.5rem;
  line-height:2.6rem;
  padding-left: 2.3rem;
  color: #fff;
  font-weight: bold;
}

.content_5 .tips_box .tips_item .tips_info_box{
  padding: 1rem 2.3rem;
}

.content_5 .tips_box .tips_item .tips_info_box .tips_info{
  line-height: 2.4rem;
  font-size: 1.3rem;
  font-stretch: normal;
  color: #333333;

}

.content_5 .tips_box .map{
  padding: 0 2.3rem 2.1rem;
}

.content_5 .tips_box .map img{
  width: 100%;
  vertical-align: middle;
}

/* 赞助合作 */
.content_6 {
  padding: 2.6rem 0;
}

.content_6 .partners{
  background: #fff;
  border-radius: 0.6rem;
  padding:0 2rem 1.5rem;
}

.content_6 .partners .row{
  width: 100%;
}

.content_6 .partners .row .meeting-unit-title {
  font-size: 1.5rem;
  color: #0a7f2f;
  padding-bottom: 1rem;
  padding-left: 0.4rem;
}

.content_6 .partners .row .meeting-unit-con{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.content_6 .partners .row .meeting-unit-con a{
  text-align: center;
  width: 30%;
  color: #fff;
  margin: 0 1.5% 1.2rem;
}

.content_6 .partners .row .meeting-unit-con a .imgcon{
  display: inline-block;
  height: 5rem;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background: #fff;
  line-height: 4rem;
  border: 1px solid #dadfec;
}

.meeting-unit-con > a img{
  vertical-align: middle;
  max-width:98%;
  max-height: 98%;
}
.meeting-unit-con p {
  padding-top: 3px;
  line-height: 2.4rem;
  font-size: 1.2rem;
  height: 2.4rem;
  overflow: hidden;
  color: #666666;
}

/* 侧边固定 */
.m_fixedRight{
  display: block;
  position: fixed;
  bottom: 9rem;
  right: 0;
  z-index: 99; 
  width: 4.3rem; 
  background: #FFFFFF; 
  box-shadow: 0rem 0rem 4rem 0rem rgba(0, 0, 0, 0.09);
  border-radius: 1rem 0 0 1rem;
}
.m_fixedRight a {
  display: block;
  height: 5.5rem;
  text-align: center;
  padding-top: 0.8rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  color: #000;
}
.m_fixedRight a i {
  font-size: 2.2rem;
  color: #20a886;
  
}
.m_fixedRight .share_btn {
  display: none;
  border-bottom: 1px solid #E8E8E8;
}

/* 底部固定 */
.m_footer{
  display: block;
  width: 100%;
  height: 5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  line-height: 5rem;
  padding: 0;
  z-index:999;
  border-top: 1px solid #dadfec;
}

.m_footer .mainbox {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-right: 2rem;
}

.m_footer .mainbox .m_foot{
  flex: 1;
  width: 100%;
  display: flex;
  line-height: 2rem;
  text-align: center;
  justify-content: space-around;
  border-radius: 25px;
  color: #666666;
  font-size: 1.2rem;
}

.m_footer .mainbox .apply{
  width: 14rem;
  height: 4rem;
  background-color: #34BE3D;
  border-radius: 2rem;
  line-height: 4rem; 
  text-align: center;
}

.m_footer .mainbox .apply>a{
  font-family: PingFang-SC-Medium;
  font-size: 1.8rem;
  font-stretch: normal;
  color: #FFFF00;
}

.m_footer .mainbox .m_foot li i{
  display: block;
  font-size: 2rem;
  color: #666;
  height: 1.8rem;
  margin-bottom: 0.7rem;
}

.m_footer .mainbox .m_foot li a{
  display: block;
  color: #666666;
  width: 100%;
}

/* 遮罩层 */
.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: 23rem;
  height: 12.9rem;
  padding: 0 0.5rem;
  background: #FFFFFF;
  border-radius: 0.9rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 23rem;
  bottom: 0;
  margin: 0 auto;
  z-index: 9999;
  text-align: center;
  display: none;
}

.m_pop_box .text{
  font-weight: 500;
  color: #666666;
  font-size: 1.4rem;
  margin-top: 3rem;
}

.m_pop_box .button {
  width: 12rem;
  height: 4rem;
  background: #20a886;
  border-radius: 2rem;
  line-height: 4rem;
  margin: 2.1rem auto 0;
}

.m_pop_box .button a { color: #fff; font-size: 1.8rem;}

.m_pop_box .close {
  width: 4rem;
  position: absolute;
  left: calc(50% - 2rem);
  bottom: -5rem;
  cursor: pointer;
}
.m_pop_box .close i {font-size: 3rem; color: #fff;}

/* 打开APP */
.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;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *+height: 1%
}

/* 往届回顾 */
.reviewcon {
  background: #FBFDEE;
  padding: 2.6rem 1.8rem 3.5rem 1.4rem;
}
.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;
  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;
}
/* iphone x 适配问题 */
@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
  .m_footer {
    /* 适配底部安全区域 */
    padding-bottom: costant(safe-area-inset-bottom);/*兼容 IOS<11.2*/
    padding-bottom: env(safe-area-inset-bottom);/*兼容 IOS>11.2*/
  }
}