/* 功能：公共css样式
开发者：徐辉
开发时间：2020-05-06 */

@charset "utf-8";

/* CSS Document */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
img,
p,
span,
i,
em,
b,
strong,
br,
hr,
form,
input,
select,
label,
button,
table,
thead,
tbody,
tfoot,
th,
td,
iframe,
figure,
figcaption,
abbr,
acronym,
address,
caption,
cite,
dfn,
var,
del,
pre,
code,
caption,
fieldset,
legend,
blockquote,
details,
hgroup,
menu,
sub,
sup,
ins,
header,
nav,
aside,
section,
aside,
footer,
figure,
meter,
progress,
time,
audio,
source,
video,
command,
datalist,
details,
canvas,
embed,
hgroup,
keygen,
mark,
output,
ruby {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    /* font-family: "PingFang SC", "Microsoft Yahei", sans-serif !important; */
}

body {
    background: #000 !important;
}

a {
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0;
    display: block;
}


/* 公共头部和侧边栏样式 */

body {
    width: 100vw;
    height: 100wh;
    display: flex;
    flex-direction: column;
}

#header {
    background-image: url("../img/header.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: left;
    height: 5.6vw;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    user-select: none;
}

#header-content {
    display: flex;
    justify-content: space-between;
    height: 4.2vw;
    width: 100vw;
    position: absolute;
    z-index: 11;
    color: #99ffff;
    font-size: 1.2vw;
    font-weight: bold;
}

#left-menu ol {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#left-menu li {
    display: inline-block;
    height: 4.2vw;
    line-height: 4.2vw;
    padding: 0 1.2vw;
    cursor: pointer;
    position: relative;
}

#left-menu li[checked] {
    color: white;
}

#left-menu li a {
    color: #99ffff;
}

#left-menu li[checked]::after {
    position: absolute;
    right: 50%;
    bottom: -20%;
    display: inline-block;
    content: ".";
    color: transparent;
    width: 2px;
    height: 2px;
    border-radius: 1px;
    background: #7ff;
    box-shadow: 0px 0px 1.8vw 1.8vw #7ff;
}

#header-content #right-menu>* {
    margin-left: 1.5vw;
    cursor: pointer;
}

.main-body {
    width: 100%;
    /* height: 100%; */
    display: flex;
    position: absolute;
    top: 4.2vw;
}

.allback {
    background: red;
}

.sidebar {
    width: 11%;
    background-color: #081b39;
    display: flex;
    padding: 20px 10px;
    flex-direction: column;
    color: #9dc0fa;
    position: relative;
}

.sidebar>div {
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    overflow: hidden;
    padding: 8px;
}

.sidebar>div>a,
.sidebar>div>a:link,
.sidebar>div>a:visited {
    margin-left: 10px;
    color: #9dc0fa;
}

.sidebar img {
    width: 16px;
}

.sidebar-button[checked] {
    color: black;
    background-image: url("../img/rect-154@2x.png");
    background-size: 100% 100%;
}

.sidebar-button[checked] a {
    color: black !important;
}

.sidebar-button[checked] img {
    filter: brightness(0%);
    /* fill with black */
}

.rihtxh {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.lefttxh {
    position: absolute;
    top: 50%;
    left: 9.7%;
    z-index: 999;
    cursor: pointer;
}

.main2 {
    width: 100%;
    flex-grow: 1;
    padding-top: 20px;
    padding-left: 20px;
    margin: 20px;
}

.inputdate-wrap {
    position: relative;
    display: inline;
}

.inputdate-wrap::after {
    position: absolute;
    display: block;
    color: red;
    right: 10px;
    top: 5px;
    content: " ";
    background-image: url("../img/270@2x.png");
    background-size: 16px auto;
    height: 16px;
    width: 16px;
    z-index: 20;
}

.datepicker-dropdown {
    width: 220px;
}

.inputdate-wrap>table>tbody {
    overflow-y: hidden !important;
}

.datepicker table tr td {
    padding: 0;
}

.datepicker thead>tr>th {
    background: transparent !important;
}

.datepicker table>tbody {
    overflow-y: hidden;
}

.datepicker table,
.datepicker tr td,
.datepicker thead>tr>th {
    border: 0 !important;
}

.datepicker tr:nth-of-type(2n) {
    background: transparent !important;
}

.datepicker {
    border: 1px solid rgba(22, 183, 255, 1) !important;
    background-color: black !important;
    color: rgba(22, 183, 255, 1) !important;
}

input.datepicker {
    height: 30px;
    border-radius: 0;
    position: relative;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    cursor: pointer;
}

.sp1 {
    color: #16b7ff;
    font-size: 14px;
    line-height: 36px;
}

.main2 .top {
    width: 100%;
    /* height: 100%; */
    float: left;
    /* padding-top: 20px; */
}

.main2 .top .gmenu {
    float: left;
}

.main2 .top .gmenu li {
    width: 95px;
    float: left;
    background: url(../img/lii.png) no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    color: #16b7ff;
    padding: 7px 13px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main2 .top .gmenu .active {
    background: url(../img/active.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.btnxh {
    float: left;
    font-size: 14px;
    padding-top: 3px;
}

.btnB {
    width: 80px;
    height: 30px;
    background: rgba(22, 183, 255, 1);
    border: 1px solid rgba(22, 183, 255, 1);
    margin-left: 10px;
}

.btnB img {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    vertical-align: baseline;
}

.dd {
    float: left;
}


/* 滚动条样式 */


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(81, 252, 253, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(81, 252, 253, 0.3);
    background-color: #51fcfd;
}

.imggxh {
    width: 132px;
    padding: 15px 15px;
    position: absolute;
    bottom: -68px;
    right: 0px;
    margin: auto;
    background: url(../img/tcimg.png);
    background-size: 100% 100%;
    display: none;
}

.imggxh a {
    margin-left: 14%;
    text-align: center;
    color: #51fcfd;
    font-size: 14px;
    display: inline-block;
    outline: 0;
}

.imggxh a:hover {
    color: #51fcfd;
}

.imggxh a img {
    display: inline-block;
    vertical-align: middle;
}

.jycss {
    color: #6e7784 !important;
}

#jycss {
    color: #6e7784 !important;
    cursor: Default;
}

#left-menu>ol>li:nth-of-type(2) {
    display: none;
}