* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: '微软雅黑', "Microsoft YaHei", Arial, sans-serif;
}

ul, ol, li {
    list-style: none;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.clear:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

select::-ms-expand {
    display: none;
}

em {
    font-style: normal
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.font-12 {
    font-size: 12px
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.height-unset {
    height: auto !important
}

.h-100p {
    height: 100% !important
}

.w-100p {
    width: 100% !important
}

.no-scroll {
    overflow: hidden
}

.auto-scroll {
    overflow: auto
}

.relative {
    position: relative !important
}

.pointer {
    cursor: pointer
}

.flex-s {
    display: flex;
    justify-content: space-between
}

.inline-block {
    display: inline-block
}

.none {
    display: none
}

.block {
    display: block
}

.bold {
    font-weight: 600 !important
}

.thin {
    font-weight: 300 !important
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-nowrap, .text-nowrap2 {
    text-overflow: ellipsis;
    overflow: hidden
}

.text-nowrap2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.padding-bottom-5 {
    padding-bottom: 5px
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-lr-5 {
    padding: 0 5px !important
}

.padding-lr-10 {
    padding: 0 10px !important
}

.padding-lr-15 {
    padding: 0 15px !important
}

.padding-lr-20 {
    padding: 0 20px !important
}

.padding-lr-25 {
    padding: 0 25px !important
}

.padding-lr-30 {
    padding: 0 30px !important
}

.no-padding {
    padding: 0 !important
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.no-margin {
    margin: 0 !important
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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
}

.this-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tab_plane {
    display: none;
}

.tab_plane.active {
    display: block;
}

.middle {
    width: 1280px;
    margin: 0 auto;
}

.btn {
    min-width: 66px;
    border-radius: 0;
    height: 32px;
    line-height: 30px;
    padding: 0 12px;
    outline: none !important;
}

.btn.btn-primary {
    background-color: #0068CE;
    border-color: #0068CE;
}

.arrow-icon {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}

.arrow-icon-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-icon-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow-icon-up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow-icon-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dt-form-control {
    height: 32px;
    border: 1px solid #E0E5EB;
    outline: none;
    padding: 0 12px;
}

.dt-form-control.date {
    padding: 0 40px 0 12px;
    background: url(../images/calendar.png) no-repeat right 12px center;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 40px 0 12px;
    border: 1px solid #ddd;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    outline: none;
    border-radius: 4px !important;
    background-color: transparent;
}

.header {
    height: 230px;
}

.header .header-container {
    /*position: fixed;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 230px;
    z-index: 999;
    background: url(../images/header.png) no-repeat center;
}

.header .header-container .card {
    height: 170px;
}

.header .header-container .nav {
    height: 60px;
    background: #C90E24;
}

.dt-nav .dt-nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}

.dt-nav .dt-nav-item:last-child {
    margin-right: 0;
}

.dt-nav .dt-nav-item a {
    display: block;
    color: #fff;
    line-height: 24px;
    padding: 18px 0;
    color: #ffffff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.dt-nav .dt-nav-item a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #FFFFFF;
    transition: all 0.2s;
}

.dt-nav .dt-nav-item-active a:after {
    width: 100%;
}

.main {
    min-height: calc(100vh - 612px);
    padding-bottom: 30px;
}

.footer {
    background: #272727;
}

.footer .footer-text {
    display: flex;
    padding: 20px 0;
}

.footer .footer-text h4 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

.footer .footer-text h4 ~ h4 {
    margin-top: 20px;
}

.footer .footer-text p {
    color: #999999;
    line-height: 16px;
    margin-top: 3px;
    font-size:13px
}

.footer .footer-text p a {
    color: #999999;
}

.footer .footer-text .col {
    margin-right: 55px;
}

.footer .footer-text .col:last-child {
    flex: 1;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
}

.footer .footer-text .col:last-child .box {
    width: 182px;
    text-align: center;
}

.footer .footer-text .col:last-child .box + .box {
    margin-left: 36px;
}

.footer .footer-text .col:last-child .box .code {
    width: 182px;
    height: 182px;
    background: white;
}

.footer .footer-text .col:last-child .box p {
    margin-top: 8px;
}

.footer .footer-bottom {
    min-width: 1280px;
    text-align: center;
    padding: 23px 0 24px;
    line-height: 24px;
    border-top: 1px solid #666666;
}

.footer .footer-bottom span {
    margin: 0 30px;
    color: #999999;
}

/*.footer .footer-bottom span :last-child {
    background: url(../images/police.png) no-repeat left center;
}*/

.dt-breadcrumb {
    padding: 16px 0;
    line-height: 20px;
    display: flex;
}

.dt-breadcrumb .dt-breadcrumb-link {
    color: #666666;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dt-breadcrumb span.dt-breadcrumb-link {
    cursor: default;
}

.dt-breadcrumb .dt-breadcrumb-link:last-child {
    color: #000000;
}

.dt-breadcrumb .dt-breadcrumb-link i {
    margin: 0 10px 0 5px;
}

.dt-form {
    display: flex;
    flex-wrap: wrap;
}

.dt-form .dt-form-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    margin-right: 25px;
    position: relative;
}

.dt-form .dt-form-item:nth-child(3n) {
    margin-right: 0;
}

.dt-form .dt-form-item .dt-form-control {
    flex: 1;
}

.dt-form .dt-form-btn {
    flex: 1;
    margin-right: 0 !important;
    justify-content: flex-end;
}

.dt-form .dt-form-btn .btn {
    margin-left: 10px;
}

.navigation {
    margin: 24px 0;
    display: flex;
}

.navigation p {
    color: #999;
    font-size: 14px;
    line-height: 32px;
}

.navigation .pagination {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.navigation .pagination-sm li a {
    min-width: 32px;
    height: 32px;
    margin-right: 10px;
    padding: 0 5px;
    text-align: center;
    line-height: 30px;
    color: #181F2A;
    background: #FFFFFF;
    border: 1px solid #E0E3EA;
    border-radius: 0;
}

.navigation .pagination-sm li a:hover,
.navigation .pagination-sm li a:focus {
    border: 1px solid #0078FF;
    color: #0078FF;
}

.navigation .pagination-sm .active a,
.navigation .pagination-sm .active a:hover,
.navigation .pagination-sm .active a:active,
.navigation .pagination-sm .active a:visited {
    border: 1px solid #0078FF;
    color: #0078FF;
    background: #FFFFFF;
}

.navigation .pagination-sm .ellipsis a {
    border: none;
}

.navigation .pagination-sm li:last-child a {
    margin-right: 0;
}

.navigation .pagination-sm .turn-to {
    margin-left: 24px;
}

.navigation .pagination-sm .turn-to input {
    height: 32px;
    width: 48px;
    margin: 0 5px;
    padding: 0 5px;
    outline: none;
    border: 1px solid #E0E3EA;
}

.navigation .pagination-sm .jump-btn {
    display: inline-block;
    width: 68px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    border: 1px solid #E0E3EA;
    margin-left: 15px;
}

.navigation .pagination-sm .jump-btn:hover{
    border: 1px solid #0078FF;
    color: #0078FF;
}

.layer-radius {
    overflow: hidden;
    border-radius: 4px !important;
}

.page-footer-fixed{
    height: 100vh;
    position: relative;
}

.page-footer-fixed .footBtn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px;
}

.no-data-tpl{
    height: 360px !important;
    position: relative;
    background: url(/assets/images/noDataCard.png) transparent no-repeat top 40% center;
}

.no-data-tpl span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: 45px;
}

a.tipso_style {
    cursor: pointer !important;
}

.tipso_style {
    cursor: default !important;
}