* {
    margin: 0;
    padding: 0;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    font-family: MicrosoftYaHei;
    /* overflow-x: hidden; */
    background: #fff !important;
}

a {
    color: #172c45;
    text-decoration: none
}

a:hover {
    color: #cd0200;
    text-decoration: underline
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

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

p {
    word-wrap: break-word
}

.ind {
    text-indent: 2em
}

.ind10 {
    text-indent: 10px;
}

.noborder {
    border: 0;
}

img {
    display: block;
}

/* .main-width {
    width: 62.5vw;
} */

body {
    min-width: 600px;
}

@media (min-width:768px) {
    .main-width {
        width: 750px
        /* width: 768px; */
    }
}

@media (min-width:992px) {
    .main-width {
        width: 970px
    }
}

@media (min-width:1200px) {
    .main-width {
        width: 1170px
    }
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    font-size: 20px;
}