@import "./flex.css";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0 auto;
    overflow: hidden;
    max-width: 750px;
    position: relative;
}

img {
    display: block;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 6px;
}

::-webkit-scrollbar:horizontal {
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

.music-blk {
    position: absolute;
    left: 3%;
    bottom: 2%;
    z-index: 100;
}

.music-ctl {
    width: 0.6rem;
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* animation */
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

/* share-mask */
.shareMask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.shareMask img {
    width: 100%;
    height: 100%;
}

.flex-row-end-center{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.flex-row-start-center{
    display: flex;
    align-items: center;
}

/* page common */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}
/* new start */
.swiper-container-3d{
    perspective: none;
}
.page-bg{
    background-color: #55a7da;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bg{
    animation: bgZoomFadeIn 0.8s 0.4s forwards;
    -webkit-animation: bgZoomFadeIn 0.8s 0.4s forwards;
    transform: translateX(0) translateY(0) scale(2);
    opacity: 0;
    width: 100%;
    height: 100%;
}
@keyframes bgZoomFadeIn{
    to{
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1);
    }
}
@keyframes bgZoom{
    from{
        transform: translateX(0) translateY(0) scale(2);
    }
}
.down-box{
    bottom: 0rem;
    z-index: 99;
    width: 1.6rem;
}
.down{
    opacity: 0;
    transform: scale(1) translateY(-1rem);
    -webkit-animation: otChange 1.5s 2.6s linear infinite;
    animation: otChange 1.5s 2.6s linear infinite;
    width: 100%;
}
@keyframes otChange{
    50%{
        opacity: 1;
    }
    100%{
        transform:scale(1) translateY(0);
    }
}
.center-with-absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.logo{
    width: 1.74rem;
    position: absolute;
    right: 0.64rem;
    top: 0.46rem;
    z-index: 99;
    -webkit-animation: fadeIn 0.8s 0s forwards;
    animation: fadeIn 0.8s 0s forwards;
    opacity: 0;
}
.title{
    width: 5.41rem;
    position: absolute;
    z-index: 199;
    right: 0.72rem;
    top: 2.52rem;
}
.pic1{
    width: 5.32rem;
    position: absolute;
    z-index: 99;
    right: 0.85rem;
    top: 5.28rem;
}
.bottom{
    width: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 7.26rem;
    animation: fadeIn 0.8s 0.8s forwards;
    -webkit-animation: fadeIn 0.8s 0.8s forwards;
    opacity: 0;
    transition: 0.5s;
}
.water-audio{
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:0;
    opacity:0;
}
.water-list-unit{
    width:2.5vw;
    height:2.5vw;
    background-color:#e08d30;
    border-radius:50%;
    position:absolute;
    cursor:pointer;
    transform: translate(-50%, -50%);
}
.water-list-unit:nth-child(1){
    left: calc( 947 / 1280 * 100%);
    top: 7.5%;
}
.water-list-unit:nth-child(2){
    left: calc( 883 / 1280 * 100%);
    top: 12%;
}
.water-list-unit:nth-child(3){
    left: calc(707 / 1280 * 100%);
    top: 17.5%;
}
.water-list-unit:nth-child(4){
    left: calc( 832 / 1280 * 100%);
    top: 39%;
}
.water-list-unit:nth-child(5){
    left: calc( 582 / 1280 * 100%);
    top: 43.5%;
}
.water-list-unit:nth-child(6){
    left: calc(635 / 1280* 100%);
    top: 51.3%;
}
.water-list-unit:nth-child(7){
    left: calc( 517 / 1280 * 100%);
    top: 67%;
}
.water-list-unit:nth-child(8){
    left: calc( 255 / 1280 * 100%);
    top: 68.5%;
}
.water-list-unit:nth-child(9){
    left: calc( 408 / 1280 * 100%);
    top: 69.5%;
}
.water-list-unit:nth-child(10){
    left: calc( 408 / 1280 * 100%);
    top: 78%;
}
.water-list-unit:nth-child(11){
    left: calc(396 / 1280* 100%);
    top: 86.5%;
}
.water-list-unit:nth-child(12){
    left: calc(429 / 1280 * 100%);
    top: 86.5%;
}
.water-list-unit-inner{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#e08d30;
    transform: scale(0);
    opacity: 1;
    left:0;
    top:0;
    border-radius:50%;
}
.water-list{
    position:absolute;
    width:100%;
    height:100%;
    z-index:99;
    left:0;
    top:0;
}
.water-map{
    position:relative;
    z-index:10;
    width: 97%;
    height: auto;
    margin: 0 auto;
}
@keyframes flash{
    0%{
        opacity: 1;
        transform: scale(0);
    }
    100%{
        opacity: 0;
        transform: scale(3);
    }
}
.water-list-unit-active .water-list-unit-inner{
    animation:flash 1.5s infinite linear;
}

.water-box{
    position:relative;
}
.title1{
    top: 2.11rem;
    z-index: 99;
    width: 4.7rem;
}
.tip{
    width: 2.27rem;
    position: absolute;
    left: 0.47rem;
    top: 0.35rem;
    z-index: 99;
}
.swiper2{
    width: 6.92rem;
    top: 3.2rem;
    height: 7.75rem;
    z-index: 99;
    border-radius: 0.2rem;
}
.swiper2-slide-inner{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 0.19rem;
    background-color: #ffffff;
}
.next,.prev{
    width: 1.85rem;
    position: absolute;
    z-index: 99;
    bottom: 0.5rem;
}
.next{
    right: 1.34rem;
}
.prev{
    left: 1.34rem;
}
.water-shadow-inner-content-inner-unit-img{
    width: 4.95rem;
    height: auto;
    margin: 0 auto;
}
.water-shadow-inner-content-inner-unit-img-text{
    width: 4.95rem;
    margin: 0.1rem auto 0;
    font-size: 0.23rem;
    line-height: 0.3rem;
    color: #4c6974;
}
.water-shadow-inner-content-inner-unit-text{
    font-size: 0.27rem;
    width: 5.46rem;
    text-align: justify;
    margin: 0.1rem auto 0;
    line-height: 0.4rem;
    color: #3797c9;
}
.water-shadow-inner-content-inner-unit-text-unit{
    margin-top: 0.1rem;
}
.water-shadow-inner-content-inner-unit{
    padding-bottom: 0.1rem;
}
.nicescroll-cursors{
    margin: 0 auto;
    float: none!important;
}
/* new end */
/* iphone 678 */
@media (min-aspect-ratio: 9/16) {
    
}
/* iphone XR */
@media (min-aspect-ratio: 3/4) {
    
}