* {
  margin: 0;
  padding: 0;
}
body.no-scroll {
  overflow: hidden;
}
.main {
  display: none;
  position: relative;
  width: 1200px;
  background-color: #fff;
  overflow: hidden;
  margin: 0 auto;
}
.main .bg {
  width: 100%;
}
.main .bg img {
  width: 100%;
  display: block;
}
.main span {
  position: absolute;
  z-index: 99;
  opacity: 0.6;
  cursor: pointer;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.86);
  z-index: 999;
  display: none;
}
.maskBox {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 997px;
  margin-top: 2vh;
  height: 96vh;
  background-image: linear-gradient(1deg, #6bb0b4 0%, #f9f9f5 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 0px 3px 9px 1px rgba(85, 190, 255, 0.86);
  border-radius: 20px;
}
.maskBox .content {
  overflow-y: scroll;
  height: 80vh;
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
}
.maskBox .textBox {
  font-size: 35px;
  line-height: 180%;
}
.maskBox .textBox p {
  text-indent: 70px;
}
.maskBox .btn {
  position: absolute;
  left: 25%;
  bottom: 40px;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.maskBox h2 {
  display: block;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  padding: 20px 80px;
}
.maskBox .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 80px;
  height: 80px;
  background-image: url("../images/close.png");
  background-size: 100% 100%;
  cursor: pointer;
}
.maskBox .imgBox img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.hb {
  display: none;
  position: absolute;
  top: 100px;
  left: 60px;
  margin: 0 auto;
  z-index: 99999;
  width: 1080px;
  height: 1920px;
  background-image: linear-gradient(1deg, #6bb0b4 0%, #f9f9f5 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  box-shadow: 0px 3px 9px 1px rgba(85, 190, 255, 0.86);
}
.hb .title {
  position: absolute;
  top: 106px;
  left: 54px;
  width: 1015px;
  height: 1172px;
}
.hb .box {
  position: absolute;
  top: 526px;
  left: 27px;
  width: 1026px;
  height: 797px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 1px rgba(116, 123, 128, 0.86);
}
.hb .box .imgA {
  position: absolute;
  top: 80px;
  left: 31px;
  width: 952px;
  height: 528px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hb .box .wen {
  position: absolute;
  top: 637px;
  left: 116px;
}
.hb .box p {
  display: block;
  font-family: FZDYSJW--GB1-0;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 3px;
  color: #000000;
}
.hb .box span {
  padding-top: 5px;
  display: block;
  height: 31px;
  font-family: SourceHanSerifSC-Bold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 2px;
  color: #686868;
}
.hb .logo {
  position: absolute;
  left: 286px;
  bottom: 89px;
  width: 509px;
  height: 48px;
}
.hb .hbdata {
  position: absolute;
  top: 1334px;
  left: 83px;
  width: 196px;
  height: 300px;
}
.hb .hbdata span {
  display: block;
  width: 196px;
  height: 48px;
  font-family: SourceHanSerifSC-Bold;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 2px;
  color: #000000;
  padding-bottom: 24px;
  padding-top: 24px;
}
.hb .hbdata h3 {
  display: block;
  height: 187px;
  font-family: SourceHanSerifSC-Bold;
  font-size: 146px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 187px;
  letter-spacing: 7px;
  text-align: center;
  color: #000000;
  border-bottom: solid 2px #000000;
  border-top: solid 2px #000000;
}
.hb .code {
  position: absolute;
  top: 1411px;
  right: 81px;
  width: 221px;
  height: 221px;
}
.hb .codeT {
  position: absolute;
  top: 1652px;
  right: 81px;
  width: 221px;
  text-align: center;
  height: 24px;
  font-family: FZBIAOYTS--GB1-0;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}
#canvas {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2020px;
  opacity: 0;
  z-index: 999999;
}
#img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2020px;
  opacity: 0;
  z-index: 99999999;
}
.closeAB {
  position: absolute;
  bottom: -150px;
  width: 130px;
  height: 130px;
  left: 475px;
}
