/* 手机第一屏 */
#hero-screen { 
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
}

.hero{
    width: 100vw;
    display: flex;
    flex-direction: column; /* 垂直排列 */
    justify-content: flex-end;  
    overflow: hidden;
}


.hero-shui-cut{
    position: absolute;
    width: 100vw;
    height: 50%;
    display: flex;
    flex-direction: column; /* 垂直排列 */
    justify-content: flex-end;  
    align-content: center;
    overflow: hidden;
    /* border: 2px solid black; */
    /* transform: rotate(180deg) */
    z-index: 3;
}

.water-box{
    position: absolute;
    height: 100vh;
    width: 100vw;
    /* border: 2px solid red; */
    display: block;
    overflow: hidden;
    z-index: 3;
}

.hero-image-shui{
    margin: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(/img/hero-水.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom 0 right 0;
    z-index: 3;
    /* border: 2px solid rgb(0, 255, 136); */
    /* transform: rotate(180deg) */
    /* backdrop-filter: blur(2px) */
}

.hero img{
    position:absolute;
}

.hero-image-fuliu{
    width: 30%;
    height: auto;
    top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.TOU{
    width: 100%;
    height: auto;
    top: 0%;
    z-index: 0;
}

.TOU-TING{
    width: 13%;
    height: auto;
    top: 23%;
    left: 43%;
    z-index: 2;
}

.T-BW1{
    width: 10%;
    right: 44%;
    bottom: 14%;
}

.T-BW2{
    width: 32%;
    right: 9%;
    bottom: 4%;
}

.TOU-SHU{
    margin-top: -20%;
    width: 60%;
    height: auto;
}

/* 轮播css开头 */



/* 轮播css结尾 */



.hero-image-jinquanzi{
    width: auto;
    height: 100%;
    top: 0;
    /* left: -22%; */
    z-index: 2;
}

.hero-image-taiyang{
    width: 10%;
    height: auto;
    top: 25%;
    right: 10%;
    z-index: 1;
}

.hero-image-shan{
    width: 50%;
    height: auto;
    top: 20%;
    right: -10%;
    z-index: 3;
}



.hero-image-shuiwen{
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.hero-image-lv{
    width: 13.5%;
    height: auto;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    
}

.hero-image-niao{
    width: 40%;
    height: auto;
    top: 0;
    right: 0;
    z-index: 2;
}



