/*
.lan_en前缀为英文网站样式
.h_website前缀为网站首页样式
.phone前缀为网站移动端样式
.right前缀为网站右侧模块样式
.parent_module前缀为父模块内子模块样式
.academic前缀为学术会议样式
.new_website前缀为新打开页面
*/
/*公共样式*/
.website {
  background: #fff;
  color: #222;
  font-size: 14px;
}
.website .page_head {
  position: relative;
  z-index: 2;
}
.website .page_con {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: table;
  clear: both;
  float: none;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-top: 0 !important;
  background: #fff;
  margin-bottom: 24px;
}
.website_page {
  width: 100%;
  vertical-align: top;
  padding-bottom: 30px;
}
.website_page .module {
  padding: 30px;
  padding-bottom: 0;
  width: 920px;
  background: #fff !important;
  color: inherit !important;
  overflow: hidden;
}
.website_page .module .title {
  font-size: 16px;
  color: #999;
  font-weight: bold;
  border-left-style: solid;
  border-left-width: 2px;
  padding-left: 8px;
  margin-bottom: 20px;
  line-height: 24px;
  position: relative;
}
.website_page .module .title .title_box:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 0;
  top: 11px;
  border-bottom: 1px dotted #ededf1;
  z-index: 1;
}
.website_page .module .title .ti {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 8px;
  color: #202020 !important;
}
.phone .website_page {
  background: #f6f9fc;
  overflow: hidden;
  padding-bottom: 0;
}
.right.website_page {
  width: 357px;
  display: table-cell;
  border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
}
.right.website_page .module {
  width: 357px;
  margin-right: 0;
}
.phone .website_page .module {
  width: 100%;
  margin-top: 8px;
  padding: 15px 20px;
}
.phone .right.website_page {
  width: 100%;
  display: block;
}
.phone .right.website_page .module {
  width: 100%;
}
.phone .website_page .module .title {
  margin-bottom: 20px;
}
/*头图*/
.module.banner {
  padding-top: 104px;
  background: none !important;
  color: inherit !important;
  text-align: left;
}
.module.banner .banner_con {
  display: block !important;
}
.module.banner .banner_con .con {
  max-width: 1280px;
}
.module.banner .event_logo {
  width: 648px;
  height: 364px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 24px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
}
.module.banner .event_logo img {
  width: 100%;
  min-height: 100%;
}
.module.banner .information {
  margin-left: 648px;
  padding-left: 40px;
  position: relative;
  display: block;
}
.module.banner .name {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 16px;
  color: inherit !important;
}
.module.banner .re_ti {
  display: none;
}
.module.banner .ti_lo {
  margin-bottom: 24px;
}
.module.banner .ti_lo > div {
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 24px;
  margin-right: 0;
  width: 100%;
  margin-bottom: 12px;
}
.module.banner .ti_lo > div .m_icon {
  display: none;
}
.module.banner .ti_lo > div .t {
  display: none;
}
.module.banner .ti_lo .time {
  background-image: url(https://img.bagevent.com/resource/20240816/084747913125.png);
}
.module.banner .ti_lo .location {
  background-image: url(https://img.bagevent.com/resource/20240816/084747903125.png);
  margin-bottom: 0;
}
.module.banner .or {
  display: none;
}
.module.banner .countdown_box {
  margin-top: 0;
  margin-bottom: 16px;
  margin-top: 16px;
  font-size: 14px;
}
.module.banner .countdown_box .text {
  display: inline-block;
  vertical-align: middle;
}
.module.banner .countdown_box .digit {
  background: #f4f5f9;
  padding: 4px 0;
  float: left;
}
.module.banner .countdown_box .digit:first-child {
  padding-left: 8px;
  border-radius: 4px 0 0 4px;
}
.module.banner .countdown_box .digit:nth-last-child(2) {
  padding-right: 8px;
  border-radius: 0 4px 4px 0;
  margin-right: 4px;
}
.module.banner .countdown_box .dash_title {
  display: inline-block;
  padding: 4px 0;
  margin-right: 8px;
}
.module.banner.banner_img .b_img {
  display: none;
}
.module.banner.banner_img .information {
  display: block;
}
.module.banner.banner_img .banner_con .con {
  max-width: 1280px;
}
.module.banner.banner_carousel .carousel {
  display: none;
}
.module.banner.banner_carousel .information {
  display: block;
}
.module.banner.banner_carousel .banner_con .con {
  max-width: 1280px;
}
.module.banner.video_kv {
  display: block;
  overflow: inherit;
}
.module.banner.video_kv .video_box {
  display: none;
}
.phone .module.banner {
  background: #fff !important;
  color: #202020 !important;
  overflow: hidden;
}
.phone .module.banner .event_logo {
  width: 100%;
  height: auto;
  position: relative;
  border: 0;
  z-index: 1;
  border-radius: 0;
  box-shadow: none;
}
.phone .module.banner .event_logo img {
  width: 100%;
}
.phone .module.banner .information {
  position: relative;
  width: auto;
  margin: 0 16px;
  margin-top: -30px;
  z-index: 2;
  border-radius: 8px;
  background: #fff;
  padding: 16px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  display: flex !important;
  flex-direction: column-reverse;
}
.phone .module.banner .name {
  font-size: 18px;
  margin: 0;
  line-height: 27px;
  margin-top: 6px;
}
.phone .module.banner .event_attendinfo {
  display: block;
}
.phone .module.banner .price .color {
  display: none;
}
.phone .module.banner .price .zt {
  padding: 1px 8px;
  display: inline-block;
  background: #8a8aa2;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-right: 8px;
}
.phone .module.banner .price .zt.underway {
  background: linear-gradient(119deg, #32bb6f 0%, #61e920 100%);
}
.phone .module.banner .nun {
  position: absolute;
  top: 16px;
  font-size: 12px;
  color: #8a8aa2;
  right: 16px;
}
.phone .module.banner .nun .m_icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  display: inline-block;
  background: url(https://img.bagevent.com/resource/20240816/084747899125.png);
  background-size: contain;
}
.phone .module.banner .nun .m_icon::before {
  display: none;
}
.phone .module.banner .banner_event_info {
  display: block;
  margin: 20px 32px;
}
.phone .module.banner .banner_event_info .name {
  display: none;
}
.phone .module.banner .ti_lo {
  display: none;
}
.phone .module.banner .zt_js {
  display: none;
}
.phone .module.banner .banner_event_info .ti_lo {
  display: block;
  margin-bottom: 12px;
}
.phone .module.banner .banner_event_info .price .color {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.phone .module.banner .banner_event_info .price .color:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(https://img.bagevent.com/resource/20240815/180445343125.png)
    no-repeat center;
  background-size: contain;
  margin-right: 4px;
}
.phone .module.banner .banner_event_info .price .color .qi {
  margin-left: 4px;
}
.phone .module.banner .banner_event_info .price .zt {
  display: none;
}
.phone .module.banner .banner_event_info .nun {
  display: none;
}
.phone .module.banner .banner_event_info .buy {
  display: none;
}
.phone .module.banner.banner_countdown > .bg {
  display: block;
  height: 40px;
  opacity: 0.1;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 0 0 6px 6px;
}
.phone .module.banner .countdown_box {
  font-size: 12px;
  margin: 0;
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  text-align: center;
}
.phone .module.banner .countdown_box .text {
  display: none;
}
.phone .module.banner .countdown_box .digit {
  background: #fff;
}
.phone .module.banner .b_img {
  display: none !important;
}
.phone .module.banner .carousel {
  display: none !important;
}
/*菜单*/
.module.menu {
  margin-top: 30px;
  z-index: 2;
  position: static !important;
  top: auto !important;
}
.module.menu .or_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.module.menu .or_logo .logo {
  display: block;
  width: 1280px;
  margin: 15px auto;
}
.module.menu .or_logo .logo img {
  height: 32px;
  margin-right: 8px;
}
.module.menu .user,
.menu.style_a .lan {
  position: absolute;
  top: 14px;
  right: 50%;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  min-width: inherit !important;
  margin-right: -490px !important;
  z-index: 1001;
}
.module.menu .lan {
  margin-right: -550px !important;
}
.module.menu .user a,
.menu.style_a .lan a {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.module.menu .user .bg,
.menu.style_a .lan .bg {
  display: none !important;
}
.module.menu .nav {
  width: 1280px;
  margin: 0 auto;
  background: #f7f9fb;
  border: 1px solid #ededf1;
  font-size: 16px;
  border-radius: 6px 6px 0 0;
}
.module.menu .li {
  float: left;
  display: inline-block;
  border-right: 1px solid #ededf1;
  min-width: 120px;
  text-align: center;
  line-height: 20px;
}
.module.menu .li.color {
  border-top-width: 2px;
  border-top-style: solid;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: -1px;
  margin-bottom: -1px;
}
.module.menu .li a,
.module.menu .li .submenu {
  padding: 12px 16px;
  height: 47px;
}
.module.menu .submenu .submenu_li {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 0;
  box-shadow: none;
  text-align: left;
}
.module.menu .submenu:hover .submenu_li {
  left: -1px;
}
.module.menu .s_li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}
.module.menu .s_li:last-child {
  border: 0;
}
.module.menu .s_li:hover {
  background: #f7f9fb;
}
.module.menu .buy {
  display: none !important;
}
.phone .module.menu {
  margin: 0;
  position: static !important;
}
.phone .module.menu .or_logo {
  border: 0;
  height: 44px;
  position: relative;
  box-shadow: none;
}
.phone .module.menu .or_logo .logo {
  width: 100%;
  margin: 0;
  padding-left: 8px;
  margin-top: 8px;
  overflow: hidden;
}
.phone .module.menu .or_logo .logo img {
  height: 28px;
}
.phone .module.menu .or_logo .or_name {
  line-height: 28px;
}
.phone .module.menu .li {
  padding: 0 !important;
}
.phone .module.menu .li a,
.phone .module.menu .li .submenu {
  height: auto;
  line-height: 22px;
}
.phone .module.menu .nav .li .submenu_li {
  margin-top: 16px;
  border: 0;
}
.phone .module.menu .nav .s_li {
  border: 0;
}
.phone .module.menu .lan {
  right: 56px;
  margin: 0 !important;
  color: inherit;
}
/*活动详情*/
/*购票*/
/*活动列表*/
.or_event.style_a .or_event_li {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.or_event.style_a .or_event_li .li {
  width: 33.33%;
  margin-bottom: 16px;
}
.or_event.style_a .or_event_li .li .box {
  margin: 0 8px;
}
.or_event.style_a .or_event_li .li .name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 4px;
  -webkit-line-clamp: 2;
}
.or_event.style_a .or_event_li .li .time_place {
  color: #8a8aa2;
}
.or_event.style_a .or_event_li .li .place {
  -webkit-line-clamp: 1;
}
.right .or_event.style_a .or_event_li .li {
  width: 100%;
}
.phone .or_event.style_a .or_event_li .li {
  width: 50%;
}
.or_event.style_b .or_event_li .li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ededf1;
}
.or_event.style_b .or_event_li .li .event_logo {
  width: 160px;
}
.or_event.style_b .or_event_li .li .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.or_event.style_b .or_event_li .li .time_place {
  color: #8a8aa2;
}
.or_event.style_b .or_event_li .li .place {
  -webkit-line-clamp: 1;
}
/*找回电子票、参会信息*/
/*日程*/
.schedule .date_list {
  height: 40px;
  line-height: 40px;
  background: #f7f9fb;
  border-radius: 8px;
  margin-bottom: 20px;
}
.schedule .date_list > .li {
  font-weight: bold;
}
.schedule .date_list > .li.color .bg {
  border-radius: 8px;
}
.phone .schedule .s_li {
  margin-bottom: 20px;
}
.schedule.style_a .s_li .li {
  padding-bottom: 20px;
  margin-left: 32px;
  border-left-style: solid;
  border-left-width: 1px;
}
.schedule.style_a .s_li .li:last-child {
  padding-bottom: 0;
}
.schedule.style_a .li > .box .time {
  margin-left: 20px;
}
.schedule.style_a .li > .box > .color:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  left: -5px;
  background: #fff;
  top: 7px;
}
.schedule.style_a .box > .color .icon {
  display: none;
}
.schedule.style_a .li > .box .info {
  margin-left: 20px;
}
.schedule.style_a .li .theme {
  font-size: 16px;
  font-weight: bold;
}
.schedule.style_a .li > .box .info .theme {
  color: inherit !important;
}
.schedule.style_a .li .intro {
  color: #8a8aa2;
  margin-top: 12px;
}
.schedule.style_a .li > .box .guset > span {
  display: none;
}
.schedule.style_a .li .guset > span:nth-child(2),
.schedule.style_a .li .gu_list > span {
  display: inline-block;
  margin-left: -53px;
  width: 67px;
  background: #000;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-top: 12px;
  border-radius: 20px;
  padding: 2px 0;
}
.schedule.style_a .li > .box .gu {
  display: flex;
  align-items: center;
  margin-top: 16px;
  overflow: inherit;
  position: relative;
}
.schedule.style_a .li > .box .avator {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: #ecedf4;
  margin-left: -48px;
  margin-right: 20px;
  border: 0;
  position: relative;
  z-index: 2;
}
.schedule.style_a .li > .box .gu:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  left: -52px;
  top: 50%;
  margin-top: -33px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  border-color: inherit;
}
.schedule.style_a .li > .box .g_info {
  flex: auto;
  width: min-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 59px;
}
.schedule.style_a .li > .box .g_na {
  font-size: 14px;
  font-weight: bold;
}
.schedule.style_a .li > .box .g_gszw {
  color: #8a8aa2;
  font-size: 12px;
  margin-top: 4px;
}
.schedule.style_a .s_li .li.s_li_fhc {
  border: 0;
  margin: 0;
}
.schedule.style_a .s_li_ti {
  background-color: #f7f9fb;
  border-radius: 8px;
  padding: 15px 32px;
}
.schedule.style_a .s_li_ti .theme {
  padding-top: 2px;
}
.schedule.style_a .s_li_ti .site {
  margin-top: 4px;
}
.schedule.style_a .s_li_box {
  margin-left: 32px;
}
.schedule.style_a .s_li_box .li:first-child {
  padding-top: 20px;
}
.schedule.style_a .s_li_box .li.z_li {
  padding-left: 20px;
}
.phone .schedule.style_a .s_li .li {
  margin-left: 20px;
}
.phone .schedule.style_a .s_li .li.s_li_fhc {
  margin: 0;
}
.phone .schedule.style_a .li .intro {
  margin-top: 8px;
}
.phone .schedule.style_a .li > .box > .color:before {
  top: 5px;
}
.phone .schedule.style_a .li > .box .gu {
  margin-top: 8px;
}
.phone .schedule.style_a .li > .box .gu:before {
  width: 43px;
  height: 43px;
  margin-top: -23px;
  left: -42px;
}
.phone .schedule.style_a .li > .box .avator {
  width: 37px;
  height: 37px;
  margin-left: -38px;
  margin-right: 14px;
}
.phone .schedule.style_a .li > .box .g_info {
  min-height: 47px;
}
.phone .schedule.style_a .li .guset > span:nth-child(2),
.phone .schedule.style_a .li .gu_list > span {
  width: 47px;
  font-size: 10px;
  margin-left: -47px;
}
.phone .schedule.style_a .s_li_ti {
  padding: 15px 20px;
}
.phone .schedule.style_a .s_li_box {
  margin-left: 20px;
}
.schedule.style_b .li .box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ededf1;
}
.schedule.style_b .li .time {
  width: 132px;
  font-size: 16px;
}
.schedule.style_b .li .color .icon {
  display: none;
}
.schedule.style_b .li .info {
  flex: auto;
  width: min-content;
}
.schedule.style_b .li .theme {
  font-size: 16px;
  font-weight: bold;
}
.schedule.style_b .li .intro {
  margin-top: 12px;
  color: #8a8aa2;
}
.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: relative;
  top: auto;
  right: auto;
  display: block;
  margin-top: 10px;
  padding-left: 10px;
  border-left: 1px solid #ededf1;
  width: auto;
  text-align: left;
}
.schedule.style_b .li .guset span.alm {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
}
.schedule.style_b .li .guset > span:first-child {
  display: none;
}
.schedule.style_b .li .guset span.alm:nth-child(2) {
  margin-top: 12px;
}
.schedule.style_b .li .gu {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.schedule.style_b .li .gu:last-child {
  margin-bottom: 0;
}
.schedule.style_b .li .avator {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.schedule.style_b .li .g_info {
  color: #8a8aa2;
  flex: auto;
  width: min-content;
}
.schedule.style_b .li .g_na {
  display: inline;
  margin-right: 4px;
  padding-right: 4px;
  border-right: 1px solid #ededf1;
}
.schedule.style_b .li .g_gszw {
  display: inline;
}
.schedule.style_b .s_li_fhc .li {
  margin-left: 132px;
}
.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: 8px;
}
.schedule.style_b .s_li_fhc .li .time {
  padding-left: 16px;
}
.schedule.style_b .s_li_fhc .li .theme {
  color: inherit !important;
}
.phone .schedule.style_b .li .time {
  width: 104px;
  font-size: 14px;
}
.phone .schedule.style_b .li .intro {
  margin-top: 8px;
}
.phone .schedule.style_b .li .gu {
  align-items: flex-start;
}
.phone .schedule.style_b .li .g_info {
  display: flex;
  flex-direction: column;
}
.phone .schedule.style_b .li .g_na {
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  font-weight: bold;
}
.phone .schedule.style_b .li .g_gszw {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
.phone .schedule.style_b .s_li_ti .box {
  flex-direction: column;
}
.phone .schedule.style_b .s_li_ti .time {
  width: 100%;
  margin-bottom: 4px;
}
.phone .schedule.style_b .s_li_ti .info {
  width: 100%;
}
.phone .schedule.style_b .s_li_fhc .li {
  margin: 0;
}
.phone .schedule.style_b .s_li_fhc .li .time {
  padding-left: 12px;
}
.phone .schedule.style_b .s_li_fhc .li .box > .color {
  border-width: 3px;
}

.schedule.style_c .s_li .li {
  padding: 20px 0;
  border-bottom: 1px solid #ededf1;
}
.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: 16px;
  font-weight: bold;
  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;
}
.schedule.style_c .li .guset .alm {
  display: none;
}
.schedule.style_c .li .gu {
  overflow: hidden;
  float: left;
  display: inline-block;
  width: 25%;
  padding-right: 16px;
  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;
  padding: 10px;
}
.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 {
  padding: 10px 0;
}
.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;
}
.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 .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 .date_list {
  margin-bottom: 8px;
}
.schedule.style_d .s_li .li {
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
  margin-bottom: 8px;
}
.schedule.style_d .li .time {
  font-weight: bold;
}
.schedule.style_d .li .time .icon {
  display: none;
}
.schedule.style_d .li .color .icon {
  display: none;
}
.schedule.style_d .li .theme {
  font-size: 16px;
  font-weight: bold;
  color: inherit !important;
}
.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;
  color: #545454;
}
.schedule.style_d .li .site:before {
  content: "\e6cb";
  margin-right: 4px;
  font-size: 14px;
}
.schedule.style_d .li .site .icon {
  display: none;
}
.schedule.style_d .li .intro {
  display: none;
}
.schedule.style_d .li .guset {
  display: none;
}
.schedule.style_d .s_li_box {
  margin-top: 12px;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.schedule.style_d .s_li_box .li {
  width: 50%;
  float: left;
  border: 0;
  display: inline-block;
  padding: 0;
  margin-top: 12px;
}
.schedule.style_d .s_li_box .box {
  padding: 0 0 0 132px;
  height: 116px;
  overflow: hidden;
}
.schedule.style_d .s_li_box .info {
  display: block;
  margin: 0;
  border: 0;
}
.schedule.style_d .s_li_box .theme {
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 8px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  font-size: 14px;
  margin-right: 16px;
}
.schedule.style_d .s_li_box .intro {
  display: none;
}
.schedule.style_d .s_li_box .guset {
  display: block;
}
.schedule.style_d .s_li_box .guset .alm {
  display: none;
}
.schedule.style_d .s_li_box .gu {
  overflow: inherit;
}
.schedule.style_d .s_li_box .avator {
  width: 116px;
  height: 116px;
  border-radius: 0;
}
.schedule.style_d .s_li_box .g_na {
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.schedule.style_d .s_li_box .g_gszw {
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #545454;
  font-size: 14px;
}
.phone .schedule.style_d .s_li_box .li {
  width: 100%;
}
/*下载*/
.right .download_file .li {
  width: 100%;
}
.phone .download_file .li {
  width: 100%;
}
.phone .download_file .li .box {
  margin-bottom: 12px;
}
/*合作伙伴、合作媒体*/
.partner.style_a .partner_li {
  display: flex;
  width: 100%;
}
.partner.style_a .partner_li .item_title {
  width: 140px;
  line-height: 56px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.partner.style_a .list {
  flex: auto;
  width: min-content;
}
.partner.style_a .list .li {
  width: 25%;
}
.partner.style_a .list .li .box {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.phone .partner.style_a .list .li {
  width: 33.33%;
}
.partner.style_b .item_title {
  margin-bottom: 1em;
  font-size: 1.2em;
}
/*活动主办方*/
/*活动协办方
活动协办方同合作伙伴、合作媒体*/
/*活动地址*/
/*联系我们*/
/*大会倒计时*/

/*展商名录*/
.module.exhibitor_list {
  text-align: left;
  background-color: #f9fafc;
}
.exhibitor_list .fl {
  clear: both;
  float: none;
  margin: 0 16px;
  font-size: 18px;
  font-family: "Raleway_Blod";
  margin-top: 24px;
}
.exhibitor_list .more {
  margin-top: 32px;
  text-align: center;
}
.exhibitor_list.style_a .list {
  margin: 0 -8px;
}
.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_a .li {
  display: inline-block;
  width: 49%;
  text-align: left;
  vertical-align: top;
}
.exhibitor_list.style_a .li .booth {
  white-space: nowrap;
}
.exhibitor_list.style_b .li {
  margin-bottom: 12px;
}
.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 !important;
  border-radius: 3px;
  padding: 8px;
}
.exhibitor_list.style_b .box:hover .ex_info {
  display: inline-block !important;
}
.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;
}
.phone .exhibitor_list.style_b .li {
  width: 33.33%;
}
.phone .exhibitor_list.style_b .ex_logo {
  height: 44px;
}
.phone .exhibitor_list.style_b .ex_logo .img_center {
  height: 44px;
}

/*展会数据*/
.exhibitor_data.module {
  background-image: url(https://img.bagevent.com/resource/20190227/15124703435754.jpg);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-size: cover;
}
.exhibitor_data .list {
  margin: 0 -16px;
}
.exhibitor_data .li {
  width: 24%;
}
.exhibitor_data .li .box {
  margin: 0 16px;
  margin-bottom: 24px;
}
.exhibitor_data .li .d {
  font-size: 60px;
  font-weight: bold;
  font-family: "Raleway_Blod";
}
.phone .exhibitor_data .li {
  width: 49%;
}
.phone .exhibitor_data .li .d {
  font-size: 40px;
}

/*联系我们*/
.contact_us.module .list {
  margin: 0 -8px;
}
.contact_us.module .list .li {
  display: inline-block;
  width: 33%;
  text-align: left;
}
.contact_us.module .list .box {
  margin: 0 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  background: #fff;
  position: relative;
  padding: 16px;
  overflow: hidden;
  min-height: 100px;
}
.contact_us.module .list .left_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  z-index: 10;
}
.contact_us.module .list .img_center {
  width: 100%;
  display: block;
}
.contact_us.module .list .m_icon {
  color: #fff !important;
  font-size: 30px;
  display: block;
}
.contact_us.module .list .icon_email:before {
  content: "\e625";
}
.contact_us.module .list .icon_call:before {
  content: "\e6af";
}
.contact_us.module .list .icon_location:before {
  content: "\e6be";
}
.contact_us.module .list .ti {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #1c1c24;
}
.contact_us.module .list .bg {
  position: absolute;
  right: -60px;
  bottom: -60px;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
.right .contact_us.module .list .li {
  width: 100%;
}
.phone .contact_us.module .list .li {
  width: 100%;
  margin-bottom: 16px;
}

/*展会数据*/
/*重要日期*/
/*学术活动参会注册及快速入口*/
/*大会议题*/
/*照片墙*/
/*轮播 图片*/
/*轮播 合作方*/
/*菜单切换*/
/*购票*/
.page_head .module.register {
  display: block;
}
.page_head .module.register .register_box .con {
  max-width: 1280px;
}
.page_con .module.register {
  display: none;
}
.module.register .title {
  display: none;
}
.module.register .buy_tickets {
  margin-left: 648px;
  padding-left: 40px;
  background: none;
  border: 0;
  min-height: 230px;
}
.ticket_progress {
  position: relative;
  padding: 15px 30px 17px 30px;
  margin-bottom: 24px;
  display: block;
  background: #f4f5f9;
  border-radius: 6px;
}
.ticket_progress .bg_line {
  display: none;
}
.ticket_progress .line {
  display: flex;
}
.ticket_progress .line .step {
  display: flex;
  flex-direction: column-reverse;
  width: 134px;
  font-size: 12px;
  font-weight: bold;
  color: #8a8aa2;
}
.ticket_progress .line .step.over {
  color: inherit;
}
.ticket_progress .at .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://img.bagevent.com/resource/20250326/164504081125.png);
  background-size: contain;
  font-size: 0;
  position: relative;
  margin-bottom: 6px;
}
.ticket_progress .at .icon.active:before {
  content: "";
  display: inline-block;
  width: 86px;
  height: 4px;
  position: absolute;
  left: 36px;
  top: 10px;
  background: #32bb6f;
  height: 4px;
  border-radius: 2px;
}
.ticket_progress .at .icon.active {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(https://img.bagevent.com/resource/20250326/164504080125.png);
}
.ticket_progress .pro.active {
  color: #32bb6f !important;
}
.module.register .form_li {
  text-align: left;
  margin-bottom: 20px;
}
.module.register .ticket_li .li.th {
  display: none;
}
.module.register .ticket_li .li {
  padding: 14px 20px;
  border: 1px solid #ededf1;
  border-radius: 6px;
  margin-top: -1px;
}
.module.register .ticket {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module.register .ticket > div {
  display: inline-block;
}
.module.register .ticket .name {
  font-weight: bold;
  flex: auto;
  margin-right: 40px;
}
.module.register .name .tip_icon > span {
  float: left;
  margin-right: 4px;
}
.module.register .ticket .name .check {
  padding: 0 6px;
  height: 19px;
  background: #ff8548;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.module.register .ticket .name .check:before {
  content: "需审核";
}
.lan_en .module.register .ticket .name .check:before {
  content: "Approval";
}
.module.register .ticket .name .check .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.module.register .ticket .name .check.t:before {
  position: relative;
  z-index: 2;
  content: "团购票";
}
.lan_en .module.register .ticket .name .check.t:before {
  content: "Group Purchase";
}
.module.register .ticket .name .icon_span {
  padding: 0 6px;
  height: 19px;
  background: #ff8548 !important;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.module.register .ticket .name .check .icon {
  display: none;
}
.module.register .ticket .name .tip {
  width: 19px;
  height: 19px;
  background: #f4f5f9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module.register .ticket .name .tip:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-size: cover;
  background-image: url(https://img.bagevent.com/resource/20250401/142417697125.png);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.module.register .ticket .name .tip .icon {
  display: none;
}
.module.register .ticket .price {
  text-align: right;
  margin-right: 40px;
}
.module.register .price .color .p_price {
  font-size: 12px !important;
  font-weight: bold;
  opacity: 1;
}
.module.register .price .color .p_price span:last-child {
  font-size: 16px;
}
.module.register .ticket .ladder_price .item {
  width: auto;
  display: none;
}
.module.register .ticket .ladder_price .item.color {
  display: inline-block;
  font-size: 16px;
}
.module.register .ticket .ladder_price .item:last-child {
  display: inline-block;
  font-size: 12px;
  margin-left: 8px;
}
.module.register .ticket .price .color {
  color: inherit !important;
}
.module.register .ticket .price .color > span {
  font-size: 16px;
}
.module.register .ticket .price .color > span:first-child {
  font-size: 12px;
}
.module.register .ticket .time {
  display: none;
}
.module.register .ticket .quantity {
  width: auto;
}
.module.register .ticket .q_con {
  display: flex;
  align-items: center;
  background: none !important;
}
.module.register .ticket .q_con > span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 2px;
  font-size: 16px;
  font-weight: bold;
}
.module.register .ticket .q_con .nun {
  margin: 0;
  border-radius: 12px;
  background: #32bb6f;
  color: #fff;
}
.module.register .ticket .q_con .nun.disabled {
  background: #f4f5f9;
  color: #8a8aa2;
}
.module.register .ticket .q_con .nun .color {
  color: inherit !important;
  opacity: 1 !important;
}
.module.register .ticket .q_con .nun .bg_line {
  display: none;
}
.module.register .ticket_tip {
  display: none !important;
}
.module.register .ticket_tip > div {
  margin-bottom: 4px;
  display: flex;
  line-height: normal;
}
.module.register .ticket_tip > div:last-child {
  margin-bottom: 0;
}
.module.register .ticket_tip > div .icon {
  display: none;
}
.module.register .ticket_tip > div:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #32bb6f;
  margin-top: 7px;
}
.module.register .ticket_tip .text {
  margin-left: 8px;
  display: inline-block;
  width: fit-content;
}
.module.register .ticket_li .li.active {
  border: 1px solid #32bb6f;
  background: rgba(50, 187, 111, 0.1);
  z-index: 5;
}
.module.register .ticket_li .li.active .ticket .name .tip {
  background: #32bb6f;
}
.module.register .ticket_li .li.active .ticket .name .tip:before {
  content: "";
  background-image: url(https://img.bagevent.com/resource/20250401/142425136125.png);
  transform: rotate(180deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}
.module.register .ticket_li .li.active .ticket_tip {
  position: relative !important;
  top: 0;
  right: 0;
  display: block !important;
  padding: 0;
  border: 0;
  background: none;
  color: #32bb6f;
  width: auto;
  font-size: 12px;
  line-height: 18px;
  left: 0 !important;
  margin-top: 8px;
}
.module.register .ticket_li .li.active .ticket_tip .arrow.top {
  display: none;
}
.module.register .refund_explane {
  border: 1px solid rgba(255, 29, 0, 0.06);
  margin-bottom: 20px;
  padding: 12px 20px;
  background: rgba(255, 29, 0, 0.02);
  border-radius: 6px;
  font-size: 12px;
}
.module.register .refund_explane strong {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
.module.register .refund_explane br:nth-child(2) {
  display: none;
}
.module.register .code_form {
  padding: 0;
  margin-bottom: 20px;
}
.module.register .price_form {
  float: left;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.module.register #total_price {
  font-size: 30px;
  margin-left: 2px;
  display: inline-block;
}
.module.register .form_li:last-child {
  margin-bottom: 0;
}
.module.register .form_li:last-child:after,
.module.register .form_li:last-child::before,
.module.register .buy::after,
.module.register .buy::before {
  display: none;
}
.module.register .ticket_discount {
  margin-left: 16px;
}
.module.register .buy {
  padding: 0;
}
.module.register .buy .button {
  padding: 0;
  height: 42px;
  line-height: 42px;
  font-weight: 600;
  font-size: 16px;
  padding: 0 32px;
  border-radius: 22px;
}
.page_head .module.register .empty {
  max-width: 1280px;
  background: 0;
  border: 0;
  min-height: 230px;
  margin: 0 auto;
}
.page_head .module.register .empty .icon_box,
.page_head .module.register .empty .text {
  padding-left: 688px;
}
/*嵌入门票*/
.embed .module.register .buy_tickets {
  padding-left: 0;
  min-height: auto;
  padding-bottom: 0;
  margin: 0;
}
.embed .module.register .ticket_li {
  padding-top: 20px;
}
.embed .module.register .ticket_li .li {
  background: none;
}
.embed .register.style_a .price_form {
  position: relative;
  padding-left: 16px;
}
.embed .module.register .buy {
  margin-right: 20px;
}
.phone .register.style_a .buy_tickets {
  margin: 0;
}
.phone .module.register .ticket {
  display: block;
}
.phone .module.register .ticket .q_con .nun {
  padding: 0;
}
/*分享*/
.register .bdsharebuttonbox {
  position: absolute;
  right: 1px;
  color: #999;
  background: #f7f9fb;
  width: 267px;
  height: 44px;
  top: 65px;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 0 0 16px;
}
.register .bdsharebuttonbox a {
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url(../../img/bdsharebuttonbox.png) no-repeat;
  background-size: 24px 216px;
  padding: 0;
  float: none;
  display: inline-block;
  margin: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-radius: 2px;
  box-sizing: content-box;
}
.register .bdsharebuttonbox .bds_qzone {
  background-position: 0px -72px;
  background-color: #f7c556;
}
.register .bdsharebuttonbox .bds_tsina {
  background-color: #e45948;
}
.register .bdsharebuttonbox .bds_tqq {
  background-position: 0px -24px;
  background-color: #22a9f4;
}
.register .bdsharebuttonbox .bds_renren {
  background-position: 0px -48px;
  background-color: #529ff0;
}
.register .bdsharebuttonbox .bds_weixin {
  background-position: 0px -96px;
  background-color: #5bc333;
}
.register .bdsharebuttonbox .bds_more {
  background-position: 0px -120px;
  background-color: #0fc5db;
}
/*活动详情*/
.details_con .bdsharebuttonbox {
  margin-top: 8px;
}
/*已报名*/
.sign_up .signed_li .avator_box {
  width: 80px;
  height: 80px;
}
.sign_up .signed_li .avator {
  width: 76px;
  height: 76px;
  line-height: 76px;
  margin: 2px;
}
/*找回电子票、参会信息*/
.find_ticket.style_a .find_box {
  text-align: center;
  margin-bottom: 0;
}
.find_ticket.style_a .find_box .text {
  margin-bottom: 16px;
}
.find_ticket.style_a .find_box .input_box {
  width: 320px;
  display: inline-block;
  vertical-align: middle;
}
.find_ticket.style_a .find_box .button {
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  padding: 6px 24px;
}
.find_ticket.style_a .copyevent_it .li {
  color: #202020;
}
.right .find_ticket.style_a .find_box {
  text-align: left;
}
.phone .find_ticket.style_a .find_box .text,
.right .find_ticket.style_a .find_box .text {
  margin-bottom: 8px;
}
.phone .find_ticket.style_a .find_box .input_box {
  margin-bottom: 8px;
  width: 100%;
}
.right .find_ticket.style_a .find_box .input_box {
  margin-bottom: 8px;
  display: block;
  width: auto;
}
.phone .find_ticket.style_a .find_box .input_box input {
  height: 44px;
}
.find_ticket.style_a .find_box {
  text-align: left;
}
/*嘉宾*/
.style_a .guset_li {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.style_a .guset_li .li {
  width: 20%;
  text-align: left;
  margin-bottom: 20px;
}
.style_a .guset_li .li .box {
  margin: 0 10px;
}
.style_a .guset_li .li .img {
  background: #f7f9fb;
  border-radius: 8px;
}
.style_a .guset_li .li .name {
  margin: 8px 0;
  font-weight: bold;
  font-size: 16px;
}
.style_a .guset_li .li .post {
  color: #8a8aa2;
}
.style_a .guset_li .li .intro {
  display: none;
}
.phone .style_a .guset_li .li {
  width: 33.33%;
}
.phone .style_a .guset_li .li .name {
  margin-bottom: 4px;
}
.right .style_a .guset_li .li {
  width: 49%;
}
.style_b .guset_li {
  margin: 0;
}
.style_b .guset_li .li {
  margin-bottom: 20px;
}
.style_b .guset_li .li .box {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.style_b .guset_li .li .img {
  width: 124px;
  margin-right: 20px;
  background: #f7f9fb;
  border-radius: 8px;
}
.style_b .guset_li .li .info {
  flex: auto;
  width: min-content;
}
.style_b .guset_li .li .name {
  font-size: 18px;
  font-weight: bold;
}
.style_b .guset_li .li .post {
  font-size: 16px;
  font-weight: bold;
  margin: 4px 0 12px 0;
}
.style_b .guset_li .li .intro {
  color: #8a8aa2;
  display: block;
}
.phone .style_b .guset_li .li .img,
.right .style_b .guset_li .li .img {
  width: 98px;
}
.phone .style_b .guset_li .li .name,
.right .style_b .guset_li .li .name {
  font-size: 16px;
}
.phone .style_b .guset_li .li .post,
.right .style_b .guset_li .li .post {
  font-weight: normal;
  font-size: 14px;
}
.style_c .guset_li {
  text-align: left;
  margin-left: -10px;
  margin-right: -10px;
}
.style_c .guset_li .li .box {
  background: #f7f9fb;
  padding: 20px;
  margin: 0 10px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.style_c .guset_li .li .img {
  float: left;
  width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.style_c .guset_li .li .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-left: 90px;
}
.style_c .guset_li .li .post {
  margin-bottom: 12px;
  margin-left: 90px;
}
.style_c .guset_li .li .intro {
  clear: both;
  float: none;
  display: block;
  color: #8a8aa2;
}
.phone .style_c .col-lg-6,
.right .style_c .col-lg-6 {
  width: 100%;
}
.phone .style_c .guset_li .li .box,
.right .style_c .guset_li .li .box {
  padding: 16px;
}
.style_d .guset_li {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.style_d .guset_li .li {
  width: 33.33%;
  margin-bottom: 20px;
  text-align: left;
}
.style_d .guset_li .li .box {
  background: #f7f9fb;
  padding: 15px;
  margin: 0 10px;
  border-radius: 8px;
}
.style_d .guset_li .li .box {
  display: flex;
  align-items: flex-start;
}
.style_d .guset_li .li .img {
  width: 80px;
  border-radius: 6px;
  margin-right: 10px;
}
.style_d .guset_li .li .info {
  flex: auto;
  width: min-content;
  min-height: 80px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.style_d .guset_li .li .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}
.style_d .guset_li .li .post {
  color: #8a8aa2;
}
.style_d .guset_li .li .intro {
  display: none;
}
.phone .style_d .guset_li,
.right .style_d .guset_li {
  margin: 0;
}
.phone .style_d .guset_li .li,
.right .style_d .guset_li .li {
  width: 100%;
  margin-bottom: 16px;
}
.phone .style_d .guset_li .li:last-child,
.right .style_d .guset_li .li:last-child {
  margin-bottom: 0;
}
.phone .style_d .guset_li .li .box,
.right .style_d .guset_li .li .box {
  margin: 0;
}
/*嘉宾轮播*/
.guset.module .btn {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  top: 0;
  right: 36px;
  left: auto;
  top: -48px;
  border-radius: 50%;
  background: #fff;
}
.guset.module .btn.btnr {
  right: 0;
}
.guset.module .guset_li.conbox {
  margin: 0;
  overflow: hidden;
}
.guset.style_a .guset_li.conbox ul li {
  width: 250px;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}
.guset.style_a .guset_li.conbox ul li .box {
  margin: 0;
}
.guset.style_b .guset_li.conbox ul li {
  width: 515px;
  margin: 0;
  padding: 0;
  padding-right: 60px;
}
.guset.style_b .guset_li .li .intro {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.guset.style_c .guset_li.conbox ul li {
  width: 485px;
  margin: 0;
  padding: 0;
}
.guset.style_c .guset_li .li .intro {
  -webkit-line-clamp: 3;
  height: 5.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.guset.style_d .guset_li.conbox ul li {
  width: 348px;
  margin: 0;
  padding: 0;
}
.guset.style_d .guset_li.conbox ul li .box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.right .guset.module .guset_li.conbox ul li {
  width: 297px;
  padding: 0;
  margin: 0;
}
.phone .guset.module .btn {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  margin-top: -15px;
  left: 10px;
  top: 50%;
}
.phone .guset.module .btn.btnr {
  left: auto;
  right: 10px;
}
.phone .guset.module .guset_li.conbox {
  width: 320px;
  margin: 0 auto;
  overflow: hidden;
}
.phone .guset.module .guset_li.conbox ul li {
  width: 320px;
  padding: 0;
  margin: 0;
}
.phone .guset.module .guset_li.conbox ul li .box {
  margin: 0;
}
.phone .guset.style_b .guset_li.conbox ul li .li {
  border-bottom: 0;
}
/*视频列表*/
.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 .li {
  width: 100%;
  display: block;
  margin-bottom: 16px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  padding-bottom: 16px;
}
.text_img_li.style_a .list .li .box {
  display: flex;
  align-items: flex-start;
}
.text_img_li.style_a .list .li .img {
  width: 200px;
  margin-right: 20px;
}
.text_img_li.style_a .list .li .info {
  flex: auto;
  width: min-content;
}
.text_img_li.style_a .list .li .ti {
  font-size: 18px;
}
.text_img_li.style_a .list .li .time {
  margin-bottom: 12px;
  opacity: 0.5;
}
.text_img_li.style_a .list .li .summary {
  opacity: 0.8;
  -webkit-line-clamp: 3;
}
.right .text_img_li.style_a .list .li .box {
  flex-direction: column;
}
.right .text_img_li.style_a .list .li .img {
  width: 100%;
  margin-right: 0;
  margin-bottom: 8px;
}
.right .text_img_li.style_a .list .li .info {
  width: 100%;
}
.phone .text_img_li.style_a .list .li .img {
  width: 120px;
}
.text_img_li.style_b .list .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: block;
}
.text_img_li.style_b .list .li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.text_img_li.style_b .list .li .box {
  position: relative;
}
.text_img_li.style_b .list .li .img {
  position: absolute;
  left: -12px;
  top: 8px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.text_img_li.style_b .list .li .img img {
  display: none;
}
.text_img_li.style_b .list .li .img span {
  display: none;
}
.text_img_li.style_b .list .li .ti {
  width: 66%;
  display: inline-block;
  font-size: 1em;
}
.text_img_li.style_b .list .li .time {
  display: inline-block;
  text-align: right;
  float: right;
  opacity: 0.8;
}
.text_img_li.style_b .list .li .summary {
  display: none;
}
.text_img_li.style_b .list .li .box > .bg {
  clear: both;
  float: none;
  display: block;
}
.phone .text_img_li.style_b .list .li .ti,
.right .text_img_li.style_b .list .li .ti {
  width: 100%;
  display: block;
}
.phone .text_img_li.style_b .list .li .box {
  margin: 0 16px;
}
.phone .text_img_li.style_b .list .li .time,
.right .text_img_li.style_b .li .time {
  display: block;
  text-align: left;
  float: none;
  margin-top: 4px;
}
.text_img_li.style_c .list {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}
.text_img_li.style_c .list .li {
  width: 33.33%;
  margin-bottom: 16px;
}
.text_img_li.style_c .list .box {
  margin: 0 8px;
}
.text_img_li.style_c .list .ti {
  margin: 12px 0 8px 0;
  font-size: 18px;
}
.text_img_li.style_c .list .time {
  display: none;
}
.text_img_li.style_c .list .summary {
  opacity: 0.8;
  -webkit-line-clamp: 3;
}
.right .text_img_li.style_c .list .li {
  width: 100%;
}
.phone .text_img_li.style_c .list .li {
  width: 100%;
}
/*图文列表-轮播*/
.text_img_li .lb .con > .li {
  background: #f8f8f8;
  border-radius: 1px;
  margin-bottom: 40px;
}
.text_img_li .lb .con > .li .box,
.text_img_li .lb .con > .li .box a {
  display: flex;
  color: inherit;
  width: 100%;
  position: relative;
}
.text_img_li .lb .con > .li .box .img {
  width: max-content;
  flex: auto;
}
.text_img_li .lb .con > .li .box .info {
  width: 400px;
  padding: 60px 45px;
}
.text_img_li .lb .con > .li .box .ti {
  font-size: 28px;
  font-weight: bold;
  color: inherit !important;
  margin-bottom: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text_img_li .lb .con > .li .box .time {
  margin-bottom: 28px;
  font-size: 14px;
  opacity: 0.6;
}
.text_img_li .lb .con > .li .box .summary {
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 28px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  opacity: 0.6;
}
.text_img_li .lb .con > .li a .bg {
  position: absolute;
  width: 400px;
  right: 0;
  bottom: 60px;
  background: none !important;
}
.text_img_li .lb .con > .li a .bg:after {
  content: "了解更多";
  display: inline-block;
  width: 145px;
  height: 48px;
  line-height: 46px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: center;
  background: url(https://img.bagevent.com/resource/20231127/154045826125.png)
    no-repeat 40px center transparent;
  background-size: 16px 16px;
  padding-left: 20px;
  margin-left: 45px;
}
.lan_en .text_img_li .lb .con > .li a .bg:after {
  content: "MORE INFORMATION";
}
.text_img_li > div {
  position: relative;
  z-index: 1;
}
.text_img_li .con {
  max-width: 100%;
}
.text_img_li .list {
  overflow: hidden;
  text-align: left;
}
.text_img_li .list ul {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
.text_img_li .list ul li {
  width: 300px;
  padding: 0;
  list-style: none;
  float: left;
  margin-right: 30px;
}
.text_img_li .list ul .box {
  width: 300px;
}
.text_img_li .list ul .box .img {
  margin-bottom: 20px;
  position: relative;
}
.text_img_li .list ul .box .info {
  padding-bottom: 40px;
}
.text_img_li .list ul .box .info .ti {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.text_img_li .list ul .box .info .time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}
.text_img_li .list ul .box .info .summary {
  font-size: 14px;
  -webkit-line-clamp: 1;
}
.text_img_li .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 .btnl {
  background-image: url(https://img.bagevent.com/resource/20231129/0927094943810186.png);
  left: -25px;
}
.text_img_li .btnr {
  background-image: url(https://img.bagevent.com/resource/20231129/0928180353810186.png);
  right: -25px;
}
.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: 20px 18px;
}
.phone .text_img_li .lb .con > .li .box .ti {
  font-size: 18px;
  margin-bottom: 8px;
}
.phone .text_img_li .lb .con > .li .box .time {
  margin-bottom: 18px;
  font-size: 13px;
}
.phone .text_img_li .lb .con > .li .box .summary {
  padding-top: 18px;
}
.phone .text_img_li .lb .con > .li a .bg:after {
  display: none;
}
.phone .text_img_li .lb .con > .li {
  margin-bottom: 24px;
  margin-right: 0;
}
.phone .text_img_li .btn {
  display: none;
}
.phone .text_img_li .list ul {
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.phone .text_img_li .list ul .li {
  margin-bottom: 20px;
  width: 100%;
}
.phone .text_img_li .list ul .box,
.phone .text_img_li .list ul .box > a {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.phone .text_img_li .list ul .box .img {
  width: 125px;
  margin: 0;
  margin-right: 20px;
}
.phone .text_img_li .list ul .box .info {
  width: min-content;
  flex: auto;
  padding-bottom: 28px;
}
.phone .text_img_li .list ul .box .info .time {
  left: 145px;
}
.phone .text_img_li .list ul .box .info .ti {
  font-size: 15px;
  margin-bottom: 4px;
}
.phone .text_img_li .list ul .box .info .summary {
  font-size: 13px;
  -webkit-line-clamp: 2;
}
/*联系主办方*/
.organizer .carousel .item {
  display: grid;
  grid-template-columns: repeat(1, 114px) auto;
  border-bottom: 1px dotted #ededf1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: none !important;
  left: auto !important;
  position: relative !important;
  transform: none !important;
}
.organizer .carousel .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.organizer .carousel-control {
  display: none;
}
.organizer .carousel-indicators {
  display: none;
}
.organizer .carousel .organizer_logo {
  width: 102px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 8px;
  border: 1px solid #ededf1;
  border-radius: 6px;
  grid-row-start: span 3;
}
.organizer .carousel .organizer_li {
  font-weight: bold;
  font-size: 16px;
}
.organizer .carousel .organizer_li a {
  color: inherit !important;
}
.organizer .carousel .organizer_intro {
  margin-top: 8px;
  color: #8a8aa2;
}
.organizer .carousel .organizer_contact .button {
  color: inherit !important;
  padding: 0;
  border: 0;
  margin-top: 12px;
  text-decoration: underline;
}
.organizer .carousel .organizer_contact .button::after {
  content: ">>";
}
/*活动地址*/
.time_location_con .map {
  height: 240px;
}
.time_location_con .t_l {
  margin-top: 16px;
}
.time_location_con .t_l > div {
  margin-top: 4px;
}
.time_location_con .t_l .a {
  display: none;
}
.time_location_con .route {
  display: block;
  margin-top: 4px;
  clear: both;
  float: none;
}
.time_location_con .route a {
  color: inherit;
}
/*相册*/
.pic_wall_list .htmleaf-container {
  margin: 0 -8px;
}
.pic_wall_list .grid-wrapper {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
}
.pic_wall_list.row3 .grid-item {
  width: 33.33% !important;
}
.pic_wall_list.row4 .grid-item {
  width: 25% !important;
}
.pic_wall_list.row5 .grid-item {
  width: 20% !important;
}
.pic_wall_list .grid-item {
  position: relative;
  display: inline-block;
  left: auto !important;
  top: auto !important;
  float: left;
}
.pic_wall_list .grid-item .box {
  margin: 0 8px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}
.pic_wall_list .box .img {
  width: 100%;
  position: relative;
  padding-bottom: 66.67%;
  height: 0;
  display: inline-block;
  float: left;
}
.pic_wall_list .box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  float: left;
}
/*宫格模块 仅移动端*/
.module.grid.style_a {
  padding-bottom: 4px;
}
.module.grid.style_a .module {
  width: 25%;
  text-align: center;
  margin-bottom: 12px;
}
.module.grid.style_a .n_5 .module,
.module.grid.style_a .n_9 .module,
.module.grid.style_a .n_10 .module {
  width: 20%;
}
.module.grid.style_a .n_i {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 4px;
}
.module.grid.style_a .n_i svg {
  width: 100%;
}
.module.grid.style_a .n_i img {
  background: #fff;
}
.module.grid.style_a .m_t {
  color: inherit !important;
}
.module.grid.style_a .re_t {
  display: none;
}
.module.grid.style_b .title {
  display: block;
}
.module.grid.style_b .module_list {
  margin: 0 -8px;
}
.module.grid.style_b .module {
  width: 50%;
  padding: 0;
  margin: 0;
}
.module.grid.style_b .module .box {
  margin: 0 8px;
  border-radius: 8px;
  margin-top: 16px;
  padding: 16px;
}
.module.grid.style_b .module:nth-child(3n) .box {
  background: #fffbf8;
}
.module.grid.style_b .module:nth-child(3n + 1) .box {
  background: #f9faff;
}
.module.grid.style_b .module:nth-child(3n + 2) .box {
  background: #fff5f4;
}
.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 .n_i {
  width: 32px;
  margin-bottom: 8px;
}
.module.grid.style_b .module .m_t {
  font-weight: bold;
  color: inherit !important;
  margin-bottom: 4px;
}
.module.grid.style_b .module .re_t {
  display: block;
  font-size: 12px;
  opacity: 0.6;
  color: inherit !important;
}
/*buy_ticket*/
.buy_ticket .event_information .nav {
  left: 48px;
  right: 48px;
}
.buy_ticket .event_information .nav .span {
  background: 0;
  height: auto;
  line-height: 1.4;
  padding: 0;
  color: #000;
}
.buy_ticket .attend_result {
  margin-top: 16px;
}
/*报名-移动端*/
.phone .module_attend {
  z-index: 1;
}
.phone .module_attend_phone {
  position: fixed;
  left: 1.4em;
  right: 1.4em;
  bottom: 1.4em;
  z-index: 100;
  background: #fff;
  overflow: hidden;
  border-radius: 40px;
  padding-bottom: 0;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.phone .module_attend_phone .contact_phone {
  border-right: 1px solid #eee;
}
.phone .module_attend_phone .contact_share {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  font-size: 12px;
  text-align: center;
  color: #545454;
  float: left;
  margin-top: 12px;
  line-height: 18px;
}
.phone .module_attend_phone .contact_share .icon {
  margin-right: 0;
  font-size: 20px;
  color: #898989;
}
.phone .module_attend_phone .register_phone {
  width: 60%;
  padding: 0;
  font-size: 1.2em;
  height: 56px;
}
.phone .module_attend_phone .register_phone a {
  line-height: 56px;
  font-weight: bold;
  padding: 0;
  font-size: 1em;
}
.phone .module.register .ticket_li .li {
  height: auto;
  line-height: inherit;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 16px;
  border-radius: 5px;
  overflow: hidden;
  padding: 16px !important;
  box-sizing: border-box;
}
.phone .module.register .ticket .name {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  padding-right: 108px;
}
.phone .module.register .ticket .price {
  display: block;
  width: 100%;
  font-size: 24px;
  text-align: left;
}
.phone .module.register .ticket_tip > div {
  width: 100%;
}
.phone .module.register .ticket {
  float: none;
}
.phone .module.register .ticket .q_con {
  border: 0;
}
.phone .module.register .quantity .q_con .nun {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.phone .module.register .refund_explane {
  padding: 8px;
}
/*website_footer*/
.phone .website_footer .by_bagevent {
  padding-bottom: 60px;
}
/*webset*/
.template_columns .page_head_li {
  display: none;
}
.module.banner .module_set {
  display: none;
}
.module.register .module_set {
  display: block;
  top: -100px;
  border: 0;
  background: rgba(255, 255, 255, 0.01);
}
.module.register:hover .module_set .op {
  display: none;
}
.module.menu .module_set {
  width: 1100px;
  margin: 0 auto;
  bottom: 0;
  height: 46px;
  top: auto;
}
.module.menu .module_set .op {
  right: 0;
}
.module_box_set {
  background: #ecf1f4;
  box-shadow: inset 0px -6px 9px -6px rgba(0, 0, 0, 0.2);
}
.website_page .module_box_set {
  box-shadow: none;
}
.module_box_set .nav_li.line .li.active {
  border-bottom: 1px solid #ecf1f4;
}
.module_box_set .arrow.bottom:after {
  border-top-color: #ecf1f4;
}
.module_box_set .back {
  background: #fff;
}
.add_schedule .date_list > .li {
  background: #fff;
}
.add_schedule .s_li .li {
  background: #fff;
}
.add_schedule_con {
  background: #fff;
}
.right .module_box_set {
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-animation: fadeInRightBig 0.8s ease 0s both;
}
.right .module_box_set .arrow {
  left: 100%;
  bottom: auto;
  top: 8px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  margin: 0;
  margin-left: -4px;
}
.module_box_set .selector {
  background: #f7f9fb;
}

