a{
    color: #000;
    text-decoration: none;
}

.nav-li{
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
}

.nav-li > div{
    padding: 0 20px;
    color: #000;
}

.el-dropdown-menu__item a {
    color: #000;
}
.app-layout-header {
    overflow: hidden;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    height: 64px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 14%);
}
.app-layout-header.background{
    background-color: transparent;
}
.navbar {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.drawer-header {
    position: relative;
    width: 210px;
    overflow: hidden;
    line-height: 1;
    margin: 0 auto;
    float: left;
    margin-left: 20px;
    /* flex: 1; */
}

.navgition-header {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
.navgition-header .el-dropdown{
    font-size: 16px;
    line-height: 64px;
    color: #2B323D;
    margin: 0 30px;
}

.navgition-header a {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    color: #2b323d !important;
    text-decoration: none;
    margin: 0 20px;
    text-align: center;
    font-size: 16px;
}
.navgition-header a:hover{
    color:#34a9a4 !important ;
}

.navgition-header a.active {
    border-bottom: 2px solid #34a9a4;
    color: #34a9a4;
}
.navgition-header a.active:hover{
    color: #34a9a4 !important;
}
.btn-header {
    width: 190px;
}

.btn {
    height: 35px;
    width: 104px;
    line-height: 35px;
    border-radius: 18px;
    cursor: pointer;
    font-size: 14px;
    margin: 0 auto;
    color: #fff;
}

.weixin {
    background-color: #30b573;
    border-color: #30b573;
}

.enter {
    background-color: #34a9a4;
    border-color: #34a9a4;
}

.dialog_wrapper {
    z-index: 2003;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dialog {
    position: relative;
    width: 420px;
    height: 460px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}
.close-icon {
    position: absolute;
    color: #aaadb1;
    right: 20px;
    top: 16px;
    cursor: pointer;
}
.footer {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #aaadb1;
    background-color: #f5f7fa;
    border-radius: 0 0 4px 4px/0 0 4px 4px;
    font-size: 14px;
}
.footer a {
    color: #6a6f77;
    margin: 0 5px;
}
.imgBox {
    position: relative;
    width: 200px;
    height: 200px;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
}
.loading-wrap {
    background-color: rgba(255, 255, 255,.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avator{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.el-dropdown-menu.el-popper{
    top: 40px !important;
}
.el-dropdown-link {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.el-avatar {
    background: none;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
    background-color: #fff;
}

#topnav .navigation-menu > li {
  display: block;
  position: relative;
  margin: 0 10px;
    padding: 10px 20px;
}


  #topnav .navigation-menu.navigation-menu-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
      font-size: 14px;
      font-weight: 700;
  }
  #topnav .navigation-menu > li:hover > a,
  #topnav .navigation-menu > li.active > a {
    color: #009e7f !important;
  }
  #topnav .navigation-menu.nav-light > li > a {

  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .www:hover{
    transform: translateY(-2px);
    transition: color 0.3s, transform 0.3s;

  }
  .fenxiang a{
font-size: 20px;
   background: linear-gradient(45deg, #ff0024, #FFC107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
  }