.page-common {
    position: relative;
    width: 1920px;
    height: 1080px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

@font-face {
    font-family: "YouSheBiaoTiHei";
    src: url(../fonts/YouSheBiaoTiHei-Regular.ttf);
}

@font-face {
    font-family: "SourceHanSansCN";
    src: url(../fonts/SourceHanSansCN-VF-2.otf);
}

.page-common .prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1080px;
    z-index: 2;
}

.page-login .logo {
    position: absolute;
    top: 40px;
    left: 83px;
    width: 216px;
}

.page-common .page-title {
    height: 40px;
    line-height: 1;
    margin: 43px 0 0;
    font-family: 'YouSheBiaoTiHei';
    background-image: linear-gradient(to top, #fff, #bfffe2);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 40px;
    text-align: center;
}

.page-login .login-box {
    position: absolute;
    top: 140px;
    left: 0;
    width: 738px;
    height: 908px;
    background: url(../images/login-box.png) center no-repeat;
    background-size: 100% 100%;
}

.page-login .login-box h3 {
    margin: 140px auto 0;
    text-align: center;
}

.page-login .login-box h3 span {
    font-family: 'YouSheBiaoTiHei';
    background-image: linear-gradient(to right, #00ffa8, #b5ecff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 26px;
}

.page-login .login-box .loing-form {
    margin: 30px 0 0 150px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-login .login-box .form-item {
    width: 424px;
    padding-top: 13px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-login .login-box .pt0 {
    padding-top: 0;
}


.page-login .icos {
    width: 18px;
    height: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.page-login .val {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 18px;
}

.page-login .val button {
    flex: 1;
}

.page-login .icos.user-ico {
    background-image: url(../images/user-ico.png);
}

.page-login .icos.pwd-ico {
    background-image: url(../images/pwd-ico.png);
}

.page-login .icos.msg-ico {
    background-image: url(../images/msg-ico.png);
}



.page-login .ipts {
    /* width: 380px; */
    flex: 1;
    height: 39px;
    padding: 0 15px;
    border: 1px solid rgba(47, 213, 228, .3);
    background: none;
    border-radius: 7.5px;
    font-size: 15px;
    color: rgba(47, 213, 228, 1);
}

.page-login .ipts::placeholder {
    color: #add7cc;
}

.page-login .verify-img {
    flex: none;
    width: 95px;
    height: 39px;
}

.page-login .remember {
    position: relative;
    font-size: 12px;
    color: #add7cc;
    overflow: hidden;
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-login .remember .check-ipt {
    position: absolute;
    top: -100%;
    left: -100%;
}

.page-login .remember .check-ipt+.check-ico {
    position: relative;
    width: 13px;
    height: 13px;
    border: 1px solid rgba(47, 213, 228, .3);
    background: none;
    display: block;
}

.page-login .remember .check-ipt:checked+.check-ico::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background-color: #00ffa8;
    display: block;
}

.page-login .submit-btn {
    height: 40px;
    margin-top: 13px;
    font-size: 18px;
    color: #fff;
    background-image: linear-gradient(to right, rgba(0, 240, 255, .43), rgba(0, 190, 134, .86));
    box-shadow: 0 0 40px rgba(2, 169, 122, .2);
    border-radius: 7.5px;
    border: none;
    outline: none;
}

.page-login .info-pos {
    position: absolute;
    font-family: 'SourceHanSansCN';

}

.page-login .info-pos.pos1 {
    top: 276px;
    right: 272px;
    transform: translate(-50%, -50%);
    color: #b5f3fa;
    background-image: linear-gradient(to right, #00fcff, #b5f3fa);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 15px;
}

.page-login .info-pos.pos2 {
    top: 366px;
    right: 109px;
    transform: translate(-50%, -50%);
    color: #b5f3fa;
    background-image: linear-gradient(to right, #00fcff, #b5f3fa);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 15px;
}

.page-login .info-pos.pos3 {
    top: 682px;
    left: 770px;
    transform: translate(-50%, -50%);
    color: #b5f3fa;
    background-image: linear-gradient(to right, #00fcff, #b5f3fa);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: bold;
}

.page-login .info-pos.pos4 {
    top: 782px;
    left: 1013px;
    transform: translate(-50%, -50%) skew(50deg, -34deg);
    color: #b5f3fa;
    background-image: linear-gradient(to right, #00fcff, #b5f3fa);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 10px;
    font-weight: bold;
}

.page-login .info-pos.pos5 {
    top: 514px;
    left: 730px;
    transform: translate(-50%, -50%) skew(7deg, -29deg);
    color: #b5f3fa;
    background-image: linear-gradient(to right, rgba(0, 255, 168, .7), #b5f3fa);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: bold;
}

.page-login .info-pos.pos6 {
    top: 439px;
    left: 877px;
    transform: translate(-50%, -50%) skew(7deg, -29deg);
    color: #b5f3fa;
    background-image: linear-gradient(to right, rgba(0, 255, 168, .7), #b5f3fa);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: bold;
}

.page-login .info-pos.pos7 {
    top: 666px;
    right: 206px;
    transform: translate(-50%, -50%);
    color: #34ffa8;
    font-size: 23px;
    font-weight: bold;
}

.page-login .info-pos.pos8 {
    top: 603px;
    left: 1186px;
    transform: translate(-50%, -50%) skew(-5deg, 30deg);
    color: #b5f3fa;
    background-image: linear-gradient(to right, rgba(0, 255, 168, .7), #b5f3fa);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: bold;
}

/* 主页 */
.page-index {
    background: url(../images/index/bg-color.png) top center no-repeat;
}

.page-main-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 308px;
    padding: 0 15px;
    background: url(../images/index/main-top.png) top center no-repeat;
    display: flex;
    justify-content: space-between;
    color: #90fff6;
    font-size: 11px;
    z-index: 3;
}

.page-main-top a {
    color: #90fff6;
}

.page-main-top .main-top-left {
    flex: 1;
    height: 40px;
    margin-top: 18px;
    display: flex;
    align-items: flex-start;
}

.page-main-top .main-top-left h3 {

    height: 23px;
    line-height: 23px;
    font-size: 21px;
    font-family: 'YouSheBiaoTiHei';
    background-image: linear-gradient(to top, #fff, #bfffe2);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.page-main-top .weather {
    position: relative;
    width: 150px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.page-main-top .weather::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-right: 1px solid rgba(144, 255, 246, .3);
    display: block;
}

.page-main-top .date {
    padding: 0 18px;
}

.page-main-top .page-title {
    margin: 26px auto 0;
    width: 1000px;
}

.page-main-top .main-top-right {
    flex: 1;
    margin-top: 13px;
    padding-right: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    gap: 18px;
}

.page-right .main-top-right {
    position: absolute;
    top: 0;
    right: 0;
    flex: 1;
    margin-top: 13px;
    padding-right: 25px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    gap: 18px;
}

.page-right  .main-top-right a {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.page-right  .main-top-right span {
    line-height: 45px;
    vertical-align: middle;
    background-image: linear-gradient(to top, #fff, #bfffe2);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.page-index .map-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/index/map.png) center no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.page-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 536px;
    padding-top: 103px;
    padding-left: 38px;
    z-index: 4;
    background: url(../images/index/page-left.png) top left no-repeat;
    background-size: 100% 100%;
}

.page-left .models {
    width: 350px;
}

.page-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 539px;
    padding-top: 103px;
    padding-right: 48px;
    z-index: 4;
    background: url(../images/index/page-right.png) top left no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.page-right .models {
    width: 325px;
}

.page-mod-title {
    width: 349px;
    height: 39px;
    line-height: 39px;
    padding-left: 28px;
    font-size: 20px;
    color: #ecf2ff;
    background: url(../images/index/title-bg1.png) top left no-repeat;
    background-size: 100% 100%;
}

.zc-info {
    margin-bottom: 30px;
    color: #d4efea;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: url(../images/index/zc-bg.png) bottom left no-repeat;
}

.zc-info h3 {
    font-size: 16px;
    font-weight: bold;
}

.zc-info dl h3 {
    margin-bottom: 5px;
}

.zc-info dl h3 span {
    height: 21px;
    line-height: 21px;
    margin-left: 5px;
    font-size: 21px;
    background-image: linear-gradient(to top, #a6fffe, #00fffc);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    display: inline-block;
}

.zc-info dl p span {
    height: 21px;
    line-height: 21px;
    margin-left: 5px;
    font-size: 21px;
    background-image: linear-gradient(to top, #fdff60, #ffca3c);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    display: inline-block;
}

.zc-info dl {
    flex: none;
    width: 185px;
    margin-top: 18px;
    padding-left: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zc-info dl dt {
    width: 56px;
}

.zc-info ul {
    flex: 1;
    display: flex;
}

.zc-info ul li {
    flex: 1;
    /* width: 103px; */
    height: 103px;
    background: url(../images/index/zc-bg1.png) top center no-repeat;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.zc-info ul li p {
    font-size: 14px;
    color: #d4efea;
}

.zc-info ul h3 {
    height: 21px;
    line-height: 21px;
    font-size: 21px;
    background-image: linear-gradient(to bottom, #a6fffe, #00fffc);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    display: inline-block;
}

#bar3dchart {
    height: 290px;
    margin: 20px 0 0;
    padding-bottom: 30px;
    background: url(../images/index/bar-chat-bg.png) center 187px no-repeat;
}

.page-data-list {
    margin-top: 20px;
}

.page-data-list ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.page-data-list ul li {
    height: 34px;
    line-height: 26px;
    border: 2px solid transparent;
    color: rgba(239, 244, 255, .8);
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.page-data-list ul li .data-list-title {
    padding: 0 10px;
}

.page-data-list ul li .data-list-date {
    position: relative;
    flex: none;
    width: 130px;
    height: 30px;
    line-height: 30px;
    margin: -2px -2px -2px 0;
    background-color: rgba(45, 113, 121, .5);
    text-align: center;
    z-index: 2;
}

.page-data-list ul li:nth-child(2n + 1) {
    border-color: #19484f;
}

.page-data-list ul li:hover {
    border-color: #007f78;
    color: #b3ffe3;
}

.page-data-list ul li:hover .data-list-date {
    color: #fff;
    background: linear-gradient(to left, #2ebcb3, #28a675);
}

.page-mod-title2 {
    width: 325px;
    height: 37px;
    line-height: 37px;
    padding-left: 28px;
    font-size: 20px;
    color: #ecf2ff;
    background: url(../images/index/title-bg2.png) top left no-repeat;
    background-size: 100% 100%;
}

#linechart {
    height: 177px;
    margin-bottom: 30px;
}

.qs-tab .tab-top {
    margin: 26px 0 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #d4efea;
    font-size: 15px;
}

.qs-tab .tab-top h3 {
    color: #d4efea;
    font-size: 15px;
}

.qs-tab .tab-nav {
    display: flex;
    gap: 30px;
}

.qs-tab .tab-top a {
    position: relative;
    width: 30px;
    color: #d4efea;
    font-size: 15px;
    text-align: center;
}

.qs-tab .tab-top a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 8px;
    background: rgba(23, 131, 125, .56);
    border: 1px solid rgba(39, 203, 192, .73);
    display: block;
}

.fd-model {
    position: relative;
    height: 250px;
    background: url(../images/index/fd-bg.png) top center no-repeat;
    background-size: 100% auto;
}

.fd-model dl {
    position: absolute;
    top: 80px;
}

.fd-model .fd1 {
    left: 20px;
}

.fd-model .fd2 {
    left: 246px;
}

.fd-model dl dt {
    font-size: 11px;
    color: #d4efea;
}

.fd-model dl dd {
    font-size: 11px;
    color: #eafefe;
}

.fd-model dl dd span {
    font-size: 17px;
    color: #eafefe;
    text-shadow: 2px 2px 4px #d5fffb;
}

.fd-model .fd-pro {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.fd-model .fd-pro .pro-bar {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 113px;
    height: 3px;
    background-color: rgba(44, 86, 100, .6);
    background-color: rgba(44, 86, 100, .6);
}

.pro-bar .bar-pre {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #90fff6, #fff);
    transition-duration: 1s;
}

.fd-model .fd-pro .pro-info {
    font-size: 11px;
    color: #d4efea;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.xdc-model {
    position: relative;
    margin-top: 35px;
    height: 245px;
    background: url(../images/index/xdc-bg.png) top center no-repeat;
    background-size: auto auto;
}

.xdc-model .xdc-score {
    position: absolute;
    width: 146px;
    height: 61px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #ecf2ff;
    background: url(../images/index/xdc-score-bg.png) center center no-repeat;
    background-size: 100% 100%;
}

.xdc-model .s1 {
    left: -20px;
    top: 12px;
}

.xdc-model .s2 {
    left: 12px;
    top: 75px;
}

.xdc-model .s3 {
    left: -12px;
    top: 160px;
}

.xdc-model .s4 {
    left: 206px;
    top: 21px;
}

.xdc-model .s5 {
    left: 169px;
    top: 111px;
}

.page-footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background: url("../images/index/page-footer.png") bottom center no-repeat;
}

.page-footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1064px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.footer-data-list {
    width: 100%;
    display: flex;
    align-items: center;
}

.footer-data-list li {
    flex: 1;
    display: flex;
    align-items: center;
    height: 198px;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.footer-data-list .footer-data-text {
    margin-left: 170px;
    width: 170px;
    height: 81px;
    background: url(../images/index/footer-data-info-bg.png) center bottom no-repeat;
    background-size: 100% auto;
}

.footer-data-list .l1 {
    background-image: url(../images/index/footer-data-ico1.png);
}

.footer-data-list .l2 {
    background-image: url(../images/index/footer-data-ico2.png);
}

.footer-data-list .l3 {
    background-image: url(../images/index/footer-data-ico3.png);
}

.footer-data-list .footer-data-title {
    padding-left: 52px;
    font-size: 18px;
    font-weight: bold;
    color: #c5fffa;
}

.footer-data-list .footer-data-value {
    padding-left: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #00ff9c;
}

.map-info {
    position: absolute;
    width: 127px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #c5fffa;
    font-weight: bold;
    background: url(../images/index/map-info-bg.png) center bottom no-repeat;
    z-index: 4;
}

.map-info span {
    padding-left: 3px;
    font-weight: bold;
    color: #00ff9c;
}

.info-alert {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 316px;
    min-height: 100px;
    z-index: 5;
}

.info-alert .alert-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.info-alert .alert-bg .alert-bg-top {
    flex: none;
    width: 100%;
    height: 48px;
    background: url(../images/index/alert/top.png) top center no-repeat;
}

.info-alert .alert-bg .alert-bg-mid {
    flex: 1;
    width: 100%;
    background: url(../images/index/alert/mid.png) top center repeat-y;
}

.info-alert .alert-bg .alert-bg-bottom {
    flex: none;
    width: 100%;
    height: 33px;
    background: url(../images/index/alert/bottom.png) top center no-repeat;
}

.info-alert .alert-prev {
    position: relative;
    z-index: 2;
}

.info-alert .alert-prev .alert-top {
    height: 34px;
    display: flex;
    align-items: center;
}

.info-alert .alert-prev .alert-top h3 {
    height: 15px;
    line-height: 15px;
    padding: 0 24px;
    font-size: 15px;
    background-image: linear-gradient(to bottom, #a6fffe, #00fffc);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}

.info-alert .alert-prev .alert-content {
    padding: 15px 20px 32px;
    line-height: 20px;
    font-size: 13.5px;
    color: #9fe8fa;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.info-alert .alert-prev span {
    font-size: 18px;
    color: #12ff92;
    font-weight: bold;
}