#nprogress .bar {
    background: #f39800!important
}

body {
    color: #2c2c2c
}

.block-title {
    font-size: .260417rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 .260417rem 0
}

.block-desc {
    font-size: .114583rem;
    text-align: center
}

.flex-column {
    flex-direction: column
}

.flex-s-s {
    align-items: flex-start
}

.flex-s-c,.flex-s-s {
    display: flex;
    justify-content: flex-start
}

.flex-s-c {
    align-items: center
}

.flex-c-c {
    align-items: center
}

.flex-c-c,.flex-c-e {
    display: flex;
    justify-content: center
}

.flex-c-e {
    align-items: flex-end
}

.flex-c-s {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.flex-sb-c {
    align-items: center
}

.flex-sb-c,.flex-sb-s {
    display: flex;
    justify-content: space-between
}

.flex-sb-s {
    align-items: flex-start
}

.flex-sa-c {
    align-items: center
}

.flex-sa-c,.flex-sa-s {
    display: flex;
    justify-content: space-around
}

.flex-sa-s {
    align-items: flex-start
}

blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,header,hr,html,input,legend,li,ol,p,pre,section,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

address,cite,dfn,em,var {
    font-style: normal
}

code,kbd,pre,samp {
    font-family: couriernew,courier,monospace
}

ol,ul {
    list-style: none
}

a {
    color: #000
}

a,a:hover {
    text-decoration: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,img {
    border: 0;
    display: block
}

button,input,select,textarea {
    font-size: 100%
}

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

label {
    margin: 0;
    padding: 0;
    border: none
}

body {
    background: #fff;
    margin: 0;
    overflow-x: hidden;
    font-family: Microsoft YaHei,Century Gothic,Helvetica Neue,Helvetica,Arial,sans-serif!important
}

::-webkit-scrollbar {
    display: none
}

::-webkit-scrollbar-track {
    width: .03125rem;
    background: rgba(16,31,28,.1)
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-track {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    min-height: .145833rem
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover {
    background-color: rgba(16,31,28,.5)
}

.shadow {
    background-color: #000;
    opacity: .7;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 110
}

img {
    /* width: 100%; */
    height: 100%
}
