/**
 * base 1.0.0
 * Self use
 * Relatively speaking, it is more complete to reset CSS on a basic basis
 * Released on: January 6, 2022
 */
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

a {
    background-color: transparent
}

main {
    display: block
}

img {
    vertical-align: top
}

textarea {
    overflow: auto;
    resize: none
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    font: 14px/1 Microsoft YaHei, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif
}

/* -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font: 14px/1 Microsoft YaHei, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    font-weight: 400
}

/* -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,  */
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #999;
    font-weight: 400;
    line-height: 1
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

ul,
ol,
li,
dl {
    list-style-type: none;
}


a,
a:hover {
    text-decoration: none
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

button,
input,
select,
textarea {
    vertical-align: middle;
    font-size: 100%
}

button,
input {
    outline: 0;
    border: none;
    -webkit-appearance: none
}

/* 去除input type=number 兼容 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dcdcdc
}

select {
    -webkit-appearance: none
}

input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.transparent {
    opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7
}

.cl:after,
.clearFix:after,
.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    content: ""
}

:focus {
    outline: 0
}

:link,
:visited {
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    outline: 0
}

.bold {
    font-weight: 700
}

.bbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.text-left,
.tl {
    text-align: left
}

.tc,
.text-center {
    text-align: center
}

.text-right.tr {
    text-align: right
}

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default
}

.cursor-none {
    cursor: not-allowed
}

.user-select-none {
    user-select: none
}

.db {
    display: block
}

.dv {
    vertical-align: middle
}

.di,
.dv {
    display: inline-block
}

.ch {
    overflow: hidden
}

.cv {
    overflow: visible
}

.brr {
    border-right: none !important
}

.ell,
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ell2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:hover {
    text-decoration: none
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.scroll::-webkit-scrollbar {
    width: 5px
}

.scroll::-webkit-scrollbar-track {
    background-color: #ddd
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #3a62c8;
}

::-webkit-scrollbar {
    overflow: visible;
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-thumb {
    border: solid transparent;
    border-width: 1px 0;
    background: #c6c8cc;
    background-clip: padding-box
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9198a6
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-button:hover {
    border-color: #5f6366
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
    display: none
}

.section,
.w1200 {
    margin: 0 auto;
    width: 1200px
}

.f12{
    font-size: 12px!important;
}
.f14{
    font-size: 14px!important;
}
.f16{
    font-size: 16px!important;
}
.f18{
    font-size: 18px!important;
}
.f20{
    font-size: 20px!important;
}

.pt0 {
    padding-top: 0 !important
}

.pt5 {
    padding-top: 5px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt15 {
    padding-top: 15px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt25 {
    padding-top: 25px !important
}

.pt30 {
    padding-top: 30px !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pr0 {
    padding-right: 0 !important
}

.pr5 {
    padding-right: 5px !important
}

.pr10 {
    padding-right: 10px !important
}

.pr15 {
    padding-right: 15px !important
}

.pr20 {
    padding-right: 20px !important
}

.pr25 {
    padding-right: 25px !important
}

.pr30 {
    padding-right: 30px !important
}

.pl0 {
    padding-left: 0 !important
}

.pl5 {
    padding-left: 5px !important
}

.pl10 {
    padding-left: 10px !important
}

.pl15 {
    padding-left: 15px !important
}

.pl20 {
    padding-left: 20px !important
}

.pl25 {
    padding-left: 25px !important
}

.pl30 {
    padding-left: 30px !important
}

.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mr0 {
    margin-right: 0 !important
}

.mr5 {
    margin-right: 5px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr15 {
    margin-right: 15px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px !important
}

.mr30 {
    margin-right: 30px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.ml0 {
    margin-left: 0 !important
}

.ml5 {
    margin-left: 5px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

@font-face {
    font-family: DINProR;
    src: url(/pub/mb9/web/css/font/DINPro-Regular.eot);
    src: url(/pub/mb9/web/css/font/DINPro-Regular.eot?#iefix) format("embedded-opentype"), url(/pub/mb9/web/css/font/DINPro-Regular.woff) format("woff"), url(/pub/mb9/web/css/font/DINPro-Regular.ttf) format("truetype"), url(/pub/mb9/web/css/font/DINPro-Regular.svg#webfont) format("svg")
}

@font-face {
    font-family: DINProM;
    src: url(/pub/mb9/web/css/font/DINPro-Medium.eot);
    src: url(/pub/mb9/web/css/font/DINPro-Medium.eot?#iefix) format("embedded-opentype"), url(/pub/mb9/web/css/font/DINPro-Medium.woff) format("woff"), url(/pub/mb9/web/css/font/DINPro-Medium.ttf) format("truetype"), url(/pub/mb9/web/css/font/DINPro-Medium.svg#webfont) format("svg")
}

@font-face {
    font-family: DINBold;
    src: url(/pub/mb9/web/css/font/DINCond-Bold.eot);
    src: url(/pub/mb9/web/css/font/DINCond-Bold.eot?#iefix) format("embedded-opentype"), url(/pub/mb9/web/css/font/DINCond-Bold.woff) format("woff"), url(font/DINCond-Bold.ttf) format("truetype"), url(font/DINCond-Bold.svg#webfont) format("svg")
}