/* #ifndef APP-PLUS-NVUE */
/* scroll-view */
.scroll-row {
    width: 100%;
    white-space: nowrap;
}

.scroll-row-item {
    display: inline-block !important;
}

/* #endif */

.view,
.text {
    font-size: 14px;
    line-height: 1.8;
    color: #0E151D;
}

/* 宽度 */
/* #ifndef APP-PLUS-NVUE */
.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.w-1024 {
    width: 1024px;
    margin: 0 auto;
}

.opacity-5 {
    opacity: .5;
}
/* #endif */
.row {
    /* margin-right: -10px;
    margin-left: -10px;*/
    /* #ifndef APP-PLUS-NVUE */
    display: flex;
    /* #endif */
    flex-wrap: wrap;
    flex-direction: row;
}

.row-2 {
    /* #ifndef APP-PLUS-NVUE */
    display: flex;
    /* #endif */
    flex-wrap: wrap;
    flex-direction: row;
}

.hidden {
    display: none !important
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666666666666%;
}

.col-10 {
    width: 83.33333333333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666666666666%;
}

.col-7 {
    width: 58.33333333333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666666666666%;
}

.col-4 {
    width: 33.33333333333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666666666666%;
}

.col-1 {
    width: 8.33333333333333%;
}

.col-offset-12 {
    margin-left: 100%;
}

