@font-face {
  font-family: "m_iconfont";
  src: url("../../fonts/tem_font/03/iconfont.eot");
  src: url("../../fonts/tem_font/03/iconfont.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/tem_font/03/iconfont.woff") format("woff"),
    url("../../fonts/tem_font/03/iconfont.ttf") format("truetype"),
    url("../../fonts/tem_font/03/iconfont.svg#iconfont") format("svg");
}
.m_icon {
  font-family: "m_iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
.website {
  color: #333;
  font-size: 16px;
  background: #fff;
}
.website .page_head {
  border: 0.5px solid transparent;
}
.website .page_con .module {
  padding: 64px 0;
}
.website .module .con {
  max-width: 1100px;
}
.website .module .title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
  color: inherit !important;
}
.website .module .title_box {
  color: inherit !important;
}
.website .module .title .m_icon {
  opacity: 0.5;
  font-size: 30px;
  vertical-align: middle;
  color: inherit !important;
}
.website .module .title .ti {
  display: inline-block;
  vertical-align: middle;
  color: inherit !important;
}
.website .module .title .re_ti {
  display: none;
  color: inherit !important;
}
.website .module.even {
  background-color: #f0f4f6;
}
.website .module .button {
  border-radius: 2px;
  height: 48px;
  line-height: 48px;
  padding: 0 48px;
  font-size: 16px;
  font-weight: bold;
}
.website .module .button.cancal {
  color: #a3aaad;
  background: #d1d7da;
}
.website .module .button.disable {
  color: #a3aaad;
  background: #d1d7da;
}
.new_website.website .page_head {
  overflow: inherit;
}
.phone .website {
  font-size: 14px;
}
.phone .website .module {
  padding: 3.5em 1.5em;
}
.phone .website .module .title {
  font-size: 20px;
  margin-bottom: 16px;
}
.phone .website .module .title .icon {
  font-size: 20px;
}
.phone .website .module .title .m_icon {
  font-size: 20px;
}
.phone .website .module .button {
  height: 44px;
  line-height: 44px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: bold;
}
/**/
.empty_box {
  text-align: center;
  padding: 48px 0;
  color: #ccc;
}
.empty_box .icon_box {
  width: 200px;
  height: 200px;
  background: url(https://img.bagevent.com/resource/20190227/16515107535754.png)
    no-repeat center;
  background-size: contain;
  display: inline-block;
  margin-bottom: 24px;
  text-align: center;
}
.phone .empty_box .icon_box {
  width: 120px;
  height: 120px;
}
.module.menu {
  background: #fff;
  height: 64px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 32px;
}
.module.menu .menu_con {
  min-width: 1100px;
  margin: 0 auto;
  display: table;
}
.module.menu .or_logo {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-right: 66px;
}
.module.menu .or_logo .logo a {
  margin-right: 24px;
  display: inline-block;
}
.module.menu .or_logo .logo img {
  height: 32px;
}
.module.menu .or_name {
  font-size: 20px;
  margin-top: 6px;
}
.module.menu .nav {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  float: right;
}
.module.menu .li {
  display: table-cell;
  text-align: center;
  position: relative;
  line-height: 64px;
  vertical-align: top;
  min-width: 72px;
  padding: 0 12px;
}
.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: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  border-top-width: 4px;
  border-top-style: solid;
  margin-top: -4px;
  min-width: inherit !important;
  width: 156px;
  left: 50% !important;
  margin-left: -78px;
  padding: 0 16px;
  box-sizing: border-box;
  font-size: 14px;
}
.module.menu .nav .submenu_li a {
  line-height: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: normal;
}
.module.menu .nav .submenu_li .bg {
  display: none;
}
.module.menu .buy {
  float: none;
  vertical-align: middle;
  display: table-cell !important;
  padding-left: 24px;
}
.module.menu .buy .button {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  padding: 0 36px;
}
.module.menu.isStuck {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.147);
}
.academic .module.menu .buy {
  display: none !important;
}
.new_website .module.menu {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.147);
}
.phone .module.menu {
  height: 44px;
  line-height: 44px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.147);
  padding: 0;
  position: fixed;
  z-index: 4;
}
.phone .module.menu .menu_con {
  min-width: inherit;
  display: block;
}
.phone .module.menu .or_logo {
  display: inline-block;
  width: calc(100% - 114px);
  height: 44px;
  display: flex;
  align-items: center;
}
.phone .module.menu .or_logo .logo a {
  margin-right: 0;
  float: left;
}
.phone .module.menu .or_logo .logo img {
  height: 26px;
  margin-left: 12px;
}
.phone .module.menu .or_logo .logo .or_name {
  margin-left: 8px;
  font-size: 16px;
  margin-top: 10px;
  line-height: 26px;
}
.phone .module.menu .lan {
  background: #fff;
  color: #333;
  line-height: 44px;
  height: 44px;
  padding: 0 12px;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 44px;
  border-radius: 0;
}
.phone .module.menu .nav {
  display: none;
  min-height: calc(100vh - 44px);
  overflow-x: hidden;
  overflow-y: auto;
}
.phone .module.menu .nav .li {
  margin-left: 0;
  font-size: 14px;
  line-height: 44px;
}
.phone .module.menu .nav .li .bg {
  display: none;
}
.phone .module.menu .nav .li .submenu_li {
  background: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  left: auto !important;
  text-align: left;
}
.phone .module.menu .submenu .submenu_li a {
  border-bottom: 0;
}
.module.banner {
  background-image: url(../../img/website/template_single_n/banner01.jpg);
  margin-top: 64px;
}
.module.banner .banner_con .con {
  max-width: 1100px;
}
.module.banner .information {
  padding: 140px 24px;
}
.module.banner .name {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 32px;
  color: inherit !important;
}
.module.banner .ti_lo > div {
  display: inline-block;
  margin: 0 12px;
}
.module.banner .ti_lo .icon {
  font-size: 20px;
}
.module.banner .ti_lo > div > span {
  margin-right: 4px;
  margin-left: 4px;
}
.module.banner .or {
  margin: 24px 0 40px 0;
}
.module.banner .or a {
  font-weight: bold;
}
.module.banner .attend .button {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1) !important;
  font-weight: bold;
  margin: 0 8px;
}
.module.banner .e_frame:after,
.e_frame:before {
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
}
.module.banner .e_frame.top:before {
  right: 0;
  top: 96px;
  border-right-width: 1px;
  border-right-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
}
.module.banner .e_frame.top:after {
  left: 0;
  top: 96px;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-width: 1px;
  border-top-style: solid;
}
.module.banner .e_frame.bottom:before {
  right: 0;
  bottom: 96px;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.module.banner .e_frame.bottom:after {
  left: 0;
  bottom: 96px;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.phone .module.banner {
  margin-top: 44px !important;
}
.phone .module.banner .information {
  padding: 132px 24px;
}
.phone .module.banner .name {
  font-size: 30px;
  margin-bottom: 16px;
}
.phone .module.banner .ti_lo > div {
  margin: 2px 4px;
}
.phone .module.banner .ti_lo .icon {
  font-size: 16px;
}
.phone .module.banner .or {
  margin: 0;
  margin-top: 24px;
}
.phone .module.banner .e_frame.top:before {
  right: 12px;
  top: 72px;
  opacity: 0.6;
}
.phone .module.banner .e_frame.top:after {
  left: 12px;
  top: 72px;
  opacity: 0.6;
}
.phone .module.banner .e_frame.bottom:before {
  right: 12px;
  bottom: 72px;
  opacity: 0.6;
}
.phone .module.banner .e_frame.bottom:after {
  left: 12px;
  bottom: 72px;
  opacity: 0.6;
}
.details .m_icon:before {
  content: "\e632";
}
.register .m_icon:before {
  content: "\e62c";
}
.register.style_a .buy_tickets {
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #333;
}
.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 {
  display: block;
  line-height: 1.6;
  margin-top: 2px;
}
.register.style_a .ticket_tip .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.05;
}
.register.style_a .refund_explane {
  padding: 0 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: 8px;
}
.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: 0;
}
.register.style_b .quantity .q_con span {
  font-size: 48px;
}
.register.style_b .quantity .q_con .nun {
  background: 0;
  border: 0;
}
.register.style_b .quantity .q_con .nun .icon {
  font-size: 32px;
}
.register.style_b .quantity .error_meg {
  font-size: 32px;
}
.register.style_b .ticket_tip {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  text-align: left;
  height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  padding: 0;
  margin: 0;
}
.register.style_b .ticket_tip .arrow {
  display: none;
}
.register.style_b .ticket_tip > div {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 16px;
  padding: 16px 0;
  line-height: 1.6;
  font-size: 14px;
}
.register.style_b .ticket_tip .icon {
  width: 16px;
  float: left;
}
.register.style_b .ticket_tip .text {
  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: 0 1px 4px 0 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: 0;
}
.register.style_c .q_con .nun {
  background: 0;
  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 .m_icon:before {
  content: "\e663";
}
.or_event .or_event_li {
  margin: 0 -16px;
  text-align: center;
  margin-bottom: -24px;
}
.or_event .li {
  display: inline-block;
  width: 33%;
  text-align: left;
  vertical-align: top;
  margin-bottom: 24px;
}
.or_event .li .box {
  margin: 0 16px;
}
.or_event .li .name {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 4px;
  -webkit-line-clamp: 2;
}
.or_event .li .time_place {
  opacity: 0.6;
  font-size: 14px;
}
.or_event .li .place {
  -webkit-line-clamp: 1;
}
.phone .or_event .or_event_li {
  margin: 0;
  margin-bottom: -16px;
}
.phone .or_event .li {
  width: 100%;
  margin-bottom: 16px;
}
.phone .or_event .li .box {
  margin: 0;
}
.phone .or_event .li .name {
  font-size: 16px;
}
.phone .or_event .li .time_place {
  font-size: 12px;
}
.phone .or_event .li .time_place .icon {
  font-size: 14px;
}
.find_ticket .m_icon:before {
  content: "\e64a";
}
.find_ticket .find_box {
  text-align: center;
  margin-bottom: 0;
}
.find_ticket .find_box .text {
  margin-bottom: 16px;
}
.find_ticket .find_box .input_box {
  width: 420px;
  display: inline-block;
  vertical-align: middle;
}
.find_ticket .find_box .input {
  height: 48px;
}
.find_ticket .find_box .button {
  vertical-align: middle;
}
.phone .find_ticket .find_box .input_box {
  width: 100%;
  margin-bottom: 8px;
}
.lan_en .find_ticket .find_box .input_box {
  width: 620px;
}
.guset .m_icon:before {
  content: "\e661";
}
.guset .guset_li .li .name {
  color: inherit !important;
}
.guset .guset_li .li .img {
  background: #dedee5;
}
.guset.style_a .guset_li {
  margin: 0 -16px;
  margin-bottom: -24px;
  text-align: center;
}
.guset.style_a .guset_li .li {
  width: 19.5%;
  margin-top: 16px;
  padding-bottom: 8px;
}
.guset.style_a .guset_li .li .box {
  margin: 0 16px;
}
.guset.style_a .guset_li .li .img {
  width: 80%;
}
.guset.style_a .guset_li .li .img.s_1_1 {
  border-radius: 50%;
}
.guset.style_a .guset_li .li .post {
  font-size: 14px;
  opacity: 0.6;
  -webkit-line-clamp: 3;
}
.guset.style_a .guset_li .li .name {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 4px;
  -webkit-line-clamp: 1;
}
.guset.style_a .guset_li .more {
  clear: both;
  float: none;
  margin-bottom: 24px;
}
.phone .guset.style_a .guset_li {
  margin: 0 -6px;
  margin-bottom: -12px;
}
.phone .guset.style_a .guset_li .li {
  width: 49%;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.phone .guset.style_a .guset_li .li .box {
  margin: 0 6px;
}
.phone .guset.style_a .guset_li .li .img {
  width: 66%;
}
.phone .guset.style_a .guset_li .li .name {
  font-size: 16px;
}
.phone .guset.style_a .guset_li .li .post {
  font-size: 12px;
}
.phone .guset.style_a .guset_li .more {
  margin-bottom: 16px;
}
.guset.style_b .guset_li {
  margin-bottom: -24px;
}
.guset.style_b .guset_li .li {
  margin-bottom: 24px;
}
.guset.style_b .guset_li .li > .bg {
  clear: both;
  float: none;
}
.guset.style_b .guset_li .li .img {
  width: 140px;
  float: left;
}
.guset.style_b .guset_li .li .img.s_1_1 {
  border-radius: 50%;
}
.guset.style_b .guset_li .li .info {
  margin-left: 140px;
  padding-left: 24px;
  padding-top: 8px;
}
.guset.style_b .guset_li .li .name {
  font-size: 18px;
  margin-bottom: 4px;
}
.guset.style_b .guset_li .li .post {
  font-size: 14px;
  margin-bottom: 12px;
}
.guset.style_b .guset_li .li .intro {
  opacity: 0.6;
  display: block;
  font-size: 14px;
}
.guset.style_b .guset_li .more {
  text-align: center;
  margin-bottom: 24px;
}
.phone .guset.style_b .guset_li {
  margin-bottom: -16px;
}
.phone .guset.style_b .guset_li .li {
  margin-bottom: 16px;
}
.phone .guset.style_b .guset_li .li .img {
  width: 98px;
}
.phone .guset.style_b .guset_li .li .info {
  margin-left: 98px;
  padding-left: 12px;
  padding-top: 4px;
}
.phone .guset.style_b .guset_li .li .name {
  font-size: 16px;
}
.phone .guset.style_b .guset_li .li .intro {
  font-size: 12px;
}
.phone .guset.style_b .guset_li .more {
  margin-bottom: 16px;
}
.guset.style_c .guset_li {
  margin: 0 -12px;
  margin-bottom: -24px;
  text-align: center;
}
.guset.style_c .guset_li .li {
  text-align: left;
  margin: 0 12px;
  margin-bottom: 24px;
}
.guset.style_c .guset_li .li .box {
  background: #fff;
  color: #333;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.147);
  padding: 24px 24px 0 24px;
  border-radius: 2px;
}
.guset.style_c .guset_li .li .img {
  float: left;
  width: 80px;
  margin-bottom: 12px;
}
.guset.style_c .guset_li .li .name {
  margin-bottom: 8px;
  font-size: 18px;
  margin-left: 96px;
}
.guset.style_c .guset_li .li .post {
  font-size: 14px;
  margin-bottom: 12px;
  margin-left: 96px;
}
.guset.style_c .guset_li .li .intro {
  clear: both;
  float: none;
  opacity: 0.6;
  display: block;
  font-size: 14px;
  padding-bottom: 24px;
}
.guset.style_c .guset_li .more {
  clear: both;
  float: none;
  margin-bottom: 32px;
}
.phone .guset.style_c .guset_li {
  margin-bottom: -16px;
}
.phone .guset.style_c .guset_li .li {
  margin-bottom: 16px;
}
.phone .guset.style_c .guset_li .li .box {
  padding: 12px 12px 0 12px;
}
.phone .guset.style_c .guset_li .li .img {
  width: 68px;
  margin-bottom: 8px;
}
.phone .guset.style_c .guset_li .li .name {
  font-size: 16px;
  margin-left: 76px;
  margin-bottom: 4px;
}
.phone .guset.style_c .guset_li .li .post {
  margin-left: 76px;
  margin-bottom: 8px;
}
.phone .guset.style_c .guset_li .li .intro {
  font-size: 12px;
  padding-bottom: 12px;
}
.phone .guset.style_c .guset_li .more {
  margin-bottom: 16px;
}

.guset.style_d .guset_li {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.guset.style_d .guset_li .li {
  width: 33.33%;
  margin-bottom: 2em;
}
.guset.style_d .guset_li .li .box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 15px;
  padding: 15px;
  color: #222;
  border-radius: 3px;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.guset.style_d .guset_li .li .img {
  width: 96px;
  margin-right: 16px;
}
.guset.style_d .guset_li .li .img.s_1_1 {
  border-radius: 50%;
}
.guset.style_d .guset_li .li .info {
  width: min-content;
  flex: auto;
}
.guset.style_d .guset_li .li .name {
  margin: 0.75em 0 0.25em 0;
  font-size: 1.125em;
  font-weight: bold;
}
.guset.style_d .guset_li .li .post {
  opacity: 0.6;
  font-size: 0.875em;
}
.guset.style_d .more {
  text-align: center;
  width: 100%;
}
.phone .guset.style_d .guset_li {
  margin: 0 -5px;
  font-size: 0.85714em;
}
.phone .guset.style_d .guset_li .li {
  width: 50%;
  margin-bottom: 1em;
}
.phone .guset.style_d .guset_li .li .box {
  margin: 0 5px;
  padding: 12px;
}
.phone .guset.style_d .guset_li .li .img {
  width: 50px;
  margin-right: 10px;
}
.phone .guset.style_d .guset_li .li .name {
  margin-top: 0;
}
/*视频列表*/
.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;
}
/**/
.phone .schedule_search_layer .schedule_search {
  padding-top: 56px;
  padding-bottom: 124px;
}
.phone .schedule_search_layer .qd {
  bottom: 56px;
}
.schedule .m_icon:before {
  content: "\e662";
}
.schedule .date_list {
  height: 48px;
  line-height: 48px;
}
.schedule .date_list > .li {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.schedule .date_list.all {
  margin-top: 24px;
}
.schedule .date_list.all:first-child {
  margin-top: 0;
}
.schedule .li .theme {
  color: inherit !important;
}
.schedule .li .avator {
  background: #dedee5;
}
.phone .schedule .date_list {
  height: 44px;
  line-height: 44px;
  display: block;
}
.phone .schedule .date_list > .li {
  display: block;
}
.schedule.style_a .s_li.active {
  margin: 24px 48px 0 48px;
  border-left-style: solid;
  border-left-width: 2px;
}
.schedule.style_a .s_li .li {
  margin-bottom: 24px;
}
.schedule.style_a .s_li .li:last-child {
  margin-bottom: 0;
}
.schedule.style_a .s_li .li.z_li {
  padding-left: 10px;
}
.schedule.style_a .li .time {
  float: left;
  width: 144px;
  text-align: center;
  line-height: 26px;
  margin-left: 16px;
}
.schedule.style_a .li .time .icon {
  display: none;
}
.schedule.style_a .li .color .icon {
  position: absolute;
  left: -10px;
  top: 0;
  line-height: 20px;
  float: left;
  font-size: 20px;
}
.schedule.style_a .li .info {
  margin-left: 160px;
  padding-left: 24px;
}
.schedule.style_a .li .theme {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.schedule.style_a .li .site {
  font-size: 14px;
  margin-top: 4px;
}
.schedule.style_a .li .site .icon {
  opacity: 0.6;
}
.schedule.style_a .li .intro {
  font-size: 14px;
  margin-top: 8px;
}
.schedule.style_a .li .intro .text_con {
  opacity: 0.6;
}
.schedule.style_a .li .guset {
  margin-top: 8px;
}
.schedule.style_a .li .guset > span {
  display: none;
}
.schedule.style_a .li .guset .gu_list {
  margin-bottom: 8px;
}
.schedule.style_a .li .guset .gu_list .alm {
  font-size: 12px;
}
.schedule.style_a .li .guset > span:nth-child(2) {
  display: block;
  font-size: 12px;
}
.schedule.style_a .li .gu {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: 8px;
}
.schedule.style_a .li .gu:nth-child(2) {
  margin-left: 0;
}
.schedule.style_a .li .avator {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  vertical-align: middle;
}
.schedule.style_a .li .g_info {
  display: none;
}
.schedule.style_a .s_li_ti {
  margin-bottom: 16px;
}
.schedule.style_a .s_li_fhc .li {
  margin-bottom: 16px;
}
.schedule.style_a .s_li_fhc .li .color .icon {
  display: none;
}
.schedule.style_a .s_li_fhc .li .time {
  font-size: 14px;
  line-height: 22px;
  margin-left: 160px;
  padding-left: 24px;
  width: auto;
  text-align: left;
  margin-right: 16px;
  float: none;
}
.schedule.style_a .s_li_fhc .li .time .icon {
  display: inline-block;
}
.schedule.style_a .s_li_fhc .li .theme {
  font-size: 14px;
  line-height: 22px;
}
.schedule.style_a .s_li_fhc .li .gu {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  border-radius: 2px;
  padding: 2px 0;
}
.schedule.style_a .s_li_fhc .li .avator {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.schedule.style_a .s_li_fhc .li .g_info {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.schedule.style_a .s_li_fhc .li .g_na {
  display: inline-block;
  vertical-align: middle;
}
.schedule.style_a .s_li_fhc .li .g_gszw {
  display: inline-block;
  vertical-align: middle;
}
.phone .schedule.style_a .s_li.active {
  margin: 16px 0 0 8px;
  padding-top: 8px;
}
.phone .schedule.style_a .li {
  margin-bottom: 16px;
}
.phone .schedule.style_a .li .color .icon {
  font-size: 16px;
  line-height: 16px;
  left: -8px;
}
.phone .schedule.style_a .li .time {
  width: 100%;
  line-height: inherit;
  text-align: left;
  float: none;
}
.phone .schedule.style_a .li .site {
  font-size: 12px;
}
.phone .schedule.style_a .li .info {
  margin-left: 16px;
  padding-left: 0;
}
.phone .schedule.style_a .li .theme {
  font-size: 16px;
  line-height: inherit;
}
.phone .schedule.style_a .li .intro {
  font-size: 12px;
  margin-top: 4px;
}
.phone .schedule.style_a .li .guset {
  margin-top: 4px;
}
.phone .schedule.style_a .li .gu {
  margin-left: 0px;
}
/*.phone .schedule.style_a .li .gu:nth-child(2) { margin-left: 0 }*/
.phone .schedule.style_a .s_li_fhc .li .time {
  margin-left: 16px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  line-height: 20px;
}
.phone .schedule.style_a .s_li_fhc .li .time .icon {
  display: none;
}
.phone .schedule.style_a .s_li_fhc .li .time span {
  display: none;
}
.phone .schedule.style_a .s_li_fhc .li .time .start {
  display: inline-block;
}
.phone .schedule.style_a .s_li_fhc .li .theme {
  font-size: 14px;
  padding-left: 44px;
  line-height: 20px;
}
.phone .schedule.style_a .s_li_fhc .li .g_info {
  font-size: 12px;
}
.academic .schedule.style_a .s_li {
  margin: 0;
  margin-top: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
.academic .schedule.style_a .li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.academic .schedule.style_a .li .box {
  display: table;
  width: 100%;
}
.academic .schedule.style_a .li .time {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  float: none;
  text-align: center;
  line-height: inherit;
  width: 140px !important;
}
.academic .schedule.style_a .li .color .icon {
  display: none;
}
.academic .schedule.style_a .li .info {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  display: table;
  padding: 0;
  width: 100%;
}
.academic .schedule.style_a .li .theme_box {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
.academic .schedule.style_a .li .theme {
  font-size: 16px;
  line-height: inherit;
  padding: 16px;
  font-weight: normal;
}
.academic .schedule.style_a .li .site {
  display: none;
}
.academic .schedule.style_a .li .intro {
  display: none;
}
.academic .schedule.style_a .li .guset {
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  width: 38.6%;
}
.academic .schedule.style_a .li .gu {
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0;
}
.academic .schedule.style_a .li .gu .avator {
  display: none;
}
.academic .schedule.style_a .li .g_info {
  display: block;
  font-size: 16px;
  margin-left: 0;
}
.academic .schedule.style_a .li .g_info > div {
  display: inline-block;
  vertical-align: middle;
}
.academic .schedule.style_a .s_li_ti {
  margin-bottom: 0;
}
.academic .schedule.style_a .s_li_ti .time {
  display: none;
}
.academic .schedule.style_a .s_li_ti .info {
  display: block;
}
.academic .schedule.style_a .s_li_ti .theme_box {
  display: block;
}
.academic .schedule.style_a .s_li_ti .theme {
  font-size: 18px;
  margin-right: 216px;
}
.academic .schedule.style_a .s_li_ti .intro {
  display: block;
  font-size: 14px;
  padding: 16px;
  padding-top: 0;
  margin: 0;
  margin-top: -8px;
}
.academic .schedule.style_a .s_li_ti .intro .text_con {
  opacity: 0.6;
}
.academic .schedule.style_a .s_li_ti .site {
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  margin: 0;
  font-size: 14px;
  width: 200px;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.academic .schedule.style_a .s_li_ti .guset {
  display: none;
}
.academic .schedule.style_a .s_li_fhc .li {
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.academic .schedule.style_a .s_li_fhc .li.z_li {
  padding: 16px;
}
.academic .schedule.style_a .s_li_fhc .li .time .icon {
  display: none;
}
.phone .academic .schedule.style_a .s_li.active {
  padding-top: 0;
}
.phone .academic .schedule.style_a .li .time {
  padding: 12px;
  position: relative;
}
.phone .academic .schedule.style_a .li .info {
  display: table-cell;
  padding: 12px;
}
.phone .academic .schedule.style_a .li .theme {
  display: block;
  padding: 0;
  margin: 0;
}
.phone .academic .schedule.style_a .s_li_ti .intro {
  padding: 0;
  margin: 0px;
}
.phone .academic .schedule.style_a .li .guset {
  display: block;
  width: auto;
  padding: 0px;
  border: 0;
}
.phone .academic .schedule.style_a .li .g_info {
  font-size: 14px;
}
.schedule.style_b .s_li .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.schedule.style_b .s_li .li:last-child {
  border-bottom: 0;
}
.schedule.style_b .s_li .li.z_li {
  padding: 12px 24px;
}
.schedule.style_b .li .box {
  display: table;
  width: 100%;
}
.schedule.style_b .li .time {
  display: table-cell;
  width: 200px;
  padding: 20px 24px;
  padding-right: 0;
  vertical-align: top;
  line-height: 26px;
}
.schedule.style_b .li .color .icon {
  display: none;
}
.schedule.style_b .li .info {
  display: table-cell;
  padding: 20px 24px;
  padding-left: 0;
  vertical-align: top;
  position: relative;
}
.schedule.style_b .li .theme {
  font-size: 18px;
  line-height: 26px;
  margin-right: 220px;
}
.schedule.style_b .li .intro {
  margin-top: 12px;
  font-size: 14px;
}
.schedule.style_b .li .intro .text_con {
  opacity: 0.6;
}
.schedule.style_b .li .site {
  font-size: 12px;
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 3px;
  padding: 0 8px;
  height: 22px;
  line-height: 20px;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
}
.schedule.style_b .li .site:before {
  content: "\e6cb";
  margin-right: 4px;
  font-size: 14px;
}
.schedule.style_b .li .site .icon {
  display: none;
}
.schedule.style_b .li .guset {
  position: absolute;
  right: 24px;
  top: 16px;
  line-height: 32px;
  font-size: 16px;
  text-align: right;
}
.schedule.style_b .li .guset .alm {
  display: none;
}
.schedule.style_b .li .gu {
  display: none;
}
.schedule.style_b .li .gu:last-child {
  display: block;
}
.schedule.style_b .li .avator {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.schedule.style_b .li .g_info {
  display: inline-block;
  vertical-align: middle;
}
.schedule.style_b .li .g_na {
  display: inline-block;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 56px;
  max-width: 150px;
  vertical-align: middle;
}
.schedule.style_b .li .g_gszw {
  display: none;
}
.schedule.style_b .s_li_fhc .li {
  margin-left: 204px;
  padding: 16px 24px 16px 0;
  border-bottom: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.schedule.style_b .s_li_fhc .li .box > .color {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  border-color: inherit;
}
.schedule.style_b .s_li_fhc .li .time {
  padding: 0;
  width: 100px;
  padding-left: 16px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: inline-block;
  line-height: 22px;
  box-sizing: content-box;
}
.schedule.style_b .s_li_fhc .li .time .icon {
  display: none;
}
.schedule.style_b .s_li_fhc .li .info {
  display: block;
  padding: 0;
}
.schedule.style_b .s_li_fhc .li .theme {
  margin-left: 120px;
  font-size: 16px;
  padding-right: 0;
  line-height: 22px;
}
.schedule.style_b .s_li_fhc .li .intro {
  margin-top: 8px;
  margin-left: 16px;
}
.schedule.style_b .s_li_fhc .li .guset {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  margin-top: 8px;
  margin-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  width: auto;
  text-align: left;
}
.schedule.style_b .s_li_fhc .li .gu {
  padding: 4px 0;
  padding-left: 16px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  line-height: 32px;
}
.schedule.style_b .s_li_fhc .li .avator {
  float: left;
}
.schedule.style_b .s_li_fhc .li .g_info {
  float: left;
}
.schedule.style_b .s_li_fhc .li .g_na {
  max-width: inherit;
  min-width: inherit;
  margin-right: 8px;
  opacity: 0.6;
  vertical-align: middle;
}
.schedule.style_b .s_li_fhc .li .g_gszw {
  display: inline-block;
  opacity: 0.6;
  vertical-align: middle;
}
.phone .schedule.style_b .schedule_li {
  margin-bottom: -12px;
}
.phone .schedule.style_b .s_li {
  margin-bottom: 12px;
}
.phone .schedule.style_b .s_li .li {
  padding-bottom: 12px;
}
.phone .schedule.style_b .s_li .li:last-child {
  padding-bottom: 0;
}
.phone .schedule.style_b .li .time {
  padding: 0;
  display: block;
  width: 100%;
  margin-top: 12px;
  line-height: inherit;
  position: relative;
}
.phone .schedule.style_b .li .time .icon {
  display: none;
}
.phone .schedule.style_b .li .info {
  padding: 0;
  display: block;
}
.phone .schedule.style_b .li .theme {
  font-size: 16px;
  line-height: inherit;
  margin-right: 0;
}
.phone .schedule.style_b .li .intro {
  margin-top: 8px;
  font-size: 12px;
}
.phone .schedule.style_b .li .guset {
  top: -19px;
  right: 0;
  line-height: inherit;
  font-size: 13px;
}
.phone .schedule.style_b .li .guset .alm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  float: left;
}
.phone .schedule.style_b .li .gu {
  display: inline-block;
  vertical-align: middle;
  float: left;
}
.phone .schedule.style_b .li .avator {
  display: none;
}
.phone .schedule.style_b .li .g_info {
  float: left;
  margin-left: 4px;
}
.phone .schedule.style_b .li .g_na {
  min-width: inherit;
  float: left;
}
.phone .schedule.style_b .s_li_fhc .li {
  margin-left: 0;
  padding: 0 0 0 18px;
  margin-bottom: 0;
  margin-top: 12px;
}
.phone .schedule.style_b .s_li_fhc .li .time {
  position: absolute;
  left: 0;
  top: 12px;
  line-height: 20px;
  margin: 0;
}
.phone .schedule.style_b .s_li_fhc .li .time .icon {
  display: none;
}
.phone .schedule.style_b .s_li_fhc .li .time span {
  display: none;
}
.phone .schedule.style_b .s_li_fhc .li .time .start {
  display: inline-block;
}
.phone .schedule.style_b .s_li_fhc .li .box > .color {
  left: -18px;
  top: 18px;
}
.phone .schedule.style_b .s_li_fhc .li .theme {
  margin-top: 12px;
  font-size: 14px;
  margin-left: 44px;
}
.phone .schedule.style_b .s_li_fhc .li .intro {
  margin-left: 0;
}
.phone .schedule.style_b .s_li_fhc .li .guset {
  top: 0;
  margin-left: 0;
}
.phone .schedule.style_b .s_li_fhc .li .gu {
  padding-left: 8px;
  line-height: inherit;
  display: block;
  float: none;
}
.phone .schedule.style_b .s_li_fhc .li .alm {
  display: none;
}
.phone .schedule.style_b .s_li_fhc .li .avator {
  display: inline-block;
}
.phone .schedule.style_b .s_li_fhc .li .g_info {
  float: none;
  display: block;
}
.phone .schedule.style_b .s_li_fhc .li .g_info > div {
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  float: none;
}
.schedule.style_c .s_li .li {
  padding: 20px 24px;
  background: #fff;
  color: #333;
  margin-top: 12px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.schedule.style_c .li .color .icon {
  display: none;
}
.schedule.style_c .li .time {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  opacity: 0.6;
}
.schedule.style_c .li .site {
  position: absolute;
  right: 136px;
  top: 0;
  font-size: 14px;
  opacity: 0.6;
}
.schedule.style_c .li .theme {
  font-size: 18px;
  margin-right: 270px;
}
.schedule.style_c .li .intro {
  margin-top: 8px;
  font-size: 14px;
}
.schedule.style_c .li .intro .text_con {
  opacity: 0.6;
}
.schedule.style_c .li .guset {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  padding-top: 8px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.schedule.style_c .li .guset .alm {
  display: none;
}
.schedule.style_c .li .gu_list {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 12px;
}
.schedule.style_c .li .gu_list .alm {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 12px;
}
.schedule.style_c .li .gu_list .gu {
  width: 100%;
}
.schedule.style_c .li .gu {
  overflow: hidden;
  width: 25%;
  padding-right: 16px;
  box-sizing: border-box;
  margin-top: 8px;
}
.schedule.style_c .li .avator {
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #e4e4eb;
}
.schedule.style_c .li .avator img {
  border: 0;
}
.schedule.style_c .li .g_info {
  padding-left: 52px;
}
.schedule.style_c .li .g_na {
  font-size: 14px;
  margin-bottom: 2px;
}
.schedule.style_c .li .g_gszw {
  opacity: 0.6;
  font-size: 14px;
}
.schedule.style_c .s_li_box {
  padding-top: 8px;
}
.schedule.style_c .s_li_fhc .li {
  background: rgba(0, 0, 0, 0.03);
  box-shadow: none;
}
.schedule.style_c .s_li_fhc .li .theme {
  font-size: 16px;
  padding-right: 140px;
}
.phone .schedule.style_c .date_list {
  margin-bottom: 16px;
}
.phone .schedule.style_c .s_li .li {
  margin-top: 0;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.phone .schedule.style_c .li .time {
  position: relative;
  right: auto;
  font-size: 12px;
  line-height: 18px;
}
.phone .schedule.style_c .li .time .icon {
  font-size: 14px;
}
.phone .schedule.style_c .li .theme {
  font-size: 16px;
  margin-right: 0;
  margin-top: 4px;
  padding-right: 0;
}
.phone .schedule.style_c .li .intro {
  font-size: 12px;
}
.phone .schedule.style_c .li .site {
  font-size: 12px;
  right: auto;
  left: 108px;
  line-height: 18px;
}
.phone .schedule.style_c .li .site .icon {
  font-size: 14px;
}
.phone .schedule.style_c .li .guset {
  margin-top: 10px;
  padding-top: 10px;
}
.phone .schedule.style_c .li .guset .gu {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
}
.phone .schedule.style_c .li .guset .gu:last-child {
  margin-bottom: 0;
}
.phone .schedule.style_c .li .guset .avator {
  width: 32px;
  height: 32px;
}
.phone .schedule.style_c .li .guset .g_info {
  padding-left: 40px;
}
.phone .schedule.style_c .li .guset .g_na {
  font-size: 12px;
}
.phone .schedule.style_c .li .guset .g_gszw {
  font-size: 12px;
}
.schedule.style_d .li .box {
  padding-top: 40px;
}
.schedule.style_d .li .time {
  width: 272px;
  float: left;
  font-size: 18px;
}
.schedule.style_d .li .time .date {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
}
.schedule.style_d .li .time .icon {
  display: none;
}
.schedule.style_d .li .info {
  margin-left: 272px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 40px;
}
.schedule.style_d .li .color .icon {
  display: none;
}
.schedule.style_d .li .theme {
  font-size: 18px;
}
.schedule.style_d .li .site {
  font-size: 14px;
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  margin-top: 4px;
}
.schedule.style_d .li .site:before {
  content: "\e6cb";
  margin-right: 4px;
  font-size: 14px;
  opacity: 0.6;
}
.schedule.style_d .li .site .icon {
  display: none;
}
.schedule.style_d .li .site > span {
  opacity: 0.6;
  font-weight: bold;
}
.schedule.style_d .li .intro {
  font-size: 14px;
  margin-top: 8px;
}
.schedule.style_d .li .guset {
  display: none;
}
.schedule.style_d .s_li_ti .box {
  padding: 0 !important;
}
.schedule.style_d .s_li_box {
  margin-left: 272px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 40px;
}
.schedule.style_d .s_li_fhc .li {
  width: 50%;
  float: left;
  display: inline-block;
  margin-top: 24px;
}
.schedule.style_d .s_li_fhc .li .box {
  padding: 0 0 0 148px;
  height: 132px;
  overflow: hidden;
}
.schedule.style_d .s_li_fhc .li .time {
  float: none;
  display: block;
  width: auto;
  font-size: 14px;
  margin-top: 8px;
}
.schedule.style_d .s_li_fhc .li .time > span {
  opacity: 0.6;
}
.schedule.style_d .s_li_fhc .li .time .date {
  display: none !important;
}
.schedule.style_d .s_li_fhc .li .info {
  display: block;
  margin: 0;
  border: 0;
}
.schedule.style_d .s_li_fhc .li .theme {
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 8px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  font-size: 16px;
  margin-right: 16px;
}
.schedule.style_d .s_li_fhc .li .intro {
  display: none;
}
.schedule.style_d .s_li_fhc .li .guset {
  display: block;
}
.schedule.style_d .s_li_fhc .li .guset .alm {
  display: none;
}
.schedule.style_d .s_li_fhc .li .gu {
  overflow: inherit;
}
.schedule.style_d .s_li_fhc .li .avator {
  width: 132px;
  height: 132px;
}
.schedule.style_d .s_li_fhc .li .g_na {
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.schedule.style_d .s_li_fhc .li .g_gszw {
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  opacity: 0.6;
  font-size: 14px;
}
.schedule.style_d .s_li_fhc .li.z_li .box {
  padding-left: 0;
  height: auto;
  padding-bottom: 12px;
}
.phone .schedule.style_d .li .box {
  padding-top: 24px;
}
.phone .schedule.style_d .li .time {
  float: none;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.phone .schedule.style_d .li .time .date {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
}
.phone .schedule.style_d .li .info {
  margin: 0;
  padding-bottom: 24px;
}
.phone .schedule.style_d .li .theme {
  font-size: 16px;
}
.phone .schedule.style_d .li .site {
  font-size: 12px;
}
.phone .schedule.style_d .li .site:before {
  font-size: 12px;
}
.phone .schedule.style_d .li .intro {
  font-size: 12px;
}
.phone .schedule.style_d .s_li_box {
  margin: 0;
  padding-bottom: 24px;
}
.phone .schedule.style_d .s_li_fhc .li {
  width: 100%;
  margin-top: 16px;
}
.phone .schedule.style_d .s_li_fhc .li .box {
  padding: 0 0 0 116px;
  height: 100px;
}
.phone .schedule.style_d .s_li_fhc .li .time {
  font-size: 12px;
  margin-top: 0;
}
.phone .schedule.style_d .s_li_fhc .li .theme {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
}
.phone .schedule.style_d .s_li_fhc .li .avator {
  width: 100px;
  height: 100px;
}
.phone .schedule.style_d .s_li_fhc .li .g_na {
  font-size: 12px;
}
.phone .schedule.style_d .s_li_fhc .li .g_gszw {
  font-size: 12px;
}
/**/
.partner .m_icon:before {
  content: "\e669";
}
.partner.style_a .partner_li .item_title {
  text-align: center;
}
.partner.style_a .partner_li .list {
  justify-content: center;
}
.partner.style_a .list .li {
  width: 16.6666%;
}
.partner.style_a .list .box {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.phone .partner.style_a .list .li {
  width: 33.3333%;
}
/**/
.organizer .m_icon:before {
  content: "\e62e";
}
.organizer.module {
  background-image: url(../../img/website/template_single_n/banner01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  width: 100%;
  overflow: hidden;
}
.organizer .title {
  z-index: 2;
  position: relative;
}
.organizer .organizer_con {
  text-align: center;
  position: relative;
  z-index: 2;
}
.organizer .organizer_logo .li {
  display: inline-block;
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3) !important;
  margin-bottom: 16px;
}
.organizer .organizer_logo .li .img_center {
  width: 88px;
  height: 88px;
  background: #fff;
  padding: 4px;
  box-sizing: border-box;
}
.organizer .organizer_logo .li .img_center img {
  width: 80px;
}
.organizer .organizer_li {
  margin-bottom: 24px;
}
.organizer .organizer_li a {
  color: #fff !important;
}
.organizer .organizer_intro {
  display: none;
}
.organizer .organizer_contact .button {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
.organizer > .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0.6;
}
.phone .organizer .organizer_logo .li .img_center {
  width: 82px;
  height: 82px;
}
.time_location .m_icon:before {
  content: "\e630";
}
.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 {
  padding: 16px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
}
.time_location .t_l .time {
  margin-bottom: 4px;
}
.time_location .t_l .a {
  margin-right: 8px;
}
.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: 0;
  font-size: 16px;
  opacity: 0.6;
}
.phone .time_location.module {
  padding: 0;
  margin-bottom: 49px;
}
.phone .time_location .t_l {
  padding: 12px;
}
.phone .time_location .map {
  height: 270px;
}
.phone .time_location.module.online_event {
  padding: 48px 12px;
}
.phone .time_location.online_event .t_l {
  padding: 0;
  font-size: 14px;
}
.contact_us .m_icon:before {
  display: none !important;
}
.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: 0 1px 4px 0 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: 72px;
  height: 72px;
  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";
}

.academic .lx_box .lx_left img {
  display: none !important;
}
.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;
}
/**/
.phone .exhibitor_list {
  position: relative;
  z-index: 2;
}
.exhibitor_list .fl {
  margin: 0 16px;
  font-size: 20px;
  margin-top: 24px;
  font-weight: bold;
  opacity: 0.6;
}
.exhibitor_list .more {
  margin-top: 32px;
}
.exhibitor_list.style_a .list {
  margin: 0 -8px;
}
.exhibitor_list.style_a .li {
  width: 33%;
}
.exhibitor_list.style_a .li .box {
  margin: 0 8px;
  padding: 16px 8px;
  position: relative;
}
.exhibitor_list.style_a .li .company {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 70%;
}
.exhibitor_list.style_a .booth {
  position: absolute;
  right: 0;
  top: 16px;
  font-family: "Raleway_Blod";
}
.exhibitor_list.style_a .booth .t {
  display: none;
}
.phone .exhibitor_list.style_a .li {
  width: 100%;
  display: block;
}
.exhibitor_data .m_icon:before {
  content: "\e6fc";
}
.exhibitor_data .li .d {
  font-size: 48px;
  margin-bottom: 16px;
}
.exhibitor_data .li .t {
  font-size: 18px;
}
.important_time .m_icon:before {
  content: "\e79c";
}
.important_time .list {
  margin: 0 -16px;
  margin-bottom: -16px;
  overflow: hidden;
  text-align: center;
}
.important_time .li {
  margin-bottom: 16px;
  width: 24%;
  display: inline-block;
}
.important_time .li .box {
  margin: 0 16px;
  height: 52px;
  background: url(../../img/website/template_single_n/time_icon.png) no-repeat
    left top;
  padding-left: 64px;
  position: relative;
  text-align: left;
}
.important_time .li .ti {
  font-size: 14px;
  opacity: 0.6;
  color: inherit !important;
  position: absolute;
  top: 24px;
  left: 64px;
}
.important_time .li .date {
  font-size: 18px;
}
.lan_en .important_time .li {
  margin-bottom: 24px;
}
.lan_en .important_time .li .ti {
  top: 28px;
  line-height: 16px;
}
.lan_en .important_time .li .date {
  padding-top: 4px;
}
.phone .important_time .list {
  margin: 0 -8px;
  margin-bottom: -16px;
}
.phone .important_time .li {
  width: 49%;
}
.phone .important_time .li .box {
  background-size: 24px;
  height: 40px;
  padding-left: 32px;
  margin: 0 8px;
  background-position: left 6px;
}
.phone .important_time .li .ti {
  font-size: 12px;
  left: 32px;
}
.phone .important_time .li .date {
  font-size: 16px;
}
.registration_con {
  text-align: center;
}
.registration_con .link {
  display: inline-block;
  border-radius: 2px;
  height: 48px;
  line-height: 48px;
  padding: 0 48px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.registration_con .link a {
  color: #fff;
  z-index: 2;
  position: relative;
}
.registration_con .link .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.lan_en .registration_con .link a {
  margin-bottom: 4px;
}
.topic .topic_li > .li {
  margin-bottom: 16px;
}
.topic .sub_issues_li {
  margin-left: 32px;
  font-size: 14px;
  opacity: 0.6;
}
.topic .sub_issues_li .li {
  margin-top: 4px;
}
.topic .topic_li .add {
  text-align: center;
}
.topic .topic_li .add .button {
  color: #fff !important;
}
.topic .topic_li .link {
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
}
/**/
.text_img_li.style_a .list {
  margin: 0 -16px;
  text-align: center;
  margin-bottom: -24px;
}
.text_img_li.style_a .list .li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
  width: 33%;
}
.text_img_li.style_a .list .li .box {
  margin: 0 16px;
  text-align: left;
}
.text_img_li.style_a .list .li .ti {
  color: inherit !important;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 4px;
  -webkit-line-clamp: 1;
}
.text_img_li.style_a .list .li .time {
  display: none;
}
.text_img_li.style_a .list .li .summary {
  opacity: 0.6;
  -webkit-line-clamp: 2;
  font-size: 14px;
  max-height: 3em;
}
.phone .text_img_li.style_a .list {
  margin: 0;
  margin-bottom: -16px;
}
.phone .text_img_li.style_a .list .li {
  margin-bottom: 16px;
  width: 100%;
}
.phone .text_img_li.style_a .list .li .box {
  margin: 0;
}
.phone .text_img_li.style_a .list .li .ti {
  font-size: 16px;
}
.phone .text_img_li.style_a .list .li .summary {
  font-size: 12px;
}
.text_img_li.style_b .list div.li {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
}
.text_img_li.style_b .list div.li .box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.text_img_li.style_b .list div.li .box > .img {
  width: 38%;
  border-radius: 4px;
  overflow: hidden;
}
.text_img_li.style_b .list div.li .box > .info {
  width: min-content;
  flex: auto;
  margin-right: 1em;
}
.text_img_li.style_b .list div.li .time {
  font-size: 0.85714em;
  margin-top: 0.25em;
  opacity: 0.6;
}
.text_img_li.style_b .list div.li .ti {
  font-weight: bold;
}
.text_img_li.style_b .list div.li .summary {
  font-size: 0.85714em;
  margin-top: 0.5em;
  opacity: 0.6;
  -webkit-line-clamp: 3;
}
.text_img_li.style_b .list {
  margin: 0 -16px;
  text-align: center;
  margin-bottom: -24px;
}
.text_img_li.style_b .list .li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}
.text_img_li.style_b .list .li a {
  color: inherit;
}
.text_img_li.style_b .list .li .box {
  margin: 0 8px;
  text-align: left;
  position: relative;
}
.text_img_li.style_b .list .li .ti {
  font-size: 1.2em;
}
.phone .text_img_li.style_b .list {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -16px;
}
.phone .text_img_li.style_b .list .li {
  display: block;
  margin-bottom: 16px;
}
.phone .text_img_li.style_b .list .li .box {
  margin: 0;
}
.text_img_li.style_c .list .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: block;
  padding-left: 16px;
}
.text_img_li.style_c .list .li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.text_img_li.style_c .list .li .img {
  position: absolute;
  left: -16px;
  top: 8px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.text_img_li.style_c .list .li .img img {
  display: none;
}
.text_img_li.style_c .list .li .img span {
  display: none;
}
.text_img_li.style_c .list .li .ti {
  width: 66%;
  display: inline-block;
  color: inherit !important;
}
.text_img_li.style_c .list .li .time {
  display: inline-block;
  text-align: right;
  float: right;
  color: #545454;
}
.text_img_li.style_c .list .li .summary {
  display: none;
}
.phone .text_img_li.style_c .list .li .ti {
  width: 100%;
}
.phone .text_img_li.style_c .list .li .time {
  float: none;
  text-align: left;
}
/*图文列表-轮播*/
.text_img_li .lb .con > .li {
  background: #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.grid.style_a {
  padding: 16px 8px 24px 8px;
}
.module.grid.style_a .module {
  width: 20%;
  text-align: center;
  margin-top: 12px;
  position: relative;
  padding-bottom: 26px;
}
.module.grid.style_a .n_6 .module {
  width: 33.33%;
}
.module.grid.style_a .n_8 .module {
  width: 25%;
}
.module.grid.style_a .module .box {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: static;
}
.module.grid.style_a .n_i {
  margin-bottom: 8px;
}
.module.grid.style_a .n_i svg {
  margin: 8px;
  width: 32px;
}
.module.grid.style_a .box .bg {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.module.grid.style_a .box .bg:before {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.module.grid.style_a .m_t {
  font-size: 14px;
  color: inherit !important;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.module.grid.style_a .re_t {
  display: none;
}
.module.grid.style_b .module_list {
  margin: 0 -6px;
}
.module.grid.style_b .module {
  width: 50%;
  padding: 0;
  margin: 0;
}
.module.grid.style_b .module .box {
  margin: 0 6px;
  border-radius: 8px;
  color: #fff;
  margin-top: 12px;
  padding: 12px;
  height: 110px;
  position: relative;
  overflow: hidden;
}
.module.grid.style_b .module .box > .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.module.grid.style_b .module .box > .bg:before {
  content: "";
  background: linear-gradient(162deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.module.grid.style_b .module:nth-child(1) .box,
.module.grid.style_b .module:nth-child(2) .box {
  margin-top: 0;
}
.module.grid.style_b .module .color {
  color: inherit !important;
}
.module.grid.style_b .module .n_i {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  z-index: 2;
}
.module.grid.style_b .module .m_t {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.module.grid.style_b .module .re_t {
  display: block;
  font-size: 10px;
  opacity: 0.6;
  position: relative;
  z-index: 2;
}
/**/
.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;
}
.event_information .module.banner .information {
  padding: 140px 48px;
  font-size: 14px;
}
.event_information .module.banner .name {
  font-size: 40px;
  margin-bottom: 24px;
}
.event_information .module.banner .or {
  margin-bottom: 0;
  margin-top: 16px;
}
.event_information .module.banner .e_frame.top:before,
.event_information .module.banner .e_frame.bottom:before {
  right: 24px;
}
.event_information .module.banner .e_frame.bottom:after,
.event_information .module.banner .e_frame.top:after {
  left: 24px;
}
.jbm_s .event_information .module.banner .information {
  padding: 114px 48px;
}
.jbm_s .event_information .module.banner .name {
  font-size: 36px;
}
.module_attend_phone {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  line-height: 56px;
  z-index: 3;
  background: #fff;
  overflow: hidden;
  color: #333;
}
.module_attend_phone .contact_share {
  display: inline-block;
  width: 20%;
  text-align: center;
  opacity: 0.6;
  float: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.module_attend_phone .contact_share .icon {
  margin-right: 0;
  font-size: 20px;
  line-height: 20px;
  margin-top: 6px;
  display: block;
}
.module_attend_phone .contact_share div {
  font-size: 12px;
  line-height: 12px;
  margin-top: 4px;
}
.module_attend_phone .contact_phone {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.module_attend_phone .register_phone {
  display: inline-block;
  float: left;
  width: 60%;
  text-align: center;
  line-height: 56px;
  font-size: 14px;
  height: 64px;
  padding: 0;
}
.module_attend_phone .register_phone.ch {
  width: 30%;
}
.module_attend_phone .register_phone.cz {
  width: 30%;
  opacity: 0.8;
}
.module_attend_phone .register_phone.ch a {
  font-size: 16px;
}
.module_attend_phone .register_phone.cz a {
  font-size: 16px;
}
/**/
.web_iframe .module.menu {
  top: 0 !important;
  position: absolute;
}
.web_iframe .module.time_location .set_bg {
  display: none;
}

