/*
.lan_en前缀为英文网站样式
.h_website前缀为网站首页样式
.phone前缀为网站移动端样式
.right前缀为网站右侧模块样式
.parent_module前缀为父模块内子模块样式
.academic前缀为学术会议样式
.new_website前缀为新打开页面
*/
/*图标*/
@font-face {
  font-family: "m_iconfont";
  src: url("../../fonts/tem_font/03/iconfont.eot"); /* IE9*/
  src: url("../../fonts/tem_font/03/iconfont.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../../fonts/tem_font/03/iconfont.woff") format("woff"),
    /* chrome、firefox */ url("../../fonts/tem_font/03/iconfont.ttf")
      format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url("../../fonts/tem_font/03/iconfont.svg#iconfont") format("svg"); /* iOS 4.1- */
}
.m_icon {
  font-family: "m_iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
/*公共样式*/
.website {
  color: #212121;
  font-size: 15px;
}
.website .page_head {
  overflow: hidden;
}
.website .page_con {
  padding: 2em 0;
  background: #f4f5f9;
  overflow: hidden;
}
.website_page .module {
  background: #fff !important;
  color: #3a404a !important;
  padding: 1.4em 2.4em 2em 2.4em;
  max-width: 962px;
  margin: 0 auto;
  margin-bottom: 0.8em;
  box-sizing: border-box;
}
.website_page .module .title {
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 1.2em;
}
.website_page .module .con {
  max-width: 100%;
}
.website_page .module .title .ti {
  border-left-style: solid;
  border-left-width: 4px;
  color: inherit !important;
  display: block;
  padding-left: 8px;
}
.website_page .module .title .re_ti {
  display: none;
}
.website .module .button {
  min-width: 112px;
  height: 3em;
  line-height: 3em;
  color: #fff;
  text-align: center;
  padding: 0 2em;
  border-radius: 40px;
}
.phone .website {
  background: #f4f5f9;
}
.phone .website .page_con {
  margin: 0;
}
.phone .website_page .module {
  padding: 1.2em 1.4em;
  margin-bottom: 0.6em;
}
.phone .website_page .module .title {
  padding-bottom: 0.8em;
}
.phone .website_page .module.no_spacing {
  margin-top: -0.6em !important;
}
/*头图*/
.module.banner {
  padding: 48px 0;
  background: #000 !important;
  color: #3a404a !important;
  margin-top: 48px;
  overflow: hidden;
  text-align: left;
}
.module.banner .banner_con {
  position: relative;
  z-index: 2;
  display: block !important;
  max-width: 962px;
  margin: 0 auto;
  background: #fff;
  height: 278px;
}
.module.banner .banner_con .con {
  position: static;
}
.module.banner .event_logo {
  width: 469px;
  height: 278px;
  overflow: hidden;
  float: left;
  display: block;
}
.module.banner .event_logo img {
  width: 100%;
  min-height: 100%;
}
.module.banner .information {
  margin-left: 469px;
  display: block !important;
  padding: 0 30px;
}
.module.banner .name {
  font-size: 18px;
  color: inherit !important;
  font-weight: bold;
  border-bottom: 1px solid #f2f4f5;
  height: 98px;
  display: table-cell;
  width: 433px;
  vertical-align: middle;
}
.module.banner .re_ti {
  display: none;
}
.module.banner .ti_lo {
  border-bottom: 1px solid #f2f4f5;
  padding-bottom: 12px;
  margin-top: 12px;
}
.module.banner .ti_lo > div {
  display: block;
  margin-bottom: 8px;
  opacity: 0.6;
}
.module.banner .ti_lo .t {
  display: none;
}
.module.banner .event_attendinfo {
  overflow: hidden;
  display: block;
  position: absolute;
  left: 469px;
  bottom: 24px;
  margin-left: 30px;
  right: 200px;
}
.module.banner .price {
  float: left;
}
.module.banner .price .color {
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: middle;
}
.module.banner .zt {
  display: inline-block;
  min-width: 52px;
  padding: 0 0.4em;
  height: 2em;
  background: #3a404a;
  border-radius: 4px;
  margin-left: 8px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  line-height: 2;
  vertical-align: middle;
}
.module.banner .nun {
  color: #ff7323;
  font-size: 12px;
  float: right;
  margin-top: 6px;
}
.module.banner .nun {
  display: none;
}
.module.banner .or {
  display: none;
}
.module.banner .attend {
  position: absolute;
  right: 30px;
  bottom: 22px;
}
.module.banner > .bg {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.module.banner > .bg .blur {
  width: 120%;
  max-width: inherit;
  display: block;
  height: 140%;
  margin-left: -5%;
  margin-top: -5%;
}
.module.banner.banner_img .b_img {
  display: none;
}
.module.banner.banner_carousel .carousel {
  display: none;
}
.module.menu .or_name {
  font-size: 16px;
}
.icon_riqi:before {
  content: "\e70e";
}
.icon_didian:before {
  content: "\e78f";
}
.icon_zhubanfang:before {
  content: "\e64f";
}
.icon_guanzhu:before {
  content: "\e61f";
  font-size: 14px;
  margin-right: 4px;
}
.phone .module.banner {
  background: #fff !important;
  color: inherit !important;
  margin-bottom: 0.6em;
}
.phone .module.banner .banner_con {
  width: auto;
  display: block;
  position: relative;
  z-index: 2;
  height: auto;
  background: none;
}
.phone .module.banner .b_img {
  display: none !important;
}
.phone .module.banner .event_logo {
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  float: none;
  margin: 1.4em 1.4em 0 1.4em;
}
.phone .module.banner .event_logo img {
  width: 100%;
}
.phone .module.banner .information {
  display: block !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.phone .module.banner .name {
  font-size: 1.4em;
  padding: 1em 1em 0 1em;
  border: 0;
  display: block;
  width: 100%;
  height: auto;
}
.phone .module.banner .event_attendinfo {
  padding: 0 1.4em;
  position: relative;
  left: auto;
  bottom: auto;
  right: auto;
  margin-left: 0;
  margin-top: 0.8em;
}
.phone .module.banner .ti_lo {
  margin: 0;
  padding: 0;
  border: 0;
}
.phone .module.banner .ti_lo::before {
  display: block;
  content: "";
  height: 0.6em;
  margin-top: 1.4em;
  background: #f4f5f9;
}
.phone .module.banner .ti_lo > div {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 1.4em;
  padding: 1.2em 0;
}
.phone .module.banner .ti_lo > div:last-child {
  border: 0;
}
.phone .module.banner .ti_lo .m_icon {
  font-size: 1em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.6em;
}
.phone .module.banner .ti_lo span {
  vertical-align: middle;
  display: inline-block;
}
.phone .module.banner .ti_lo .t {
  display: none;
}
.phone .module.banner > .bg {
  bottom: auto;
  overflow: hidden;
  background: none !important;
}
.phone .module.banner > .bg img {
  position: relative;
  z-index: 1;
}
.phone .module.banner > .bg:after {
  content: "";
  height: 54%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  z-index: 2;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.phone .module.banner .blur {
  filter: url(blur.svg#blur);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=20, MakeShadow=false);
}
/*菜单*/
.module.menu {
  position: absolute !important;
  top: 0 !important;
  left: 0;
  right: 0;
  background: #fff;
  height: 48px;
  line-height: 48px;
}
.module.menu .menu_con {
  max-width: 962px;
  margin: 0 auto;
  position: relative;
}
.module.menu .or_logo .logo img {
  height: 24px;
  margin-top: 12px;
  float: left;
  margin-right: 8px;
}
.module.menu .nav {
  position: absolute;
  top: 0;
  border-right: 1px solid #ebeff1;
  right: 0;
}
.module.menu .li {
  display: none;
}
.module.menu .user,
.module.menu .lan {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #ebeff1;
  line-height: 48px;
}
.module.menu .buy {
  display: none !important;
}
.phone .module.menu {
  z-index: 10;
  background: none;
}
.phone .module.menu .or_logo {
  display: none;
}
.phone .module.menu .menu_con > .icon {
  display: none;
}
.phone .module.menu .lan {
  font-size: 0 !important;
  width: 64px !important;
  height: 24px !important;
  display: block !important;
  background: url(https://img.bagevent.com/resource/20180918/14530910035754.png)
    no-repeat center;
  background-size: 64px 24px;
  position: absolute;
  right: 20px;
  top: 12px;
  border-radius: 6px;
  overflow: hidden;
  border: 0;
}
.phone .lan_en .module.menu .lan {
  background: url(https://img.bagevent.com/resource/20180918/14530910935754.png)
    no-repeat center;
  background-size: 64px 24px;
}
/*活动详情*/
.details_con .bdsharebuttonbox {
  text-align: left;
  margin-top: 8px;
}
/*购票*/
.register .refund_explane {
  background: rgba(235, 59, 59, 0.03);
  border: 1px solid rgba(235, 59, 59, 0.3);
  padding: 12px 24px !important;
}
.register.style_a .title {
  margin-bottom: 0;
}
.register.style_a .buy_tickets {
  border: 0;
  overflow: hidden;
}
.register.style_a .li {
  border-bottom: 1px solid #f2f4f5;
}
.register.style_a .li .ticket > div {
  padding: 20px 24px;
}
.phone .register.style_a .li .ticket > div {
  padding: 0;
}
.phone .register.style_a .li .ticket .name {
  padding-right: 108px;
}
.register.style_a .li.th .ticket > div {
  padding: 12px 24px;
  background: #f0f1f6;
  border: 0;
  color: #6b717b;
}
.register.style_a .price .ladder_price .item {
  display: none;
  width: auto;
}
.register.style_a .price .ladder_price .item.color {
  display: inline-block;
}
.register.style_a .hover .price .ladder_price .item:last-child {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.8em;
}
.register.style_a .time {
  width: 200px;
}
.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: 20px;
  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 .form_li {
  margin-bottom: 24px;
}
.register.style_a .form_li:last-child {
  margin: 0;
  height: 0;
  position: static;
}
.register.style_a .code_form {
  text-align: left;
  padding: 0;
}
.register.style_a .price_form {
  text-align: left;
  padding: 0;
  float: left;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.register.style_a .code_form.active {
  display: inline-block !important;
  margin-left: 20px;
  line-height: 40px;
}
.register.style_a .buy {
  padding: 0;
}

.register.style_b .buy_tickets {
  text-align: center;
}
.register.style_b .ticket_li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1%;
  margin-right: -1%;
}
.register.style_b .ticket_li:before,
.register.style_b .ticket_li:after {
  display: none;
}
.register.style_b .li {
  width: 31.33%;
  margin: 0 1%;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  position: relative;
  margin-bottom: 2em;
  color: #222;
  overflow: hidden;
  padding-bottom: 5em;
  min-height: 36em;
}
.register.style_b .li.th {
  display: none;
}
.register.style_b .name {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  background: #ecf1f4;
  padding: 1em 20px;
}
.register.style_b .name .tip_icon {
  display: none;
}
.register.style_b .price {
  padding: 1.5em 0;
  margin: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  min-height: 7.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register.style_b .price .color {
  font-size: 1.5em;
}
.register.style_b .price .color > span:nth-child(2) {
  font-size: 2em;
  margin-left: 0.1em;
}
.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;
  text-decoration: line-through;
  opacity: 0.6;
  font-style: italic;
  font-size: 0.875em;
}
.register.style_b .time {
  display: none;
}
.register.style_b .quantity {
  position: absolute;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background: #27282d;
  color: #fff;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register.style_b .quantity .bg_line {
  display: none;
}
.register.style_b .quantity .q_con {
  position: relative;
  z-index: 2;
  background: none;
  font-size: 2em;
}
.register.style_b .quantity .q_con .nun {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0.5em;
}
.register.style_b .quantity .q_con .nun .icon {
  font-size: 1em;
  padding: 0.5em;
}
.register.style_b .ticket_tip {
  display: block;
  position: relative;
  top: auto;
  left: auto !important;
  text-align: left;
  width: 100%;
  border: 0;
  padding: 0;
  padding: 0 20px;
  color: #222;
  opacity: 0.6;
  font-size: 0.875em;
  line-height: 1.7em;
  margin-bottom: 2em;
}
.register.style_b .ticket_tip .arrow {
  display: none;
}
.register.style_b .ticket_tip > div {
  display: block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
  padding: 1em 0;
}
.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 {
  opacity: 0.5;
}
.register.style_b .refund_explane {
  margin-bottom: 1.24em;
}
.register.style_b .cancal {
  color: inherit;
  opacity: 0.5;
}
.register.style_b .ticket_price > span {
  font-size: 3em;
  margin-left: 0.1em;
}
.register.style_b .ticket_discount {
  opacity: 0.5;
}
.register.style_c .buy_tickets {
  text-align: center;
}
.register.style_c .ticket_li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1%;
  margin-right: -1%;
}
.register.style_c .ticket_li:before,
.register.style_c .ticket_li:after {
  display: none;
}
.register.style_c .li {
  width: 31.33%;
  margin: 0 1%;
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  margin-bottom: 2em;
  color: #222;
  text-align: left;
  padding: 1.25em 20px 4.25em 20px;
  overflow: hidden;
  min-height: 15em;
}
.register.style_c .li.th {
  display: none;
}
.register.style_c .name {
  font-size: 1.25em;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.register.style_c .name .tip_icon {
  display: none;
}
.register.style_c .price {
  position: absolute;
  left: 20px;
  bottom: 1.25em;
  z-index: 10;
}
.register.style_c .price .color {
  font-size: 2em;
}
.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 .error_meg {
  line-height: 45px;
  color: #a3aaad;
}
.register.style_c .q_con {
  background: none;
  position: absolute;
  right: 20px;
  bottom: 1.25em;
  z-index: 10;
}
.register.style_c .q_con > span:nth-child(3) {
  font-size: 2em;
  min-width: 1.2em;
}
.register.style_c .q_con .nun {
  background: none;
  border-color: rgba(0, 0, 0, 0.12);
  padding: 0.625em;
  border-radius: 50%;
  margin: 0;
}
.register.style_c .q_con .bg_line {
  display: none;
}
.register.style_c .ticket_tip {
  display: block;
  position: relative;
  top: auto;
  left: auto !important;
  width: 100%;
  z-index: 10;
  background: none;
  border: 0;
  padding: 1em 0;
  color: inherit;
  opacity: 0.6;
  line-height: 1.5;
  font-size: 0.875em;
}
.register.style_c .ticket_tip .arrow {
  display: none;
}
.register.style_c .ticket_tip > div {
  display: block;
  margin-bottom: 8px;
}
.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.active .q_con .nun {
  border-color: rgba(255, 255, 255, 0.2);
}
.register.style_c .li.sold {
  color: #a3aaad;
}
.register.style_c .li.sold .color {
  color: #a3aaad !important;
}
.register.style_c .refund_explane {
  margin-bottom: 1.25em;
}
.register.style_c .cancal {
  color: inherit;
  opacity: 0.5;
}
.register.style_c .ticket_price {
  font-size: 2em;
}
.register.style_c .ticket_discount {
  opacity: 0.5;
}
/*活动列表*/
.or_event .li {
  width: 100%;
  margin-bottom: 1em;
  display: block;
}
.or_event .li .box {
  background: #f0f1f6;
  display: flex;
}
.or_event .li .event_logo {
  width: 256px;
}
.or_event .li .info {
  flex: auto;
  width: min-content;
  padding: 1em 2em;
}
.or_event .li .name {
  font-size: 1.2em;
  margin-bottom: 0.2em;
  font-weight: bold;
  -webkit-line-clamp: 1;
}
.or_event .li .time_place {
  opacity: 0.6;
}
.or_event .li .time_place > div {
  display: flex;
  align-items: center;
}
.or_event .li .time_place .icon {
  font-size: 1em;
}
.or_event .li .place {
  -webkit-line-clamp: 1;
}
.or_event .li .join {
  top: auto;
  bottom: 1em;
  left: 256px;
  right: auto;
  margin-left: 2em;
  font-size: 0.8em;
}
.phone .or_event .li .event_logo {
  width: 148px;
}
.phone .or_event .li .info {
  padding: 0.8em 1.2em;
}
.phone .or_event .li .name {
  font-size: 1em;
}
.phone .or_event .li .time_place {
  font-size: 0.8em;
}
.phone .or_event .li .join {
  left: 0;
  bottom: auto;
  top: 0;
  margin: 0;
}
/*找回电子票、参会信息*/
/*活动嘉宾*/
.guset .more {
  text-align: center;
  clear: both;
  float: none;
}
.guset.style_a .guset_li {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-left: -0.6em;
  margin-right: -0.6em;
}
.guset.style_a .li {
  width: 20%;
  margin-bottom: 1.2em;
}
.guset.style_a .li .box {
  margin-left: 0.6em;
  margin-right: 0.6em;
  background: #f0f1f6;
  height: 100%;
}
.guset.style_a .li .info {
  padding: 0.8em;
}
.guset.style_a .li .name {
  font-size: 1.2em;
  margin-bottom: 0.2em;
  font-weight: bold;
}
.guset.style_a .li .post {
  opacity: 0.6;
}
.guset.style_a .li .intro {
  display: none;
}
.phone .guset.style_a .guset_li {
  margin-left: -0.4em;
  margin-right: -0.4em;
}
.phone .guset.style_a .li {
  width: 33.33%;
  margin-bottom: 0.8em;
}
.phone .guset.style_a .li .box {
  margin: 0 0.4em;
}
.phone .guset.style_a .li .name {
  font-size: 1em;
}
.phone .guset.style_a .li .post {
  font-size: 0.8em;
}
.guset.guset.style_b .guset_li {
  margin: 0;
  text-align: left;
}
.guset.guset.style_b .guset_li .li {
  display: block;
}
.guset.guset.style_b .guset_li .li .box {
  margin: 0;
}
.guset.guset.style_b .guset_li .li .box > .bg {
  clear: both;
  float: none;
}
.guset.style_b .li {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.guset.style_b .li:last-child {
  margin-bottom: 0;
}
.guset.style_b .li .img {
  width: 136px;
}
.guset.style_b .li .info {
  margin-left: 136px;
  padding-left: 24px;
}
.guset.style_b .li .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
  color: inherit !important;
}
.guset.style_b .li .post {
  margin-bottom: 12px;
  font-weight: bold;
}
.right .guset.style_b .li .img {
  width: 100px;
}
.right .guset.style_b .li .info {
  margin-left: 100px;
  padding-left: 16px;
}
.phone .guset.style_b .li .img {
  width: 100px;
}
.phone .guset.style_b .li .info {
  margin-left: 100px;
  padding-left: 16px;
}
.guset.style_c .guset_li {
  margin-left: -8px;
  margin-right: -8px;
}
.guset.style_c .guset_li .li {
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
}
.guset.style_c .guset_li .li .box {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 16px;
  margin-left: 8px;
  margin-right: 8px;
}
.guset.style_c .guset_li .li .img {
  float: left;
  width: 80px;
  margin-right: 16px;
  margin-bottom: 12px;
}
.guset.style_c .guset_li .li .name {
  margin-bottom: 8px;
  margin-left: 96px;
}
.guset.style_c .guset_li .li .post {
  margin-bottom: 12px;
  opacity: #666;
  margin-left: 96px;
}
.guset.style_c .guset_li .li .intro {
  clear: both;
  float: none;
  opacity: #666;
  display: block;
}
.right .style_c .col-lg-6 {
  width: 100%;
}
.phone .style_c .col-lg-6 {
  width: 100%;
}

.guset.style_d .guset_li {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.guset.style_d .guset_li .li {
  width: 33.33%;
  margin-bottom: 2em;
}
.guset.style_d .guset_li .li .box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 15px;
  padding: 15px;
  color: #222;
  border-radius: 3px;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.guset.style_d .guset_li .li .img {
  width: 96px;
  margin-right: 16px;
}
.guset.style_d .guset_li .li .img.s_1_1 {
  border-radius: 50%;
}
.guset.style_d .guset_li .li .info {
  width: min-content;
  flex: auto;
}
.guset.style_d .guset_li .li .name {
  margin: 0.75em 0 0.25em 0;
  font-size: 1.125em;
  font-weight: bold;
}
.guset.style_d .guset_li .li .post {
  opacity: 0.6;
  font-size: 0.875em;
}
.guset.style_d .more {
  text-align: center;
  width: 100%;
}
.phone .guset.style_d .guset_li {
  margin: 0 -5px;
  font-size: 0.85714em;
}
.phone .guset.style_d .guset_li .li {
  width: 50%;
  margin-bottom: 1em;
}
.phone .guset.style_d .guset_li .li .box {
  margin: 0 5px;
  padding: 12px;
}
.phone .guset.style_d .guset_li .li .img {
  width: 50px;
  margin-right: 10px;
}
.phone .guset.style_d .guset_li .li .name {
  margin-top: 0;
}
/*日程*/
.schedule .date_list {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.schedule .date_list > .li {
  background: rgba(0, 0, 0, 0.1);
}
.schedule .date_list.all {
  margin-top: 24px;
}
.schedule .date_list.all:first-child {
  margin-top: 0;
}
.schedule .li .theme {
  color: inherit !important;
}
.phone .schedule .date_list {
  height: 44px;
  line-height: 44px;
  display: block;
}
.phone .schedule .date_list > .li {
  display: block;
}
.schedule.style_a .s_li .box {
  padding: 20px 0;
  margin-left: 185px;
  border-bottom: 1px solid #f2f4f5;
}
.schedule.style_a .s_li .time {
  position: absolute;
  right: 100%;
  width: 185px;
  top: 0;
  padding: 20px 0;
  font-size: 16px;
}
.schedule.style_a .s_li .color .icon {
  display: none;
}
.schedule.style_a .s_li .theme {
  font-weight: bold;
  font-size: 16px;
}
.schedule.style_a .s_li .intro {
  margin-top: 16px;
  color: #6b717b;
}
.schedule.style_a .s_li .guset {
  margin-top: 16px;
  color: #6b717b;
}
.schedule.style_a .s_li .guset > .alm {
  display: none;
}
.schedule.style_a .s_li .guset .gu {
  position: relative;
  padding-left: 12px;
  margin-bottom: 4px;
}
.schedule.style_a .s_li .guset .gu:last-child {
  margin-bottom: 0;
}
.schedule.style_a .s_li .guset .avator {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-style: solid;
  border-width: 2px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
.schedule.style_a .s_li .guset .avator img {
  display: none;
}
.schedule.style_a .s_li .guset .g_na {
  display: inline-block;
  margin-right: 8px;
}
.schedule.style_a .s_li .guset .g_gszw {
  display: inline-block;
}
.schedule.style_a .s_li .guset .gu_list .alm {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  color: #3a404a;
  font-size: 14px;
}
.schedule.style_a .s_li .guset > .alm:nth-child(2) {
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #3a404a;
  font-size: 14px;
}
.schedule.style_a .s_li_fhc > .box {
  padding: 0;
}
.schedule.style_a .s_li_ti .info {
  margin-bottom: 4px;
}
.schedule.style_a .s_li_box .box {
  border: 0;
}
.schedule.style_a .s_li_box .time {
  position: relative;
  right: auto;
  width: 100%;
  top: auto;
  padding: 0;
  font-size: 14px;
  border-left-style: solid;
  border-left-width: 4px;
  padding-left: 8px;
}
.schedule.style_a .s_li_box .theme {
  font-size: 14px;
  border-left-style: solid;
  border-left-width: 4px;
  padding-left: 8px;
}
.schedule.style_a .s_li_box .intro {
  margin-top: 12px;
}
.schedule.style_a .s_li_box .guset {
  margin-top: 12px;
}
.phone .schedule.style_a .s_li > .li > .box {
  display: flex;
}
.phone .schedule.style_a .s_li > .li > .box .time {
  width: 112px;
}
.phone .schedule.style_a .s_li > .li > .box .info {
  flex: auto;
  width: min-content;
}
.phone .schedule.style_a .s_li_ti .box {
  display: flex;
}
.phone .schedule.style_a .s_li_ti .box .time {
  width: 112px;
}
.phone .schedule.style_a .s_li .box {
  margin: 0;
}
.phone .schedule.style_a .s_li .time {
  width: 100%;
  position: relative;
  padding: 0;
  right: 0;
}
.phone .schedule.style_a .s_li .intro {
  margin-top: 8px;
}
.phone .schedule.style_a .s_li_box .li > .box {
  display: flex;
}
.phone .schedule.style_a .s_li_box .li > .box .time {
  width: 112px;
  padding-left: 16px;
}
.phone .schedule.style_a .s_li_box .li > .box .info {
  flex: auto;
  width: min-content;
}
.phone .schedule.style_a .s_li_box .theme {
  border: 0;
  padding: 0;
}
.schedule.style_b .s_li .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.schedule.style_b .s_li .li:last-child {
  border-bottom: 0;
}
.schedule.style_b .li .box {
  display: table;
  width: 100%;
}
.schedule.style_b .li .time {
  display: table-cell;
  width: 132px;
  padding: 20px 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: "m_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.1);
  color: #fff;
  border-radius: 3px;
  padding: 2px 6px;
  display: flex;
  width: max-content;
  align-items: center;
  margin-top: 4px;
}
.schedule.style_b .li .site:before {
  content: "\e78f";
  margin-right: 4px;
  font-size: 14px;
}
.schedule.style_b .li .guset {
  font-size: 16px;
}
.schedule.style_b .li .guset .gu_list {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.schedule.style_b .li .guset .alm {
  display: none;
}
.schedule.style_b .li .gu {
  display: flex;
}
.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: none;
}
.schedule.style_b .s_li .s_li_box .guset .gu_list {
  display: block;
}
.schedule.style_b .s_li .guset .gu_list .alm {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 8px;
}
.schedule.style_b .s_li .s_li_box .guset .gu_list .alm {
  padding-left: 16px;
  margin-bottom: 4px;
  width: 100%;
}
.schedule.style_b .s_li .guset > .alm:nth-child(2) {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 8px;
}
.schedule.style_b .s_li .s_li_box .guset > .alm:nth-child(2) {
  padding-left: 16px;
  margin-bottom: 4px;
  margin-top: 12px;
}
.schedule.style_b .s_li_fhc .li {
  margin-left: 132px;
  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;
}
.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 .gu {
  padding: 4px 0;
  padding-left: 16px;
  font-size: 14px;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.schedule.style_b .s_li_fhc .li .g_info {
  float: left;
  display: block;
  flex: auto;
  width: min-content;
}
.schedule.style_b .s_li_fhc .li .g_na {
  margin-right: 8px;
  opacity: 0.6;
  vertical-align: middle;
  white-space: nowrap;
  display: inline;
}
.schedule.style_b .s_li_fhc .li .g_gszw {
  display: inline;
  opacity: 0.6;
}
.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 {
  line-height: inherit;
  position: relative;
  right: auto;
  top: auto;
}
.phone .schedule.style_b .li .guset .alm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.phone .schedule.style_b .li .gu {
  display: inline-block;
  vertical-align: middle;
}
.phone .schedule.style_b .li .g_na {
  min-width: inherit;
}
.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-left: 44px;
  margin-top: 12px;
  font-size: 14px;
}
.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 {
  line-height: inherit;
  display: block;
}
.phone .schedule.style_b .s_li_fhc .li .avator {
  display: inline-block;
}
.phone .schedule.style_b .s_li .s_li_box .guset > .alm:nth-child(2) {
  display: block;
}
.schedule.style_c .s_li .li {
  padding: 20px 24px;
  background: #fff;
  color: #333;
  margin-top: 12px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.phone .schedule.style_b .s_li_fhc .li .g_info > div {
  display: block;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.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: 106px;
  top: 0;
  font-size: 14px;
}
.schedule.style_c .li .theme {
  font-size: 18px;
  margin-right: 270px;
}
.schedule.style_c .li .intro {
  margin-top: 8px;
  font-size: 14px;
}
.schedule.style_c .li .intro .text_con {
  opacity: 0.6;
}
.schedule.style_c .li .guset {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  padding-top: 16px;
  overflow: hidden;
}
.schedule.style_c .li .guset .alm {
  display: none;
}
.schedule.style_c .li .gu {
  overflow: hidden;
  float: left;
  display: inline-block;
  width: 25%;
  padding-right: 16px;
  box-sizing: border-box;
}
.schedule.style_c .li .avator {
  width: 40px;
  height: 40px;
  float: left;
}
.schedule.style_c .li .g_info {
  padding-left: 52px;
}
.schedule.style_c .li .g_na {
  font-size: 14px;
  margin-bottom: 2px;
}
.schedule.style_c .li .g_gszw {
  opacity: 0.6;
  font-size: 14px;
}
.schedule.style_c .guset .gu_list {
  width: 100%;
  display: block;
  overflow: hidden;
}
.schedule.style_c .guset .gu_list .alm {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
  color: #3a404a;
  font-size: 14px;
}
.schedule.style_c .guset > .alm:nth-child(2) {
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #3a404a;
  font-size: 14px;
}
.schedule.style_c .s_li_box {
  padding-top: 8px;
}
.schedule.style_c .s_li_fhc .li {
  background: rgba(0, 0, 0, 0.03);
  box-shadow: none;
}
.schedule.style_c .s_li_fhc .li.z_li {
  padding: 0;
  background: none;
}
.schedule.style_c .s_li_fhc .li .theme {
  font-size: 16px;
  padding-right: 140px;
}
.phone .schedule.style_c .date_list {
  margin-bottom: 16px;
}
.phone .schedule.style_c .s_li .li {
  margin-top: 0;
  padding: 10px 12px;
  margin-bottom: 8px;
}
.phone .schedule.style_c .li .time {
  position: relative;
  right: auto;
  font-size: 12px;
  line-height: 18px;
}
.phone .schedule.style_c .li .time .icon {
  font-size: 14px;
}
.phone .schedule.style_c .li .theme {
  font-size: 16px;
  margin-right: 0;
  margin-top: 4px;
}
.phone .schedule.style_c .li .intro {
  font-size: 12px;
}
.phone .schedule.style_c .li .site {
  font-size: 12px;
  right: auto;
  left: 108px;
  line-height: 18px;
}
.phone .schedule.style_c .li .site .icon {
  font-size: 14px;
}
.phone .schedule.style_c .li .guset {
  margin-top: 10px;
  padding-top: 10px;
}
.phone .schedule.style_c .li .guset .gu {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
}
.phone .schedule.style_c .li .guset .gu:last-child {
  margin-bottom: 0px;
}
.phone .schedule.style_c .li .guset .avator {
  width: 32px;
  height: 32px;
}
.phone .schedule.style_c .li .guset .g_info {
  padding-left: 40px;
}
.phone .schedule.style_c .li .guset .g_na {
  font-size: 12px;
}
.phone .schedule.style_c .li .guset .g_gszw {
  font-size: 12px;
}
.schedule.style_d .date_list {
  margin-bottom: 8px;
}
.schedule.style_d .s_li .li {
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  overflow: hidden;
  margin-bottom: 8px;
}
.schedule.style_d .li .time {
  font-weight: bold;
}
.schedule.style_d .li .time .icon {
  display: none;
}
.schedule.style_d .li .color .icon {
  display: none;
}
.schedule.style_d .li .theme {
  font-size: 16px;
  font-weight: bold;
  color: inherit !important;
}
.schedule.style_d .li .site {
  font-size: 14px;
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  margin-top: 4px;
  color: #545454;
}
.schedule.style_d .li .site:before {
  content: "\e6cb";
  margin-right: 4px;
  font-size: 14px;
}
.schedule.style_d .li .site .icon {
  display: none;
}
.schedule.style_d .li .intro {
  display: none;
}
.schedule.style_d .li .guset {
  display: none;
}
.schedule.style_d .s_li_box {
  margin-top: 12px;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.schedule.style_d .s_li_box .li {
  width: 50%;
  float: left;
  border: 0;
  display: inline-block;
  padding: 0;
  margin-top: 12px;
}
.schedule.style_d .s_li_box .box {
  padding: 0 0 0 132px;
  height: 116px;
  overflow: hidden;
}
.schedule.style_d .s_li_box .info {
  display: block;
  margin: 0;
  border: 0;
}
.schedule.style_d .s_li_box .theme {
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
  margin-bottom: 8px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  font-size: 14px;
  margin-right: 16px;
}
.schedule.style_d .s_li_box .intro {
  display: none;
}
.schedule.style_d .s_li_box .guset {
  display: block;
}
.schedule.style_d .s_li_box .guset .alm {
  display: none;
}
.schedule.style_d .s_li_box .gu {
  overflow: inherit;
}
.schedule.style_d .s_li_box .avator {
  width: 116px;
  height: 116px;
  border-radius: 0;
}
.schedule.style_d .s_li_box .g_na {
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.schedule.style_d .s_li_box .g_gszw {
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #545454;
  font-size: 14px;
}
.phone .schedule.style_d .s_li_box .li {
  width: 100%;
}
/*下载*/
.download_file .list {
  margin-left: -0.6em;
  margin-right: -0.6em;
}
.download_file .li {
  margin-bottom: 1.2em;
}
.download_file .li .box {
  margin: 0 0.6em;
  background: #f0f1f6;
  border: 0;
  padding: 1em 1.4em;
}
.phone .download_file .li {
  margin-bottom: 0.8em;
}
/*合作伙伴、合作媒体*/
.partner.style_a .partner_li {
  display: flex;
  width: 100%;
}
.partner.style_a .partner_li .item_title {
  width: 140px;
  line-height: 56px;
  margin: 0;
  font-size: 1em;
}
.partner.style_a .list {
  flex: auto;
  width: min-content;
}
.partner.style_a .list .li {
  width: 25%;
}
.partner.style_a .list .li .box {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.phone .partner.style_a .list .li {
  width: 33.33%;
}
.partner.style_b .item_title {
  margin-bottom: 1em;
  font-size: 1.2em;
}
/*活动主办方*/
/*活动协办方
活动协办方同合作伙伴、合作媒体*/
/*活动地址*/
/*联系我们*/
/*大会倒计时*/

/*展商名录*/
.phone .exhibitor_list {
  position: relative;
  z-index: 2;
}
.module.exhibitor_list {
  text-align: left;
  background-color: #f9fafc;
}
.exhibitor_list .fl {
  clear: both;
  float: none;
  margin: 0 16px;
  font-size: 18px;
  font-family: "Raleway_Blod";
  margin-top: 24px;
}
.exhibitor_list .more {
  margin-top: 32px;
  text-align: center;
}
.exhibitor_list.style_a .list {
  margin: 0 -8px;
}
.exhibitor_list.style_a .li .box {
  margin: 0 8px;
  padding: 16px 8px;
  position: relative;
}
.exhibitor_list.style_a .li .company {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  width: 70%;
}
.exhibitor_list.style_a .booth {
  position: absolute;
  right: 0;
  top: 16px;
  font-family: "Raleway_Blod";
}
.exhibitor_list.style_a .booth .t {
  display: none;
}
.phone .exhibitor_list.style_a .li {
  width: 100%;
  display: block;
}
.exhibitor_list.style_a .li {
  display: inline-block;
  width: 49%;
  text-align: left;
  vertical-align: top;
}
.exhibitor_list.style_a .li .booth {
  white-space: nowrap;
}
.exhibitor_list.style_b .li {
  margin-bottom: 12px;
}
.exhibitor_list.style_b .box {
  margin: 0 8px;
  position: relative;
}
.exhibitor_list.style_b .ex_logo {
  width: 160px;
  height: 72px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.exhibitor_list.style_b .ex_logo .img_center {
  width: 140px;
  height: 52px;
  padding: 10px;
}
.exhibitor_list.style_b .ex_info {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: none !important;
  border-radius: 3px;
  padding: 8px;
}
.exhibitor_list.style_b .box:hover .ex_info {
  display: inline-block !important;
}
.exhibitor_list.style_b .company {
  margin-bottom: 2px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.exhibitor_list.style_b .booth .t {
  display: none;
}
.phone .exhibitor_list.style_b .li {
  width: 33.33%;
}
.phone .exhibitor_list.style_b .ex_logo {
  height: 44px;
}
.phone .exhibitor_list.style_b .ex_logo .img_center {
  height: 44px;
}

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

/*联系我们*/
.contact_us.module .list {
  margin: 0 -8px;
}
.contact_us.module .list .li {
  display: inline-block;
  width: 33%;
  text-align: left;
}
.contact_us.module .list .box {
  margin: 0 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  background: #fff;
  position: relative;
  padding: 16px;
  overflow: hidden;
  min-height: 100px;
}
.contact_us.module .list .left_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  z-index: 10;
}
.contact_us.module .list .img_center {
  width: 100%;
  display: block;
}
.contact_us.module .list .m_icon {
  color: #fff !important;
  font-size: 30px;
  display: block;
}
.contact_us.module .list .icon_email:before {
  content: "\e625";
}
.contact_us.module .list .icon_call:before {
  content: "\e6af";
}
.contact_us.module .list .icon_location:before {
  content: "\e6be";
}
.contact_us.module .list .ti {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #1c1c24;
}
.contact_us.module .list .bg {
  position: absolute;
  right: -60px;
  bottom: -60px;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 120px;
}
.phone .contact_us.module .list .li {
  width: 100%;
  margin-bottom: 16px;
}
/*
.exhibitor_list .more { text-align: center; margin-bottom: 16px; }
.exhibitor_list.style_a .list { text-align: center; margin: 0 -8px; }
.exhibitor_list.style_a .li { display: inline-block; width: 50%; text-align: left; vertical-align: top; }
.exhibitor_list.style_a .box { margin: 0 8px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid rgba(0,0,0,0.12); position: relative; }
.exhibitor_list.style_a .li .company { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 1; }
.exhibitor_list.style_a .li .booth { white-space: nowrap; }
.phone .exhibitor_list.style_a .li { width: 100%; display: block; }
.exhibitor_list.style_b .list { text-align: center; margin: 0 -8px; overflow: hidden; }
.exhibitor_list.style_b .li { display: inline-block; width: 16%; margin-bottom: 16px; vertical-align: top; }
.exhibitor_list.style_b .box { margin: 0 8px; position: relative; }
.exhibitor_list.style_b .ex_logo { width: 160px; height: 72px; border: 1px solid rgba(0,0,0,0.12); border-radius: 3px; }
.exhibitor_list.style_b .ex_logo .img_center { width: 140px; height: 52px; padding: 10px; }
.exhibitor_list.style_b .ex_info { position: absolute; right: 0; top: 0; left: 0; bottom: 0; background: rgba(0,0,0,0.8); color: #fff; display: none; border-radius: 3px; padding: 8px; }
.exhibitor_list.style_b .box:hover .ex_info { display: inline-block; }
.exhibitor_list.style_b .company { margin-bottom: 2px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.exhibitor_list.style_b .booth .t { display: none; }
.phone .exhibitor_list.style_b .li { width: 33.33%; }
.phone .exhibitor_list.style_b .ex_logo { height: 44px; }
.phone .exhibitor_list.style_b .ex_logo .img_center { height: 44px; }
*/
/*展会数据*/
/*重要日期*/
/*学术活动参会注册及快速入口*/
/*大会议题*/
/*照片墙*/
/*轮播 图片*/
/*轮播 合作方*/
/*轮播 嘉宾*/
/*菜单切换*/
/*报名-网页端*/
/*报名-移动端*/
.module_attend_phone {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 66px;
  z-index: 100;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  padding: 6px 0px;
}
.module_attend_phone .contact_phone {
  border-right: 1px solid #eee;
}
.module_attend_phone .contact_share {
  display: inline-block;
  vertical-align: middle;
  width: 16%;
  text-align: center;
  color: #545454;
  float: left;
  margin-top: 6px;
  line-height: 18px;
}
.module_attend_phone .contact_share .icon {
  margin-right: 0;
  font-size: 20px;
  color: #898989;
}
.module_attend_phone .register_phone {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  text-align: center;
  box-sizing: border-box;
  float: left;
  padding: 0;
}
.module_attend_phone .button {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 46px;
}
.module_attend .button.ch,
.module_attend .button.cz {
  width: 34% !important;
}
/*webset*/

/*已报名*/
.sign_up .signed_li .avator_box {
  width: 80px;
  height: 80px;
}
.sign_up .signed_li .avator {
  width: 76px;
  height: 76px;
  line-height: 76px;
  margin: 2px;
}
/*找回电子票、参会信息*/
.find_ticket.style_a .find_box {
  text-align: center;
  margin-bottom: 0;
}
.find_ticket.style_a .find_box .text {
  margin-bottom: 16px;
}
.find_ticket.style_a .find_box .input_box {
  width: 320px;
  display: inline-block;
  vertical-align: middle;
}
.find_ticket.style_a .find_box .button {
  vertical-align: middle;
}
.find_ticket.style_a .find_box .button.w_line {
  color: inherit;
}
.find_ticket.style_a .copyevent_it .li {
  color: #202020;
}
.right .find_ticket.style_a .find_box {
  text-align: left;
}
.phone .find_ticket.style_a .find_box .text,
.right .find_ticket.style_a .find_box .text {
  margin-bottom: 8px;
}
.phone .find_ticket.style_a .find_box .input_box {
  margin-bottom: 8px;
  width: 100%;
}
.right .find_ticket.style_a .find_box .input_box {
  margin-bottom: 8px;
  display: block;
  width: auto;
}
.phone .find_ticket.style_a .find_box .input_box input {
  height: 44px;
}
.find_ticket.style_a .find_box {
  text-align: left;
}
/*视频列表*/
.video_list.style_a .list {
  margin-left: -12px;
  margin-right: -12px;
}
.video_list.style_a .list .li {
  margin-bottom: 24px;
}
.video_list.style_a .list .box {
  margin-left: 12px;
  margin-right: 12px;
}
.video_list.style_a .list .ti {
  font-weight: bold;
  margin: 8px 0;
}
.video_list.style_a .list .summary {
  -webkit-line-clamp: 2;
}
/*图文列表*/
.text_img_li.style_a .list .li {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
}
.text_img_li.style_a .list .li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.text_img_li.style_a .list .box {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.text_img_li.style_a .list .img {
  width: 240px;
  border-radius: 4px;
  overflow: hidden;
}
.text_img_li.style_a .list .info {
  width: min-content;
  flex: auto;
  margin-right: 1em;
}
.text_img_li.style_a .list .time {
  margin-top: 0.2em;
  opacity: 0.6;
}
.text_img_li.style_a .list .ti {
  font-weight: bold;
  font-size: 1.2em;
}
.text_img_li.style_a .list .summary {
  margin-top: 0.4em;
  opacity: 0.6;
  -webkit-line-clamp: 3;
}
.phone .text_img_li.style_a .list .img {
  width: 136px;
}
.phone .text_img_li.style_a .list .ti {
  font-size: 1em;
}
.phone .text_img_li.style_a .list .time {
  font-size: 0.8em;
}
.text_img_li.style_b .list .li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
  margin-bottom: 1em;
  display: block;
}
.text_img_li.style_b .list .li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.text_img_li.style_b .list .box {
  position: relative;
}
.text_img_li.style_b .list .img {
  position: absolute;
  left: -12px;
  top: 8px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
}
.text_img_li.style_b .list .img img {
  display: none;
}
.text_img_li.style_b .list .img span {
  display: none;
}
.text_img_li.style_b .list .ti {
  width: 66%;
  display: inline-block;
}
.text_img_li.style_b .list .time {
  display: inline-block;
  text-align: right;
  float: right;
  opacity: 0.6;
}
.text_img_li.style_b .list .summary {
  display: none;
}
.text_img_li.style_b .list .box > .bg {
  clear: both;
  float: none;
  display: block;
}
.text_img_li.style_c .list {
  margin: 0 -0.6em;
  display: flex;
  flex-wrap: wrap;
}
.text_img_li.style_c .list .li {
  margin-bottom: 1.2em;
  width: 33.33%;
}
.text_img_li.style_c .list .box {
  margin: 0 0.6em;
  background: #f0f1f6;
  height: 100%;
}
.text_img_li.style_c .list .info {
  padding: 0.8em;
}
.text_img_li.style_c .list .li .ti {
  color: inherit !important;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.text_img_li.style_c .list .time {
  display: none;
}
.text_img_li.style_c .list .summary {
  opacity: 0.6;
  -webkit-line-clamp: 2;
}
.phone .text_img_li.style_c .list {
  margin: 0 -0.4em;
}
.phone .text_img_li.style_c .list .li {
  width: 50%;
  margin-bottom: 0.8em;
}
.phone .text_img_li.style_c .list .box {
  margin: 0.4em;
}
.phone .text_img_li.style_c .list .li .ti {
  font-size: 1em;
}
.phone .text_img_li.style_c .list .summary {
  font-size: 0.8em;
}
/*图文列表-轮播*/
.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.organizer .organizer_logo .li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
}
.module.organizer .organizer_con {
  text-align: center;
}
.module.organizer .organizer_con .carousel-indicators {
  display: none;
}
.module.organizer .organizer_con .img_center img {
  max-height: 64px;
  width: auto;
}
.module.organizer .organizer_li {
  margin-bottom: 16px;
}
.module.organizer .organizer_li a {
  color: inherit;
  margin: 0 4px;
}
.module.organizer .organizer_intro {
  margin-bottom: 16px;
}
.module.organizer .organizer_contact .button {
  border-color: rgba(0, 0, 0, 0.12);
  color: inherit;
  color: #202020 !important;
}
/*活动地址*/
.time_location_con .map {
  height: 360px;
}
.time_location_con .t_l {
  margin-top: 16px;
}
.time_location_con .t_l > div {
  margin-top: 4px;
}
.time_location_con .route {
  display: block;
  margin-top: 4px;
  clear: both;
  float: none;
}
.time_location_con .route a {
  color: inherit;
}
.time_location_con .route .r {
  opacity: 0.5;
}
.time_location.online_event .t_l {
  margin-top: 0;
}
.time_location.online_event .t_l .time {
  margin-top: 0;
}
/*相册*/
.pic_wall_list .htmleaf-container {
  margin: 0 -8px;
}
.pic_wall_list .grid-wrapper {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
}
.pic_wall_list.row3 .grid-item {
  width: 33.33% !important;
}
.pic_wall_list.row4 .grid-item {
  width: 25% !important;
}
.pic_wall_list.row5 .grid-item {
  width: 20% !important;
}
.pic_wall_list .grid-item {
  position: relative;
  display: inline-block;
  left: auto !important;
  top: auto !important;
  float: left;
}
.pic_wall_list .grid-item .box {
  margin: 0 8px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}
.pic_wall_list .box .img {
  width: 100%;
  position: relative;
  padding-bottom: 66.67%;
  height: 0;
  display: inline-block;
}
.pic_wall_list .box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  float: left;
}
/*父模块*/
.parent_module .box .module .title {
  display: none;
}
/*宫格模块 仅移动端*/
.module.grid.style_a {
  padding: 1.2em 1.4em 0 1.4em;
}
.module.grid.style_a .module {
  width: 25%;
  text-align: center;
  margin-bottom: 1.2em;
}
.module.grid.style_a .n_5 .module,
.module.grid.style_a .n_9 .module,
.module.grid.style_a .n_10 .module {
  width: 20%;
}
.module.grid.style_a .n_i {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 0.4em;
}
.module.grid.style_a .n_i svg {
  margin: 8px;
  width: 24px;
}
.module.grid.style_a .n_i img {
  background: #fff;
}
.module.grid.style_a .box .bg {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.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 {
  color: inherit !important;
  font-size: 0.9em;
}
.module.grid.style_a .re_t {
  display: none;
}
.module.grid.style_b .title {
  display: block;
}
.module.grid.style_b .module_list {
  margin: 0 -0.4em;
}
.module.grid.style_b .module {
  width: 50%;
  padding: 0;
  margin: 0;
}
.module.grid.style_b .module .box {
  margin: 0 0.4em;
  border-radius: 8px;
  color: #fff;
  margin-top: 0.8em;
  padding: 0.8em;
  height: 7.2em;
  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: 0.8em;
  bottom: 0.8em;
  width: 1.8em;
  z-index: 2;
}
.module.grid.style_b .module .m_t {
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.module.grid.style_b .module .re_t {
  display: block;
  font-size: 0.8em;
  opacity: 0.6;
  position: relative;
  z-index: 2;
}
/*webset*/
.module.menu .module_set {
  width: 1100px;
  margin: 0 auto;
}
.module.menu .op {
  top: -2px;
}
.module_box_set {
  background: #ecf1f4;
  box-shadow: inset 0px -6px 9px -6px rgba(0, 0, 0, 0.2);
}
.module_box_set .form_box {
  width: 688px;
}
.website_page .module_box_set {
  margin-right: 32px;
  box-shadow: none;
}
.module_box_set .nav_li.line .li.active {
  border-bottom: 1px solid #ecf1f4;
}
.module_box_set .arrow.bottom:after {
  border-top-color: #ecf1f4;
}
.module_box_set .back {
  background: #fff;
}
.add_schedule .date_list > .li {
  background: #fff;
}
.add_schedule .s_li .li {
  background: #fff;
}
.add_schedule_con {
  background: #fff;
}
.add_contact .li {
  background: #fff;
}
.add_guest .add .avator {
  border: 2px dashed rgba(0, 0, 0, 0.12);
}
.right .module_box_set {
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-animation: fadeInRightBig 0.8s ease 0s both;
}
.right .module_box_set .arrow {
  left: 100%;
  bottom: auto;
  top: 8px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  margin: 0;
  margin-left: -4px;
}
/*模块可视化编辑*/
/*buy_ticket*/
.event_information .module.banner .ti_lo {
  margin-bottom: 0;
}
.event_information .module.banner .or {
  display: none;
}
.set_web_box.head_set {
  display: none;
}

