html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 20px;

  vertical-align: baseline;

  color: #323232;

  font-size: 16px;
  font: inherit;
  font-family: din, NotoSansSC;
  letter-spacing: 0.1px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 24px;
  height: 48px;
}

h2 {
  font-size: 20px;
}

li {
  list-style: none;
}


@font-face {
  font-family: NotoSansSC;
  src: url("assets/NotoSansSC-Regular.woff2") format("woff2");
}

@font-face {
  font-family: din;
  src: url("assets/din-regular.woff2") format("woff2");
}

#name,
.icon,
h2 {
  color: #18186a;
  margin-right: 6px;
}
/* 
li::before {
  content: "+ ";
} */

.name-tip {
  font-size: 16px;
  opacity: .5;
}

body {
  max-width: 44rem;
  padding: 1rem 1.5rem;
  margin: 0 auto;
}

.block {
  display: flex;
  flex-direction: column;
}

.block-column {
  flex-direction: column;
}

.work-header {
  display: flex;
  justify-content: space-between;
}

.work-content {
  margin-bottom: 10px;
}

.time {
  font-style: italic;
}

.item {
  display: flex;
}

.copy-js {
  cursor: pointer;
}

.company-name-postion {
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.bold {
    font-weight: bold;
}

.education-time {
  display: flex;
  flex-direction: column;
}

.skill-name {
  text-align: right;
  white-space: nowrap;
  overflow: visible;
}

.skill-detail {
  margin-left: 20px;
}

.education-detail {
  margin-left: 9px;
  border-left: 1px solid #323232;
  padding-left: 10px;
}

.contact-unit,
h2 {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

h2 {
  display: flex;
  align-items: center;
  margin: 10px 20px 10px 0;
}

.contact-icon {
    display: flex;
    align-items: center;
}

.contact {
    flex-wrap: wrap;
}

#qi {
  color: inherit;
  cursor: pointer;
  text-align: end;
  position: relative;
}

/* 隐藏注音 */
#qi rt {
  opacity: 0;
  ruby-position: over;
  transition: opacity 0.2s ease-in-out;
}

/* 悬停时显示注音 */
#qi:hover rt {
  opacity: 1;
}

#qi::before {
  content: attr(data-hint);
  position: absolute;
  top: 30px;
  left: 50%;
  font-size: 12px;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 5px;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

#qi:hover::before {
  opacity: 1;
}

.icon-tabler-link {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  opacity: 1;
  vertical-align: -3px;
}

a {
  text-decoration: none;
  color: #18186a;
}

a:hover {
  text-decoration: underline;
}