a,
blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
img,
input,
label,
legend,
li,
object,
ol,
p,
pre,
td,
th,
ul {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0
}

a {
    cursor: pointer
}

* {
    box-sizing: border-box;
    scrollbar-color: hsla(0, 0%, 59%, .349) hsla(0, 0%, 95%, .98);
    scrollbar-width: none
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 59%, .349);
    border-radius: 32px
}

::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 95%, .98);
    border-radius: 32px
}

::-moz-selection {
    background-color: #ff6a00;
    background-color: var(--h-c);
    color: #fff
}

::selection {
    background-color: #ff6a00;
    background-color: var(--h-c);
    color: #fff
}

body {
    background-color: #f5f5f5;
    color: #333;
    font: 12px/1.5 Helvetica Neue, Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1", Microsoft YaHei, Tahoma, Hiragino sans gb, SimSun, "Sans-serif";
    position: relative;
    z-index: 10
}

.MaximumWidth {
    margin: 0 auto;
    max-width: 1400px;
    width: 85%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

:focus {
    outline: 0
}

ol,
ul {
    list-style: none
}

fieldset,
img {
    border: 0;
    vertical-align: top
}

address,
caption,
cite,
code,
dfn,
em,
i,
optgroup,
th,
var {
    font-style: normal;
    font-weight: 400
}

abbr,
acronym {
    font-feature-settings: normal;
    border: 0;
    font-variant: normal
}

button,
input,
optgroup,
option,
select {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code,
kbd,
samp,
tt {
    font-size: 100%
}

button,
input,
select {
    font-size: 100%;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #333;
    transition: color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

a,
a:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}

.c-333 {
    color: #333
}

.c-666 {
    color: #666
}

.c-999 {
    color: #999
}

.c-green {
    color: #1fb079
}

.c-orange {
    color: #fc714c
}

.c-reg {
    color: #d90106
}

:root {
    --h-c: #ff6a00
}

.f-12 {
    font-size: 12px
}

.f-13 {
    font-size: 13px
}

.f-14 {
    font-size: 14px
}

.f-15 {
    font-size: 15px
}

.f-16 {
    font-size: 16px
}

.f-17 {
    font-size: 17px
}

.f-18 {
    font-size: 18px
}

.f-19 {
    font-size: 19px
}

.f-20 {
    font-size: 20px
}

.f-w-3 {
    font-weight: 300
}

.f-w-4 {
    font-weight: 400
}

.f-w-5 {
    font-weight: 500
}

.f-w-6 {
    font-weight: 600
}

.f-w-7 {
    font-weight: 700
}

.text {
    color: #ff6a00
}

.text-h:hover {
    color: #ff6a00 !important;
    cursor: pointer
}

.flex-in {
    display: inline-flex !important
}

.flex {
    display: flex !important
}

.flex-y {
    flex-direction: column
}

.flex-start {
    align-content: flex-start
}

.flex-top {
    align-items: flex-start
}

.flex-bottom {
    align-items: flex-end
}

.flex-center {
    align-items: center
}

.flex-baseline {
    align-items: baseline
}

.flex-center-center {
    align-items: center;
    justify-content: center
}

.flex-content-end {
    justify-content: flex-end
}

.flex-j-c {
    justify-content: center
}

.flex-between {
    justify-content: space-between
}

.flex-around {
    justify-content: space-around
}

.flex-evenly {
    justify-content: space-evenly
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-children-center {
    align-self: center
}

.flex-none {
    flex: none
}

.flex-1 {
    flex: 1
}

.flex-2 {
    flex: 2
}

.flex-3 {
    flex: 3
}

.flex-4 {
    flex: 4
}

.flex-5 {
    flex: 5
}

.flex-6 {
    flex: 6
}

.flex-7 {
    flex: 7
}

.flex-8 {
    flex: 8
}

.flex-9 {
    flex: 9
}

.flex-10 {
    flex: 10
}

.grid-in {
    display: inline-grid !important;
    display: -ms-inline-grid !important;
    display: -moz-inline-grid !important
}

.grid {
    display: grid;
    display: -ms-grid;
    display: -moz-grid
}

.ellipsis {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.ellipsis.ellipsis-2,
.ellipsis.ellipsis-3 {
    -webkit-line-clamp: 2
}

.index-content .index_lz .illustrate {
    --btmH: 39px
}