@keyframes shadow {
  from {
    letter-spacing: -30px;
    filter: blur(5px);
  }
  to {
    letter-spacing: 0px;
    filter: blur(0px);
  }
}

body {
  margin: 0;
  padding: 0;
}
#head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 0.8rem;
}
.head-img img {
  width: 3.8rem;
  height: auto;
}
.nav {
  margin: 0 0.3rem;
}
.nav-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 0.8rem;
}
.nav-ul > li {
  width: 100px;
  list-style: none;
  margin: 0;
  height: 0.8rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.8rem;
}
.nav-ul > .active {
  background-color: #245e80;
}

.nav-ul > li > a {
  text-decoration: none;
  color: #fff;
  /* margin: 0 0.16rem; */
}
.nav-ul > li:hover {
  background-color: #245e80;
}
.nav-ul > .head_input:hover {
  background-color: transparent;
}
.nav-ul > li:hover span {
  animation: shadow 1s forwards;
}

.head-sarch {
  height: 0.2rem;
  padding-top: 2px;
  width: 0.6rem;
  background-color: #fff;
  border-radius: 50px;
  text-align: right;
}
.head-sarch img {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.05rem;
}
.nav-son {
  display: flex;
  flex-direction: column;
}
.nav-son:hover ul {
  z-index: 33;
  display: block;
  height: auto;
  float: right;
  padding: 0;
}
.nav-son > ul {
  height: auto;
  display: none;
  float: right;
  padding: 0;
  background-color: rgba(245, 245, 245);
}
.nav-son > ul > li {
  height: 0.3rem;
  line-height: 0.3rem;
  list-style: none;
  border-bottom: 1px solid rgb(230, 230, 230, 0.7);
  text-align: center;
  padding: 0.04rem 0;
}
.nav-son > ul > li > a:hover {
  font-size: 0.16rem;
  font-size: 0.14rem;
  color: #245e80;
  text-decoration: none;
}

.nav-son > ul > li > a {
  font-size: 0.16rem;
  font-size: 0.14rem;
  color: #333;
  text-decoration: none;
}

#AppHead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 3px 7px 0px rgba(6, 0, 1, 0.35);
}
#Ahead-img {
  border-bottom: 0 0 0.1rem 0 #333;
  height: 1.2rem;
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
#HeadImg {
  width: 4.5rem;
  height: auto;
}
#imgMenuBtn {
  width: 0.4rem;
  height: 0.4rem;
}

/* 菜单栏 */
#right-menu {
  width: 5.6rem;
  height: 100%;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#right-menu-top {
  height: 3rem;
  position: fixed;
  top: 0;
  width: 5.6rem;
}
#right-menu-input {
  width: 4.8rem;
  text-align: center;
  margin: auto;
  margin-top: 1rem;
  position: relative;
}
.right-menu-hede img {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.8rem;
  margin-left: 0.6rem;
}
#right-menu-input img {
  position: absolute;
  left: 0.1rem;
  top: 50%;
  bottom: 0;
  transform: translate(0, -50%);
  width: 0.3rem;
  height: 0.3rem;
}
#right-menu-input input {
  width: 3.8rem;
  outline-style: none;
  border: 0.01rem solid #bbb;
  border-radius: 12px;
  padding: 0.14rem 0.5rem;
  font-size: 0.22rem;
}
#right-menu-input input:focus {
  border-color: #6cafe6;
  outline: 0;
  -webkit-box-shadow: inset 0 0.01rem 0.01rem rgba(0, 0, 0, 0.7),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0.01rem 0.01rem rgba(0, 0, 0, 0.7),
    0 0 8px rgba(102, 175, 233, 0.6);
}
#right-menu-item {
  display: flex;
  align-items: center;
  margin-top: 3.5rem;
}
#right-menu-item > ul {
  list-style: none;
  width: 100%;
  height: 100%;
  line-height: 0.8rem;
  margin: 0px;
  padding: 0 0.26rem;
  overflow: scroll;
}
#right-menu-item > ul > li {
  width: 5rem;
  border-bottom: 0.01rem solid #eee;
  padding-bottom: 0;
}
#right-menu-item > ul > li > a {
  text-decoration: none;
  font-size: 0.3rem;
  font-weight: 500;
  color: #000;
  margin-left: 0.1rem;
}

#success-nav {
  list-style: none;
  margin-left: 0.4rem;
  padding: 0;
}
#success-nav > li {
  padding-left: 0.1rem;
  font-size: 0.26rem;
  border-bottom: 0.01rem solid #eee;
  color: #333;
}

/* 头部搜索栏 */
.head_input {
  position: relative;
  width: 50px;
  transform: translateY(-2px);
  transition: width 0.5s;
}

.head_input input {
  width: 100%;
  height: 20px;
  border: none;
  border-radius: 20px;
  background-color: #eee;
  box-sizing: border-box;
}

.head_input img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  right: 3px;
}

.head_input:hover {
  width: 140px;
}

.head_input input:focus {
  outline: none;
  border: 1px solid #fff;
}
