@charset "utf-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*, body {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

body {
    color: #fff;
    font-size: 16px;
    background: #033c76;
    background: -webkit-radial-gradient(50% 35%, farthest-corner, #034f8e, #034987, #02366d, #002353);
    background: radial-gradient(50% 35%, farthest-corner, #034f8e, #034987, #02366d, #002353);
    display: flex;
    flex-direction: column;
}

html, body {
    height: 100%;
    overflow: hidden;
}

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: #fff;
}

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;
}

i {
    font-style: normal;
}

.text-w {
    color: #ffe400
}

.text-d {
    color: #ff6316
}

.text-s {
    color: #14e144
}

.text-b {
    color: #07e5ff
}

.head {
    position: relative;
    height: 90px;
    margin: 0 15px;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
}

.head h1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.platform-title {
    display: flex;
    align-items: center;
    margin: 0;
    height: 90px;
    white-space: nowrap;
    font-size: clamp(21px, 2.2vw, 40px);
    font-weight: bold;
    letter-spacing: clamp(0px, .5vw, 8px);
    text-indent: clamp(0px, .5vw, 8px);
    background: linear-gradient(180deg, #ffffff 0%, #d6f8ff 42%, #49d9ff 78%, #07a8d8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 10px rgba(7, 229, 255, .55)) drop-shadow(0 3px 3px rgba(0, 18, 45, .7));
    animation: titleGlow 3s ease-in-out infinite;
}

.h1-side {
    position: relative;
    width: clamp(40px, 6vw, 110px);
    height: 2px;
    flex: 0 0 auto;
}

.h1-side.left {
    margin-right: clamp(12px, 1.5vw, 26px);
    background: linear-gradient(to left, rgba(7, 229, 255, 0), rgba(7, 229, 255, .85));
}

.h1-side.right {
    margin-left: clamp(12px, 1.5vw, 26px);
    background: linear-gradient(to right, rgba(7, 229, 255, 0), rgba(7, 229, 255, .85));
}

.h1-side:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    background: #07e5ff;
    transform: translateY(-50%) rotate(45deg);
    box-shadow: 0 0 8px rgba(22, 214, 255, .95);
}

.h1-side.left:before {
    right: -3px;
}

.h1-side.right:before {
    left: -3px;
}

.h1-side:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 120px;
    height: 10px;
    transform: translateY(-50%);
    opacity: .5;
}

.h1-side.left:after {
    right: 0;
    background: linear-gradient(to left, rgba(7, 229, 255, 0), rgba(7, 229, 255, .35));
}

.h1-side.right:after {
    left: 0;
    background: linear-gradient(to right, rgba(7, 229, 255, 0), rgba(7, 229, 255, .35));
}

@keyframes titleGlow {
    0%, 100% {
        filter: drop-shadow(0 0 10px rgba(7, 229, 255, .55)) drop-shadow(0 3px 3px rgba(0, 18, 45, .7));
    }
    50% {
        filter: drop-shadow(0 0 18px rgba(7, 229, 255, .85)) drop-shadow(0 3px 3px rgba(0, 18, 45, .7));
    }
}

.head .menu {
}

.head .menu ul {
    font-size: 0;
}

.head .menu li {
    display: inline-block;
    position: relative;
    margin: 25px 15px;;
}

.head .menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
}

.head .time {
    position: relative;
    align-self: center;
    flex-shrink: 0;
    padding: clamp(5px, .7vw, 7px) clamp(10px, 1.2vw, 18px);
    line-height: 1.4;
    font-size: clamp(12px, 1.05vw, 14px);
    letter-spacing: 0;
    white-space: nowrap;
    color: #daf9ff;
    background: linear-gradient(90deg, rgba(7, 118, 181, .3), rgba(7, 118, 181, .06));
    border: 1px solid rgba(22, 214, 255, .4);
    box-shadow: inset 0 0 10px rgba(7, 118, 181, .35), 0 0 8px rgba(7, 118, 181, .25);
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.head .overview {
    margin-left: clamp(10px, 2vw, 40px);
    background: linear-gradient(90deg, rgba(7, 118, 181, .06), rgba(7, 118, 181, .3));
}

.head .overview:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 3px;
    background: #07e5ff;
    box-shadow: 0 0 6px rgba(22, 214, 255, .9);
}

