/* CSS Document */
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

/*滚动条的滑轨背景颜色*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(75, 75, 75, 0.58);
}

/*滑块颜色*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(48, 48, 48, 0.92);
}

::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

/* 滑块整体设置*/
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-corner {
  background: transparent;
}
.con_div {
    height: 18%;
    width: 99%;
    margin-left: 1%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.con_div_text {
    height: 100%;
    background-color: rgba(0, 24, 106, 0.5);
    width: 32%;
    margin-right: 1.3%;
}

.con_div_text01 {
    width: 50%;
    height: 100%;
}

.text01_img {
    width: 40px;
    height: 40px;
    margin-left: 5%;
    margin-top: 35px;
}

.text01_div {
    margin-top: 15px;
    margin-left: 5%;
    text-align: center;
}

.text01_div p {
    line-height: 35px;
}

.text01_div p:nth-child(1) {
    font-size: 13px;
    color: #ffffff;
}

.text01_div p:nth-child(2) {
    font-size: 28px;
    color: #ffff43;
    font-weight: 600;
}

.left {
    float: left;
}

.right {
    float: right;
}

.data_tit1 {
    height: 20px;
}

.box_top_border {
    border-top: 2px solid #016ae0;
}

/*.right_table_tr {
           height:10%
       }*/

.header {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 24, 106, 0.5);
    box-shadow:0px 2px 0px 2px #016ae0;
    overflow: hidden;
}

.header_center {
    width: 80%;
    color: rgb(255, 255, 255);
    text-align: center;
    height: 60px;

    background-size: 100% 100%;
    font-family: 微软雅黑 !important;
    margin: 0px auto;
}

/* .nav {
    width: 10%;
} */

.text_right {
    text-align: right;
}

.nav>ul>li {
    display: inline-block;
    width: 120px;
    text-align: center;
    height: 50px;
    position: relative;
    line-height: 50px;
    margin-top: 2px;
    box-sizing: border-box;
    border-radius: 5px;
}

.nav>ul>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: none;
}

.nav>ul>li i {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.nav_1 {
    background-image: url(../img/head_shoufei.png);
    background-size:25px
}

.nav_2 {
    background-image: url(../img/head_device.png);
    background-size:25px
}

.nav_3 {
    background-image: url(../img/head_zhiban.png);
    background-size:26px
}

.nav_4 {
    background-image: url(../img/head_jiaoban.png);
    background-size:25px
}

.nav_5 {
    background-image: url(../img/head_jinchu.png);
    background-size:25px
}
.nav_6 {
    background-image: url(../img/head_tuichu.png);
    background-size:25px
}
.parksearch {
    border-bottom: 1px solid #4b8df8;
    margin-bottom: 5px;
}

.park_search_list {
    margin: 0px 9px 0px 9px;
    height: 87%;
    overflow: auto;
}

.park-detail {
    border-top: 1px dashed #4b8df8;
    color: #fff;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
}

.park-detail-border-bottom {
    border-bottom: 1px dashed #4b8df8;
}

.park-detail-choose {
    background-color: #072951;
    box-shadow: -2px 0px 5px #016ae0 inset, 2px 0px 2px #016ae0 inset;
}

.thumbnail {
    background-color: rgba(0, 24, 106, 0.5);
    border: 1px solid #4b8df8;
}

.thumbnail .caption {
    padding: 1px;
    text-align: center;
}

.status_point {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 8px 0px 0px 20px;
}

.status_point_park {
    float: right;
    margin-right: 5px;
    margin-top: 12px;
}

.table_p table {
    width: 100%;
    /* height: 100%; */
    border-collapse: collapse;
    text-align: center;
}


.table_p table tbody tr {
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.table_p table thead tr {
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.table_p table thead tr th {
    text-align: center;
}

.table_p table tbody tr:nth-child(2n+1) {
    /* background-color: #072951;
    box-shadow: -2px 0px 5px #016ae0 inset, 2px 0px 2px #016ae0 inset; */
    background-color: rgba(18, 136, 204, 0.2);
    
}

.table_p table tbody tr:nth-child(2n) {
    /* box-shadow: -10px 0px 15px #072951 inset, 10px 0px 15px #072951 inset; */
    background-color: rgba(151, 167, 223, 0.2);
    /* box-shadow: -2px 0px 5px #404b58 inset, 10px 0px 15px #404b58 inset; */

}

.park_number {
    font-weight: bold;
    font-size: 20px;
    color: #1afa29;
    font-family: data_Number;
}

.on_oline_tag {
    background-color: #67C23A
}
.part_on_oline_tag {
    background-color: #f4ea2a
}
.off_oline_tag {
    background-color: #808080
}

.div_bigdata_parklistname {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    float: left;
    cursor: pointer;
    color: #fff;
}
.videoBox{
    overflow:hidden
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

/*滚动条的滑轨背景颜色*/
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(75, 75, 75, 0.58);
}

/*滑块颜色*/
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(48, 48, 48, 0.92);
}

::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

/* 滑块整体设置*/
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.form-control {
    background-color: #09152D;
    color: #fff;
    border: 1px solid #366DFF;
}
.modal-dialog {
    position: absolute !important;
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
}
.recharge_park_search {

  margin-bottom: 5px;
}
.park_search_list {
  margin: 0px 9px 0px 9px;
  height: 87%;
  overflow: auto;
}

.park-detail {
  border-top: 1px dashed #a09b9b;
  color: #333;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
}

.park-detail-border-bottom {
  border-bottom: 1px dashed #6c6969;
}

.park-detail-choose {
  background-color: #0862c054;
  /* box-shadow: -2px 0px 5px #016ae0 inset, 2px 0px 2px #016ae0 inset; */
}
.park-earlywarning-choose {
  background-color: #b5cce4e3;
  /* box-shadow: -2px 0px 5px #016ae0 inset, 2px 0px 2px #016ae0 inset; */
}