@import './fonts/style.css';
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',SimSun,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

code {
    background-color: #f9fafc;
    padding: 0 4px;
    border: 1px solid #eaeefb;
    border-radius: 4px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.hljs {
    line-height: 1.8;
    font-family: Menlo, Monaco, Consolas, Courier, monospace;
    font-size: 12px;
    padding: 18px 24px;
    background-color: #fafafa;
    border: solid 1px #eaeefb;
    margin-bottom: 25px;
    border-radius: 4px;
    -webkit-font-smoothing: auto;
    display: block;
    word-break: break-all;
}

pre {
    position: relative;
}
.nextop-demo-copy-wrapper {
    position: absolute;
    top: 16px;
    right: 16px;
}
.nextop-demo-copy-wrapper div.nextop-demo-copy-notify {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 6px;
    border: 0;
    border-radius: 3px;
    background: none;
    font-family: system-ui;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    outline: none;
    opacity: 1;
    right: 100%;
    padding-right: 4px;
    width: 100px;
    text-align: right;
}
.nextop-demo-copy-wrapper button.nextop-demo-copy-btn {
    position: relative;
    top: 0;
    right: 0;
    padding: 3px 6px;
    border: 0;
    border-radius: 3px;
    background: none;
    font-family: system-ui;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    opacity: 0.7;
    outline: none;
    cursor: pointer;
    transition: opacity 0.2s;
}
.nextop-demo-copy-wrapper button.nextop-demo-copy-btn:hover {
    opacity: 1;
}

[class*=" nt-icon-"], [class^=nt-icon-] {
    font-family: "NT-IconFont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.demo {
    margin: 20px 0;
}

.w-200 {
    width: 200px !important;
}

.w-300 {
    width: 300px !important;
}
