:root {
  --skin: #67d6c9;
  --subSkin: #0f534d;
  --subSkin-hover: #3f7571;
  --white: #FFFFFF;
  --black: #0a0a0a;
  --bannerImage: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202408sdb800v/banner_main_pic.png);
  --oneGuestImg: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202408sdb800v/oneGuest_bg.png);
  --priceAreaImg: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202408sdb800v/ticky_bg.png);
}
body {
  background-color: #00000f !important;
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202408sdb800v/index-bg.jpg);
  background-repeat: repeat-y !important;
  background-size: 250%;
  background-position: top center;
  color: var(--white);
  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: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.indexTitle::before {
  content: "";
  width: 8px;
  height: 32px;
  display: inline-block;
  background-color: var(--skin);
  position: relative;
  top: 6px;
  margin-right: 15px;
}
#header {
  z-index: 200;
  top: 0;
  /*  left: 50%;*/
  /*  margin-left: -600px;*/
  background-color: var(--skin);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05) !important;
}
#header .logo {
  width: 360px !important;
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202408sdb800v/logo.png) !important;
  display: none;
}
#header .row{
  height: 70px !important;}

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

#nav a { color: var(--black) !important; padding: 0 13px; }

#nav2 a {
  color: var(--black);
  height: 40px;
  display: block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 24px;
  border-bottom: none;
  border-radius: 50px;
  cursor: pointer;
}

#nav a:hover {
  color: var(--white) !important;
  background-color: var(--subSkin) !important;
}
#nav a.active , #nav2 a.active {
  color: var(--white) !important;
  background-color: 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 center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: var(--bannerImage);
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  margin-top: 80px;
}
.bannerImage {
  background-position: center;
  background-size: cover;
  background-image: var(--bannerImage);
}
.banner_text1 {
  top: 130px !important;
  color: var(--white);
  text-align: left;
  width: unset;
  position: unset;
  margin: unset;
  padding: 0 4%;
  margin-top: 80px;
  margin-bottom: 120px;
  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(--white) !important;
  position: unset;
  margin-bottom: 50px;
  margin-top: 20px;
}
.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(0, 0, 0, 0.3);
  border: solid 3px var(--skin);
  border-image: linear-gradient(0deg, var(--subSkin), var(--skin)) 60;
  backdrop-filter: blur(0.5vw);
  -webkit-backdrop-filter: blur(0.5vw);
}
.eventMsgSkin p {
  margin-bottom: 15px;
}
.eventMsgSkin p:last-child {
  margin-bottom: 0px;
}
/*大会亮点*/
.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 30px rgba(0, 0, 0, 0);
  border-image: linear-gradient(0deg, var(--subSkin), var(--skin)) 60;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(0.5vw);
  -webkit-backdrop-filter: blur(0.5vw);
}
.inSkin > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}
.inSkin > ul > li {}
.inSkin > ul > li div:first-child {
  background-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202408sdb800v/pic-hl-title-bg.png);
  background-size: auto;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 12px;
  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-image: url(https://hjsnet.oss-cn-hangzhou.aliyuncs.com/all_ui/event_pic/2024/202408sdb800v/pic-list-title-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: var(--white);
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding: 15px 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(165, 186, 207, 0.15);
  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;
}
/*演讲嘉宾*/
.GuestLists {}
.GuestLists > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}
.theOneGuest {
  text-align: center;
}
.GuestPic {
  width: 100%;
  height: 230px;
  display: inline-block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  border: solid 5px rgba(0, 0, 0, 0.2);
  border-image: linear-gradient(45deg, var(--subSkin), var(--skin)) 30;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  backdrop-filter: blur(0.5vw);
  -webkit-backdrop-filter: blur(0.5vw);
}

.GuestPic {
  overflow: hidden;
}

.GuestPic img {
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.GuestPic img:hover {
  width: 104%;
  transform: translateX(-2%);
}

/*大会赞助商*/
.clientList>ul{margin-bottom: 30px;}
.clientList>ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}
.clientList img{
  border-radius: 4px;
}

.clientList .logo_empty {
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  color: #333;
  border-radius: 4px;
  background: white;
  min-height:84px;
}
/*主办方简介*/
.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 7px 10px rgba(0, 0, 0, 0.05) !important;
}
/*往届活动*/
.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(--black);
}
.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: grid;
  grid-template-columns: repeat(2, 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: solid 1px var(--white);
  /*  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;
    border-width: 5px;
  }
  .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: block;
    width: 260px !important;
  }
  #commPageSkin > div + div {
    margin-bottom: 90px;
  }
  .inSkin > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .eventListSkin {
    grid-template-columns: repeat(2, 1fr);
  }
  .GuestLists > ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .GuestPic {
    height: 170px;
    border-width: 6px;
  }
  .eventMsgSkin {
    padding: 45px;
  }
  /*大会赞助商*/
  .clientList>ul{
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 15px;
    grid-column-gap: 15px;
  }

  .priceArea ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1100px) {
  body {
    background-size: 120%;
  }
  #header .logo {
    display: block;
    width: 350px !important;
  }

}
@media (min-width: 1200px) {
  #nav a { padding: 0 24px; }
  .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;
    border-width: 5px;
  }
  .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: 100%;
  }


}
