.tk-nav {
  position: fixed;
  width: 100%;
  height: 70px;
  background: #1D6AFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 64, 128, 0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1100px;
  z-index: 100;
}
.tk-nav ul, .tk-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tk-nav a {
  text-decoration: none;
}
.tk-nav .tk-nav-left {
  padding-left: 26px;
  display: flex;
}
.tk-nav .tk-nav-left .tk-nav-logo {
  width: 120px;
  height: 40px;
  background: #fff;
  margin-right: 15px;
  background: transparent url("../images/pc_index_logo.png") center center/100% 100%;
}
.tk-nav .tk-nav-left .tk-nav-list ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
  height: 100%;
}
.tk-nav .tk-nav-left .tk-nav-list ul li a {
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tk-nav .tk-nav-left .tk-nav-list ul .tk-nav-active {
  position: relative;
}
.tk-nav .tk-nav-left .tk-nav-list ul .tk-nav-active::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s;
  width: 100%;
  height: 3px;
  position: absolute;
  top: -24px;
}
.tk-nav .tk-nav-right {
  padding-right: 48px;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.tk-nav .tk-nav-right .tk-nav-tele {
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.tk-nav .tk-nav-right .tk-nav-tele::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  width: 25px;
  height: 25px;
  background: transparent url("../images/phone.svg") center center/100% 100%;
}
.tk-nav .tk-nav-right .tk-nav-btns .tk-nav-btn {
  width: 100px;
  height: 40px;
}
.tk-nav .tk-nav-right .tk-nav-btns .tk-ghost-btn {
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #fff;
  margin: 0;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
}
.tk-nav .tk-nav-right .tk-nav-btns .tk-ghost-btn a {
  color: #FFF;
}
.tk-nav .tk-nav-right .tk-nav-btns .tk-primary-btn {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #000b33;
  margin-right: 0;
  margin-left: 20px;
  transition: all 0.5s;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tk-nav .tk-nav-right .tk-nav-btns .tk-primary-btn a {
  color: #000B33;
}

/*# sourceMappingURL=header.css.map */
