
body {
    margin: 0;
    overflow-y: scroll;
}
#h5app {
    display: block;
}
#app {
    display: none;
}


@media (min-width: 769px) {
    
    #h5app {
        display: none;
    }
    #app {
        display: block;
    }
}
#app {
    min-width: 1080px;
}
.wave {
    position: relative;
    align-items: center;
    min-height: calc(100vh - 80px);
    overflow: hidden;
    z-index: 0;
}
.wave:before, .wave:after {
    content: "";
    position: absolute;
    left: 50%;
    min-width: 300vw;
    min-height: 300vw;
    animation-name: rotate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform: translate(-50%, 0) rotate(0);
    z-index: -1;
}
.wave:before {
    bottom: 15vh;
    border-radius: 45%;
    animation-duration: 10s;
    background: #3fc09c;
    z-index: -1;
}
@keyframes rotate {
    0% {
        transform: translate(-50%, 0) rotate(0deg);
    }
    50% {
        transform: translate(-50%, -2%) rotate(180deg);
    }
    100% {
        transform: translate(-50%, 0) rotate(360deg);
    }
}
.container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-left: 10%;
}
.section {
    padding: 10px;
    width: 25%;
    font-weight: 700;
    text-align: center;
    height: 60px;
    font-size: 30px;
    line-height: 50px;
    border-radius: 0 0 0 50px;
    background-color: #99dbaf;
    border: 0.5px solid black;
    position: relative;
    margin-bottom: -20px;
    z-index: 1;
    margin-right: -50px;
}
.header-container {
    width: calc(100% - 1px);
    height: 80px;
    background-color: #ffffff;
    display: flex;
    z-index: 1;
}

