/* Generated by less 2.2.0 */
/* LESS Document */

:root {
    scroll-behavior: smooth;
}
@keyframes body {
   0% {
opacity:0;
}
50% {
opacity: 0.8;
}
100% {
opacity: 1;
}
}
body {
animation: body 3s linear;
}

/***渐入动画***/

header {
  filter: blur(10px);
}
header .mask {
  text-indent: -9999%;
  background: rgba(14, 14, 37, 0.54);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer {
  position: relative;
  z-index: 2;
}
.container {
  width: 100%;
  max-width: 1024px;
  margin: 200px auto 0;
  position: relative;
  z-index: 2;
}
.container > div {
  background: rgba(255, 255, 255, 0.12);
  text-align: center;
  margin-top: -60px;
  padding: 94px 40px 40px;
  border-radius: 6px;
}
.container > div h2,
.container > div h3 {
  letter-spacing: 8px;
}
.container > div h2 {
  font-size: 4.8rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #b8a06e;
  padding: 10px 60px;
  display: inline-block;
}
.container > div h2[class=title] {
  font-size: 3.4rem;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 6px 60px;
}
.container > div h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 40px;
  padding: 20px 0;
}
.container > div > p {
  text-indent: -6px;
}
.container > div p,
.container > div article {
  line-height: 2;
  letter-spacing: 2px;
  margin-top: 10px;
}
.container > div article a {
  text-align: center;
  text-indent: 0;
  display: inline-block;
  color: #ff90fb;
  padding: 10px 20px;
}
.container > div article p {
  margin-top: 20px;
  text-indent: 3.2rem;
  text-align: left;
}
.container > div article p:first-child {
  margin-top: 10px;
}
.container > div article img {
    width: 100%;
    margin-top: 50px;
    box-shadow: 10px 7px 13px #888885;
    border-radius: 5px;
}
.container > div article img:first-child {

    height: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .container article {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 425px) {
  .container {
    margin-top: 120px;
  }
  .container > div {
    padding: 74px 20px 20px;
  }
  .container > div h2,
  .container > div h2[class=title] {
    letter-spacing: 4px;
    width: 100%;
  }
  .container > div h2 {
    font-size: 3.6rem;
    padding: 16px 0;
  }
  .container > div h2[class=title] {
    font-size: 2.6rem;
    padding: 6px 0;
  }
  .container > div h2[class=title]:first-line {
    font-size: 3.0rem;
  }
  .container > div h3 {
    margin-top: 30px;
    padding: 10px 0;
  }
  .container > div article p {
    text-indent: 2.8rem;
  }
  .container > div article img {
    margin-top: 30px;
  }
}
