@charset "utf-8";
#sh_hd .topblock {
  background: #df0031;
  height: 55px;
  line-height: 55px;
  display: flex;
  justify-content: space-between;
}
#sh_hd .topblock .lefttopbox {
  color: #fff;
  line-height: 55px;
  padding-left: 60px;
}
#sh_hd .topblock .righttopbox {
  color: #fff;
  line-height: 40px;
  padding-right: 60px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
#sh_hd .topblock .righttopbox svg {
  width: 15px;
  height: 15px;
  color: #009ee0;
  fill: #009ee0;
  margin-right: 6px;
}

#sh_hd .topblock .righttopbox i {
  width: 15px;
  height: 15px;
  color: #009ee0;
  fill: #009ee0;
  margin-right: 6px;
}

#sh_hd .headerdivider {
  border-bottom: 1px solid #eb93a7;
  text-align: center;
}
#sh_hd.blur {
  transition: all .2s;
}
#shGnb {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 90px;
  padding: 0 60px;
  background: #df0031;
}
#shGnb.blur {
  backdrop-filter: blur(15px);
  background: rgba(9, 18, 51, 1);
  transition: background .2s
}
#shGnb.blur.on {
  backdrop-filter: blur(15px);
  background: rgba(223, 0, 49, 1);
}
#shGnb.sub {
  background: #fff
}
.sh_lnb_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-color: #fff
}
#shGnb .sh_logo {
  position: relative;
  z-index: 20;
  transition: transform .25s;
}
#shGnb .sh_logo img {
height: 46px;
    position: relative;
    top: -2px;
    z-index: 5;
}
/*#shGnb.blur .sh_logo::after {
  content: "";
  background: rgba(9, 18, 51, 1);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: -7px;
  display: block;
}*/
#shGnb .sh_nav {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content
}
#shGnb .sh_nav > li {
  float: left;
  position: relative;
  padding: 0 21px;
  line-height: 70px
}
#shGnb .sh_nav > li > a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  transition: all .2s
}
#shGnb.on .sh_nav > li > a {
  /*color: #009ee0;*/
}
#shGnb.on .sh_nav > li > a:hover {
  color: #009ee0;
}
#shGnb.sub .sh_nav > li > a {
  color: #222
}
#shGnb .sh_lnb_s {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  width: max-content;
  /*min-height: 145px;*/
}
#shGnb.on .sh_nav > li:hover .sh_lnb_s {
  display: block;
  background: #fff;
  padding: 20px 10px;
  /*
    backdrop-filter: blur(15px);
    border-bottom:#009ee0 4px solid;
    */
}
#shGnb .sh_lnb_s li {
  /*border-top: rgba(0,0,0,0.07) 1px solid;*/
  padding: 0 30px;
  /*backdrop-filter: blur(15px);*/
}
#shGnb .sh_lnb_s li a {
  display: block;
  text-align: center;
  transition: all .2s;
  height: 35px;
  line-height: 35px;
}
#shGnb .sh_lnb_s li a:hover {
  color: var(--primary);
}
#shGnb .sh_tip {
  margin-left: auto
}
#shGnb .sh_tip {
  display: flex;
  align-items: center;
}
#shGnb .sh_tip li:nth-child(2) {
  margin-left: 10px
}
/*#shGnb .sh_tip li + li {
  margin-left: 30px
}*/
#shGnb .sh_tip li {
  margin-left: 20px
}
#shGnb .sh_tip li:nth-child(2) {
    background: #fff;
    border-radius: 30px;
    padding: 6px 20px;
    color: rgba(0,0,0,0.7);
}

#shGnb .sh_tip li:nth-child(2) a {

    color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-weight: normal;
}


#shGnb .sh_tip li:nth-child(2) a svg{
    color: #009ee0;
    font-weight: normal;
    margin-left: 40px;
}


#shGnb .sh_tip li a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
}
/*#shGnb .sh_tip::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #eb93a7;
  position: relative;
  top: 0px;
  left: 93px;
}*/
#shGnb .sh_tip li svg {
  width: 17px;
  height: 17px;
  color: #fff;
  margin-right: 6px;
}
#shGnb .sh_tip li a .fa-search {
  margin-right: 6px;
}
#shGnb.on .sh_tip li a {
  /*color: #fff*/
}
#shGnb.sub .sh_tip li a {
  color: #fff
}

