<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å¬ä¼—ç™»è®° */
.reg-banner {
  text-align: center;
}
.reg-login {
  width: 1200px;
  margin: 20px auto 100px auto;
  text-align: center;
  border: 2px solid #e6e6e6;
  height: 300px;
}
.reg-login h2 {
  margin: 30px 0 10px 0;
  font-weight: 600;
  color: #333333;
}

.title-text span {
  display: block; /*è®¾ç½®ä¸ºå—çº§å…ƒç´&nbsp;ä¼šç‹¬å&nbsp;ä¸€è¡Œå½¢æˆä¸Šä¸‹å±…ä¸­çš„æ•ˆæžœ*/
  position: relative; /*å®šä½æ¨ªçº¿ï¼ˆå½“æ¨ªçº¿çš„çˆ¶å…ƒç´&nbsp;ï¼‰*/
  /* .fs(14); */
  text-align: center;
}
.title-text span:before,
.title-text span:after {
  content: '';
  position: absolute; /*å®šä½èƒŒæ™¯æ¨ªçº¿çš„ä½ç½®*/
  top: 50%;
  background: #e6e6e6; /*èƒŒæ™¯æ¨ªçº¿é¢œè‰²*/
  width: 38%; /*å•ä¾§æ¨ªçº¿çš„é•¿åº¦*/
  height: 2px;
}
.title-text span:before {
  left: 4%; /*è°ƒæ•´èƒŒæ™¯æ¨ªçº¿çš„å·¦å³è·ç¦»*/
}
.title-text span:after {
  right: 4%;
}

.rg-order {
  background-color: #f5f7fa;
  padding: 15px 0;
}
.rg-order .per-in {
  color: #409eff;
}

