html,
body,
ul,
li,
p,
h1,
h2,
h3,
img {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  background: #ededed;
  position: relative;
}

* {
  box-sizing: border-box;
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
}

.box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 0.4rem;
}

.top-img1 {
  width: auto;
  height: 2.1rem;
  position: absolute;
  top: 1rem;
  right: 0;
}

.box-top {
  width: 100%;
  height: auto;
  background: url(../img/bj-zs7.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0.4rem 0.4rem 0.4rem;
}

.box-top-login {
  height: 0.6rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-size: 0.32rem;
  margin: 0.2rem 0.4rem 0 0.2rem;
  align-self: flex-end;
}

.box-top-login img {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.2rem;
}

.box-top-title {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.2rem;
  text-align: left;
}

.box-top-title2 {
  align-self: flex-start;
  font-size: 0.36rem;
  color: #2a2f32;
  margin-bottom: 0.2rem;
  background: #89f8ff;
  border-radius: 1rem;
  padding: 0.03rem 0.5rem;
}

.box-top-title3 {
  width: 100%;
  font-size: 0.28rem;
  color: #fff;
  text-align: left;
  margin-bottom: 0.2rem;
}

.box-people {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 0.28rem;
}
.box-people-span {
  color: #ff0000;
}

/* 表单 */
.box-form {
  width: 90%;
  min-height: 7rem;
  background: #fff;
  border-radius: 0.3rem;
  margin-top: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0px 0.4rem rgba(0, 0, 0, 0.2);
}

.box-form-inp {
  width: 100%;
  padding: 4% 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-from-title {
  color: #ff0000;
  font-size: 0.28rem;
  text-align: center;
  margin: 0.2rem 0;
}
.box-input {
  width: 100%;
  padding: 0.24rem 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.box-input-img {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.2rem;
}

.sr-input {
  border: none;
  color: #333;
  outline: none;
  height: 100%;
}
.box-tk {
  display: flex;
  width: 100%;
  margin-top: 0.2rem;
  flex-direction: column;
}

.box-xy {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.1rem;
}

.box-xy-span {
  font-size: 0.24rem;
  flex: 1;
  margin-left: 0.2rem;
}

.box-xy-tk {
  color: #ff0000;
}

.box-xy input {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0;
}

.box-btn {
  width: 80%;
  color: #f0f0f0;
  background: #303133;
  font-size: 0.4rem;
  text-align: center;
  border-radius: 0.4rem;
  padding: 0.2rem 0;
  margin: 0.4rem 0;
  font-weight: bold;
  box-shadow: 0.15rem 0.2rem 0.4rem rgba(35, 119, 125, 0.3);
}

.box-tj {
  font-size: 0.28rem;
}
.box-form-btn {
  width: 90%;
  height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.4rem 0;
}

.box-from-btn-li {
  font-size: 0.36rem;
  width: 48%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
  border-radius: 0.1rem;
}
.box-from-btn-li img {
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.2rem;
}
.box-from-btn-li:nth-child(1) {
  background: #313537;
  color: #fff;
}
.box-from-btn-li:nth-child(2) {
  background: #7cf7ff;
  color: #1a1a1a;
}
.box-from-btn-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.box-from-btn-right .gray {
  font-size: 0.24rem;
}
/* 错误 */
.box-err-bj {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
  display: none;
}

.box-err-k {
  width: 76%;
  min-height: 3rem;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.box-err-msg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 2rem;
  font-size: 0.32rem;
}

.box-err-qd {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  border-top: 1px solid #eee;
  font-size: 0.32rem;
  color: #6486d4;
  font-weight: bold;
}

.box-td {
  width: 96%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -0.2rem;
}

.box-td img {
  width: 100%;
}

.box-btn-gray {
  width: 80%;
  text-align: center;
  font-size: 0.4rem;
  margin: 0.2rem 0;
  background: #ccc;
  border-radius: 1rem;
  padding: 0.2rem;
  color: #fff;
  cursor: not-allowed;
  display: none;
}

.sideBtns {
  position: fixed;
  right: -10px;
  top: 60%;
  z-index: 999;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.sideBtns-btn {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  font-size: 0.2rem;
  background-color: rgba(115, 202, 249, 0.8);
  color: white;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.2rem;
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  .box {
    width: 750px;
    margin: auto;
  }
}
