@keyframes fadeIn {
    form {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeOut {
    form {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes round {
    form {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


* {
    box-sizing: border-box;
    cursor: none!important;
}
#webCopyright {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bolder;
}
.amap-copyright {
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.amap-copyright .amap-mcode b, .amap-copyright .amap-mcode span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.amap-copyright .amap-mcode span {
    margin-left: 6px;
}
.amap-copyright .amap-mcode span a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
a {
    color: black;
    text-decoration: none;
    transition: 0.5s;
}
a:hover {
    filter: brightness(130%);
    color: #fff!important;
}
video::-webkit-media-controls-fullscreen-button,video::-webkit-media-controls-play-button,video::-webkit-media-controls-timeline,video::-webkit-media-controls-current-time-display,video::-webkit-media-controls-time-remaining-display,video::-webkit-media-controls-mute-button,video::-webkit-media-controls-toggle-closed-captions-button,video::-webkit-media-controls-volume-slider,video::-webkit-media-controls-enclosure {
    cursor: none!important;
}
img {
    user-select: none!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
}
#mouse_move, #mouse_click {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    z-index: 200410120000;
    display: none;
    pointer-events: none;
}
#mouse_originPosition {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 15px;
    background: #2c2926;
    box-shadow: 2px 2px 10px 5px #6a6765, -2px -2px 10px 5px #6a6765;
    z-index: 200410120000;
    border-radius: 100%;
    transform-origin: center center;
    transform: rotate3d(-30, 1, 1, 60deg) translate(-50%, -50%);
    filter: blur(5px);
    display: none;
    pointer-events: none;
}
.specialButton {
    background: url(/assets/image/moshui.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: fit-content;
    font-size: 18px;
    padding: 10px 35px;
    color: white;
    border-radius: 15px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: 0.3s;
    border: unset;
    user-select: none;
}
.specialButton:hover {
    filter: invert(70%);
}
.scrollTipShade {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100px;
    background: linear-gradient(0, #333333, transparent);
    z-index: 100;
    border-radius: 0 0 50px 50px / 0 0 60px 60px;
    pointer-events: none;
    filter: blur(10px);
}
.addressMarker {
    width: 100px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.addressMarker.chosen {
    filter: brightness(130%);
}
.addressMarker:hover {
    filter: brightness(120%);
}
.addressMarker .addressMarkHeader {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.addressMarker .addressMarkHeader img {
    width: 50%;
    filter: drop-shadow(2px 2px 6px #e2ceb8);
}
.addressMarker .addressMarkContent {
    width: fit-content;
    padding: 2px 4px;
    background: #e2ceb8;
    border-radius: 20px;
    text-wrap: nowrap;
    filter: drop-shadow(2px 2px 6px #5a4534);
}
.importanceTip {
    color: #876a60;
    font-weight: bolder;
    font-size: 20px;
}
.temporarilyMarker {
    position: fixed;
    width: 30px;
    height: 30px;
    background: black;
    border-radius: 100%;
    filter: blur(5px);
    transform: translate(-50%, -50%) rotateX(45deg);
}
.layui-table-checked .importanceTip {
    color: #ffffff;
}
.checkPoint {
    position: fixed;
    width: 100px;
    transform: translate(-50%, -100%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
    user-select: none;
}
.checkPoint.chosen {
    filter: brightness(140%);
}
.checkPoint:hover {
    filter: brightness(160%);
}
.checkPoint .checkPointIcon {
    width: 100%;
    height: auto;
    position: relative;
    left: 10px;
}
.checkPoint.finished .checkPointIcon {
    filter: hue-rotate(321deg);
}
.checkPoint .checkPointIcon .checkPointIndex {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 17px;
    left: 30px;
    font-size: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #593a1b;
    font-weight: bold;
}
.checkPoint .checkPointIcon img {
    width: 100%;
    height: auto;
}
.checkPoint .checkPointTitle {
    width: fit-content;
    padding: 2px 4px;
    background: #e2ceb8;
    border-radius: 20px;
    text-wrap: nowrap;
    filter: drop-shadow(2px 2px 6px #5a4534);
    position: relative;
    left: 5px;
}