/*
.lan_en前缀为英文网站样式
.h_website前缀为网站首页样式
.phone前缀为网站移动端样式
.right前缀为网站右侧模块样式
.parent_module前缀为父模块内子模块样式
.academic前缀为学术会议样式
.new_website前缀为新打开页面
*/
/*图标*/
/*公共样式*/
.website {
  color: #202020;
  font-size: 18px;
  background: #fff;
}
.website .page_con {
  width: 1440px;
  margin: 0 auto;
  display: table;
  clear: both;
  float: none;
  padding-top: 40px;
}
.website .website_page {
  width: 1000px;
  vertical-align: top;
  padding: 40px;
  box-shadow:
    1px 1px 10px 10px rgba(8, 73, 159, 0.015),
    1px -1px 10px 10px rgba(8, 73, 159, 0.015),
    -1px 1px 10px 10px rgba(8, 73, 159, 0.015),
    -1px -1px 10px 10px rgba(8, 73, 159, 0.015);
  margin-bottom: 80px;
}
.website .website_page .module {
  margin-bottom: 40px;
  background: #fff !important;
  color: inherit !important;
  width: 920px;
}
.website .module .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 28px;
  padding-bottom: 16px;
}
.website .module .title_box {
  line-height: 1;
  padding-left: 14px;
  font-size: 1.25em;
  font-weight: bold;
  border-left-width: 6px;
  border-left-style: solid;
  box-sizing: border-box;
}
.website .module .title .icon {
  display: none;
}
.website .module .title .re_ti {
  display: none;
}
.website .button {
  padding: 0 32px;
  height: 44px;
  line-height: 44px;
  border-radius: 2px;
}
.website .empty {
  padding: 96px 0;
}
.website_page.right {
  width: 400px;
  padding: 0;
  display: table-cell;
  box-shadow: none;
}
.website_page.right .module {
  width: 400px;
  padding: 30px 20px 50px 20px;
  box-shadow:
    1px 1px 10px 10px rgba(8, 73, 159, 0.015),
    1px -1px 10px 10px rgba(8, 73, 159, 0.015),
    -1px 1px 10px 10px rgba(8, 73, 159, 0.015),
    -1px -1px 10px 10px rgba(8, 73, 159, 0.015);
  margin-bottom: 30px;
}
@media screen and (max-width: 1480px) {
  .website .page_con {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .website .website_page {
    width: auto;
    margin-right: 40px;
  }
  .website .website_page .module {
    width: auto;
  }
  .website_page.right {
    width: 29%;
  }
}
.phone .website {
  font-size: 16px;
}
.phone .website .website_page {
  width: auto;
  margin: 12px;
  display: block;
  padding: 20px;
  overflow: hidden;
}
.phone .website .website_page .module {
  width: 100%;
}
.phone .website_page.right {
  display: block;
  width: 100%;
}
/*菜单*/
.module.menu .or_logo {
  display: none;
}
.module.menu {
  position: relative !important;
  top: auto !important;
}
.module.menu > .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.module.menu .nav {
  width: 1440px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.module.menu .nav::before,
.module.menu .nav::after {
  display: none;
}
.module.menu .nav .li {
  position: relative;
  z-index: 2;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  flex: auto;
  justify-content: center;
  font-weight: 500;
}
.module.menu .nav .li:first-child:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.6);
  top: 50%;
  margin-top: -15px;
  left: 1px;
}
.module.menu .nav .li::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.6);
  top: 50%;
  margin-top: -15px;
  right: -1px;
}
.module.menu .nav .li.color {
  background: #fff !important;
}
.module.menu .nav .li:hover {
  background: rgba(255, 255, 255, 0.3);
}
.module.menu .nav .li > a {
  white-space: normal;
  padding: 20px 12px;
}
.module.menu .nav .submenu {
  position: static;
  white-space: normal;
  padding: 20px 12px;
}
.module.menu .nav .submenu_li {
  padding: 20px;
  min-width: 200px !important;
}
.module.menu .nav .submenu_li .s_li a {
  position: relative;
  z-index: 2;
  padding: 10px 0;
  text-align: left;
}
.module.menu .buy {
  display: none !important;
}
@media screen and (max-width: 1480px) {
  .module.menu .nav {
    width: 100%;
    padding: 0 40px;
  }
}
.phone .module.menu {
  width: 100%;
  background: #fff;
  position: static !important;
}
.phone .module.menu .or_logo {
  display: inline-block;
  padding-left: 12px;
  margin-top: 6px;
}
.phone .module.menu .or_name {
  line-height: 26px;
}
.phone .module.menu .nav {
  height: 100%;
}
.phone .module.menu .nav .li {
  display: block;
  width: auto;
  color: inherit !important;
  padding: 0;
}
.phone .module.menu .nav .submenu_li {
  margin-left: -20px;
  margin-right: -20px;
  background: #f1f1f1 !important;
  padding: 0 20px;
}
.phone .module.menu .nav .submenu_li .s_li {
  color: inherit !important;
  border-top: 1px solid rgba(0, 0, 0, 0.02);
}
.phone .module.menu .nav .submenu_li .s_li a {
  padding: 4px 0 4px 20px;
}
.phone .module.menu .nav .submenu_li .s_li .bg {
  display: none;
}
.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;
  z-index: 10;
}
.phone .module.menu > .bg {
  display: none;
}
/*提醒*/
.popup.module .title {
  margin-bottom: 40px;
  padding-top: 0;
  text-align: left;
}
.popup.module .title .title_box {
  font-size: 24px;
}
/*活动详情*/
/*活动列表*/
/*日程*/
.phone .schedule_search_layer .qd {
  bottom: 56px;
}
.phone .schedule_search_layer .schedule_search {
  padding-bottom: 128px;
}
.schedule .schedule_con .more {
  margin-top: 16px;
}
.schedule.style_a .date_list {
  display: none;
}
.schedule.style_a .schedule_li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.schedule.style_a .s_li {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  padding-left: 164px;
  position: relative;
  background: #f1f1f1;
}
.schedule.style_a .s_li .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.schedule.style_a .s_li .li:last-child {
  border-bottom: 0;
}
.schedule.style_a .li .box {
  display: flex;
  width: 100%;
}
.schedule.style_a .li .color .icon {
  display: none;
}
.schedule.style_a .li .time {
  white-space: nowrap;
  padding: 12px 24px;
  width: 144px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.schedule.style_a .s_li .li:first-child .date {
  display: inline-block;
  position: absolute;
  left: -164px;
  top: 12px;
  font-weight: bold;
  width: 164px;
  padding: 0 12px;
}
.schedule.style_a .li .time .icon {
  display: none;
}
.schedule.style_a .li .info {
  width: min-content;
  flex: auto;
  padding: 12px 12px 8px 12px;
}
.schedule.style_a .li .theme_box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 4px;
}
.schedule.style_a .li .theme {
  color: inherit !important;
  font-weight: bold;
}
.schedule.style_a .li .site {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  color: #545454;
}
.schedule.style_a .li .site:before {
  content: " (";
}
.schedule.style_a .li .site:after {
  content: ") ";
}
.schedule.style_a .li .site .icon {
  display: none;
}
.schedule.style_a .li .intro {
  padding-top: 4px;
  color: #545454;
  margin-bottom: 4px;
}
.schedule.style_a .li .guset {
  display: none;
}
.schedule.style_a .s_li_box {
  display: none;
}
.phone .schedule.style_a .s_li {
  padding-left: 0;
  padding-top: 44px;
}
.phone .schedule.style_a .s_li .li {
  border-left: 0;
}
.phone .schedule.style_a .li .time {
  padding: 12px;
}
.phone .schedule.style_a .s_li .li:first-child .date {
  top: -44px;
  left: 0;
  width: 100%;
  line-height: 44px;
}
.schedule.style_b .date_list {
  height: 48px;
  background: #f1f1f1;
}
.schedule.style_b .s_li .li {
  background: #f1f1f1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
}
.schedule.style_b .li .time {
  font-weight: bold;
  margin-bottom: 4px;
}
.schedule.style_b .li .time .icon {
  display: none;
}
.schedule.style_b .li .color .icon {
  display: none;
}
.schedule.style_b .li .theme {
  color: inherit !important;
  font-weight: bold;
}
.schedule.style_b .li .site {
  position: absolute;
  right: 0;
  top: 0;
  color: #545454;
}
.schedule.style_b .li .site .icon {
  content: url(https://img.bagevent.com/resource/20190116/15151187435754.png);
  width: 16px;
  height: 16px;
  margin: 0;
}
.schedule.style_b .li .intro {
  color: #545454;
  margin-top: 8px;
}
.schedule.style_b .li .guset {
  margin-top: 8px;
}
.schedule.style_b .li .gu {
  display: inline-block;
  vertical-align: middle;
}
.schedule.style_b .li .gu:nth-child(2) {
  margin-left: 8px;
}
.schedule.style_b .li .gu:before {
  content: "、";
}
.schedule.style_b .li .gu:nth-child(2):before {
  display: none;
}
.schedule.style_b .li .avator {
  display: none;
}
.schedule.style_b .li .g_info {
  display: inline-block;
}
.schedule.style_b .li .g_info > div {
  display: inline-block;
  vertical-align: middle;
}
.schedule.style_b .s_li_box {
  display: none;
  margin-top: 16px;
}
.schedule.style_b .s_li_box .li {
  background: #fff;
  padding: 12px 16px;
}
.schedule.style_b .s_li_box .intro {
  display: none;
}
.schedule.style_b .active .s_li_box {
  display: block;
}
.schedule.style_c .date_list {
  display: flex;
  position: relative;
}
.schedule.style_c .date_list .li {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
}
.schedule.style_c .date_list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.schedule.style_c .date_list.all .li > span {
  display: inline-block;
  background: #fff;
  padding: 0 8px;
  margin-left: 12px;
  color: inherit;
}
.schedule.style_c .date_list.all .bg {
  display: none;
}
.schedule.style_c .s_li {
  margin-bottom: 16px;
}
.schedule.style_c .s_li .li {
  padding: 12px 20px;
  margin-top: 8px;
  background: #f1f1f1;
}
.schedule.style_c .li .time {
  font-weight: bold;
  padding-left: 24px;
  background: url(https://img.bagevent.com/resource/20190116/1616002151106604.png)
    no-repeat left center;
  background-size: 16px auto;
  float: left;
  width: 160px;
}
.schedule.style_c .li .time .icon {
  display: none;
}
.schedule.style_c .li .color .icon {
  display: none;
}
.schedule.style_c .li .theme_box {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.schedule.style_c .li .theme {
  font-weight: bold;
  color: inherit !important;
}
.schedule.style_c .li .site {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 24px;
}
.schedule.style_c .li .site:before {
  content: " (";
}
.schedule.style_c .li .site:after {
  content: ") ";
}
.schedule.style_c .li .site .icon {
  display: none;
}
.schedule.style_c .li .intro {
  display: none;
}
.schedule.style_c .li .guset {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 24px;
  background: url(https://img.bagevent.com/resource/20190116/1616175381106604.png)
    no-repeat left 10px;
  background-size: 16px auto;
}
.schedule.style_c .li .gu {
  display: inline-block;
  vertical-align: middle;
}
.schedule.style_c .li .gu:nth-child(2) {
  margin-left: 8px;
}
.schedule.style_c .li .gu:before {
  content: "、";
}
.schedule.style_c .li .gu:nth-child(2):before {
  display: none;
}
.schedule.style_c .li .avator {
  display: none;
}
.schedule.style_c .li .g_info {
  display: inline-block;
}
.schedule.style_c .li .g_info > div {
  display: inline-block;
  vertical-align: middle;
}
.schedule.style_c .s_li_ti .intro {
  display: block;
  padding-left: 24px;
  margin-top: 8px;
}
.schedule.style_c .s_li_ti .guset {
  background: none;
  border: 0;
  padding-top: 0;
}
.schedule.style_c .s_li_box {
  margin-top: 12px;
  margin-left: 24px;
}
.schedule.style_c .s_li_box .li {
  background: #fff;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
.schedule.style_c .s_li_box .z_li {
  padding: 8px;
}
.schedule.style_c .s_li_box .box {
  display: table;
  width: 100%;
}
.schedule.style_c .s_li_box .time {
  background: none !important;
  display: table-cell;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  float: none;
  font-weight: normal;
  padding: 8px;
  text-align: center;
}
.schedule.style_c .s_li_box .info {
  display: table-cell;
  display: table;
  width: 100%;
}
.schedule.style_c .s_li_box .theme_box {
  display: table-cell;
  padding: 8px;
}
.schedule.style_c .s_li_box .theme {
  font-weight: normal;
  padding: 8px;
  display: table-cell;
  vertical-align: middle;
}
.schedule.style_c .s_li_box .guset {
  display: table-cell;
  padding: 8px;
  float: none;
  border: 0;
  margin: 0;
  background: none;
  width: 40%;
}
.schedule.style_c .s_li_box .guset .alm {
  display: none;
}
.schedule.style_c .s_li_box .gu {
  display: block;
  margin: 0 !important;
}
.schedule.style_c .s_li_box .gu:before {
  display: none;
}
.schedule.style_d .date_list {
  margin-bottom: 8px;
}
.schedule.style_d .s_li .li {
  padding: 12px 16px;
  background: #f1f1f1;
  overflow: hidden;
  margin-bottom: 8px;
}
.schedule.style_d .li .time {
  font-weight: bold;
  font-size: 12px;
}
.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 .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;
  font-size: 14px;
}
.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;
  border: 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%;
}
/*合作伙伴、合作媒体*/
.partner.style_a .partner_li .item_title {
  font-weight: bold;
  font-size: 1em;
}
.partner.style_a .list .li {
  width: 25%;
}
.partner.style_a .list .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.right .partner.style_a .list .li {
  width: 100%;
}
.phone .partner.style_a .list .li {
  width: 100%;
}
/*主办方信息*/
.organizer .organizer_con {
  text-align: center;
}
.organizer .carousel {
  height: auto !important;
}
.organizer .item {
  display: inline-block !important;
  width: 100% !important;
  transform: none !important;
  position: relative !important;
  text-align: left;
  margin-bottom: 30px;
}
.organizer .item:last-child {
  margin-bottom: 0;
}
.organizer .organizer_logo img {
  min-width: 150px;
}
.organizer .organizer_li {
  font-size: 0;
}
.organizer .organizer_li a {
  font-size: 18px;
  margin: 1em 0;
  display: block;
  color: inherit !important;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.organizer .organizer_intro {
  line-height: 1.7;
}
.organizer .organizer_contact {
  display: none;
}
.organizer .carousel-control {
  display: none;
}
.organizer .carousel-indicators {
  display: none;
}
.right .organizer .carousel {
  margin-left: 0;
}
.right .organizer .item {
  width: 100% !important;
  margin-left: 0;
}
.phone .organizer .carousel {
  margin-left: 0;
}
.phone .organizer .item {
  width: 100% !important;
  margin-left: 0;
}
/*联系我们*/
.contact_us::after {
  content: "";
  display: inline-block;
  width: 245px;
  height: 245px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(https://img.bagevent.com/resource/20240103/090608763125.png)
    no-repeat center;
}
.contact_us_con .li {
  margin-bottom: 20px;
}
.contact_us_con .li:last-child {
  margin-bottom: 0;
}
.contact_us_con .left_icon {
  float: left;
  margin-left: 10px;
}
.contact_us_con .left_icon .img_center {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_us_con .m_icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: center;
}
.contact_us_con .icon_email {
  background-image: url(https://img.bagevent.com/resource/20240104/112502170125.png);
}
.contact_us_con .icon_call {
  background-image: url(https://img.bagevent.com/resource/20240104/112515150125.png);
}
.contact_us_con .icon_location {
  background-image: url(https://img.bagevent.com/resource/20240104/112527213125.png);
}
.contact_us_con .text {
  margin-left: 38px;
  padding-left: 20px;
}
.contact_us_con .text .ti {
  font-weight: bold;
  margin-bottom: 4px;
}
.contact_us_con .text .text_con {
  font-size: 0.9em;
  line-height: 1.5;
}
/*学术活动参会注册及快速入口*/
.website .module.registration {
  text-align: center;
  padding: 32px 0;
}
.module.registration .title {
  display: none;
}
.module.registration .registration_con {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.module.registration .con {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: space-around;
}
.module.registration .link .m_icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  font-family: "iconfont";
  font-size: 64px;
  line-height: 64px;
}
.module.registration .link.a .m_icon:before {
  content: "\e643";
}
.module.registration .link.b .m_icon:before {
  content: "\e644";
}
.module.registration .link .icon_img {
  width: 64px;
  height: 64px;
  margin: 12px auto;
}
.module.registration .link .img_center {
  width: 64px;
  height: 64px;
}
.module.registration .link a {
  display: block;
  color: #fff;
  font-size: 16px;
}
.module.registration > .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/*大会议题*/
/*视频列表*/
.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 {
  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_a .list .li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.text_img_li.style_a .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_a .list .li .img img {
  display: none;
}
.text_img_li.style_a .list .li .img span {
  display: none;
}
.text_img_li.style_a .list .li .ti {
  width: 66%;
  display: inline-block;
  color: inherit !important;
}
.text_img_li.style_a .list .li .time {
  display: inline-block;
  text-align: right;
  float: right;
  color: #545454;
}
.text_img_li.style_a .list .li .summary {
  display: none;
}
.phone .text_img_li.style_a .list .li .ti {
  width: 100%;
}
.phone .text_img_li.style_a .list .li .time {
  float: none;
  text-align: left;
}
.text_img_li.style_b .list .li {
  margin-bottom: 24px;
  width: 100%;
}
.text_img_li.style_b .list .box {
  display: flex;
  align-items: flex-start;
}
.text_img_li.style_b .list .img {
  width: 264px;
  margin-right: 20px;
}
.text_img_li.style_b .list .info {
  flex: auto;
  width: min-content;
}
.text_img_li.style_b .list .ti {
  font-weight: bold;
  margin-bottom: 0.25em;
}
.text_img_li.style_b .list .time {
  font-size: 0.875em;
  display: none;
}
.text_img_li.style_b .list .summary {
  font-size: 0.875em;
}
.phone .text_img_li.style_b .list .img {
  width: 164px;
  margin-right: 12px;
}
.text_img_li.style_c .list {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.text_img_li.style_c .list .li {
  width: 33.33%;
  margin-bottom: 20px;
}
.text_img_li.style_c .list .box {
  margin: 0 10px;
}
.text_img_li.style_c .list .ti {
  font-weight: bold;
  margin: 0.75em 0 0.25em 0;
}
.text_img_li.style_c .list .time {
  display: none;
}
.text_img_li.style_c .list .summary {
  font-size: 0.875em;
}
.text_img_li.style_c .list .more {
  width: 100%;
  text-align: center;
}
.phone .text_img_li.style_c .list .li {
  width: 50%;
}
/*图文列表-轮播*/
.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;
}
/*报名-移动端*/
.module_attend {
  height: 56px;
  line-height: 56px;
}
.module_attend .button {
  height: 56px;
  line-height: 56px;
}
.module_attend .contact_share {
  display: none;
}
/*头图*/
.module.banner {
  background-image: url(https://img.bagevent.com/resource/20240102/165958626125.png);
}
.module.banner .information {
  padding: 154px 0 180px 0;
  text-align: left;
  width: 1440px;
  margin: 0 auto;
}
.module.banner .name {
  font-size: 54px;
  font-weight: bold;
  color: inherit !important;
  width: 60%;
}
.module.banner .re_ti {
  font-size: 27px;
  width: 60%;
  font-weight: bold;
}
.module.banner .ti_lo {
  margin-top: 24px;
}
.module.banner .ti_lo span {
  display: none;
}
.module.banner .ti_lo .m_icon {
  display: none;
}
.module.banner .ti_lo .time {
  margin-bottom: 8px;
}
.module.banner .or {
  display: none;
}
.module.banner .attend {
  display: none;
}
@media screen and (max-width: 1480px) {
  .module.banner .information {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.module.banner .countdown_box {
  margin-top: 32px;
}
.module.banner .countdown_box .text {
  display: none;
}
.module.banner .countdown_box .dash {
  display: inline-block;
  margin-right: 24px;
  position: relative;
  padding: 0 8px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  border-radius: 4px;
}
.module.banner .countdown_box .digit {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
}
.module.banner .countdown_box .dash_title {
  display: inline-block;
  font-size: 12px;
  position: absolute;
  right: -16px;
  bottom: 0;
}
.phone .module.banner {
  overflow: hidden;
  font-size: 14px;
}
.phone .module.banner .information {
  padding: 80px 20px 80px 20px;
}
.phone .module.banner .name {
  width: 100%;
  font-size: 32px;
}
.phone .module.banner .re_ti {
  width: 100%;
  margin-top: 16px;
  font-size: 20px;
}
.phone .module.banner .countdown_box .digit {
  font-size: 20px;
}
/**/
.module.banner.banner_custom .con {
  max-width: 1440px;
}
.module.banner .page_top_text .color {
  color: inherit !important;
}
/*轮播*/
.module.scroll_module .title {
  display: none;
}
.module.scroll_module .img_box {
  height: 416px;
  overflow: hidden;
}
.module.scroll_module .img_box img {
  min-height: 100%;
}
.module.scroll_module .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  padding: 16px 24px;
  text-align: left;
  text-shadow: none;
}
.module.scroll_module .carousel-caption .ti {
  font-size: 16px;
  font-weight: bold;
}
.module.scroll_module .carousel-caption .intro {
  margin-top: 8px;
}
.module.scroll_module .carousel-indicators {
  display: none;
}
.phone .module.scroll_module .img_box {
  height: calc((100vw - 64px) * 0.51358);
}
/*组委会*/
.committee.module .con_ti {
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.committee.module .members {
  margin-bottom: 20px;
}
.committee.module .members:last-child {
  margin-bottom: 0;
}
.committee.style_b .members .li {
  width: 100%;
  margin-top: 0;
  margin-bottom: 4px;
}
.committee.style_b .members .li:last-child {
  margin-bottom: 0;
}
.committee.style_b .members .li .info {
  display: flex;
}
.committee.style_b .members .li .name {
  margin-right: 20px;
  min-width: 64px;
}
/*大会议题*/
.topic_li_con .li {
  margin-bottom: 16px;
}
.topic_li_con .li:last-child {
  margin-bottom: 0;
}
.topic_li_con .li .nun {
  margin-right: 8px;
  display: inline-block;
  width: 60px;
  text-align: right;
}
/*子议题*/
.topic_li_con .li .sub_issues_li .li {
  margin: 6px 0;
  font-size: 15px;
}
.topic_li_con .li .sub_issues_li .box {
  color: #545454;
}
.topic_li_con .li .sub_issues_li .box .bullet {
  margin-right: 8px;
  display: inline-block;
  width: 20px;
  margin-left: 40px;
  text-align: right;
}
/*子议题*/
.topic_li_con .add {
  margin: 32px 0 16px 0;
  text-align: center;
}
.topic_li_con .add .button {
  color: #fff !important;
}
.topic_li_con .link {
  text-align: center;
  font-style: italic;
}
/*酒店信息*/
/*大会地点*/
.time_location {
  margin-top: -24px;
}
.time_location .title {
  display: none;
}
.time_location .t_l {
  display: none;
}
/*嘉宾*/
.guset .guset_li_con .more {
  text-align: center;
  width: 100%;
}
.guset.style_a .guset_li {
  margin: 0 -8px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.guset.style_a .li {
  width: 20%;
  margin-bottom: 20px;
  text-align: center;
}
.guset.style_a .li .box {
  margin: 0 8px;
}
.guset.style_a .li .name {
  font-weight: bold;
  margin: 0.75em 0 0.25em 0;
}
.guset.style_a .li .post {
  font-size: 0.875em;
}
.right .guset.style_a .li {
  width: 33.33%;
}
.phone .guset.style_a .li {
  width: 33.33%;
}
.guset.style_b .guset_li {
  display: flex;
  flex-direction: column;
}
.guset.style_b .guset_li .li {
  margin-bottom: 20px;
}
.guset.style_b .guset_li .li .img {
  width: 120px;
}
.guset.style_b .guset_li .li .info {
  margin-left: 120px;
  padding-left: 20px;
}
.guset.style_b .guset_li .li .name {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.guset.style_c .guset_li {
  margin: 0 -16px;
}
.guset.style_c .li {
  display: block;
  margin: 0 16px;
  margin-bottom: 32px;
}
.guset.style_c .li .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.guset.style_c .li .img {
  float: left;
  width: 64px;
  margin-right: 12px;
}
.guset.style_c .li .img.s_1_1 {
  border-radius: 50%;
}
.guset.style_c .li .name {
  font-weight: bold;
  margin-bottom: 0.25em;
  color: inherit !important;
}
.guset.style_c .li .post {
  margin-bottom: 1em;
}
.guset.style_d .li {
  display: block;
  width: 100%;
}
.guset.style_d .li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.guset.style_d .li .img {
  display: none;
}
.guset.style_d .li .info {
  display: table;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
.guset.style_d .li .name {
  display: table-cell;
  padding: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  width: 30%;
  vertical-align: middle;
  color: inherit !important;
}
.guset.style_d .li .post {
  display: table-cell;
  padding: 12px;
}
.guset.style_d .li .intro {
  display: none;
}
/*嘉宾轮播*/
.guset.module .btn {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  top: 0;
  right: 36px;
  left: auto;
  top: -72px;
  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: 238px;
  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: 238px;
  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: 475px;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}
.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: 470px;
  margin: 0;
  padding: 0;
  padding-right: 20px;
}
.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: 360px;
  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;
}
/*主办方活动*/
.or_event_li {
  margin: 0 -12px;
  margin-bottom: -12px;
}
.or_event_li .li {
  display: inline-block;
  float: left;
  width: 33.3%;
  margin-bottom: 12px;
}
.or_event_li .li .box {
  margin: 0 12px;
}
.or_event_li .li .name {
  margin: 8px 0;
  font-weight: bold;
}
.or_event_li .li .time_place {
  opacity: 0.8;
}
.or_event_li .li .join {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  color: #fff;
  padding: 4px 8px;
  border-radius: 2px;
}
/*相册*/
.pic_wall_list .grid-wrapper {
  width: 100% !important;
}
/*倒计时*/
.website_page.right .module.countdown_m {
  padding-bottom: 30px;
}
.countdown_m .countdown {
  margin: 0 -12px;
}
.countdown_m .dash {
  width: 23%;
}
.countdown_m .dash.days_dash {
  width: 31%;
}
.countdown_m .dash .box {
  margin: 0 12px;
  height: 64px;
  box-sizing: border-box;
  position: relative;
}
.countdown_m .dash .box > .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.countdown_m .dash.days_dash .box > .bg {
  background: #ebf0f3 !important;
}
.countdown_m .dash .dash_title {
  margin-top: 8px;
  font-size: 0.9em;
  line-height: 20px;
}
.countdown_m .dash .digit {
  font-size: 26px;
  font-weight: bold;
  line-height: 64px;
  position: relative;
  z-index: 2;
}
.countdown_m .dash.hours_dash .digit,
.countdown_m .dash.minutes_dash .digit,
.countdown_m .dash.seconds_dash .digit {
  color: #fff !important;
}
/*重要日期*/
.important_time .list {
  display: flex;
  flex-wrap: wrap;
}
.important_time .li {
  margin-top: 20px;
  width: 50%;
  padding-left: 17px;
  position: relative;
}
.important_time .li:nth-child(1),
.important_time .li:nth-child(2) {
  margin-top: 0;
}
.important_time .li .box > .bg {
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
  width: 5px;
  height: 5px;
}
.important_time .li .ti {
  font-weight: bold;
  margin-bottom: 4px;
}
.important_time .li .date {
  font-size: 0.9em;
  color: inherit !important;
}
.lan_en .important_time .li {
  width: 100%;
}
.lan_en .important_time .li:nth-child(2) {
  margin-top: 20px;
}
/*自定义模块*/
.module .text_con .p1 {
  margin-bottom: 0.75em;
}
/*父级模块*/
/*菜单模块*/
/*宫格模块 仅移动端*/
.module.grid.style_a {
  margin-left: -20px;
  margin-right: -20px;
  width: auto !important;
}
.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%;
}
.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;
}
/*buy_ticket*/
.event_information .module.banner .information {
  padding: 120px 80px 140px 80px;
}
/*webset*/
.module.menu .module_set {
  height: 50px;
  top: auto;
  width: 1440px;
  left: 50%;
  margin-left: -608px;
}

