:not(input) {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* page3 */
.page3 {
  background: url(../images/page3/bg.jpg) no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 13.34rem;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}

.page3-slogan {
  display: block;
  width: 4.82rem;
  height: 1.15rem;
  margin: 5.92rem auto 0;
}

.page3-start1 {
  display: block;
  width: 2.64rem;
  height: 0.8rem;
  margin: 0.12rem auto 0;
  cursor: pointer;
}

.page3-start1 img {
  width: 100%;
}

.page3-title {
  display: block;
  width: 5.51rem;
  height: 0.29rem;
  margin: 0.3rem auto 0;
}

.page3-activity {
  display: block;
  width: 6.48rem;
  height: 1.4rem;
  margin: 0.26rem auto 0;
}

.page3-activity img {
  width: 100%;
  height: 100%;
}

/* dialog */
.dialogBox {
  overflow: hidden;
}
.mask {
  background-color: #000;
  border-top: 1px solid #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 9998;
  display: none;
}

.dialog {
  /* display: none; */
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 9999;
  transform: translateY(5.6rem);
  transition: transform 0.5s;
}

.mask.on {
  display: block;
}

.dialog.on {
  /* display: block; */
  transform: translateY(0);
}

.dialog-getUserInfo {
  background: url(../images/page3/dialog-bg.png)  no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 4.93rem;
  margin-left: -3.75rem;
}

.page3-nickname {
  width: 2.94rem;
  height: 0.74rem;
  position: absolute;
  top: 0.98rem;
  left: 0.88rem;
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
  font-size: 0.3rem;
  line-height: 0.74rem;
  padding: 0 0.1rem;
}

select {
  background: transparent;
  outline: none;
  border: none;
  color: #fff;
  font-size: 0.3rem;
  line-height: 0.74rem;
  text-align: center;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

.not-arrow::-ms-expand { 
  display: none; 
}

select option {
  color: #000;
}

#page3-gender {
  width: 1.4rem;
  height: 0.74rem;
  position: absolute;
  top: 0.98rem;
  left: 5.04rem;
  padding-left: 0.5rem;
}

#page3-year {
  width: 1.4rem;
  height: 0.74rem;
  position: absolute;
  top: 2.42rem;
  left: 0.8rem;
  padding-left: 0.24rem;
}

#page3-month {
  width: 1.4rem;
  height: 0.74rem;
  position: absolute;
  top: 2.42rem;
  left: 2.98rem;
  padding-left: 0.46rem;
}

#page3-day {
  width: 1.4rem;
  height: 0.74rem;
  position: absolute;
  top: 2.42rem;
  left: 5.16rem;
  padding-left: 0.46rem;
}

.page3-start2 {
  width: 2.64rem;
  height: 0.8rem;
  position: absolute;
  top: 3.7rem;
  left: 2.44rem;
  cursor: pointer;
}

.page3-start2 img {
  width: 100%;
  height: 100%;
}

.result-img {
  width: 7.2rem;
  height: 10.85rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -3.6rem;
  margin-top: -5.425rem;
  z-index: -1;
}

.result-img img {
  width: 100%;
  height: 100%;
}

.result-img ul li {
  display: none;
}

.result-img ul li.cur {
  display: block;
}

.result-name {
  font-size: 0.3rem;
  color: #010b02;
  position: absolute;
  top: 0.4rem;
  left: 0.5rem;
  font-weight: 700;
}

.result-canvas {
  width: 7.2rem;
  height: 10.85rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -3.6rem;
  margin-top: -5.425rem;
  z-index: -1;
}

.result-canvasToImg {
  width: 7.2rem;
  height: 10.85rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -3.6rem;
  margin-top: -5.425rem;
  z-index: -1;
}

.result-canvasToImg img {
  width: 100%;
  height: 100%;
  pointer-events: auto !important;
}

.rusult-close {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: -0.8rem;
  right: 0rem;
  z-index: 10;
  cursor: pointer;
}


.result-canvasToImg .rusult-tips1 {
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 0.3rem;
  padding-left: 0.1rem;
}

.result-canvasToImg .rusult-tips2 {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}


/* page4 */
.page4 {
  background: url(../images/page4/bg.jpg) no-repeat 0 0 / 100% 100%;
  width: 7.5rem;
  height: 13.34rem;
  margin: 0 auto 0;
  overflow: hidden;
  position: relative;
}

.goHome {
  width: 1.11rem;
  height: 0.21rem;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  cursor: pointer;
}

.goHome img {
  width: 100%;
  height: 1005;
}

.page4-activeBox {
  margin: 1.9rem auto 0;
  width: 6.56rem;
  height: 9.74rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.page4-activeBox li {
  width: 6.56rem;
  height: 2.22rem;
}

.page4-activeBox li a, .page4-activeBox li a img {
  display: block;
  width: 100%;
  height: 100%;
}
/* footer */
.footer {
  width: 7.5rem;
  height: 4rem;
  margin: 0 auto;
  background-color: #213523;
  padding-top: 0.5rem;
  position: relative;
  overflow: hidden;
}

.footer p {
  color: #ded4a182;
  font-size: 0.18rem;
  line-height: 2;
  text-align: center;
}

.footer-info img {
  vertical-align: middle;
  width: 0.21rem;
  height: 0.21rem;
}

.copyCon {
  width: 0;
  height: 0;
  text-indent: -10000em;
}
