
body{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none; /* 去掉下划线 */
}
.title{
    font-size: 40px;
    font-weight: bold;
}
.title1{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.k{
    width: 50%;
    border: 1px solid #838383;
    margin-top: 10px;
}
.item1{
    padding: 100px 0;
    background-color: #fff;
}
.item1 .content{
    width: 70%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.item1 .content .zephyr{
    width: 55%;
}
.item1 .content .zephyr .text{
    font-size: 21px;
    line-height: 30px;
    margin-top: 20px;
    padding: 10px;
    font-family: serif;
}
.item1 .content .image{
    width: 40%;
}
.item1 .content .image img{
    width: 100%;
}

.item2 .content{
    width: 85%;
    margin: auto;
    padding: 100px 0;
}
.item2 .content .quixotic{
    display: flex;
    flex-flow: wrap;
    margin-top: 35px;
}
.item2 .content .quixotic .ys{
    /* 背景图垂直、水平均居中 */
    background-position: center center;
    /* 背景图不平铺 */
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 18.5%;
    height: 320px;
    padding: 30px 0 0 20px;
    margin-top: 5px;
}
.ys1{
    background-image: url("images/map_07.jpg");
}
.ys2{
    background-image: url("images/map_09.jpg");
}
.ys3{
    background-image: url("images/map_11.jpg");
}
.ys4{
    background-image: url("images/map_13.jpg");
}
.ys5{
    background-image: url("images/map_15.jpg");
}
.ys6{
    background-image: url("images/map_22.jpg");
}
.ys7{
    background-image: url("images/map_23.jpg");
}
.ys8{
    background-image: url("images/map_24.jpg");
}
.ys9{
    background-image: url("images/map_25.jpg");
}
.ys10{
    background-image: url("images/map_26.jpg");
}
.item3 .content{
    width: 80%;
    margin: auto;
    margin-top: 30px;
}
.item3 .content p span{
    font-size: 22px !important;
}
.item4 .content{
    padding: 100px 0;
}
.item4 .content .luminous{
    width: 66%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.item4 .content .luminous .js{
    margin-top: 40px;
    text-align: center;
}
.item4 .content .luminous .js img{
    width: 100%;
}
.item4 .content .luminous .js .text{
    font-size: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #999999;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    font-size: 20px;font-family: serif;
}

.item5 .content .seraphic{
    width: 85%;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.item5 .content .seraphic .text{
    width: 44%;
    background-color: #eeeeee;
    height: 280px;
    padding: 0 40px;
    padding-top: 50px;
    border-radius: 30px;
    margin-top: 40px;
    
}
.item5 .content .seraphic .text .title3{
    font-size: 24px;
    font-weight: bold;
}
.item5 .content .seraphic .text .miaoshu{
    margin-top: 10px;
    font-size: 20px;
}

.item6 .content{
    width: 85%;
    margin: auto;
    text-align: center;
    padding: 100px 0;
}
.item6 .content .mystique{
    margin-top: 30px;
    display: flex;
    background-color: #eeeeee;
    flex-flow: wrap;
    border-radius: 30px;
}
.item6 .content .mystique .image{
    width: 42%;
}
.item6 .content .mystique .image img{
    width: 100%;
}
.item6 .content .mystique .whatsapp{
    padding: 50px;
    text-align: left;
}

.item6 .content .mystique .whatsapp .title{
    font-size: 35px;
    font-weight: bold;
    margin-top: 50px;
}
.item6 .content .mystique .whatsapp .text{
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-size: 26px;
}
.item6 .content .mystique .whatsapp .text img{
    margin-right: 10px;
}
.item6 .content .mystique .whatsapp .button{
    width: 180px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    background-color: #084691;
    font-size: 24px;
    margin-top: 40px;
    cursor:pointer;
}
.item6 .content .mystique .whatsapp .button a{
    color: #fff;
}

.pellucid{
    height: 130px;
    background-color: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.obdurate{
    font-size: 24px;
}
.nescient{
    display: flex;
}
.epiphany{
    /*border: 1px solid #074591;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.button-container {
    position: fixed;
    bottom: 20px; /* 控制按钮离底部的距离 */
    left: 50%;
    transform: translateX(-50%); /* 让按钮居中 */
    display: none;
    width: 100%;
    max-width: 750px; /* 按钮整体的最大宽度 */
    border-radius: 30px; /* 让整个容器也有圆角 */
    overflow: hidden; /* 防止子元素溢出 */
    z-index: 999; /* 确保按钮显示在最上层 */
}

.button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border: none;
    transition: opacity 0.3s;
    position: relative;
    margin: 0 5px;
}

.button img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

/* 左侧按钮样式 */
.left_bottom {
    background: linear-gradient(to bottom, #0653d4, #0653d4);
    border-radius: 30px 0 0 30px;
    box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.3), /* 内部高光 */ 0 5px 8px rgba(0, 0, 0, 0.2); /* 外部阴影 */
}

/* 右侧按钮样式 */
.right_bottom {
    background: linear-gradient(to bottom, #ffaf1a, #ffa600);
    border-radius: 0 30px 30px 0;
    box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.3), /* 内部高光 */ 0 5px 8px rgba(0, 0, 0, 0.2); /* 外部阴影 */
}

/* 轻微的凹凸边框，增加立体感 */
.button::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.2);
    z-index: -1;
}



#LRdiv0{
    display: none !important;
}

.left_icon{
    width: 25px !important;
}

@media (max-width: 1000px) {
    /* 当屏幕宽度小于或等于768px时应用的样式 */
    .wrap{
        padding-bottom: 50px;
    }
    
    .cb {
        display: none !important;
    }
    .button-container{
        display: flex !important;
    }
    .item1{
        padding: 0;
    }
    .item1 .content{
        width: 100%;
        flex-direction: column-reverse
    }
    .item1 .content .zephyr .text{
        margin-top: 20px;
    }
    .item1 .content .zephyr{
        width: 100%;
    }
    .item1 .content .image{
        width: 100%;
    }
    .item2 .content{
        width: 100%;
        padding: 20px 0;
    }
    .item2 .content .quixotic .ys{
        width: 100%;
        height:400px;
        padding: 0;
        text-align: center;
    }
    .item3{
        padding: 10px;
    }
    .item3 .content{
        width: 100%;
    }
    .item4 .content{
        padding: 20px 0;
    }
    .item4 .content .luminous{
        width: 95%;
    }
    .item5 .content .seraphic .text{
        width: 100%;
        padding: 0 20px;
        padding-top: 30px;
    }
    .item6 .content{
        width: 100%;
        padding: 20px 0;
    }
    .item6 .content .mystique .image{
        width: 100%;
    }
    .item6 .content .mystique .whatsapp{
        padding: 0;
    }
    .item6 .content .mystique .whatsapp .title{
        margin-top: 20px;
        font-size: 19px;
    }
    .item6 .content .mystique{
        border-radius: 0;
        padding-bottom: 30px;
    }
    .pellucid{
        display: none !important;
    }
    .title{
        font-size: 29px;
    }
    .title1{
        font-size: 29px;
    }
    .item4 .content .luminous .js{
        width: 100% !important;
    }
    .left_icon{
        width: 15px !important;
    }
    .item6 .content .mystique .whatsapp .text{
        font-size: 17px;
    }

}
/* 当屏幕宽度大于900px时应用的样式 */
@media (min-width: 1000px) {
    .wrap{
        margin-top: 150px;
    }
}



















