* {
  margin: 0;
  padding: 0;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #666;
}
body::-webkit-scrollbar-track {
  background-color: #eee;
}
textarea::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
#box {
  width: 100%;
  overflow: auto;
}
#box .main {
  width: 100%;
  min-height: 100vh;
  display: flex;
}
#box .main .box_left {
  width: 50%;
  background-image: url(/catalog/view/theme/default/image/register/login_bg1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0 48px;
  box-sizing: border-box;
}
#box .main .box_left .box_text {
  height: 360px;
  margin: 150px auto 0;
  text-align: center;
}
#box .main .box_left .box_text .text_one {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 46px;
}
#box .main .box_left .box_text .text_two {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
  margin-top: 29px;
  margin-bottom: 36px;
}
#box .main .box_left .box_text .text_three button {
  width: 200px;
  height: 58px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  border: 2px solid #FFFFFF;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
}
#box .main .box_left .box_text .text_three button img {
  width: 16px;
  position: absolute;
  right: 30px;
  top: 22px;
}
#box .main .box_right {
  width: 50%;
  display: inline-block;
  background-color: #F5F6F8;
  overflow: hidden;
}
#box .main .box_right .box_form {
  width: 461px;
  margin: 200px auto 0;
  text-align: center;
  padding-top: 30px;
  overflow: auto;
}
#box .main .box_right .box_form .form_logo {
  text-align: center;
}
#box .main .box_right .box_form .form_logo a {
  display: inline-block;
  width: 200px;
  height: 30px;
  overflow: hidden;
}
#box .main .box_right .box_form .form_logo img {
  width: 200px;
  cursor: pointer;
}
#box .main .box_right .box_form .form_one {
  margin-top: 144px;
  font-size: 30px;
  font-weight: 600;
  color: #39434E;
  line-height: 24px;
}
#box .main .box_right .box_form .form {
  margin-top: 50px;
}
#box .main .box_right .box_form .form .content-left-form {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
#box .main .box_right .box_form .form .content-left-form .form-item {
  position: relative;
  margin-bottom: 22px;
}
#box .main .box_right .box_form .form .content-left-form .form-item .form-item-content {
  line-height: 40px;
  font-size: 14px;
}
#box .main .box_right .box_form .form .content-left-form .form-item .form-item-content .input_box {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
#box .main .box_right .box_form .form .content-left-form .form-item .form-item-content .input_box .email_img {
  width: 16px;
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 1;
}
#box .main .box_right .box_form .form .content-left-form .form-item .form-item-content .input_box .password_img {
  width: 13px;
  position: absolute;
  left: 11px;
  top: 13px;
  z-index: 1;
}
#box .main .box_right .box_form .form .content-left-form .form-item .form-item-content .input_box .visible_img {
  width: 16px;
  position: absolute;
  right: 11px;
  top: 14px;
  z-index: 1;
  cursor: pointer;
}
#box .main .box_right .box_form .form .content-left-form .form-item .form-item-content .input_box input {
  color: fieldtext !important;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px 0 30px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
#box .main .box_right .box_form .form .content-left-form .form-item .form-item-content .input_box span {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  color: #F56C6C;
}
#box .main .box_right .box_form .form .Operation_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#box .main .box_right .box_form .form .Operation_text .keepme {
  margin-right: 0;
  color: #606266;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
#box .main .box_right .box_form .form .Operation_text .keepme .checkbox__input {
  cursor: pointer;
  outline: 0;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
#box .main .box_right .box_form .form .Operation_text .Forpassword {
  color: #606266;
  text-decoration: none;
}
#box .main .box_right .box_form .form .Operation_text .Forpassword :hover {
  color: #1174fb;
  text-decoration: none;
  border-bottom: 1px solid #1174fb;
}
#box .main .box_right .box_form .form .sub_button {
  margin: 60px 0 22px;
}
#box .main .box_right .box_form .form .sub_button .form-item__content {
  line-height: 40px;
  font-size: 14px;
}
#box .main .box_right .box_form .form .sub_button .form-item__content button {
  width: 240px;
  height: 56px;
  background: #1174fb;
  border: 1px solid #1174fb;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
#box .main .box_right .box_form .form .sub_button .form-item__content button img {
  width: 16px;
  position: absolute;
  right: 75px;
  top: 22px;
}
#box .main .box_right .box_form .form_two {
  margin: 50px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#box .main .box_right .box_form .form_two .form_two_left {
  width: 194px;
  border-bottom: 1px solid #D2D2D2;
}
#box .main .box_right .box_form .form_two .form_two_center {
  color: #7D7D7D;
}
#box .main .box_right .box_form .form_three {
  text-align: center;
  margin-bottom: 70px;
  font-size: 14px;
  font-weight: 400;
  color: #1B1B1B;
  font-family: Open Sans;
}
#box .main .box_right .box_form .form_three span {
  color: #1174FB;
  cursor: pointer;
  font-family: Open Sans;
  font-size: 14px;
}
#box .main .box_right .box_form .form_three a {
  text-decoration: none;
}
#box .main .box_right .box_form .form_four {
  display: flex;
  align-items: center;
  justify-content: center;
}
#box .main .box_right .box_form .form_four img {
  cursor: pointer;
  margin-right: 15px;
}
#box .main .box_right .box_form .form_four span {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  font-family: "Open Sans";
}
#box .main .box_right .box_form .form_four span:hover {
  color: #1174FB;
}
#box .main .box_right .box_form .form_four a {
  color: #040000;
}
@media screen and (max-width: 1000px) {
  #box {
    height: 100%;
  }
  #box .main .box_left {
    display: none;
  }
  #box .main .box_right {
    width: 100%!important;
    padding: 0 19px;
  }
  #box .main .box_right .box_form {
    width: 100%!important;
  }
  #box .main .box_right .box_form .form_one {
    margin-top: 35px!important;
  }
  #box .main .box_right .box_form .form_two .form_two_left {
    width: 45%!important;
  }
  #box .main .box_right .box_form .form .sub_button button {
    width: 100%!important;
    height: 44px;
    border-radius: 0!important;
  }
  #box .main .box_right .box_form .form .sub_button button img {
    right: 120px!important;
  }
  #box .main .box_right .box_form .form .sub_button {
    margin-top: 40px;
  }
  #box .main .box_right .box_form .form_two {
    margin: 30px 0 30px;
  }
}
