:root {
  --skin: #F08300;
  --subSkin: #F15A24;
  --subSkin-hover: #111111;
  --white: #FFFFFF;
  --black: #111111;
  --backColor: #F2F2F2;
  --bannerImage: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202412sdb/banner_main_pic.png);
  --oneGuestImg: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2025/202501esam/oneGuest_bg.png);
  --priceAreaImg: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2025/202501esam/ticky_bg.jpg);
  --commRadius: 15px;
}
body {
  background-color: var(--backColor) !important;
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2025/202501esam/index-bg.jpg);
  background-repeat: no-repeat !important;
  background-size: 250%;
  background-position: top center;
  color: var(--black);
  font-size: 15px;
}
.txtColor_skin {
  color: var(--skin);
}
::selection {
  background-color: var(--skin);
  color: var(--white);
}
::-moz-selection {
  background-color: var(--skin);
  color: var(--white);
}
::-webkit-selection {
  background-color: var(--skin);
  color: var(--white);
}
#commPageSkin > div + div {
  margin-bottom: 60px;
}
.indexTitle {
  color: var(--skin) !important;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#header {
/*  position: relative;*/
  z-index: 200;
/*  top: 70px;*/
  /*  left: 50%;*/
  /*  margin-left: -600px;*/
  background-color: var(--black);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
}
#header .logo {
  width: 250px !important;
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2025/202501esam/logo.png) !important;
}
#header .row {
  height: 70px !important;
}
#nav2 {
  width: 250px;
  text-align: right;
}
#nav2 a {
  height: 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 36px !important;
  border-bottom: none;
  border-radius: 50px;
  cursor: pointer;
  color: #FFF !important;
}

