* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 16px;
    font-family:  'Arial', '微软雅黑', '宋体';
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    color: #333;
}
input, textarea, keygen, select, button {
    font-family: 'Arial', '微软雅黑', '宋体';
}
ul {
    list-style: none;
}
h4 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    background: #fff;
}
h4 span {
    font-weight: normal;
    font-size: 14px;
}
h5 {
    background: #fff;
}
a {
    color: #3f5980;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #f60 !important;
}
.clear:after, .clear:before{
    content: '\20';
    clear: both;
    display: block;
}
.success {
    color: #3f5980;
}
.bg-success {
    background-color: #3f5980;
}
.bg-success-dark {
    background-color: #5E7595;
}
.bg-success-dark:hover {
    background-color: #95a5bb;
}
.yellow {
    color: #FAFA02
}
.warning {
    color: #ff7f00;
}
.bg-warning {
    background-color: #ff9800;
}
.error{
    color: #ff0000;
}
.bg-error {
    background-color: #fa5f43;
}
.primary {
    color: #3C8DBC;
}
.bg-primary {
    background-color: #3C8DBC;
}
.right {
    color: #27BE27;
}
.bg-right {
    background-color: #27BE27;
}
.light {
    color: #afafaf;
}
.white {
    color: #fff;
}
.bg-white {
    background-color: #fff;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.font22 {
    font-size: 22px;
}
.font18 {
    font-size: 18px;
}
.font16 {
    font-size: 16px;
}
.font14 {
    font-size: 14px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.padding10 {
    padding: 20px;
}
.padding30 {
    padding: 30px;
}
.margin10-top {
    margin-top: 10px;
}
.inline-block {
    display: inline-block;
}
.list-table .list-header {
    background-color: #efefef;
}
.list-table .list-header .el-row {
    text-align: center;
    height: 54px;
    line-height: 59px;
}
.list-table .list-header .el-row .el-col {
    background: url("./img/home-table-header-bg.png") repeat-x;
    height: 54px;
    position: relative;
}
.list-table .list-header .el-row .el-col:not(:last-child):after {
    content: '\20';
    background: url("./img/home-table-splitor.png");
    width: 4px;
    height: 54px;
    position: absolute;
    right: -2px;
    top: 0;
}
.list-table .list-body .row-items {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}
.list-table .list-body .row-items.active {
    background: url(./img/table-active-row-bg.png) repeat-x;
    color: #fff;
}
.list-table .list-body .row-items.active a {
    color: #fff;
}
.list-table .list-body .list-item {
    background-color: #f0f7f2;
    border-top: 1px solid #dedede;
}
.list-table .list-body .list-item:nth-child(even) {
    background-color: #e8edf4;
}
.table-appendix {
    margin-top: 0 !important;
    width: 100%;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #dedede;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 1px 5px #ccc;
    padding: 5px 15px;
}
.shadow-block {
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,.18);
}
.el-table th {
    text-align: center !important;
}
.el-table .cell, .el-table th>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.el-tabs__active-bar {
    background: #ff9800 !important;
}
.el-tabs--card > .el-tabs__header .el-tabs__nav {
    border: none !important;
}
.el-tabs--card  .el-tabs__item {
    outline: none !important;
    padding: 0 18px !important;
    border-left: none !important;
    height: 37px !important;
    line-height: 37px !important;
    min-width: 100px;
    text-align: center;
    position: relative;
}
.el-tabs--card  .el-tabs__item:after {
    content: '\20';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 37px;
    background: url(img/main-tab-split-line.jpg) no-repeat;
}
.el-tabs--card  .el-tabs__item:hover {
    color: #3f5980 !important;
}
.el-tabs--card .el-tabs__item.is-active:hover {
    color: #fff !important;
}
.el-tabs--card  .el-tabs__nav-wrap {
    margin-bottom: 0 !important;
}
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
    background: url(./img/tab-active.jpg) no-repeat;
    background-size: 100% 100%;
    border: none !important;
    color: #fff;
}
.tab-block .el-tabs__header {
    border-bottom: none;
    margin-bottom: 0 !important;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #fff;
    color: #5a5e66;
    min-width: 30px;
    height: 29px;
    width: 31px;
    border: none;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev{
    background: url('./img/btn-pagination.png') no-repeat;
    width: 60px;
}
.el-pagination.is-background .el-pager li{
    background: url('./img/btn-pagination-num.png') no-repeat;
}
.el-pagination.is-background .el-pager li.active{
    color: #fff;
    background: url('./img/btn-pagination-active.png') no-repeat;
}
.cell_hovered, .user_selected, .user_selected > td {
    background: #fff9ca !important;
}
.el-table .ascending .sort-caret.ascending,.el-table .descending .sort-caret.descending {
    color: #f60 !important;
}
.el-table th {
    background: url(img/table-header-bg.jpg) repeat-x !important;
    height: 45px !important;
    color: #3f5980;
    position: relative;
    padding: 0 !important;
}
.el-table th:after {
    position: absolute;
    content: '\20';
    right: -1px;
    top: 0;
    width:2px;
    height: 45px;
    background: url(img/table-header-splitor.jpg) no-repeat;
}
.el-table__footer-wrapper thead div, .el-table__header-wrapper thead div {
    background: none !important;
}
.el-table.header-wrap th>.cell, .wy-table.header-wrap th>.cell {
    line-height: initial;
}
.el-table th>.cell {
    white-space: nowrap;
}
.el-table th div {
    display: block !important;
    line-height: initial !important;
}
.el-table th.large-title .caret-wrapper {
    position: absolute;
    right: 20px;
    top: 0;
}
.el-dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #616D7F !important;
    border: 1px solid #616D7F !important;
    border-radius: 0 !important;
}
.el-dropdown-menu__item {
    color: #fff !important;
    border-top: 1px solid #999;
    padding: 0 10px !important;
}
.el-dropdown-menu__item img {
    vertical-align: middle;
    margin-right: 5px;
}
.el-dropdown-menu__item:hover {
    background: #f60 !important;
}
.el-popper .popper__arrow {
    display: none !important;
}
.swiper-button-next {
    background-image: url("img/switch-arrow-right.png") !important;
    width: 15px !important;
    height: 27px !important;
    background-size: 15px 27px !important;
}
.swiper-button-prev {
    background-image: url("img/switch-arrow-left.png") !important;
    width: 15px !important;
    height: 27px !important;
    background-size: 15px 27px !important;
}
.select-dialog .el-dialog {
    width: 70%;
    max-width: 1100px;
    border-radius: 5px;
}
.select-dialog .el-dialog__body,
.select-dialog .el-dialog__header{
    padding: 0 !important;
}
.home .home-continue-import{
    width: 564px;
    height: 217px;
}
