/* 头部其他部分容器 */
body {
  background-color: #f4f4f4;
}

.layui-layer-content {
  color: #333;
}

/*解决{{}}闪烁*/
[v-cloak] {
  display: none;
}

.headerContainer {
  width: 100%;
  position: relative;
  /* height: 466px; */
}

/*页面标题*/
/* .pageTitle {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  top: 60%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
} */

.pageTitle {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  top: 60%;
  width: 62.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pageTitleFontPhone {
  display: none;
}

.pageTitleFontPhone {
  display: none;
}

.pageTitleFont {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

/* .pageTitleFont {
  font-family: Arial, "Roboto Condensed", sans-serif, "Microsoft YaHei", "Heiti SC", "黑体", Arial, sans-serif;
  font-size: 75px;
  font-weight: 800;
  font-stretch: normal;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  text-align: center;
  display: inline-block;
} */

@media (min-width: 1025px) {
}

@media (min-width: 992px) and (max-width: 1024px) {
  .otherContainerPhone {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .otherContainerPhone {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 55.8px;
  }

  .pageTitle {
    display: none;
  }

  .visible-xs {
    width: 100%;
    height: 100%;
  }

  .headerContainer {
    width: 100%;
    height: 3.84rem;
  }

  .pageTitle {
    width: 100%;
    height: 3.84rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pageTitleFont {
    display: none;
  }

  .pageTitleFontPhone {
    width: 3.46rem;
    height: 1.11rem;
    font-family: -apple-system,'PingFang SC',BlinkMacSystemFont,'Microsoft YaHei',
    'Helvetica Neue','Source Han Sans SC','WenQuanYi Micro Hei',sans-serif;
    font-size: 0.43rem;
    font-weight: 800;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.8);
    /* padding: 20px; */
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}

