.w1170 {
  width: 1170px;
  margin: 0 auto;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 0;
  z-index: 10;
  background: rgba(85, 84, 255, 0.3);
  border-bottom: 1px solid;
  border-image: linear-gradient(135deg, #9ebbff, rgba(158, 187, 255, 0.2), rgba(158, 187, 255, 0.7)) 1 1;
  backdrop-filter: blur(20px);
}
header .w1170 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 164px;
}
header .nav_r {
  width: calc(100% - 164px);
  display: flex;
  justify-content: right;
  align-items: center;
}
header ul {
  width: calc(100% - 90px);
  padding-right: 20px;
  text-align: right;
}
header ul li {
  display: inline-block;
  position: relative;
}
header ul li a {
  font-size: 14px;
  color: #fff;
  margin: 0 15px;
}
header ul li::before {
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header ul li:hover::before {
  width: 100%;
}
header .sign {
  background: linear-gradient(270deg, #FFB531 0%, #F64EFF 100%);
  border-radius: 20px;
  font-size: 14px;
  padding: 8px 17px;
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
}
header .sign:hover {
  box-shadow: 0 0 11px 6px #4713cd;
}
.sidebar {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(-100px, -50%);
  z-index: 4;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  padding: 15px 0;
  /* &::after{
        content: '';
        display: block;
        position: absolute;
        left: 32px;
        top: 10px;
        bottom: 10px;
        width: 2px;
        background: linear-gradient(180deg, rgba(154, 193, 255, 0) 0% ,#9AC1FF 50%, rgba(154, 193, 255, 0) 100%);
    } */
}
.sidebar.active {
  opacity: 1;
  transform: translate(0px, -50%);
  pointer-events: auto;
}
.sidebar .bar_top {
  background: linear-gradient(180deg, rgba(60, 116, 255, 0) 0, #9AC1FF 100%);
  transition: all 0.3s;
  position: absolute;
  left: 32px;
  top: 0;
  width: 2px;
  height: 32px;
}
.sidebar .bar_btm {
  background: linear-gradient(180deg, #9AC1FF 0, rgba(60, 116, 255, 0) 100%);
  transition: all 0.3s;
  position: absolute;
  left: 32px;
  bottom: 0;
  width: 2px;
}
.sidebar .bar_spot {
  width: 6px;
  height: 6px;
  background-color: #D0E2FF;
  transform: rotate(45deg);
  transition: all 0.3s;
  position: absolute;
  left: 30px;
  top: 40px;
}
.sidebar li {
  margin: 17px 0;
  padding-left: 45px;
  position: relative;
  /* &::after{
            content: '';
            position: absolute;
            left: 29px;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background-color: #9AC1FF;
            border-radius: 100%;
            box-shadow: 0 0 5px 7px #1700b2;
            backdrop-filter: blur(20px);
            transition: all .3s;
            z-index: 2;
            opacity: 0;
        } */
}
.sidebar li.on {
  /* &::after{
                opacity: 1;
            } */
}
.sidebar li.on .txt {
  font-weight: bold;
}
.sidebar .txt {
  color: #D0E2FF;
  white-space: nowrap;
  cursor: pointer;
}
footer {
  background-color: #001B4C;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
footer .w1170 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .w1170 .footer_l {
  width: calc(100% - 237px);
}
footer .w1170 .footer_l .left_logo {
  display: flex;
  align-items: center;
}
footer .w1170 .footer_l .left_logo .btm_logo {
  width: 298px;
}
footer .w1170 .footer_l .left_logo a {
  border-radius: 28px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  padding: 12px 32px;
  color: #fff;
  margin-left: 40px;
}
footer .w1170 .footer_l p {
  margin-top: 40px;
  color: #fff;
  font-size: 12px;
  display: block;
  opacity: 0.7;
}
footer .w1170 .footer_l p a {
  color: #fff;
}
footer .w1170 .footer_r {
  width: 237px;
  display: flex;
  justify-content: space-between;
}
footer .w1170 .footer_r .h5_btmlogo {
  display: none;
}
footer .w1170 .footer_r .or {
  width: 96px;
}
footer .w1170 .footer_r .or p {
  display: block;
  margin-top: 5px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}
@media screen and (max-width: 1366px) {
  .w1170 {
    width: 1000px;
  }
}
@media screen and (max-width: 1220px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 1170px) {
  .w1170 {
    width: 94%;
  }
  header ul,
  .sidebar {
    display: none;
  }
}
@media screen and (max-width: 998px) {
  header {
    padding: 7px 0;
  }
  header .sign {
    padding: 4px 13px;
  }
  footer .w1170 .footer_l .left_logo {
    display: none;
  }
  footer .w1170 {
    flex-wrap: wrap;
  }
  footer .w1170 .footer_l {
    width: 100%;
    order: 3;
  }
  footer .w1170 .footer_r {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .w1170 .footer_r .h5_btmlogo {
    display: block;
    width: 100%;
    margin-bottom: 37px;
  }
  footer .w1170 .footer_r .h5_btmlogo img {
    width: 160px;
    margin: 0 auto;
  }
  footer .w1170 .footer_r .h5_btmlogo p {
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  footer .w1170 .footer_r .or {
    margin: 0 4%;
  }
  footer .w1170 .footer_l p {
    font-size: 10px;
    margin: 20px auto 0;
    width: 80%;
    text-align: center;
    opacity: 0.7;
  }
  header .nav_r {
    width: 90px;
  }
  header .sign {
    display: block;
  }
}
/*# sourceMappingURL=./base.css.map */