/*插件*/
.inputhtmlA {
    border: 2px solid #f0f0f0;
    font-family: Microsoft YaHei;
    cursor: pointer;
    z-index: 2;
    background-color: white;
    display: list-item;
    display: block;
    line-height: 2.5;
    position: relative;
    text-decoration: none;
    color: #333;
}

div[id*='_search'] {
    position: absolute;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    overflow-x: hidden;
}

div[id*='_divsearch'] {
    overflow-x: hidden;
    border: solid 1px #f0f0f0;
    background-color: white;
}

div[id*='_divsearch'] a {
    border: 0;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
}

div[id*='_divsearch'] a:hover {
    border: 1px;
    background-color: #f8f8f8;
}

/*导航栏*/
*:hover{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #ff7f00;
    text-decoration: none !important;
    outline: none !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 25px 15px;
    font-weight: 600;
    margin: 0 8px;
    color: #ffffff;
    text-transform: uppercase;
}

.navbar-default {
    background: url("../img/header/wyrlogo.svg") no-repeat fixed top;
    background-size: cover;
    background-position: center;
}
header .container-fluid:first-child{
    background-color: #005fa2;
    /*opacity: 0.9;*/
    box-shadow: 0 5px 5px #848484;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar {
    border-radius: 0;
}

header .dropdown-menu {
    background-color: #005fa2;
    /*left: calc(-200%);*/
}

.navbar-default .navbar-brand {
    padding: 25px 15px;
    font-size: 38px;
    font-weight: 800;
    color: #cac9c5;
    /*text-shadow: orange 1px 0 0, orange 0 1px 0, orange -1px 0 0, orange 0 -1px 0;*/
}
.navbar-default .navbar-brand:hover{
    font-size: 40px;
    line-height: 20px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #ffffff;
}

header .header-bottom {
    height: 12em;
    position: relative;
    /*background: #4a2d8d;*/
}
header .header-bottom > div:first-child{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header-bottom > div:last-child{
    position: absolute;
    bottom: 0;
    height: 3em;
    width: 99%;
}
header .header-bottom > div:last-child a{
    text-transform: capitalize;
    display: inline-block;
    float: right;
    text-decoration: none;
    color: white;
    margin: 5px 8px;
}
/*.navbar::after {*/
/*    content: "";*/
/*    height: 4px;*/
/*    width: 101%;*/
/*    background: orange;*/
/*    position: absolute;*/
/*    bottom: -4px;*/
/*}*/

header .input-group {
    width: 400px;
}

header .form-control {
    height: 40px;
}

.btn {
    height: 40px;
    color: #fff;
    font-weight: bold;
    width: auto;
    border-radius: 0;
    background-color: #666666;
    border-color: #666666;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:active:hover,.btn-primary:focus {
    color: #fff;
    background-color: #1c2336;
    border-color: #1c2336;
}
.input-group-addon {
    padding: 0;
    border: 0;
}

.input-group-addon, .input-group-btn {
    width: auto;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #d0d0d0;
    border-color: #ffffff;
}
@media (max-width: 768px) {
    .collapse {
        width: calc(104% + 2px);
        width: -moz-calc(104% + 2px);
        width: -webkit-calc(104% + 2px);
        display: block;
        margin: 10px auto;
    }
}
/*页脚*/
footer{
    background: url("../img/footer_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 90px;
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.013em;
    font-weight: 100;
    font-style: normal;
    position: relative;
}
footer > div {
    padding:60px;
}
footer::after {
    content: "";
    height: 4px;
    width: 100%;
    background: orange;
    position: absolute;
    top: 0;
}
/*加下划线*/
header .header-bottom > div:last-child a,footer a {
    color: #ffffff;
    position: relative;
}
header .header-bottom > div:last-child a:hover,footer a:hover {
    color: #ffffff;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
header .header-bottom > div:last-child a:after,footer a.top:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color:  #f2db18;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    bottom: -3px;
}

header .header-bottom > div:last-child a:hover:after,footer a:hover:after {
    transform-origin: center right;
    transform: scaleX(1);
}
/*轮播图*/
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: 30rem;
}

.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%);
}
/*Datatable*/
#table_all_processing {
    padding: 5px 10px;
    text-align: center;
    font-size: large;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    top: -moz-calc(50% - 18px);
    top: -webkit-calc(50% - 18px);
    top: calc(50% - 18px);
    left: -moz-calc(50% - 53px);
    left: -webkit-calc(50% - 53px);
    left: calc(50% - 53px);
    box-shadow: 1px 2px 4px #848484;
    border-radius: 9px;
}

#table_all_wrapper {
    position: relative;
}