.header-image {
    width: 120px;
    height: 80px;
    margin-left: 10%;
}
.wave-content {
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.wave-shape {
    position: relative;
}

.wave-background {
    height: 350px;
    width: 500px;
    border-radius: 0 150px 0 150px;
    background-color: #d9d9d9;
}

.wave-image {
    height: 350px;
    width: 500px;
    border-radius: 0 150px 0 150px;
    position: absolute;
    z-index: 10;
    margin-top: -351px;
    margin-left: -1px;
}

.wave-text {
    margin-left: 30px;
    text-align: center;
    height: 350px;
}

.title {
    font-size: 30px;
    color: white;
    line-height: 80px;
}
.subtitle1{
    font-size: 20px;
    color:white;
    line-height: 40px;
}
.subtitle {
    font-size: 20px;
    color: #00e763;
    line-height: 40px;
}
.buttons-container {
    margin-top: 30px;
    margin-left: 60px;
    display: flex;
}
.button-contact,
.button-video {
    font-weight: 700;
    color: #212121;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 25px 0 25px 0;
    margin-left: 10px;
    border: none;
}

.cards-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.card-icon {
    display: flex;
    justify-content: center;
}

.card-icon-image {
    width: 40px;
    height: 40px;
}

.card-title {
    font-size: 28px;
    color: white;
    margin-left: 3px;
}

.card-text {
    text-align: center;
    margin-top: 20px;
}

.card-text span {
    width: 100%;
    font-size: 24px;
    color: white;
    white-space: normal;
    word-break: break-all;
}
.button10 {
    font-weight: 700;
    color: #212121;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 25px 0 25px 0;
    border: none;
    background-color: #fff;
}
.button10:hover {
    background-color: #72db9c;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.card {
    width: 250px;
    height: 200px;
    background-color: #58bf7a;
    padding: 10px;
    margin-bottom: 10px;
}
.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
@keyframes slideRightToLeft {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(calc(100% + 480px));
    }
    100% {
        transform: translateX(0);
    }
}
.lunbotu {
    display: flex;
    width: 100%;
    margin: 20px;
    height: 220px;
    overflow-x: scroll;
}
.lunbotu-box {
    background-color: #f5f5f5;
    min-width: 240px;
    height: 160px;
    margin: 20px;
    border-radius: 20px;
    flex-shrink: 0;
}
.jianbian {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    background-image:
        linear-gradient(to bottom, #ddffe1 0%, #ffffff 30%),
        linear-gradient(#ffffff 30%, #ffffff 60%),
        radial-gradient(circle at 50% 100%, #ddffe1 0%, #ffffff 40%);
    background-size: 100% 33.333%, 100% 50%, 100% 20%;
    background-repeat: no-repeat;
    background-position: 0% 0%, 0% 30%, 0% 100%;
}
.font_1 {
    display: flex;
    justify-content: space-between;
    height: 32px;
    font-weight: bolder;
    border-bottom: 1px solid #000000;
}
.ellipsis {
    font-size: 18px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-decoration: none;
}
.font_2 {
    display: flex;
    align-items: center;
    margin-left: 5px;
    font-size: 14px;
    color: #6a6a6a;
}
.font_3 {
    display: flex;
    height: 32px;
    justify-content: space-between;
    padding: 0 5px;
}
.font_div {
    width: 32%;
    font-size: 14px;
    margin: 20px 0;
    color: #fff;
}
.font_divh1 {
    font-size: 18px;
    margin: 5px 0;
    display: inline-block;
}
.font_divh2 {
    font-size: 14px;
    margin: 5px 3px;
    display: inline-block;
}
.img-box {
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ahref {
    display: flex;
    flex-wrap: wrap;
}
.ahref>a {
    display: inline-block;
    margin: 0 2px;
    color: #fff;
}
.fixed-right-middle {
    position: fixed;       
    right: 0;             
    top: 50%;              
    transform: translateY(-50%);
    width: 45px;
    max-height: 134px;
    padding: 10px 5px;
    background-color: #fff;
    border-radius: 15px 0 0 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.fixed-right-middle>div {
    background-color: #58bf7a;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    margin: 2px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hover_popover {
    width: 180px !important;
    height: 180px;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #58bf7a !important;
    border-radius: 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.el-popover {
    background-color: #58bf7a;
}
.h5-header{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center
}
img {
    display: block;
    width: 100%;
    height: 192px;
}
.h5-icon-box{
    width:40px;
    height:64px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h5-box{
    min-width:200px;
    width: 200px;
    height: 150px;
    background-color: #f5f5f5;
    margin: 10px;
    z-index: 0;
}
.h5-boxs{
    padding:  5px 16px;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    width: calc(100% - 52px);
    z-index: 1;
    
}
.h5-boxs::-webkit-scrollbar{
    display: none;  
}
.h5-footer{
    padding: 5px 16px;
    background-color: #ececec;
}
.h5-footer a{
    display: inline-block;
    padding: 0 5px;
    color: #000;
    text-decoration: none;
}
.width_50-20{
    width: calc(50% - 20px);
}
#h5app{
    overflow: hidden;
}
.header-logo {
    width: 72px;
    height: 48px;
    margin-left: 10px;
}

.view-list-icon {
    width: 30px;
    height: 40px;
}

.content-padding {
    padding: 5px 16px;
}

.swiper-item {
    height: 192px;
}

.half-width {
    width: 50%;
    height: 192px;
}

.flex-container {
    display: flex;
}

.flex-buttons {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}

.button-style {
    margin: 5px 0;
    background-color: #93c8c3;
}
.icon-size {
    width: 40px;
    height: 40px;
}

.icon-box-container {
    display: flex;
    justify-content: space-evenly;
    background-color: #f3f3f3;
}

.text-section {
    background-color: #f3f3f3;
}

.full-width {
    width: 100%;
    height: 192px;
}

.text-block {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    background-color: #f3f3f3;
}

.boxs-container {
    justify-content: center;
    background-color: #f3f3f3;
}

.h5-box {
    width: 100%;
    height: 100%;
}

.box-image {
    width: 100%;
    height: 100%;
}

.footer-section {
    padding: 5px 16px;
    background-color: #93c8c3;
    color: #fff;
    text-align: center;
}
.jianbian .content-row {
    width: 80%;
    height: 450px;
    margin-top: 30px;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.jianbian .reverse {
    flex-direction: row-reverse;
}

.image-container {
    width: 50%;
}

.content-image {
    height: 450px;
    width: 100%;
}

.text-container {
    margin-left: 30px;
    text-align: center;
    height: 350px;
    width: 50%;
}

.title_1 {
    font-size: 30px;
    color: black;
    line-height: 80px;
}

.subtitle {
    font-size: 20px;
    color:blue;
    line-height: 40px;
}

.text {
    font-size: 20px;
    color: black;
    line-height: 40px;
}

.highlight {
    font-size: 20px;
    color: #6fa1ff;
}

.info-section {
    display: flex;
    align-items: center;
    margin: 30px 10% 0 10%;
}

.info-content {
    display: flex;
    flex-direction: column;
}

.info-title {
    font-size: 26px;
}

.info-subtitle {
    font-size: 28px;
}

.info-text {
    font-size: 18px;
}

.image-gallery {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 20px;
}

.gallery-row {
    display: flex;
    justify-content: space-around;
    height: 100px;
    margin: 20px 10%;
}

.gallery-image {
    width: 200px;
    height: 100px;
}
.footer-copyright {
    background-color: #49a166;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    height: 40px;
}

.fixed-right-middle {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.popover-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.width_50{
    width: 50%;
}
.box_h1{
    margin-left: 30px;
    text-align: center;
    height: 350px;
}
.box_h2{
    font-size: 30px;
    color:black;
    line-height: 20px;
}
.box_h3{
    font-size: 30px;
    color:black;
    line-height: 80px;
}
.box_h4{
    font-size: 20px;
    color:black;
    line-height: 40px;
}
.h1_6fa1ff{
    font-size: 20px;
    color:#6fa1ff;
}
.content-row {
    width: 80%;
    height: 450px;
    margin-top: 50px;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.content-row-2 {
    margin-top: 30px;
}

.image-container {
    width: 50%;
}

.full-width-image {
    height: 450px;
    width: 100%;
}

.text-container {
    margin-left: 30px;
    text-align: center;
    height: 350px;
    width: 50%;
}
.title_h1 {
    font-size: 30px;
    color: black;
    line-height: 80px;
}

.subtitle_h1 {
    font-size: 20px;
    color: #6fa1ff;
    line-height: 40px;
}
.font_div a{
    color: #fff;
    text-decoration: none;
}
.content {
    width: 100%;
    height: 200px;
    border-radius: 20px 0 0 20px;
    background-color: #58bf7a;
    padding: 10px;
    display: none;
    z-index: 1000;
    /* 默认隐藏 */
}
.button {
    width: 56px;
    height: 56px;
    border-radius: 30px;
    background-color: #58bf7a;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* 容器样式 */
.fixed-container {
    position: fixed;
    margin-top: 20%;
    right: 0;
    width: 60px;
    height: 180px;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    z-index: 999;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}

.sidenav a {
    padding: 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #4CAF50;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.container a{
    color: #000;
    text-decoration: none;
}