/*
.lan_en前缀为英文网站样式
.h_website前缀为网站首页样式
.phone前缀为网站移动端样式
.right前缀为网站右侧模块样式
.parent_module前缀为父模块内子模块样式
.academic前缀为学术会议样式
.new_website前缀为新打开页面
*/

/*图标*/
@font-face {
  font-family: "m_iconfont";
  src: url("../../fonts/tem_font/03/iconfont.eot"); /* IE9*/
  src: url("../../fonts/tem_font/03/iconfont.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../../fonts/tem_font/03/iconfont.woff") format("woff"),
    /* chrome、firefox */ url("../../fonts/tem_font/03/iconfont.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../../fonts/tem_font/03/iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */
}
.m_icon {
  font-family: "m_iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
/*公共样式*/
.website {
  color: #222;
  font-size: 16px;
  background: #fff;
}
.website .page_head {
  overflow: hidden;
}
.website .page_con .module {
  padding: 60px 0;
}
.website .module .con {
  max-width: 1200px;
}
.website .module .title {
  text-align: center;
  margin-bottom: 40px;
}
.website .module .title_box {
  color: inherit !important;
}
.website .module .title .m_icon {
  display: none;
}
.website .module .title .ti {
  display: inline-block;
  vertical-align: middle;
  color: inherit !important;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 4px;
}
.website .module .title .re_ti {
  color: inherit !important;
  display: block;
  font-size: 14px;
  opacity: 0.4;
  letter-spacing: 4px;
}
.website .module.even {
  background-color: rgba(240, 244, 246, 0.5);
}
.website .module .button {
  height: 48px;
  line-height: 48px;
  padding: 0 48px;
  border-radius: 48px;
}
.website .module .button.cancal {
  color: #a3aaad;
  background: #d1d7da;
}
.website .module .button.disable {
  color: #a3aaad;
  background: #d1d7da;
}
.new_website.website .page_head {
  overflow: inherit;
}
.phone .website {
  font-size: 14px;
}
.phone .website_con {
  background: #ededf2;
}
.phone .website .module {
  padding: 24px 12px;
}
.phone .website .website_page .module {
  margin-top: 8px;
  background: #fff !important;
  color: #222 !important;
}
.phone .website .module .title {
  margin-bottom: 24px;
  text-align: left;
}
.phone .website .module .title .ti {
  font-size: 18px;
}
.phone .website .module .button {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 12px;
}
.phone .website .page_head {
  overflow: inherit;
}
/*搜索筛选*/

/*列表空*/
.empty_box {
  text-align: center;
  padding: 48px 0;
  color: #cccccc;
}
.empty_box .icon_box {
  width: 200px;
  height: 200px;
  background: url(https://img.bagevent.com/resource/20190227/16515107535754.png)
    no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-bottom: 24px;
  text-align: center;
}
.phone .empty_box .icon_box {
  width: 120px;
  height: 120px;
}
/*菜单*/
.module.menu {
  background: #fff;
  height: 64px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 32px;
  text-align: center;
}
.module.menu .menu_con {
  min-width: 1200px;
  display: inline-block;
}
.module.menu .or_logo {
  text-align: left;
  vertical-align: middle;
  padding-right: 60px;
  float: left;
  margin-top: 16px;
}
.module.menu .or_logo .logo a {
  margin-right: 12px;
  display: inline-block;
}
.module.menu .or_logo .logo img {
  height: 32px;
}
.module.menu .or_name {
  font-size: 20px;
}
.module.menu .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: right;
}
.module.menu .li {
  text-align: center;
  position: relative;
  line-height: 64px;
  vertical-align: top;
  margin: 0 24px;
}
@media screen and (max-width: 1680px) {
  .module.menu .li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .module.menu .li {
    margin: 0 16px;
  }
}
.module.menu .li .bg {
  height: 4px;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.module.menu .li.color {
  font-weight: bold;
}
.module.menu .li.color .bg {
  display: block;
  animation: fadeIn 0.6s 1 ease-in-out;
}
.module.menu .li:hover .bg {
  display: block;
  animation: fadeIn 0.6s 1 ease-in-out;
}
.module.menu .nav .submenu_li {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-top-width: 4px;
  border-top-style: solid;
  margin-top: -4px;
  min-width: inherit !important;
  width: 156px;
  left: 50% !important;
  margin-left: -78px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 14px;
}
.module.menu .nav .submenu_li a {
  line-height: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.module.menu .nav .submenu_li .bg {
  display: none;
}
.module.menu .buy {
  float: none;
  vertical-align: middle;
  display: table-cell !important;
  padding-left: 24px;
}
.module.menu .buy .button {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  padding: 0 36px;
  font-weight: bold;
}
.module.menu.isStuck {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.147);
}
.academic .module.menu .buy {
  display: none !important;
}
.new_website .module.menu {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.147);
}
.phone .module.menu {
  padding: 0;
  height: auto; /*height: 44px; line-height: 44px; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.147); padding: 0;*/
}
.phone .module.menu .or_logo {
  padding-right: 100px;
  margin: 0;
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.phone .module.menu .menu_con {
  display: block;
  width: 100%;
  min-width: auto;
  height: 44px;
}
.phone .module.menu .or_logo .logo img {
  height: 26px;
}
.phone .module.menu .menu_con > .icon {
  padding-right: 12px;
  padding-left: 12px;
}
.phone .module.menu .nav .li {
  line-height: 66px;
}
.phone .module.menu .lan {
  font-size: 0 !important;
  width: 64px !important;
  height: 24px !important;
  display: block !important;
  background: url(https://img.bagevent.com/resource/20180918/14530910035754.png)
    no-repeat center;
  background-size: 64px 24px;
  position: absolute;
  right: 60px;
  top: 10px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 10;
}
.phone .lan_en .module.menu .lan {
  background: url(https://img.bagevent.com/resource/20180918/14530910935754.png)
    no-repeat center;
  background-size: 64px 24px;
}
/*.phone .module.menu .menu_con { min-width: inherit; display: block; }
.phone .module.menu .or_logo { display: inline-block; width: calc(100% - 114px); height: 44px; }
.phone .module.menu .or_logo .logo a { margin-right: 0px; float: left; }z
.phone .module.menu .or_logo .logo img { height: 26px; margin-left: 12px; }
.phone .module.menu .or_logo .logo .or_name { margin-left: 8px; font-size: 16px;margin-top: 10px; line-height: 26px; }
.phone .module.menu .lan { background: #fff; color: #333; line-height: 44px; height: 44px; padding: 0 12px; font-size: 14px; position: absolute; top: 0; right: 44px; border-radius: 0; }
.phone .module.menu .nav { display: none; min-height: calc(100vh - 44px); overflow-x: hidden; overflow-y: auto; }
.phone .module.menu .nav .li { margin-left: 0; font-size: 14px; line-height: 44px; }
.phone .module.menu .nav .li .bg { display: none; }
.phone .module.menu .nav .li .submenu_li { background: none; box-shadow: none; border: 0; padding: 0; margin: 0; width: 100%; left: auto !important; text-align: left; }
.phone .module.menu .submenu .submenu_li a { border-bottom: 0; }*/
/*头图*/
.module.banner {
  background-image: url(https://img.bagevent.com/resource/20231212/173955788125.jpg);
  background-position: center;
  margin-top: 64px;
}
.module.banner > .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.module.banner .banner_con {
  position: relative;
  z-index: 10;
}
.module.banner .banner_con .con {
  max-width: 1200px;
}
.module.banner .information {
  text-align: center;
  padding: 90px 160px;
}
.module.banner .information .name {
  font-size: 72px;
  font-weight: bold;
}
.module.banner .information .re_ti {
  font-size: 48px;
  font-weight: lighter;
}
.module.banner .information .ti_lo {
  display: flex;
  justify-content: center;
  margin-top: 4em;
}
.module.banner .information .ti_lo > div {
  margin: 0 20px;
}
.module.banner .information .ti_lo .m_icon {
  margin-right: 8px;
}
.module.banner .information .or {
  margin-top: 2em;
}
.module.banner .information .attend .button {
  background: none !important;
  border-radius: 40px;
  border: 2px solid #fff;
  display: inline-block;
  margin-top: 4em;
  padding: 0.5em 5em;
  font-size: 18px;
  font-weight: bold;
}
.phone .module.banner .banner_con {
  display: block;
}
.phone .module.banner .information {
  padding: 48px 40px 56px 20px;
  text-align: left;
}
.phone .module.banner .information .name {
  font-size: 24px;
  width: 100%;
  margin-bottom: 0;
}
.phone .module.banner .information .re_ti {
  margin-top: 4px;
  font-size: 20px;
}
.phone .module.banner .information .ti_lo {
  font-size: 12px;
  display: block;
  margin-top: 1em;
}
.phone .module.banner .information .ti_lo > div {
  margin: 0;
}
.phone .module.banner .information .ti_lo .m_icon {
  font-size: 12px;
}
.phone .module.banner .banner_event_info {
  display: block;
  width: 100%;
  background: #fff;
  color: #222 !important;
  text-align: left;
  padding: 20px 10px 0 10px;
  z-index: 1;
  position: relative;
}
.phone .module.banner .banner_event_info .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #222 !important;
}
.phone .module.banner .banner_event_info .ti_lo {
  line-height: 20px;
}
.phone .module.banner .banner_event_info .ti_lo .time {
  font-size: 12px;
  color: #6b717b;
  height: 20px;
}
.phone .module.banner .banner_event_info .ti_lo .location {
  display: block;
  font-size: 12px;
  color: #6b717b;
  vertical-align: middle;
  height: 20px;
  overflow: hidden;
}
.phone .module.banner .banner_event_info .event_attendinfo {
  display: block;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.phone .module.banner .banner_event_info .price {
  float: left;
  width: 52%;
  line-height: 48px;
  font-size: 26px;
  font-weight: bold;
}
.phone .module.banner .banner_event_info .price .zt {
  display: none;
}
.phone .module.banner .banner_event_info .price .qi {
  display: inline-block;
  margin-left: 4px;
}
.phone .module.banner .banner_event_info .buy {
  float: right;
  width: 48%;
}
.phone .module.banner .banner_event_info .nun {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 12px;
  color: #6b717b;
  margin-bottom: 94px;
}
.phone .module.banner .banner_event_info .nun .icon_guanzhu:before {
  font-size: 12px;
}
.phone .module.banner .banner_event_info .buy .button {
  height: 48px;
  line-height: 48px;
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.phone .banner.video_kv .banner_event_info {
  display: none;
}
.phone .module.banner .information .or {
  margin-top: 1em;
}
.phone .module.banner .information .attend .button {
  margin-top: 2em;
  font-size: 14px;
  padding: 0.25em 2em;
}
/*.phone .module.banner { background: #fff !important; box-shadow: 0px 0px 10px rgba(0,0,0,0.15); border-radius: 0px 0px 10px 10px; color: inherit !important; text-align: left; }
.phone .module.banner .banner_con { display: block; }
.phone .module.banner .event_logo { display: block; }
.phone .module.banner .event_logo img { width: 100%; }
.phone .module.banner .information { display: block !important; }
.phone .module.banner .name { font-size: 18px; padding: 16px 10px 10px 10px; margin-bottom: 0; fons }
.phone .module.banner .event_attendinfo { overflow: hidden; padding: 0 10px; margin-bottom: 20px; display: block; }
.phone .module.banner .price { float: left; }
.phone .module.banner .price .color { font-size: 24px; font-weight: bold; vertical-align: middle; }
.phone .module.banner .zt { display: inline-block; width: 52px; height: 20px; background: #3A404A; border-radius: 2px; margin-left: 8px; text-align: center; color: #fff; font-size: 10px; line-height: 20px; vertical-align: middle; }
.phone .module.banner .nun { color: #FF7323; font-size: 12px; float: right; margin-top: 6px; }
.phone .module.banner .ti_lo > div { display: block; border-top: 1px solid rgba(0,0,0,0.06); padding: 12px 10px; line-height: 20px; }
.phone .module.banner .ti_lo .m_icon { font-size: 16px; vertical-align: middle; display: inline-block; margin-right: 8px; }
.phone .module.banner .ti_lo span { vertical-align: middle; display: inline-block; }
.phone .module.banner .ti_lo .t { display: none; }
.icon_riqi:before { content: "\e70e"; }
.icon_didian:before { content: "\e78f"; }
.icon_zhubanfang:before { content: "\e64f"; }
.icon_guanzhu:before { content: "\e61f"; font-size: 14px; margin-right: 4px; }
.phone .module.banner .e_frame { display: none; }
.phone .module.banner .ti_lo > div { margin: 0; display: block; }
.phone .module.banner .ti_lo span { margin: 0; }
.phone .module.banner .information { padding: 0; }
.phone .module.banner .or a { font-weight: normal; }*/
/*活动详情*/
/*购票*/
.register.style_a .buy_tickets {
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #202020;
  border-radius: 4px;
}
.register.style_a .li {
  padding: 20px 40px;
}
.register.style_a .li.th {
  padding: 15px 40px;
  font-size: 14px;
  background: rgba(246, 248, 250, 0.6);
}
.register.style_a .q_con > span {
  min-width: 30px;
}
.register.style_a .q_con .nun {
  min-width: inherit;
  margin: 0;
  padding: 6px;
  border-radius: 50%;
  border: 0;
  overflow: hidden;
}
.register.style_a .q_con .nun .icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #fff !important;
  position: relative;
  z-index: 2;
  line-height: 14px;
}
.register.style_a .q_con .nun .bg_line {
  display: block;
  border: 0;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.register.style_a .q_con .nun .bg_line .bg {
  opacity: 1;
}
.register.style_a .ticket_tip {
  border-style: solid;
  border-width: 1px;
  padding: 8px 16px;
  width: 320px;
  left: 16px !important;
  font-size: 13px;
  border-radius: 2px;
  z-index: 10;
  line-height: 24px;
  background: #fff;
  color: #545454;
}
.register.style_a .ticket_tip .arrow.top {
  border-bottom-color: inherit;
  left: 16px;
}
.register.style_a .ticket_tip > div {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.register.style_a .ticket_tip .icon {
  width: 20px;
  float: left;
  font-size: 14px;
}
.register.style_a .ticket_tip .text {
  display: block;
  line-height: 1.6;
  margin-top: 2px;
}
.register.style_a .ticket_tip .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.05;
}
.register.style_a .refund_explane {
  padding: 0 40px;
  font-size: 14px;
}
.register.style_a .code_form {
  padding-right: 24px;
  margin-bottom: 8px;
}
.register.style_a .price_form {
  padding: 0 40px;
}
.register.style_a .price_form .ticket_discount {
  margin-top: 12px;
  color: #545454;
}
.register.style_a .price_form .ticket_price {
  font-size: 32px;
  font-weight: bold;
}
.register.style_a .buy {
  padding: 0 40px;
  padding-bottom: 20px;
}
.register.style_b .buy_tickets {
  text-align: center;
}
.register.style_b .ticket_li {
  margin-left: -8px;
  margin-right: -8px;
}
.register.style_b .li {
  display: inline-block;
  width: 346px;
  vertical-align: top;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.12);
  height: 560px;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  color: #333;
}
.register.style_b .li.th {
  display: none;
}
.register.style_b .name {
  display: block;
  font-size: 20px;
  background: #ecf1f4;
  padding: 16px 0;
}
.register.style_b .name .tip_icon {
  display: none;
}
.register.style_b .price {
  font-size: 48px;
  font-weight: 100;
  padding: 32px 0;
  margin: 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.register.style_b .price .ladder_price .item {
  display: none;
}
.register.style_b .price .ladder_price .item.color {
  display: block;
}
.register.style_b .price .ladder_price .item:last-child {
  display: block;
  font-size: 16px;
  text-decoration: line-through;
  color: #898989;
}
.register.style_b .time {
  display: none;
}
.register.style_b .quantity {
  position: absolute;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background: #27282d;
  color: #fff;
  height: 76px;
  line-height: 76px;
}
.register.style_b .quantity .bg_line {
  display: none;
}
.register.style_b .quantity .q_con {
  position: relative;
  z-index: 2;
  background: none;
}
.register.style_b .quantity .q_con span {
  font-size: 48px;
}
.register.style_b .quantity .q_con .nun {
  background: none;
  border: 0;
}
.register.style_b .quantity .q_con .nun .icon {
  font-size: 32px;
}
.register.style_b .quantity .error_meg {
  font-size: 32px;
}
.register.style_b .ticket_tip {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  text-align: left;
  height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  padding: 0;
}
.register.style_b .ticket_tip .arrow {
  display: none;
}
.register.style_b .ticket_tip > div {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 16px;
  padding: 16px 0;
  line-height: 1.6;
  font-size: 14px;
}
.register.style_b .ticket_tip .icon {
  width: 16px;
  float: left;
}
.register.style_b .ticket_tip .text {
  padding-left: 24px;
  display: block;
}
.register.style_b .li.active {
  border-color: inherit;
}
.register.style_b .li.active .quantity .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.register.style_b .li.active .nun .color {
  color: #fff !important;
}
.register.style_b .li.sold {
  cursor: not-allowed;
  opacity: 0.5;
}
.register.style_b .refund_explane {
  margin-bottom: 24px;
}
.register.style_b .cancal {
  color: inherit;
  opacity: 0.5;
}
.register.style_b .ticket_price {
  font-size: 3em;
  font-weight: 100;
  margin: 0 8px;
}
.register.style_b .ticket_discount {
  opacity: 0.5;
}
.register.style_b .buy .button {
  height: 48px;
  line-height: 48px;
  padding: 0 54px;
}
.register.style_c .buy_tickets {
  text-align: center;
}
.register.style_c .form_li {
  margin-bottom: 8px;
}
.register.style_c .ticket_li {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.register.style_c .li.th {
  display: none;
}
.register.style_c .li {
  display: inline-block;
  width: 30%;
  background: #fff;
  color: #333;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.147);
  min-height: 250px;
  position: relative;
  vertical-align: top;
  text-align: left;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}
.register.style_c .ticket {
  position: static;
  z-index: 2;
}
.register.style_c .name {
  display: block;
  font-size: 20px;
  padding: 24px 16px 16px 16px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.register.style_c .name .ellipsis {
  white-space: inherit;
}
.register.style_c .name .tip_icon {
  display: none;
}
.register.style_c .price {
  font-size: 30px;
  margin: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.register.style_c .ladder_price .item {
  display: none;
}
.register.style_c .ladder_price .item.color {
  display: inline-block;
  margin-right: 8px;
}
.register.style_c .ladder_price .item:last-child {
  display: inline-block;
  font-size: 14px;
  text-decoration: line-through;
}
.register.style_c .time {
  display: none;
}
.register.style_c .quantity .q_con {
  margin-right: 16px;
  font-size: 30px;
  position: absolute;
  right: 0;
  bottom: 16px;
}
.register.style_c .quantity .error_meg {
  line-height: 45px;
  color: #a3aaad;
  position: absolute;
  right: 20px;
  bottom: 16px;
}
.register.style_c .q_con {
  position: relative;
  z-index: 10;
  background: none;
}
.register.style_c .q_con .nun {
  background: none;
  border: 0;
}
.register.style_c .q_con .nun .icon {
  font-size: 24px;
}
.register.style_c .q_con .bg_line {
  display: none;
}
.register.style_c .ticket_tip {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 50px;
  background: none;
  border: 0;
  color: inherit;
  width: 100%;
  top: auto;
  padding: 0 16px;
  left: auto !important;
  padding-bottom: 64px;
}
.register.style_c .ticket_tip .arrow {
  display: none;
}
.register.style_c .ticket_tip > div {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 14px;
  opacity: 0.6;
}
.register.style_c .ticket_tip .bg {
  display: none;
}
.register.style_c .li.active {
  border-color: inherit;
  color: #fff;
}
.register.style_c .li.active .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.register.style_c .li.active .color {
  color: #fff !important;
}
.register.style_c .li.sold {
  cursor: not-allowed;
  color: #a3aaad;
}
.register.style_c .li.sold .color {
  color: #a3aaad !important;
}
.register.style_c .refund_explane {
  margin-bottom: 24px;
}
.register.style_c .cancal {
  color: inherit;
  opacity: 0.5;
}
.register.style_c .ticket_price {
  font-size: 30px;
  font-weight: 100;
  margin: 0 8px;
}
.register.style_c .ticket_discount {
  opacity: 0.5;
}
/**/
.phone .buy_ticket .register {
  padding: 20px;
  padding-bottom: 0;
}
/*报名-网页端*/
.event_information .module.banner .information {
  padding: 140px 48px;
  font-size: 14px;
}
.event_information .module.banner .name {
  font-size: 40px;
  margin-bottom: 24px;
}
.event_information .module.banner .or {
  margin-bottom: 0;
  margin-top: 16px;
}
.event_information .module.banner .e_frame.top:before,
.event_information .module.banner .e_frame.bottom:before {
  right: 24px;
}
.event_information .module.banner .e_frame.bottom:after,
.event_information .module.banner .e_frame.top:after {
  left: 24px;
}
.jbm_s .event_information .module.banner .information {
  padding: 114px 48px;
}
.jbm_s .event_information .module.banner .name {
  font-size: 36px;
}
/*报名-移动端*/
.module_attend {
  display: none;
}
.buy_ticket .module_attend {
  display: block !important;
}
/*.module_attend { height: 58px; line-height: 58px; background: #fff; overflow: hidden; box-shadow: 0px 0px 30px rgba(0,0,0,0.1); font-size: 12px; }
.module_attend .phone_tab { display: inline-block; width: 18%; text-align: center; float: left; line-height: 1.5; height: 100%; }
.module_attend .phone_tab.a { text-align: right; padding-right: 10px; }
.module_attend .phone_tab .m_icon { margin-right: 0; font-size: 20px; line-height: 20px; margin-top: 12px; display: block; margin-bottom: 2px; }
.module_attend .register_phone { display: inline-block; float: right; width: 60%; padding-right: 8px; }
.module_attend .register_phone .button { text-align: center; line-height: 46px; font-size: 16px; height: 46px; padding: 0; font-weight: bold; display: block; border-radius: 46px; margin-top: 6px; width: auto; float: none; }
.module_attend .register_phone .button.ch { width: 47%; display: inline-block; float: left; }
.module_attend .register_phone .button.cz { width: 47%; opacity: .8; display: inline-block; float: right; }*/
/*.module_attend_phone { position: fixed; left: 0; right: 0; bottom: 0; height: 58px; z-index: 100; background: #fff; overflow: hidden; box-shadow: 0px 0px 30px rgba(0,0,0,0.1); }
.module_attend_phone .phone_tab { display: inline-block; width: 14%; text-align: center; float: left; font-size: 10px; }
.module_attend_phone .phone_tab .m_icon { margin: 0; font-size: 20px; line-height: 20px; margin-top: 12px; display: block; margin-bottom: 2px; }
.module_attend_phone .phone_tab.a .m_icon:before { content: "\e63b"; }
.module_attend_phone .phone_tab.b .m_icon:before { content: "\e650"; }
.module_attend_phone .phone_tab.c .m_icon:before { content: "\e651"; }
.module_attend_phone .register_phone { display: inline-block; float: left; width: 58%; padding: 0 10px; margin-top: 6px; }
.module_attend_phone .button { text-align: center; line-height: 46px; font-size: 16px; height: 46px; padding: 0; font-weight: bold; display: block; border-radius: 46px; }
.module_attend_phone .button.ch { width: 49%; }
.module_attend_phone .button.cz { width: 49%; float: right; opacity: 0.8; }*/
/*活动列表*/
.or_event .m_icon:before {
  content: "\e663";
}
.or_event .or_event_li {
  margin: 0 -16px;
  text-align: center;
  margin-bottom: -24px;
}
.or_event .li {
  display: inline-block;
  width: 33%;
  text-align: left;
  vertical-align: top;
  margin-bottom: 24px;
}
.or_event .li .box {
  margin: 0 16px;
}
.or_event .li .name {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 4px;
  -webkit-line-clamp: 2;
}
.or_event .li .time_place {
  opacity: 0.6;
  font-size: 14px;
}
.or_event .li .place {
  -webkit-line-clamp: 1;
}
.phone .or_event .or_event_li {
  margin: 0;
  margin-bottom: -16px;
}
.phone .or_event .li {
  width: 100%;
  margin-bottom: 16px;
}
.phone .or_event .li .box {
  margin: 0;
}
.phone .or_event .li .name {
  font-size: 16px;
}
.phone .or_event .li .time_place {
  font-size: 12px;
}
.phone .or_event .li .time_place .icon {
  font-size: 14px;
}
/*找回电子票、参会信息*/
.find_ticket .m_icon:before {
  content: "\e64a";
}
.find_ticket .find_box {
  text-align: center;
  margin-bottom: 0;
}
.find_ticket .find_box .text {
  margin-bottom: 16px;
}
.find_ticket .find_box .input_box {
  width: 420px;
  display: inline-block;
  vertical-align: middle;
}
.find_ticket .find_box .input {
  height: 48px;
}
.find_ticket .find_box .button {
  vertical-align: middle;
}
.phone .find_ticket .find_box .input_box {
  width: 100%;
  margin-bottom: 8px;
}
.lan_en .find_ticket .find_box .input_box {
  width: 620px;
}
/*活动嘉宾*/
.guset .m_icon:before {
  content: "\e661";
}
.guset .guset_li .li .name {
  color: inherit !important;
}
.guset.style_a .guset_li {
  margin: 0 -16px;
  margin-bottom: -24px;
  text-align: center;
}
.guset.style_a .guset_li .li {
  width: 19.5%;
  margin-top: 16px;
  padding-bottom: 8px;
}
.guset.style_a .guset_li .li .box {
  margin: 0 16px;
}
.guset.style_a .guset_li .li .img {
  width: 80%;
}
.guset.style_a .guset_li .li .img.s_1_1 {
  border-radius: 50%;
}
.guset.style_a .guset_li .li .post {
  font-size: 14px;
  opacity: 0.6;
  -webkit-line-clamp: 3;
}
.guset.style_a .guset_li .li .name {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 4px;
}
.guset.style_a .guset_li .more {
  clear: both;
  float: none;
  margin-bottom: 24px;
}
.phone .guset.style_a .guset_li {
  margin: 0 -6px;
  margin-bottom: -12px;
}
.phone .guset.style_a .guset_li .li {
  width: 49%;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.phone .guset.style_a .guset_li .li .box {
  margin: 0 6px;
}
.phone .guset.style_a .guset_li .li .img {
  width: 66%;
}
.phone .guset.style_a .guset_li .li .name {
  font-size: 16px;
}
.phone .guset.style_a .guset_li .li .post {
  font-size: 12px;
}
.phone .guset.style_a .guset_li .more {
  margin-bottom: 16px;
}
.guset.style_b .guset_li {
  margin-bottom: -24px;
}
.guset.style_b .guset_li .li {
  margin-bottom: 24px;
}
.guset.style_b .guset_li .li > .bg {
  clear: both;
  float: none;
}
.guset.style_b .guset_li .li .img {
  width: 140px;
  float: left;
}
.guset.style_b .guset_li .li .img.s_1_1 {
  border-radius: 50%;
}
.guset.style_b .guset_li .li .info {
  margin-left: 140px;
  padding-left: 24px;
  padding-top: 8px;
}
.guset.style_b .guset_li .li .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.guset.style_b .guset_li .li .post {
  font-size: 14px;
  margin-bottom: 12px;
}
.guset.style_b .guset_li .li .intro {
  opacity: 0.6;
  display: block;
  font-size: 14px;
}
.guset.style_b .guset_li .more {
  text-align: center;
  margin-bottom: 24px;
}
.phone .guset.style_b .guset_li {
  margin-bottom: -16px;
}
.phone .guset.style_b .guset_li .li {
  margin-bottom: 16px;
}
.phone .guset.style_b .guset_li .li .img {
  width: 98px;
}
.phone .guset.style_b .guset_li .li .info {
  margin-left: 98px;
  padding-left: 12px;
  padding-top: 4px;
}
.phone .guset.style_b .guset_li .li .name {
  font-size: 16px;
}
.phone .guset.style_b .guset_li .li .intro {
  font-size: 12px;
}
.phone .guset.style_b .guset_li .more {
  margin-bottom: 16px;
}
.guset.style_c .guset_li {
  margin: 0 -12px;
  margin-bottom: -24px;
  text-align: center;
}
.guset.style_c .guset_li .li {
  text-align: left;
  margin: 0 12px;
  margin-bottom: 24px;
}
.guset.style_c .guset_li .li .img {
  float: left;
  width: 96px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.147);
}
.guset.style_c .guset_li .li .img.s_1_1 {
  border-radius: 50%;
}
.guset.style_c .guset_li .li .info {
  margin-left: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 30px;
}
.guset.style_c .guset_li .li .name {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 8px;
}
.guset.style_c .guset_li .li .post {
  font-size: 14px;
  margin-bottom: 12px;
  opacity: 0.6;
}
.guset.style_c .guset_li .li .intro {
  opacity: 0.6;
  font-size: 14px;
}
.guset.style_c .guset_li .more {
  clear: both;
  float: none;
  margin-bottom: 32px;
}
.phone .guset.style_c .guset_li .li {
  margin-bottom: 16px;
}
.phone .guset.style_c .guset_li .li .img {
  width: 60px;
}
.phone .guset.style_c .guset_li .li .info {
  margin-left: 68px;
  padding-bottom: 16px;
}
.phone .guset.style_c .guset_li .li .name {
  padding: 0;
  font-size: 16px;
  margin-bottom: 0px;
}
.phone .guset.style_c .guset_li .li .post {
  font-size: 12px;
  margin-bottom: 8px;
}
.phone .guset.style_c .guset_li .li .intro {
  font-size: 12px;
}
.guset.style_d .guset_li {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.guset.style_d .guset_li .li {
  width: 33.33%;
  margin-bottom: 2em;
}
.guset.style_d .guset_li .li .box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 15px;
  padding: 15px;
  color: #222;
  border-radius: 3px;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.guset.style_d .guset_li .li .img {
  width: 96px;
  margin-right: 16px;
}
.guset.style_d .guset_li .li .img.s_1_1 {
  border-radius: 50%;
}
.guset.style_d .guset_li .li .info {
  width: min-content;
  flex: auto;
}
.guset.style_d .guset_li .li .name {
  margin: 0.75em 0 0.25em 0;
  font-size: 1.125em;
  font-weight: bold;
}
.guset.style_d .guset_li .li .post {
  opacity: 0.6;
  font-size: 0.875em;
}
.guset.style_d .more {
  text-align: center;
  width: 100%;
}
.phone .guset.style_d .guset_li {
  margin: 0 -5px;
  font-size: 0.85714em;
}
.phone .guset.style_d .guset_li .li {
  width: 50%;
  margin-bottom: 1em;
}
.phone .guset.style_d .guset_li .li .box {
  margin: 0 5px;
  padding: 12px;
}
.phone .guset.style_d .guset_li .li .img {
  width: 50px;
  margin-right: 10px;
}
.phone .guset.style_d .guset_li .li .name {
  margin-top: 0;
}
/*日程*/
.schedule .date_list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  line-height: 64px;
  margin-bottom: 40px;
}
.schedule .date_list > .li {
  background: rgba(240, 244, 246, 1);
  width: 260px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0;
}
.schedule .date_list > .li:first-child {
  border-left: 0;
}
.phone .schedule .date_list {
  height: 44px;
  line-height: 44px;
  display: block;
  margin-bottom: 20px;
}
.phone .schedule .date_list > .li {
  display: block;
  width: 100%;
}
.schedule.style_a .s_li .li {
  border-left: 1px dotted rgba(0, 0, 0, 0.12);
  margin-left: 6px;
}
.schedule.style_a .s_li .li .box {
  display: flex;
}
.schedule.style_a .s_li .li.s_li_fhc > .box {
  flex-direction: column;
}
.schedule.style_a .s_li .li .time {
  width: 128px;
  margin-left: 18px;
}
.schedule.style_a .s_li .box > .color {
  position: absolute;
  left: -6px;
  top: 8px;
  border-style: solid;
  border-width: 2px;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
}
.schedule.style_a .s_li .li .color .icon {
  display: none;
}
.schedule.style_a .li .info {
  flex: auto;
  width: min-content;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.schedule.style_a .li .theme {
  font-weight: bold;
  color: inherit !important;
}
.schedule.style_a .li .site {
  font-size: 14px;
  margin-top: 4px;
}
.schedule.style_a .li .site .icon {
  opacity: 0.6;
}
.schedule.style_a .li .intro {
  font-size: 14px;
  margin-top: 8px;
  opacity: 0.6;
}
.schedule.style_a .li .intro .text_con {
  opacity: 0.6;
}
.schedule.style_a .li .guset {
  margin-top: 20px;
}
.schedule.style_a .li .guset > span {
  display: none;
}
.schedule.style_a .li .gu {
  display: flex;
  margin-top: 10px;
}
.schedule.style_a .li .gu:nth-child(2) {
  margin-top: 0;
}
.schedule.style_a .li .gu .avator {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  border: 0;
  margin-right: 10px;
}
.schedule.style_a .li .gu .g_gszw {
  font-size: 14px;
  opacity: 0.6;
}
.schedule.style_a .s_li_box {
  margin-left: 146px;
}
.schedule.style_a .s_li_box .li {
  border: 0;
  margin-left: 0;
}
.schedule.style_a .s_li_box .li.z_li {
  margin-bottom: 12px;
}
.schedule.style_a .s_li_box .li .time {
  margin-left: 0;
}
.schedule.style_a .s_li_box .box > .color {
  display: none;
}
.schedule.style_a .s_li_box .theme {
  font-weight: normal;
}
.schedule.style_a .li.gu_1 .info::before,
.schedule.style_a .li.gu_1 .info::after {
  display: none;
}
.schedule.style_a .li.gu_1 .theme {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.schedule.style_a .li.gu_1 .intro {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.schedule.style_a .li.gu_1 .guset {
  margin-top: 0;
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
.schedule.style_a .li.gu_1 .guset .gu_list {
  order: 100;
}
.schedule.style_a .li .guset .gu_list span {
  display: inline-block;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.schedule.style_a .li .guset > span:nth-child(2) {
  display: inline-block;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
  margin-top: 4px;
  margin-top: 12px;
}
.schedule.style_a .li.gu_1 .guset > span {
  display: none;
}
.schedule.style_a .li .g_info {
  flex: auto;
  width: min-content;
}
.schedule.style_a .li.gu_1 .g_info {
  width: 160px;
}
.schedule.style_a .li.gu_1 .info {
  display: grid;
  grid-template-columns: 232px auto;
}
.phone .schedule.style_a .s_li .box > .color {
  top: 5px;
}
.phone .schedule.style_a .s_li .li .box {
  flex-direction: column;
}
.phone .schedule.style_a .li .info {
  width: auto;
  margin-left: 18px;
  margin-top: 4px;
  display: block;
}
.phone .schedule.style_a .s_li_box {
  margin-left: 18px;
}
.phone .schedule.style_a .s_li_box .info {
  margin-left: 0;
}
.phone .schedule.style_a .li.gu_1 .guset {
  margin-top: 20px;
  margin-right: 0;
}
.schedule.style_a .li.gu_1 .guset .gu_list span {
  margin-top: 12px;
}
.phone .schedule.style_a .li.gu_1 .info {
  display: block;
  width: auto;
}
.phone .schedule.style_a .li.gu_1 .g_info {
  width: min-content;
}
.schedule.style_b .s_li .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.schedule.style_b .s_li .li:last-child {
  border-bottom: 0;
}
.schedule.style_b .li .box {
  display: table;
  width: 100%;
}
.schedule.style_b .li .time {
  display: table-cell;
  width: 180px;
  padding: 20px 24px;
  padding-right: 0;
  vertical-align: top;
  line-height: 26px;
}
.schedule.style_b .li .color .icon {
  display: none;
}
.schedule.style_b .li .info {
  display: table-cell;
  padding: 20px 24px;
  padding-left: 0;
  vertical-align: top;
  position: relative;
}
.schedule.style_b .li .theme {
  font-size: 18px;
  line-height: 26px;
  margin-right: 220px;
}
.schedule.style_b .li.s_li_fhc .theme {
  margin-right: 0;
}
.schedule.style_b .li .intro {
  margin-top: 12px;
  font-size: 14px;
}
.schedule.style_b .li .intro .text_con {
  opacity: 0.6;
}
.schedule.style_b .li .site {
  font-size: 12px;
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 3px;
  padding: 0 8px;
  height: 22px;
  line-height: 20px;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
}
.schedule.style_b .li .site:before {
  content: "\e6cb";
  margin-right: 4px;
  font-size: 14px;
}
.schedule.style_b .li .site .icon {
  display: none;
}
.schedule.style_b .li .guset {
  position: absolute;
  right: 24px;
  top: 16px;
  line-height: 32px;
  font-size: 16px;
  text-align: right;
}
.schedule.style_b .li .guset .alm {
  display: none;
}
.schedule.style_b .li .guset > span:nth-child(2),
.schedule.style_b .li .guset .gu_list .alm {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding-left: 16px;
}
.schedule.style_b .li .guset > span:nth-child(2) {
  margin-top: 4px;
}
.schedule.style_b .li .gu {
  display: none;
}
.schedule.style_b .li .gu:last-child {
  display: block;
}
.schedule.style_b .li .avator {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.schedule.style_b .li .g_info {
  display: inline-block;
  vertical-align: middle;
}
.schedule.style_b .li .g_na {
  display: inline-block;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 56px;
  max-width: 150px;
  vertical-align: middle;
}
.schedule.style_b .li .g_gszw {
  display: none;
}
.schedule.style_b .s_li_fhc .li {
  margin-left: 180px;
  padding: 16px 24px 16px 0;
  border-bottom: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.schedule.style_b .s_li_fhc .li .box > .color {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  border-color: inherit;
}
.schedule.style_b .s_li_fhc .li .time {
  padding: 0;
  width: 100px;
  padding-left: 16px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: inline-block;
  line-height: 22px;
  box-sizing: content-box;
}
.schedule.style_b .s_li_fhc .li .time .icon {
  display: none;
}
.schedule.style_b .s_li_fhc .li .info {
  display: block;
  padding: 0;
}
.schedule.style_b .s_li_fhc .li .theme {
  margin-left: 120px;
  font-size: 16px;
  padding-right: 0;
  line-height: 22px;
}
.schedule.style_b .s_li_fhc .li .intro {
  margin-top: 8px;
  margin-left: 16px;
}
.schedule.style_b .s_li_fhc .li .guset {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  margin-top: 8px;
  margin-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  width: auto;
  text-align: left;
}
.schedule.style_b .s_li_fhc .li .gu {
  padding: 4px 0;
  padding-left: 16px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  line-height: 32px;
}
.schedule.style_b .s_li_fhc .li .avator {
  float: left;
}
.schedule.style_b .s_li_fhc .li .g_info {
  float: left;
}
.schedule.style_b .s_li_fhc .li .g_na {
  max-width: inherit;
  min-width: inherit;
  margin-right: 8px;
  opacity: 0.6;
  vertical-align: middle;
}
.schedule.style_b .s_li_fhc .li .g_gszw {
  display: inline-block;
  opacity: 0.6;
  vertical-align: middle;
}
.phone .schedule.style_b .schedule_li {
  margin-bottom: -12px;
}
.phone .schedule.style_b .s_li {
  margin-bottom: 12px;
}
.phone .schedule.style_b .s_li .li {
  padding-bottom: 12px;
}
.phone .schedule.style_b .s_li .li:last-child {
  padding-bottom: 0;
}
.phone .schedule.style_b .li .time {
  padding: 0;
  display: block;
  width: 100%;
  margin-top: 12px;
  line-height: inherit;
  position: relative;
}
.phone .schedule.style_b .li .time .icon {
  display: none;
}
.phone .schedule.style_b .li .info {
  padding: 0;
  display: block;
}
.phone .schedule.style_b .li .theme {
  font-size: 16px;
  line-height: inherit;
  margin-right: 0;
}
.phone .schedule.style_b .li .intro {
  margin-top: 8px;
  font-size: 12px;
}
.phone .schedule.style_b .li .guset {
  top: -19px;
  right: 0;
  line-height: inherit;
  font-size: 13px;
}
.phone .schedule.style_b .li .guset .alm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  float: left;
}
.phone .schedule.style_b .li .gu {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.phone .schedule.style_b .li .avator {
  display: none;
}
.phone .schedule.style_b .li .g_info {
  float: left;
  margin-left: 4px;
}
.phone .schedule.style_b .li .g_na {
  min-width: inherit;
  float: left;
}
.phone .schedule.style_b .s_li_fhc .li {
  margin-left: 0;
  padding: 0 0 0 18px;
  margin-bottom: 0;
  margin-top: 12px;
}
.phone .schedule.style_b .s_li_fhc .li .time {
  position: absolute;
  left: 0;
  top: 12px;
  line-height: 20px;
  margin: 0;
}
.phone .schedule.style_b .s_li_fhc .li .time .icon {
  display: none;
}
.phone .schedule.style_b .s_li_fhc .li .time span {
  display: none;
}
.phone .schedule.style_b .s_li_fhc .li .time .start {
  display: inline-block;
}
.phone .schedule.style_b .s_li_fhc .li .box > .color {
  left: -18px;
  top: 18px;
}
.phone .schedule.style_b .s_li_fhc .li .theme {
  margin-top: 12px;
  font-size: 14px;
  margin-left: 44px;
}
.phone .schedule.style_b .s_li_fhc .li .intro {
  margin-left: 0;
}
.phone .schedule.style_b .s_li_fhc .li .guset {
  top: 0;
  margin-left: 0;
}
.phone .schedule.style_b .s_li_fhc .li .gu {
  padding-left: 8px;
  line-height: inherit;
  display: block;
  float: none;
}
.phone .schedule.style_b .s_li_fhc .li .alm {
  display: none;
}
.phone .schedule.style_b .li .guset > span:nth-child(2),
.phone .schedule.style_b .li .guset .gu_list .alm {
  display: block;
  float: none;
  padding-left: 8px;
  margin-right: 0;
}
.phone .schedule.style_b .s_li_fhc .li .avator {
  display: inline-block;
}
.phone .schedule.style_b .s_li_fhc .li .g_info {
  float: none;
  display: block;
}
.phone .schedule.style_b .s_li_fhc .li .g_info > div {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  float: none;
}
.schedule.style_c .s_li .li {
  padding: 20px 24px;
  background: #fff;
  color: #333;
  margin-top: 12px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.schedule.style_c .li .color .icon {
  display: none;
}
.schedule.style_c .li .time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  opacity: 0.6;
}
.schedule.style_c .li .site {
  position: absolute;
  right: 136px;
  top: 0;
  font-size: 14px;
  opacity: 0.6;
}
.schedule.style_c .li .theme {
  font-size: 18px;
  margin-right: 270px;
}
.schedule.style_c .li .intro {
  margin-top: 8px;
  font-size: 14px;
}
.schedule.style_c .li .intro .text_con {
  opacity: 0.6;
}
.schedule.style_c .li .guset {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  padding-top: 16px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.schedule.style_c .li .guset .alm {
  display: none;
}
.schedule.style_c .li .guset > span:nth-child(2),
.schedule.style_c .li .guset .gu_list .alm {
  display: block;
  font-size: 14px;
  width: 100%;
  margin-bottom: 8px;
}
.schedule.style_c .li .guset .gu_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.schedule.style_c .li .gu {
  display: inline-block;
  width: 25%;
  padding-right: 20px;
  box-sizing: border-box;
}
.schedule.style_c .li .avator {
  width: 40px;
  height: 40px;
  float: left;
}
.schedule.style_c .li .g_info {
  padding-left: 52px;
}
.schedule.style_c .li .g_na {
  font-size: 14px;
  margin-bottom: 2px;
}
.schedule.style_c .li .g_gszw {
  opacity: 0.6;
  font-size: 14px;
}
.schedule.style_c .s_li_box {
  padding-top: 8px;
}
.schedule.style_c .s_li_fhc .li {
  background: rgba(0, 0, 0, 0.03);
  box-shadow: none;
}
.schedule.style_c .s_li_fhc .li.z_li {
  padding: 0;
  background: none;
}
.schedule.style_c .s_li_fhc .li .theme {
  font-size: 16px;
  padding-right: 140px;
}
.phone .schedule.style_c .date_list {
  margin-bottom: 16px;
}
.phone .schedule.style_c .s_li .li {
  margin-top: 0;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.phone .schedule.style_c .li .time {
  position: relative;
  right: auto;
  font-size: 12px;
  line-height: 18px;
}
.phone .schedule.style_c .li .time .icon {
  font-size: 14px;
}
.phone .schedule.style_c .li .theme {
  font-size: 16px;
  margin-right: 0;
  margin-top: 4px;
  padding-right: 0;
}
.phone .schedule.style_c .li .intro {
  font-size: 12px;
}
.phone .schedule.style_c .li .site {
  font-size: 12px;
  right: auto;
  left: 108px;
  line-height: 18px;
}
.phone .schedule.style_c .li .site .icon {
  font-size: 14px;
}
.phone .schedule.style_c .li .guset {
  margin-top: 10px;
  padding-top: 10px;
}
.phone .schedule.style_c .li .guset > span:nth-child(2),
.phone .schedule.style_c .li .guset .gu_list .alm {
  font-size: 12px;
  margin-bottom: 4px;
}
.phone .schedule.style_c .li .guset .gu {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
}
.phone .schedule.style_c .li .guset .gu:last-child {
  margin-bottom: 0px;
}
.phone .schedule.style_c .li .guset .avator {
  width: 32px;
  height: 32px;
}
.phone .schedule.style_c .li .guset .g_info {
  padding-left: 40px;
}
.phone .schedule.style_c .li .guset .g_na {
  font-size: 12px;
}
.phone .schedule.style_c .li .guset .g_gszw {
  font-size: 12px;
}
.schedule.style_d .li .box {
  padding-top: 20px;
}
.schedule.style_d .li .time {
  width: 272px;
  float: left;
  font-size: 18px;
  padding-top: 20px;
}
.schedule.style_d .li .time .icon {
  display: none;
}
.schedule.style_d .li .info {
  margin-left: 272px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 20px 0;
}
.schedule.style_d .li .color .icon {
  display: none;
}
.schedule.style_d .li .theme {
  font-size: 18px;
  font-weight: bold;
}
.schedule.style_d .li .site {
  font-size: 14px;
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  margin-top: 4px;
}
.schedule.style_d .li .site:before {
  content: "\e6cb";
  margin-right: 4px;
  font-size: 14px;
  opacity: 0.6;
}
.schedule.style_d .li .site .icon {
  display: none;
}
.schedule.style_d .li .site > span {
  opacity: 0.6;
  font-weight: bold;
}
.schedule.style_d .li .intro {
  font-size: 14px;
  margin-top: 8px;
}
.schedule.style_d .li .guset {
  display: none;
}
.schedule.style_d .s_li_ti .box {
  padding: 0 !important;
}
.schedule.style_d .s_li_box {
  margin-left: 272px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 40px;
}
.schedule.style_d .s_li_fhc .li {
  width: 50%;
  float: left;
  display: inline-block;
  margin-top: 24px;
}
.schedule.style_d .s_li_fhc .li .box {
  padding: 0 0 0 148px;
  height: 132px;
  overflow: hidden;
}
.schedule.style_d .s_li_fhc .li.z_li .box {
  padding: 0;
  height: auto;
  padding-bottom: 8px;
}
.schedule.style_d .s_li_fhc .li .time {
  float: none;
  display: block;
  width: auto;
  font-size: 14px;
  margin-top: 8px;
  padding-top: 0;
}
.schedule.style_d .s_li_fhc .li .time > span {
  opacity: 0.6;
}
.schedule.style_d .s_li_fhc .li .time .date {
  display: none !important;
}
.schedule.style_d .s_li_fhc .li .info {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
}
.schedule.style_d .s_li_fhc .li .theme {
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 8px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  font-size: 16px;
  margin-right: 16px;
}
.schedule.style_d .s_li_fhc .li .intro {
  display: none;
}
.schedule.style_d .s_li_fhc .li .guset {
  display: block;
}
.schedule.style_d .s_li_fhc .li .guset .alm {
  display: none;
}
.schedule.style_d .s_li_fhc .li .gu {
  overflow: inherit;
}
.schedule.style_d .s_li_fhc .li .avator {
  width: 132px;
  height: 132px;
}
.schedule.style_d .s_li_fhc .li .g_na {
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.schedule.style_d .s_li_fhc .li .g_gszw {
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  opacity: 0.6;
  font-size: 14px;
}
.phone .schedule.style_d .li .box {
  padding-top: 0;
}
.phone .schedule.style_d .li .time {
  float: none;
  width: 100%;
  font-size: 14px;
}
.phone .schedule.style_d .li .info {
  margin: 0;
  padding-bottom: 12px;
  padding-top: 0px;
}
.phone .schedule.style_d .li .theme {
  font-size: 16px;
}
.phone .schedule.style_d .li .site {
  font-size: 12px;
}
.phone .schedule.style_d .li .site:before {
  font-size: 12px;
}
.phone .schedule.style_d .li .intro {
  font-size: 12px;
}
.phone .schedule.style_d .s_li_box {
  margin: 0;
  padding-bottom: 24px;
}
.phone .schedule.style_d .s_li_fhc .li {
  width: 100%;
  margin-top: 16px;
}
.phone .schedule.style_d .s_li_fhc .li .box {
  padding: 0 0 0 116px;
  height: 100px;
}
.phone .schedule.style_d .s_li_fhc .li .time {
  font-size: 12px;
  margin-top: 0;
}
.phone .schedule.style_d .s_li_fhc .li .theme {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}
.phone .schedule.style_d .s_li_fhc .li .avator {
  width: 100px;
  height: 100px;
}
.phone .schedule.style_d .s_li_fhc .li .g_na {
  font-size: 12px;
}
.phone .schedule.style_d .s_li_fhc .li .g_gszw {
  font-size: 12px;
}
.schedule.style_e .li > .box {
  padding: 20px 40px;
}
.schedule.style_e .li > .box .time {
  width: 134px;
}
.schedule.style_e .li > .box .info {
  display: flex;
}
.schedule.style_e .li > .box .theme {
  color: inherit !important;
  font-weight: bold;
  width: auto;
  flex: auto;
  padding: 0;
}
.schedule.style_e .li > .box .guset {
  width: 300px;
  margin-left: 40px;
}
.schedule.style_e .li > .box .guset > span {
  display: none;
}
.schedule.style_e .li .guset > span:nth-child(2),
.schedule.style_e .li .gu_list > span {
  display: inline-block;
  padding: 0.1em 0.75em;
  color: #fff;
  background: #000;
  border-radius: 4px;
  font-size: 0.875em;
}
.schedule.style_e .li .guset > span:nth-child(2) {
  margin-top: 8px;
}
.schedule.style_e .guset .gu {
  margin-top: 4px;
}
.schedule.style_e .guset .avator {
  display: none;
}
.schedule.style_e .guset .g_na {
  font-weight: bold;
}
.schedule.style_e .guset .g_gszw {
  opacity: 0.6;
  font-size: 0.875em;
}
.schedule.style_e .s_li_ti {
  margin-left: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 12px;
}
.schedule.style_e .s_li_ti .time {
  display: none;
}
.schedule.style_e .s_li_ti .theme {
  position: relative;
  color: #fff !important;
  overflow: hidden;
  padding: 12px 40px;
  z-index: 2;
  margin-left: -40px;
  font-weight: bold;
  font-size: 1.125em;
}
.schedule.style_e .s_li_ti .theme:before {
  content: "";
  position: absolute;
  border-top-width: 100px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-top-style: solid;
  border-top-color: inherit;
  z-index: -1;
}
.schedule.style_e .s_li_ti .theme:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: -1;
  background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.schedule.style_e .s_li_ti .site {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: -4px;
}
.schedule.style_e .s_li_ti .intro {
  display: block;
  margin-top: 12px;
  opacity: 0.6;
}
.schedule.style_e .s_li_ti .guset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}
.schedule.style_e .s_li_ti .guset .gu {
  margin-top: 0;
  margin-left: 4px;
}
.phone .schedule.style_e .li > .box {
  padding: 12px 16px;
}
.phone .schedule.style_e .li > .box .time {
  width: 3em;
  margin-right: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.phone .schedule.style_e .li > .box .theme {
  width: min-content;
  padding: 0;
}
.phone .schedule.style_e .li > .box .guset {
  width: 106px;
  margin-left: 12px;
}
.phone .schedule.style_e .s_li_ti {
  margin-left: 16px;
  padding-bottom: 8px;
}
.phone .schedule.style_e .s_li_ti .theme {
  padding: 8px 16px;
  margin-left: -16px;
}
.phone .schedule.style_e .s_li_ti .site {
  margin-top: 4px;
}
.phone .schedule.style_e .s_li_ti .intro {
  margin-top: 4px;
}
/*合作伙伴、合作媒体*/
.partner .m_icon:before {
  content: "\e669";
}
.partner.style_a .partner_li .item_title {
  text-align: center;
}
.partner.style_a .list {
  justify-content: center;
}
.partner.style_a .list .li {
  width: 20%;
}
.partner.style_a .list .box {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.phone .partner.style_a .list .li {
  width: 33.3333%;
}
/*活动主办方*/
.organizer.module {
  background-image: url(https://img.bagevent.com/resource/20231212/173955788125.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  color: #fff;
}
.organizer.module .title {
  display: none;
}
.organizer.module .organizer_con {
  position: relative;
  z-index: 2;
}
.organizer.module .item {
  text-align: center;
}
.organizer.module .organizer_logo .li .img_center {
  display: inline-block;
  height: 80px;
  background: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  margin-bottom: 40px;
}
.organizer.module .organizer_logo .li .img_center img {
}
.organizer.module .organizer_li {
  font-size: 20px;
  margin-bottom: 20px;
}
.organizer.module .organizer_li a {
  color: inherit !important;
}
.organizer.module .organizer_intro {
  font-size: 14px;
  opacity: 0.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.organizer.module .organizer_contact {
}
.organizer.module .organizer_contact .button {
  border: 0;
  position: relative;
  overflow: hidden;
  background: #fff !important;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 32px;
  font-size: 14px;
}
.organizer.module > .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.organizer.module .carousel-control.left .icon {
  left: -72px;
}
.organizer.module .carousel-control.right .icon {
  right: -72px;
}
.phone .organizer.module > .bg {
  display: none;
}
.phone .organizer.module .organizer_logo .li .img_center {
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
.phone .organizer.module .organizer_li {
  font-size: 16px;
}
.phone .organizer.module .organizer_contact .button {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
/*活动协办方
活动协办方同合作伙伴、合作媒体*/
/*活动地址*/
.time_location.module {
  padding: 0 !important;
}
.time_location .title {
  display: none;
}
.time_location .con {
  max-width: inherit !important;
  text-align: center;
}
.time_location .map {
  height: 520px;
}
.time_location .t_l {
  position: absolute;
  left: 10%;
  top: 50%;
  margin-top: -125px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.147);
  z-index: 2;
  border-radius: 8px;
  padding: 40px 80px 40px 40px;
  text-align: left;
  background: url(https://img.bagevent.com/resource/20191203/17421632935754.png)
    no-repeat center #fff;
  background-size: cover;
  max-width: 30%;
  height: 250px;
  box-sizing: border-box;
}
.time_location .t_l .a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.time_location .t_l .time {
  margin-bottom: 20px;
  background: url(https://img.bagevent.com/resource/20191203/17383077535754.png)
    no-repeat left 4px;
  background-size: 22px;
  padding-left: 36px;
}
.time_location .t_l .location {
  margin-bottom: 20px;
  background: url(https://img.bagevent.com/resource/20191203/17404065435754.png)
    no-repeat left 4px;
  background-size: 20px;
  padding-left: 36px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.time_location.module.online_event {
  padding: 64px 0 !important;
}
.time_location.online_event .title {
  display: block;
}
.time_location.online_event .t_l {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  color: inherit;
  background: none;
  font-size: 16px;
  opacity: 0.6;
  margin: auto;
}
.phone .time_location.module {
  padding: 0;
  margin: 0 !important;
}
.phone .time_location_con {
  padding-bottom: 20px;
  margin-bottom: -8px;
}
.phone .time_location .t_l {
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  max-width: none;
  height: auto;
  display: block;
  margin-left: 12px;
  margin-right: 12px;
  padding: 30px 20px;
  margin-top: -60px;
}
.phone .time_location .t_l .a {
  font-size: 16px;
}
.phone .time_location .t_l .l {
  font-size: 14px;
  opacity: 0.6;
}
.phone .time_location .map {
  height: 270px;
}
.phone .time_location.module.online_event {
  padding: 24px 12px !important;
}
.phone .time_location.online_event .t_l {
  font-size: 14px;
  margin: auto 16px;
  padding: 12px;
}
/*联系我们*/
.contact_us .list {
  margin: 0 -16px;
  text-align: center;
}
.contact_us .li {
  width: 33%;
  display: inline-block;
}
.contact_us .li .box {
  margin: 0 16px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.147);
  padding: 32px 24px;
  color: #333;
}
.contact_us .li .left_icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
}
.contact_us .li .img_center {
  width: 60px;
  height: 40px;
  padding: 16px;
}
.contact_us .li .img_center .m_icon {
  font-size: 40px;
  line-height: 40px;
  color: #fff !important;
}
.contact_us .li .ti {
  font-size: 18px;
  margin-bottom: 4px;
}
.contact_us .li .text_con {
  font-size: 14px;
  opacity: 0.6;
}
.contact_us .li .bg {
  position: absolute;
  left: 50%;
  margin-left: -36px;
  top: 32px;
  width: 72px;
  height: 72px;
  display: inline-block;
  z-index: 1;
  border-radius: 50%;
}
.contact_us .icon_email:before {
  content: "\e6c7";
}
.contact_us .icon_call:before {
  content: "\e665";
}
.contact_us .icon_location:before {
  content: "\e630";
}
.phone .contact_us .li {
  width: 100%;
  display: block;
}
/*大会倒计时*/
.countdown_m.module {
  background-image: url(../../img/website/template_single_n/bg01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.countdown_m.module > .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.countdown_m .title {
  position: relative;
  z-index: 2;
}
.countdown_m .countdown {
  position: relative;
  z-index: 2;
}
.countdown_m .dash {
  display: inline-block;
  width: 25%;
  float: left;
  position: relative;
  margin-bottom: 72px;
}
.countdown_m .dash:after {
  content: ":";
  font-size: 36px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 120px;
}
.countdown_m .dash:last-child:after {
  display: none;
}
.countdown_m .dash .box {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  line-height: 120px;
}
.countdown_m .digit.color {
  font-size: 36px;
  color: inherit !important;
}
.countdown_m .dash_title {
  font-size: 18px;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  line-height: 72px;
}
.phone .countdown_m .dash {
  margin-bottom: 48px;
}
.phone .countdown_m .dash:after {
  line-height: 60px;
  font-size: 24px;
}
.phone .countdown_m .dash .box {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.phone .countdown_m .digit.color {
  font-size: 24px;
}
.phone .countdown_m .dash_title {
  font-size: 14px;
  width: 40px;
  margin-left: -20px;
  line-height: 48px;
}
/*展商名录*/
.exhibitor_list .fl {
  margin: 0 16px;
  font-size: 20px;
  margin-top: 24px;
  font-weight: bold;
  opacity: 0.6;
}
.exhibitor_list.style_a .list {
  margin: 0 -8px;
}
.exhibitor_list.style_a .li {
  width: 33%;
}
.exhibitor_list.style_a .li .box {
  margin: 0 8px;
  padding: 16px 8px;
  position: relative;
}
.exhibitor_list.style_a .li .company {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 70%;
}
.exhibitor_list.style_a .booth {
  position: absolute;
  right: 0;
  top: 16px;
  font-family: "Raleway_Blod";
}
.exhibitor_list.style_a .booth .t {
  display: none;
}
.phone .exhibitor_list.style_a .li {
  width: 100%;
  display: block;
}
/*.exhibitor_list.style_b .list { text-align: center; margin: 0 -8px; margin-bottom: -16px; }
.exhibitor_list.style_b .li { display: inline-block; width: 16%; margin-bottom: 16px; vertical-align: top; }
.exhibitor_list.style_b .box { margin: 0 8px; position: relative; }
.exhibitor_list.style_b .ex_logo { width: 160px; height: 72px; border: 1px solid rgba(0,0,0,0.12); border-radius: 3px; }
.exhibitor_list.style_b .ex_logo .img_center { width: 140px; height: 52px; padding: 10px; }
.exhibitor_list.style_b .ex_info { position: absolute; right: 0; top: 0; left: 0; bottom: 0; background: rgba(0,0,0,0.8); color: #fff; display: none; border-radius: 3px; padding: 8px; }
.exhibitor_list.style_b .box:hover .ex_info { display: inline-block; }
.exhibitor_list.style_b .company { margin-bottom: 2px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.exhibitor_list.style_b .booth .t { display: none; }
.exhibitor_list.style_c .list { border-top: 1px solid rgba(0,0,0,0.12); }
.exhibitor_list.style_c .box { border-bottom: 1px solid rgba(0,0,0,0.12); padding: 12px 8px; position: relative; }
.exhibitor_list.style_c .ex_logo { float: left; width: 120px; height: 48px; margin: 0 24px; }
.exhibitor_list.style_c .ex_logo .img_center { width: 120px; height: 48px; }
.exhibitor_list.style_c .ex_info { margin-left: 168px; padding-left: 32px; }
.exhibitor_list.style_c .company { padding-right: 200px; line-height: 50px; word-wrap: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.exhibitor_list.style_c .booth { position: absolute; right: 8px; top: 12px; line-height: 50px; opacity: 0.8; }
.exhibitor_list.style_c .booth .t { margin-right: 8px; }
.exhibitor_list.style_c .box > .bg { clear: both; float: none; }
.phone .exhibitor_list.style_c .ex_logo { margin: 0; }
.phone .exhibitor_list.style_c .ex_info { margin-left: 120px; padding-left: 16px; text-align: left; }
.phone .exhibitor_list.style_c .company { padding: 0; line-height: inherit; }
.phone .exhibitor_list.style_c .booth { line-height: inherit; position: relative; right: auto; top: auto; margin-top: 4px; }
.exhibitor_list .more { margin-top: 32px; text-align: center; }
.exhibitor_list.style_b .list { background: url(../../img/website/template_exhibition01/table_line.png) repeat-y center top; border-bottom: 1px solid #d0d0d0; width: 1195px; margin: 0 auto; }
.exhibitor_list.style_b .li { width: 16.66%; float: left; width: 199px; height: 199px; margin: 0; }
.exhibitor_list.style_b .box { margin: 24px; background: #fff; }
.exhibitor_list.style_b .ex_logo { width: 151px; height: 151px; border: 0; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }
.exhibitor_list.style_b .ex_logo:hover { -webkit-filter: grayscale(100%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter:;
}
.exhibitor_list.style_b .ex_logo .img_center { width: 151px; height: 151px; }
.exhibitor_list.style_b .ex_info { display: none !important; }*/
/*展会数据*/
.exhibitor_data .m_icon:before {
  content: "\e6fc";
}
.exhibitor_data .li .d {
  font-size: 48px;
  margin-bottom: 16px;
}
.exhibitor_data .li .t {
  font-size: 18px;
}
/*重要日期*/
.important_time .m_icon:before {
  content: "\e79c";
}
.important_time .list {
  margin: 0 -16px;
  margin-bottom: -16px;
  overflow: hidden;
  text-align: center;
}
.important_time .li {
  margin-bottom: 16px;
  width: 24%;
  display: inline-block;
}
.important_time .li .box {
  margin: 0 16px;
  height: 52px;
  background: url(../../img/website/template_single_n/time_icon.png) no-repeat
    left top;
  padding-left: 64px;
  position: relative;
  text-align: left;
}
.important_time .li .ti {
  font-size: 14px;
  opacity: 0.6;
  color: inherit !important;
  position: absolute;
  top: 24px;
  left: 64px;
}
.important_time .li .date {
  font-size: 18px;
}
.lan_en .important_time .li {
  margin-bottom: 24px;
}
.lan_en .important_time .li .ti {
  top: 28px;
  line-height: 16px;
}
.lan_en .important_time .li .date {
  padding-top: 4px;
}
.phone .important_time .list {
  margin: 0 -8px;
  margin-bottom: -16px;
}
.phone .important_time .li {
  width: 49%;
}
.phone .important_time .li .box {
  background-size: 24px;
  height: 40px;
  padding-left: 32px;
  margin: 0 8px;
  background-position: left 6px;
}
.phone .important_time .li .ti {
  font-size: 12px;
  left: 32px;
}
.phone .important_time .li .date {
  font-size: 16px;
}
/*学术活动参会注册及快速入口*/
.registration_con {
  text-align: center;
}
.registration_con .link {
  display: inline-block;
  border-radius: 2px;
  height: 48px;
  line-height: 48px;
  padding: 0 48px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.registration_con .link a {
  color: #fff;
  z-index: 2;
  position: relative;
}
.registration_con .link .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.lan_en .registration_con .link a {
  margin-bottom: 4px;
}
/*大会议题*/
.topic .topic_li > .li {
  margin-bottom: 16px;
}
.topic .sub_issues_li {
  margin-left: 32px;
  font-size: 14px;
  opacity: 0.6;
}
.topic .sub_issues_li .li {
  margin-top: 4px;
}
.topic .topic_li .add {
  text-align: center;
}
.topic .topic_li .add .button {
  color: #fff !important;
}
.topic .topic_li .link {
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
}
/*视频列表*/
.video_list.style_a .list {
  margin-left: -12px;
  margin-right: -12px;
}
.video_list.style_a .list .li {
  margin-bottom: 24px;
}
.video_list.style_a .list .box {
  margin-left: 12px;
  margin-right: 12px;
}
.video_list.style_a .list .ti {
  font-weight: bold;
  margin: 8px 0;
}
.video_list.style_a .list .summary {
  -webkit-line-clamp: 2;
}
/*图文列表*/
.text_img_li.style_a .list {
  margin: 0 -16px;
  text-align: center;
  margin-bottom: -24px;
}
.text_img_li.style_a .list .li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
  width: 33%;
}
.text_img_li.style_a .list .li .box {
  margin: 0 16px;
  text-align: left;
}
.text_img_li.style_a .list .li .box .img {
  border-radius: 4px;
}
.text_img_li.style_a .list .li .ti {
  color: inherit !important;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 4px;
}
.text_img_li.style_a .list .li .time {
  display: none;
}
.text_img_li.style_a .list .li .summary {
  opacity: 0.6;
  -webkit-line-clamp: 2;
  font-size: 14px;
}
.phone .text_img_li.style_a .list {
  margin: 0;
  margin-bottom: -16px;
}
.phone .text_img_li.style_a .list .li {
  margin-bottom: 16px;
  width: 100%;
}
.phone .text_img_li.style_a .list .li .box {
  margin: 0;
}
.phone .text_img_li.style_a .list .li .ti {
  font-size: 16px;
}
.phone .text_img_li.style_a .list .li .summary {
  font-size: 12px;
}
.text_img_li.style_b .list div.li {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
}
.text_img_li.style_b .list div.li .box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.text_img_li.style_b .list div.li .box > .img {
  width: 38%;
  border-radius: 4px;
  overflow: hidden;
}
.text_img_li.style_b .list div.li .box > .info {
  width: min-content;
  flex: auto;
  margin-right: 1em;
}
.text_img_li.style_b .list div.li .time {
  font-size: 0.85714em;
  margin-top: 0.25em;
  opacity: 0.6;
}
.text_img_li.style_b .list div.li .ti {
  font-weight: bold;
}
.text_img_li.style_b .list div.li .summary {
  font-size: 0.85714em;
  margin-top: 0.5em;
  opacity: 0.6;
  -webkit-line-clamp: 3;
}
.text_img_li.style_b .list {
  margin: 0 -16px;
  text-align: center;
  margin-bottom: -24px;
}
.text_img_li.style_b .list .li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}
.text_img_li.style_b .list .li a {
  color: inherit;
}
.text_img_li.style_b .list .li .box {
  margin: 0 8px;
  text-align: left;
  position: relative;
}
.text_img_li.style_b .list .li .ti {
  font-size: 1.2em;
}
.phone .text_img_li.style_b .list {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -16px;
}
.phone .text_img_li.style_b .list .li {
  display: block;
  margin-bottom: 16px;
}
.phone .text_img_li.style_b .list .li .box {
  margin: 0;
}
.text_img_li.style_c .list .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: block;
  padding-left: 16px;
}
.text_img_li.style_c .list .li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.text_img_li.style_c .list .li .img {
  position: absolute;
  left: -16px;
  top: 8px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.text_img_li.style_c .list .li .img img {
  display: none;
}
.text_img_li.style_c .list .li .img span {
  display: none;
}
.text_img_li.style_c .list .li .ti {
  width: 66%;
  display: inline-block;
  color: inherit !important;
}
.text_img_li.style_c .list .li .time {
  display: inline-block;
  text-align: right;
  float: right;
  color: #545454;
}
.text_img_li.style_c .list .li .summary {
  display: none;
}
.phone .text_img_li.style_c .list .li .ti {
  width: 100%;
}
.phone .text_img_li.style_c .list .li .time {
  float: none;
  text-align: left;
}
/*图文列表-轮播*/
.text_img_li .lb .con > .li {
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
}
.text_img_li .lb .con > .li .box,
.text_img_li .lb .con > .li .box a {
  display: flex;
  color: inherit;
  width: 100%;
  position: relative;
  align-items: center;
}
.text_img_li .lb .con > .li .box .img {
  width: 44%;
}
.text_img_li .lb .con > .li .box .info {
  width: min-content;
  padding: 0 30px;
  flex: auto;
}
.text_img_li .lb .con > .li .box .ti {
  font-size: 28px;
  margin-bottom: 20px;
  -webkit-line-clamp: 2;
}
.text_img_li .lb .con > .li .box .time {
  margin-bottom: 16px;
  font-size: 14px;
  opacity: 0.6;
}
.text_img_li .lb .con > .li .box .summary {
  font-size: 14px;
  opacity: 0.6;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 16px;
  -webkit-line-clamp: 3;
}
.text_img_li.lb > div {
  position: relative;
  z-index: 1;
}
.text_img_li.lb .list {
  overflow: hidden;
  text-align: left;
  margin: 0;
}
.text_img_li.lb .list ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.text_img_li.lb .list ul li.li {
  width: 320px;
  list-style: none;
  float: left;
  margin: 0;
}
.text_img_li.lb .list ul li.li .box {
  margin: 0;
  margin-right: 30px;
}
.text_img_li.lb .btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  bottom: 220px;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.text_img_li.lb .btnl {
  background-image: url(https://img.bagevent.com/resource/20231129/0927094943810186.png);
  left: -25px;
}
.text_img_li.lb .btnr {
  background-image: url(https://img.bagevent.com/resource/20231129/0928180353810186.png);
  right: -25px;
}
.phone .text_img_li .lb .con > .li {
  background: transparent;
  margin-bottom: 20px;
}
.phone .text_img_li .lb .con > .li .box,
.phone .text_img_li .lb .con > .li .box a {
  flex-direction: column;
}
.phone .text_img_li .lb .con > .li .box .img {
  width: 100%;
}
.phone .text_img_li .lb .con > .li .box .info {
  width: 100%;
  padding: 8px 0 0 0;
}
.phone .text_img_li .lb .con > .li .box .ti {
  font-size: 16px;
  margin-bottom: 0;
}
.phone .text_img_li .lb .con > .li .box .time {
  margin-bottom: 8px;
}
.phone .text_img_li .lb .con > .li .box .summary {
  padding-top: 8px;
}
.phone .text_img_li.lb .list ul {
  flex-direction: column;
  width: 100%;
}
.phone .text_img_li.lb .list ul li.li {
  width: 100%;
}
.phone .text_img_li.lb .list ul li.li .box,
.phone .text_img_li.lb .list ul li.li .box > a {
  display: flex;
  flex-direction: row;
}
.phone .text_img_li.lb .list ul li.li .box .img {
  width: 134px;
  margin: 0;
  margin-right: 12px;
}
.phone .text_img_li.lb .list ul li.li .box .info {
  width: min-content;
  flex: auto;
}
.phone .text_img_li.lb .list ul li.li .box .info .ti {
  margin-top: 0;
}
.phone .text_img_li.lb .btn {
  display: none;
}
/*照片墙*/
/*轮播 图片*/
.scroll_module .carousel-caption {
  padding: 12px 16px;
}
.scroll_module .img_box .ti {
  font-size: 18px;
}
.scroll_module .img_box .intro {
  font-size: 14px;
  opacity: 0.6;
  margin-top: 4px;
}
/*轮播 合作方*/
/*轮播 嘉宾*/
/*菜单切换*/
/*宫格模块 仅移动端*/
.module.grid.style_a {
  padding: 16px 8px 24px 8px;
}
.module.grid.style_a .module {
  width: 20%;
  text-align: center;
  margin-top: 12px;
  position: relative;
  padding-bottom: 26px;
}
.module.grid.style_a .n_6 .module {
  width: 33.33%;
}
.module.grid.style_a .n_8 .module {
  width: 25%;
}
.module.grid.style_a .module .box {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: static;
}
.module.grid.style_a .n_i {
  margin-bottom: 8px;
}
.module.grid.style_a .n_i svg {
  margin: 8px;
  width: 32px;
}
.module.grid.style_a .box .bg {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.module.grid.style_a .box .bg:before {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.module.grid.style_a .m_t {
  font-size: 14px;
  color: inherit !important;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.module.grid.style_a .re_t {
  display: none;
}
.module.grid.style_b .module_list {
  margin: 0 -6px;
}
.module.grid.style_b .module {
  width: 50%;
  padding: 0;
  margin: 0;
}
.module.grid.style_b .module .box {
  margin: 0 6px;
  border-radius: 8px;
  color: #fff;
  margin-top: 12px;
  padding: 12px;
  height: 110px;
  position: relative;
  overflow: hidden;
}
.module.grid.style_b .module .box > .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.module.grid.style_b .module .box > .bg:before {
  content: "";
  background: linear-gradient(162deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.module.grid.style_b .module:nth-child(1) .box,
.module.grid.style_b .module:nth-child(2) .box {
  margin-top: 0;
}
.module.grid.style_b .module .color {
  color: inherit !important;
}
.module.grid.style_b .module .n_i {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  z-index: 2;
}
.module.grid.style_b .module .m_t {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.module.grid.style_b .module .re_t {
  display: block;
  font-size: 10px;
  opacity: 0.6;
  position: relative;
  z-index: 2;
}
/*webset*/
.web_iframe .module.menu {
  top: 0 !important;
}
.module_box_set .form_li.re_ti_set {
  display: block !important;
}
.set_web_box.head_set {
  display: none;
}

