| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302 | * {    margin: 0;    padding: 0;    box-sizing: border-box;}li {    list-style: none;}@font-face {    font-family: electronicFont;    src: url(../font/DS-DIGIT.TTF);}body {    background: url(../images//3.png) no-repeat top center;    /* background-color: grey; */    line-height: 1.15;}header {    position: relative;    height: 1.25rem;    background: url(../images/head_bg.png) no-repeat;    background-size: 100% 100%;}header h1 {    font-size: 0.475rem;    color: rgba(255, 255, 255, 0.87);    /* text-align: center; */    line-height: 1rem;}header .show-time {    position: absolute;    top: 0;    right: 0.375rem;    line-height: 0.9375rem;    color: rgba(255, 255, 255, 0.7);    font-size: 0.25rem;}.mainbox {    display: flex;    min-width: 1024px;    max-height: 1920px;    margin: 40px auto;    padding: 0.125rem 0.125rem 0;}.mainbox .column {    flex: 3;}.mainbox .column:nth-child(2) {    flex: 5;    margin: 0 0.125rem 0.1875rem;    overflow: hidden;}.mainbox .panel {    position: relative;    height: 3.875rem;    width: 540px;    padding: 0 0.1875rem 0.5rem;    margin-top: 30px;    margin-bottom: 0.1875rem;    /* border: 1px solid rgba(25, 186, 139, 0.17); */    border: 3px solid #02a6b5;    border-radius: 5px;    background: url(../images/line.png) rgba(255, 255, 255, 0.03);}/* .mainbox .panel::before {    position: absolute;    top: 0;    left: 0;    width: 10px;    height: 10px;    border-left: 2px solid #02a6b5;    border-top: 2px solid #02a6b5;    content: '';}.mainbox .panel::after {    position: absolute;    top: 0;    right: 0;    width: 10px;    height: 10px;    border-right: 2px solid #02a6b5;    border-top: 2px solid #02a6b5;    content: '';}.mainbox .panel .panel-footer {    position: absolute;    bottom: 0;    left: 0;    width: 100%;}.mainbox .panel .panel-footer::before {    position: absolute;    bottom: 0;    left: 0;    width: 10px;    height: 10px;    border-left: 2px solid #02a6b5;    border-bottom: 2px solid #02a6b5;    content: '';}.mainbox .panel .panel-footer::after {    position: absolute;    bottom: 0;    right: 0;    width: 10px;    height: 10px;    border-right: 2px solid #02a6b5;    border-bottom: 2px solid #02a6b5;    content: '';} */.mainbox .panel h2 {    height: 0.6rem;    color: #fff;    line-height: 0.6rem;    text-align: center;    font-size: 0.25rem;    font-weight: 400;}.mainbox .panel h2 a {    color: #a7a7a7;    text-decoration: none;    margin: 0 0.125rem;}.mainbox .panel h2 .a-active {    color: #fff;}.mainbox .panel .chart {    height: 3rem;}.no {    background-color: rgba(101, 132, 226, 0.1);    padding: 0.1875rem;}.no .no-hd {    position: relative;    border: 1px solid rgba(25, 186, 139, 0.17);}.no .no-hd::before {    position: absolute;    top: 0;    left: 0;    width: 0.375rem;    height: 0.125rem;    border-top: 2px solid #02a6b5;    border-left: 2px solid #02a6b5;    content: '';}.no .no-hd::after {    position: absolute;    bottom: 0;    right: 0;    width: 0.375rem;    height: 0.125rem;    border-bottom: 2px solid #02a6b5;    border-right: 2px solid #02a6b5;    content: '';}.no .no-hd ul {    display: flex;}.no .no-hd ul li {    position: relative;    flex: 1;    line-height: 1rem;    font-size: 0.875rem;    color: #ffeb7b;    text-align: center;    font-family: electronicFont;}.no .no-hd ul li:first-child::after {    content: '';    position: absolute;    top: 25%;    right: 0;    height: 50%;    width: 1px;    background-color: rgba(255, 255, 255, 0.3);}.no .no-bd ul {    display: flex;}.no .no-bd ul li {    flex: 1;    text-align: center;    color: rgba(255, 255, 255, 0.7);    font-size: 0.225rem;    height: 0.5rem;    line-height: 0.5rem;    padding-top: 0.125rem;}.map {    position: relative;    height: 10.125rem;}.map .map1 {    width: 6.475rem;    height: 6.475rem;    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    background: url(../images/map.png);    background-size: 100% 100%;    opacity: 0.3;}.map .map2 {    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    width: 8.0375rem;    height: 8.0375rem;    background: url(../images/lbx.png);    background-size: 100% 100%;    animation: rotate1 15s linear infinite;    opacity: 0.6;}.map .map3 {    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    width: 7.075rem;    height: 7.075rem;    background: url(../images/jt.png);    background-size: 100% 100%;    animation: rotate2 15s linear infinite;}.map .chart {    position: absolute;    top: 0;    left: 0;    height: 10.125rem;    width: 100%;}@keyframes rotate1 {    from {        transform: translate(-50%, -50%) rotate(0deg);    }    to {        transform: translate(-50%, -50%) rotate(360deg);    }}@keyframes rotate2 {    from {        transform: translate(-50%, -50%) rotate(360deg);    }    to {        transform: translate(-50%, -50%) rotate(0deg);    }}/* 约束屏幕尺寸 */@media screen and (max-width: 1024px) {    html {        font-size: 42px !important;    }}@media screen and (min-width: 1920px) {    html {        font-size: 80px !important;    }}
 |