.head #showTime {
    margin-left: 8px;
    margin-right: clamp(10px, 2vw, 40px);
    color: #b9f2ff;
}

.head #showTime:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 3px;
    background: #07e5ff;
    box-shadow: 0 0 6px rgba(22, 214, 255, .9);
}

.clock-icon {
    margin-left: auto;
    align-self: center;
    flex-shrink: 0;
    width: clamp(13px, 1.2vw, 16px);
    height: auto;
    color: #07e5ff;
    filter: drop-shadow(0 0 4px rgba(22, 214, 255, .9));
}

.footer {
    text-align: center;
    padding: 6px 15px 8px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(218, 249, 255, .65);
    flex: 0 0 auto;
}

.menu li:before,
.menu li:after {
    position: absolute;
    width: 10px;
    height: 5px;
    opacity: .4;
    content: "";
    border-top: 2px solid #02a6b5;
    top: -1px;
    border-radius: 2px;
}

.menu li:before, .menu li a:before {
    border-left: 2px solid #02a6b5;
    left: -1px;
}

.menu li:after, .menu li a:after {
    border-right: 2px solid #02a6b5;
    right: -1px;
}

.menu li a {
    position: relative;
}

.menu li a:before,
.menu li a:after {
    position: absolute;
    width: 10px;
    height: 5px;
    opacity: .4;
    content: "";
    border-bottom: 2px solid #02a6b5;
    bottom: -1px;
    border-radius: 2px;
}

.head .menu li a:hover {
    color: #f4e925;
}

.menu li a:hover:before,
.menu li a:hover:after,
.menu li:hover:before,
.menu li:hover:after {
    border-color: #f4e925;
    opacity: 1;
}

.mainbox {
    padding: 0px 10px;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.nav1 {
    margin: 0 -6px 10px;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: row;
}

.nav1 > li {
    padding: 0 6px;
    display: flex;
    flex-direction: column;
}

.nav1 > li > .box {
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.nav1 > li > .box:last-child {
    margin-bottom: 0;
}

.mainbox > .box {
    flex: 0 0 auto;
}

.box {
    border: 1px solid rgba(7, 118, 181, .5);
    box-shadow: inset 0 0 10px rgba(7, 118, 181, .4);
    margin-bottom: 8px;
    position: relative;
}

.tit {
    padding: 10px 10px 10px 25px;
    border-bottom: 1px solid rgba(7, 118, 181, .7);
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.tit:before, .tit01:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(22, 214, 255, .9);
    box-shadow: 0 0 5px rgba(22, 214, 255, .9);
    border-radius: 10px;
    left: 10px;
    top: 18px;
}

.tit:after, .box:before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: linear-gradient(to right, #076ead, #4ba6e0, #076ead);
    box-shadow: 0 0 5px rgba(131, 189, 227, 1);
    opacity: .6
}

.box:before {
    top: -1px;
}

.tit-main {
    display: flex;
    align-items: center;
    padding: 12px 24px 10px;
    position: relative;
}

.tit-main:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(22, 214, 255, .85) 50%, transparent);
    box-shadow: 0 0 6px rgba(22, 214, 255, .6);
}

.tit-main-bar {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(22, 214, 255, .55));
}

.tit-main-bar:last-child {
    background: linear-gradient(to left, transparent, rgba(22, 214, 255, .55));
}

.tit-main-text {
    flex: 0 0 auto;
    padding: 0 22px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    background: linear-gradient(to bottom, #eafcff, #07e5ff 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 8px rgba(22, 214, 255, .45));
    position: relative;
}

.tit-main-text:before, .tit-main-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #07e5ff;
    transform: translateY(-50%) rotate(45deg);
    box-shadow: 0 0 6px rgba(22, 214, 255, .9);
}

.tit-main-text:before {
    left: 4px;
}

.tit-main-text:after {
    right: 4px;
}

