body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
html {
  font-size: 100px;
}
body {
  margin: 0 auto;
}
img {
  display: block;
}
.kdysj-wrapper .full-shade {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.64);
  z-index: 3;
  padding: 1.7rem 0 0 2.13rem;
}

.kdysj-wrapper .full-shade .line1{
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.kdysj-wrapper .full-shade .line1 span {
  display: inline-block;
  width: 0.21rem;
  height: 0.05rem;
  margin-left: 0.08rem;
  background-image: url('./../image/more@2x.png');
  background-size: 100% 100%;
}
.kdysj-wrapper .full-shade .line2{
  font-size: 0.18rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.kdysj-wrapper .full-shade .line2 span {
  display: inline-block;
  width: 0.21rem;
  height: 0.21rem;
  background-image: url('./../image/llq@2x.png');
  margin-left: 0.06rem;
  background-size: 100% 100%;
}
.kdysj-wrapper .full-shade .arrow{
  width: 1.08rem;
  height: 1.6rem;
  background-image: url('./../image/arrow@2x.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0.25rem;
  right: 0.10rem;
}
.kdysj-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}