@import '//at.alicdn.com/t/font_2690212_668hia2lkin.css';

/*李艳-吴兴区数字乡村多业务协同应用平台字体库*/


/*样式重置start*/

html,
body,
a,
div,
audio,
br,
button,
canvas,
font,
form,
footer,
header,
frame,
h1,
h2,
h3,
h4,
h5,
h6,
head,
foot,
hr,
i,
iframe,
img,
input,
label,
li,
link,
map,
menu,
nav,
object,
ol,
option,
p,
section,
select,
source,
span,
table,
tbody,
thead,
td,
th,
textarea,
tfoot,
time,
title,
tr,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
    outline: none;
    -webkit-font-smoothing: antialiased;
    /*字体抗锯齿*/
    -webkit-overflow-scrolling: touch;
    /*IOS端平滑滚动*/
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    /*解决滚动冒泡*/
    position: relative;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
}

a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

ol,
ul,
li {
    list-style: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

img {
    vertical-align: top;
}

img.error {
    display: inline-block;
    -webkit-transform: scale(1);
    transform: scale(1);
    content: '';
    color: transparent;
}

img.error::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHdpZHRoPSIyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTU2LjI1IDc2aDIuMjI2ODk3MWMyLjU4MTUyNyAwIDUuMDYzMDM3NS0uOTk4MzM3MiA2LjkyNTMxODMtMi43ODYxMjY4bDYuNjk1NTY5Mi02LjQyNzc0NjRjMS44NjIyODA4LTEuNzg3Nzg5NiA0LjM0Mzc5MTMtMi43ODYxMjY4IDYuOTI1MzE4My0yLjc4NjEyNjhoOC40NzY4OTcxbDkuNSAxOS01IDIxIDggMjItMS41LTIyIDExLTIxIDMtMTloOC40NzY4OTdjMi41ODE1MjcgMCA1LjA2MzAzOC45OTgzMzcyIDYuOTI1MzE4IDIuNzg2MTI2OGw2LjY5NTU3IDYuNDI3NzQ2NGMxLjg2MjI4IDEuNzg3Nzg5NiA0LjM0Mzc5MSAyLjc4NjEyNjggNi45MjUzMTggMi43ODYxMjY4aDIuMjI2ODk3YzMuNDUxNzggMCA2LjI1IDIuNzk4MjIwMyA2LjI1IDYuMjV2NDMuNzVjMCA1LjUyMjg0Ny00LjQ3NzE1MyAxMC0xMCAxMGgtODBjLTUuNTIyODQ3NSAwLTEwLTQuNDc3MTUzLTEwLTEwdi00My43NWMwLTMuNDUxNzc5NyAyLjc5ODIyMDMtNi4yNSA2LjI1LTYuMjV6IiBmaWxsPSJub25lIiBzdHJva2U9IiNjNmM2YzYiLz48L3N2Zz4=) no-repeat center;
    background-size: contain;
}

img.error::after {
    content: attr(alt);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 2;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover,
.login input:-webkit-autofill:focus,
.login input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    transition: color 99999s ease-out, background-color 99999s ease-out;
}

.clearfix {
    zoom: 1;
}


/*添加给浮动元素的父级元素*/

.clearfix::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*样式重置end*/

html,
body {
    background-color: transparent;
    color: #fff;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    background-color: rgba(54, 70, 93, 0.95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.loading img {
    margin: auto;
}

.anchorBL {
    display: none;
}

.selectize-control.single {
    width: 160px;
    height: 27px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px #216bbc;
    box-shadow: 0 0 0 1px #216bbc;
    margin-left: auto;
}

.selectize-control.single .selectize-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding: 0px 20px 0px 10px;
    background: rgba(26, 145, 253, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: rgba(21, 73, 175, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.selectize-control.single .selectize-input input {
    height: 27px;
    color: #fff;
}

.selectize-control.single .selectize-input .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    line-height: 27px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectize-control.single .selectize-input::after {
    right: 8px;
    border-color: #3a77f2 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active::after {
    border-color: transparent transparent #3a77f2 transparent;
}

.selectize-control.single .selectize-dropdown {
    border: none;
    background: rgba(21, 73, 175, 0.2);
    color: #fff;
}

.selectize-control.single .selectize-dropdown .option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectize-control.single .selectize-dropdown .option.active {
    background-color: #0f8ed0;
    color: #fff;
}

.selectize-input.dropdown-active::before {
    background-color: #122554;
}

.pswp__bg {
    opacity: 0.6 !important;
}

.pswp__top-bar {
    top: 60px;
    background-color: transparent !important;
}

.chart {
    height: 100%;
}

.chunk-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}

.chunk-box::after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    background: url(../images/corner.png);
}

.chunk-box .hd {
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 28px;
    padding-top: 30px;
    background: linear-gradient(30deg, #101232e7, #090c20dc);
}

.chunk-box .hd::before {
    content: '';
    display: block;
    width: calc(100vh * 26 / 1080);
    height: calc(100vh * 167 / 1080);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: url(../images/light.png);
    background-size: contain;
    background-blend-mode: color-dodge;
}

.chunk-box .hd::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 2px solid #6c2efa;
    border-bottom: 2px solid #6c2efa;
}

