:root {
  --main_color: #1E5FE1;
  --main_color_hover: rgb(216 82 120 / 33%);
  --main_color_opacity: #1E5FE1;
  --minor_color: #EE7A00;
}

/* .menu-active {
  color: var(--main_color);
} */

/* .menu-active>a {
  color: var(--main_color);
  border-bottom: 2px solid var(--main_color);
} */

/* .default-active:hover,.menu-active:hover{
   cursor: pointer;
} */
/* .default-active>a {
  color: #1E5FE1;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.default-active>a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 4px;
  border-radius: 2px 2px 0 0;
  background: var(--main_color);
} */

.senc>a {
  color: #333333;
}

.menu-active>a {
  color: #1E5FE1;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-active>a::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background: var(--main_color);
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--main_color);
}

a:active {
  text-decoration: none;
}

#head {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  z-index: 99;
  position: fixed;
  background: #fff;
  /* transition: transform 0.3s ease; */
  box-shadow: 0 0 20px 0 rgba(153, 169, 191, .2)
}

/* #head.hidehead {
  transform: translateY(-100%);
} */

#head .content {
  width: 1500px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#head .content .logo {
  z-index: 100;
}

#head .logo img {
  width: 150px;
  height: 50px;
}

.currline {
  height: 4px;
  background: var(--main_color);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  z-index: 100;
}

.nav {
  height: 100%;
  position: relative;
}

#menu {
  height: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 99;
}

.nav li {
  /* width: 130px; */
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 35px;
}

.secondOrder {
  position: absolute;
  top: 65px;
  display: none;
  z-index: 1000;
  background: transparent;
  z-index: 101;
  width: 100%;
  padding-top: 20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.secondOrder.act {
  display: block;
  animation: fadeIn 0.5s both;
}

.secondOrder li {
  float: none;
  line-height: 23px;
  font-size: 14px;
  overflow: hidden;
}

.secondOrder li {
  /* opacity: 0; */
  /* background: #FFF; */
}

.secondOrder li a {
  padding: 0.6rem;
  display: block;
  color: #333333;
}

.senc>a {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#menu .secondOrder li a {
  display: block;
  padding: 0;
  line-height: 44px;
  text-align: center;
}

.secondOrder li a:hover {
  cursor: pointer;
  color: #1E5FE1;
  padding-left: 0.8rem;
}

.secondOrder li {
  text-align: left;
  display: block;
}

.act {
  display: block !important;
}

.nav-bg {
  position: fixed;
  top: -400px;
  left: 0;
  width: 100vw;
  height: 330px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 98;
  transition: top 0.2s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* .nav:hover .nav-bg {
  top: 0px;
} */

.senc .act2 {
  /* color: #1E5FE1 !important; */
}

/* #menu .secondOrder.act li:nth-of-type(1) {
  animation: menu1 .3s ease-in-out forwards;
  animation-delay: .1s
}

#menu .secondOrder.act li:nth-of-type(2) {
  animation: menu1 .3s ease-in-out forwards;
  animation-delay: .2s
}

#menu .secondOrder.act li:nth-of-type(3) {
  animation: menu1 .3s ease-in-out forwards;
  animation-delay: .3s
}

#menu .secondOrder.act li:nth-of-type(4) {
  animation: menu1 .3s ease-in-out forwards;
  animation-delay: .4s
}

#menu .secondOrder.act li:nth-of-type(5) {
  animation: menu1 .3s ease-in-out forwards;
  animation-delay: .5s
}

#menu .secondOrder.act li:nth-of-type(6) {
  animation: menu1 .3s ease-in-out forwards;
  animation-delay: .6s
}

#menu .secondOrder.act li:nth-of-type(7) {
  animation: menu1 .3s ease-in-out forwards;
  animation-delay: .7s
}

#menu .secondOrder.act li:nth-of-type(8) {
  animation: menu1 .3s ease-in-out forwards;
  animation-delay: .8s
}

#menu .secondOrder.act li:nth-of-type(9) {
  animation: menu1 .3s ease-in-out forwards;
  animation-delay: .9s
}

#menu .secondOrder.act li:nth-of-type(10) {
  animation: menu1 .3s ease-in-out forwards;
  animation-delay: .10s
}

@keyframes menu1 {
  from {
    opacity: 0;
    transform: translateX(30px) rotateY(90deg)
  }

  to {
    opacity: 1;
    transform: translateX(0) rotateY(0)
  }
} */

/* 搜索框 */
.search-wrap {
  width: 320px;
  height: 42px;
  padding: 0 10px;
  flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-wrap input {
  color: #999999;
  font-family: "OPPOSans R";
  font-size: 16px;
  font-style: normal;
  width: 280px;
  height: 38px;
  border: none !important;
}

.search-wrap img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}