#nav {
  justify-content: space-between !important;width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#nav a {
  color: #FFF !important;
}
#nav a:hover, #nav2 a:hover {
  color: #FFF !important;
  background-color: var(--skin) !important;
  background-image: linear-gradient(225deg, var(--skin), var(--subSkin)) !important;
}
#nav a.active, #nav2 a.active {
  color: #FFF !important;
  /*  background-color: var(--skin) !important;*/
  background-image: linear-gradient(225deg, var(--skin), var(--subSkin)) !important;
}
.map {
  cursor: pointer;
}
.map .info {
  text-decoration-line: underline;
  text-decoration-color: #808080;
  text-decoration-width: 1px;
  text-underline-offset: 5px;
}
.map:hover .info {
  color: red;
  text-decoration-color: red;
}
.og_bottom {
  height: 113px;
  margin-top: 185px;
}
.grid1200 {
  width: 92%;
}
/*banner*/
.banner {
  height: unset;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
/*  background-image: var(--bannerImage);*/
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
	margin-top: 80px;
}
.banner img {
  width: 60%;
  height: 100%;
  object-fit: cover;
}
.banner_text1 {
  top: 90px !important;
  color: var(--black);
  text-align: center;
  width: unset;
  position: unset;
  margin: unset;
  padding: 0 4%;
  margin-top: 50px;
  margin-bottom: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.banner_text1 p {
  text-shadow: 0 10px 15px rgba(0, 0, 0, 0.2) !important;
}
.banner_text1 h1 > p {
  font-size: 40px !important;
}
.banner_text2 {
  /*  top: 620px;*/
  color: var(--black) !important;
  position: unset;
  margin-bottom: 50px;
  margin-top: 0px;
}
.banner_text2 a {
  border-radius: 40px !important;
  background-image: linear-gradient(270deg, var(--subSkin), var(--skin)) !important;
  color: var(--white);
}
.banner_text2 a:hover {
  color: var(--white);
  text-decoration: none;
  background-image: linear-gradient(135deg, var(--subSkin), var(--skin)) !important;
}
/*大会简介*/
.eventMsgSkin {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background-color: rgba(255, 255, 255, 1);
  /*  border: solid 1px var(--skin);*/
  /*  border-image: linear-gradient(0deg, var(--subSkin), var(--skin)) 60;*/
  backdrop-filter: blur(0.5vw);
  -webkit-backdrop-filter: blur(0.5vw);
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.eventMsgSkin p {
  margin-bottom: 15px;
}
.eventMsgSkin p:last-child {
  margin-bottom: 0px;
}
.eventMsgSkin2 {
  box-sizing: border-box;
  padding: 30px;
  background-color: #FFF;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.EMSicon {
  font-size: 42px;
  margin-bottom: 20px;
  color: var(--skin);
}
.EMStitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--skin);
}
/*大会亮点*/
.overPicGroup {
  padding: 10px 0;
  background-image: linear-gradient(0deg, var(--subSkin), var(--skin));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  width: 100%;
}
.picGroup {
  width: 400%;
  height: 240px;
  position: relative;
  z-index: 2;
  display: flex;
  overflow: hidden;
  opacity: 0.75;
}
.picGroup img {
  width: 100%;
  height: auto;
  flex-shrink: 50;
  animation: scroll 60s linear infinite; /* 设置动画名称、持续时间、速度曲线和循环次数 */
}
@keyframes scroll {
  0% {
    transform: translateX(0%); /* 图片初始位置在容器右侧外部 */
  }
  100% {
    transform: translateX(-100%); /* 图片最终位置在容器左侧外部 */
  }
}
/* 为了让每张图片有不同的滚动时间，你可以为每个图片设置不同的动画延迟 */
.picGroup img:nth-child(1) {
  animation-delay: 0s;
}
.picGroup img:nth-child(2) {
  animation-delay: 0s;
}
.eventHLSkin {
  /*  box-sizing: border-box;*/
  /*  padding: 30px;*/
  /*  border: solid 3px var(--skin);*/
  /*  border-image: linear-gradient(0deg, var(--subSkin), var(--skin)) 60;*/
  /*  background-color: rgba(255, 255, 255, 0.3);*/
  backdrop-filter: blur(0.5vw);
  -webkit-backdrop-filter: blur(0.5vw);
}
.inSkin > ul {
  display: flex;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
	justify-content: center;
	flex-flow: row wrap;
}
.inSkin > ul > li {
  width: 47.5%;
  text-align: center;
  font-size: 14px;
  padding: 15px;
  background-color: var(--skin);
  color: var(--white);
  border-radius: 20px;
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2025/202501esam/hl-bg.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.inSkin > ul > li div:first-child {
  padding: 0 10px 10px 10px;
  font-size: 18px;
  font-weight: bold;
}
/*议程*/
/*
.eventListSkin {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.listDate {
background-color: var(--skin);
  box-sizing: border-box;
  color: var(--white);
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
}
.listTitle {
  font-size: 18px;
  font-weight: bold;
}
.listName {
  font-size: 15px;
  color: #B3B3B3;
}
.lists {
  box-sizing: border-box;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(0.5vw);
  -webkit-backdrop-filter: blur(0.5vw);
}
.lists > ul > li {
  display: grid;
  grid-template-columns: 1fr 4fr;
  padding: 18px 10px;
  border-bottom: dashed 1px rgba(165, 186, 207, 0.3);
}
.lists > ul > li:last-child {
  border-bottom: none;
}
.lists2{
	padding: 15px 30px;
	background-color: rgba(165, 186, 207, 0.15);
  backdrop-filter: blur(0.5vw);
  -webkit-backdrop-filter: blur(0.5vw);
}
.lists2 > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 0px;
  grid-column-gap: 0px;
}
.lists2 > ul > li {
  padding: 15px;
  text-align: center;
}
.lists2 > ul > li img {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}
*/
.theListBg {
  background-color: #FFF !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
}
.tableTitle {
  color: var(--skin) !important;
  border-color: var(--skin) !important;
}
.tableTitle::after {
  background-color: var(--skin) !important;
}
.mlTable2 td {
  color: var(--black) !important;
}
.mlTable2 td:hover {
  color: #c69b5b !important;
}
.mlTable2 tr:hover {
  background-color: #f8f8f9 !important;
}
.theListDate {
  color: var(--skin) !important;
  padding: 0 !important;
}
.theListDate2 {
  color: #fff !important;
}
.listMsg {
  color: hsla(0, 0%, 70%, 1) !important;
}
td.agendaPart {
  white-space: pre-wrap;
  text-align: center;
  color: var(--skin) !important;
  padding: 12px 50px;
  font-size: 18px;
  font-weight: bold;
  border-top: solid 1px var(--skin);
  border-bottom: solid 1px var(--skin);
}
/*演讲嘉宾*/
.GuestLists {}
.GuestLists > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.theOneGuest {
  text-align: center;
  border-color: #FFFFFF !important;
  background-image: var(--oneGuestImg);
  background-size: cover;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.GuestPic {
  width: 100%;
  height: 230px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
  display: inline-block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  border: solid 2px var(--skin);
  -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;
  border-radius: 20px;
}
.GuestPic:hover {
  background-size: 105%;
  -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;
}
.og_line {
  background-image: none !important;
  z-index: 4;
}
.og_bottom {
  width: 100%;
  top: 1px;
  position: absolute;
  z-index: 3;
  background-color: transparent !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  color: #FFF !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
/*大会赞助商*/
.clientList > ul {
  margin-bottom: 30px;
}
.clientList > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}
.clientList > ul > li {
  margin-bottom: auto !important;
}
.clientList img {
  border: solid 1px #EEE;
  border-radius: 4px;
}
/*主办方简介*/
.companyInfoSkin {
  border-top: none;
  color: #333333;
}
.companyInfoSkin .row {
  margin: 0px !important;
}
.companyInfoSkin a {
  color: #333333 !important;
}
.companyInfoSkin a:hover {
  color: #b81c22 !important;
  text-decoration: none;
}
.companyInfoSkin .cisItem {
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2023/202312sdb/organizer_logo_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 30px 15px;
  margin: 0px 15px -15px 15px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
  border-radius: 20px;
}
/*往届活动*/
.pastEvent_date {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: var(--skin);
}
.pastEvent_line {
  position: relative;
  z-index: 1;
  margin: 20px 0 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pastEvent_line::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background-color: var(--skin);
  display: block;
  position: absolute;
  z-index: 1;
  border: solid 3px var(--backColor);
}
.pastEvent_line::after {
  content: "";
  width: 112%;
  height: 1px;
  display: block;
  background-color: var(--skin);
  position: absolute;
  z-index: -1;
}
.pastEvent_pic {
  max-width: 82%;
  margin: auto;
}
/*门票*/
.priceArea ul {
  /*
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}
.priceArea li {
  background-image: var(--priceAreaImg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 150px;
  background-color: hsla(0, 0%, 98%, 0);
  color: var(--black);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
  box-sizing: border-box;
  padding: 20px 24px;
  border-radius: 12px;
  border: solid 1px var(--skin);
  /*  text-shadow: -1px 1px 0 #333333, 1px 1px 0 #333333, 1px -1px 0 #333333, -1px -1px 0 #333333;*/
}
.priceArea li div:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
.priceArea li div:nth-child(2) span {
  font-size: 32px;
  font-weight: bold;
}
.priceArea a.seeWhiteBook {
  color: white !important;
  border: 1px solid white;
  height: 40px;
  padding: 0 13px;
  border-radius: 20px;
  background: #111;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/*版权信息*/
.Copyright {
  text-align: center;
  padding: 0px 0 30px 0;
  font-size: 12px;
  color: #808080;
}
.Copyright a:link {
  color: #808080;
}
.Copyright a:hover {
  color: unset;
}

.popover_content {
      display: none;
    }
.sideItem {
  z-index: 99;
}

@media (min-width: 576px) {}
@media (min-width: 768px) {
  body {
    background-size: 250%;
  }
   .GuestLists > ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .GuestPic {
    height: 170px;
  }
  .picGroup {
    width: 200%;
    height: 240px;
  }
  /*大会赞助商*/
  .clientList > ul {
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
}
@media (min-width: 870px) {}
@media (min-width: 992px) {
  body {
    background-size: 200%;
  }
  #nav {width: unset;}
  #header .logo {
    display: none;
  }
  #commPageSkin > div + div {
    margin-bottom: 90px;
  }
/*
  .inSkin > ul {
    grid-template-columns: repeat(4, 1fr);
  }
*/
	.inSkin > ul > li {
		width: 32.3333%;
	}
  .eventListSkin {
    grid-template-columns: repeat(2, 1fr);
  }
  .GuestLists > ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .GuestPic {
    height: 170px;
  }
  .eventMsgSkin {
    padding: 45px;
  }
  /*大会赞助商*/
  .clientList > ul {
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
}
@media (min-width: 1100px) {
  body {
    background-size: 1920px;
	 background-position: top center;
  }
  #header .logo {
    display: block;
  }
}
@media (min-width: 1200px) {
  .banner {
    height: 600px;
    background-size: 80%;
  }
  .banner_text1 {
    width: 100%;
    padding: 0;
  }
  .banner_text1 h1 > p {
    font-size: 54px !important;
  }
  .grid1200 {
    width: 1200px;
  }
  .GuestPic {
    height: 230px;
  }
  .picGroup {
    width: 100%;
    height: auto;
  }
  /*大会赞助商*/
  .clientList > ul {
    grid-template-columns: repeat(7, 1fr);
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }
}
@media (min-width: 1440px) {
  body {
    background-size: 2560px;
  }
}