/* 初始化样式 */
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul,
dl {
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover,
a:visited,
a:link {
  text-decoration: none;
}
.clearfix {
  clear: both;
}
input,
button {
  outline: none;
}
body {
  font-family: "Source Han Sans CN", "Microsoft YaHei", "PingFang SC", "Helvetica Neue";
  position: relative;
  font-size: 14px;
  line-height: unset;
  background: #F2F2F2;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4637360 */
  src: url('//at.alicdn.com/t/c/font_4637360_5l3c87xw95t.woff2?t=1770708346278') format('woff2'), url('//at.alicdn.com/t/c/font_4637360_5l3c87xw95t.woff?t=1770708346278') format('woff'), url('//at.alicdn.com/t/c/font_4637360_5l3c87xw95t.ttf?t=1770708346278') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-webkit-input-placeholder {
  color: #b2b2b2;
}
:-moz-placeholder {
  color: #b2b2b2;
}
::-moz-placeholder {
  color: #b2b2b2;
}
:-ms-input-placeholder {
  color: #b2b2b2;
}
nav {
  width: 100%;
  background: #2a289d;
}
nav .nav-con {
  height: 70px;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  nav .nav-con {
    width: 96%;
  }
}
@media (max-width: 767px) {
  nav .nav-con {
    width: 92%;
  }
}
nav .nav-con .logo {
  display: flex;
  align-items: center;
}
nav .nav-con .logo img {
  display: block;
}
nav .nav-con .logo .events-logo {
  height: 54px;
}
nav .nav-con .nav-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  height: 42px;
  font-size: 15px;
  background: linear-gradient(90deg, #949ceb, #20c4de 100%);
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  box-shadow: rgba(148, 156, 235, 0.3) 4px 4px 15px 0px;
  border-radius: 50px;
  width: 170px;
  animation: 0.7s ease 0s infinite normal none running applyBtn;
}
nav .nav-con .nav-btn a .tag-text {
  position: absolute;
  top: -12px;
  right: -30px;
  font-size: 12px;
  background: linear-gradient(90deg, #FFAF37 0%, #FF1D8B 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 2px 10px;
  transform: scale(0.9);
}
nav .nav-con .nav-btn a .tag-text .iconfont {
  font-size: 14.5px;
  margin-right: 3px;
  margin-left: 0px;
  font-weight: normal;
}
nav .nav-con .nav-btn a .text {
  font-size: 16px;
  font-weight: bold;
}
nav .nav-con .nav-btn a .iconfont {
  font-size: 20px;
  margin-left: 10px;
}
nav .nav-con .nav-btn a:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  nav .nav-con .nav-btn a {
    height: 32px;
    padding: 0px 20px;
    width: auto;
  }
  nav .nav-con .nav-btn a .tag-text {
    font-weight: normal;
    right: -15px;
    bottom: 30px;
    font-size: 10px;
    height: 16px;
    padding: 0px 5px;
  }
  nav .nav-con .nav-btn a .text {
    font-size: 14px !important;
  }
  nav .nav-con .nav-btn a .iconfont {
    font-size: 14px;
    margin-left: 5px;
  }
}
@keyframes applyBtn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.top-seat {
  height: 70px;
}
@media (max-width: 767px) {
  nav .nav-con {
    height: 60px;
  }
  nav .nav-con .logo .n-logo {
    height: 24px;
  }
  nav .nav-con .logo .events-logo {
    height: 36px;
    margin-left: 8px;
  }
  nav .nav-con .nav-btn a {
    height: 28px;
  }
  nav .nav-con .nav-btn a .text {
    font-size: 13px;
  }
  .top-seat {
    height: 60px;
  }
}
.banner-bg {
  margin: 0 auto;
  width: 100%;
  height: 490px;
  background-image: url("../images/banner-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-con {
  width: 1400px;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  animation: bannerCon 2s ease-in forwards;
}
@media (max-width: 1400px) {
  .banner-con {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .banner-con {
    width: 92%;
  }
}
@keyframes bannerCon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-con .banner-text {
  display: inline-block;
}
.banner-con .text-1 {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: 'Helvetica';
}
.banner-con .text-2 {
  margin-top: 12px;
  font-size: 63px;
  line-height: 71px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #ffffff;
}
.banner-con .other {
  margin-top: 15px;
}
.banner-con .other .item {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 8px;
}
.banner-con .other .item:last-child {
  margin-bottom: 0px;
}
.banner-con .other .item .iconfont {
  font-size: 22px;
  margin-right: 8px;
  font-weight: normal;
}
.banner-con .other .item .text {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
}
.banner-con .Register-btn {
  margin-top: 20px;
  display: flex;
}
.banner-con .Register-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  height: 42px;
  font-size: 15px;
  background: linear-gradient(90deg, #949ceb, #20c4de 100%);
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  box-shadow: rgba(148, 156, 235, 0.3) 4px 4px 15px 0px;
  border-radius: 50px;
  animation: 0.7s ease 0s infinite normal none running applyBtn;
  width: 190px;
  height: 50px;
}
.banner-con .Register-btn a .tag-text {
  position: absolute;
  top: -12px;
  right: -30px;
  font-size: 12px;
  background: linear-gradient(90deg, #FFAF37 0%, #FF1D8B 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 2px 10px;
  transform: scale(0.9);
}
.banner-con .Register-btn a .tag-text .iconfont {
  font-size: 14.5px;
  margin-right: 3px;
  margin-left: 0px;
  font-weight: normal;
}
.banner-con .Register-btn a .text {
  font-size: 16px;
  font-weight: bold;
}
.banner-con .Register-btn a .iconfont {
  font-size: 20px;
  margin-left: 10px;
}
.banner-con .Register-btn a:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .banner-con .Register-btn a {
    height: 32px;
    padding: 0px 20px;
    width: auto;
  }
  .banner-con .Register-btn a .tag-text {
    font-weight: normal;
    right: -15px;
    bottom: 30px;
    font-size: 10px;
    height: 16px;
    padding: 0px 5px;
  }
  .banner-con .Register-btn a .text {
    font-size: 14px !important;
  }
  .banner-con .Register-btn a .iconfont {
    font-size: 14px;
    margin-left: 5px;
  }
}
.banner-con .Register-btn a .text {
  font-size: 18px;
}
@media (max-width: 1500px) {
  .banner-bg {
    background-position: center;
    height: 440px;
  }
  .banner-con {
    width: 94%;
  }
}
@media (max-width: 1024px) {
  .banner-bg {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .banner-con .text-1 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner-con .text-2 {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .banner-bg {
    height: 300px;
    background-position: 60% 0;
  }
  .banner-con .text-1 {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1px;
  }
  .banner-con .text-2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 8px 0px 5px 0px;
  }
  .banner-con .other {
    padding: 5px;
    margin-top: 0px;
  }
  .banner-con .other .item {
    margin-bottom: 2px;
  }
  .banner-con .other .item .iconfont {
    font-size: 14px;
    margin-right: 3px;
  }
  .banner-con .other .item .text {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0px;
  }
  .banner-con .Register-btn {
    margin-top: 5px;
  }
}
.page-container {
  width: 1400px;
  margin: 0 auto;
  margin: 25px auto 0;
  display: flex;
  align-items: normal;
}
@media (max-width: 1400px) {
  .page-container {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .page-container {
    width: 92%;
  }
}
.intro-container {
  flex: 1;
  padding: 25px;
  background: #fff;
  margin-right: 30px;
}
.page-title {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 2px solid #2a289d;
}
.page-title span {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}
.page-title span strong {
  color: #2a289d;
}
@media (max-width: 767px) {
  .page-title {
    padding-bottom: 8px;
  }
  .page-title span {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-title-1 {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #CCCCCC;
}
.page-title-1 .title-bg {
  display: block;
  height: 24px;
  margin-right: 8px;
}
.page-title-1 .title-icon {
  display: block;
  width: 32px;
  margin-right: 7px;
}
.page-title-1 .title-text {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}
@media (max-width: 767px) {
  .page-title-1 {
    padding-bottom: 8px;
  }
  .page-title-1 .title-bg {
    height: 18px;
  }
  .page-title-1 .title-icon {
    width: 18px;
    margin-right: 4px;
  }
  .page-title-1 .title-text {
    font-size: 16px;
  }
}
.info-con {
  background: linear-gradient(92deg, #d3d8f7 0%, #f3f5ff 100%);
  padding: 15px 18px;
  font-size: 16px;
  line-height: 25px;
  border-radius: 0px 0px 8px 8px;
  border-top: 3px solid #2a289d;
}
.info-con strong {
  color: #2a289d;
}
.info-con .the-text {
  margin-bottom: 15px;
}
.info-con .the-text:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .info-con {
    font-size: 13px;
    line-height: 19px;
    padding: 10px;
  }
  .info-con .the-text {
    margin-bottom: 8px;
  }
}
.info-con-small {
  font-size: 15px;
  line-height: 24px;
  background: none;
  padding: 0px;
  margin-top: 10px;
}
.info-con-small .info-events {
  font-size: 16px;
  font-weight: bold;
  color: #2a289d;
  display: block;
  margin-top: 10px;
}
.info-con-small strong {
  color: #2a289d;
}
.info-con-small a {
  color: #2a289d;
}
@media (max-width: 767px) {
  .info-con-small {
    font-size: 14px;
    line-height: 20px;
  }
  .info-con-small .info-events {
    font-size: 14px;
  }
}
.highlight-con {
  margin-top: 20px;
}
.highlight-list {
  margin-top: 10px;
}
.highlight-list .row {
  margin-right: -5px;
  margin-left: -5px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.highlight-list .col-lg-item {
  width: 25%;
  padding-right: 5px;
  padding-left: 5px;
}
.highlight-list .col-item {
  height: 100%;
  background: linear-gradient(90deg, #ecf0ff, #ffffff 100%);
  border-left: 2.5px solid #2a289d;
}
.highlight-list .col-item .the-text-1 {
  padding: 5px 10px;
  background: linear-gradient(270deg, #ffffff, #cbd2f8 100%);
  color: #2a289d;
  font-weight: bold;
  font-size: 16px;
}
.highlight-list .col-item .the-text-2 {
  padding: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
}
@media (max-width: 1100px) {
  .highlight-list .col-lg-item {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .highlight-list .col-lg-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .highlight-list .col-item {
    border-left: 2px solid #2a289d;
  }
  .highlight-list .col-item .the-text-1 {
    padding: 3px 8px;
    font-size: 14px;
  }
  .highlight-list .col-item .the-text-2 {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 8px 5px 10px;
  }
}
.exclusive-con {
  margin-top: 20px;
}
.exclusive-con .exclusive-con-con {
  margin-top: 10px;
  padding: 12px 15px 20px 15px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.exclusive-con .exclusive-item {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2a289d;
}
.exclusive-con .exclusive-item span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  background: #2a289d;
  font-size: 16px;
  font-weight: bold;
  color: #ffff;
  margin-right: 12px;
}
.exclusive-con .exclusive-item-time {
  font-size: 17px;
  color: #333333;
}
.exclusive-con .gift-text {
  font-size: 16px;
  line-height: 25px;
  color: #4d4d4d;
}
.exclusive-con .gift-text span {
  font-weight: bold;
  color: #2a289d;
}
.exclusive-con .gift-con {
  margin-top: 10px;
  margin-bottom: 10px;
}
.exclusive-con .gift-con .row {
  margin-right: -2.5px;
  margin-left: -2.5px;
  display: flex;
  flex-wrap: wrap;
}
.exclusive-con .gift-con .col-lg-item {
  width: 14.2%;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
.exclusive-con .gift-con .col-item .the-pic {
  border: 1px solid #d9d9d9;
  position: relative;
}
.exclusive-con .gift-con .col-item .the-pic img {
  display: block;
  width: 100%;
}
.exclusive-con .gift-con .col-item .the-pic .tag {
  position: absolute;
  top: -10px;
  left: 0px;
  height: 20px;
  line-height: 20px;
  padding: 0px 5px;
  background: #2a289d;
  font-size: 12px;
  color: #fff;
}
.exclusive-con .gift-con .col-item .the-title {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.exclusive-con .remark {
  font-size: 13px;
  margin-top: 5px;
  color: #768695;
}
@media (max-width: 1200px) {
  .exclusive-con .gift-con .col-lg-item {
    width: 20%;
    margin-bottom: 8px;
  }
  .exclusive-con .remark {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .exclusive-con .exclusive-con-con {
    padding: 5px 9px;
  }
  .exclusive-con .exclusive-item {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .exclusive-con .exclusive-item span {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 0px 5px;
    margin-right: 8px;
  }
  .exclusive-con .exclusive-item-time {
    font-size: 14px;
  }
  .exclusive-con .gift-text {
    font-size: 13px;
    line-height: 19px;
  }
  .exclusive-con .gift-con {
    margin-bottom: 0px;
    margin-top: 5px;
  }
  .exclusive-con .gift-con .col-lg-item {
    width: 33.33%;
  }
  .exclusive-con .gift-con .col-item .the-title {
    font-size: 12px;
    line-height: 19px;
  }
  .exclusive-con .gift-con .col-item .the-pic .tag {
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    top: -8px;
  }
}
.btn-con {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
}
.btn-con a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  font-size: 15px;
  background: linear-gradient(90deg, #949ceb, #20c4de 100%);
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  box-shadow: rgba(148, 156, 235, 0.3) 4px 4px 15px 0px;
  border-radius: 50px;
  width: 180px;
  height: 42px;
  animation: 0.7s ease 0s infinite normal none running applyBtn;
}
.btn-con a .tag-text {
  position: absolute;
  top: -12px;
  right: -30px;
  font-size: 12px;
  background: linear-gradient(90deg, #FFAF37 0%, #FF1D8B 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 2px 10px;
  transform: scale(0.9);
}
.btn-con a .tag-text .iconfont {
  font-size: 14.5px;
  margin-right: 3px;
  margin-left: 0px;
  font-weight: normal;
}
.btn-con a .text {
  font-size: 16px;
  font-weight: bold;
}
.btn-con a .iconfont {
  font-size: 20px;
  margin-left: 10px;
}
.btn-con a:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .btn-con a {
    height: 32px;
    padding: 0px 20px;
    width: auto;
  }
  .btn-con a .tag-text {
    font-weight: normal;
    right: -15px;
    bottom: 30px;
    font-size: 10px;
    height: 16px;
    padding: 0px 5px;
  }
  .btn-con a .text {
    font-size: 14px !important;
  }
  .btn-con a .iconfont {
    font-size: 14px;
    margin-left: 5px;
  }
}
.btn-con a .text {
  font-size: 17px;
}
@media (max-width: 767px) {
  .btn-con a {
    padding: 0px 40px;
  }
}
.event-con {
  margin-top: 20px;
}
.event-con .event-list {
  margin-top: 12px;
  border-radius: 5px;
  overflow: hidden;
}
.event-con .event-list .event-item {
  display: flex;
  align-items: stretch;
  position: relative;
}
.event-con .event-list .event-item:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #CBD2F8 0%, #EEF0FF 100%);
}
.event-con .event-list .event-item:first-child:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #CBD2F8 0%, #EEF0FF 100%);
}
.event-con .event-list .event-item .event-time {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(105deg, #c9d0f8 0%, #ffffff 100%);
  border-right: 1px solid #cbd2f8;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.event-con .event-list .event-item .event-text {
  flex: 1;
  padding: 8px 0px 8px 18px;
  background: linear-gradient(90deg, #ecf0ff, #ffffff 100%);
}
.event-con .event-list .event-item .event-text .the-title {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  color: #2a289d;
}
.event-con .event-list .event-item .event-text .the-text {
  font-size: 14px;
  color: #768695;
}
.event-con .event-list .event-item .event-text .event-text-item {
  position: relative;
  padding-top: 8px;
  margin-top: 8px;
}
.event-con .event-list .event-item .event-text .event-text-item:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #CBD2F8 0%, #EEF0FF 100%);
}
.event-con .event-list .event-item .event-text .event-text-item:first-child {
  padding-top: 0px;
  margin-top: 0px;
}
.event-con .event-list .event-item .event-text .event-text-item:first-child:before {
  background: none;
}
@media (max-width: 767px) {
  .event-con .event-list .event-item .event-time {
    width: 100px;
    font-size: 13px;
  }
  .event-con .event-list .event-item .event-text {
    padding: 8px 0px 8px 10px;
  }
  .event-con .event-list .event-item .event-text .the-title {
    font-size: 13px;
    line-height: 19px;
  }
  .event-con .event-list .event-item .event-text .the-text {
    font-size: 12px;
    margin-top: 3px;
  }
}
.event-list-china {
  margin-top: 15px;
  border: 1px solid #d9d9d9;
  background: linear-gradient(127deg, #FFF 49.83%, #F2F2F2 96.86%);
  border-radius: 5px;
}
.event-list-china .event-title {
  background: linear-gradient(90deg, #C00 42.5%, rgba(204, 0, 0, 0) 100%);
  padding: 9px 18px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}
.event-list-china .event-list-con {
  margin: 15px 20px;
  position: relative;
}
.event-list-china .event-list-con:before {
  content: '';
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(204, 1, 1, 0) 0%, #00A7CC 50%, rgba(204, 1, 1, 0) 100%);
  position: absolute;
  top: 0px;
  left: 6px;
}
.event-list-china .event-item {
  padding: 3px 0px 3px 25px;
  color: #333333;
  position: relative;
}
.event-list-china .event-item:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0px;
  width: 13px;
  height: 13px;
  background-image: url("../images/event-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.event-list-china .event-item .the-text {
  font-size: 15px;
  margin-bottom: 8px;
  color: #2a289d;
  font-weight: bold;
}
.event-list-china .event-item-t {
  font-size: 15px;
  line-height: 23px;
  margin: 7px 0px;
  padding-left: 14px;
  position: relative;
  font-weight: 400;
}
.event-list-china .event-item-t:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #2a289d;
  border-radius: 50px;
}
.event-list-china .remark {
  padding: 10px 20px;
  font-size: 13px;
  line-height: 24px;
  color: #999999;
}
@media (max-width: 767px) {
  .event-list-china .event-list-con {
    margin: 10px;
  }
  .event-list-china .event-item-t {
    font-size: 13px;
    line-height: 19px;
  }
}
.time-con {
  margin-top: 20px;
}
.time-con .time-list {
  margin-top: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: hidden;
}
.time-con .time-list .tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.time-con .time-list .tr:last-child {
  border-bottom: none;
}
.time-con .time-list .td {
  width: 16%;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #768695;
}
.time-con .time-list .td:nth-child(2) {
  width: 50%;
}
.time-con .time-list .td:nth-child(3) {
  width: 18%;
}
.time-con .time-list .td:nth-child(4) {
  min-width: 100px;
}
.time-con .time-list .td .td-text-1 {
  font-size: 13px;
  display: block;
}
.time-con .time-list .td .site_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  height: 42px;
  font-size: 15px;
  background: linear-gradient(90deg, #949ceb, #20c4de 100%);
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  box-shadow: rgba(148, 156, 235, 0.3) 4px 4px 15px 0px;
  border-radius: 50px;
  width: 100px;
  height: 28px;
  background: linear-gradient(90deg, #ecf0ff, #ffffff 100%);
  box-shadow: none;
  color: #2a289d;
  border: 1px solid #2a289d;
}
.time-con .time-list .td .site_btn .tag-text {
  position: absolute;
  top: -12px;
  right: -30px;
  font-size: 12px;
  background: linear-gradient(90deg, #FFAF37 0%, #FF1D8B 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 2px 10px;
  transform: scale(0.9);
}
.time-con .time-list .td .site_btn .tag-text .iconfont {
  font-size: 14.5px;
  margin-right: 3px;
  margin-left: 0px;
  font-weight: normal;
}
.time-con .time-list .td .site_btn .text {
  font-size: 16px;
  font-weight: bold;
}
.time-con .time-list .td .site_btn .iconfont {
  font-size: 20px;
  margin-left: 10px;
}
.time-con .time-list .td .site_btn:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .time-con .time-list .td .site_btn {
    height: 32px;
    padding: 0px 20px;
    width: auto;
  }
  .time-con .time-list .td .site_btn .tag-text {
    font-weight: normal;
    right: -15px;
    bottom: 30px;
    font-size: 10px;
    height: 16px;
    padding: 0px 5px;
  }
  .time-con .time-list .td .site_btn .text {
    font-size: 14px !important;
  }
  .time-con .time-list .td .site_btn .iconfont {
    font-size: 14px;
    margin-left: 5px;
  }
}
.time-con .time-list .td .site_btn .text {
  font-size: 13px;
  font-weight: normal;
}
.time-con .time-list .td .site_btn:hover {
  background: #2a289d;
}
.time-con .time-list .td .site_btn:hover .text {
  color: #ffffff;
}
.time-con .time-list .th {
  border: none;
}
.time-con .time-list .th .td {
  background: #ecf0ff;
  color: #2a289d;
  font-weight: bold;
}
@media (max-width: 767px) {
  .time-con .time-list .td {
    font-size: 12px;
    padding: 5px 0px;
    width: 25%;
  }
  .time-con .time-list .td:nth-child(1) {
    padding-left: 4px;
  }
  .time-con .time-list .td:nth-child(4) {
    min-width: auto;
    padding: 5px 0px;
    text-align: center;
  }
  .time-con .time-list .td .site_btn {
    padding: 0px;
    background: transparent;
    border: none;
  }
  .time-con .time-list .td .site_btn .text {
    font-size: 12px!important;
  }
  .time-con .time-list .td .td-text-1 {
    display: block;
    font-size: 11px;
  }
}
.content-con {
  margin-top: 20px;
}
.notice-con {
  margin-top: 10px;
  background: linear-gradient(90deg, #ecf0ff, #ffffff 100%);
  padding: 10px;
  border-radius: 5px;
}
.notice-con .notice-title {
  font-size: 15px;
  font-weight: bold;
  color: #2a289d;
  margin-bottom: 5px;
}
.notice-con .notice-text {
  font-size: 13px;
  line-height: 21px;
  color: #666666;
}
@media (max-width: 767px) {
  .notice-con {
    padding: 5px;
  }
  .notice-con .notice-title {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .notice-con .notice-text {
    font-size: 11px;
    line-height: 18px;
  }
}
.sidebar-right {
  width: 440px;
  height: 100%;
}
.sidebar-form {
  background: #fff;
  position: relative;
  padding: 18px 20px 25px 20px;
  border-top: 3px solid #2a289d;
  box-shadow: 10px 2px 30px 0 rgba(42, 40, 157, 0.35), -10px -2px 30px 0 rgba(42, 40, 157, 0.35);
  height: auto;
  overflow-y: scroll;
  max-height: 100%;
}
.sidebar-form .page-title-1 .title-text {
  font-size: 18px;
}
.layui-form-btn {
  width: 190px;
  margin: 15px auto 0;
}
.layui-form-btn .submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  height: 42px;
  font-size: 15px;
  background: linear-gradient(90deg, #949ceb, #20c4de 100%);
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  box-shadow: rgba(148, 156, 235, 0.3) 4px 4px 15px 0px;
  border-radius: 50px;
  background: #2a289d;
  height: 40px !important;
}
.layui-form-btn .submit-btn .tag-text {
  position: absolute;
  top: -12px;
  right: -30px;
  font-size: 12px;
  background: linear-gradient(90deg, #FFAF37 0%, #FF1D8B 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 2px 10px;
  transform: scale(0.9);
}
.layui-form-btn .submit-btn .tag-text .iconfont {
  font-size: 14.5px;
  margin-right: 3px;
  margin-left: 0px;
  font-weight: normal;
}
.layui-form-btn .submit-btn .text {
  font-size: 16px;
  font-weight: bold;
}
.layui-form-btn .submit-btn .iconfont {
  font-size: 20px;
  margin-left: 10px;
}
.layui-form-btn .submit-btn:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .layui-form-btn .submit-btn {
    height: 32px;
    padding: 0px 20px;
    width: auto;
  }
  .layui-form-btn .submit-btn .tag-text {
    font-weight: normal;
    right: -15px;
    bottom: 30px;
    font-size: 10px;
    height: 16px;
    padding: 0px 5px;
  }
  .layui-form-btn .submit-btn .text {
    font-size: 14px !important;
  }
  .layui-form-btn .submit-btn .iconfont {
    font-size: 14px;
    margin-left: 5px;
  }
}
.layui-form {
  padding-top: 18px;
}
.layui-form-label {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0px;
  margin-bottom: 7px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 400;
  white-space: normal !important;
}
.layui-form-label .text {
  color: #FF4D4F;
}
.layui-form-label-border {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.form-tips {
  margin-top: 5px;
  font-size: 13px;
  color: red;
}
.must {
  color: #FF4D4F;
}
.label-terms {
  color: #2a289d;
  font-weight: 500;
}
.privacy-text {
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  margin-top: 5px;
  margin-bottom: 8px;
}
.privacy-text a {
  color: #2a289d;
  text-decoration: underline;
}
.privacy-text a:hover {
  color: #4543cc;
}
.layui-form-item {
  margin-bottom: 10px;
}
.layui-input-block {
  margin-left: 0px;
}
.layui-input-block-flex {
  display: flex;
  justify-content: space-between;
}
.layui-input-block-flex .layui-form-select {
  width: 49%;
}
.layui-input:focus,
.layui-textarea:focus {
  border-color: #2a289d !important;
  box-shadow: none;
}
.layui-form-radio:hover > *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #2a289d;
}
.layui-form-radio > i {
  font-size: 17px;
}
.layui-form-item .layui-form-checkbox {
  width: 100%;
}
.layui-form-checkbox > div {
  white-space: normal;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #666666 !important;
}
.layui-form-checkbox > div a {
  color: #2a289d;
}
.layui-form-radio {
  padding-right: 20px;
}
.layui-input,
.layui-select,
.layui-textarea {
  height: 32px;
}
.layui-input,
.layui-textarea {
  padding-right: 30px;
}
.layui-input-affix {
  line-height: 32px;
}
.layui-form-select dl dd {
  line-height: 20px;
  white-space: normal;
  min-height: 30px;
  padding: 4px 10px;
}
.layui-form-select dl dd:hover {
  background: #f0f0f0;
}
.layui-form-select dl dd.layui-this {
  color: #fff;
  background: #2a289d;
}
.layui-form-select dl dd.layui-select-tips {
  background: transparent !important;
  font-weight: normal !important;
  color: #999 !important;
}
xm-select {
  line-height: 34px !important;
  min-height: 34px !important;
}
xm-select > .xm-body .xm-option-content {
  color: #333333 !important;
  font-size: 14px;
  line-height: 30px;
}
xm-select > .xm-label .xm-label-block {
  margin: 1px 5px 1px 0 !important;
}
xm-select > .xm-label .xm-label-block > i {
  margin: 0px !important;
  padding: 0px 5px !important;
}
xm-select > .xm-icon {
  position: absolute;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  margin-top: 0px !important;
  display: flex;
  align-items: center;
}
xm-select > .xm-icon::after {
  content: '\e61a';
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-family: "layui-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B3B3B3;
}
xm-select > .xm-icon-expand {
  margin-top: -9px !important;
  transform: rotate(180deg) !important;
}
.xm-icon-expand:before {
  content: "" !important;
}
xm-select > .xm-body .xm-option-icon {
  border: none;
}
.xm-icon-duox:before {
  content: '\e605' !important;
  font-family: "layui-icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
xm-select .xm-body .xm-option .xm-option-icon {
  width: 16px !important;
  height: 16px !important;
}
xm-select .xm-label .xm-label-block:hover {
  opacity: 0.8;
}
xm-select > .xm-body {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #d9d9d9 !important;
  width: calc(100% + 2px) !important;
  left: -1px !important;
}
.layui-form-checked[lay-skin=primary] > i {
  border-color: #2a289d !important;
  background: #2a289d;
}
.layui-form-checkbox[lay-skin=primary]:hover > i {
  border-color: #2a289d;
}
@media (max-width: 767px) {
  .layui-form-label {
    margin-bottom: 5px;
  }
  .layui-form-checkbox > div {
    font-size: 12px;
    line-height: 18px;
  }
  .label-terms {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .sidebar-right {
    width: 380px;
  }
}
@media (max-width: 1024px) {
  .page-container {
    flex-direction: column;
    margin: 20px auto 0;
  }
  .intro-container {
    margin-right: 0px;
    min-height: auto;
    padding: 15px;
  }
  .sidebar-right {
    width: 100%;
  }
  .sidebar-form {
    box-shadow: none;
    margin-top: 20px;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .intro-container {
    padding: 15px;
  }
  .sidebar-form {
    margin-top: 10px;
    padding: 10px 12px 20px 12px;
  }
}
footer {
  margin: 60px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: #000;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.select-site input {
  border: 1.5px solid #2a289d;
  background: linear-gradient(92deg, #d3d8f7 0%, #f3f5ff 100%);
  color: #2a289d;
  font-weight: bold;
}
.layui-form-select dl {
  bottom: auto !important;
  top: 100%;
}
/*# sourceMappingURL=index.css.map */