.col-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-offset-10 {
    margin-left: 83.33333333333333%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-offset-7 {
    margin-left: 58.33333333333333%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-5 {
    margin-left: 41.66666666666666%;
}

.col-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-2 {
    margin-left: 16.66666666666666%;
}

.col-offset-1 {
    margin-left: 8.33333333333333%;
}

.col-offset-0 {
    margin-left: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.hidden {
    display: none !important;
}

/* flex 布局 */
.flex {
    /* #ifndef APP-PLUS-NVUE */
    display: flex !important;
    /* #endif */
    flex-direction: row;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

/*沾满剩余空间*/
.flex-grow {
    flex-grow: 1;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.align-stretch {
    align-items: stretch;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

/* #ifndef APP-PLUS-NVUE */
.content-start {
    align-content: flex-start;
}

.content-end {
    align-content: flex-end;
}

.content-center {
    align-content: center;
}

.content-between {
    align-content: space-between;
}

.content-around {
    align-content: space-around;
}

.content-stretch {
    align-content: stretch;
}

/* #endif */
.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

/* #ifndef APP-PLUS-NVUE */
.flex-shrink {
    flex-shrink: 0;
}

/* #endif */


/*#region buton*/
.btn-yellow,
.btn-black,
.btn-blue,
.btn-gray,
.btn-gray1 {
    padding: 0.3125rem 0.625rem;
    /* line-height: 1.75rem; */
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    border: solid 1px;
    text-align: center;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    font-size: 0.875rem;
    text-indent: 0px;
    cursor: pointer;
}

    .btn-black i,
    .btn-blue i,
    .btn-gray i {
        margin-right: 0.3125rem;
    }

    .btn-yellow:active,
    .btn-blue:active,
    .btn-black:active,
    .btn-gray:active {
        color: #00647f;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #fff;
    }

.btn-black {
    color: #ffffff;
    background: #494748;
    border: 1px solid #5A5859;
}

.btn-gray {
    color: #000;
    background: #d5dde8;
    border-color: #d5dde8;
}

.btn-gray1 {
    color: #2fb3ff;
    background-color: transparent;
    border-color: #2fb3ff;
}

.btn-blue {
    color: #ffffff;
    background: #2fb3ff;
    border: 1px solid #2fb3ff;
}

.btn-yellow {
    color: #ffffff;
    background: #fb660d;
    /*border-color: #fb660d;*/
    border: none;
    background: -webkit-linear-gradient(right, #fc9857, #ffc736);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fc9857, #ffc736);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fc9857, #ffc736);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #fc9857, #ffc736);
    /* 标准的语法 */
}

.btn-black:hover {
    background-color: #201F20;
    border-color: #201F20;
    text-decoration: none;
}

.btn-gray:hover {
    color: #000;
    background-color: #D1D1D1;
    text-decoration: none;
}

.btn-blue:hover {
    background-color: #15a0f1;
    color: #ffffff;
    text-decoration: none;
}

.btn-gray1:hover {
    border-color: #2a6496;
}

.btn-yellow:hover {
    background: #e25b0b;
    border-color: #e25b0b;
    color: #ffffff;
    text-decoration: none;
}

.btn-black:active {
    background-color: #0A0909;
    border-color: #0A0909;
}

.btn-gray:active {
    background-color: #CCCCCC;
    color: #000;
}

.btn-blue:active {
    background-color: #0071e6;
    color: #ffffff;
}

.btn-yellow:active {
    background: #e25b0b;
    color: #ffffff;
}

a.btn-blue:visited {
    color: #fff;
    text-decoration: none;
}

.btn-blue.disabled {
    background-color: #e6e3e3;
    color: #606060;
    border-color: transparent;
}

/*#endregion*/

.container {
    padding-right: 10px;
    padding-left: 10px;
}

/*  -- 内外边距 -- */
.m-0 {
    margin: 0;
}

/* #ifndef APP-PLUS-NVUE */
.m-auto {
    margin: auto;
}

/* #endif */
.m-1 {
    margin: 5px;
}

.m-2 {
    margin: 10px;
}

.m-3 {
    margin: 15px;
}

.m-4 {
    margin: 20px;
}

.m-5 {
    margin: 25px;
}

.mt-0 {
    margin-top: 0;
}

/* #ifndef APP-PLUS-NVUE */
.mt-auto {
    margin-top: auto;
}

/* #endif */
.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 25px;
}

.mb-0 {
    margin-bottom: 0;
}

/* #ifndef APP-PLUS-NVUE */
.mb-auto {
    margin-bottom: auto;
}

/* #endif */
.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 20px;
}

.mb-5 {
    margin-bottom: 25px;
}

.ml-0 {
    margin-left: 0;
}

/* #ifndef APP-PLUS-NVUE */
.ml-auto {
    margin-left: auto;
}

/* #endif */
.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-4 {
    margin-left: 20px;
}

.ml-5 {
    margin-left: 25px;
}

.mr-0 {
    margin-right: 0;
}

/* #ifndef APP-PLUS-NVUE */
.mr-auto {
    margin-right: auto;
}

/* #endif */
.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.mr-4 {
    margin-right: 20px;
}

.mr-5 {
    margin-right: 25px;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

/* #ifndef APP-PLUS-NVUE */
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

/* #endif */
.my-1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.my-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.my-4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-5 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

/* #ifndef APP-PLUS-NVUE */
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* #endif */
.mx-1 {
    margin-left: 5px;
    margin-right: 5px;
}

.mx-2 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-3 {
    margin-left: 15px;
    margin-right: 15px;
}

.mx-4 {
    margin-left: 20px;
    margin-right: 20px;
}

.mx-5 {
    margin-left: 25px;
    margin-right: 25px;
}

.p-0 {
    padding: 0;
}

.p {
    padding: 2.5px;
}

.p-1 {
    padding: 5px;
}

.p-2 {
    padding: 10px;
}

.p-3 {
    padding: 15px;
}

.p-4 {
    padding: 20px;
}

.p-5 {
    padding: 25px;
}

.pt-0 {
    padding-top: 0;
}

.pt {
    padding-top: 2.5px;
}

.pt-1 {
    padding-top: 5px;
}

.pt-2 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 15px;
}

.pt-4 {
    padding-top: 20px;
}

.pt-5 {
    padding-top: 25px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 5px;
}

.pb {
    padding-bottom: 2.5px;
}

.pb-2 {
    padding-bottom: 10px;
}

.pb-3 {
    padding-bottom: 15px;
}

.pb-4 {
    padding-bottom: 20px;
}

.pb-5 {
    padding-bottom: 25px;
}

.pl-0 {
    padding-left: 0;
}

.pl {
    padding-left: 2.5px;
}

.pl-1 {
    padding-left: 5px;
}

.pl-2 {
    padding-left: 10px;
}

.pl-3 {
    padding-left: 15px;
}

.pl-4 {
    padding-left: 20px;
}

.pl-5 {
    padding-left: 25px;
}

.pr-0 {
    padding-right: 0;
}

.pr {
    padding-right: 2.5px;
}

.pr-1 {
    padding-right: 5px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-3 {
    padding-right: 15px;
}

.pr-4 {
    padding-right: 20px;
}

.pr-5 {
    padding-right: 25px;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.py-1 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-1-1 {
    padding-top: 6px;
    padding-bottom: 8px;
}

.py-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-5 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.px {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.px-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-4 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-5 {
    padding-left: 25px;
    padding-right: 25px;
}

/* 文字大小 */
.font-smaller {
    font-size: 15px;
}

.font-small {
    font-size: 12px;
    -webkit-transform-origin-x: 0; /*缩小后文字居左*/
    -webkit-transform: scale(0.80); /*关键*/
    transform: scale(0.8);
}

.font-sm {
    font-size: 12px;
}

.font {
    font-size: 15px !important;
}

.font-md {
    font-size: 17.5px !important;
}

.font-lg {
    font-size: 20px;
}

.h1 {
    font-size: 40px;
    line-height: 1.8;
}

.h2 {
    font-size: 30px;
    line-height: 1.8;
}

.h3 {
    font-size: 22.5px;
    line-height: 1.8;
}

.h4 {
    font-size: 16px;
    line-height: 1.8;
}

.h5 {
    font-size: 15px;
    line-height: 1.8;
}

.h6 {
    font-size: 14px;
    line-height: 1.8;
}

/* 文字缩进 */
/* #ifndef APP-PLUS-NVUE */
.text-indent {
    text-indent: 2;
}

/* #endif */
/* 文字划线 */
.text-through {
    text-decoration: line-through;
}

/* 文字对齐 */
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

/* 文字换行溢出处理 */
.text-ellipsis {
    /* #ifndef APP-PLUS-NVUE */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* #endif */
    /* #ifdef APP-PLUS-NVUE */
    lines: 1;
    /* #endif */
}

/* 文字粗细和斜体 */
.font-weight-light {
    font-weight: 300;
}

/*细*/
.font-weight-lighter {
    font-weight: 100;
}

/*更细*/
.font-weight-normal {
    font-weight: 400;
}

/*正常*/
.font-weight-bold {
    font-weight: 700;
}

/*粗*/
.font-weight-bolder {
    font-weight: bold;
}

/*更粗*/
.font-italic {
    font-style: italic;
}

/*斜体*/
/* 文字颜色 */
.text-white {
    color: #ffffff;
}

.text-orange {
    color: #ffc000;
}

.text-primary {
    color: #46a0fb;
}

.text-primary-opacity {
    color: rgba(70,160,251,0.5);
}


.text-hover-primary {
    color: #0056b3;
}

.text-secondary {
    color: #6c757d;
}

.text-hover-secondary {
    color: #494f54;
}

.text-success {
    color: #28a745;
}

.text-hover-success {
    color: #19692c;
}

.text-info {
    color: #17a2b8;
}

.text-hover-info {
    color: #0f6674;
}

.text-warning {
    color: #ffc107;
}

.text-hover-warning {
    color: #ba8b00;
}

.text-danger {
    color: #FF5722;
}

.text-hover-danger {
    color: #a71d2a;
}

.text-light {
    color: #f8f9fa;
}

.text-hover-light {
    color: #cbd3da;
}

.text-dark {
    color: #343a40;
}

.text-hover-dark {
    color: #121416;
}

.text-body {
    color: #212529;
}

.text-muted {
    color: #6c757d;
}

/* 浅灰色 */
.text-light-muted {
    color: #A9A5A0;
}

.text-light-black {
    color: rgba(0, 0, 0, 0.5);
}

.text-light-white {
    color: rgba(255, 255, 255, 0.5);
}

.text-333 {
    color: #333333;
}
/* 背景颜色 */
.bg-blue {
    color: #1890ff;
    background: #e6f7ff;
    border: 1px solid #91d5ff;
}

.bg-red {
    color: #f5222d;
    background: #fff1f0;
    border: 1px solid #ffa39e;
}

.bg-primary {
    background-color: #46a0fb;
}

.bg-primary-opacity {
    background-color: rgba(70,160,251,0.5);
}

.bg-hover-primary:hover {
    background-color: #0062cc;
}

.bg-secondary {
    background-color: #6c757d;
}

.bg-hover-secondary:hover {
    background-color: #545b62;
}

.bg-success {
    background-color: #28a745;
}

.bg-hover-success {
    background-color: #1e7e34;
}

.bg-info {
    background-color: #17a2b8;
}

.bg-hover-info {
    background-color: #117a8b;
}

.bg-warning {
    background-color: #ffc079;
}

.bg-hover-warning {
    background-color: #d39e00;
}

.bg-danger {
    background-color: #FF5722;
}

.bg-hover-danger {
    background-color: #bd2130;
}

.bg-light {
    /*background-color: #f8f9fa;*/
    background-color: #e6eef5;
}

.bg-hover-light {
    background-color: #dae0e5;
}

.bg-dark {
    background-color: #343a40;
}

.bg-hover-dark {
    background-color: #1d2124;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray-opacity {
    background-color: #2158870d;
}

.bg-white-opacity {
    background-color: rgba(255,255,255,0.9)
}

.bg-2 {
    background-color: #eff0f4;
}

.bg-transparent {
    background-color: transparent;
}

.bg-violet {
    background-color: #ad9efe;
}

/* 边框 */
.border {
    border-width: 1px;
    border-style: solid;
    border-color: #dee2e6;
}

.border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dee2e6;
}

.border-right {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dee2e6;
}

.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dee2e6;
}

.border-bottom-dashed {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #dee2e6;
}

.border-left {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dee2e6;
}

.border-0 {
    border-width: 0 !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-top-0 {
    border-top-width: 0 !important;
}

.border-right-0 {
    border-right-width: 0 !important;
}

.border-bottom-0 {
    border-bottom-width: 0 !important;
}

.border-left-0 {
    border-left-width: 0 !important;
}

.border-primary {
    border-color: #46a0fb;
}

.border-secondary {
    border-color: #6c757d;
}

.border-muted {
    border-color: #ebebeb;
}


.border-light-secondary {
    border-color: #F1F1F1;
}

.border-success {
    border-color: #28a745;
}

.border-info {
    border-color: #17a2b8;
}

.border-warning {
    border-color: #ffc107;
}

.border-danger {
    border-color: #FF5722;
}

.border-light {
    border-color: #f8f9fa;
}

.border-dark {
    border-color: #343a40;
}

.border-white {
    border-color: #FFFFFF;
}

/* 圆角 */
.rounded {
    border-radius: 4px;
}

.rounded-lg {
    border-radius: 7px;
}

.rounded-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.rounded-top-left {
    border-top-left-radius: 4px;
}

.rounded-bottom-left {
    border-top-left-radius: 4px;
}

.rounded-top-right {
    border-top-left-radius: 4px;
}

.rounded-bottom-right {
    border-top-left-radius: 4px;
}

.rounded-top-lg {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.rounded-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.rounded-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rounded-bottom-lg {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.rounded-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rounded-circle {
    border-radius: 100%;
}

.rounded-0 {
    border-radius: 0;
}

/* 显示 */
/* #ifndef APP-PLUS-NVUE */
.d-none {
    display: none;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

/* #endif */
/* 内容溢出 */
.overflow-hidden {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

/* 定位 */
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

/* 定位 - 固定顶部 */
.fixed-full {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-left {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1030;
    bottom: 0;
}

.fixed-right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1030;
}

/* 定位 - 固定底部 */
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.absolute-full {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
}

.absolute-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.absolute-top {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1030;
}

.absolute-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1030;
}

.absolute-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1030;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

/* 阴影 */
/* #ifndef APP-PLUS-NVUE */
.shadow {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.shadow-lg {
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.175);
}

.shadow-none {
    box-shadow: none !important;
}

/* #endif */
.mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}


.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        clear: both;
        display: table;
        content: " ";
    }

    .clearfix:before {
        display: table;
        content: " ";
    }