/* æ¼”è®²å˜‰å®¾ */
.speaker-li {
  position: relative;
  margin: 13px 0;
  width: 355px;
  height: 355px;
	cursor: pointer
}
.speaker-li div:nth-child(1) {
  text-align: center;
}
.speaker-li div img {
  max-width: 100%;
}
.agenda-img img {
  width: 80px;
  border-radius: 50%;
}
.index-space {
  position: relative;
}
.speaker-intro {
  position: absolute;
  background-color: #93278f;
  color: #fff;
  opacity: 0.75;
  width: 355px;
  padding: 15px;
  left: 50%;
  margin-left: -178px;

  bottom: 0;
}
.speaker-intro h4 {
  font-size: 18px !important;
  margin-bottom: 18px !important;
}
.speaker-intro p {
  font-size: 14px !important;
  margin-bottom: 8px !important;
}
.resume {
  display: none;
}
.speaker-intro:hover {
  top: 0%;
  height: 100%;
}
.speaker-intro:hover .resume {
  display: block;
}
.moreinfor {
  margin: 30px 0;
  font-family: 'å¾®è½¯é›…é»‘';
  font-size: 14px;
  color: #666;
  text-align: center;
}
.speakerInfor {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 10px #333;
  background: #fff;
  z-index: 99999999;
  /* display: none;*/
  width: 1140px;
  height: auto;
  margin: 30px auto;
  border-radius: 20px;
}
.w728 {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 1px 1px 10px #333;
  background: #fff;
  z-index: 99999999;
  display: none;
  /* width: 1140px; */
  height: auto;
  margin: 30px auto;
  border-radius: 20px;
}
.w728 {
  padding: 40px;
}
.w728 .sp-img {
  margin-bottom: 50px;
  text-align: center;
}
.w728 .sp-img img {
  width: 250px;
  border-radius: 125px;
}
.w728 .sp-logo {
  text-align: center;
}
.w728 .sp-inf .sp-name {
  font-size: 14px;
  color: #93278f;
  font-weight: bold;
  padding-bottom: 20px;
}
.w728 .sp-inf .sp-name span {
  font-size: 18px;
  display: inline-block;
  padding-right: 10px;
}
.w728 .sp-inf h4 {
  font-family: 'å¾®è½¯é›…é»‘';
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.w728 .sp-inf p {
  font-family: 'å¾®è½¯é›…é»‘';
  color: #666;
  font-size: 14px;
}
.w728 .sp-inf .sp-title {
  font-size: 18px;
  color: #93278f;
  font-weight: bold;
  padding-bottom: 20px;
}

.speakerInfor {
  padding: 40px;
  text-align: left !important;
}
.speakerInfor .sp-img {
  margin-bottom: 20px;
  text-align: center;
}
.speakerInfor .sp-img img {
  width: 250px;
  border-radius: 125px;
}
.speakerInfor .sp-logo {
  text-align: center;
}
.speakerInfor .sp-inf .sp-name {
  font-size: 14px;
  color: #93278f;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: left !important;
}
.speakerInfor .sp-inf .sp-name span {
  font-size: 18px;
  display: inline-block;
  padding-right: 25px;
}
.speakerInfor .sp-inf h4 {
  font-family: 'å¾®è½¯é›…é»‘';
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.speakerInfor .sp-inf p {
  font-family: 'å¾®è½¯é›…é»‘';
  color: #666;
  font-size: 14px;
}
.speakerInfor .sp-inf .sp-title {
  font-size: 18px;
  color: #93278f;
  font-weight: bold;
  padding-bottom: 20px;
}
.modal {
  left: 50% !important;
  margin-left: -570px;
  width: 1140px !important;
}

.modal-dialog {
  max-width: 100% !important;
}
.public-speaker .container {
  padding: 0 !important;
}

/* äº§å“å±•ç¤º */
.pro-in {
  background-color: #f8f8f8;
}
.product {
  padding: 50px 0;
  border: 1px solid #b3b3b3;
  margin-bottom: 60px;
  background-color: #fff;
}
.pro-in .product .row {
  padding: 0 15px;
}
/* ä¼šè®®è®®ç¨‹ */
.index-agenda .row {
  border: 1px solid #f2f2f2;
}
.agenda-inf {
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.ag-img {
  text-align: center;
  padding: 15px 0;
}
.ag-img1 {
  text-align: center;
}
.ag-img1 img {
  margin: 25px 0 15px 0;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.ag-img img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.ag-artile {
  padding: 30px 0;
}
.ag-artile .time {
  color: #93278f;
  font-size: 15px;
}
.ag-artile .artile {
  color: #666;
  font-size: 18px;
}

/* å…³äºŽæˆ‘ä»¬ */
.index-about span {
  display: none;
}
.ab-banner {
  background: url(../images/ab-1.png);
  background-size: cover;
  height: 600px;
}
.index-about .title {
  color: #93278f;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}
.index-about .title-p {
  line-height: 1.8em;
  font-size: 14px;
  color: #666;
  padding-bottom: 15px;
  text-align: justify;
}
.vision .title {
  color: #93278f;
  font-size: 18px;
  padding-top: 40px;
  font-weight: bold;
  padding-bottom: 30px;
}
.vision-img img {
  padding-top: 70px;
}
.profile {
  width: 1000px;
  margin: 70px auto;
  text-align: center;
  border-radius: 10px;
  padding: 30px 0;
  box-shadow: 1px 1px 30px #666;
}
.profile img {
  top: 50%;
  height: 50%;
  vertical-align: middle;
}
/* è”ç³»æˆ‘ä»¬ */
.contact .p-name {
  font-weight: bold;
  font-size: 18px;
}
.name-li {
  padding-bottom: 30px;
}
.name-li p {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .vision-img {
    text-align: center;
  }
  .vision-img img {
    padding-top: 10px;
    width: 85%;
  }
  .modal {
    margin-left: 0 !important;
    left: 0px !important;
    width: 100% !important;
    /* height: auto !important; */
  }
  /* .index-s-li {
    margin: 0 80px !important;
  } */
}
@media screen and (max-width: 992px) {
  /* .speaker-li img {
    max-width: 100%;
  } */

  .sp-inf {
    text-align: left;
  }
  .sp-logo {
    margin-bottom: 120px;
  }
  .speaker-intro:hover {
    text-align: left;
  }
  .agenda-inf {
    text-align: center;
  }
  .profile {
    width: 100%;
  }
  .profile img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .public-topics .topics-li p {
    padding-top: 10px;
    font-size: 9px;
    font-family: å¾®è½¯é›…é»‘;
    text-align: center;
  }
  .speaker-intro {
    width: 345px !important;
    margin-left: -172px !important;
    bottom: 10px;
  }
}

@media screen and (max-width: 769px) {
  .speaker-li img {
    text-align: center;
  }
  .speaker-li {
    margin: 30px 0 !important;
    /* text-align: center; */
    position: relative;
  }
  .noshaw {
    display: none !important;
  }
  /* .speaker-li img {
    width: 100% !important;
  } */
  .speakerInfor {
    width: 100%;
  }
  /* 
  .speaker-intro {
    width: 92%;
  } */
  .agenda-inf {
    text-align: center;
  }
  .ag-artile {
    padding: 10px 0 20px 0;
  }
  .profile {
    width: 80%;
  }
  .profile img {
    width: 80%;
  }

  .index-framework p img {
    width: 60%;
  }

  .index-framework p {
    width: 160px;
    height: 70px;
  }

  .vision-img img {
    padding-top: 30px;
  }
  .ab-banner {
    background: url(../images/ab-1.png) no-repeat;
    height: 300px;
    background-size: 768px 250px;
  }

  .index-s-li {
    margin: 0 !important;
  }
  .public-topics .topics-li p {
    padding-top: 10px;
    font-size: 9px;
    font-family: å¾®è½¯é›…é»‘;
    text-align: center;
  }
  .agenda-inf {
    font-size: 16px;
  }
  .speakerInfor {
    padding: 10px !important;
  }
  .speaker-intro {
    width: 355px !important;
  }
}

@media screen and (max-width: 420px) {
  .noshaw {
    display: none !important;
  }
  .speaker-intro {
    padding-bottom: 5px;
  }
  .ag-artile {
    text-align: center;
  }
  .agenda-inf {
    text-align: left !important;
  }
  .profile {
    width: 100%;
  }
  .vision-img img {
    padding-top: 30px;
  }
  .ab-banner {
    height: 300px;
  }
  .index-about span {
    display: block;
  }
  .index-about h3 {
    text-align: center;
  }

  .modal {
    left: 0px;
    width: 100%;
  }
  /* .speaker-li img {
    width: 100% !important;
  } */
  .index-s-li {
    margin: 0 !important;
  }
  .public-topics .topics-li p {
    padding-top: 10px;
    font-size: 9px;
    font-family: å¾®è½¯é›…é»‘;
    text-align: center;
  }
  .agenda-inf {
    font-size: 15px;
    padding: 20px 0 !important;
  }
}

@media screen and (max-device-width: 375px) {
  .speaker-li div img {
    width: 345px;
  }
  .speaker-intro {
    width: 345px !important;
    position: relative !important;
    margin: 0 !important;
    left: 0 !important;
    bottom: 116px !important;
  }
}
@media screen and (max-device-width: 360px) {
  .speaker-intro {
    width: 330px !important;
    position: relative !important;
    margin: 0 !important;
    left: 0 !important;
    bottom: 116px !important;
  }
}
@media screen and (max-device-width: 320px) {
  .speaker-intro {
    width: 290px !important;
    position: relative !important;
    margin: 0 !important;
    left: 0 !important;
    bottom: 116px !important;
  }
}
</pre></body></html>