html,
body {
  width: 100%;
  height: 100%;
  color: #333333;
  position: relative;
  background-color: #F8F8F8;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

.layui-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.layui-flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contentbox {
  min-height: 100%;
  position: relative;
  padding-bottom: 104px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contentbox .footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* 底部 */
.footer {
  padding: 30px 0;
}

.footer p {
  line-height: 22px;
  text-align: center;
  font-size: 14px !important;
  /* mix-blend-mode: difference; */
}

.footer p a:hover {
  text-decoration: underline;
}

.footer p img {
  vertical-align: middle;
  margin: -2px 5px 0 10px;
}

/* 顶部 */
.upper {
  margin-bottom: 26px;
}

.upper .header .inner {
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.upper .header .logo {
  height: 42px;
}

.upper .navbar {
  background-color: #0077DD;
}

.upper .header .info {
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.upper .navbar .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.upper .navbar .date {
  line-height: 50px;
  color: #ffffff;
}

.upper .navbar .layui-nav {
  background-color: transparent;
}

.upper .navbar .layui-nav .layui-nav-item {
  line-height: 50px;
}

.upper .navbar .layui-nav * {
  font-size: 15px;
}

.upper .navbar .layui-nav .layui-nav-item a {
  position: relative;
  z-index: 1;
  padding: 0 25px;
  color: #ffffff;
}

.upper .navbar .layui-nav .layui-this a {
  color: #333333;
}

.upper .navbar .layui-nav .layui-this:after,
.layui-nav-bar {
  height: 44px;
  background-color: #ffffff;
}

/* 主体 */
.content {
  background-color: #ffffff;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  padding: 22px 100px 60px 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 标题导航 */
.titlebar {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tips-layer .layui-layer-content {
  color: #FF3300;
}

.titlebar span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 0 50px 12px 50px;
  border-bottom: 4px solid #FF3300;
}

.titlebar .crumbs {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  color: #CC3233;
  cursor: pointer;
}

.titlearea {
  text-align: center;
  margin-bottom: 10px;
}

.titlearea h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* 阶段入口 */
.entrance .item {
  cursor: pointer;
  height: 180px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.entrance .layui-col {
  border-right: 1px solid #C9C9C9;
}

.entrance .layui-col:last-child {
  border-right: 0;
}

.entrance .item .tag {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 58px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  font-size: 12px;
  background-color: #AAAAAA;
}

.entrance .item .icon {
  width: 55px;
  height: 55px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: antiquewhite;
}

.entrance .item .icon .active {
  display: none;
}

.entrance .item .title {
  font-size: 20px;
  color: #104150;
  line-height: 28px;
  letter-spacing: 2px;
  text-align: center;
  margin: 10px 0;
}

.entrance .item .time {
  font-size: 10px;
  text-align: center;
  line-height: 20px;
}

.entrance .item.active .tag {
  background-color: #FFA500;
}

.entrance .item.active .icon .inactive {
  display: none;
}

.entrance .item.active .icon .active {
  display: block;
}

/* 全局遮罩 */
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mask p {
  margin-top: 10px;
}

/* 马赛克 */
.mosaic {
  content: '';
  position: absolute;
  max-width: 86px;
  left: 15px;
  right: 15px;
  top: 9px;
  bottom: 9px;
  background-color: #ffffff;
  background-image: url('../imgs/mosaic.png');
  background-repeat: repeat-x;
  background-position: right center;
}

/* loading加载 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

@-moz-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    -moz-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    -moz-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    -moz-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

@-o-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    -moz-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    -moz-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    -moz-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

.mask .loader {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.triangle-skew-spin>div {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ed5565;
  border-radius: 16px;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
  -moz-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
  -o-animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
  animation: triangle-skew-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}