body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.huihao-intro-banner {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.huihao-intro-banner-item {
    width: 100vw;
    height: 100vh;
}

.huihao-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: relative;
}

.huihao-intro-info {
    position: relative;
    margin-top: -60vh;
    margin-left: 10vw;
}

.huihao-app-tags {
    display: flex;
    margin-top: 30px;
}

.huihao-intro-info h1 {
    font-size: 48px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
}

.huihao-intro-info h2 {
    font-size: 52px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    margin-left: 24px;
}

.huihao-intro-info p {
    font-size: 18px;
    margin-top: 20px;
    color: #fff;
}

.section h1 {
    font-size: 42px;
    font-weight: 600;
}

.section p {
    margin-top: 20px;
    font-size: 18px;
    color: #777e87;
    line-height: 1.6;
}

.btn-color {
    background-color: #3fc48e;
    color: #ffffff;
}

.section-1 {
    /* background-image: url("imgs/page1-bg.png");
    background-size: cover; */
    color: #ffffff;
}

.section-2 {
    text-align: center
}

.section-3 {
    /* color:#ffffff; */
    text-align: center
}

.section-4 {
    text-align: center
}

.section-5 {
    text-align: center
}

.con {
    width: 100%;
    height: 100%;
    position: relative;
}

.btn-group {
    width: 40%;
    margin-left: 6%;
    margin-top: 60px;
    /* margin-top: 100px; */
}

.btn-group h2 {
    font-size: 40px;
    /* margin-top: 100px; */
}

.home-down {
    width: 32%;
}

.home-down img {
    width: 100%;
    height: 100%;
}

.home-down p {
    margin-top: 5px;
    font-size: 14px;
}


.btn-down {
    width: 80%;
    margin-top: 60px;
    margin-bottom: 20px;
}

.btn-down span {
    width: 45%;
}

.btn-down span a {
    border: none;
    margin-right: 12px;
    width: 45%;
    height: 50px;
    line-height: 32px;
}

.btn-down span a:hover {
    border: none;
}

.main-img {
    margin-top: 20px;
    margin-right: 8%;
    float: right;
    right: 10%;
    /* top: 24%; */
    width: 40%;
    height: 80%;
}

.main-img img {
    width: 100%;
    height: 100%;
}

.main-img-float {
    margin-top: 60px;
}

.main-img-shadow {
    margin-top: -40px;
}


.page-info {
    position: absolute;
    top: 18%;
    width: 100%;
    z-index: 100;
}


.page-info span {
    color: #fd6161;
}

.mianImg {

    margin-top: 160px;
    width: 46%;
    margin-left: 27%;
    position: absolute;
    bottom: -100%;
}

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

.page-info p {
    color: #999999;
}

.msg-1 {
    position: absolute;
    left: 10%;
    top: -110%;
    /* width: 32%; */
    padding: 12px;
    /* height: 52%; */
    background-color: #3370ff;
    border-radius: 8px;

}

.msg-1:before {
    content: '';
    position: absolute;
    right: 10%;
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #3370ff;
}

.msg-1 p {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    margin-top: 0px;
    /* margin: 0; */
}

.msg-1 .time-tip {
    margin: 0;
    text-align: right;
}

.msg-2 .time-tip {
    margin: 0;
    text-align: right;
}

.msg-2 {
    position: absolute;
    right: 10%;
    top: -74%;
    padding: 12px;
    /* height: 52%; */
    background-color: #f8dc8c;
    border-radius: 8px;
}

.msg-2:before {
    content: '';
    position: absolute;
    left: 14%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f8dc8c;
}




.bg-1 {
    position: absolute;
    left: -60px;
    bottom: -100px;
    z-index: -1;


}

.bg-2 {
    position: absolute;
    top: -40px;
    right: 40px;
    z-index: -1;
}

.page-img {
    z-index: 100;
}

.page-info .page3 {
    /* color: #ffffff; */
}

.page4-box {
    width: 100%;
}

.page4-img {
    position: absolute;
    width: 28%;
    left: -80%;
    bottom: 12%;
}

.page4-img img {
    width: 100%;
    height: 100%;
}

.page4-img-2 {
    position: absolute;
    width: 26%;
    right: -100%;
    bottom: 16%;
}

.page4-img-2 img {
    width: 100%;
    height: 100%;
}

.section-page-1 {
    /* background-image: url("imgs/page1-bg.png");
    background-size: cover; */
    /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; */
}

.page4-info {
    position: absolute;
    width: 100%;
    top: 18%;
}

.page4-info p {
    color: #999999;
}


