* {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3)
}

html{
    font-size: calc( var(--font-size) * 1px);
    font-family: 'Microsoft YaHei', '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;
    font-weight: normal;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset
}

button,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 {
    background-color: transparent ;
    font-size: 1.3rem;
    /*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;
    border: 1px solid transparent;
    box-sizing: border-box;
}
/*.Astrid-btn:hover{*/
/*    opacity: 0.7;*/
/*    cursor: pointer;*/
/*    background: #fff;*/
/*    border: 1px solid #00aeff;*/
/*    transition: all 0.4s;*/
/*    -moz-transition: all 0.4s;*/
/*    -webkit-transition: all 0.4s;*/
/*    -o-transition: all 0.4s;*/
/*}*/
.Astrid-btn:not(:last-child) {
    margin-right: 1rem
}
.flex {
    display: flex;
}
.flex-online{
    overflow: hidden;
    white-space: nowrap;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-c {
    justify-content: center;
}
.flex-atc{
    align-items: center;
    align-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;
}

.Astrid-btn .custom_btn {
    background-color: red;
}
