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;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none outside none
}

form,
img {
    border: none 0
}

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

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;
}
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-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-10 {
    margin-top: 10px!important;
}
.mt-20 {
    margin-top: 20px
}
.mt-30 {
    margin-top: 30px
}
.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-10{
    margin-right: 10px;
}
.mr-20{
    margin-right: 20px;
}
.mr-40{
    margin-right: 40px;
}
.mr-60{
    margin-right: 60px;
}
.padding-20{
    padding: 20px;
}
.padding-30{
    padding: 30px;
}
.content-1200{
    width: 1200px;
    margin: 10px auto 10px;
    padding-top: 100px;
}
.red{
    color: #FF4E4E!important;
}
.c-3{
    color: #666;
}
.c-6{
    color: #666;
}
.c-9{
    color: #999;
}
.ft-12{
    font-size: 12px;
}
.ft-14{
    font-size: 14px;
}
.ft-16{
    font-size: 16px;
}
.hide{
    display: none !important;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.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;

}
select:disabled,
input[readonly],
input:disabled,
button:disabled,
button[readonly],
textarea:disabled {
  color: #666 !important;
  background-color: #fff !important;
cursor: pointer !important;
}
