html {
 height: 100%;
}
a, address, body, dd, div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, form, label, fieldset, legend, input, button, textarea, hr, ul {
    margin: 0;
    padding: 0;
}

body {
    max-width: 1920px;
    min-width: 1200px;
    height: 100%;
    font-family: 'MicrosoftYaHei', 'PingFangSC', 'MicrosoftYaHeiSemibold', '微软雅黑', Helvetica, sans-serif;
    font-weight: 400;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    background: #FFFFFF;
    margin: 0 auto;
    opacity: 1;
    font-size: 62.5%;

}

#M {
    position: relative;
 height: 100%;
}

.fl-lt {
    float: left;
}

.fl-rt {
    float: right;
}

.mim-bgColor {
    background: #3B43F2 !important;
}

.mimColor {
    color: #333333 !important;
}

.mimMinor {
    color: #666666 !important;
}

.mimGray {
    color: #999999 !important;
}

.mim-font-12 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    opacity: 1;
}

.mim-fontBold-12 {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    opacity: 1;
}

.mim-font-14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: 1;
}

.mim-font-14-42 {
    font-size: 14px;
    font-weight: 400;
    line-height: 42px;
    opacity: 1;
}

.mim-fontBold-14 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    opacity: 1;
}

.mim-font-16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    opacity: 1;
}

.mim-fontBold-16 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    opacity: 1;
}

.mim-font-18 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    opacity: 1;
}

.mim-fontBold-18 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    opacity: 1;
}

.mimBlue {
    color: #3B43F2 !important;
}

.mimBgBlue {
    background: #3B43F2 !important;
}

.mimRed {
    color: #FF4444 !important;
}

.mimBgRed {
    background: #FF4444 !important;
}

.mimYellow {
    color: #FFD800 !important;
}

.mimBgYellow {
    background: #FFD800 !important;
}

.mimGreen {
    color: #00CC88 !important;
}

.mimBgGreen {
    background: #00CC88 !important;
}

.mimOrange {
    color: #FF8000 !important;
}

.mimBgOrange {
    background: #FF8000 !important;
}
.mimBgMinor {
    background: #E7EAF1 !important;
}

.icon80 {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.icon32 {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.icon30 {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.icon42 {
    width: 42px;
    height: 42px;
    display: inline-block;
}

.icon40 {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.icon24 {
    width: 24px;
    height: 24px;
    display: inline-block;
}

.icon50 {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.mim-flex-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mim-flex-wrap-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

.mim-flex-wrap-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
}

.mim-flex-wrap-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mim-flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-flow: column;
    flex-direction: column;
    flex-flow: column;
}

input, button, textarea, select, label {
    outline: none;
    border: none;
    background: none;
    font-family: 'PingFangSC', '微软雅黑', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #313131;
}

ul, li, ol {
    list-style: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*清除谷歌浏览器下search叉号*/
input::-webkit-search-cancel-button {
    display: none;
}

/*清除IE下的search叉号*/
input[type=search]::-ms-clear {
    display: none;
}

img {
    border: 0;
    display: block;
    width: 100%;
    max-width: 100%;
}

legend {
    color: #313131;
}

small {
    font-size: 14px;
}

hr {
    border: none;
    height: 1px;
}

a {
    color: #313131;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}

a:visited, a:link, a:hover, a:focus {
    text-decoration: none;
}

em, i {
    font-style: normal;
}

address, cite, dfn, em, var {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

tbody, td, tfoot, thead, tr {
    margin: 0
}

b, strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: 600;
}

article, aside, figure, footer, header, nav, section {
    display: block;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #999999;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    zoom: 1;
}



.fl {
    float: left;
}

.fr {
    float: right;
}

.flexBox {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.flexCon {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.flexCon2 {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.line-clamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .noWap {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .noPc {
        display: none !important;
    }
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
}

.cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.mim-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    zoom: 1;
}

.mim-row:before, .mim-row:after {
    display: table;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}

.mim-col-xs-1, .mim-col-xs-2, .mim-col-xs-3, .mim-col-xs-4, .mim-col-xs-5, .mim-col-xs-6, .mim-col-xs-7, .mim-col-xs-8, .mim-col-xs-9, .mim-col-xs-10, .mim-col-xs-11, .mim-col-xs-12 {
    float: left;
    box-sizing: border-box;
    min-height: 24px;
}

.mim-col-xs-12 {
    width: 100%;
    position: relative;
}

.mim-col-xs-11 {
    width: 91.66666667%;
}

.mim-col-xs-10 {
    width: 83.33333333%;
}

.mim-col-xs-9 {
    width: 75%;
}

.mim-col-xs-8 {
    width: 66.66666667%;
}

.mim-col-xs-7 {
    width: 58.33333333%;
}

.mim-col-xs-6 {
    width: 50%;
}

.mim-col-xs-5 {
    width: 41.66666667%;
}

.mim-col-xs-4 {
    width: 33.33333333%;
}

.mim-col-xs-3 {
    width: 25%;
}

.mim-col-xs-2 {
    width: 16.66666667%;
}

.mim-col-xs-1 {
    width: 8.33333333%;
}

.mim-col-5 {
    width: 20%;
}

.mim-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mim-multi-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2.8em;
    overflow: hidden;
}

.mim-multi-line-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.6em;
}

.logo-skip{
    cursor: pointer;
}

.blank{
    text-align: center;
    color: #999999;
    height: 200px;
    line-height: 200px;
    font-size: 30px;
}