/*
.lan_en前缀为英文网站样式
.h_website前缀为网站首页样式
.phone前缀为网站移动端样式
.right前缀为网站右侧模块样式
.parent_module前缀为父模块内子模块样式
.academic前缀为学术会议样式
.new_website前缀为新打开页面
*/
html,
body {
  height: auto;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  body {
    zoom: 86%;
  }
}
@media only screen and (max-width: 1160px) {
  body {
    zoom: 80%;
  }
}
/*图标*/
@font-face {
  font-family: "m_iconfont";
  src: url("../../fonts/tem_font/03/iconfont.eot"); /* IE9*/
  src:
    url("../../fonts/tem_font/03/iconfont.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../../fonts/tem_font/03/iconfont.woff") format("woff"),
    /* chrome、firefox */ url("../../fonts/tem_font/03/iconfont.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../../fonts/tem_font/03/iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */
}
.m_icon {
  font-family: "m_iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
/*公共样式*/
#totop {
  display: inline-block;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  right: auto;
  bottom: 140px;
  position: absolute;
}
#totop a {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(https://img.bagevent.com/resource/20231211/105630477125.png)
    no-repeat center !important;
  background-size: cover !important;
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 101;
}
#totop .bg {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
.phone #totop {
  width: 60px;
  height: 60px;
  left: auto;
  margin-left: 0;
  right: 20px;
  bottom: 120px;
  position: fixed;
  z-index: 10;
}
.phone #totop a {
  width: 60px;
  height: 60px;
  position: relative;
  right: auto;
  bottom: auto;
}
.phone #totop .bg {
  width: 60px;
  height: 60px;
}
.float_window {
  display: none;
}
/**/
.website {
  color: #000;
  font-size: 16px;
  background: #fff;
  line-height: 1.7;
}
.website .page_head {
  overflow: hidden;
}
.website .page_con .module {
  padding: 80px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.website .module .con {
  max-width: 1200px;
  position: static;
}
@media screen and (max-width: 1280px) {
  .website .module .con {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.website .module .title {
  text-align: left;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.website .module .title_box {
  color: inherit !important;
}
.website .module .title .m_icon {
  display: none;
}
.website .module .title .ti {
  display: inline-block;
  vertical-align: middle;
  color: inherit !important;
  font-size: 28px;
  font-weight: bold;
}
.website .module .title .re_ti {
  display: none;
  color: inherit !important;
}
.website .module .button {
  padding: 12px 48px;
  border-radius: 8px;
  font-weight: bold;
}
.website .module .button.cancal {
  color: #a3aaad;
  background: #d1d7da;
}
.website .module .button.disable {
  background: #d1d7da !important;
}
.new_website .page_con {
  padding-top: 87px;
}
.phone {
  zoom: 1;
}
.phone .website {
  font-size: 14px;
}
.phone .website .website_page .module {
  padding: 32px 20px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.phone .website .module .con {
  padding-left: 0;
  padding-right: 0;
}
.phone .website .module .title {
  margin-bottom: 24px;
}
.phone .website .module .title .ti {
  font-size: 18px;
}
.phone .website .module .button {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 12px;
}
.phone .website .page_head {
  overflow: inherit;
}
/*搜索筛选*/
.schedule_search_sx {
  margin-bottom: 24px;
}
.schedule_search .filter {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  padding: 0 32px;
  float: left;
  border-radius: 3px;
  margin-right: 4px;
}
.schedule_search .input_box .input {
  width: 500px;
  height: 36px;
  line-height: 34px;
  padding: 0 16px;
  float: left;
  box-sizing: border-box;
  margin-right: 4px;
  border-radius: 3px;
  background: none;
}
.schedule_search .input_box .button {
  padding: 0 48px;
}
.schedule_search .sort_by {
  font-size: 14px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 24px;
}
.schedule_search .sort_by .label_span {
  margin: 0;
  margin-right: 16px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  margin-bottom: -2px;
  position: relative;
  padding-bottom: 8px;
}
.schedule_search .sort_by .label_span.bg {
  background: none !important;
  color: inherit;
  border-color: inherit;
  margin: 0;
  margin-bottom: -2px;
}
.schedule_search .sort_by .label_span.bg:before {
  content: "";
  border-width: 8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-width: 0;
  border-top-color: inherit;
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: -8px;
}
.schedule_search .sort_by .label_span.bg:after {
  content: "";
  border-width: 6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-width: 0;
  border-top-color: #fff;
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: -6px;
}
.schedule_search .sort_by_box {
  font-size: 20px;
  font-weight: bold;
}
.schedule_search .sort_by_box a {
  display: inline-block;
  margin-right: 16px;
}
.schedule_search .sort_by_box .none {
  cursor: not-allowed;
  color: #cccccc !important;
}
.schedule_search_layer {
  width: 30%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
  padding: 48px;
  height: 100vh;
  padding-bottom: 100px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.schedule_search_layer .category {
  margin-bottom: 24px;
}
.schedule_search_layer .category .label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  width: 100%;
  float: none;
}
.schedule_search_layer .category .ca_con {
  margin-left: 0;
}
.schedule_search_layer .category .label_span {
  margin-right: 8px;
  margin-bottom: 8px;
}
.schedule_search {
  margin-bottom: 20px;
}
.schedule_search .category .label {
  width: 100px;
  float: left;
  line-height: 56px;
}
.schedule_search .category .ca_con {
  margin-left: 100px;
}
.schedule_search .category .label_span {
  margin-top: 8px;
  margin-right: 8px;
  border-radius: 2px;
  background: #f0f1f6;
  color: #333;
  display: inline-block;
  padding: 8px 16px;
}
.schedule_search .category .label_span.bg {
  color: #fff !important;
}
.schedule_search .category .label_span {
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 2px;
  background: #fff;
  color: #333;
}
.schedule_search_layer .qd {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.schedule_search_layer .qd .button.bg {
  width: 61.2%;
  float: left;
  padding: 0;
  border-radius: 0;
}
.schedule_search_layer .qd .button.cancel {
  width: 38.6%;
  float: left;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.phone .schedule_search .filter {
  position: absolute;
  top: 0;
  width: auto;
  height: 52px;
  line-height: 52px;
  border-right-color: inherit;
  border-right-width: 2px;
}
.phone .schedule_search .input_box .input {
  width: 100%;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}
.phone .schedule_search .input_box .button {
  display: block;
  clear: both;
  float: none;
  position: relative;
  width: auto;
  top: auto;
  border-radius: 3px;
  height: 52px;
  line-height: 52px;
}
.phone .schedule_search .category .ca_con {
  margin-left: 0;
}
.phone .schedule_search .sort_by {
  border: 0;
}
.phone .schedule_search .sort_by_box {
  font-size: 14px;
}
/*列表空*/
.empty_box {
  text-align: center;
  padding: 48px 0;
  color: #cccccc;
}
.empty_box .icon_box {
  width: 200px;
  height: 200px;
  background: url(https://img.bagevent.com/resource/20190227/16515107535754.png)
    no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-bottom: 24px;
  text-align: center;
}
.phone .empty_box .icon_box {
  width: 120px;
  height: 120px;
}
/*菜单*/
.module.menu {
  background: #fff;
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0 !important;
}
.module.menu.isStuck {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06);
}
.module.menu .menu_con {
  display: flex;
  padding: 0 24px;
  align-items: center;
  height: 87px;
}
.module.menu .or_logo .logo img {
  height: 44px;
}
.module.menu .nav {
  position: relative;
  padding-right: 150px;
  flex: auto;
  color: #606060;
}
.module.menu .li {
  position: relative;
  padding: 0 12px;
  line-height: 87px;
  margin-right: 24px;
}
@media screen and (max-width: 1680px) {
  .lan_en .module.menu .li {
    margin-right: 0;
    padding: 0 8px;
  }
  .lan_en .module.menu .li:first-child {
    margin-left: 4%;
  }
  .lan_en .module.menu .li.lan {
    padding: 0;
    margin-right: -8px;
  }
  .lan_en .module.menu .li.user {
    padding: 0;
  }
  .module.menu .li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1560px) {
  .lan_en .module.menu .li {
    font-size: 14px;
  }
  .module.menu .li {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1480px) {
  .module.menu .li {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1380px) {
  .module.menu .li {
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .module.menu .menu_con > .icon {
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #202020;
    font-size: 20px;
    margin-left: 40px;
  }
  .module.menu .nav.active::before {
    position: fixed;
    content: "";
    display: block;
    top: 87px;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 420px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06);
  }
  .module.menu .nav .li {
    display: none;
    font-size: 16px;
  }
  .module.menu .nav.active .li {
    display: block;
    position: fixed;
    right: 0;
    width: 380px;
    line-height: 64px;
  }
  .module.menu .nav.active .li:nth-child(1) {
    top: 87px;
  }
  .module.menu .nav.active .li:nth-child(2) {
    top: 151px;
  }
  .module.menu .nav.active .li:nth-child(3) {
    top: 215px;
  }
  .module.menu .nav.active .li:nth-child(4) {
    top: 279px;
  }
  .module.menu .nav.active .li:nth-child(5) {
    top: 343px;
  }
  .module.menu .nav.active .li:nth-child(6) {
    top: 407px;
  }
  .module.menu .nav.active .li:nth-child(7) {
    top: 471px;
  }
  .module.menu .nav.active .li:nth-child(8) {
    top: 535px;
  }
  .module.menu .nav.active .li:nth-child(9) {
    top: 599px;
  }
  .module.menu .nav.active .li:nth-child(10) {
    top: 663px;
  }
  .module.menu .nav.active .li:nth-child(11) {
    top: 727px;
  }
  .module.menu .nav.active .li:nth-child(12) {
    top: 791px;
  }
  .module.menu .nav .li.user {
    display: inline-block;
    margin-top: 0;
    position: relative;
    width: 120px;
    top: auto !important;
    line-height: 42px;
  }
  .module.menu .nav .li.lan {
    display: flex;
    margin-top: 0;
    position: absolute;
    width: auto;
    top: -22px;
    right: 144px;
  }
  .module.menu .nav .li.lan a {
    width: 120px;
    position: relative;
  }
}
.module.menu .li:first-child {
  margin-left: 7.6%;
}
@media screen and (max-width: 1380px) {
  .module.menu .li:first-child {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .module.menu .li:first-child {
    margin-left: 40px;
  }
}
.module.menu .li .bg {
  height: 4px;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.module.menu .li.color {
  font-weight: bold;
}
.module.menu .li.color .bg {
  display: block;
  animation: fadeIn 0.6s 1 ease-in-out;
}
.module.menu .li:hover .bg {
  display: block;
  animation: fadeIn 0.6s 1 ease-in-out;
}
.module.menu .nav .submenu_li {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-top-width: 4px;
  border-top-style: solid;
  margin-top: -4px;
  min-width: inherit !important;
  width: 156px;
  left: 50% !important;
  margin-left: -78px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 14px;
}
.module.menu .nav .submenu_li a {
  line-height: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.module.menu .nav .submenu_li .bg {
  display: none;
}
.module.menu .buy {
  position: absolute;
  right: 0;
  display: inline-block;
  top: 21px;
}
@media screen and (max-width: 1280px) {
  .module.menu .buy {
    top: -22px;
  }
}
.module.menu .buy .button {
  line-height: 44px;
  padding: 00px;
  width: 138px;
  height: 44px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.module.menu .buy .button:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(https://img.bagevent.com/resource/20231120/1502209653810186.png)
    no-repeat;
  background-size: contain;
  margin-right: 8px;
  font-size: 0.875em;
}
.module.menu .user {
  float: right;
  line-height: 42px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 0;
  width: 120px;
  text-align: center;
  margin: 0;
  margin-top: 21px;
  z-index: 1;
}
.module.menu .user .bg {
  display: none !important;
}
.module.menu .user:hover {
  color: #000;
}
.module.menu .lan {
  float: right;
  line-height: 42px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px 0 0 4px;
  padding: 0;
  border-right: 0;
  margin: 0;
  margin-top: 21px;
  display: flex;
  align-items: center;
  margin-right: -14px;
  z-index: 2;
  background: #fff;
}
.module.menu .lan a {
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 1560px) {
  .module.menu .user {
    width: 100px;
  }
  .module.menu .lan a {
    width: 100px;
  }
}
.module.menu .lan .bg {
  display: none !important;
}
.module.menu .lan:hover {
  color: #000;
}
.new_website .module.menu {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06);
}
.phone .module.menu {
  height: 54px;
  line-height: 54px;
  position: fixed;
}
.phone .module.menu .menu_con {
  padding: 0 8px;
  height: 54px;
  display: block;
}
.phone .module.menu .or_logo .logo img {
  height: 26px;
  float: none;
}
.phone .module.menu .menu_con > .icon {
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.06);
  border: 0;
  margin: 0;
  border-radius: 4px;
  line-height: 36px;
  margin-top: 8px;
  font-size: 16px;
}
.phone .module.menu .lan {
  display: none;
}
.phone .module.menu .nav {
  position: fixed;
  top: 54px;
  padding: 20px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.phone .module.menu .nav .li {
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 20px;
  background: url(https://img.bagevent.com/resource/20231204/1005039983810186.png)
    no-repeat right center;
  background-size: 12px 12px;
  height: auto;
  font-size: 16px;
  border-radius: 0;
  width: 100%;
}
.phone .module.menu .nav .li.color {
  background: url(https://img.bagevent.com/resource/20231128/0920062053810186.png)
    no-repeat right center;
  background-size: 12px 12px;
}
.phone .module.menu .li .bg {
  display: none;
}
.phone .module.menu .nav .li.lan {
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  border-radius: 4px;
  padding: 0;
  background: none;
  display: block;
  position: relative;
  right: auto;
  top: auto;
}
.phone .module.menu .nav .li.lan a {
  width: 100%;
  padding: 0;
  border: 0;
  line-height: 42px;
}
.phone .new_website .website_con {
  padding-top: 54px;
}
/*头图*/
.module.banner {
  background-image: url(https://img.bagevent.com/resource/20231120/1553453563810186.png);
  height: 30vh;
  background-position: center 87px;
}
.h_website .module.banner {
  height: 100vh;
}
.module.banner .banner_con {
  padding-top: 87px !important;
}
.module.banner .information {
  text-align: center;
  font-family:
    "Chinese Quote",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft YaHei",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  padding: 80px 56px;
}
.module.banner .information .name {
  font-size: 2.815vw;
  font-weight: 100;
}
.module.banner .information .re_ti {
  font-size: 4.125vw;
  font-weight: bold;
}
.module.banner .information .ti_lo {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-top: 1em;
  letter-spacing: 4px;
}
.h_website .module.banner .information .ti_lo {
  padding-top: 2em;
}
.module.banner .information .ti_lo > div {
  display: inline-block;
}
.module.banner .information .ti_lo > div span {
  display: none;
}
.module.banner .information .ti_lo .m_icon {
  display: none;
}
.module.banner .information .or {
  display: none;
}
.module.banner .information .attend .button {
  background: none !important;
  border-radius: 40px;
  border: 2px solid #fff;
  display: inline-block;
  margin-top: 4em;
  padding: 1.2em 7em;
  font-size: 1.041667vw;
  font-weight: bold;
  display: none;
}
.module.banner .information .attend .button:hover {
  background: #fff !important;
  color: #1760e5;
}
.h_website .module.banner .information .attend .button {
  display: inline-block;
}
@media screen and (max-width: 1280px) {
  .h_website .module.banner {
    height: auto;
  }
  .module.banner .information {
    padding: 10vw 56px;
  }
}
.phone .h_website .module.banner {
  height: auto;
  background-position: center 54px;
}
.phone .module.banner .banner_con {
  padding-top: 54px !important;
}
.phone .module.banner .information {
  padding: 120px 56px;
}
.phone .module.banner .information .name {
  font-size: 20px;
  font-weight: 300;
}
.phone .module.banner .information .re_ti {
  font-size: 44px;
  line-height: 1.2;
}
.phone .module.banner .information .ti_lo {
  font-size: 13px;
}
.phone .module.banner .information .zt_js {
  display: inline-block;
  width: 200px;
  text-align: center;
  margin-top: 24px;
  height: 44px;
  border-radius: 22px;
  border: 2px solid #ffffff;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}
/*活动详情*/
/*.module.details {
  background-size: 680px auto;
  background-position: calc(50vw + 280px) 0 !important;
}*/
.module.details .title {
  margin-bottom: 24px;
}
/*.module.details .title_box {
  width: 66%;
}
.module.details .con {
  padding-right: 500px;
}*/
.module.details .text_con h1,
.module.details .text_con h2,
.module.details .text_con h3,
.module.details .text_con h4,
.module.details .text_con h5,
.module.details .text_con h6 {
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 40px;
}
.module.details .text_con p {
  color: #606060;
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 26px;
}
.parent_module {
  overflow: hidden;
}
.parent_module .col-lg-8 {
  width: 700px;
}
.parent_module .col-lg-8 .title {
  display: none;
}
.parent_module .col-lg-4 {
  position: absolute;
  left: 50%;
  width: 36vw;
  margin-left: 14vw;
  top: -80px;
  bottom: -80px;
}
@media only screen and (max-width: 1280px) {
  .parent_module .col-lg-4 {
    left: auto;
    right: 0;
    width: 36%;
    margin-left: 0;
  }
  .parent_module .col-lg-8 {
    width: 60%;
  }
}
.parent_module .col-lg-4 .box .text_con p {
  display: none;
}
.parent_module .col-lg-4 .box .text_con div {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.parent_module .details {
  border-bottom: 0 !important;
}
.phone .parent_module .module.details {
  padding: 0;
}
.phone .module.details .text_con h1,
.phone .module.details .text_con h2,
.phone .module.details .text_con h3,
.phone .module.details .text_con h4,
.phone .module.details .text_con h5,
.phone .module.details .text_con h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 18px;
}
.phone .module.details .con {
  padding: 0;
}
.phone .module.details .title {
  margin-bottom: 18px;
}
.phone .module.details .title_box {
  width: 100%;
}
.phone .module.details .text_con img {
  margin-bottom: 20px;
}
.phone .module.details .text_con p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 24px;
}
.phone .parent_module .col-lg-4 {
  position: relative;
  left: auto;
  margin: 0;
  top: auto;
}
/*购票*/
.register.style_a .buy_tickets {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.register.style_a .li {
  padding: 20px 24px;
}
.register.style_a .li.th {
  padding: 12px 24px;
  font-size: 14px;
}
.register.style_a .quantity {
  width: 116px;
}
.register.style_a .q_con > span {
  min-width: 30px;
}
.register.style_a .q_con .nun {
  min-width: inherit;
  margin: 0;
  padding: 6px;
}
.register.style_a .q_con .nun .icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 14px;
}
.register.style_a .ticket_tip {
  border-style: solid;
  border-width: 1px;
  padding: 8px 16px;
  width: 320px;
  left: 16px !important;
  font-size: 13px;
  border-radius: 2px;
  z-index: 10;
  line-height: 24px;
  background: #fff;
  color: #545454;
}
.register.style_a .ticket_tip .arrow.top {
  border-bottom-color: inherit;
  left: 16px;
}
.register.style_a .ticket_tip > div {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.register.style_a .ticket_tip .icon {
  width: 20px;
  float: left;
  font-size: 14px;
}
.register.style_a .ticket_tip .text {
  padding-left: 24px;
  display: block;
  line-height: 1.6;
  margin-top: 2px;
}
.lan_en .register.style_a .ticket_tip .text {
  padding-left: 64px;
}
.register.style_a .ticket_tip .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.05;
}
.register.style_a .refund_explane {
  padding: 0 24px;
  font-size: 14px;
}
.register.style_a .code_form {
  padding-right: 24px;
  margin-bottom: 8px;
}
.register.style_a .price_form {
  padding-right: 24px;
}
.register.style_a .price_form .ticket_discount {
  margin-top: 12px;
  color: #545454;
}
.register.style_a .price_form .ticket_price {
  font-size: 32px;
  font-weight: bold;
}
.register.style_a .buy {
  padding-right: 24px;
  padding-bottom: 30px;
}
.register.style_b .buy_tickets {
  text-align: center;
}
.register.style_b .ticket_li {
  margin-left: -8px;
  margin-right: -8px;
}
.register.style_b .li {
  display: inline-block;
  width: 346px;
  vertical-align: top;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.12);
  height: 560px;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  color: #333;
}
.register.style_b .li.th {
  display: none;
}
.register.style_b .name {
  display: block;
  font-size: 20px;
  background: #ecf1f4;
  padding: 16px 0;
}
.register.style_b .name .tip_icon {
  display: none;
}
.register.style_b .price {
  font-size: 48px;
  font-weight: 100;
  padding: 32px 0;
  margin: 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.register.style_b .price .ladder_price .item {
  display: none;
}
.register.style_b .price .ladder_price .item.color {
  display: block;
}
.register.style_b .price .ladder_price .item:last-child {
  display: block;
  font-size: 16px;
  text-decoration: line-through;
  color: #898989;
}
.register.style_b .time {
  display: none;
}
.register.style_b .quantity {
  position: absolute;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background: #27282d;
  color: #fff;
  height: 76px;
  line-height: 76px;
}
.register.style_b .quantity .bg_line {
  display: none;
}
.register.style_b .quantity .q_con {
  position: relative;
  z-index: 2;
  background: none;
}
.register.style_b .quantity .q_con span {
  font-size: 48px;
}
.register.style_b .quantity .q_con .nun {
  background: none;
  border: 0;
}
.register.style_b .quantity .q_con .nun .icon {
  font-size: 32px;
}
.register.style_b .quantity .error_meg {
  font-size: 32px;
}
.register.style_b .ticket_tip {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  text-align: left;
  height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}
.register.style_b .ticket_tip .arrow {
  display: none;
}
.register.style_b .ticket_tip > div {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 16px;
  padding: 16px 0;
  line-height: 1.6;
  font-size: 14px;
}
.register.style_b .ticket_tip .icon {
  width: 16px;
  float: left;
}
.register.style_b .ticket_tip .text {
  padding-left: 24px;
  display: block;
}
.register.style_b .li.active {
  border-color: inherit;
}
.register.style_b .li.active .quantity .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.register.style_b .li.active .nun .color {
  color: #fff !important;
}
.register.style_b .li.sold {
  cursor: not-allowed;
  opacity: 0.5;
}
.register.style_b .refund_explane {
  margin-bottom: 24px;
}
.register.style_b .cancal {
  color: inherit;
  opacity: 0.5;
}
.register.style_b .ticket_price {
  font-size: 3em;
  font-weight: 100;
  margin: 0 8px;
}
.register.style_b .ticket_discount {
  opacity: 0.5;
}
.register.style_b .buy .button {
  height: 48px;
  line-height: 48px;
  padding: 0 54px;
}
.register.style_c .buy_tickets {
  text-align: center;
}
.register.style_c .form_li {
  margin-bottom: 8px;
}
.register.style_c .ticket_li {
  margin-left: -8px;
  margin-right: -8px;
}
.register.style_c .li.th {
  display: none;
}
.register.style_c .li {
  display: inline-block;
  width: 348px;
  background: #fff;
  color: #333;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.147);
  height: 250px;
  position: relative;
  vertical-align: top;
  text-align: left;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}
.register.style_c .name {
  display: block;
  font-size: 20px;
  padding: 24px 16px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.register.style_c .name .tip_icon {
  display: none;
}
.register.style_c .price {
  font-size: 30px;
  margin: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.register.style_c .ladder_price .item {
  display: none;
}
.register.style_c .ladder_price .item.color {
  display: inline-block;
  margin-right: 8px;
}
.register.style_c .ladder_price .item:last-child {
  display: inline-block;
  font-size: 14px;
  text-decoration: line-through;
}
.register.style_c .time {
  display: none;
}
.register.style_c .quantity {
  float: right;
  margin-top: 110px;
  margin-right: 16px;
  font-size: 30px;
}
.register.style_c .quantity .error_meg {
  line-height: 45px;
  color: #a3aaad;
}
.register.style_c .q_con {
  position: relative;
  z-index: 10;
  background: none;
}
.register.style_c .q_con .nun {
  background: none;
  border: 0;
}
.register.style_c .q_con .nun .icon {
  font-size: 24px;
}
.register.style_c .q_con .bg_line {
  display: none;
}
.register.style_c .ticket_tip {
  display: block;
  position: absolute;
  bottom: 76px;
  top: auto;
  right: 16px;
  height: 114px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10;
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}
.register.style_c .ticket_tip .arrow {
  display: none;
}
.register.style_c .ticket_tip > div {
  display: block;
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 14px;
  opacity: 0.6;
}
.register.style_c .ticket_tip .bg {
  display: none;
}
.register.style_c .li.active {
  border-color: inherit;
  color: #fff;
}
.register.style_c .li.active .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.register.style_c .li.active .color {
  color: #fff !important;
}
.register.style_c .li.sold {
  cursor: not-allowed;
  color: #a3aaad;
}
.register.style_c .li.sold .color {
  color: #a3aaad !important;
}
.register.style_c .refund_explane {
  margin-bottom: 24px;
}
.register.style_c .cancal {
  color: inherit;
  opacity: 0.5;
}
.register.style_c .ticket_price {
  font-size: 30px;
  font-weight: 100;
  margin: 0 8px;
}
.register.style_c .ticket_discount {
  opacity: 0.5;
}
/*活动列表*/
.or_event .or_event_li {
  margin: 0 -0.75em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.or_event .li {
  width: 33.33%;
  margin-bottom: 1.5em;
}
.or_event .n_2 .li,
.or_event .n_4 .li {
  width: 50%;
}
.or_event .li .box {
  margin: 0 0.75em;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 4em;
}
.or_event .li .info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1em;
  background: rgba(255, 255, 255, 1);
}
.or_event .li .name {
  -webkit-line-clamp: 2;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.or_event .li .time_place {
  opacity: 0.6;
  font-size: 0.875em;
  display: flex;
}
.or_event .li .time_place > div {
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
}
.phone .or_event .or_event_li {
  margin: 0;
}
.phone .or_event .li {
  width: 100%;
  margin-bottom: 1em;
}
.phone .or_event .li:last-child {
  margin-bottom: 0;
}
.phone .or_event .li .box {
  margin: 0;
}
/*找回电子票、参会信息*/
.find_ticket .find_box {
  text-align: center;
  margin-bottom: 0;
}
.find_ticket .find_box .text {
  margin-bottom: 16px;
}
.find_ticket .find_box .input_box {
  width: 420px;
  display: inline-block;
  vertical-align: middle;
}
.find_ticket .find_box .input {
  height: 48px;
}
.find_ticket .find_box .button {
  vertical-align: middle;
}
.phone .find_ticket .find_box .input_box {
  width: 100%;
  margin-bottom: 8px;
}
.lan_en .find_ticket .find_box .input_box {
  width: 620px;
}
/*活动嘉宾*/
.guset.style_a {
  padding-bottom: 26px;
}
.guset.style_a .guset_li {
  display: flex;
  flex-wrap: wrap;
}
.guset.style_a .li {
  width: 25%;
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 1280px) {
  .guset.style_a .li {
    width: 33.33%;
  }
}
.guset.style_a .li .box {
  max-width: 300px;
  padding: 0 30px;
  margin: 0 auto;
}
.guset.style_a .li .box .img {
  border-radius: 50%;
  margin-bottom: 24px;
}
.guset.style_a .li .box .name {
  font-size: 18px;
  font-weight: bold;
  color: inherit !important;
  margin-bottom: 6px;
}
.guset.style_a .li a .box:hover .name {
  text-decoration: underline;
}
.guset.style_a .li .box .post {
  font-size: 14px;
  color: #606060;
  margin: 0 auto;
  margin-bottom: 12px;
  width: 156px;
  line-height: 24px;
}
.guset.style_a .li a:after {
  content: "了解更多";
  text-decoration: underline;
  font-size: 13px;
  color: #909090;
}
.lan_en .guset.style_a .li a:after {
  content: "MORE INFORMATION";
}
.guset.style_a .more {
  width: 25%;
  text-align: center;
}
.guset.style_a .more .button {
  border-radius: 50%;
  width: 238px;
  height: 238px;
  padding: 0;
  background: url(https://img.bagevent.com/resource/20231121/1021347283810186.png)
    #fff no-repeat center !important;
  background-size: 50px 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  font-size: 0;
}
.guset.style_a .more .button:hover {
  background: url(https://img.bagevent.com/resource/20231204/0920384443810186.png)
    rgba(0, 0, 0, 0.1) no-repeat center !important;
  background-size: 50px 10px !important;
  border: 1px solid transparent;
  color: #1760e5;
}
.guset.style_a .more::after {
  content: "查看更多嘉宾";
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.lan_en .guset.style_a .more::after {
  content: "SEE ALL SPEAKERS";
}
.phone .guset.style_a .guset_li {
  margin: 0 -15px;
}
.phone .guset.style_a .li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 28px;
}
.phone .guset.style_a .li .box {
  width: 100%;
  padding: 0;
}
.phone .guset.style_a .li .box .img {
  margin-bottom: 16px;
}
.phone .guset.style_a .li .box .name {
  font-size: 16px;
}
.phone .guset.style_a .more {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.phone .guset.style_a .more .button {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 16px;
}
.phone .guset.style_a .more::after {
  font-size: 15px;
}
.new_website .guset.style_a .title {
  display: none;
}
.new_website .guset.style_a .guset_li .li {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 60px;
  width: 100%;
  text-align: left;
}
.new_website .guset.style_a .guset_li .box {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.new_website .guset.style_a .guset_li .box > a {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.new_website .guset.style_a .guset_li .box .img {
  width: 160px;
  margin-right: 40px;
}
.new_website .guset.style_a .guset_li .box .img.s_1_1 {
  border-radius: 50%;
}
.new_website .guset.style_a .guset_li .box .info {
  flex: auto;
  width: min-content;
}
.new_website .guset.style_a .guset_li .box .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: inherit !important;
}
.new_website .guset.style_a .guset_li .box .post {
  font-size: 15px;
  margin-bottom: 12px;
  width: 100%;
  color: inherit;
}
.new_website .guset.style_a .guset_li .box .intro {
  font-size: 13px;
  color: #606060;
  display: block;
}
.new_website .guset.style_a .li a:after {
  display: none;
}
.phone .new_website .guset.style_a .guset_li .box .img {
  width: 100px;
  margin-right: 20px;
}
/**/
.guset.style_b .guset_li .li {
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 60px;
}
.guset.style_b .guset_li .box {
  display: flex;
  align-items: flex-start;
}
.guset.style_b .guset_li .box > a {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.guset.style_b .guset_li .box .img {
  width: 160px;
  margin-right: 40px;
}
.guset.style_b .guset_li .box .img.s_1_1 {
  border-radius: 50%;
}
.guset.style_b .guset_li .box .info {
  flex: auto;
  width: min-content;
}
.guset.style_b .guset_li .box .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: inherit !important;
}
.guset.style_b .guset_li .box .post {
  font-size: 15px;
  margin-bottom: 12px;
}
.guset.style_b .guset_li .box .intro {
  font-size: 13px;
  color: #606060;
}
.phone .guset.style_b .guset_li .box .img {
  width: 100px;
  margin-right: 20px;
}
/**/
.guset.style_c .guset_li {
  margin: 0 -12px;
  margin-bottom: -24px;
  text-align: center;
}
.guset.style_c .guset_li .li {
  text-align: left;
  margin: 0 12px;
  margin-bottom: 24px;
}
.guset.style_c .guset_li .li .img {
  float: left;
  width: 96px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.147);
}
.guset.style_c .guset_li .li .img.s_1_1 {
  border-radius: 50%;
}
.guset.style_c .guset_li .li .info {
  margin-left: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 30px;
}
.guset.style_c .guset_li .li .name {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 8px;
}
.guset.style_c .guset_li .li .post {
  font-size: 14px;
  margin-bottom: 12px;
  opacity: 0.6;
}
.guset.style_c .guset_li .li .intro {
  opacity: 0.6;
  font-size: 14px;
}
.guset.style_c .guset_li .more {
  clear: both;
  float: none;
  margin-bottom: 32px;
}
.phone .guset.style_c .guset_li .li {
  margin-bottom: 16px;
}
.phone .guset.style_c .guset_li .li .img {
  width: 60px;
}
.phone .guset.style_c .guset_li .li .info {
  margin-left: 68px;
  padding-bottom: 16px;
}
.phone .guset.style_c .guset_li .li .name {
  padding: 0;
  font-size: 16px;
  margin-bottom: 0px;
}
.phone .guset.style_c .guset_li .li .post {
  font-size: 12px;
  margin-bottom: 8px;
}
.phone .guset.style_c .guset_li .li .intro {
  font-size: 12px;
}
/*模块-嘉宾观点*/
.guset_yl.module {
  position: relative;
  background: #f8f8f8;
  margin-top: -2px;
  border-bottom: 0 !important;
}
.guset_yl .list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.2) 17%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0.2) 84%,
    #ffffff 100%
  );
  z-index: 2;
}
.guset_yl.module > div {
  position: relative;
  z-index: 1;
}
.guset_yl.module .gusetyl_con .con {
  max-width: 100%;
}
.guset_yl .list {
  overflow: hidden;
  text-align: left;
}
.guset_yl .list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  margin: 0 auto;
}
.guset_yl .list ul li {
  width: 411px;
  padding: 0;
  padding: 0 18px;
  list-style: none;
  float: left;
}
.guset_yl .list ul li .li {
  width: 375px;
  margin-bottom: 36px;
  background: #fff;
  border-radius: 54px;
  border: 1px solid #f4f4f4;
  padding: 30px;
}
.guset_yl .list ul li .li:last-child {
  margin-bottom: 0;
}
.guset_yl .list .box .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
  margin-bottom: 18px;
}
.guset_yl .list .box .info {
  background: url(https://img.bagevent.com/resource/20231127/111937781125.png)
    no-repeat top center;
  background-size: contain;
  padding-top: 40px;
}
.guset_yl .list .box .info .gu_yl {
  margin-bottom: 24px;
  font-size: 14px;
  color: #404040;
  line-height: 24px;
}
.guset_yl .list .box .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  color: inherit !important;
}
.guset_yl .list .li .post {
  font-size: 13px;
  color: #909090;
}
.guset_yl.module .gusetyl_con .btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  bottom: -115px;
  z-index: 10;
  background-size: cover;
  cursor: pointer;
}
.gusetyl_con .btn:hover {
  opacity: 1;
}
.gusetyl_con .btnl {
  background-image: url(https://img.bagevent.com/resource/20231128/1736129693810186.png);
  margin-left: -78px;
}
.gusetyl_con .btnl:hover {
  background-image: url(https://img.bagevent.com/resource/20231128/1737079373810186.png);
}
.gusetyl_con .btnr {
  background-image: url(https://img.bagevent.com/resource/20231128/1736330843810186.png);
  margin-left: 8px;
}
.gusetyl_con .btnr:hover {
  background-image: url(https://img.bagevent.com/resource/20231128/1737224043810186.png);
}
.phone .guset_yl .list:before {
  display: none;
}
.phone .guset_yl .list ul {
  flex-wrap: wrap;
  width: 100% !important;
}
.phone .guset_yl .list ul li {
  width: 100%;
  padding: 0;
}
.phone .guset_yl .list ul li .li {
  margin: 0;
  margin-bottom: 16px;
  border-width: 1px;
  border-radius: 32px;
  padding: 20px 24px;
  width: 100%;
}
.phone .guset_yl .list ul li:last-child .li:last-child {
  margin-bottom: 0;
}
.phone .guset_yl.module .gusetyl_con .btn {
  display: none;
}
.phone .guset_yl .list .box {
  position: relative;
}
.phone .guset_yl .list .box .img {
  width: 68px;
  height: 68px;
  position: absolute;
  left: 0;
  top: 0;
}
.phone .guset_yl .list .box .info {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  background: none;
}
.phone .guset_yl .list .box .gu_yl {
  background: url(https://img.bagevent.com/resource/20231129/1026010233810186.png)
    no-repeat top left;
  background-size: auto 9px;
  padding-top: 28px;
}
.phone .guset_yl .list .box .gu_in {
  margin-left: 80px;
  min-height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 16px;
}
.phone .guset_yl .list .box .name {
  margin-bottom: 4px;
}
/*日程*/
.schedule_search .button {
  height: 36px !important;
  line-height: 36px !important;
  padding: 0 32px 0 24px !important;
  font-size: 14px !important;
}
.phone .schedule_search .button {
  height: 42px !important;
  line-height: 42px !important;
  padding: 0 !important;
}
.phone .schedule_search .input_box .input {
  height: 44px;
}
.phone .schedule_search .filter {
  height: 42px;
  line-height: 42px;
}
.phone .schedule_search {
  margin-bottom: 0;
}
/**/
.schedule .schedule_li {
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.schedule .date_list {
  float: left;
  width: 165px;
  display: block;
}
.schedule .date_list .li {
  display: block;
  font-size: 16px;
  color: #606060;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}
.schedule .date_list .li:first-child {
  margin-top: 0;
  border-top: 0;
}
.schedule .date_list .li.color {
  font-weight: bold;
}
.schedule .date_list .li.color span {
  line-height: 44px;
}
.schedule .date_list .li.color .bg {
  border-radius: 4px;
  height: 44px;
  top: 30px;
}
.schedule .s_li {
  margin-left: 205px;
  padding-left: 54px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.schedule.style_a.module {
  padding-bottom: 0;
}
.schedule.style_a .s_li > .li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-height: 116px;
  -webkit-transition: max-height 0.4s linear;
  -moz-transition: max-height 0.4s linear;
  transition: max-height 0.4s linear;
  overflow: hidden;
}
.schedule.style_a .s_li > .li.active {
  padding: 30px 0 10px 0;
}
.schedule.style_a .s_li .s_li_fhc {
  max-height: none;
}
.schedule.style_a .s_li > .li:last-child {
  border-bottom: 0;
}
.schedule.style_a .s_li .box {
  display: flex;
}
.schedule.style_a .s_li .s_li_fhc > .box {
  flex-direction: column;
}
.schedule.style_a .s_li .box > .color {
  display: none;
}
.schedule.style_a .s_li .box > .time {
  width: 215px;
  font-size: 14px;
  color: #606060;
}
.schedule.style_a .s_li .box > .info {
  flex: auto;
  width: min-content;
  padding-right: 125px;
}
.schedule.style_a .s_li .theme {
  font-weight: bold;
  color: inherit !important;
}
.schedule.style_a .guset {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  position: relative;
}
.schedule.style_a .guset:before {
  content: "";
  display: inline-block;
  width: 2px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 20px;
}
/*.schedule.style_a .guset::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(https://img.bagevent.com/resource/20231204/171716562125.png)
    no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 4px;
}*/
.schedule.style_a .guset > span {
  display: none;
}
.schedule.style_a .guset > div {
  margin-left: 24px;
  align-items: flex-start;
  display: none;
  margin-bottom: 20px;
}
.schedule.style_a .s_li .li.active {
  max-height: 2000px;
  -webkit-transition: max-height 0.4s linear;
  -moz-transition: max-height 0.4s linear;
  transition: max-height 0.4s linear;
}
.schedule.style_a .s_li .li.active .guset {
  margin-top: 20px;
}
.schedule.style_a .s_li .li.active .guset:after {
  background: url(https://img.bagevent.com/resource/20231204/171757635125.png)
    no-repeat center;
  background-size: cover;
}
.schedule.style_a .s_li .li.active .guset .gu_list {
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
}
.schedule.style_a .s_li .li .guset .gu_list .alm {
  display: none;
}
.schedule.style_a .s_li .li.active .guset .gu {
  display: flex;
}
.schedule.style_a .guset .gu .avator {
  width: 54px;
  height: 54px;
  margin-right: 10px;
  border: 0;
}
.schedule.style_a .guset .gu .g_info {
  width: 110px;
  min-height: 54px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.schedule.style_a .guset .g_na {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2px;
}
.schedule.style_a .guset .g_gszw {
  font-size: 12px;
  color: #606060;
}
.schedule.style_a .s_li_ti .time {
  display: none;
}
.schedule.style_a .s_li .site {
  font-size: 0.875em;
  color: inherit !important;
  opacity: 0.6;
  margin-top: 0.5em;
}
.schedule.style_a .s_li .intro {
  font-size: 14px;
  line-height: 24px;
  color: #606060;
  height: 0;
}
.schedule.style_a .s_li .intro * {
  display: none;
}
.schedule.style_a .s_li .intro::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(https://img.bagevent.com/resource/20231204/171716562125.png)
    no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 4px;
}
.schedule.style_a .s_li .li.active .intro {
  margin-top: 12px;
  display: block;
  height: auto;
}
.schedule.style_a .s_li .li.active .intro::after {
  background: url(https://img.bagevent.com/resource/20231204/171757635125.png)
    no-repeat center;
  background-size: cover;
}
.schedule.style_a .s_li .li.active .intro * {
  display: block;
}
.schedule.style_a .s_li .li.active .intro p * {
  display: inline;
}
.schedule.style_a .s_li_box {
  background: #fff;
  padding: 2em 20px 0em 20px;
  overflow: hidden;
}
.schedule.style_a .s_li_box .li {
  margin-bottom: 2em;
}
.phone .schedule .schedule_li {
  border: 0;
}
.phone .schedule .date_list {
  float: none;
  width: 100%;
}
.phone .schedule .date_list .li {
  padding: 0;
}
.phone .schedule .date_list .li.color .bg {
  top: 0;
}
.phone .schedule .s_li {
  border: 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.phone .schedule .s_li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.phone .schedule.style_a .s_li .box {
  flex-direction: column;
}
.phone .schedule.style_a .s_li .box > .time {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.phone .schedule.style_a .s_li .box > .info {
  width: 100%;
  padding: 0;
}
.phone .schedule.style_a .s_li > .li {
  padding: 20px 0;
  max-height: 156px;
}
.phone .schedule.style_a .s_li .li.active {
  max-height: 600px;
  padding: 20px 0 10px 0;
}
.phone .schedule.style_a .s_li .theme {
  font-size: 16px;
}
.phone .schedule.style_a .s_li .intro {
  font-size: 14px;
}
.phone .schedule.style_a .guset {
  align-items: flex-start;
}
.phone .schedule.style_a .guset:before {
  bottom: 10px;
}
.phone .schedule.style_a .guset > div {
  width: 50%;
  margin-left: 0;
  padding-left: 20px;
  margin-bottom: 10px;
  align-items: flex-start;
}
.phone .schedule.style_a .guset::after,
.phone .schedule.style_a .s_li .intro::after {
  top: 14px;
}
.phone .schedule.style_a .guset .gu .avator {
  margin-right: 8px;
}
.phone .schedule.style_a .guset .g_na {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px;
}
/*合作伙伴、合作媒体*/
.partner .partner_con .con {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 45px;
}
.partner.style_a .partner_li .item_title {
  font-size: 14px;
  color: #606060;
  margin-bottom: 20px;
}
.partner .partner_li .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.partner .partner_li .li {
  width: 25%;
  margin-bottom: 40px;
}
.partner .partner_li .li .box {
  margin: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.partner.style_a .list .box:before {
  padding-bottom: 60%;
}
.phone .partner .partner_con .con {
  padding-top: 24px;
}
.phone .partner.style_a .partner_li .list {
  margin: 0 -8px;
}
.phone .partner.style_a .partner_li .item_title {
  font-size: 14px;
  margin-bottom: 20px;
}
.phone .partner.style_a .list {
  margin-left: -8px;
  margin-right: -8px;
}
.phone .partner.style_a .list .box {
  margin-left: 8px;
  margin-right: 8px;
}
.phone .partner.style_a .list .li {
  width: 50%;
  margin-bottom: 20px;
}
/*直播*/
.live_video.style_a .con {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .live_video.style_a > .bg {
    width: 1112px;
    margin: 0;
    left: 50%;
    right: auto;
    margin-left: -556px;
  }
  .live_video.style_a .text_editor_con .text_con {
    position: relative;
  }
  .live_video.style_a .tab {
    left: 100px;
  }
}
@media only screen and (max-width: 960px) {
  .live_video.style_a > .bg {
    width: auto;
    margin: 0;
    left: 40px;
    right: 40px;
  }
}
/*活动主办方*/
.organizer .organizer_logo {
  text-align: center;
}
.organizer .organizer_logo .li > a {
  display: block;
}
.organizer .organizer_logo img {
  width: 320px;
}
.organizer .organizer_li {
  display: none;
}
.organizer .organizer_intro {
  display: none;
}
.organizer .organizer_contact {
  display: none;
}
.phone .organizer .organizer_logo img {
  width: 50%;
}
/*活动协办方
活动协办方同合作伙伴、合作媒体*/
/*活动地址*/
.time_location.module {
  padding: 0 !important;
}
.time_location .title {
  display: none;
}
.time_location .con {
  max-width: inherit !important;
  text-align: center;
}
.time_location .map {
  height: 520px;
}
.time_location .t_l {
  position: absolute;
  left: 10%;
  top: 50%;
  margin-top: -125px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.147);
  z-index: 2;
  border-radius: 8px;
  padding: 40px 80px 40px 40px;
  text-align: left;
  background: url(https://img.bagevent.com/resource/20191203/17421632935754.png)
    no-repeat center #fff;
  background-size: cover;
  max-width: 30%;
  height: 250px;
  box-sizing: border-box;
}
.time_location .t_l .a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.time_location .t_l .time {
  margin-bottom: 20px;
  background: url(https://img.bagevent.com/resource/20191203/17383077535754.png)
    no-repeat left 4px;
  background-size: 22px;
  padding-left: 36px;
}
.time_location .t_l .location {
  margin-bottom: 20px;
  background: url(https://img.bagevent.com/resource/20191203/17404065435754.png)
    no-repeat left 4px;
  background-size: 20px;
  padding-left: 36px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.time_location.module.online_event {
  padding: 64px 0 !important;
}
.time_location.online_event .title {
  display: block;
}
.time_location.online_event .t_l {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  color: inherit;
  background: none;
  font-size: 16px;
  opacity: 0.6;
  margin: auto;
}

.phone .time_location.module {
  padding: 0;
  margin: 0 !important;
}
.phone .time_location_con {
  padding-bottom: 20px;
  margin-bottom: -8px;
}
.phone .time_location .t_l {
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  max-width: none;
  height: auto;
  display: block;
  margin-left: 12px;
  margin-right: 12px;
  padding: 30px 20px;
  margin-top: -60px;
}
.phone .time_location .t_l .a {
  font-size: 16px;
}
.phone .time_location .t_l .l {
  font-size: 14px;
  opacity: 0.6;
}
.phone .time_location .map {
  height: 270px;
}
.phone .time_location.module.online_event {
  padding: 24px 12px !important;
}
.phone .time_location.online_event .t_l {
  font-size: 14px;
  margin: auto 16px;
  padding: 12px;
}
/*联系我们*/
.contact_us .list {
  margin: 0 -16px;
  text-align: center;
}
.contact_us .li {
  width: 33%;
  display: inline-block;
}
.contact_us .li .box {
  margin: 0 16px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.147);
  padding: 32px 24px;
  color: #333;
}
.contact_us .li .left_icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
}
.contact_us .li .img_center {
  width: 60px;
  height: 40px;
  padding: 16px;
}
.contact_us .li .img_center .m_icon {
  font-size: 40px;
  line-height: 40px;
  color: #fff !important;
}
.contact_us .li .ti {
  font-size: 18px;
  margin-bottom: 4px;
}
.contact_us .li .text_con {
  font-size: 14px;
  opacity: 0.6;
}
.contact_us .li .bg {
  position: absolute;
  left: 50%;
  margin-left: -36px;
  top: 32px;
  width: 72px;
  height: 72px;
  display: inline-block;
  z-index: 1;
  border-radius: 50%;
}
.contact_us .icon_email:before {
  content: "\e6c7";
}
.contact_us .icon_call:before {
  content: "\e665";
}
.contact_us .icon_location:before {
  content: "\e630";
}
.phone .contact_us .li {
  width: 100%;
  display: block;
}
/*大会倒计时*/
.countdown_m.module {
  background-image: url(../../img/website/template_single_n/bg01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.countdown_m.module > .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.9;
}
.countdown_m .title {
  position: relative;
  z-index: 2;
}
.countdown_m .countdown {
  position: relative;
  z-index: 2;
}
.countdown_m .dash {
  display: inline-block;
  width: 25%;
  float: left;
  position: relative;
  margin-bottom: 72px;
}
.countdown_m .dash:after {
  content: ":";
  font-size: 36px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 120px;
}
.countdown_m .dash:last-child:after {
  display: none;
}
.countdown_m .dash .box {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  line-height: 120px;
}
.countdown_m .digit.color {
  font-size: 36px;
  color: inherit !important;
}
.countdown_m .dash_title {
  font-size: 18px;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  line-height: 72px;
}
.phone .countdown_m .dash {
  margin-bottom: 48px;
}
.phone .countdown_m .dash:after {
  line-height: 60px;
  font-size: 24px;
}
.phone .countdown_m .dash .box {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.phone .countdown_m .digit.color {
  font-size: 24px;
}
.phone .countdown_m .dash_title {
  font-size: 14px;
  width: 40px;
  margin-left: -20px;
  line-height: 48px;
}
/**/
.parent_module .pa_mo_box {
  margin: 0 -15px;
}
.parent_module .pa_mo_box > div > .box {
  margin: 0 15px;
}
/**/
.pa_mo_box .col-lg-6 .text_con a {
  width: 165px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -83px;
  color: #909090;
  line-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pa_mo_box .col-lg-6 .text_con a:hover {
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  color: #1760e5;
}
.pa_mo_box .col-lg-6 .text_con a::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(https://img.bagevent.com/resource/20231124/1441053013810186.png)
    no-repeat center;
  background-size: cover;
  margin-right: 8px;
}
.pa_mo_box .col-lg-6 .text_con a:hover:before {
  background: url(https://img.bagevent.com/resource/20231204/0925442783810186.png)
    no-repeat center;
  background-size: cover;
}
.phone .pa_mo_box .col-lg-6 .text_con a {
  width: 100%;
  position: relative;
  right: auto;
  top: auto;
  height: 44px;
  line-height: 42px;
  margin-top: 32px;
}
/**/
.pa_mo_box .col-lg-12 > .box {
  background: url(https://img.bagevent.com/resource/20231124/1456392703810186.png);
  height: 440px;
  display: flex;
  align-items: center;
  padding-left: 70px;
}
.pa_mo_box .col-lg-12 .text_con {
  width: 320px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.pa_mo_box .col-lg-12 .text_con p:first-child {
  color: #606060;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
}
.pa_mo_box .col-lg-12 .text_con a {
  display: inline-block;
  width: 165px;
  height: 48px;
  background: #1760e5;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  font-weight: normal;
  margin-top: 24px;
}
.pa_mo_box .col-lg-12 .text_con a:hover {
  opacity: 0.9;
}
.phone .pa_mo_box .col-lg-12 > .box {
  background: url(https://img.bagevent.com/resource/20231127/094656339125.png)
    no-repeat top center;
  background-size: contain;
  height: auto;
  padding-top: 100%;
  padding-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.phone .pa_mo_box .col-lg-12 .text_con {
  width: 100%;
  display: block;
  padding: 42px 35px;
  font-size: 22px;
}
.phone .pa_mo_box .col-lg-12 .text_con p:first-child {
  font-size: 13px;
}
.phone .pa_mo_box .col-lg-12 .text_con a {
  width: 150px;
  height: 44px;
  line-height: 44px;
  margin-top: 20px;
}
/*图文列表*/
.text_img_li .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -60px;
  margin-right: -60px;
}
.text_img_li .img_scale.s_3_2 span {
  padding-bottom: 60%;
}
.text_img_li .list .img_scale img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.text_img_li .list .box:hover .img_scale img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.text_img_li .list .box:hover .ti {
  text-decoration: underline;
}
.text_img_li .list div.li {
  width: 50%;
  margin-bottom: 40px;
}
.text_img_li .list div.li .box {
  margin-left: 60px;
  margin-right: 60px;
}
.text_img_li .list div.li:nth-child(1) .box {
  margin-right: 20px;
}
.text_img_li .list div.li:nth-child(2) .box {
  margin-left: 20px;
}
.text_img_li .list div.li:nth-child(3) .box {
  margin-right: 0;
}
.text_img_li .list div.li:nth-child(4) .box {
  margin-left: 30px;
  margin-right: 30px;
}
.text_img_li .list div.li:nth-child(5) .box {
  margin-left: 0;
}
.text_img_li .list .more {
  width: 100%;
  display: flex;
  justify-content: center;
}
.text_img_li .list .more .button {
  border-radius: 4px;
  height: 48px;
  line-height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff !important;
  color: #909090;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 160px;
  font-weight: normal;
  font-size: 14px;
}
.text_img_li .list .more .button::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url(https://img.bagevent.com/resource/20231206/1009591343810186.png)
    no-repeat center;
  background-size: cover;
}
.text_img_li .list .more .button:hover {
  color: #1760e5;
  background: rgba(0, 0, 0, 0.1) !important;
  border-color: transparent;
}
.text_img_li .list .more .button:hover:before {
  background: url(https://img.bagevent.com/resource/20231206/1010126723810186.png)
    no-repeat center;
  background-size: cover;
}
.text_img_li .list ul .box .info .time {
  color: #909090;
  opacity: 1;
}
.text_img_li .list ul .box .info .summary {
  color: #606060;
  font-size: 14px;
  line-height: 24px;
}
.text_img_li .list div.li .box,
.text_img_li .list div.li .box a {
  display: flex;
  align-items: flex-start;
}
.text_img_li .list div.li .img {
  width: 200px;
  margin-right: 20px;
}
.text_img_li .list div.li .img.img_scale span {
  padding-bottom: 60%;
}
.text_img_li .list div.li .info {
  flex: auto;
  width: min-content;
}
.text_img_li .list div.li .ti {
  color: inherit !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
}
.text_img_li .list div.li .summary {
  font-size: 14px;
  color: #606060;
  line-height: 24px;
  -webkit-line-clamp: 2;
}
.text_img_li .list div.li .time {
  display: none;
}
.text_img_li .list div.li:nth-child(1),
.text_img_li .list div.li:nth-child(2) {
}

.text_img_li .list div.li:nth-child(1) .box,
.text_img_li .list div.li:nth-child(1) .box a,
.text_img_li .list div.li:nth-child(2) .box,
.text_img_li .list div.li:nth-child(2) .box a {
  flex-direction: column;
}
.text_img_li .list div.li:nth-child(1) .img,
.text_img_li .list div.li:nth-child(2) .img {
  width: 100%;
  margin: 0;
  margin-bottom: 24px;
}
.text_img_li .list div.li:nth-child(1) .info,
.text_img_li .list div.li:nth-child(2) .info {
  width: 100%;
}
.text_img_li .list div.li:nth-child(1) .ti,
.text_img_li .list div.li:nth-child(2) .ti {
  font-size: 22px;
  line-height: 36px;
}
.text_img_li .list div.li:nth-child(3),
.text_img_li .list div.li:nth-child(4),
.text_img_li .list div.li:nth-child(5) {
  width: 33.33%;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.text_img_li .list div.li:nth-child(3) .box,
.text_img_li .list div.li:nth-child(3) .box a,
.text_img_li .list div.li:nth-child(4) .box,
.text_img_li .list div.li:nth-child(4) .box a,
.text_img_li .list div.li:nth-child(5) .box,
.text_img_li .list div.li:nth-child(5) .box a {
  flex-direction: column;
}
.text_img_li .list div.li:nth-child(3) .img,
.text_img_li .list div.li:nth-child(4) .img,
.text_img_li .list div.li:nth-child(5) .img {
  width: 100%;
  margin: 0;
  margin-bottom: 24px;
}
.text_img_li .list div.li:nth-child(3) .info,
.text_img_li .list div.li:nth-child(4) .info,
.text_img_li .list div.li:nth-child(5) .info {
  width: 100%;
}
.text_img_li .list div.li:nth-child(5):after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 1200px;
}
.text_img_li .list div.li:nth-last-child(1),
.text_img_li .list div.li:nth-last-child(2) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.text_img_li .n_li_6 .list div.li:nth-child(5) {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.text_img_li .n_li_5 .list div.li:nth-child(3),
.text_img_li .n_li_5 .list div.li:nth-child(4) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.text_img_li .n_li_3 .list div.li:nth-child(2) {
  margin-bottom: 40px;
}
.text_img_li .n_li_5 .list div.li:nth-child(5)::after {
  display: none;
}
.phone .text_img_li .list {
  margin-left: 0;
  margin-right: 0;
}
.phone .text_img_li .list div.li {
  width: 100% !important;
  margin-bottom: 24px !important;
  padding-bottom: 0 !important;
}
.phone .text_img_li .list div.li .box {
  margin: 0 !important;
  flex-direction: row;
}
.phone .text_img_li .list div.li .ti {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 26px;
}
.phone .text_img_li .list div.li .img {
  width: 125px;
  margin-right: 15px;
}
.phone .text_img_li .list div.li .info {
  width: min-content;
}
.phone .text_img_li .list div.li:nth-child(1) .box,
.phone .text_img_li .list div.li:nth-child(2) .box {
  flex-direction: column;
}
.phone .text_img_li .list div.li:nth-child(1) .img,
.phone .text_img_li .list div.li:nth-child(2) .img {
  margin: 0;
  width: 100%;
  margin-bottom: 18px;
}
.phone .text_img_li .list div.li:nth-child(1) .info,
.phone .text_img_li .list div.li:nth-child(2) .info {
  width: 100%;
}
.phone .text_img_li .list div.li:nth-child(1) .ti,
.phone .text_img_li .list div.li:nth-child(2) .ti {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}
.phone .text_img_li .list div.li:nth-child(2):after {
  margin-top: 24px;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.phone .text_img_li .list div.li:last-child {
  margin-bottom: 0 !important;
}
.phone .text_img_li .list div.li:nth-child(5):after {
  display: none;
}
.phone .text_img_li .list .more .button {
  height: 44px;
  line-height: 42px;
  width: 100%;
}
/*轮播*/
.text_img_li .lb .list {
  margin: 0;
}
.text_img_li .lb .con {
  position: relative;
}
.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;
}
@media screen and (max-width: 1280px) {
  .text_img_li .lb .con > .li .box .info {
    width: 46%;
    padding: 30px 40px;
  }
  .text_img_li .lb .con > .li .box .ti {
    font-size: 20px;
  }
  .text_img_li .lb .con > .li .box .time {
    margin-bottom: 16px;
  }
  .text_img_li .lb .con > .li .box .summary p {
    display: none;
  }
  .text_img_li .lb .con > .li a .bg {
    width: 46%;
  }
}
.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 .box .summary p {
  display: block;
}
.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;
}
/**/
.text_img_li .lb .con > .li .box a .info:hover .ti {
  text-decoration: underline;
}
.text_img_li .lb .con > .li .box .time {
  color: #909090;
  opacity: 1;
}
.text_img_li .lb .con > .li .box .summary {
  color: #606060;
  opacity: 1;
  line-height: 24px;
  font-size: 14px;
}
.text_img_li .lb .con > .li a .bg:hover:after {
  background: url(https://img.bagevent.com/resource/20231204/0921181683810186.png)
    no-repeat 40px center rgba(0, 0, 0, 0.1);
  background-size: 16px 16px;
  border: 1px solid transparent;
  color: #1760e5;
}
.phone .text_img_li .list ul .box .info .ti {
  font-size: 16px;
}
.phone .text_img_li .lb .con > .li .box .ti {
  font-size: 18px;
  line-height: 28px;
}
/*照片墙*/
/*轮播 图片*/
.scroll_module .carousel-caption {
  padding: 12px 16px;
}
.scroll_module .img_box .ti {
  font-size: 18px;
}
.scroll_module .img_box .intro {
  font-size: 14px;
  opacity: 0.6;
  margin-top: 4px;
}
/*轮播 合作方*/
/*轮播 图文*/
/*轮播 嘉宾*/
/*菜单切换*/
/**/
.nav_tab.style_a .nav_tab_con > .con {
  background: #1760e5;
  padding: 40px;
}
.nav_tab.style_a .tab {
  border: 0;
  padding: 0;
  display: flex;
  width: auto;
  position: absolute;
  left: 70px;
  top: 70px;
  color: #fff;
}
.nav_tab.style_a .tab.row1 {
  display: none;
}
.nav_tab.style_a .tab .li {
  display: inline-block;
  width: 100px !important;
  height: 40px;
  line-height: 36px;
  border: 2px solid #fff !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_tab.style_a .tab .li:first-child {
  border-right: 0 !important;
  border-radius: 22px 0 0 22px;
}
.nav_tab.style_a .tab .li:last-child {
  border-left: 0 !important;
  border-radius: 0 22px 22px 0;
}
.nav_tab.style_a .tab .li.color {
  background: #fff;
  font-weight: bold;
}
.nav_tab.style_a .tab .li.color::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(https://img.bagevent.com/resource/20231130/1603032833810186.png)
    no-repeat;
  background-size: cover;
  margin-right: 4px;
}
.nav_tab.style_a .tab_module {
  border: 0;
}
.nav_tab.style_a .tab_module > .li.active {
  padding: 0;
}
.nav_tab.style_a .tab_module video {
  width: 100%;
}
.phone .nav_tab.style_a .tab_module > .li.active {
  padding: 0;
}
.phone .nav_tab.style_a .nav_tab_con > .con {
  padding: 24px 15px 15px 15px;
}
.phone .nav_tab.style_a .tab {
  position: relative;
  margin-bottom: 20px;
  left: auto;
  top: auto;
  display: flex;
  width: 100%;
}
.phone .nav_tab.style_a .tab .li {
  width: 50% !important;
  height: 36px;
  line-height: 32px;
}
.phone .nav_tab.style_a .tab .li:first-child {
  border-radius: 4px 0 0 4px;
}
.phone .nav_tab.style_a .tab .li:last-child {
  border-radius: 0 4px 4px 0;
}
/*website_footer*/
.website_footer {
  border: 0 !important;
  background: #000;
  padding: 60px 0;
  font-size: 13px;
}
.website_footer .container {
  max-width: 1200px;
}
.website_footer img {
  height: 50px;
}
.website_footer .c_a a {
  line-height: 1;
  color: #fff;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 1);
  padding-left: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.website_footer .c_a a:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.phone .website_footer {
  padding: 32px 0;
  font-size: 14px;
}
.phone .website_footer img {
  height: 40px;
  margin-bottom: 14px;
}
.phone .website_footer .footer_left.f_r {
  text-align: left;
}
.phone .website_footer .footer_left.f_r .c_b {
  font-size: 13px;
}
/*报名-网页端*/
.buy_ticket .attend_info {
  padding-bottom: 40px;
}
.buy_ticket #totop {
  display: none !important;
}
.event_information .module.banner {
  background-position: center top;
}
.event_information .module.banner .banner_con {
  padding-top: 0 !important;
}
.event_information .module.banner .information {
  padding: 140px 48px;
  font-size: 14px;
}
.event_information .module.banner .name {
  font-size: 40px;
  margin-bottom: 24px;
}
.event_information .module.banner .or {
  margin-bottom: 0;
  margin-top: 16px;
}
.event_information .module.banner .e_frame.top:before,
.event_information .module.banner .e_frame.bottom:before {
  right: 24px;
}
.event_information .module.banner .e_frame.bottom:after,
.event_information .module.banner .e_frame.top:after {
  left: 24px;
}
.jbm_s .event_information .module.banner .information {
  padding: 100px 48px;
}
.jbm_s .event_information .module.banner .name {
  font-size: 36px;
}
.phone .attend_form .form_li .button {
  box-sizing: border-box;
  height: 42px;
  line-height: 30px;
  border-radius: 0 0 3px 3px;
  margin-left: -1px;
}
.attend_result .weixin_ticket {
  display: none !important;
}
/**/
.website.embed {
  padding: 160px 0;
  min-height: calc(100vh - 172px);
}
.website.embed .li_ti {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.website.embed .li_ti .ti {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  color: inherit !important;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.website.embed .li_ti .by {
  display: none;
}
.website.embed .module.register {
  max-width: 1200px;
  margin: 0 auto;
}
.phone .website.embed {
  padding: 80px 20px;
  min-height: calc(100vh - 191px);
}
.phone .website.embed .li_ti .ti {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 8px;
}
.phone .website.embed .module.register {
  width: 100%;
}
.phone .website.embed .buy {
  padding: 0;
}
.phone .website.embed .buy .button {
  padding: 0;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
/*报名-移动端*/
.phone .attend_info {
  border: 0;
}
.module_attend_phone {
  position: fixed;
  top: 8px;
  right: 56px;
  padding: 0;
  height: auto;
  line-height: normal;
  bottom: auto;
  left: auto;
}
.contact_share {
  display: none;
}
.module_attend_phone .button {
  padding: 0;
  width: 100px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  opacity: 1;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.module_attend_phone .button a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(https://img.bagevent.com/resource/20231120/1502209653810186.png)
    no-repeat;
  background-size: contain;
  margin-right: 4px;
  font-size: 0.875em;
}
/*webset*/
.web_page .wb_page {
  display: block;
}
.web_iframe .re_title_set {
  display: none;
}
.web_iframe .module.menu {
  position: absolute !important;
}
.web_iframe .module.time_location .set_bg {
  display: none;
}
.web_iframe .module.banner .module_set .op {
  margin-top: 96px;
}
.web_iframe .guset_yl.module .module_set {
  position: absolute;
  z-index: 10;
}
.g_yl_set .li .box {
  overflow: hidden;
}
.g_yl_set .li .box .gu {
  width: 60px;
  float: left;
  text-align: center;
}
.g_yl_set .li .box .gu .avator {
  border: 0;
  height: 60px;
}
.g_yl_set .li .box .gu .name {
  font-weight: bold;
  margin-top: 4px;
}
.g_yl_set .li .box .g_yl {
  margin-left: 60px;
  padding-left: 20px;
}
.layer_box_set {
  position: fixed;
}
body.set_phone_web {
  position: static;
}

