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

* {
  box-sizing: border-box;
}

/* 清除所有链接的下划线 */
a {
  text-decoration: none;
}

ul {
  list-style: none;
  list-style-type: none;
  /* 去除项目符号 */
  padding: 0;
  /* 去除内边距 */
  margin: 0;
  /* 去除外边距 */
}

/* 移除按钮的默认样式 */
button,
input,
textarea,
select {
  border: none;
  outline: none;
  background: none;
  font: inherit;
}

/* 表格的边框清除 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 图片的默认边距清除 */
img {
  display: block;
  max-width: 100%;
}

.may_wrap_bg {
  width: 100%;
  max-width: 550px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: scroll;
  background-image: url('../images/beijing.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #fefefe;
  padding-bottom: 0.8rem;
}

.may_wrap_bg::-webkit-scrollbar {
  display: none;
  /* 隐藏滚动条 */
}

.may_logo_blk {
  width: 55%;
  margin: 0 auto;
  margin-top: 1rem;
}

.may_logo_blk img {
  width: 100%;
}
.may_main {
  flex: 1;
  width: 88%;
  margin: 0 auto;
  margin-top: 4.8rem;
}

.may_foot_txt {
  font-size: 0.38rem;
  letter-spacing: 1px;
  font-weight: bolder;
  text-align: center;
  color: #fcf150;
}

.may_form_ipt {
  width: 88%;
  margin: 0 auto;
  margin-top: 0.18rem;
  margin-bottom: 0.22rem;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  align-items: center;
  gap: 0.12rem;
  color: #fefefe;
  padding: 0.22rem 0.3rem;
  background: url('../images/shuru.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.may_form_icon {
  width: 0.54rem;
}

.may_form_ipt input {
  flex: 1;
  font-size: 0.28rem;
  overflow: hidden;
  color: #222;
}

.may_form_ipt input::placeholder {
  font-size: 0.28rem;
  color: #fefefe;
  letter-spacing: 1px;
}

.may_register_btn {
  width: 88%;
  margin: 0 auto;
  line-height: 0.75rem;
  text-align: center;
  font-size: 0.3rem;
  letter-spacing: 2px;
  color: #2f6b4d;
  border-radius: 1rem;
  background-image: url('../images/zhuce.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 0.3rem;
}

.may_foot {
  width: 88%;
  margin: 0 auto;
  margin-top: 0.25rem;
  display: flex;
  gap: 0.1rem;
  letter-spacing: 1px;
  justify-content: center;
  color: #fefefe;
  font-weight: 400;
  text-decoration: underline;
}

.may_bot_blk {
  width: 1.5rem;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.may_bot_blk img {
  height: 0.35rem;
}
