body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, lengend, button, input, textarea,
th, td {
  margin: 0;
  padding: 0;
}

html {
    font-family: sans-serif, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial !important;
    font-size: 14px;
}

li{
    list-style: none;
}

a{
    cursor: pointer !important;
    text-decoration: none;
}

.clearfix::after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input{
    outline: none;
}

a{
    color: #ffffff;
}

img{
    vertical-align: top;
}

.forge_body {
    position: relative;
    width: 100%;
    height: 100%;
}

.Astrid_wrap {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    min-height: 100%;
    background: #fff;
}

.Astrid_box {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.word-0 {
    opacity: 0;
    position: absolute;
    z-index: 999;
    font-size: 24px;
    color: #c7000c;
    cursor: pointer;
    animation: wordUp 1s ease-in-out;
}

.word-1 {
    opacity: 0;
    position: absolute;
    z-index: 999;
    font-size: 24px;
    color: #c7000c;
    cursor: pointer;
    animation: wordUp 1s ease-in-out;
}

.word-2 {
    opacity: 0;
    position: absolute;
    z-index: 999;
    font-size: 24px;
    color: #c7000c;
    cursor: pointer;
    animation: wordUp 1s ease-in-out;
}

.word-3 {
    opacity: 0;
    position: absolute;
    z-index: 999;
    font-size: 24px;
    color: #c7000c;
    cursor: pointer;
    animation: wordUp 1s ease-in-out;
}

img {
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}

a:active,:visited {
    text-decoration: none;
}

@keyframes wordUp {
    0% {
        font-size: 24px;
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        font-size: 28px;
        opacity: 0;
        transform: translateY(-80px);
    }
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}