@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-16px);
    }

    50%,
    100% {
        -webkit-transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(16px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-16px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(16px);
    }
}

.animate-bounce-down {
    -webkit-animation: bounce-down 2.4s linear infinite;
    animation: bounce-down 2.4s linear infinite;
}


@-webkit-keyframes bounce-scale {
    25% {
        -webkit-transform: scale(0.5, 0.8);
        ;
    }

    50%,
    100% {
        -webkit-transform: scale(1, 1);
    }

    75% {
        -webkit-transform: scale(1.2, 1.2);
        ;
    }
}

@keyframes bounce-scale {
    25% {
        transform: scale(0.5, 0.8);
    }

    50%,
    100% {
        transform: scale(1, 1);
    }

    75% {
        transform: scale(1.2, 1.2);
    }
}

.animate-bounce-scale {
    -webkit-animation: bounce-scale 2.4s linear infinite;
    animation: bounce-scale 2.4s linear infinite;
}




@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    /* background-image: linear-gradient(to top, #3ad4ab 20%, #30c291 80%); */
    background: #ffffff;
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

.page3-info {
    text-align: center;
    position: relative;
    z-index: 90;
}

.event {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #ffffff;
}

.page3-img {
    position: relative;
    z-index: 1000;
}

.page3-item {
    position: relative;
    z-index: 10000;
    margin-top: 120px;
}

.text-f {
    line-height: 240px;
}

.text-f:before {
    content: '';
    position: absolute;
    top: 120px;
    left: 70%;
    width: 36%;
    border-bottom: 1px solid #f8dc8c;
}

.text-s {
    line-height: 240px;
}

.text-s:before {
    content: '';
    position: absolute;
    top: 120px;
    right: 70%;
    width: 36%;
    border-bottom: 1px solid #f8dc8c;
}

.circle-box {
    position: relative;
    /* margin-top: 60px; */
    height: 240px;
}

.circle-m {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 250px;
    /* border-radius: 250px;
    border: 1px dashed rgba(250,250,250,0.4);
    text-align: center; */
    background-image: url('imgs/circle-m-bg.png');
    background-size: 250px 250px;
    background-position: cover;
    animation: cir_p 20s linear 0s infinite;
}

.circle-p {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 210px;
    height: 210px;
    border-radius: 220px;
    border: 1px solid #3dc497;
    padding: 10px;
    animation: cir_p 10s linear 0s infinite;

}

.circle-p .boat {
    position: absolute;
    top: -10px;
    left: 100px;
    height: 20px;
    width: 20px;
    background-color: #f9c62f;
    border-radius: 10px;

}

.circle-map {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 180px;
    border-radius: 220px;
    background-image: url('imgs/logo-map.png');
    background-size: 180px 180px;
    background-position: cover;
}

.page5-img {
    margin-top: 60px;
    text-align: center;
}

.page5-img img {
    width: 160px;
    height: 160px;
}

.page5-img-2 {
    margin-top: 20%;
    text-align: left;
}

.page5-img-2 img {
    width: 160px;
    height: 160px;
}

.page5-info {
    top: 20%;
}

.page5-info h2 {
    font-size: 42px;
}

.btn-bottom {
    margin-top: 40px;
}



/************以下为具体实现************/

.waterWave {
    position: relative;
    width: 600px;
    height: 600px;
    text-align: center;
    line-height: 100px;
    font-size: 28px;
}

.waterWave .circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
}

.waterWave-2 {
    position: relative;
    width: 300px;
    height: 300px;
    text-align: center;
    line-height: 100px;
    font-size: 28px;
}

.waterWave-2 .circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
}

/* 波纹效果 */
.waterWave.ripple .circle {
    width: calc(100% - 6px);
    /* 减去边框的大小 */
    height: calc(100% - 6px);
    /* 减去边框的大小 */
    /* border: 2px solid #fff;   */
    background: rgba(51, 112, 255, 0.2);
}

.waterWave.ripple .circle:first-child {
    animation: circle-opacity 8s infinite;
}

.waterWave.ripple .circle:nth-child(2) {
    animation: circle-opacity 8s infinite;
    animation-delay: 1.4s;
}

.waterWave.ripple .circle:nth-child(3) {
    animation: circle-opacity 8s infinite;
    animation-delay: 2.8s;
}

.waterWave.ripple .circle:nth-child(4) {
    animation: circle-opacity 8s infinite;
    animation-delay: 4.2s;
}

.waterWave.ripple .circle:nth-child(5) {
    animation: circle-opacity 8s infinite;
    animation-delay: 5.6s;
}

