@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

/*公共CSS*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
 
/* 针对Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* .box .content {
  width: 100vw;
  height: 100vh;
  background: url("./asset/queryBGC.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 15%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
} */

.box .content .login-wrapper h1 {
  text-align: center;
  color: #578cf0;
}
.box .content .login-wrapper .fill-btn:hover {
  content: '点击跳转';
  /* position: absolute; */
   /* 垂直居中 */
  /* top: 50%; */
   /* 距离输入框左侧的距离 */
  /* left: 10px; */
  /* 垂直对齐校正 */
  /* transform: translateY(-45%); */
}
.box .content .login-wrapper .login-form .form-item {
  margin: 20px 0;
  position: relative;
  text-align: center;
  align-items: center;
}
.box .content .login-wrapper .login-btn {
  width: 100%;
  border-radius: 40px;
  color: #fff;
  border: 0;
  font-weight: 100;
  margin-top: 10px;
  cursor: pointer;
}
.box .content .login-wrapper .login-form .identificationCard::before{
  /* 替换为你的图标路径 */
  content: url('./asset/ID.png');
  position: absolute;
   /* 垂直居中 */
  top: 50%;
   /* 距离输入框左侧的距离 */
  left: 10px;
  /* 垂直对齐校正 */
  transform: translateY(-45%);
}
.box .content .login-wrapper .login-form .candidateNumber::before{
  /* 替换为你的图标路径 */
  content: url('./asset/examinee.png');
  position: absolute;
   /* 垂直居中 */
  top: 50%;
   /* 距离输入框左侧的距离 */
  left: 10px;
  /* 垂直对齐校正 */
  transform: translateY(-45%);
}
.box .content .login-wrapper .login-form .phoneNumber::before{
  /* 替换为你的图标路径 */
  content: url('./asset/pwd.png');
  position: absolute;
   /* 垂直居中 */
  top: 50%;
   /* 距离输入框左侧的距离 */
  left: 10px;
  /* 垂直对齐校正 */
  transform: translateY(-45%);
}
.box .content .login-wrapper .login-form .validcode::before{
  /* 替换为你的图标路径 */
  content: url('./asset/valid.png');
  position: absolute;
   /* 垂直居中 */
  top: 50%;
   /* 距离输入框左侧的距离 */
  left: 10px;
  /* 垂直对齐校正 */
  transform: translateY(-45%);
}

.box .content .login-wrapper .login-form .form-item span {
  display: block;
  margin: 5px 20px;
  font-weight: 100;
}
.box .content .login-wrapper .login-form .form-item .input-item {
  width: 100%;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  align-items: center;
}
.box .content .login-wrapper .login-form .form-item .input-item-valid {
  width: 60%;
  border-radius: 40px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  align-items: center;
}
.box .content .login-wrapper .login-form .form-item .input-item-valid {
  /* height: 60px; */
  width: 35%;
  border: 1px solid rgb(214, 222, 228);
}

.box .content .login-wrapper .login-form .form-item .input-item:focus {
  outline: none;
}
.box .content .login-wrapper .login-form .login-btn {
  width: 100%;
  border-radius: 40px;
  color: #fff;
  border: 0;
  font-weight: 100;
  margin-top: 10px;
  cursor: pointer;
}
.box .content .login-wrapper .login-form .reset-btn {
  width: 100%;
  border-radius: 40px;
  color: #fff;
  border: 0;
  font-weight: 100;
  margin-top: 10px;
  cursor: pointer;
}

