a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: 400;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
li,
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: hsla(0, 0%, 49%, 0.7);
    -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: hsla(0, 0%, 49%, 0.7);
    -webkit-border-radius: 6px;
}
body,
html {
    width: 100%;
    font-family: Arial, Microsoft YaHei, 黑体, 宋体, 微软雅黑, sans-serif;
}
body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    overflow-y: scroll;
}
.clearfix:after,
.clearfix:before {
    content: ' ';
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;
}
.dn {
    display: none;
}
.topswiper58 {
    margin-top: 88px;
}
.fff {
    background: #fff;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.border-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pointer {
    cursor: pointer;
}
.dis-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.inline {
    display: inline-block;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-x-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-x-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-x-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-x-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.flex-x-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-y-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-y-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-two {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.flex-three {
    float: left;
    width: 33.3%;
}
.flex-four {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.f-36 {
    font-size: 36px;
}
.f-34 {
    font-size: 34px;
}
.f-32 {
    font-size: 32px;
}
.f-31 {
    font-size: 31px;
}
.f-30 {
    font-size: 30px;
}
.f-29 {
    font-size: 29px;
}
.f-28 {
    font-size: 28px;
}
.f-26 {
    font-size: 26px;
}
.f-25 {
    font-size: 25px;
}
.f-24 {
    font-size: 24px;
}
.f-22 {
    font-size: 22px;
}
.f-20 {
    font-size: 20px;
}
.f-18 {
    font-size: 18px;
}
.f-16 {
    font-size: 16px;
}
.f-14 {
    font-size: 14px;
}
.f-12 {
    font-size: 12px;
}
.t-l {
    text-align: left;
}
.t-c {
    text-align: center;
}
.t-r {
    text-align: right;
}
.f-w {
    font-weight: 700;
}
.m-top10 {
    margin-top: 10px;
}
.m-top15 {
    margin-top: 15px;
}
.m-top20 {
    margin-top: 20px;
}
.m-top30 {
    margin-top: 30px;
}
.m-bot10 {
    margin-bottom: 10px;
}
.m-bot15 {
    margin-bottom: 15px;
}
.m-bot20 {
    margin-bottom: 20px;
}
.m-bot30 {
    margin-bottom: 30px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-l-30 {
    margin-left: 30px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-r-30 {
    margin-right: 30px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-r-20 {
    padding-right: 20px;
}
.p-r-30 {
    padding-right: 30px;
}
.border {
    border: 1px solid #ddd9d2;
}
.b-r {
    border-right: 1px solid #ddd9d2;
}
.b-l {
    border-left: 1px solid #ddd9d2;
}
.b-b {
    border-bottom: 1px solid #ddd9d2;
}
.b-t {
    border-top: 1px solid #ddd9d2;
}
.oneline-hide {
    white-space: nowrap;
}
.oneline-hide,
.twoline-hide {
    overflow: hidden;
    text-overflow: ellipsis;
}
.twoline-hide {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.col3 {
    color: #333;
}
.col6 {
    color: #666;
}
.col9 {
    color: #999;
}
.color630 {
    color: #664630;
}
.color700 {
    color: #f07700;
}
.radius50 {
    border-radius: 50%;
}
.radius6 {
    border-radius: 6px;
}
.radius8 {
    border-radius: 8px;
}
.pad10 {
    padding: 10px;
}
.pad20 {
    padding: 20px;
}
.pad30 {
    padding: 30px;
}
.p-r-l-20 {
    padding: 0 20px;
}
.p-r-l-30 {
    padding: 0 30px;
}
div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tabadd {
    color: #f50000;
}
.tabreduce {
    color: #43ba4b;
}
#nprogress .bar {
    background: #eca222 !important;
}
.error[data-v-0ea2139a] {
    background: #feeeee;
    border: 1px solid #fddede;
}
.warn[data-v-0ea2139a] {
    background: #fdf4ea;
    border: 1px solid #f9e9d4;
}
.success[data-v-0ea2139a] {
    background: #eef8e9;
    border: 1px solid #ddf1d4;
}
.taataa-enter[data-v-0ea2139a] {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.taataa-enter-to[data-v-0ea2139a] {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.taataa-enter-active[data-v-0ea2139a] {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.taataa-leave[data-v-0ea2139a] {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.taataa-leave-to[data-v-0ea2139a] {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.taataa-leave-active[data-v-0ea2139a] {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.message[data-v-0ea2139a] {
    min-width: 300px;
    position: fixed;
    top: 38%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    z-index: 9999;
}
.message .operation-header[data-v-0ea2139a] {
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.message .operation-header span[data-v-0ea2139a] {
    color: #666;
    font-size: 18px;
    margin-left: 15px;
}
.message .details[data-v-0ea2139a] {
    height: 68px;
    line-height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 10px;
}
.message .details span[data-v-0ea2139a] {
    padding: 0 13px;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.message .details img[data-v-0ea2139a] {
    width: 28px;
    height: 28px;
}
