:root {
    --font-time-color1: #00FFFE;
    --font-title-color2: #16FFFC;
    --font-span-color3: #28F7FF;
}

html{
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;
    /*火狐下隐藏滚动条*/
    overflow:-moz-scrollbars-none;
}

/* 谷歌适用 */
::-webkit-scrollbar{
    display:none;
}

@font-face
{
    font-family: Alibaba PuHuiTi Light;
    src: url('../assets/global/font/Alibaba-PuHuiTi-Light.otf');
}

@font-face
{
    font-family: Alibaba PuHuiTi Regular;
    src: url('../assets/global/font/Alibaba-PuHuiTi-Regular.otf');
}

@font-face
{
    font-family: Alibaba PuHuiTi Medium;
    src: url('../assets/global/font/Alibaba-PuHuiTi-Medium.otf');
}

@font-face
{
    font-family: HuXiaoBo-NanShen;
    src: url('../assets/global/font/胡晓波男神体.otf');
}

@media screen and (min-width: 1800px) {
    html, body{
        font-size: 20px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
    html, body{
        font-size: 18px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
    html, body{
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    html, body{
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    html, body{
        font-size: 12px;
    }
}


[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide{
    display:none !important;
}
ng\:form{
    display:block;
}
.ng-animate-start{
    clip:rect(0,auto,auto,0);-ms-zoom:1.0001;
}
.ng-animate-active{
    clip:rect(-1px,auto,auto,0);-ms-zoom:1;
}

.one-screen {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.header-div {
    height: 6.06rem;
    width: 100%;
    position: relative;
    background: url(../assets/global/img/bigScreen/标题.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-pic {
    width: 8.75rem;
    height: 2.3rem;
    position: absolute;
    top: .7rem;
    left: 2rem;
}

.container-div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: calc(100% - 4.85rem);
    margin-top: -1.21rem;
    padding: 0 1rem 1rem;
}

.home {
    /*width: 3.65rem;*/
    /*height: 1.7rem;*/
    cursor: pointer;
}

.time-div {
    width: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 1rem;
    top: 0;
    height: 3.85rem;
    white-space: nowrap;
}

.time-div >span:first-child {
    font-size: 1rem;
    font-family: Alibaba PuHuiTi Regular;
    font-weight: 400;
    color: var(--font-time-color1);
    opacity: 0.8;
}

.time-div >span:last-child {
    font-size: 1.2rem;
    font-family: Alibaba PuHuiTi Medium;
    font-weight: 500;
    color: var(--font-time-color1);
    opacity: 0.8;
}

.container-div > .sub-cnt {
    width: calc((100% - 2rem) / 92 * 16);
    height: 100%;
}

.container-div > .sub-cnt.middle {
    width: calc((100% - 2rem) / 92 * 28);
}

.container-div > .sub-cnt > div {
    width: 100%;
    position: relative;
    box-shadow: inset 0 0 .35rem .35rem rgba(22, 255, 252, .15);
    padding: .5rem;

}

.container-div > .sub-cnt > div img {
    width: 1rem;
    height: 1rem;
    position: absolute;
}

.container-div > .sub-cnt > div img:first-child {
    top: 0;
    left: 0;
}

.container-div > .sub-cnt > div img:nth-child(2) {
    top: 0;
    right: 0;
    transform: rotate(90deg);
}

.container-div > .sub-cnt > div img:nth-child(3) {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.container-div > .sub-cnt > div img:nth-child(4) {
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}

.main-container {
    width: 100%;
    height: 100%;
}

.main-container .main-title {
    display: flex;
    align-items: center;
    color: var(--font-title-color2);
    padding: .25rem .5rem;
}

.main-container .main-title > span {
    font-size: 0.8rem;
    font-family: HuXiaoBo-NanShen;
    font-weight: 400;
    color: #16FFFC;
    line-height: 1rem;
    margin-left: .75rem;
}

.main-container .main-cnt {
    width: 100%;
    height: calc(100% - 1.5rem);
    position: relative;
}

.region-select {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 .2rem;
    width: 7rem;
    height: 2rem;
    position: absolute;
    z-index: 1;
    font-size: .8rem;
    background: url("../assets/global/img/bigScreen/矩形 1190 拷贝.png") no-repeat;
    font-family: Alibaba PuHuiTi Medium;
    font-weight: 500;
    color: #FFFFFF;
}

.region-select label{
    margin: 0;
}

#region.select, select.year{
    width: 60%;
    height: 1.4rem;
    background: #071028;
    border: 1px solid rgba(57,69,101,1);
    border-radius: 4px !important;
    color: var(--font-span-color3);
    padding: 3px 10px;
}

.tab-div {
    width: 100%;
    position: absolute;
    /*left: .5rem;*/
    display: flex;
    justify-content: space-between;
    z-index: 9999;
}

.tab-div > span {
    display: inline-block;
    padding: .15rem;
    font-size: 0.7rem;
    font-family: Alibaba PuHuiTi Reuglar;
    font-weight: 400;
    color: rgba(255, 255, 255, .5);
    border-bottom: .1rem solid rgba(255, 255, 255, .5);
    cursor: pointer;
}

.tab-div > span.active {
    color: rgba(22, 255, 252, .9);
    border-color: var(--font-time-color1);
}

.tab-div > button {
    background-color: rgba(7, 12, 26, 1);
    font-size: 0.7rem;
    font-family: Alibaba PuHuiTi Regular;
    font-weight: 400;
    color: rgba(22, 255, 252, 0.4);
}

.tab-div > button.choose {
    color: var(--font-title-color2);
    background-color: rgba(0, 117, 169, 0.24);
}

.table>tbody>tr>td{
    border: 0 !important;
    white-space: nowrap;
}

.table tr:nth-child(even)>td:not(:first-child){
    background: transparent;
}

.table tr:first-child,.table tr>td:first-child{
    color: white;
}

.tanble-kj tr th, tanble-kj tr td{
    font-size: 0.7rem;
    font-family: Alibaba PuHuiTi Regular;
    font-weight: 400;
    color: white;
}

.table-kj tr:nth-child(even)>td:not(:first-child){
    background: transparent;
}

.table-kj tr:not(:first-child)>td:nth-child(2){
    color: #00FFC1;
    position: relative;
    z-index: 1;
}

.table-kj tr:not(:first-child)>td:nth-child(2)>div{
    width: 80%;
    height: 80%;
    position: absolute;
    background: #070C1A;
    top: 10%;
    left: 10%;
    z-index: -1;
}

.table-kj tr:not(:first-child)>td:nth-child(3){
    color: #071028;
    font-family: Alibaba PuHuiTi Medium;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.table-kj tr:not(:first-child)>td:nth-child(3)>div:first-child{
    position: absolute;
    width: 100%;
    height: 80%;
    top: 10%;
    left: 0;
    z-index: -2;
    background: rgba(146, 227, 255, .2)
}

.table-kj tr:not(:first-child)>td:nth-child(3)>div:last-child{
    position: absolute;
    height: 80%;
    top: 10%;
    left: 0;
    z-index: -1;
    background:linear-gradient(90deg,rgba(0,255,168,1) 1%,rgba(88,221,255,1) 100%);
}

.box-container {
    width: 100%;
    height: 100%;
    margin-top: 2.5rem;
    overflow: auto;
}

.box-container > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .1rem;
}

.box-container > div:not(:first-child) {
    margin-top: .3rem;
}

.black-box {
    width: 5.75rem;
    height: 2rem;
    background: #071028;
    box-shadow: 0 0 .35rem 1px rgba(22, 255, 252, .15);
    line-height: 2rem;
    font-size: 0.9rem;
    font-family: Alibaba PuHuiTi Medium;
    font-weight: 500;
    color: var(--font-title-color2);
}

.flex-column-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.flex-column-box > span {
    font-size: 0.78rem;
    font-family: Alibaba PuHuiTi Regular;
    font-weight: 400;
    color: #FFFFFF;
}

.flex-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.main-cnt > .row > div {
    height: 2.75rem;
}

.main-cnt > .row > div > div {
    background-color: rgba(113, 195, 242, .1);
    width: 100%;
    height: 100%;
    padding: .2rem .5rem;
}

.main-cnt > .row > div:nth-child(n+3) {
    margin-top: .5rem;
}

.main-cnt > .row > div:nth-child(2n+1) {
    padding-right: .25rem !important;
}

.main-cnt > .row > div:nth-child(2n) {
    padding-left: .25rem !important;
}

.main-cnt > .row > div > div > span {
    font-size: 0.7rem;
    font-family: Alibaba PuHuiTi Regular;
    font-weight: 400;
    color: #FFFFFF;
}

.black-box2 {
    width: 4.65rem;
    height: 1.1rem;
    background: #071028;
    font-size: 0.8rem;
    font-family: Alibaba PuHuiTi Regular;
    line-height: 1.1rem;
    text-align: center;
    font-weight: 400;
    color: #28F7FF;
}

.table-cnt, table-cnt2 {
    font-size: .8rem;
    font-family: Alibaba PuHuiTi Medium;
    font-weight: 500;
}

.table.table-cnt td, .table.table-cnt th, .table.table-cnt2 td, .table.table-cnt2 th {
    border: none !important;
    text-align: center;
    vertical-align: middle;
    padding: .4rem 0;
    color: #00FFFF;
}

.table.table-cnt > tbody > tr > td:first-child, .table.table-cnt2 > tbody > tr > td:first-child {
    color: white !important;
}

.table.table-cnt.text-center > tbody > tr > td:first-child, .table.table-cnt2.text-center > tbody > tr > td:first-child {
    text-align: center;
}

.table.table-cnt td > span {
    display: inline-block;
    width: 8.6rem;
    line-height: 1.7rem;
    background: rgba(0, 117, 169, 0.24);
}

.table.table-cnt td > i {
    display: inline-block;
    width: 4rem;
    line-height: 1.65rem;
    text-align: center;
    font-style: normal;
    background: rgba(7, 16, 40, 1);
}

.table.table-cnt2 > tbody > tr:nth-child(odd) > td:not(:first-child) {
    background: rgba(0, 117, 169, 0.24);
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
