#wm {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
#wm .resImg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
#wm .innerBox {
  background-color: #fff;
  padding: 80px;
  min-width: 850px;
  min-height: 600px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
#wm .innerBox .close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  font-size: 30px;
  transform: rotate(45deg);
  color: #666;
  cursor: pointer;
}
#wm .innerBox .mcontent {
  display: flex;
}
#wm .innerBox .mcontent .lf {
  padding-right: 200px;
}
#wm .innerBox .mcontent .lf .titleBox {
  color: #2B5C9B;
  font-weight: bold;
}
#wm .innerBox .mcontent .lf .titleBox .title {
  font-size: 30px;
  min-width: fit-content;
  white-space: nowrap;
}
#wm .innerBox .mcontent .lf .titleBox .stitle {
  margin-top: 20px;
}
#wm .innerBox .mcontent .lf .qrBox {
  margin-top: 50px;
}
#wm .innerBox .mcontent .lf .android {
  margin-top: 10px;
  cursor: pointer;
}
#wm .innerBox .mcontent .lf .ios {
  cursor: pointer;
}
#wm .innerBox .mcontent .rt {
  display: flex;
}
#wm .innerBox .mcontent .rt .rlf,
#wm .innerBox .mcontent .rt .rrt {
  width: 170px;
}
#wm .innerBox .mcontent .rt .rlf .resImg,
#wm .innerBox .mcontent .rt .rrt .resImg {
  height: 350px;
}
#wm .innerBox .mcontent .rt .rrt {
  margin-left: 40px;
}
#wm .innerBox .mcontent .rt .text {
  text-align: left;
  line-height: 30px;
  margin-top: 20px;
  color: #666;
}
