.header, .footer {
  display: none;
}

.section1 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1 .wrap {
  width: 640px;
  margin: auto;
}
.section1 .wrap .title {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}
.section1 .wrap .content {
  width: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 20px 0 rgba(23, 51, 51, 0.06);
  backdrop-filter: blur(15px);
  padding: 34px 50px;
  margin: 20px 0 0 0;
}
.section1 .wrap .content .matter, .section1 .wrap .content .phone_registration, .section1 .wrap .content .change_password {
  display: none;
}
.section1 .wrap .content .matter.show, .section1 .wrap .content .phone_registration.show, .section1 .wrap .content .change_password.show {
  display: block;
}
.section1 .wrap .content .phone_registration .form .form_list .captcha {
  margin: 0 0 10px;
}
.section1 .wrap .content .change_password .change_title {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  margin: 0 0 20px;
}
.section1 .wrap .content .change_password .change_pick {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin: 23px 0 40px;
  line-height: normal;
}
.section1 .wrap .content .change_password .display {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.section1 .wrap .content .change_password .display .dis_list {
  width: 100%;
  height: 49px;
  border-radius: 4px;
  border: 1px solid #00706B;
  background: #00706B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: .6s ease;
}
.section1 .wrap .content .change_password .display .dis_list.bor {
  background: #F9F9F9;
  color: #666;
  border: 1px solid transparent;
}
.section1 .wrap .content .change_password .display .dis_list.bor:hover {
  background: transparent;
  border-color: var(--color);
  color: var(--color);
}
.section1 .wrap .content .change_password .display .dis_list:hover {
  background: var(--color2);
}
.section1 .wrap .content .eyes {
  position: relative;
  cursor: pointer;
  margin: 0 0 10px;
}
.section1 .wrap .content .eyes input {
  margin: 0 !important;
}
.section1 .wrap .content .eyes .position {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.section1 .wrap .content .eyes .position.on svg:first-child {
  opacity: 0;
}
.section1 .wrap .content .eyes .position.on svg:nth-child(2) {
  opacity: 1;
}
.section1 .wrap .content .eyes .position svg {
  width: 20px;
  height: 20px;
  display: block;
}
.section1 .wrap .content .eyes .position svg:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.section1 .wrap .content .login_cut {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  margin: 0 0 24px;
  position: relative;
}
.section1 .wrap .content .login_cut .line {
  width: 0;
  height: 2px;
  background: #00706B;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .6s ease;
}
.section1 .wrap .content .login_cut .list {
  width: 100%;
  padding: 0 0 16px;
  color: #999;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  transition: .6s ease;
  cursor: pointer;
}
.section1 .wrap .content .login_cut .list.on {
  color: #173333;
}
.section1 .wrap .content .form .form_list {
  display: none;
}
.section1 .wrap .content .form .form_list.on {
  display: block;
}
.section1 .wrap .content .form .form_list input {
  margin: 0 0 10px;
}
.section1 .wrap .content .form .form_list .drag {
  height: 44px;
  width: 100%;
}
.section1 .wrap .content .form .form_list .drag .slide_verify {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border: 1px solid #eee;
  overflow: hidden;
  user-select: none;
  border-radius: 4px;
}
.section1 .wrap .content .form .form_list .drag .slide_verify.success .verify_success {
  opacity: 1;
}
.section1 .wrap .content .form .form_list .drag .slide_verify.success .verify_btn svg {
  opacity: 0;
}
.section1 .wrap .content .form .form_list .drag .slide_verify.success .verify_btn .circle {
  opacity: 1;
}
.section1 .wrap .content .form .form_list .drag .verify_progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #00706B;
  z-index: 0;
  border-radius: 4px;
}
.section1 .wrap .content .form .form_list .drag .verify_text,
.section1 .wrap .content .form .form_list .drag .verify_success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
  pointer-events: none;
}
.section1 .wrap .content .form .form_list .drag .verify_success {
  opacity: 0;
  color: #fff;
}
.section1 .wrap .content .form .form_list .drag .verify_btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #fff;
  border-right: 1px solid #eee;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  cursor: grab;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.section1 .wrap .content .form .form_list .drag .verify_btn svg {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #FFF;
}
.section1 .wrap .content .form .form_list .drag .verify_btn .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #76C51F;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.section1 .wrap .content .form .form_list .drag .verify_btn .circle img {
  width: 50%;
}
.section1 .wrap .content .form .form_list .drag .verify_btn:active {
  cursor: grabbing;
}
.section1 .wrap .content .form .form_list .drag .verify_btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translate(-65%, -50%) rotate(45deg);
}
.section1 .wrap .content .form .form_list .other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 16px;
  margin: 10px 0 0;
}
.section1 .wrap .content .form .form_list .other .reading {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.section1 .wrap .content .form .form_list .other .reading.on .bor {
  background: var(--color);
  border-color: var(--color);
}
.section1 .wrap .content .form .form_list .other .reading.on .bor img {
  opacity: 1;
}
.section1 .wrap .content .form .form_list .other .reading .bor {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #3BB3C3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
}
.section1 .wrap .content .form .form_list .other .reading .bor img {
  max-width: 80%;
  max-height: 80%;
  filter: brightness(0) invert(1);
  opacity: 0;
}
.section1 .wrap .content .form .form_list .other .reading p {
  color: #5D6970;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section1 .wrap .content .form .form_list .other .reading p a {
  color: #42929D;
}
.section1 .wrap .content .form .form_list .other .forgot_password {
  color: #42929D;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.section1 .wrap .content .form .form_list .button {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #00706B;
  background: #00706B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 27px 0 0 0;
  cursor: pointer;
  transition: .6s ease;
}
.section1 .wrap .content .form .form_list .button:hover {
  background: var(--color2);
}
.section1 .wrap .content .form .form_list .to_register {
  margin: 11px 0 0 0;
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  cursor: pointer;
}
.section1 .wrap .content .form .form_list .to_register span {
  color: #42929D;
}
.section1 .wrap .content .form .form_list .captcha {
  position: relative;
  display: flex;
  align-items: start;
  gap: 15px;
}
.section1 .wrap .content .form .form_list .captcha input {
  margin: 0;
  flex: 1;
}
.section1 .wrap .content .form .form_list .captcha .sent {
  width: 120px;
  height: 44px;
  border: 1px solid rgba(0, 112, 107, 0.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .6s ease;
  background: #00706B;
}
.section1 .wrap .content .form .form_list .captcha .sent:hover {
  background: var(--color2);
}
.section1 .wrap .content .form .form_list .captcha .sent p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid rgba(0, 112, 107, 0.2);
  background: #FFF;
  padding: 0 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
input::placeholder {
  color: #999;
}
input:focus {
  border-color: var(--color);
}
