.nav {
  position: fixed;
  width: 80%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 0;
  padding: 5px 10%;
  border-top: 1px solid #dcdfe6;
  z-index: 201;
  background: #fff;
}
.nav a {
  display: block;
  text-align: center;
  font-size: 0;
}
.nav a img {
  width: 0.64rem !important;
  height: 0.64rem !important;
  display: block;
}
.nav a span {
  font-size: 0.2rem;
  margin-top: 0.04rem;
  color: #3b4859;
}
.nav a.active span {
  color: #0079FD;
}
.color {
  color: #0079FD;
}
.normal {
  width: 100%;
  text-align: center;
  margin-top: 3.58rem;
  margin-bottom: 3.58rem;
  font-size: 0;
}
.normal img {
  width: 3.46rem;
  height: 2.18rem;
  display: block;
  margin: 0 auto;
}
.normal span {
  margin-top: 0.4rem;
  font-size: 0.3rem;
  display: block;
  text-align: center;
  font-weight: 400;
  color: #8392a7;
}
.screen-box {
  position: relative;
  z-index: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, z-index 0.4s;
  transition: opacity 0.4s, z-index 0.4s;
}
.screen-box .grayLayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 888;
  display: block;
  transition: all 0.4s;
}
.screen-box .screen-content {
  position: fixed;
  left: 0;
  top: -10rem;
  z-index: 899;
  font-size: 0.3rem;
  background: #fff;
  overflow: hidden;
  transition: all 0.4s;
  height: 10rem;
  width: 100%;
}
.screen-box .screen-content .condition {
  height: 8.5rem;
  padding-bottom: 0.5rem;
  overflow-y: scroll;
}
.alert-box-show {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.alert-box-show .screen-content {
  top: 0;
}
.alert-box-show .grayLayer {
  background: rgba(0, 0, 0, 0.4);
}
.screen-button {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.screen-button div {
  width: 50%;
  height: 1rem;
  background: #0079FD;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.screen-button .screen-close {
  color: #0079FD;
  background: #E5F2FF;
}
.screen-name {
  padding: 0.32rem 0.32rem 0 0.32rem;
}
.screen-name h3 {
  font-size: 0.3rem;
  font-weight: bolder;
  color: #303133;
  margin-bottom: 0.15rem;
  display: flex;
}
.screen-name h3 b {
  width: 20%;
  font-size: 12px;
  border: 1px solid #3393ff;
  background: #3393ff;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.36rem;
  color: #fff;
  font-weight: normal;
  margin-left: 10px;
}
.screen-name p {
  font-size: 12px;
  color: red;
  font-weight: bolder;
  margin-bottom: 10px;
}
.screen-name input {
  font-size: 0.24rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border: 1px solid #CDD5E3;
  display: block;
  height: 0.64rem;
  width: 100%;
  text-align: left;
  text-indent: 0.2rem;
}
.screen-name select {
  font-size: 0.24rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border: 1px solid #CDD5E3;
  display: block;
  height: 0.64rem;
  width: 100%;
  text-align: left;
  text-indent: 0.2rem;
  outline: none;
}
.screen-name ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.screen-name ul li {
  font-size: 0.24rem;
  width: 30%;
  height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border: 1px solid #CDD5E3;
  color: #CDD5E3;
  margin-bottom: 0.2rem;
}
.screen-name ul li.active {
  background: #0079FD;
  border: 1px solid #0079FD;
  color: #fff;
}
.screen-name .date {
  display: flex;
  align-items: center;
}
.screen-name .date label {
  width: 46%;
}
.screen-name .date label input {
  margin-bottom: 0;
}
.screen-name .date .line {
  height: 0.64rem;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
}
.screen-name .date1 {
  justify-content: space-between;
}
.screen-name .date1 label {
  width: 30%;
}
.screen-name .date1 label input {
  margin-bottom: 0;
}
#HS {
  width: 100%;
}
.render {
  font-size: 16px;
}
.render .item {
  display: flex;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #CDD5E3;
}
.render .item.active b {
  background: #247DE1;
}
.render b {
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid #ccc;
  margin-right: 10px;
  border-radius: 10px;
}
.render span {
  display: block;
  width: 90%;
}
/*# sourceMappingURL=globule.css.map */