@charset "utf-8";
:root {
  --skin: #f08300;
  --subSkin: #FFCC00;
  --subSkin-hover: #FFAA00;
  --white: #FFFFFF;
  --black: #111111;
  --bg-color: #F2F2F2;
  --bodyFont: #111;
	
  --oneGuestImg: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202406iesevent/oneGuest_bg.png);
  --priceAreaImg: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202406iesevent/ticky_bg.png);
}
body {
  background-color: var(--bg-color);
  color: var(--bodyFont);
}
.ff_st {
  font-family: '宋体';
}
.txtColor_gold {
  color: #bf9959 !important;
}
.txtColor_blue {
  color: #2FB2E8 !important;
}
.txtColor_skin {
  color: var(--skin);
}
/*------*/
.MainBg {
  background-image: url();
  background-repeat: repeat-x !important;
  background-size: auto;
  background-position: top center;
}
.weui-btn_primary {
  background-color: #fff200 !important;
}
.weui-btn_primary:not(.weui-btn_disabled):active {
  color: hsla(0, 0%, 100%, .6);
  background-color: #dbd000 !important;
}
.weui-btn_primary {
  background-color: #fff200 !important;
}
.bottom_btnSkin a {
  color: #CCC !important;
}
/*更新大会主信息*/
.eventMainMsg {
  margin: 0 3%;
	top:auto;
  background-color: #FFF;
  position: relative;
  padding: 0 0 10px 0;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
  border-radius: 10px !important;
  color: var(--black);
}
.eventMainMsg > ul > li span {
  font-weight: bold;
  display: table;
  color: var(--skin);
}
.eventMainMsg > ul {
  padding: 0px 15px;
	padding-top: 7px;
}
.eventMainMsg > ul > li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0px;
  padding: 10px 3%;
  border-bottom: solid 1px #f5f5f5;
  font-size: 15px;
	
	word-break: keep-all;
	white-space:pre-wrap;
}
.eventMainMsg > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.eventMainMsg > ul > li > div:first-child {
  width: 23%;
  /*	box-sizing: border-box;*/
  text-align: left;
  margin: 0px !important;
  padding: 0px !important;
}
.eventMainMsg > ul > li > div:last-child {
  width: 72%;
  margin: auto;
  box-sizing: border-box;
}
/*底部*/
.bottomSkin {
  width: 100%;
  height: 49px;
  background-color: #FFF;
  position: fixed;
  bottom: 0px;
  left: 0px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  z-index: 300;
}
a.btn_bottom_red {
  width: 100%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 3px;
  color: #FFF;
  display: block;
  background-color: var(--black);
}
a.btn_bottom_yellow {
  width: 100%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 20px;
  color: #FFF;
  display: block;
  background-color: var(--skin);
}
a.btn_bottom_gold {
  width: 100%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 3px;
  color: #FFF;
  display: block;
  background-color: #c69b5b;
}
/*------*/
.commTitle_icon {
  width: 32px;
  height: 31px;
  margin-right: 5px;
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2023/202311display/icon_subtitle.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
	display: none;
}
.commTitle {
  color: var(--black) !important;
  font-size: 24px !important;
  font-weight: bold;
  justify-content: center !important;
  margin-bottom: 5px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.indexTicketInfo {
  color: #808080;
  font-size: 14px;
  padding: 10px 3% 30px 3%;
}
.indexTicketInfo > ul > li {
  margin-bottom: 20px;
  text-align: center;
}
.indexTicketInfo > ul > li:last-child {
  margin-bottom: 0px;
}
.indexTicketInfo > ul > li div:first-child {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  color: var(--black) !important;
}
.indexTicketInfo > ul > li div {
  font-size: 12px;
  line-height: 20px;
}
.indexTicketInfo a {
  color: #808080;
}
/*赞助商*/
.mediaSkin {
  padding: 5px 4%;
	margin: 0 3% 45px 3%;
	background-color: #FFF;
	border-radius: 10px;
}
.mediaSkin > ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
.mediaSkin > ul > li {
  width: 31.33333%;
  margin: 0 3% 10px 0;
  float: left;
  height: 58px;
  box-sizing: border-box;
  padding: 2px 1%;
  /*
  border-right: solid 1px #EEE;
  border-bottom: solid 1px #EEE;
*/
border:solid 1px #EEE;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.mediaSkin > ul > li:nth-child(3n) {
  margin-right: 0px !important;
}
.mediaSkin > ul > li img {
  display: inline-block;
  height: auto;
  width: auto;
  max-height: 60px;
  max-width: 100%;
}
/*嘉宾*/
.forum_hjFace {
  padding: 10px 3% 45px 3%;
  width: 94%;
  margin: auto;
}
.forum_hjFace > ul > li {
  text-align: center;
  width: 29.5%;
  margin-right: 15px;
  float: left;
  padding-bottom: 15px;
}
.forum_hjFace > ul > li:nth-child(3n) {
  margin-right: 0px !important;
}
.guestList {
  width: 100%;
}
.guestList > ul > li {
  width: 200px;
  height: 300px;
  background-color: #FFF;
  float: left;
  margin-right: 50px;
  margin-bottom: 50px;
}
.guestList > ul > li:nth-child(5n) {
  margin-right: 0px;
}
.oneGuest {
  width: 100%;
  height: 178px;
  display: block;
  border: solid 1px var(--white);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: var(--oneGuestImg);
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
}
.oneGuestImg {
  width: 100%;
  height: 176px;
  display: block;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-radius: 10px;
}
.og_line {
  width: 40px;
  height: 5px;
  background-color: var(--skin);
  position: relative;
  top: -3px;
  margin-bottom: 2px;
  z-index: 4;
}
.og_bottom {
  height: 80px;
  background-color: rgba(0, 0, 0, 0.50);
  color: #FFF;
  margin-top: 96px;
  padding: 0 5px;
  font-size: 10px;
  text-align: left;
  position: relative;
  z-index: 3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*嘉宾*/
.floadBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.50);
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
}
.fload_white {
  width: 92%;
  height: 92%;
  position: fixed;
  z-index: 1000;
  background-color: #FFF;
  top: 4%;
  left: 4%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
  border-radius: 6px;
  overflow-y: auto;
}
.btnClose {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 1001;
  top: 10px;
  right: 15px;
}
.hjDetial {
  padding: 30px 20px;
}
.hd_right {
  width: 70%;
}
.mt20 {
  margin-top: 20px;
}
.hd_desc {
  margin-top: 20px;
  line-height: 1.4;
}
.hd_desc p {
  margin-bottom: 10px;
}
/*会员权益*/
.benefitList {
  padding-top: 10px;
}
.benefitList > ul > li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.benefitList > ul > li:last-child {
  margin-bottom: 0px;
}
.bf_img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
/*向演讲嘉宾提问*/
.eoq_skin {
  padding: 12px 4%;
}
.eqTitle {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 5px;
}
.eq_subTitle {
  font-size: 14px;
  color: hsla(0, 0%, 70%, 1.00);
}
.eo_hj_list {
  padding: 12px 4%;
}
.eo_hj_list > ul > li {
  margin-bottom: 15px;
}
.oneHjSkin {
  padding: 12px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
  border: solid 1px #EEE;
}
.ohs_hjPic {
  width: 80px;
  height: 120px;
  margin-right: 10px;
  display: table;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border: solid 1px #111;
}
.ohs_hjPic::after {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  box-sizing: border-box;
  background-color: #fff200;
  position: relative;
  top: 117px;
  left: 0px;
}
.ohs_time {
  font-size: 14px;
  margin-bottom: 5px;
}
.ohs_time img {
  width: 10px;
  height: 10px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ohsBtnGroup {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
a.obg_btn1 {
  font-size: 14px;
  border: solid 1px #EEE;
  background-color: #FAFAFA;
  border-radius: 3px;
  width: 45%;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #2e8cea;
}
a.obg_btn2 {
  font-size: 14px;
  border: solid 1px #2e8cea;
  background-color: #2e8cea;
  border-radius: 3px;
  width: 45%;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #FFF;
}
.rightText {
  width: 66%;
}
.ohs_hjPic2 {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  display: table;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border: solid 1px #111;
}
.floadTop {
  position: fixed;
  z-index: 999;
  background-color: #FFF;
  top: 0px;
  left: 0px;
  padding: 15px 4%;
  width: 92%;
  border-bottom: solid 1px #EEE;
  background-image: url();
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: bottom right;
}
.eo_hjd_list {
  padding: 20px 4%;
}
.eo_hjd_list > ul > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #EEE;
}
.qnaDesc p {
  margin-bottom: 5px;
}
/*邀请码报名*/
.btnFloat {
  position: fixed;
  z-index: 100;
  background-color: #c69b5b;
  bottom: 95px;
  right: 10px;
  font-size: 14px;
  border: solid 1px #c69b5b;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  line-height: normal !important;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btnFloat a {
  color: #FFF;
}
/*浮动层*/
.floadMain {
  background-color: #FFF;
  width: 88%;
  margin: 12% auto;
  border-radius: 10px;
  display: block;
}
.fm_top {
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: url("../img/hj_talk_2019/ticket_bg_t.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.fm_main {
  padding: 20px;
}
.fm_qrcode {
  width: 100px;
  margin: 15px auto 0 auto;
}
.fm_qrcode img {
  width: 100px;
  height: 100px;
}
.fload_close {
  width: 50px;
  height: 50px;
  background-color: var(--black);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  z-index: 1001;
}
.fload_close img {
  width: 20px;
  height: 20px;
}
.fload_ticket {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  opacity: 0;
}
/*----------------
门票
-----------------*/
.btnListSkin {
  width: 92%;
  margin: 12px auto;
  padding-bottom: 6px;
  border-bottom: solid 1px #EEE;
}
.btnListSkin > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.btnListSkin > ul > li {
  margin-right: 12px;
  margin-bottom: 12px;
}
.btnListSkin > ul > li a {
  font-size: 14px;
  display: block;
  border: solid 1px #EEE;
  box-sizing: border-box;
  padding: 8px 16px;
  border-radius: 100px;
}
.btnListSkin > ul > li a.on {
  background-color: #FFF;
  border: solid 1px #007aff;
  color: #007aff;
}
.backSkin {
  background-color: transparent;
  height: 50px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 4%;
  position: fixed;
  top: 0px;
  left: 0px;
}
.backSkin a {
  height: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.backSkin img {
  width: 24px;
  height: 24px;
}
/*主办方简介*/
.sponsorSkin {
  margin: 0 3%;
  padding: 15px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.sponsorSkin div {
  margin-bottom: 10px;
}
/*update*/
.priceTextBtn {
  text-align: center;
  padding: 20px 0;
  background-color: #EEE;
}
.priceTextBtn a {
  color: #000046;
}
.priceTextBtn a::after {
  content: "→";
}
.eventHl {
  color: #CCC;
}
.eventHl > ul {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
.eventHl > ul > li {
  background-color: rgba(255, 255, 255, 0.03);
  width: 47.5%;
  margin-right: 5%;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 15px;
}
.eventHl > ul > li:nth-child(2n) {
  margin-right: 0;
}
.eventHl > ul > li div:first-child {
  background-color: transparent !important;
  color: #FFF;
  text-align: center;
  font-size: 14px !important;
  font-weight: bold;
  position: relative;
  padding: 0 10px !important;
}
.eventHl > ul > li div:first-child img {
  max-height: 50px;
  padding: 15px 0;
  display: inline-block;
}
.eventHl > ul > li div:nth-child(2) {
  text-align: center;
  font-size: 14px !important;
  font-weight: bold;
}
.eventHl > ul > li div:last-child {
  border: none;
  font-size: 12px !important;
  padding: 5px 10px 15px 10px !important;
}
/*议程*/
.eventList {
  background-color: #FFF;
  margin: 0 3%;
  padding: 15px;
  color: var(--black);
  box-sizing: border-box;
  /*      border: solid 1px #000064;*/
  border-radius: 10px;
}
.eventList > ul > li {
  /*
  border-bottom: dashed 1px #EEE;
  padding: 10px 0;
*/
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.eventList .e_left {
  width: 5%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 5px;
  display: block;
  text-align: center;
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2023/202311display/list_icon.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: top center;
}
.eventList .e_left.partOff {
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2023/202311display/list_icon2.png);
}
.eventList .e_left .listIcon {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.eventList .e_right {
  position: relative;
  z-index: 1;
  left: 7.5%;
  width: 92.5%;
  padding-bottom: 15px;
}
.eventList > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.elDateTime {
  background-color: #c69b5b;
  color: var(--black);
  display: block;
  padding: 0 5px;
}
.elDate {
  border-radius: 3px !important;
  color: hsla(0, 0%, 50%, 1.00);
  display: inline-block;
  padding: 2px 0px;
}
.forumNameArea {
  text-align: center;
}
.forumNameArea i {
  font-size: 24px;
}
.forumTime {
  font-size: 12px;
  font-weight: bold;
}
.forumName {
  font-size: 16px;
}
.listMark {
  display: inline-block;
  font-size: 14px;
  background-color: #c69b5b;
  height: 32px;
  position: relative;
  margin-right: 5px;
  top: -3px;
  padding: 0 5px;
  line-height: 32px;
  color: #808080 !important;
}
.listMsg {
  padding: 7px 5%;
  font-size: 12px;
  color: hsla(0, 0%, 70%, 1) !important;
  line-height: 20px;
}
.agendaPart {
  background-color: var(--black) !important;
	color: var(--white);
  padding: 10px 4% !important;
  font-weight: bold;
  margin: 15px 0;
  border-radius: 50px;
  border-bottom: none !important;
  justify-content: center !important;
  text-align: center;
  font-size: 14px !important;
}
.clickMore {
  border-top: solid 1px #1D2088;
  margin-top: 20px;
  text-align: center;
  padding-top: 10px;
}
.clickMore a {
  color: #1D2088;
  font-size: 14px;
  font-weight: bold;
}
.clickMore a::before {
  content: "» ";
}
.clickMore a::after {
  content: " «";
}
.priceSkin3 {
  padding: 0 3%;
}
.priceSkin3 > ul > li {
  /*  line-height: 28px;*/
  margin-bottom: 15px; /*  color: #EEE;*/
  /*  font-size: 14px;*/
  /*  border: solid 1px #d4b579;*/
  /*  padding: 10px;*/
}
/*
.priceSkin3 > ul > li div:first-child {
  margin-bottom: 5px;
  font-weight: bold;
}
*/
.gotoEvent img {
  border-radius: 2px;
}
.gte_msg {
  color: #B3B3B3;
  font-size: 12px;
  padding: 5px 30px 15px 30px;
  text-align: center
}
.gte_msg::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  position: relative;
  top: -4px;
  margin-right: 10px;
  background-color: #b3b3b3;
}
.gte_msg::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  position: relative;
  top: -4px;
  margin-left: 10px;
  background-color: #b3b3b3;
}
.msgSkin {
  display: block;
  margin: 10px 5% 10px 5%;
  padding: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  color: hsla(0, 0%, 50%, 1.00);
  background-color: #f8f8f9;
}
.msgSkin p {
  font-size: 12px;
  margin-bottom: 15px;
}
.msgSkin p:last-child {
  margin-bottom: 0px;
}
.msgSkin > ul > li {
  margin-left: 16px;
  list-style: square;
  font-size: 14px;
  margin-bottom: 5px;
}
.msgSkin p>a{color: #808080;}
.msgSkin p>a img{
border-radius: 6px;
}
.eventVisitor {
  padding: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #CCC;
  background-color: rgba(255, 255, 255, 0.03);
  box-sizing: border-box;
  border: solid 1px #CCC;
  border-top: none;
}
.eventVisitor li {
  list-style: none !important;
  margin: 7px 7px 15px 7px !important;
}
/*主办方介绍*/
.sponsorSkin {
  background-color: white;
  color: var(--black);
}
.companyInfoSkinImg {
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202406iesevent/organizer_logo.png);
  background-size: contain;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.companyInfoOwner .companyInfoOwnerName:not(:first-child) {
  margin-top: 20px;
}
.companyInfoOwnerName {
  font-weight: bold;
  font-size: 16px;
}
.companyInfoOwnerWeb {
  color: var(--black);
}
.companyInfoOwnerWeb a {
  color: var(--black);
}
.companyInfoOwnerDesc {
  color: #808080 !important;
}
/*门票*/
.priceArea {
  padding: 0 3%;
}
.priceArea ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
  width: 100%;
	border-radius: 10px;
}
.priceArea ul > li:nth-child(1), .priceArea ul > li:nth-child(2) {
  width: 48.5%;
  height: 110px;
  padding: 15px 24px;
}
.priceArea ul > li:last-child {
  margin-bottom: 0px;
}
.priceArea li {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 120px;
  background-color: rgba(255, 255, 255, 1);
  color: var(--black);
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
  padding: 15px 20px 15px 120px;
  box-sizing: border-box;
 background-image: var(--priceAreaImg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.priceArea li.active {
  text-shadow: -1px 1px 0 var(--black), 1px 1px 0 var(--black), 1px -1px 0 var(--black), -1px -1px 0 var(--black), 0 4px 7px rgba(0, 0, 0, 0.5) !important;
  color: #c69b5b;
}
.priceArea li div:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
}
.priceArea li div:nth-child(2) span {
  font-size: 28px;
  font-weight: bold;
}
.btn_showBook{
	position: absolute;
	z-index: 3;
	bottom: 15px;
	right: 15px;
}
.btn_showBook a{
	font-size: 14px;
	color: #FFF;
    height: 34px;
    padding: 0 15px;
    border-radius: 25px;
    background: #4D4D4D;
	display: block;
	line-height: 34px;
}
.priceBookImg{
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 0px;
	padding: 15px;
	box-sizing: border-box;
	height: 120px;
	width: 120px;
	overflow: hidden;
}
.priceBookImg img{
	width: auto;
	height: 120px;
	border: solid 1px #EEE;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}
/*--------------
	大会亮点新样式
----------------*/
.eventMsgSkin {
  color: var(--black) !important;
  background-color: #FFF;
  border-radius: 10px;
  box-sizing: border-box;
  /*  border: solid 1px #95aeb5;*/
  margin: 0 3%;
  padding: 15px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
}
.eventMsgSkin ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.eventMsgSkin ul > li {
  width: 33.33333%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 4%;
}
.eventMsgSkin ul > li img {
  object-fit: contain;
  width: 42px;
  height: 60px;
}
.eventMsgSkin .EHL_line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.10);
  margin: 10px 0 20px 0;
}
.eventSpectator {
  text-align: left !important;
  font-size: 12px;
  line-height: 24px;
}
.eventSpectator p {
  padding: 0 2%;
  margin-bottom: 10px;
}
.eventMsgSkin .historyList {
  margin-top: 10px;
}
.eventMsgSkin .historyList a {
  color: #808080;
}
.eventMsgSkin .historyList ul {
  display: block;
}
.eventMsgSkin .historyList ul > li {
  width: 100%;
  text-align: left;
  margin-bottom: 7px;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Copyright {
  text-align: center;
  padding: 20px 30px 70px 30px;
  font-size: 10px;
  color: hsla(0, 0%, 70%, 1.00);
}
.Copyright a:link {
  color: hsla(0, 0%, 70%, 1.00);
}
.Copyright a:hover {
  color: hsla(0, 0%, 70%, 0.50);
}
/*大会亮点*/
.eventHotListSkin {
  margin: 0 3%;
}
.eventHotListSkin > ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.eventHotListSkin > ul > li {
	background-color: var(--white);
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: var(--black);
  /*  border: solid 1px #bf9959;*/
  box-sizing: border-box;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
}
.eventHotListSkin > ul > li>.f16{
	text-align: center;
	font-weight: bold;
	color: var(--skin);
	margin-bottom: 10px;
}


.boothList>ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}
.boothList>ul>li{
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 20px;
	text-align: center;
}
.boothList>ul>li:nth-child(2n){
	margin-right: 0px;
}
.boothList .f12{
	font-weight: normal !important;
	color: #808080;
	line-height: 18px;
}
/*-------------end------------*/

.se-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 4px;
    font-size: 16px;
	font-weight: bold;
    justify-content: space-between;
}
.se-section .item {
    width: 48.5%;
    padding: 15px;
    margin-top: 10px;
    background: #F8F8F8;
	color: #BF9959;
    border-radius: 10px;
    box-sizing: border-box;
	height: 130px;
	
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.se-section .item a {
position: absolute;
	z-index: 2;
	bottom: 15px;
	left: 15px;
	display: inline-block;
	font-size: 10px;
	padding: 5px 15px;
	border-radius: 20px;
	background-color: #4d4d4d;
	color: #FFF;
}

/*分活动*/
.infoOtherEvent > .col {
  padding: 25px 30px 30px 30px;
	margin-bottom: 1px;
  font-size: 12px;
  color: var(--white);
  background-color: var(--skin);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.infoOtherEvent > .col:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.infoOtherEvent > .col:last-child {
  border-radius: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ioe_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}
/*跳转到展会*/
.exhibitionSkin {
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202406iesevent/mobile-ad.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: var(--white);
  padding: 70px 30px 30px 30px;
  border-radius: 10px;
	margin: 0 3%;
}
.exhibitionSkin .row > .col {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px var(--white);
  color: var(--white);
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
	position: relative;
	z-index: 1;
}
.exhibitionSkin .row > .col:hover {
  background-color: rgba(0, 0, 0, 0.10);
  color: var(--skin);
}
.exhibitionSkin .row > .col:not(:nth-of-type(5))::after {
	content: " ❱ ";
	position: absolute;
	z-index: 2;
	bottom: -24px;
	left: 48.5%;
	transform: rotate(90deg);
}
.exhibitionSkin a {
  display: inline-block;
  background-color: var(--subSkin);
  font-size: 15px;
  font-weight: bold;
  width: 180px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
}
.exhibitionSkin a:hover {
  background-color: var(--subSkin-hover);
	color: var(--white);
}

/*-------------------- iPhone 6 ---------------------*/
@media only screen and (min-width: 321px) {
  .forum_hjFace > ul > li {
    margin-right: 18px !important;
    padding-bottom: 18px !important;
  }
  .rightText {
    width: 70% !important;
  }
}
/*-------------------- iPhone 6 plus ---------------------*/
@media only screen and (min-width: 376px) {
  .forum_hjFace > ul > li {
    margin-right: 20px !important;
    padding-bottom: 20px !important;
  }
  .rightText {
    width: 75% !important;
  }
}