html,body{
    font-size: 50px;
}
a, body, div, dl, dt, h1, h2, h3, h4, h5, h6, html, iframe, img, label, li, p, span, th, td ul{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: PingFang SC;
    vertical-align: baseline;
    box-sizing: border-box;
}
body {
    line-height: 1;
    background: #F0F0F0;
}

ol,
ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

form,
img {
    border: none 0
}

button,
img,
input,
label {
    vertical-align: middle;
    box-sizing: border-box!important;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    border: none 0
}
/* general css*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
::-webkit-scrollbar {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-thumb{
    width: 0;
    height: 0;
}
button:focus,
input:focus {
    outline: none
}

blockquote,
q {
    quotes: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-track-piece {
    background-color: #eee;
    margin: -2px
}
::-webkit-scrollbar {
    width: 0px;
}
/*::-webkit-scrollbar-thumb {*/
/*    background: #aaa;*/
/*    min-height: 150px;*/
/*    min-width: 150px;*/
/*    border-radius: 10px*/
/*}*/

::-webkit-scrollbar-thumb:vertical:hover {
    background: #555
}

::-webkit-scrollbar-thumb:horizontal:hover {
    background: #555
}

a{
    color: unset;
}
.w-100{
    width: 100%!important;
}
.mt-20 {
    margin-top: .2rem!important;
}
.mt-40 {
    margin-top: .4rem;
}
.mt-60 {
    margin-top: .6rem;
}
.mb-0{
    margin-bottom: 0px!important;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.ml-auto{
    margin-left: auto;
}
.mr-5{
    margin-right: 5px;
}
.mr-20{
    margin-right: .2rem;
}
.mr-40{
    margin-right: .4rem;
}
.mr-60{
    margin-right: .6rem;
}
.mr-60{
    margin-right: 60px;
}
.padding-20{
    padding: 20px;
}
.padding-30{
    padding: 30px;
}
.content-1200{
    width: 1200px;
    margin: 0 auto 10px;
}
.red{
    color: #FF4E4E!important;
}
.c-3{
    color: #333;
}
.c-6{
    color: #666;
}
.c-9{
    color: #999;
}
.th{
    color: #FF2D55!important;
}
.ft-24{
    font-size: .24rem;
}
.ft-28{
    font-size: .28rem;
}
.ft-32{
    font-size: .32rem;
}
.hide{
    display: none !important;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.gap-10{
    gap: 10px;
}
.gap-20{
    gap: 20px;
}
.flex-column{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-start{
    justify-content: flex-start;
}
.flex-center{
    justify-content: center!important;
}
.flex-end{
    justify-content: flex-end;
}
.align-start{
    display: flex;
    align-items: flex-start;

}


