* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bodyCon {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  /* overflow: hidden; */
}

.pcImg {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pcImgLeft {
  width: 48%;
}

.pcImgLeft img {
  width: 100%;
}

.pcImgright {
  width: 48%;
}

.pcImgright img {
  width: 100%;
}

.poIMG {
  width: 200px;
  position: absolute;
  left: 12%;
  bottom: 9%;
}

.poIMG img {
  width: 100%;
  display: none;
}

.poIMG div {
  margin-top: 12px;
  text-align: center;
  font-weight: 600;
}

.yiImg {
  width: 100vw;
  position: relative;
  padding-bottom: 13vh;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}

.yiImg .topImg {
  width: 100%;
  height: auto;
}

.yiImg .bomImg {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}

#mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
}

#mask img {
  width: 75%;
  float: right;
  margin-right: 3%;
}

.anzuoDiv {
  position: fixed;
  width: 100vw;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 18px 0;
  justify-content: space-evenly;
  background-color: #fff;
  z-index: 999;
}

.anzuoDiv .div1 {
  width: 50%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 40px;
  background: #ff3535;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.anzuoDiv .div2 {
  width: 38%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 40px;
  background: #fff;
  color: #ff3535;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #ff3535;
}
