﻿@charset "utf-8";
/* CSS Document */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box}
*,body{padding:0px;	margin:0px;color: #222;font-family: "微软雅黑";}
/* @font-face{font-family:electronicFont;src:url(../../font/DS-DIGIT.TTF)} */
body{ background-color:#eeeeee; color:#222;font-size: .20rem; line-height: 1;box-sizing: border-box;height: 11.25rem; -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}
li{ list-style-type:none;}
table{}
i{ margin:0px; padding:0px; text-indent:0px;}
img{ border:none; max-width: 100%;}
a{ text-decoration:none; color:#399bff;}
a.active,a:focus{ outline:none!important; text-decoration:none;}
ol,ul,p,h1,h2,h3,h4,h5,h6{ padding:0; margin:0}
a:hover{ color:#06c; text-decoration: none!important}


.clearfix:after, .clearfix:before {
	display: table;
	content: " "
}
 .clearfix:after {
	clear: both
}
.pulll_left{float:left;}
.pulll_right{float:right;}


.text-clamp-1 {
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-clamp-2 {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-clamp-3 {
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-clamp-4 {
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*谷哥滚动条样式*/

  ::-webkit-scrollbar {width:5px;height:5px;position:absolute}
  ::-webkit-scrollbar-thumb {background-color:#5bc0de}
  ::-webkit-scrollbar-track {background-color:#ddd}

/***/
.canvas{position: absolute; width:100%; left: 0; top: 0; height: 99%; z-index: 1;}

.allnav{height: calc(100% - 30px);}
.loading{position:fixed; left:0; top:0; font-size:18px; z-index:100000000;width:100%; height:100%; background:#1a1a1c; text-align:center;}
.loadbox{position:absolute; width:160px;height:150px; color: #aaa; left:50%; top:50%; margin-top:-100px; margin-left:-75px;}
.loadbox img{ margin:10px auto; display:block; width:40px;}


.main{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0.47rem 0.47rem 0 0.47rem;

}


.title{
    background: url(../../img/board/title.png) 50% 0 no-repeat;
    width: 100%;
    height: 0.68rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.title  h1{
    color: #005B64;
    font-size: 0.38rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02rem;
}

.head .copyright{
    position: absolute;
    left: 0.3rem;
    top: 0.7rem;
    display: flex;
}

.head .copyright h2{
    font-size: 0.24rem;
    color: rgb(255, 255, 255,0.9);
    font-weight: normal;
}
.head  .copyright .countdown{
    margin-left: 30px;
    font-size: 0.22rem;
    color: rgb(255, 255, 255,0.9);
}
.head  .copyright .num{
    font-size: 0.22rem;
    color: rgb(255, 255, 255,0.9);
}


.title .time{
    position: absolute;
    left: 0.1rem;
    top: 0.16rem;
}

.title  #showTime{
    font-size: 0.26rem;
    font-weight: bold;
}

.title .weather{
    position: absolute;
    right: 0.1rem;
    top: 0.16rem;
    font-size: 0.22rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.title .weather .icon{
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 10px;
    object-fit: cover;
}


.card-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.31rem;

}

.card-group .card-1{
    width: 2.92rem;
    height: 2.6rem;
    background: #26C1D1;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    padding: 0 0.3rem;
}

.card-group .card-2{
    width: 6.58rem;
    height: 2.6rem;
    background: #346DC8;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    padding: 0 0.3rem;
}

.card-group .card-3{
    width: 3.16rem;
    height: 2.6rem;
    background: #F5A461;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    padding: 0 0.3rem;
}



.card-group .card-4 {
    width: 4.89rem;
    height: 2.6rem;
    background: #4EDE6E;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    padding: 0 0.3rem;
}

.card-group .card-name{
    line-height: 0.65rem;
    font-size: 0.25rem;
    border-bottom: 0.02rem solid #fff ;
    font-weight: 800;
    color: #FFFFFF;

}

.card-group .card-row{
    display: flex;
    align-items: center;
}


.card-group .card-num{
    color: #FFFFFF;
    line-height: 1;
}

.card-group  .icon{
    flex-shrink: 0;
}

.card-group  .card-1  .icon-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
}


.card-group .card-1 .card-row{
    display: flex;
    align-items: center;
    margin-top: 0.12rem;
}

.card-group .card-1 .icon-box .icon{
    width: 0.52rem;
    height: 0.52rem;
}


.card-group .card-1 .icon-box .icon-name{
    font-size: 0.19rem;
    color: #FFFFFF;
    margin-top: 0.06rem;

}

.card-group .card-1  .card-num{
    font-size: 0.48rem;
    margin-left: auto;
}



.card-group .card-2  .card-row{
   height: 0.97rem;
}
.card-group .card-2  .card-row.border{
    border-bottom: 2px dotted #B9B9B9;
}
.card-group .card-2 .icon{
    width: 0.52rem;
    height: 0.67rem;
    flex-shrink: 0;
}

.card-group .card-2  .col{
    flex: 1;
    margin-left: 0.4rem;
    display: flex;
    align-items: center;

}

.card-group .card-2 .num-name{
    color: #FFFFFF;
    margin-top: 0.2rem;
}

.card-group .card-2  .card-num{
    margin-left: 0.2rem;
    font-size: 0.42rem;
}

.card-group .card-3  .card-row{
    display: flex;
}

.card-group .card-3 .card-row .col{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.23rem;
    padding: 0 0.1rem;
}
.card-group .card-3 .card-row  .icon{
    width: 0.53rem;
    height: 0.53rem;
    margin-top: 0.09rem;

}

.card-group .card-3 .card-row .icon-name{
    font-size: 0.19rem;
    color: #FFFFFF;
    margin-top: 0.14rem;
}

.card-group .card-3  .card-num{
    margin-top: 0.18rem;
    font-size: 0.38rem;
}

.card-group  .card-4 .chart{
    height: 1.7rem;
    margin-top: 0.15rem;
}

.table-bg{
    margin-top: 0.31rem;
    height: 6.56rem;
    background: #FFFFFF;
    border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
    border: 0.02rem solid #C4C4C4;
    padding: 0 0.36rem 0.36rem 0.36rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.table-bg .scroll-ct{
    width: 100%;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.table-bg table{
    width: 100%;
    border-collapse: collapse;
}
.table-bg .table-hd{
    flex-shrink: 0;
    border-bottom: 2px solid #6AB1B8;
}
.table-bg .table-hd th{
    font-size: 0.25rem;
    height: 0.79rem;
}
.table-bg .table-hd  th:nth-child(1),
.table-bg .table-bd  td:nth-child(1){
    width: 5.6rem;
}

.table-bg .table-hd  th:nth-child(2),
.table-bg .table-bd  td:nth-child(2){
    width: 3.2rem;
}

.table-bg .table-hd  th:nth-child(4),
.table-bg .table-bd  td:nth-child(4){
    width: 1.8rem;
}
.table-bg .table-hd  th:nth-child(5),
.table-bg .table-bd  td:nth-child(5){
    width: 2rem;
    border-right: 0;
}

.table-bg .table-bd {
    width: 100%;
    position: absolute;
    top: 0;
    left:0;
    will-change: transform;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    will-change: transform;
    transform: rotate(0deg) translateZ(0) perspective(1px);
}

.table-bg .table-bd tr{
    border-bottom: 1px solid #B9B9B9;
    height: 65px;
}
.table-bg .table-bd td{
    text-align: center;
    font-size: 0.22rem;
    padding: 0 10px;
    line-height: 1.4;

    border-right: 1px dashed #B9B9B9;
}
.table-bg .table-bd td p{
  width: 5.6rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  /* font-size: 0.18rem; */

}

.table-bg .table-bd  tr:nth-child(odd){
    background: #DFFCFF;
}

.table-bg .scroll-wrap{
    width: 100%;
    position: relative;
}
