.login-window {
  width: 100vw;
  height: 100vh;
  background: url(../img/bgg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.login-window .huanrao {
  width: 450px;
}
.login-window .huanrao img {
  width: 100%;
}
.support {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  color: #fff;
  font-size: 14px;
}
.support a {
  color: #169bd5;
  font-size: 14px;
  text-decoration: underline;
}
.login-box {
  position: relative;
  width: 670px;
  padding: 50px 60px;
  background-color: rgba(6, 135, 205, 0.3);
}
.login-box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}
.login-box span:nth-child(2n)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #53a7ef;
  animation: animate2 4s linear infinite;
}
.login-box span:nth-child(1) {
  transform: rotate(0deg);
}
.login-box span:nth-child(3) {
  transform: rotate(180deg);
}
.login-box span:nth-child(4) {
  transform: rotate(180deg);
}
.login-box span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #53a7ef;
  animation: animate 4s linear infinite;
}
@keyframes animate {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes animate2 {
  0% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  50.1% {
    transform: scaleY(1);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0);
    transform-origin: top;
  }
}
.login-box .loginbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: fill;
}
.login-box form {
  position: relative;
  z-index: 2;
}
.login-box .title {
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.5em;
  text-align: center;
  margin-bottom: 35px;
}
.login-box .input-box {
  margin-bottom: 25px;
  display: flex;
}
.login-box .input-box .input {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  border: 3px solid rgba(6, 135, 205, 0.6);
  background-color: rgba(6, 135, 205, 0.3);
  padding: 0 26px;
  padding-right: 0;
}
.login-box .input-box .input.yzm-box {
  padding-left: 0;
}
.login-box .input-box .input img {
  width: 25px;
  margin-right: 15px;
  display: block;
}
.login-box .input-box .input input {
  flex: 1;
  background: none;
  font-size: 20px;
  height: 100%;
  border: none;
  outline: none;
  color: #fff;
  letter-spacing: 0.1em;
}
.login-box .input-box .input input::placeholder {
  color: #fff;
}
.login-box .input-box .yzm-box {
  width: 197px;
  margin-left: 44px;
  overflow: hidden;
}
.login-box .yzm-boxx {
  margin-bottom: 20px;
}
.login-box .rem-password {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 20px 0;
}
.login-box .rem-password input {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(6, 135, 205, 0.6);
  background-color: rgba(6, 135, 205, 0.3);
}
.login-box .rem-password input[type="checkbox"] {
  display: none;
}
.login-box .rem-password .custom-checkbox {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(6, 135, 205, 0.6);
  background-color: rgba(6, 135, 205, 0.3);
  margin-right: 10px;
}
.login-box .rem-password input[type="checkbox"]:checked + label.custom-checkbox {
  background-color: rgba(255, 255, 255, 0.8);
}
.login-box .dl-btn button {
  width: 100%;
  height: 60px;
  background-color: #4aabfe;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 29px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3;
  border: none;
  outline: none;
}
.login-box .dl-btn button:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.diqiu-box {
  width: 8.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.diqiu-box .diqiubg {
  width: 100%;
}
.mengcengbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mengcengbg .mcbg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.stratsMap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-size: 100% 100%;
  z-index: 2;
}
.stratsMap .star {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(237, 205, 163, 0.6);
  box-shadow: 0 0 40px 0 rgba(237, 205, 163, 0.9), 0 0 20px 0 #ffffff;
  animation: glow 1s infinite;
}
.stratsMap .star--medium {
  width: 6px;
  height: 6px;
  /* animation: glow 5s infinite; */
}
.stratsMap .star--big {
  width: 9px;
  height: 9px;
  box-shadow: 0 0 40px 0 #edcda3, 0 0 20px 0 #ffffff, inset 0 0 4px #ffffff;
  /* animation: glow 8s infinite; */
}
.stratsMap .comet {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 40px 0 #edcda3, 0 0 20px 0 #ffffff, inset 0 0 8px rgba(255, 255, 255, 0.9);
  opacity: 0.3;
  transform: rotate(-45deg) translate(0, -50px);
  animation: comet 10s infinite;
  animation-delay: 1s;
}
.stratsMap .comet:nth-child(2) {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 40px 0 #edcda3, 0 0 20px 0 #ffffff, inset 0 0 8px rgba(255, 255, 255, 0.9);
  top: 0;
  left: 60%;
  opacity: 0.3;
  transform: rotate(-45deg) translate(0, -50px);
  animation: comet 6s infinite;
  animation-delay: 1.5s;
}
.stratsMap .comet:nth-child(3) {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 40px 0 #edcda3, 0 0 20px 0 #ffffff, inset 0 0 8px rgba(255, 255, 255, 0.9);
  top: 0;
  left: 60%;
  opacity: 0.3;
  transform: rotate(-45deg) translate(0, -50px);
  animation: comet 6s infinite;
  animation-delay: 3.5s;
}
.stratsMap .comet:nth-child(4) {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 40px 0 #edcda3, 0 0 20px 0 #ffffff, inset 0 0 8px rgba(255, 255, 255, 0.9);
  top: 0;
  left: 60%;
  opacity: 0.3;
  transform: rotate(-45deg) translate(0, -50px);
  animation: comet 6s infinite;
  animation-delay: 4s;
}
.stratsMap .comet:after {
  content: "";
  width: 20vw;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 100px rgba(237, 205, 163, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes glow {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes comet {
  0% {
    transform: rotate(-45deg) translateX(0);
    opacity: 0.8;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: rotate(-45deg) translateX(-100vw);
    opacity: 0.9;
  }
  20% {
    transform: rotate(-45deg) translateX(-100vw);
    opacity: 0.8;
  }
  30% {
    transform: rotate(-45deg) translateX(-100vw);
    opacity: 0.7;
  }
  40% {
    transform: rotate(-45deg) translateX(-100vw);
    opacity: 0.6;
  }
  50% {
    transform: rotate(-45deg) translateX(-100vw);
    opacity: 0.3;
  }
  100% {
    transform: rotate(-45deg) translateX(-100vw);
    opacity: 0;
  }
}
.window {
  display: flex;
  width: 890px;
  margin: 20px auto;
  height: 100vh;
}
.btn.blue a {
  background-color: #169bd5;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 90px;
  height: 35px;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.3s;
}
.btn a:hover {
  opacity: 0.8;
}
.left-navs {
  height: 100vh;
  width: 250px;
  background: url(../img/leftbg.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  transition: 0.1s;
}


.sidebar-collapse .logo {
  justify-content: center;
  padding-left: 0;
}
.sidebar-collapse .logo .text {
  display: none;
}

.sidebar-collapse ul li a p {
  display: none;
}
.sidebar-collapse ul li a .icon-xiala {
  display: none;
}
.sidebar-collapse ul li .second a {
  padding-left: 0;
}
.sidebar-collapse .contact {
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.1);
}
.sidebar-collapse .contact p {
  font-size: 12px;
  white-space: nowrap;
  color: #fff;
}
.sidebar-collapse .contact p:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar-collapse .contact p a {
  font-size: 12px;
  color: #169bd5;
  text-decoration: underline;
}
.sidebar-collapse .contact-sec {
  display: none;
  padding: 0;
}
.sidebar-collapse .contact-sec .item {
  position: relative;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
body.mini-navbar #wrapper .navbar-default .slimScrollDiv .sidebar-collapse .contact-sec .item:hover .right-text {
  display: block;
}
.sidebar-collapse .contact-sec .item .right-text {
  position: absolute;
  left: 100%;
  width: max-content;
  top: 0;
  height: 100%;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
  z-index: 22;
}
.sidebar-collapse .contact-sec .item .right-text p {
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 44px;
}
.sidebar-collapse .contact-sec .item .right-text p a {
  font-size: 12px;
  color: #169bd5;
  text-decoration: underline;
}
.sidebar-collapse .contact-sec .item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.sidebar-collapse .contact-sec .item img {
  width: 20px;
}
.sidebar-collapse .contact-first {
  display: flex;
}
.sidebar-collapse .contact-sec {
  display: none;
}
body.mini-navbar #wrapper .navbar-default .slimScrollDiv .sidebar-collapse .contact-first {
  display: none;
}
body.mini-navbar #wrapper .navbar-default .slimScrollDiv .sidebar-collapse .contact-sec {
  display: block;
}
.rc-card {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.welcome {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.welcome .en {
  font-size: 90px;
  color: #3654bc;
}
.welcome p {
  font-size: 24px;
  color: #3654bc;
  margin-bottom: 30px;
}
.table-search-fieldset {
  margin: 0;
  border: 1px solid #e6e6e6;
  padding: 10px 20px 5px 20px;
  color: #6b6b6b;
}
.navbar-static-top  {
  overflow-x: auto;
  flex: 1;
  height: 50px;
  display: contents;
  background-color: #ffffff;
  flex-direction: column;
}
.navbar-static-top .rc-top {
  background-color: #fff;
}
.navbar-static-top .rc-top .user-top {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid whitesmoke;
}
.navbar-static-top .rc-top .user-top .icon-list {
  display: flex;
}
.navbar-static-top .rc-top .user-top .icon-list .item {
  margin-left: 20px;
  cursor: pointer;
}
.navbar-static-top .rc-top .user-top .icon-list .item span {
  font-size: 18px;
  color: #000;
}
.navbar-static-top .rc-top .user-top .user-info {
  height: 100%;
  padding-right: 0.2rem;
}
.navbar-static-top .rc-top .user-top .user-info .username {
  height: 100%;
  position: relative;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-static-top .rc-top .user-top .user-info .username:hover .second {
  display: block;
}
.navbar-static-top .rc-top .user-top .user-info .username span {
  color: #000;
}
.navbar-static-top .rc-top .user-top .user-info .username .second {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  line-height: unset;
}
.navbar-static-top .rc-top .user-top .user-info .username .second a {
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  transition: 0.3s;
}
.navbar-static-top .rc-top .user-top .user-info .username .second a:hover {
  background-color: #318063;
  color: #fff;
}
.navbar-static-top .rc-top .nav-top {
  height: 35px;
  display: flex;
  border-bottom: 1px solid whitesmoke;
}
#page-wrapper .border-bottom{
  background-color: #ffffff;
}
.navbar-right .dropdown .dropdown-menu li a div{
  text-align: center;
}
.navbar-right .dropdown .count-info{
  color: #000;
  text-align: center;
  width: 150px;
  background: #fff;
}
.navbar-right .dropdown a.count-info:focus,
.navbar-right .dropdown a.count-info:hover
{
  background: #fff;
}
.navbar-static-top .rc-top .nav-top .home {
  height: 100%;
  border-right: 1px solid whitesmoke;
}
.navbar-static-top .rc-top .nav-top .home a {
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-static-top .rc-top .nav-top .home a span {
  font-size: 22px;
}
.navbar-static-top .rc-top .nav-top .navs {
  display: flex;
  height: 100%;
}
.navbar-static-top .rc-top .nav-top .navs .item {
  height: 100%;
  position: relative;
  border-right: 1px solid whitesmoke;
  color: dimgray;
  min-width: 65px;
  margin: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #acafb1;
}
.navbar-static-top .rc-top .nav-top .navs .item.active {
  font-size: 14px;
  color: dimgray;
}
.navbar-static-top .rc-top .nav-top .navs .item.active a {
  font-size: 14px;
  color: dimgray;
}
.navbar-static-top .rc-top .nav-top .navs .item.active a span {
  background-color: #1e9fff;
}
.navbar-static-top .rc-top .nav-top .navs .item.active .cha {
  display: flex;
}
.navbar-static-top .rc-top .nav-top .navs .item a {
  font-size: 14px;
  color: #acafb1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-static-top .rc-top .nav-top .navs .item a span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: lightgray;
}
.navbar-static-top .rc-top .nav-top .navs .item .cha {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #c2c2c2;
  margin-left: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: 0.3s;
}
.navbar-static-top .rc-top .nav-top .navs .item .cha:hover {
  background: #ff5722;
  color: #fff;
  cursor: pointer;
  line-height: 1em;
}
.navbar-static-top .layuimini-container {
  position: relative;
  width: 100%;
  flex: 1;
  padding: 15px;
  padding-bottom: 44px;
}
.navbar-static-top .layuimini-container .layuimini-main {
  position: relative;
  padding: 15px 15px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
.mengceng {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3333;
  display: none;
}
.mengceng .layui-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  height: 85%;
}
.mengceng .layui-layer.layui-layer-del {
  width: 240px !important;
  height: auto !important;
}
.icon-quanping1:before {
  color: #fff;
}
.icon-cha:before {
  color: #fff;
}
.icon-suoxiao:before {
  color: #fff;
}
.layui-layer-setwin .icon-suoxiao {
  display: none;
}
