* {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    z-index: 1
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}
html{
    font-size: 12px;
    font-family: 微软雅黑, cursive, 'Times New Roman', serif
}
html, body {
    width: 100%;
    height: 100%
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: unset;
    -moz-user-select: none;
    cursor: pointer;
    color: unset
}
a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    text-decoration: none
}
input, button, select, textarea {
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font: inherit
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset
}
input[type=button], input[type=submit], input[type=reset], input[type=text], input[type=password] {
    -webkit-appearance: none;
}
input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only
}
input::-ms-clear, input::-ms-reveal {
    display: none
}
input::-webkit-input-placeholder {
    color: #d2d2d2
}
input::-moz-placeholder {
    color: #d2d2d2
}
input:-moz-placeholder {
    color: #d2d2d2
}
input:-ms-input-placeholder {
    color: #d2d2d2
}
textarea {
    resize: none
}
textarea {
    -webkit-appearance: none
}
ol, ul {
    list-style: none outside none
}
li {
    display: list-item;
    text-align: -webkit-match-parent
}
button {
    border-width: 0;
    outline: -webkit-focus-ring-color auto 0;
    -webkit-appearance: none
}
.Browser_alert {
    position: fixed;
    width: 100%
}
.forge_body{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.Astrid_wrap {
    width: 100%;
    height: 100%
}
.Astrid_container-fluid {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative
}
.Astrid_container {
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.Astrid_btn {
    font-size: 1rem;
    height: 2.2rem;
    line-height: 2.2rem;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .5rem;
    min-width: 3.5rem;
}
.Astrid_btn:hover{
    opacity: 0.7;
    cursor: pointer;
}

.Astrid_btn:not(:last-child) {
    margin-right: 1rem
}
@media screen and (max-width: 768px) {
    .Astrid_container {
        width: calc(100% - 2em);
        padding: 0 1em
    }
}

.flex {
    display: flex;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_c {
    justify-content: center;
}

.flex_start {
    justify-content: flex-start;
}

.flex_end {
    justify-content: flex-end;
}

.flex_sa {
    justify-content: space-around;
}

.flex_sb {
    justify-content: space-between;
}

.flex_atc {
    align-items: center;
    align-content: center;
}

