* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, .wrapper {
  overflow: hidden;
  height: 100%;
}

.layui-layer-btn0 {
  border: 1px solid #0002b7 !important;
  background-color: #0002b7 !important;
}

.layui-layer-btn {
  padding: 0 15px 30px !important;
}

.wrapper {
  position: relative;
}
.wrapper .companyInfo {
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #999;
  font-size: 16px;
}
.wrapper .decorate {
  width: 59%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.wrapper .word {
  position: relative;
  z-index: 2;
  position: absolute;
  top: 46px;
  left: 52px;
  color: #fff;
  font-size: 32px;
  line-height: 18px;
}
.wrapper .word p {
  font-size: 13px;
  line-height: 18px;
  margin-top: 14px;
}
.wrapper .userInfo {
  opacity: 0;
  position: absolute;
  top: 46px;
  right: 52px;
  z-index: 9;
  cursor: pointer;
  font-size: 20px;
}
.wrapper .userInfo span {
  margin: 0 5px;
}
.wrapper .forgetScreen, .wrapper .accountScreen {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.wrapper .accountBox {
  width: 700px;
  height: 439px;
  background-color: #fff;
  box-shadow: 0px 10px 21px 0px rgba(16, 44, 78, 0.5);
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  padding: 0 20px;
  font-size: 18px;
}
.wrapper .accountBox .close {
  width: 0;
  height: 0;
  border-color: #0002b7 #0002b7 transparent transparent;
  border-width: 30px 30px 30px 30px;
  border-radius: 5px;
  border-style: solid;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.wrapper .accountBox .close img {
  position: absolute;
  top: -20px;
  right: -22px;
  width: 20px;
}
.wrapper .accountBox .layui-tab {
  margin: 0;
  display: flex;
  padding: 40px 0;
  height: 100%;
}
.wrapper .accountBox .layui-tab ul {
  width: 200px;
  height: 100%;
  margin-right: 20px;
}
.wrapper .accountBox .layui-tab ul li {
  font-size: 18px;
  display: block;
}
.wrapper .accountBox .layui-tab ul li.layui-this {
  background-color: #0002b7;
  color: #fff;
  border: none;
}
.wrapper .accountBox .layui-tab .layui-tab-content {
  padding: 0;
  width: calc(100% - 220px);
}
.wrapper .accountBox .layui-tab .layui-tab-content .title {
  font-size: 20px;
  border-bottom: 1px solid rgba(16, 44, 78, 0.2);
  padding-bottom: 10px;
}
.wrapper .accountBox .layui-tab .layui-tab-content .item {
  margin-top: 10px;
}
.wrapper .accountBox .layui-tab .layui-tab-content .item font {
  color: red;
  margin-left: 10px;
  display: none;
}
.wrapper .accountBox .layui-tab .layui-tab-content .item .layui-input-block {
  margin-left: 0;
}
.wrapper .accountBox .layui-tab .layui-tab-content .item .layui-input-block .layui-form-select dl dd.layui-this {
  color: #0002b7;
}
.wrapper .accountBox .layui-tab .layui-tab-content .item .inputItem {
  position: relative;
  margin-top: 15px;
  background-color: rgb(245, 245, 245);
  border-radius: 4px;
  height: 40px;
}
.wrapper .accountBox .layui-tab .layui-tab-content .item .inputItem input {
  height: 40px;
  padding-left: 20px;
  border: none;
  font-size: 20px;
  background: none;
  outline: none;
  width: 80%;
}
.wrapper .accountBox .layui-tab .layui-tab-content .item .eye {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0002b7;
  border-radius: 0 4px 4px 0;
  text-align: center;
  cursor: pointer;
  line-height: 35px;
}
.wrapper .accountBox .layui-tab .layui-tab-content .item .eye img {
  width: 20px;
}
.wrapper .accountBox .layui-tab .layui-tab-content .confirm {
  background-color: #0002b7;
  width: 100px;
  height: 35px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}
.wrapper .accountBox .layui-tab .layui-tab-content .confirm.disable {
  background-color: gray;
}
.wrapper .forgetBox {
  width: 600px;
  height: 600px;
  background-color: #fff;
  box-shadow: 0px 10px 21px 0px rgba(16, 44, 78, 0.5);
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 10;
  padding: 0 30px;
  font-size: 18px;
}
.wrapper .forgetBox .close {
  width: 0;
  height: 0;
  border-color: #0002b7 #0002b7 transparent transparent;
  border-width: 30px 30px 30px 30px;
  border-radius: 5px;
  border-style: solid;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.wrapper .forgetBox .close img {
  position: absolute;
  top: -20px;
  right: -22px;
  width: 20px;
}
.wrapper .forgetBox > p {
  text-align: center;
  font-weight: bold;
  margin: 30px 0 10px;
  font-size: 26px;
}
.wrapper .forgetBox .tab {
  display: flex;
  border-bottom: 1px solid rgba(16, 44, 78, 0.2);
  align-items: center;
  height: 40px;
  font-size: 18px;
}
.wrapper .forgetBox .tab span {
  flex: 1;
  text-align: center;
  display: inline-block;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
}
.wrapper .forgetBox .tab span.active {
  color: #0002b7;
  border-bottom: 1px solid #0002b7;
}
.wrapper .forgetBox .forgetContent .item {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.wrapper .forgetBox .forgetContent .item > span {
  display: inline-block;
  width: 90px;
  margin-left: 70px;
}
.wrapper .forgetBox .forgetContent .item input {
  border: solid 1px #dfdfdf;
  outline: none;
  height: 40px;
  padding-left: 15px;
  width: 300px;
  font-size: 16px;
}
.wrapper .forgetBox .forgetContent .item input.phone {
  width: 170px;
}
.wrapper .forgetBox .forgetContent .item button {
  width: 120px;
  height: 40px;
  background: none;
  background-color: #0002b7;
  color: #fff;
  border: none;
  padding: 0 15px;
  margin-left: 10px;
  cursor: pointer;
}
.wrapper .forgetBox .forgetContent .item button.disable {
  background-color: grey;
}
.wrapper .forgetBox .forgetContent2 {
}
.wrapper .forgetBox .btnBox {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
.wrapper .forgetBox .btnBox span {
  display: inline-block;
  height: 40px;
  width: 150px;
  border: 1px solid #dfdfdf;
  line-height: 40px;
  cursor: pointer;
}
.wrapper .forgetBox .btnBox span.submit {
  background-color: #0002b7;
  color: #fff;
  border: none;
}
.wrapper .content {
  position: relative;
  margin-top: 10%;
  z-index: 3;
  padding-left: 11.2%;
  display: flex;
  align-items: center;
}
.wrapper .content > img {
  margin-right: 3.8%;
  width: 45%;
  position: relative;
  left: 0;
}
.wrapper .content .box {
  position: relative;
  right: 0;
  width: 28%;
}
.wrapper .content .box .title {
  font-size: 34px;
  color: #0002b7;
  line-height: 18px;
  margin-bottom: 79px;
}
.wrapper .content .box .item {
  width: 548px;
  height: 71px;
  border: solid 1px #dfdfdf;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  margin-right: 200px;
}
.wrapper .content .box .item input {
  border: none;
  height: 100%;
  font-size: 22px;
  background: none;
  outline: none;
}
.wrapper .content .box .item input::placeholder {
  color: #5d5d5d;
}
.wrapper .content .box .item img {
  margin: 0 20px 0 29px;
}
.wrapper .content .box .remember {
  color: #888888;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
}
.wrapper .content .box .remember input {
  display: none;
}
.wrapper .content .box .remember input[type=checkbox]:checked + label {
  border: 1px solid #0000b6;
}
.wrapper .content .box .remember input[type=checkbox]:checked + label img {
  display: inline-block;
}
.wrapper .content .box .remember label {
  cursor: pointer;
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #888888;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}
.wrapper .content .box .remember label img {
  display: none;
}
.wrapper .content .box .btn {
  width: 548px;
  height: 79px;
  background-color: #0000b6;
  text-align: center;
  line-height: 79px;
  font-size: 34px;
  color: #fff;
  cursor: pointer;
  margin-top: 40px;
}
.wrapper .content .box .register {
  cursor: pointer;
  font-size: 22px;
  color: #888888;
  line-height: 18px;
  margin-top: 28px;
}
.wrapper .content .box .register span {
  color: #0000b6;
}
.wrapper .screen {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.wrapper .systemBox {
  position: relative;
  z-index: 6;
  text-align: center;
  opacity: 0;
  height: 65%;
  display: none;
}
.wrapper .systemBox .head {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .systemBox .head img {
  margin: 0 46px;
}
.wrapper .systemBox .head img:first-child {
  transform: rotate(180deg);
}
.wrapper .systemBox .note {
  margin-top: 31px;
  color: #9fa0a0;
  font-size: 24px;
}
.wrapper .systemBox .system {
  padding: 0 5.7%;
  display: flex;
  height: 100%;
  justify-content: center;
}
.wrapper .systemBox .system .item {
  margin-top: 151px;
  margin-right: 2%;
  height: 100%;
  width: 22.5%;
  border-radius: 8px;
  background-color: #fff;
  padding: 0 40px;
  box-shadow: 0px 6px 11px 0px rgba(16, 44, 78, 0.2);
  cursor: pointer;
}
.wrapper .systemBox .system .item:hover {
  box-shadow: 0px 10px 21px 0px rgba(16, 44, 78, 0.5);
}
.wrapper .systemBox .system .item .title {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  margin-top: 40px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(159, 160, 160, 0.5);
}
.wrapper .systemBox .system .item img {
  margin: 40% 0 32%;
  width: 41%;
}
.wrapper .systemBox .system .item .btn {
  width: 160px;
  height: 44px;
  background-color: rgb(0, 68, 209);
  border-radius: 4px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  font-weight: bold;
}

.layui-layer-dialog .layui-layer-padding {
  padding: 28px 34px 28px 68px !important;
  font-size: 24px !important;
}

.layui-layer-dialog .layui-layer-content .layui-layer-face {
  top: 30px !important;
}

.success, .fail {
  display: none;
  box-shadow: 0px 6px 11px 0px rgba(16, 44, 78, 0.2);
  width: 300px;
  height: 200px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  padding-top: 50px;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 24px;
}
.success img, .fail img {
  margin-bottom: 20px;
}

@media screen and (max-width: 1800px) {
  .wrapper .decorate {
    width: 59%;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper {
    background-color: rgb(237, 237, 237);
  }
  .wrapper .decorate {
    display: none;
  }
  .wrapper .userInfo {
    top: 10px;
    right: 10px;
    font-size: 12px;
  }
  .wrapper .companyInfo {
    font-size: 12px;
  }
  .wrapper .word {
    color: #333;
    margin: 0;
    padding-top: 70px;
    text-align: center;
    color: #fff;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    padding-left: 50px;
  }
  .wrapper .word img {
    height: auto !important;
    width: 100%;
  }
  .wrapper .content {
    display: block;
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
  }
  .wrapper .content .contentImg {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .wrapper .content .box {
    width: 100%;
    padding: 0 16px;
  }
  .wrapper .content .box .title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
    display: none;
  }
  .wrapper .content .box .item {
    width: 100%;
    margin-bottom: 28px;
    height: 55px;
    background-color: #fff;
  }
  .wrapper .content .box .item img {
    margin: 0 20px;
    width: 25px;
  }
  .wrapper .content .box .remember {
    font-size: 16px;
  }
  .wrapper .content .box .remember label {
    width: 22px;
    height: 22px;
    margin-right: 15px;
  }
  .wrapper .content .box .remember label img {
    width: 15px;
  }
  .wrapper .content .box .btn {
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin-top: 20px;
  }
  .wrapper .content .box .register {
    font-size: 18px;
  }
  .wrapper .systemBox .system {
    display: block;
  }
  .wrapper .systemBox .system .item {
    margin-right: 0;
    width: 100%;
    margin-top: 0;
    height: auto;
    padding: 20px 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .wrapper .systemBox .system .item .title {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 15px;
    border: none;
  }
  .wrapper .systemBox .system .item img {
    width: 50px;
    margin: 0;
    float: left;
  }
  .wrapper .systemBox .system .item .btn {
    width: auto;
    float: right;
    height: auto;
    position: relative;
    top: 5px;
    display: inline-block;
    background-color: transparent;
    color: #0000b6;
  }
  .wrapper .forgetBox {
    width: calc(100% - 32px) !important;
    height: 530px !important;
  }
  .wrapper .forgetBox .close {
    border-width: 20px 20px 20px 20px;
  }
  .wrapper .forgetBox .close img {
    position: absolute;
    top: -15px;
    right: -18px;
    width: 16px;
  }
  .wrapper .forgetBox .forgetContent .item {
    margin-top: 20px;
  }
  .wrapper .forgetBox .forgetContent .item > span {
    margin-left: 0;
  }
  .wrapper .forgetBox .forgetContent .item input {
    width: 190px;
    font-size: 14px;
  }
  .wrapper .forgetBox .forgetContent .item input.phone {
    width: 108px;
  }
  .wrapper .forgetBox .forgetContent .item button {
    font-size: 12px;
    width: 75px;
    padding: 0;
  }
  .wrapper .accountBox {
    height: 489px;
    width: calc(100% - 32px) !important;
  }
  .wrapper .accountBox .close {
    border-width: 20px 20px 20px 20px;
  }
  .wrapper .accountBox .close img {
    position: absolute;
    top: -15px;
    right: -18px;
    width: 16px;
  }
  .wrapper .accountBox .layui-tab {
    display: block;
    padding: 35px 0;
  }
  .wrapper .accountBox .layui-tab ul {
    border: none;
    width: auto;
    height: auto;
    display: flex;
    margin-right: 0;
  }
  .wrapper .accountBox .layui-tab ul li {
    flex: 1;
  }
  .wrapper .accountBox .layui-tab .layui-tab-content {
    width: 100%;
    margin-top: 20px;
  }
  .wrapper .accountBox .layui-tab .layui-tab-content .title {
    font-weight: bold;
  }
}

/*# sourceMappingURL=login.css.map */
