@font-face {
  font-family: "DingTalk";
  src: url("/wp-content/themes/guanwang/assets/fonts/dingtalk/DingTalkJinBuTi.ttf");
}

.font-dingtalk {
  font-family: DingTalk !important;
}

@font-face {
  font-family: "DingTalkSans";
  src: url("/wp-content/themes/guanwang/assets/fonts/dingtalk/DingTalkSans.ttf");
}

.font-DingTalkSans {
  font-family: DingTalkSans !important;
}

.header_active {
  color: #10186D !important;
  position: relative;
}

.header_active::before {
  content: ' ';
  position: absolute;
  width: 80%;
  height: 4px;
  border-radius: 4px;
  background-color: #10186D;
  bottom: -8px;
  left: 10%;
}

body {
  overflow-y: scroll;
}

body {
  opacity: 0;
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

#myNav > a{
  cursor: pointer;
}