/* 适配部分 */
html {
  font-size: 50px;
  font-size: 13.33333vw;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 42.667px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px) {
  html {
    font-size: 102.4px;
    font-size: 13.33333vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 102.4px;
    font-size: 13.33333vw;
  }
}
/* 基础样式重置 */
body {
  font-family: -apple-system-font, Helvetica Neue, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  margin: 0;
}
ul {
  list-style: none;
}
p,
ul,
li,
button,
dl,
dt,
dd,
ol {
  margin: 0;
  padding: 0;
}
a,
button,
input {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus,
button:focus,
input:focus {
  outline: none;
}
a {
  color: #fff;
  text-decoration: none;
}
div,
a,
ul,
li,
span,
p,
button,
input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
img {
  vertical-align: middle;
}
/* 工具类 */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
html,
body {
  height: 100%;
  overflow: auto;
}
.container {
  min-height: 100%;
  background: #dee1e7;
  overflow: hidden;
  font-size: 0.28rem;
}
.logo {
  display: block;
  width: 1.26rem;
  margin: 0.8rem auto;
}
.main {
  border-radius: 0.16rem;
  margin: 0 auto;
  width: 6rem;
  background: #f3f5f4;
  padding: 0.76rem 0.8rem;
}
.main .title {
  text-align: center;
  color: #ff8c6f;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.4rem;
  font-size: 0.32rem;
}
.main input {
  width: 100%;
  padding-left: 0.24rem;
  margin-bottom: 0.24rem;
  display: block;
  color: #999;
  font-size: 0.28rem;
  border-radius: 0.08rem;
  background: #fff;
  height: 0.7rem;
  transition: box-shadow 0.3s;
}
.main input:focus {
  box-shadow: 0 0 0 1px #ff8c6f;
}
.main .other {
  line-height: 1;
  padding-left: 0.24rem;
  padding-bottom: 0.12rem;
}
.main .other::after {
  content: "";
  display: table;
  clear: both;
}
.main .other .point {
  margin-right: 1.6rem;
  line-height: 1.2;
  color: #333;
  font-size: 0.24rem;
}
.main .other .red {
  float: right;
}
.main .red {
  color: #ff8c6f;
}
.main .btn {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.36rem;
  text-align: center;
  height: 0.7rem;
  border-radius: 0.08rem;
  background: #ff870a;
  margin-bottom: 0.36rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
}
.main .btn:active {
  transform: scale(0.9);
}
.main .text-center {
  text-align: center;
}
.main .form-group {
  display: -webkit-flex;
  display: flex;
}
.main .form-group input {
  flex: 1;
}
.main .code-btn {
  height: 0.7rem;
  width: 1.6rem;
  border-radius: 0.08rem;
  background: #ff870a;
  font-size: 0.24rem;
  color: #fff;
  margin-left: 0.24rem;
}
#village {
  line-height: 0.7rem;
  padding-left: 0.24rem;
  margin-bottom: 0.24rem;
  color: #757575;
  font-size: 0.28rem;
  border-radius: 0.08rem;
  background: #fff;
  height: 0.7rem;
}
.c-select {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0.3rem;
}
.c-select.open .layer {
  opacity: 1;
}
.c-select.open .content {
  bottom: 0;
}
.c-select .layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-select .content {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  transition: bottom 0.5s ease-out;
  background-color: #fff;
}
.c-select .content .header {
  height: 0.9rem;
  line-height: 0.9rem;
  border-bottom: 1px solid #dcdcdc;
}
.c-select .content .header .he-box {
  position: relative;
}
.c-select .content .header .title {
  color: #000;
  text-align: center;
}
.c-select .content .header .cancle,
.c-select .content .header .enter {
  color: #666;
  position: absolute;
  top: 0;
  padding: 0 0.4rem;
  transition: background-color 0.3s;
  border-radius: 0.16rem;
}
.c-select .content .header .cancle:active,
.c-select .content .header .enter:active {
  background: rgba(102, 204, 255, 0.6);
}
.c-select .content .header .cancle {
  left: 0;
}
.c-select .content .header .enter {
  right: 0;
}
.c-select .content .body .list {
  padding: 0 0.4rem;
  text-align: center;
  height: 4rem;
  overflow: auto;
}
.c-select .content .body .list li {
  transition: background-color 0.2s;
  padding: 0.2rem 0;
  line-height: 0.4rem;
  border-radius: 0.16rem;
}
.c-select .content .body .list li.active {
  background: rgba(102, 204, 255, 0.6);
}
