@charset "UTF-8";
/* 登录 */
.colorBlue {
  color: #3478f7;
}

.colorA {
  color: #aaa;
}

.login {
  background: url(../img/login.png) no-repeat top center;
  padding: 6rem 3rem;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: 100% 100%;
}

.login .logo {
  width: 100%;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  text-shadow: 5px 1px 5px rgba(0, 0, 0, 0.996078);
  -webkit-text-shadow: 5px 1px 5px rgba(0, 0, 0, 0.996078);
  -moz-text-shadow: 5px 1px 5px rgba(0, 0, 0, 0.996078);
  text-transform: none;
}

.login .nav_link {
  position: absolute;
  right: 0;
  top: 6rem;
  /* background: #fff; */
  background: rgba(6, 118, 56, 0.2);
  width: 5rem;
  text-align: center;
  padding: 1rem 0.5rem;
  color: #067638;
  font-weight: bold;
  border-radius: 0.5rem 0 0 0.5rem;
}

.login .nav_link span {
  /* width: 2rem; */
  /* line-height: 1.2; */
  width: 100%;
  text-align: center;
  display: block;
}

.login .login_bottom {
  width: 100%;
}

.login .login_bottom .login_btn {
  position: relative;
}

.login .login_bottom .login_btn > a {
  border-width: 0px;
  margin-top: 2.5rem;
  width: 100%;
  height: 5.5rem;
  /* background-color: #3478f7; */
  background-color: #057639;
  border: none;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 2px black;
  -webkit-box-shadow: 0px 0px 2px black;
  box-shadow: 0px 0px 2px black;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

.login .login_bottom .login_btn > a img {
  width: 3rem;
  margin-right: 1.5rem;
}

.login .login_bottom .login_btn > a:hover {
  opacity: 0.88;
}

.login .login_bottom .login_btn > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.login .login_bottom .xieyi {
  margin-top: 3rem;
  color: #fff;
  line-height: 1.3;
}

.login .login_bottom .xieyi .check {
  margin-right: 1rem;
  margin-top: 0.5rem;
}

.login .login_bottom .xieyi .check input {
  zoom: 145%;
  border: 0;
  outline: 0;
}

.login .login_bottom .xieyi a {
  color: #fff;
}

.login .login_bottom .xieyi a:hover {
  color: #3478f7;
}

.pagebox {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

/* 园区导航 */
.navigation {
  background: #f2f1f5 url(../img/bg1.jpg) no-repeat top center;
  background-size: cover;
}

.navigation .nav_tit {
  text-align: center;
  padding: 2rem 0;
  font-weight: bold;
  color: #333;
}

.navigation .nav_list {
  background: #fff;
}

.navigation .nav_list li {
  border-bottom: 1px solid #eee;
  padding: 1.3rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation .nav_list li:last-child {
  border-bottom: none;
}

/* 导航 */
.btn1 {
  padding: 0 3rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3478f7;
  border-radius: 4rem;
  color: #fff;
}

.btn1:hover {
  background: rgba(52, 120, 247, 0.88);
  color: #fff;
}

.btn2 {
  width: 100%;
  border: 0;
  outline: 0;
  text-align: center;
  height: 4.5rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  justify-content: center;
  background: #067638;
  border-radius: 0.5rem;
  color: #fff;
}

.btn2:hover {
  background: #067638;
  color: #fff;
}

.map {
  height: 100vh;
  position: relative;
}

.map .map_img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
}

.map .map_top {
  position: fixed;
  width: 100%;
  z-index: 22;
  left: 0;
  top: 0;
  background: #fff;
  padding: 2rem 0;
}

.map .switch {
  position: relative;
  background: #fbf9f9;
  padding: 1rem;
}

.map .switch ul {
  width: 90%;
  flex-direction: column;
}

.map .switch ul.swt {
  flex-direction: column-reverse;
}

.map .switch ul li {
  position: relative;
  padding-left: 2rem;
}

.map .switch ul li .int {
  border-bottom: 1px solid #eee;
}

.map .switch ul li input {
  border: 0;
  height: 3rem;
  width: 100%;
  line-height: 3rem;
  background: none;
  outline: 0;
  border: 0;
}

.map .switch ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #0052d9;
  border-radius: 50%;
}

.map .switch ul li:nth-child(2)::before {
  background: #9f0618;
}

.map .switch .swt_btn {
  margin-top: 2rem;
  cursor: pointer;
}

.map .switch .swt_btn i {
  font-size: 3rem;
}

.map .switch .swt_btn:hover i {
  color: #3478f7;
}

.map .map_bottom {
  position: fixed;
  width: 100%;
  left: 0;
  background: #fff;
  bottom: 0;
  z-index: 22;
  padding: 1.5rem;
}

/* 访客预约 */
.apply {
  background: #f2f1f5 url(../img/bg1.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 2rem;
  overflow: hidden;
}

.apply li {
  background: #fff;
  padding: 1rem 1.5rem;
  display: flex;
  position: relative;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  /* margin-bottom: 1.5rem; */
  align-items: center;
}

.apply li .label {
  flex-shrink: 0;
  text-align: right;
  /* width: 23%; */
  white-space: nowrap;
  margin-right: 1.5rem;
}

.apply li .label span {
  color: #d9001b;
}

.apply li .intbox {
  position: relative;
  flex: 1;
  text-align: right;
}
.apply li .intbox select {
  text-align: right;
  padding-right: 2rem;
}
.apply li .intbox input[type="text"],
.apply li .intbox input[type="date"],
.apply li .intbox input[type="select"],
.apply li .intbox input[type="datetime-local"] {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  background: none;
  border: 0;
  outline: 0;
  text-align: right;
}
.apply li .intbox select {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  border: 0;
  outline: 0;
}

.apply li .intbox .user {
  width: 100%;
  text-align: right;
  color: #aaaaaa;
}

.apply li .intbox .user span {
  margin-left: 1.5rem;
}

.apply li .intbox.sex label {
  /* margin-right: 2rem; */
}

.apply li .intbox.sex input {
  zoom: 135%;
  margin-right: 0.5rem;
}

.apply li .intbox .addOne {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.apply li .intbox .addOne i {
  color: #86a8ff;
  font-size: 2rem;
}

.apply li.msg {
  align-items: flex-start;
}

.apply li.msg textarea {
  width: 100%;
  border: 0;
  background: none;
  border: 0;
  outline: 0;
  padding: 0.2rem 0;
}

.apply .btns {
  margin: 5rem 0;
}

.select {
  position: relative;
}

.select select {
  border: 0;
  outline: 0;
  font-size: 1.4rem;
  background: none;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*去掉下拉箭头*/
  padding: 0;
}

.select::after {
  content: "\e632";
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
  font-family: "iconfont";
}

/* 预约记录 */
.tabs {
  background: #fff;
  position: fixed;
  width: 100%;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 0;
}

.tabs li {
  padding: 1.2rem 0;
  position: relative;
  cursor: pointer;
}

.tabs li a {
  display: block;
}
.selected {
  color: #000;
}
.cur {
  color: #067638;
}
.tabs li::after {
  content: "";
  width: 0;
  transition: ease 0.3s;
  height: 0.4rem;
  background: #067638;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 0.3rem;
  transform: translateX(-50%);
}

.tabs li.on {
  font-weight: bold;
}

.tabs li.on a {
  color: #282828;
}

.tabs li.on::after {
  width: 100%;
}

.tkg {
  height: 2.5rem;
}

.record {
  background: #f2f1f5 url(../img/bg1.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 2rem;
  overflow: hidden;
}

.record .record-list .tab-cont ul li {
  background: #fff;
  overflow: hidden;
  margin-top: 1.5rem;
  font-size: 1.3rem;
  border-radius: 0.5rem;
}

.record .record-list .tab-cont ul li .item-tit {
  padding: 1rem 2rem;
}

.record .record-list .tab-cont ul li .item-cont {
  padding: 0.6rem 2rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.record .record-list .tab-cont ul li .item-cont .dd {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.record .record-list .tab-cont ul li .item-link a {
  padding: 0.8rem 0;
}

.record .record-list .tab-cont ul li .item-link a i {
  font-size: 1.4rem;
  margin-left: 0.5rem;
}

.record .record-list .tab-cont ul.gray {
  color: #aaa;
}

.record .record-list .tab-cont ul.gray a {
  color: #aaa;
}

.loading,
.nodata {
  padding: 2.5rem 0;
  display: none;
  color: #aaa;
  font-size: 1.4rem;
  text-align: center;
}

/* 预约详情 */
.detail .status {
  background: #fff;
  height: 4rem;
  padding: 0 2rem;
  border-bottom: 1px solid #d7d7d7;
}

.detail .cardbox {
  background: #fff;
  padding: 0.6rem 2rem;
  margin-top: 1rem;
}

.detail .cardbox li {
  display: flex;
  font-size: 1.3rem;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}

.detail .cardbox li .label {
  color: #666;
}

.detail .cardbox li .int {
  color: #000;
}

.detail .cardbox li .int2 {
  color: #333;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}

.detail .cardbox li.flex-w .label {
  font-size: 1.4rem;
}

.detail .cardbox.nop {
  margin-top: 0;
}

/* 下拉弹窗的样式 */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
  top: 5.2rem;
  left: 0;
  z-index: 22;
}

.first-level {
  float: left;
  width: 50%;
  height: 20rem;
  overflow-y: auto;
  border-right: 1px solid #ddd;
  margin-right: 1.5rem;
}

.first-level i {
  float: right;
  font-size: 1.3rem;
}

.first-level-item,
.second-level-item {
  color: black;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: block;
}

.second-level {
  height: 20rem;
  overflow-y: auto;
}

.second-level-cate {
  display: none;
}

.first-level-item.active,
.second-level-item.active {
  background-color: #067638;
  color: #fff;
}

@media (min-width: 800px) {
  html {
    font-size: 20px !important;
  }
  body {
    max-width: 800px;
    margin: 0 auto;
  }
  .login {
    background-size: cover;
  }
}
