html,
body {
  background: #FFFFFF;
}
.my {
  min-height: 46rem;
  min-height: 31vh;
  position: relative;
}
.my .setup {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 5rem;
  height: 5rem;
}
.my .setup i {
  font-size: 4rem;
  color: #ffffff;
}
.my .wode {
  font-size: 3.6rem;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  left: 47%;
  top: 5rem;
}
.my .introduce {
  width: 100%;
  position: absolute;
  top: 14rem;
  top: calc(26vw - 4rem);
  top: 14vh;
  text-align: center;
}
.my .introduce img {
  width: 20vw;
  height: 10vh;
  border-radius: 50%;
}
.my .introduce .introduce1 {
  color: #3B3E40;
  font-size: 3.4rem;
  font-weight: bold;
}
.my .introduce .introduce2 {
  font-size: 2.8rem;
  color: #999999;
  margin-top: 1rem;
}
.list {
  min-height: 80rem;
}
.list ul li {
  width: 61.9rem;
  width: 83vw;
  margin: 0 auto;
  height: 10rem;
  height: 7.5vh;
  line-height: 10rem;
  line-height: 7.5vh;
  border-bottom: solid 0.1rem #EEEEEE;
}
.list ul li a {
  display: block;
}
.list ul li a .sign1 {
  color: #838383;
  font-size: 3.2rem;
}
.list ul li a .sign2 {
  color: #2E3234;
  font-size: 3.2rem;
}
.list ul li a .sign3 {
  color: #CCCCCC;
  font-size: 3.2rem;
}
.list button {
  border: none;
  color: #8D8D8D;
  font-size: 2.8rem;
  display: block;
  width: 45.5rem;
  width: 56vw;
  margin: 0 auto;
  height: 7rem;
  height: 5vh;
  background-color: #ffffff;
  border: #8D8D8D solid 0.1rem;
  border-radius: 4rem;
  margin-top: 13.5rem;
}
.touxiang {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.input-block {
  display: flex;
  margin-top: 70%;
  margin-left: 45%;
}
.input-block .img_button {
  flex-direction: row;
  display: block;
  width: 16rem;
  height: 16rem;
  text-align: center;
  border: 0.4rem solid #D1D2E6;
  padding: 1.5rem;
  box-sizing: border-box;
  background-color: #ffffff;
}
.input-block .img_button p {
  color: #D1D2E6;
  font-size: 2.2rem;
  border: none;
}
.input-block .img_button i {
  color: #D1D2E6;
  font-size: 4rem;
}
.input-block input {
  position: absolute;
  clip: rect(0 0 0 0);
}
.input-block img {
  flex-direction: row;
  width: 14.4rem;
  height: 14.4rem;
  margin-left: 2rem;
}
