.bg {
  background-position: center;
  background-size: cover;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  position: fixed;
  background-image: url(../img/background.jpg);
  opacity: 1;
}
.layui-layer-content {
  height: auto!important;
}
.content {
  background-color: rgba(1, 1, 1, 0.5);
  position: relative;
  width: 350px;
  height: 100%;
  margin: 100px auto;
  padding: 120px 50px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px, rgba(0, 0, 0, 0.04) 0px 0px 6px;
}
header {
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.layui-layer-page {
  left: 50%!important;
  transform: translateX(-50%) !important;
}
.check-form-item {
  display: flex;
  width: 100%;
  margin-top: 50px;
  align-items: center;
  box-sizing: border-box;
}
.check-form-item .label {
  font-size: 13px;
  width: 80px;
  color: white;
  text-align: right;
}
.check-form-item .input {
  flex: 1;
  margin-left: 10px;
}
.input input {
  width: 100%;
  background-color: #fff;
  background-image: none;
  border-radius: 10px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  outline: none;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 8px;
}
.input select {
  width: 100%;
  background-color: #fff;
  background-image: none;
  border-radius: 10px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  vertical-align: middle;
  height: 38px;
  line-height: 38px;
  border: 1px solid transparent;
  padding: 0 18px;
  background-color: #009688;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
}
.btn-sm {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px;
}
.btn-primary {
  border-color: #d2d2d2;
  background: 0 0;
  color: #5f5f5f;
}
.btn-submit {
  width: 100%;
}
.btn-box {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.layui-layer-title {
  text-align: left;
}
a {
  text-decoration: none;
}
p {
  line-height: 13px;
}
.register-content {
  padding: 50px 50px;
  display: none;
}
.auto {
  border-radius: 10px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: white;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 5px 0;
  width: 150px;
  align-content: center;
  justify-content: center;
  margin-left: 10px;
}
.desc {
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px 20px;
  color: red;
  min-height: 45px;
  text-align: left;
}
.check-form-item {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .check-form-item .label {
    font-size: 0.62rem;
    width: 4.2rem;
  }
  .layui-layer-dialog .layui-layer-content {
    font-size: 0.7rem;
    line-height: 0.85rem;
  }
  .btn {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.65rem;
    border-radius: 0.1rem;
  }
  header {
    font-size: 1rem;
  }
  .content {
    background-color: rgba(1, 1, 1, 0.5);
    position: relative;
    width: calc(100% - 0.8rem);
    height: 100%;
    margin: 4rem auto;
    padding: 2rem 0.8rem;
    text-align: center;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px, rgba(0, 0, 0, 0.04) 0px 0px 6px;
  }
  .input input {
    font-size: 0.65rem;
    height: 1.8rem;
  }
  .input select {
    font-size: 0.65rem;
    height: 1.8rem;
  }
  .layui-layer-dialog {
    width: calc(100% - 3rem) !important;
    left: 1.5rem !important;
  }
  .info-card p {
    line-height: 1.3;
  }
  .desc {
    font-size: 0.8rem;
  }
  .btn-box .btn {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
  }
  .layui-layer-page {
    width: calc(100% - 2.4rem) !important;
    top: 50%!important;
    transform: translate(-50%, -50%) !important;
  }
}
/*# sourceMappingURL=css.css.map */