@charset "utf-8";


:root {
  --color1: #c4ecf6;
  --color2: #0f2d63;
  --color3: #52cbe6;
  --color4: #5fb878;
}

* {
  margin: 0;
  padding: 0;
  border: none;
}

table {
  width: 100%;
}

table th,
table td {
  border: solid 1px #ccc;
  padding: 10px;
}

table td * {
  text-align: center;
}

body {
  font-family: Arial;
  font-size: 16px;
}

a {
  color: var(--color3);
}

header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: var(--color2);
}

header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .web_name {
  color: #fff;
  font-weight: bold;
  line-height: 6.25rem;
  font-size: 2.25rem;
}

header .History {
  font-size: .9rem;
  color: #ccc;
  display: flex;
  align-items: center;
}

header .History a {
  color: #fff;
}

header .History a~a {
  margin-left: 1em;
}

nav {
  background: var(--color1);
  line-height: 80px;
}

nav ul {
  background: none !important;
  display: flex;
}

nav .layui-nav .layui-nav-item>a {
  padding: 0 25px;
  color: var(--color2) !important;
}

nav ul li dl a {
  line-height: 36px !important;
}

.banner {
  position: relative;
}

.c_name {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  top: 15%;
}

.res {
  font-size: 1.75rem !important;
  color: #fff !important;
  line-height: 4.25rem !important;
  height: 4.25rem !important;
  padding: 0 3.125rem !important;
}

.cont-text>*~* {
  margin-top: 1em;
}

.cont-text .bt {
  font-size: 1.3em;
}

.s-name {
  height: 5rem;
  width: 100%;
  line-height: 5rem;
  background: #F5F9FC;
  font-size: 1.5rem;
}

.Speakers a {
  color: #333;
  border: 1px solid #EFEFEF;
  display: block;
}

.Speakers .box {
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.Speakers .box img {
  width: 30%;
}

.Speakers .text {
  width: calc(70% - 1.25rem);
}

.important_information {
  background: #F5F9FC;
}

.Notifications a {
  color: #333;
}

.Notifications a:hover {
  color: #20b7d6;
}

.Notifications .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Notifications .item p {
  max-width: 80%;
}

.Sponsors {
  display: flex;
  flex-wrap: wrap;
}

.Sponsors .item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.Sponsors .item img {
  display: block;
}

.footer {
  background: var(--color2);
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: var(--color3);
}

.footer p {
  margin: 0 !important;
}

.page_bg {
  background-size: cover;
  width: 100%;
  height: 16.875rem;
  line-height: 16rem;
}

.more-in {
  border: none !important;
}

.div-block {
  min-height: 42vh;
}

a.Submission,
.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-cont ol {
  display: flex;
  flex-wrap: wrap;
}

.cfp-cont ol li {
  width: 49%;
  list-style: decimal;
}

.cfp-cont ol li:nth-child(2n) {
  margin-left: 2%;
}

.cfp-cont ol li:nth-child(n+3) {
  margin-top: 1%;
}

.venue-cont ul {
  display: flex;
  justify-content: space-between;
}

.venue-cont ul li {
  width: 31%;
}

.venue-cont ul li img {
  display: block;
  width: 100%;
}

.Sponsors-list ul {
  display: flex;
  flex-wrap: wrap;
}

.Sponsors-list ul li {
  width: 32%;
  margin-right: 2%;
}

.Sponsors-list ul li:nth-child(3n) {
  margin-right: 0;
}

.Sponsors-list ul li p {
  line-height: 1.2;
}

.page_pro a {
  color: #009688;
}

table[data-sort='sortDisabled'] td {
  border: solid 1px #ccc;
  padding: 15px;
}