.dataTables_wrapper td{
    padding: 0.75rem;
    vertical-align: top;
}
table.dataTable thead th {
    position: relative;
    text-align: left;
    font-weight: normal;
    font-size: medium;
    padding-right: 31px;
}
table.dataTable thead th::before {
    right: 1em;
    content: "\2191";
    position: absolute;
    bottom: 0.6em;
    display: block;
    opacity: 0.3;
}
table.dataTable thead th::after {
    right: 0.5em;
    content: "\2193";
    position: absolute;
    bottom: 0.6em;
    display: block;
    opacity: 0.3;
}
table.dataTable thead .sorting_asc::after {
    opacity: 1;
    right: 0.5em;
    content: "\2193";
    position: absolute;
    bottom: 0.6em;
    display: block;
}
table.dataTable thead .sorting_desc::before {
    opacity: 1;
    right: 1em;
    content: "\2191";
    position: absolute;
    bottom: 0.6em;
    display: block;
}
.dataTables_wrapper th{
    padding: 0.75rem;
    vertical-align: bottom;
}
.dataTables_wrapper th, .dataTables_wrapper td {
    border: 1px solid #dee2e6;
    border-left-width: 1px;
}
.form-control{
    width: auto;
    display: inline-block;
    font-size: 75%;
    display: inline-block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.input-sm {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: auto;
    background-size: 8px 10px;
    line-height: initial;
    margin: 0 3px;
}
.dataTables_filter {
    position: relative;
    bottom: 6px;
    width: max-content;
    float: right;
}

.odd{
    background-color: #f7fafc !important;
}
.dataTables_filter, .dataTables_length, .dataTables_paginate {
    margin-top: 0;
}
.dataTables_info:first-child {
    margin-top: 3px;
    padding-left: 34px;
}
.dataTables_info:last-child {
    margin-top: 20px;
    padding-left: 0;
}
.pull-left {
    display: inline-block;
    float: left;
}
.pull-right {
    display: inline-block;
    float: right;
}
.paginate_button {
    display: inline-block;
}
.paginate_button > a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.paginate_button > a:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
ul > li.active > a {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}
.pagination>li>a,
.pagination>li>span {
    position:relative;
    float:left;
    padding:6px 8px;
    margin-left:-1px;
    line-height:1.42857143;
    color:#337ab7;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd
}
.dataTables_paginate .pagination {
    display:inline-block;
    padding-left:0;
    margin:20px 0;
    border-radius:4px;
    width: max-content;
    float: right;
}

.dt-buttons {
    position: absolute;
    left: 19px;
    top: -8px;
}
/*panel*/
.panel .panel-heading > h3 > i {
    position: relative;
    top: 3px;
}

.panel .panel-heading > h3 {
    font-weight: bold;
    margin: 12px;
    line-height: 0.6;
}


.panel > .panel-heading {
    padding: 0.1px  !important;
    height: 51px;
    color: #ffffff;
    background-color: #666666;
}
.panel .table {
    width:100%;
    max-width:100%;
    margin-bottom:0;
}
.panel tr > td:first-child{
    font-weight: bold;
}

.panel tr > td:last-child{
    white-space: normal;
}
/*loading*/
.loading {
    position: fixed;
    top: 48%;
    left: 48%;
    visibility: visible;
    animation: rotateIn 1s linear 0s infinite alternate;
    z-index: 1;
}

.loading > i {
    font-size: 30px;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

/*Other*/
.box {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(34,36,38,.15);
    border-top-color: rgba(34, 36, 38, 0.15);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: 3px solid #c1c1c1;
    border-top-color: rgb(193, 193, 193);
    margin-bottom: 20px;
    -webkit-border-radius: .28571429rem;
    -moz-border-radius: .28571429rem;
    border-radius: .28571429rem;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
    padding: 5px;
}
.box > .info {
    background: #666666;
    margin: -5px;
    padding: 5px;
}
.box > .info p {
    color: white;
    font-weight: 600;
    font-size: 15px;
}
.box-top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.info.box-top,.info.box-bottom {
    margin: 0;
}

.box-color-1 {
    border-top-color: #951e9f;
}
.box-color-2 {
    border-top-color: #41649f;
}
.box-color-3 {
    border-top-color: #339f46;
}
.box-color-4 {
    border-top-color: #5c339f;
}

.box-color-none {
    border-top-color: transparent;
}
a {
    cursor:pointer;
    display: flex;
}
html,body{
    overflow-x: hidden;
}
.navigator {
    color: #ff7f00;
}
[class^="ri-"], [class*=" ri-"] {
    font-size: 26px;
    cursor: pointer;
}
.ri-map-pin-line {
    background-image: linear-gradient(135deg, red, yellow);
    -webkit-background-clip: text;
    color: transparent;
    cursor: pointer;
}
.icon {
    flex: content;
}

.h3, h3 {
    font-size: 22px;
}

/*.btn.focus, .btn:focus, .btn:hover {
    color: #ffd808;
}*/
/*动画*/
@media (prefers-reduced-motion:reduce),print {
    .animate__animated {
        display: inline-block;
        -webkit-animation-duration:2s!important;
        animation-duration:2s!important;
        -webkit-transition-duration:2s!important;
        transition-duration:2s!important;
        -webkit-animation-iteration-count:infinite!important;
        animation-iteration-count:infinite!important;
        -moz-animation-iteration-count: infinite;
        -moz-animation-duration: 2s!important;
        -moz-animation-iteration-count: infinite!important;
    }
}
.animate__animated {
    display: inline-block;
    -webkit-animation-duration:2s!important;
    animation-duration:2s!important;
    -webkit-transition-duration:2s!important;
    transition-duration:2s!important;
    -webkit-animation-iteration-count:infinite!important;
    animation-iteration-count:infinite!important;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s!important;
    -moz-animation-iteration-count: infinite!important;
}
:root {
    --animate-repeat: infinite;
}