.boxnav {
    padding: 10px;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.club-nav {
    flex-direction: row;
}

.club-nav > div {
    min-height: 0;
}

.club-nav > div:first-child {
    display: flex;
    flex-direction: column;
}

.duty-nav {
    display: flex;
    flex-direction: column;
}

.duty-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.duty-track {
    animation: dutyScroll 10s linear infinite;
}

.duty-scroll:hover .duty-track {
    animation-play-state: paused;
}

@keyframes dutyScroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.rank-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.rank-track {
    animation: rankScroll 12s linear infinite;
}

.rank-scroll:hover .rank-track {
    animation-play-state: paused;
}

.rank-track ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@keyframes rankScroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.duty-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 8px;
}

.duty-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 12px 22px 12px 26px;
    position: relative;
    overflow: hidden;
    background: rgba(7, 118, 181, .12);
    border: 1px solid rgba(7, 118, 181, .35);
    box-shadow: inset 0 0 8px rgba(7, 118, 181, .25);
}

.duty-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22%;
    bottom: 22%;
    width: 3px;
    background: rgba(22, 214, 255, .85);
    box-shadow: 0 0 6px rgba(22, 214, 255, .85);
}

.duty-role {
    font-size: clamp(12px, 1vw, 14px);
    color: #7fefff;
    letter-spacing: .5px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.duty-contact {
    font-size: clamp(13px, 1.1vw, 15px);
    font-weight: 500;
    color: #eafcff;
    white-space: nowrap;
    text-align: left;
    margin-left: auto;
}

.duty-contact i {
    display: inline;
    font-style: normal;
    margin-left: 8px;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: bold;
    color: #07e5ff;
    letter-spacing: .3px;
}

.nav2 {
}

.nav2 > li:first-child {
    border: none;
}

.nav2 > li {
    float: left;
    border-left: 1px solid rgba(7, 118, 181, .2);
    height: 210px;
    padding: 0 10px 10px 10px;
}

.tit01 {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}

.tit01:before {
    left: 3px;
    top: 8px;
}

.ftechart {
    height: 175px;
}


.table1 th {
    border-bottom: 1px solid #407abd;
    font-size: 14px;
    text-align: center;
    padding: 6px 0;
    color: rgba(255, 255, 255, .8)
}

.table1 td {
    border-bottom: 1px dotted #407abd;
    font-size: 12px;
    padding: 6px 0;
    text-align: center;
    color: rgba(255, 255, 255, .6)
}

.table1 tr:last-child td {
    border: none;
}

.award-list tr:last-child td {
    border-bottom: 1px dotted #407abd;
}

.award-nav {
    display: flex;
    flex-direction: column;
}

.award-head, .award-list {
    table-layout: fixed;
}

.award-head {
    flex: 0 0 auto;
}

.award-scroll {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.award-track {
    animation: awardScroll 12s linear infinite;
}

.award-scroll:hover .award-track {
    animation-play-state: paused;
}

@keyframes awardScroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.mapc {
    background: url(../images/bg3.png) no-repeat center center;
    background-size: 100% 100%
}

.map {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    padding-left: 10%;
}

.map img {
}

.mapnav {
    position: absolute;
    z-index: 10;
}

.mapnav div {
    background: url(../images/bg1.png) no-repeat;
    background-size: 100% auto;
    width: 110px;
    text-align: center;
    padding: 20px 0;
    line-height: 120%;
}

.mapnav div span {
    font-size: 14px;
    opacity: .6
}

.mapnav div p {
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
}

.mapnav li {
    float: left;
    margin-right: 6px;
}


.leidanav {
    margin-top: -5px;
}

.leidanav li {
    float: left;
    width: 20%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

.leidanav2 li {
    width: 25%
}

.leidanav li:first-child {
    border-left: none;
}

.leidanav span {
    font-size: 12px;
    opacity: .6
}

.leidanav2 span {
    font-size: clamp(10px, .85vw, 12px);
    white-space: nowrap;
}

.leidanav p {
    font-size: 18px;
    color: #26a6ff
}

.mapnav2 {
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 40%;
    z-index: 10;
}

.mapnav2 .box {
}

.ybp {
    width: 100%
}

.ybp li {
    float: left;
    width: 50%;
    height: 120px;
}

.duibi li {
    float: left;
    width: 25%;
    height: 200px;
    padding: 0;
    border: none;
}

.btn {
    position: absolute;
    border-radius: 2px;
    padding: 4px 20px;
    opacity: .8;
}

.btn1 {
    border: 1px solid rgba(255, 255, 255, .5);
    background: #388665;
    left: 35%;
    top: 30%;
}

.btn2 {
    border: 1px solid rgba(255, 255, 255, .5);
    background: #297cc7;
    right: 32%;
    top: 60%;
}

.btn:hover {
    color: #fff;
    opacity: 1;
}

.btn1:before, .btn2:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
}

.btn1:before {
    transform: rotate(30deg);
    right: -65%;
    top: 100%
}

.btn2:before {
    transform: rotate(30deg);
    left: -65%;
    top: -10%
}

.tit02 {
    font-size: 14px;
    padding: 10px 0;
}

.tagcloud {
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    overflow: hidden;
    position: relative;

}

.tagcloud a {
    display: block;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.b01 {
    width: 50px;
    height: 50px;
}

.b02 {
    width: 80px;
    height: 80px;
}

.b03 {
    width: 60px;
    height: 60px;

}

.b04 {
    width: 70px;
    height: 70px;

}

.co01 {
    border: 2px solid rgba(5, 118, 254, 1);
    box-shadow: inset 0 0 20px rgba(5, 118, 254, 1);
}

.co02 {
    border: 2px solid rgba(238, 255, 65, 1);
    box-shadow: inset 0 0 20px rgba(238, 255, 65, 1);
}

.co03 {
    border: 2px solid rgba(26, 121, 181, 1);
    box-shadow: inset 0 0 20px rgba(26, 121, 181, 1);
}

.co04 {
    border: 2px solid rgba(1, 187, 181, 1);
    box-shadow: inset 0 0 20px rgba(1, 187, 181, 1);
}

.co05 {
    border: 2px solid rgba(255, 138, 0, 1);
    box-shadow: inset 0 0 20px rgba(255, 138, 0, 1);
}

.huati {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.club-nav > div:first-child .tit02 {
    text-align: center;
}

.huati li {
    font-size: clamp(12px, 1.1vw, 15px);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    margin-bottom: 8px;
    padding: 7px 6px;
    color: #daf9ff;
    background: linear-gradient(90deg, rgba(7, 118, 181, .10), rgba(7, 118, 181, .26));
    border: 1px solid rgba(7, 118, 181, .45);
    box-shadow: inset 0 0 8px rgba(7, 118, 181, .20);
    border-left: 2px solid rgba(22, 214, 255, .75);
}

.huati li:first-child {
    border-left-color: #ffd866;
    box-shadow: inset 0 0 8px rgba(7, 118, 181, .2), 0 0 8px rgba(22, 214, 255, .25);
    color: #fff;
}

.huati li span {
    margin-left: 5px;
    font-size: .8em;
}

.wancheng {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wancheng span {
    font-size: 14px;
    color: #fff;
}

.wancheng h3 {
    font-size: 20px;
    color: #00b4ff;
}

.wancheng h3 i {
    font-size: 12px;
    color: #fff;
}

.yuan {
    padding: 5px;
    border-radius: 100%;
    margin-left: 10px;
    border: 2px solid rgba(0, 99, 169, .8);
}

.yuan span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgba(0, 99, 169, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.aa {
    text-decoration: none;
    color: inherit;
    outline: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0 8px;
}

#police {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.weather-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 6px;
    flex: 1 1 auto;
    min-height: 0;
}

.weather-item {
    position: relative;
    min-width: 0;
    padding: 8px 2px;
    background: rgba(7, 118, 181, .12);
    border: 1px solid rgba(7, 118, 181, .35);
    box-shadow: inset 0 0 8px rgba(7, 118, 181, .25);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.weather-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    height: 1px;
    background: rgba(22, 214, 255, .6);
}

.weather-item .w-label {
    font-size: 11px;
    color: rgba(255, 255, 255, .55);
    white-space: nowrap;
}

.weather-item .w-value {
    margin-top: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #07e5ff;
    line-height: 1.2;
    word-break: break-all;
}

.weather-item .w-value i {
    font-style: normal;
    font-size: 10px;
    color: rgba(255, 255, 255, .5);
    margin-left: 2px;
}

.stat-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px 18px;
    width: 100%;
    height: 100%;
    padding: 8px;
}

.stat-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 6px;
    min-width: 0;
}

.stat-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #07e5ff;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, rgba(22, 214, 255, .25), rgba(7, 118, 181, .05));
    border: 1px solid rgba(22, 214, 255, .55);
    box-shadow: 0 0 12px rgba(22, 214, 255, .35), inset 0 0 10px rgba(22, 214, 255, .25);
}

.stat-icon svg {
    display: block;
    width: 26px;
    height: 26px;
}

.stat-info {
    min-width: 0;
    text-align: left;
}

.stat-label {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 4px;
    white-space: nowrap;
}

.stat-value {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #07e5ff;
    line-height: 1;
    letter-spacing: 1px;
    text-shadow: 0 0 8px rgba(22, 214, 255, .55);
}

.stat-value span {
    font-size: 11px;
    font-weight: normal;
    color: rgba(255, 255, 255, .5);
    margin-left: 3px;
    letter-spacing: 0;
}

.showcase {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding-top: 6px;
}

.club-title-wrap {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 0 6px 8px;
    flex: 0 0 auto;
}

.club-label {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
}

.club-name {
    font-size: 18px;
    font-weight: bold;
    color: #07e5ff;
    text-shadow: 0 0 8px rgba(22, 214, 255, .5);
    transition: opacity .4s;
}

.photo-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    position: relative;
    padding: 0 6px;
}

.photo-track {
    display: flex;
    gap: 14px;
    height: 100%;
    align-items: stretch;
    animation: photoScroll 25s linear infinite;
}

.photo-scroll:hover .photo-track {
    animation-play-state: paused;
}

.photo-item {
    flex: 0 0 auto;
    width: 22%;
    min-width: 150px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(22, 214, 255, .4);
    box-shadow: 0 0 10px rgba(7, 118, 181, .5);
}

.photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.photo-item .photo-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px 8px;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
}