.waterWave.ripple .circle:nth-child(6) {
    animation: circle-opacity 8s infinite;
    animation-delay: 7s;
}


.waterWave.ripple.danger {
    color: red;
}

.waterWave.ripple.danger .circle {
    border-color: r
    /* border-color: red; */
}

.waterWave.ripple.warning {
    color: orange;
}

.waterWave.ripple.warning .circle {
    border-color: orange;
}

/* 波动效果 */
.waterWave.solid .circle {
    width: 100%;
    height: 100%;
    background: #fff;
}

.waterWave.solid .circle:first-child {
    animation: circle-opacity 2s infinite;
}

.waterWave.solid.danger {
    color: red;
}

.waterWave.solid.danger .circle {
    background: #3fc48e;
}

.waterWave.solid.warning {
    color: orange;
}

.waterWave.solid.warning .circle {
    background: orange;
}

@keyframes circle-opacity {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0;
        transform: scale(1);
    }
}

.wave-left {
    position: absolute;
    left: -160px;
    bottom: -320px;
}

.wave-top {
    position: absolute;
    top: 0px;
    right: -150px;
}


.huihao-app-circle {
    border: 14vh #eee solid;
    width: 70vh;
    height: 70vh;
    border-radius: 50%;
    position: fixed;
    left: 6vw;
    top: 0vh;
    opacity: 0.4;
}

.huihao-app-circle-a-in {
    animation-name: circle-a-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.huihao-app-circle-1 {
    left: -19vw;
}

@keyframes circle-a-in {
    from {
        opacity: 0;
        left: 60vw;
    }

    to {
        left: 6vw;
        opacity: 0.2;
    }
}


.huihao-app-circle-b-in {
    animation-name: circle-b-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes circle-b-in {
    from {
        opacity: 0;
        left: -60vw;
    }

    to {
        left: -19vw;
        opacity: 0.4;
    }
}



.msg-box {
    display: flex;
    color: #fff;
    align-items: center;
}

.msg-box .logo {
    width: 40px;
    height: 40px;
}

.msg-box .tips {
    color: #fff;
    height: 100%;
    padding-left: 10px;
    text-align: left;
    line-height: 1.6;
}


.msg-2 .tips {
    color: #9f7e49;
}


.phone-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.phone-box-right {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.phone-box-models {
   
    width: 19vw;
    height: calc(19vw * 2.04);
    margin-left: 60px;
    background-color: #e3e3e3;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-box-models-inner {
    width: calc(19vw - 30px);
    height: calc(100% - 30px);
    overflow: hidden;
    background-color: #fff;
    border-radius: 30px;
    overflow-y: scroll;
 
}

.phone-box-models-inner-box{
    width: 100%;
    display: flex;
    
}

.phone-box-models-inner-box img{
    width: 100%;
}

.phone-box-models-inner-box{
    width: 100%;
    /* animation-name: phone-box-models-inner-box;
    animation-duration: 0.7s;
    animation-fill-mode: forwards; */
    /* animation-delay: 4s;
    -webkit-animation-delay: 4s; */
}

@keyframes phone-box-models-inner-box {
    from {
        transform: translateX(0%);
        opacity: 1;
      
    }

    to {
        transform: translateX(-100%);
        opacity: 1;
      
    }
}


.phone-box-intro{
    width: 40%;
    text-align: left;
    position: relative;
}

.phone-box-menus{
    width: 20%;
    height: 100%;
    
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.phone-box-menus-box{
    width: 100%;
}

.phone-box-menus-box-items{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.phone-box-menus-box-items .circle{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    
}

.phone-box-menus-box-items .line{
    height: 1px;
    width: 80px;
   
}

.phone-box-menus-box-items .items{
    color: #3370ff;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #777e87;
    padding: 10px 20px;
    cursor: pointer;
}


.phone-box-menus-box-items-actived .circle{
    background-color: #3370ff;
}


.phone-box-menus-box-items-actived .line{
    background-color: #3370ff;
}


.phone-box-menus-box-items-actived .items{
    color: #fff;
    background-color: #3370ff;
    border-radius: 20px;
}


.phone-box-intro h2{
    margin-top: 30px;
    font-size: 28px;
}

.page-intro{
    width: 1200px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
}

.page-intro .page-info{
    width: 40vw;
    position:static;
    text-align: left;
}

.page-intro .page-info-img{
    flex: 1;    
}

.page-intro .page-info-img img{
    width: 40vw;
    
}



.phone-box-models-inner-box ul{
    width: 100%;
    display: block;

}

.phone-box-models-inner-box ul li{
    width: 100%;
    display: block;

}