/* header start */

.antd-pro-components-logo-index-container {
  float: left;
  font-size: 28px;
  color: #fff;
}

.antd-pro-components-logo-index-logo {
  width: 44px;
  margin-right: 16px;
}

.antd-pro-components-logo-index-logo2 {
  width: 152px;
  margin-top: 5px;
}

.antd-pro-components-header-index-headerContainer {
  /* position: fixed;
  right: 0;
  left: 0;
  z-index: 999; */
  min-width: 1200px;
  background: rgba(0, 0, 0, 0.3);
  /* transition: background .3 ease-in */
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-headerContent {
  position: relative;
  box-sizing: border-box;
  height: 78px;
  padding: 18px 0;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-headerNavbarMenu {
  float: right;
  height: 44px;
  background: transparent;
  line-height: 42px;
  font-size: 14px;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-headerNavbarMenu
  li {
  position: relative;
  float: left;
  padding: 0 20px;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-headerNavbarMenu
  li:hover,
.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-headerNavbarMenu
  li
  a:hover {
  color: #fbb03b;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-headerNavbarMenu
  li:hover:after {
  width: 70%;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-headerNavbarMenu
  li:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 3px;
  margin: 0 auto;
  background-color: #fbb03b;
  transition: width 0.3s ease-in-out;
  content: "";
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-headerNavbarMenu
  li
  a {
  display: inline-block;
  color: #fff;
  line-height: 28px;
  font-weight: 700;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-headerNavbarMenu
  .antd-pro-components-header-index-next-selected {
  position: relative;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-headerNavbarMenu
  .antd-pro-components-header-index-next-selected
  a {
  color: #fbb03b;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-headerNavbarMenu
  .antd-pro-components-header-index-next-selected:after {
  width: 70%;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-ticketButton {
  position: absolute;
  right: 0;
  display: block;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-ticketButton
  a {
  display: inline-block;
  color: #fff;
  line-height: 28px;
  font-weight: 700;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-ticketButton:hover,
.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-ticketButton
  a:hover {
  color: #fff !important;
}

.antd-pro-components-header-index-headerContainer
  .antd-pro-components-header-index-ticketButton:hover:after {
  width: 0 !important;
}

.ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* color: rgba(0,0,0,.85); */
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum", "tnum";
  position: relative;
  display: inline-block;
  line-height: 1;
}

.ant-badge .ant-badge-count {
  z-index: auto;
  min-width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0;
  padding: 0 8px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  text-align: center;
  background: #ff4d4f;
  border-radius: 7px;
  box-shadow: 0 0 0 1px #fff;
}

/* header end */

/* content start */
.card-content-wrap {
  width: 90%;
  max-width: 1024px;
  margin: 80px auto 0;
}

.card-content-wrap .back {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
  user-select: none;
  /* color: #fbb03b; */
  color: #444;
  font-size: 14px;
}

.card-content-wrap .back:hover {
  color: #fbb03b;
}

.card-content-wrap .card-content {
  /* width: 90%;
  max-width: 1024px;
  margin: 90px auto 0; */
  padding: 10px 20px 20px;
  background-color: #fff;
  border: 1px solid #e5e5e9;
  box-sizing: border-box;
  box-shadow: 0 0px 20px #cccaca;
}

.card-content .title {
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
}

.card-content .exp-info {
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}

.card-content .exp-info li {
  display: inline-block;
  color: #999;
  height: 22px;
  line-height: 22px;
}

.card-content .content img {
  max-width: 980px !important;
}

.card-content .content table img {
  max-width: 100% !important;
}

/* content end */

/* footer start */
.antd-pro-components-footer-index-container {
  margin-top: 65px;
  padding: 36px 0 27px;
  background-color: #001c2e;
}

.antd-pro-components-footer-index-container
  .antd-pro-components-footer-index-header {
  width: 100%;
  line-height: 22px;
}

.antd-pro-components-footer-index-container
  .antd-pro-components-footer-index-header:after {
  display: inline-block;
  content: "";
  width: 750px;
  height: 1px;
  margin-left: 32px;
  background: #949494;
}

.antd-pro-components-footer-index-container
  .antd-pro-components-footer-index-links {
  margin-top: 26px;
}

.antd-pro-components-footer-index-container
  .antd-pro-components-footer-index-links
  .antd-pro-components-footer-index-link-item {
  font-size: 16px;
  font-weight: 400;
  color: #949494;
  line-height: 22px;
}

.antd-pro-components-footer-index-container
  .antd-pro-components-footer-index-contact {
  margin-top: 28px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #949494;
  line-height: 20px;
}

.antd-pro-components-footer-index-container
  .antd-pro-components-footer-index-copyright-text {
  font-size: 12px;
  font-weight: 400;
  color: #949494;
  line-height: 17px;
}

.antd-pro-components-footer-index-container
  .antd-pro-components-footer-index-qr-code-text {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #949494;
  line-height: 17px;
  text-align: center;
}

.antd-pro-layouts-index-container {
  min-width: 1200px;
  background: #fff;
}

/* footer end */

.top {
  position: fixed;
  right: 20px;
  bottom: -50px;
  z-index: 1111;
  width: 44px;
  height: 44px;
  padding-top: 10px;
  background: #fff url("../img/top.png") no-repeat center;
  background-size: 25px;
  border: none;
  border-radius: 2px;
  color: #fbb03b;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
