* {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
}
label,
input,
textarea,
button,
select {
  display: block;
  border: none;
  outline: none;
}
img {
  display: block;
  border: none;
}
body {
  font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
  background: #fff;
  width: 100vw;
  margin: auto;
}
.main {
  position: relative;
  width: 100%;
}
.main .img {
  width: 100%;
  height: 4rem;
}
.main .title {
  width: 100%;
  font-size: 0.8rem;
  color: #000;
  margin-top: -0.3rem;
  font-weight: bold;
  text-align: center;
}
.main .tip {
  width: 100%;
  margin-top: 0.2rem;
  font-size: 0.4rem;
  color: #B3B3B3;
  text-align: center;
}
.main .input {
  width: 6.2rem;
  height: 1.1rem;
  margin: 0.5rem auto;
  background: #fff;
  box-shadow: 0px 0.16rem 0.58rem 0.02rem rgba(203, 203, 203, 0.58);
  border-radius: 0.55rem;
}
.main .input .left {
  float: left;
  width: 1.2rem;
  height: 0.5rem;
  padding: 0.3rem 0;
}
.main .input .left img {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
}
.main .input .right {
  float: left;
  width: 4.8rem;
  height: 0.5rem;
  padding: 0.3rem 0;
}
.main .input .right input {
  display: block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.3rem;
}
.main .input_yzm {
  width: 6.2rem;
  height: 1.1rem;
  margin: 0.5rem auto;
}
.main .input_yzm .left {
  float: left;
  width: 3.65rem;
  height: 1.1rem;
  background: #fff;
  box-shadow: 0px 0.16rem 0.58rem 0.02rem rgba(203, 203, 203, 0.58);
  border-radius: 0.55rem;
}
.main .input_yzm .left .icon {
  float: left;
  width: 1.2rem;
  height: 0.5rem;
  padding: 0.3rem 0;
}
.main .input_yzm .left .icon img {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
}
.main .input_yzm .left .text {
  float: left;
  width: 2.2rem;
  height: 0.5rem;
  padding: 0.3rem 0;
}
.main .input_yzm .left .text input {
  display: block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.3rem;
}
.main .input_yzm .right {
  float: right;
  width: 2.3rem;
  height: 1.1rem;
  background: linear-gradient(90deg, #1bd7a5, #5191e8);
  box-shadow: 0px 0.16rem 0.58rem 0.02rem rgba(203, 203, 203, 0.58);
  border-radius: 0.55rem;
}
.main .input_yzm .right input {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.1rem;
  color: #fff;
  font-size: 0.3rem;
  background: none;
  border: none;
  outline: none;
}
.main .btn {
  width: 6.2rem;
  height: 1.1rem;
  line-height: 1.1rem;
  margin: 0.5rem auto;
  text-align: center;
  font-size: 0.34rem;
  color: #fff;
  background: linear-gradient(90deg, #1bd7a5, #5191e8);
  box-shadow: 0px 0.16rem 0.58rem 0.02rem rgba(203, 203, 203, 0.58);
  border-radius: 0.55rem;
}
#msg {
  padding: 10px;
  background: #000;
  opacity: 0.8;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  display: none;
  position: fixed;
  top: 50%;
  z-index: 99999;
  box-shadow: 1px 1px 3px #292929;
}