@keyframes photoScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.heat-alert {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    background: radial-gradient(ellipse at center, rgba(0, 40, 90, .32), rgba(1, 12, 32, .75));
    animation: heatMaskBlink 1s ease-in-out infinite;
}

.heat-alert.show {
    display: flex;
}

.heat-alert-box {
    position: relative;
    min-width: 340px;
    padding: 20px 44px;
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    animation: heatBoxBlink 1s ease-in-out infinite;
}

.heat-alert-icon {
    width: 33vw;
    height: auto;
    display: block;
    margin: 0 auto 2vh;
    filter: drop-shadow(0 0 1.4vw rgba(22, 214, 255, .95));
}

.heat-alert-title {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 12px;
    text-indent: 12px;
    color: #07e5ff;
    text-shadow: 0 0 14px rgba(7, 229, 255, .95), 0 0 34px rgba(38, 166, 255, .7);
}

.heat-alert-temp {
    margin-top: 14px;
    font-size: 16px;
    color: rgba(218, 249, 255, .9);
}

.heat-alert-temp b {
    font-size: 26px;
    color: #7df3ff;
    margin: 0 2px;
    text-shadow: 0 0 10px rgba(7, 229, 255, .85);
}

.heat-alert-desc {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(218, 249, 255, .6);
}

.heat-alert-close {
    position: absolute;
    top: -6px;
    right: 6px;
    width: 26px;
    height: 26px;
    line-height: 22px;
    padding: 0;
    font-size: 20px;
    color: rgba(218, 249, 255, .75);
    background: transparent;
    border: 1px solid rgba(22, 214, 255, .4);
    cursor: pointer;
    transition: all .2s;
}

.heat-alert-close:hover {
    color: #fff;
    border-color: #07e5ff;
    background: rgba(7, 229, 255, .25);
    box-shadow: 0 0 10px rgba(7, 229, 255, .5);
}

@keyframes heatBoxBlink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .45;
    }
}

@keyframes heatMaskBlink {
    0%, 100% {
        background: radial-gradient(ellipse at center, rgba(0, 40, 90, .32), rgba(1, 12, 32, .75));
    }
    50% {
        background: radial-gradient(ellipse at center, rgba(0, 80, 150, .5), rgba(2, 20, 50, .85));
    }
}
