@charset "utf-8";

header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

header .top {
  height: 6.25rem;
  background: #000000;
  line-height: 6.25rem;
  font-size: 2.25rem;
  padding: 0px !important;
}

nav {
  background-color: #393d49;
  line-height: 80px;
}

nav ul {
  background: none;
  display: flex;
  justify-content: space-between;
}

nav .layui-nav .layui-nav-item~.layui-nav-item {
  margin-left: 5px;
}

nav ul li dl a {
  line-height: 36px !important;
}

.banner {
  position: relative;
}

.c_name {
  position: absolute !important;
  width: 100%;
  top: 20%;
  padding: 0 !important;
}

.res {
  font-size: 1.75rem !important;
  color: #fff !important;
  line-height: 4.25rem !important;
  height: 4.25rem !important;
  padding: 0 3.125rem !important;
}

.s-name {
  height: 5rem;
  width: 100%;
  line-height: 5rem;
  background: #F5F9FC;
  font-size: 1.5rem;
}

.index_speaker .box {
  border: 1px solid #EFEFEF;
  padding-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.index_speaker .s-name {
  width: 100%;
  padding-left: 1.25rem;
}

.index_speaker .cont {
  padding: 1.25rem;
  display: flex;
}

.index_speaker .pic {
  width: 30%;
  flex-shrink: 0;
  margin-right: 1.25rem;
}

.index_speaker img {
  width: 100%;
  display: block;
}

.index_speaker .zhiwei {
  margin-bottom: 1em;
}

.important_information {
  background: #F5F9FC;
}

.footer {
  background: #000000;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #009688;
}

.footer p {
  margin: 0 !important;
}

.page_bg {
  background-size: cover;
  width: 100%;
  height: 16.875rem;
  line-height: 16rem;
}

.more-in {
  border: none !important;
}

.cfp-cont a {
  color: #21bcd9;
}

a.Submission,
a.Submissionbtn,
.cfp-cont .SubmissionBtn {
  display: inline-block;
  color: #fff !important;
  padding: 0 1em;
  border-radius: 1.8rem;
  background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}

.cfp-text ol.list-paddingleft-2,
.cfp-cont ol.list-paddingleft-2 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1em;
  font-weight: bold;
}

.cfp-text ol.list-paddingleft-2 li,
.cfp-cont ol.list-paddingleft-2 li {
  width: 48%;
  list-style: decimal;
}

.cfp-text ol.list-paddingleft-2 li p,
.cfp-cont ol.list-paddingleft-2 li p {
  font-weight: normal;
}

.cfp-text ol.list-paddingleft-2 li:nth-child(2n),
.cfp-cont ol.list-paddingleft-2 li:nth-child(2n) {
  margin-left: 4%;
}

.venue-cont ul {
  display: flex;
  justify-content: space-between;
}

.venue-cont a {
  color: #21bcd9;
}

.venue-cont ul li {
  width: 31%;
  list-style: none !important;
}


.venue-cont ul li img {
  display: block;
  width: 100%;
}

.venue-cont .text p {
  line-height: 2;
}

.Sponsors .grid-demo {
  display: block;
  height: 100px;
  display: flex;
  align-items: center;
}

.Sponsors-list li {
  line-height: 1.4;
  margin: 1em 0;
}

.Sponsors-list li img {
  height: 80px;
  margin-bottom: 10px;
}

.page_pro a {
  color: #009688;
}

table[data-sort='sortDisabled'] td {
  border: solid 1px #ccc;
  padding: 15px;
}

.SubmissionBtn {
  display: inline-block;
  color: #fff !important;
  padding: 0 1em;
  border-radius: 1.8rem;
  background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}

table p {
  text-align: inherit;
}

.news p {
  display: flex;
  justify-content: space-between;
}

.news p a {
  max-width: 80%;
}

.news-list li {
  display: flex;
  align-items: center;
}

.news-list li p {
  max-width: 85%;
  margin-right: 10px;
}

.layui-container p {
  line-height: 2em;
}

.layui-container .list-paddingleft-2 li {
  list-style: inherit;
}

.Topics-list {
  padding-left: 0 !important;
}

.Topics-list li {
  list-style: none !important;
}

.detail-box {
  text-align: justify;
  line-height: 2;
  min-height: 42vh;
}

.detail-box p {
  margin-top: 1em;
}

.detail-box a {
  color: #5fb878;
}

.detail-box a:hover {
  text-decoration: underline;
}

.detail-box img {
  display: block;
  margin: 0 auto;
}

.detail-box table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ccc;
}
.detail-box table td{
  border: solid 1px #ccc;
  padding: 10px;
}
.ellip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.submissionsBtn {
  display: inline-block;
  color: #fff !important;
  padding: 0 1.2em;
  border-radius: 2em;
  line-height: 2em;
  background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}