.chunk-box .hd h5 {
    text-align: center;
    font-weight: 600;
    font-size: calc(100vh * 18 / 1080);
}

.chunk-box .hd h5::before {
    content: '';
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: -20px;
    right: 4px;
    background-color: #6c2efa;
}

.chunk-box .bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 10px;
    background-color: #0e1331e6;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0% 100%);
}

.chunk-box .bd::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 2px solid #6c2efa;
    border-top: 2px solid #6c2efa;
}

.chunk-box .hd .title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    background-color: rgba(3, 17, 56, 0.7);
    -webkit-box-shadow: inset 0 1px 0 #3fa6af;
    box-shadow: inset 0 1px 0 #3fa6af;
    cursor: pointer;
}

.chunk-box .hd .title a i {
    margin: auto;
    color: #00fbfc;
}

.page-content {
    height: 100%;
    overflow: hidden;
}

.info-popup {
    position: absolute;
    z-index: 99;
    width: 280px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    color: #fff;
    display: none;
    -webkit-filter: drop-shadow(0 0px 2px var(--DropColor));
    filter: drop-shadow(0 0px 2px var(--DropColor));
}

.info-popup.active {
    display: block;
}

.info-popup .hd {
    height: 30px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px 4px 0 0;
}

.info-popup .hd h5 {
    font-size: 14px;
    font-weight: 600;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: var(--DropColor);
}

.info-popup .bd {
    padding: 5px;
    font-size: 12px;
}

.info-popup .bd::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 134px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

@font-face {
    font-family: 'LCdd';
    src: url('/public/fonts/LCdd.TTF');
}

@font-face {
    font-family: 'bebas';
    src: url(/public/fonts/BEBAS.TTF);
}

.bebas {
    font-family: 'bebas';
}

.number {
    font-family: 'LCdd';
}

.F14 {
    font-size: 14px!important
}

.F15 {
    font-size: 15px!important
}

.F16 {
    font-size: 16px!important
}

.F17 {
    font-size: 17px!important
}

.F18 {
    font-size: 18px!important
}

.F19 {
    font-size: 19px!important
}

.F20 {
    font-size: 20px!important
}

.F21 {
    font-size: 21px!important
}

.F22 {
    font-size: 22px!important
}

.F23 {
    font-size: 23px!important
}

.F24 {
    font-size: 24px!important
}

.F25 {
    font-size: 25px!important
}


/* 滚动 */

.table_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.scroll-title {
    width: 100%;
    position: relative;
    display: flex;
    margin: 0 5px;
    padding: 10px 0;
    color: #e4ecfa;
}

.scroll-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, transparent 0%, #83b0ff 50%, transparent 100%);
}

.scroll-title .title-th {
    flex: 1;
    padding: 0 5px;
    text-align: center;
    /* color: #88ceff; */
}

.scroll-box {
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #c7d9e4;
    padding-bottom: calc(100vh * 10 / 1080);
    /* background-color: rgba(7, 29, 66, 0.7); */
    -webkit-mask-image: linear-gradient(to bottom, #fff, #fff 90%, transparent);
}

.scroll-box .item {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid rgba(25, 55, 112, 1);
    box-sizing: border-box;
}

.scroll-box .item:nth-child(2n) {
    background-color: rgba(13, 38, 84, 0.7);
}

.scroll-box .item .text-td {
    flex: 1;
    width: 0;
    padding: 9px 5px;
    text-align: center;
}

.scroll-box .item .text-td p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tab_list {
    width: 100%;
    height: 100%;
    text-align: center;
}

.tab_list .show {
    display: block;
    width: 100%;
    height: 100%;
}

.tab_list .hidden {
    display: none;
}

.tab-base .tab-bg {
    position: relative;
    display: inline-block;
    height: calc(100vh * 41 / 1080);
    margin: calc(100vh * 8 / 1080) 0 calc(100vh * 12 / 1080) 0;
    width: 100%;
}

.tab-base .tab-box,
.tab-base .tab-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    gap: calc(100vw * 12 / 1920);
}

.tab-base .tab-box div,
.tab-base .tab-box2 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex: .3;
    height: calc(100vh * 39 / 1080);
    cursor: pointer;
    z-index: 2;
    /*background: url(../images/tab.svg) no-repeat;
    background-size: 100% 100%;*/
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(27, 103, 255, .3), rgba(255, 0, 0, 0));
    border-top: 2px solid black;
    background: url(../images/bg-tab.png) center no-repeat;
    background-size: 100% 100%;
}

.tab-base .tab-box div.active,
.tab-base .tab-box div:hover,
.tab-base .tab-box2 div.active,
.tab-base .tab-box2 div:hover {
    background: url(../images/bg-tab1.png) center no-repeat;
    background-size: 100% 100%;
}

.tab-base .info-box,
.tab-base .info-box2 {
    width: 100%;
    height: calc(100% - 100vh * 41 / 1080);
}

.tab-base .info-box .info-item,
.tab-base .info-box2 .info-item {
    height: 100%;
    padding: 0 calc(100vh * 20 / 1080) 0 0;
    width: 100%;
}

.tab-base .info-box .active,
.tab-base .info-box2 .active {
    display: block;
}