@charset "UTF-8";
/*右侧漂浮登记框*/
.float-right-reg {
  width: 150px;
  height: 200px;
  position: fixed;
  right: 0px;
  top: 33%;
  z-index: 100000;
  /*background: linear-gradient(to bottom, ghostwhite 0%, white 100%);*/
  color: #fff;
  border-radius: 6px;
  padding-right: 1px;
  box-sizing: border-box;
}

.float-right-reg-exhi, .float-right-reg-visit {
  font-size: 18px;
  font-family: "Microsoft YaHei", "微软雅黑";
  display: block;
  cursor: pointer;
  text-align: center;
  margin-top: 18px;
  line-height: 60px;
  color: #fff;
  /*BD1E3D*/
}

.float-right-reg-exhi {
  background-color: #e05625;
}

.float-right-reg-exhi:hover {
  background-color: #fa5625;
  color: #fff;
}

.float-right-reg-visit {
  background-color: #02B1B4;
}

.float-right-reg-visit:hover {
  background-color: #02c5B4;
  color: #fff;
}

/*头部（含PageHeader）*/
.header {
  height: 170px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

/*页首*/
.page-header {
  background: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

/*顶部logo（模板）*/
.header-logo-template {
  width: 300px;
  height: 110px;
  cursor: pointer;
  overflow: hidden;
}

/*顶部-展会信息（日期+展馆名称）*/
.header-exhi-info-logo-text {
  color: #FE0000;
  font-size: 28px;
  text-align: center;
}

/*顶部-展会剩余天数*/
.header-exhi-days-logo-text {
  font-size: 24px;
  color: #616867;
  display: flex;
  align-items: center;
}

/*顶部-展会剩余天数中的天数数值*/
.header-exhi-days-day {
  font-size: 36px;
  font-weight: bolder;
  color: #FE0000;
  margin-bottom: 3px;
}

/*顶部-展会名称*/
.header-exhi-name-logo-title {
  color: darkblue;
  font-size: 42px;
  margin-top: 10px;
  text-align: center;
}

/*顶部-展会信息（日期+展馆名称）*/
.header-exhi-info-logo-title {
  color: #111111;
  font-size: 30px;
  text-align: center;
}

/*顶部菜单*/
.header-menu {
  margin-top: 5px;
  display: flex;
}

.header-menu-left {
  flex-grow: 1;
  width: 21%;
}

.header-menu-right {
  flex-grow: 1;
  width: 19%;
  margin-top: 4px;
  padding-right: 5px;
  text-align: right;
  vertical-align: middle;
  line-height: 44px;
}

.header-menu-center {
  width: 60%;
  text-align: center;
}

/*子页面-子页首（通用内容之上）*/
.sub-header {
  background: #FE0000;
  color: white;
  font-size: 32px;
  font-family: "方正粗黑宋简体", "微软雅黑";
  text-align: center;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
}

.sub-header-title1, .sub-header-title2 {
  font-size: 26px;
}

.sub-header-title2 {
  margin-left: 60px;
}

/*主体*/
.page-body {
  margin-top: 40px;
  display: flex;
}

.page-body-center {
  width: 1000px;
}

.page-body-left, .page-body-right {
  /*flex-grow 属性用于设置或检索弹性盒的扩展比率。*/
  flex-grow: 1;
}

.home-exhi-area {
  margin-top: 40px;
}
.home-exhi-area-contents {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.home-exhi-area-contents div {
  margin-top: 10px;
}
.home-exhi-area-content {
  margin: 0 13px;
  min-width: 200px;
  max-width: 440px;
}
.home-exhi-area-image {
  cursor: pointer;
  padding: 6px;
  width: 100%;
  height: 100%;
  display: block;
}

.news-list {
  margin-top: 40px;
}

.exhi-application, .visit-application {
  margin-top: 14px;
  display: flex;
}

.page-body-center-title {
  margin-top: 26px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.page-body-center-title span {
  padding-bottom: 5px;
  border-bottom: 2px solid #409EFF;
}

/*尾部（含PageFooter)*/
.footer {
  margin-top: 30px;
}

/*页尾*/
.page-footer {
  background: #222;
}

/*子页尾*/
.sub-footer {
  width: 800px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.footer-copyright {
  border-top: 1px solid #fff;
  margin: 0 auto;
  width: 80%;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
