.nav {
  border-bottom: 1px solid #e6e6e6;
  height: 80px;
  display: flex;
}
.nav .header-box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.nav .header-box .left {
  display: flex;
  align-items: center;
}

.nav .icon a {
  display: block;
  height: 53px;
}

.nav .icon a img {
  width: 100%;
  height: 100%;
}

.nav .col {
  width: 1px;
  height: 40%;
  background: #bfbfbf;
  margin-left: 12px;
}

.nav .left span {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #404040;
  margin-left: 28px;
}

.nav .icon {
  position: relative;
  width: 53px;
}

.nav .icon img {
  position: absolute;
  top: 10px;
}

.contain-box {
  width: 500px;
  height: 475px;
  background: #fff;
  box-shadow: 0 0 4px 0 hsl(0deg 0% 67% / 36%);
  border-radius: 10px;
  margin: 82px auto 0;
  position: relative;
  padding-top: 36px;
}

.contain-box .contain-input {
  width: 330px;
  margin:  0 auto;
}

.contain-box .box-header {
  display: flex;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.contain-box .password-login {
  margin-right: 16px;
}

.contain-box .password-login a {
  text-decoration: none;
  color: #1d908a;
}

.contain-box .password-login .underline {
  height: 4px;
  background: #1d908a;
  border-radius: 2px;
  margin-top: 6px;
}

.contain-box .register {

}

.contain-box .register a {
  text-decoration: none;
  text-underline: none;
  color: #262626;
}

.contain-box .input-box {
  margin-top: 36px;
}

.contain-box .input-box input {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  box-sizing: border-box;
  text-indent: 4px;
  outline:none

}

.contain-box .password {
  position: relative;
}

.contain-box .password {
  margin-top: 46px;
}

.contain-box .password img {
  position: absolute;
  right: 21px;
  top: 22px;
}

.login-btn-box {
  margin-top: 46px;
}

.contain-box .find-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contain-box .find-box .left {
  display: flex;
  align-items: center;
}

.contain-box .find-box .left span {
  margin-left: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #b2b2b2;
}

.contain-box .find-box .right {

}

.contain-box .find-box a {
  text-decoration: none;
  text-underline: none;
  color: #b2b2b2;
}

.contain-box .login {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  margin: 30px auto 0;
  color: #fff;
  background: linear-gradient(258deg,#1d908a, #63b08f);
  cursor: pointer;
}

.dialog {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  justify-content: center;
  align-items: center;
  display: none;
}

.dialog .content {
  width: 800px;
  height: 75%;
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.dialog .content .header {
  height: 42px;
  border-bottom: 1px solid #CDD8E3FF;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 42px;
}

.dialog .content .agree {
  flex: 1;
  font-size: 14px;
  color: #333;
  overflow-y: scroll;
}

.dialog .content .bottom {
  border-top: 1px solid #CDD8E3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 57px;
}

.dialog .agree-btn {
  margin-right: 12px;
  font-size: 12px;
  height: 57px;
  line-height: 57px;
  display: flex;
  align-items: center;
}

.dialog .agree-btn > span {
  margin-left: 5px;
}

.dialog .open-btn {
  height: 32px;
  width: 200px;
  border-radius: 16px;
  line-height: 32px;
  text-align: center;
  background: #787d82;
  color: #fff;
}

.dialog .content {
  position: relative;
}

.dialog .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
}

.dialog .close img {
  width: 100%;
  height: 100%;
}