.box .content .login-wrapper .divider {
  width: 100%;
  margin: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box .content .login-wrapper .divider span:nth-child(1) {
  flex: 1;
}
.box .content .login-wrapper .divider span:nth-child(3) {
  flex: 1;
}
.box .content .login-wrapper .divider .line {
  display: inline-block;
  max-width: 30%;
  width: 30%;
}
.box .content .login-wrapper .divider .divider-text {
  vertical-align: middle;
  margin: 0px 20px;
  line-height: 0px;
  display: inline-block;
  width: 100px;
}
.box .content .login-wrapper .other-login-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box .content .login-wrapper .other-login-item {
  border: 1px solid rgb(214, 222, 228);
  padding: 10px;
  margin: 10px;
  cursor: pointer;
}
/* 平板设备 */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* .box {
    background-color: rgb(29, 67, 89);
  } */
  .box .content {
    width: 100vw;
    height: 100vh;
    background: url("./asset/offerInfo.jpg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border-radius: 20px; */
    background-color: #fff;
  }
  .box .content .login-wrapper {
    width: 55vw;
    position: absolute;
    right: 20%;
    top: 40%;
    transform: translateY(-50%);
  }
  .box .content .login-wrapper h1 {
    text-align: center;
    font-size: 45px;
    color: #578cf0;
    /* margin-bottom: 40px; */
  }
  .box .content .login-wrapper .login-form {
    margin: 10px 0;
  }
  .box .content .login-wrapper .login-form .form-item span {
    color: rgb(81, 100, 115);
    font-weight: 400;
  }
  .box .content .login-wrapper .login-form .form-item .input-item {
    height: 60px;
    border: 1px solid rgb(214, 222, 228);
    text-align: center;
    align-items: center;
  }
  .box .content .login-wrapper .login-form .form-item .input-item-valid {
    height: 60px;
    width: 60%;
    border: 1px solid rgb(214, 222, 228);
  }
  .box .content .login-wrapper .login-form .form-item .yzm {
    height: 60px;
    border: 1px solid rgb(214, 222, 228);
    /* width: 100%; */
    text-align: center;
    align-items: center;
  }
  .box .content .login-wrapper .login-form .login-btn {
    height: 50px;
    background-color: #448ef7;
    font-size: 20px;
  }
  .box .content .login-wrapper .login-form .reset-btn {
    height: 50px;
    /* background-color: grey; */
    font-size: 20px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
    color: rgba(0, 0, 0, .85);
    /* border: 1px solid #d9d9d9; */
  }
  .box .content .login-wrapper .divider .line {
    border-bottom: 1px solid rgb(214, 222, 228);
  }
  .box .content .login-wrapper .other-login-item {
    border-radius: 20px;
  }
  .box .content .login-wrapper .other-login-item img {
    width: 40px;
    height: 40px;
  }
}
/*一般大于手机的尺寸CSS 桌面*/
@media only screen and (min-width: 1025px) {
  /* .box {
    background-color: rgb(29, 67, 89);
  } */
  .box .content {
    width: 100vw;
    height: 100vh;
    background: url("./asset/queryBGC.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 15%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border-radius: 20px; */
    background-color: #fff;
  }
  .box .content .login-wrapper {
    width: 35vw;
    position: absolute;
    right: 15%;
    top: 55%;
    transform: translateY(-50%);
  }
  .box .content .login-wrapper h1 {
    text-align: center;
    font-size: 45px;
    color: #578cf0;
    /* margin-bottom: 40px; */
  }
  .box .content .login-wrapper .login-form {
    margin: 10px 0;
  }
  .box .content .login-wrapper .login-form .form-item span {
    color: rgb(81, 100, 115);
    font-weight: 400;
  }
  .box .content .login-wrapper .login-form .form-item .input-item {
    height: 60px;
    border: 1px solid rgb(214, 222, 228);
    text-align: center;
    align-items: center;
  }
  .box .content .login-wrapper .login-form .form-item .input-item-valid {
    height: 60px;
    width: 60%;
    border: 1px solid rgb(214, 222, 228);
  }
  .box .content .login-wrapper .login-form .form-item .yzm {
    height: 60px;
    border: 1px solid rgb(214, 222, 228);
    /* width: 100%; */
    text-align: center;
    align-items: center;
  }
  .box .content .login-wrapper .login-form .login-btn {
    height: 50px;
    background-color: #448ef7;
    font-size: 20px;
  }
  .box .content .login-wrapper .login-form .reset-btn {
    height: 50px;
    /* background-color: grey; */
    font-size: 20px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
    color: rgba(0, 0, 0, .85);
    /* border: 1px solid #d9d9d9; */
  }
  .box .content .login-wrapper .divider .line {
    border-bottom: 1px solid rgb(214, 222, 228);
  }
  .box .content .login-wrapper .other-login-item {
    border-radius: 20px;
  }
  .box .content .login-wrapper .other-login-item img {
    width: 40px;
    height: 40px;
  }
}
/*手机端CSS*/
@media only screen and (max-width: 600px) {
  .box .content {
    width: 100vw;
    height: 100vh;
    background: url("./asset/offerInfo.jpg") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
  }
  .box .content .login-wrapper {
    width: 70%;
    height: 60%;
    padding-top: 15%;
  }
  .box .content .login-wrapper h1 {
    font-size: 30px;
    /* color: #fff; */
    color: #578cf0;
  }
  /* 手机尺寸不显示提示框 */
  .box .content .login-wrapper .login-form .identificationCard {
    display: none;
  }
  .box .content .login-wrapper .login-form .phoneNumber {
    display: none;
  }
  .box .content .login-wrapper .login-form .validcode {
    display: none;
  }
  .box .content .login-wrapper .login-form .form-item .toolTip {
    display: none;
  }
  
  .box .content .login-wrapper .login-form .form-item {
    margin: 10px 0;
  }
  .box .content .login-wrapper .login-form .form-item span {
    color: rgb(113, 129, 141);
    font-weight: 400;
  }
  .box .content .login-wrapper .login-form .form-item .input-item {
    height: 30px;
    border: 1px solid rgb(113, 129, 141);
    background-color: transparent;
    color: #fff;
    text-align: center;
    align-items: center;
  }
  .box .content .login-wrapper .login-form .form-item .input-item-valid {
    height: 30px;
    width: 60%;
    border: 1px solid rgb(113, 129, 141);
    background-color: transparent;
    color: #fff;
  }
  .box .content .login-wrapper .login-form .form-item .yzm {
    height: 40px;
    border: 1px solid rgb(214, 222, 228);
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .box .content .login-wrapper .login-form .login-btn {
    height: 40px;
    background-color: #448ef7;
    font-size: 16px;
  }
  .box .content .login-wrapper .login-form .reset-btn {
    height: 40px;
    background-color: gainsboro;
    font-size: 16px;
  }
  .box .content .login-wrapper .divider .line {
    border-bottom: 1px solid #fff;
  }
  .box .content .login-wrapper .divider .divider-text {
    color: #fff;
  }
  .box .content .login-wrapper .other-login-item {
    border-radius: 15px;
  }
  .box .content .login-wrapper .other-login-item img {
    width: 35px;
    height: 35px;
  }
}/*# sourceMappingURL=style.css.map */
/* 弹窗的基本样式 */
.popup {
  width: 500px;
  padding: 20px;
  position: relative;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  margin: 20px;
}

/* 关闭按钮的样式 */
.close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  background-color: #ccc;
  color: white;
  border: none;
  border-radius: 50%;
}

/* 隐藏弹窗的样式，默认不显示 */
.hidden {
  display: none;
}