body {
  letter-spacing: 2px;
  cursor: default;
  font-family: sans-serif !important;
}

HTML {
  /* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
}

.amount_num2 {
  /* background: linear-gradient(270deg, #E28E35 0%, #FBC84A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;   */
  font-size: 20px !important;
}

.amount_num3 {
  font-size: 20px !important;
}

.header .logo {
  background: url(./assets/images/index_logo.png) no-repeat 0 center;
}


.pc-menus {
  max-width: 840px;
  margin: 0 2rem;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.hd1-a1 {
  transition: .5s;
  z-index: 103;
}

.hd1-a1.pc-on1 {
  opacity: 0;
  transition: .5s;
}

.pc_nav_zz {
  z-index: 101;
  transition: .5s;
}

.pc_nav_zz.pc_nav_on1 {
  opacity: 1;
  transition: .5s;
}

.hd1-a5.on1s div {
  display: block !important;
  /*width: 6px !important;*/
  /*height: 6px !important;*/
  /*border-radius: 50% !important;*/
  /*background: #d90029 !important;*/
  /*position: absolute !important;*/
  /*z-index: 999999 !important;*/
  /*top: 35px !important;*/
  /*left: 50%!important;*/
}

.hd1-a5 div {
  display: none !important;
}

.lqtNavList {
  opacity: 0;
  position: absolute;
  z-index: -100;
  transform: translateY(30px);
  transition: 1s;
  width: 100%;
  top: 65px;
  left: 0;
}

.lqtNavLi:hover .lqtNavList {
  transform: translateY(-30px);
  transition: 1s;
}

.lqtNavLi {
  position: relative;
  z-index: 5;
  /*position: absolute;*/
  display: inline-block !important;
  height: 50px !important;
  overflow: hidden;
}

.lqtNavList {
  padding: 9px 15px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 170px;
}

.lqtNavList:before {
  position: absolute;
  left: 16px;
  top: -6px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 6px solid rgba(255, 255, 255, 1);
}

.hd1-a5 div {
  display: block !important;
}

.lqtNavList li {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}

.lqtNavList li img {
  position: absolute;
  opacity: 0;
  right: 12px;
  width: 16px;
  height: 16px;
  top: 11px;
}

.lqtNavList li:hover img {
  opacity: 1;
  transform: translateX(10px);
  transition: 0.1s;
}

.lqtNavList li a {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

.pc_nav_on1 .hd1-a4 {
  display: none;
}

.search1-a1 {
  z-index: 150;
}

.pc_nav_zz {
  opacity: 1 !important;
}

.pc_nav_on1s {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.pc_nav_zz .lqtNavLi {
  color: #fff;
}

.pc_nav_zz .lqtNavLi a {
  color: #454545;
}

.pc_nav_zz a {
  color: #fff;
}


/* 加入众之翼 */