html {
    font-size: 14px;
}

#mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* 半透明背景 */
    z-index: 9;
    display: none; /* 默认隐藏遮罩层 */
}

@media (min-width: 768px) {
    .showphone {
        display: none;
    }

    .showcomputer {
        display: block;
    }

    html {
        font-size: 16px;
    }

    .hid {
        display: none;
        text-decoration: underline;
    }

    .content2,
    .content3,
    .content4,
    .content5,
    .content6,
    .content7,
    .content8,
    .content9 {
        display: none;
        width: 100%;
        height: 100%;
    }

    @keyframes move {
        0% {
            left: 0;
        }

        100% {
            left: -170%;
        }
    }

    .layout-logo {
        margin-top: 10px;
    }

    #input-container {
        position: fixed; /* 固定定位 */
        top: 50%; /* 顶部居中 */
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white; /* 背景色 */
        border-radius: 5px; /* 边框圆角 */
        z-index: 10; /* 确保在其他内容之上 */
    }

    .zydlable {
        margin-left: 4rem;
    }
}

@media (max-width: 767px) {
    .showphone {
        display: block;
    }

    .showcomputer {
        display: none !important;
    }

    html {
        font-size: 16px;
    }

    .content > div {
        display: block !important;
    }

    .xhx {
        border-bottom: 2px solid #dee2e6;
        padding-bottom: 20px;
    }

    .hid {
        display: block;
        color: #0d6efd;
    }

    .nav {
        display: none;
    }

    .content2,
    .content3,
    .content4,
    .content5,
    .content6,
    .content7,
    .content8,
    .content9 {
        margin-top: 2.5rem;
        width: 100%;
        height: 100%;
        display: block;
    }

    #input-container {
        position: fixed; /* 固定定位 */
        top: 55%; /* 顶部居中 */
        /*  left: 50%; */
        transform: translate(0%, -50%);
        background-color: white; /* 背景色 */
        border-radius: 5px; /* 边框圆角 */
        z-index: 10; /* 确保在其他内容之上 */
    }

    .carousel {
        height: 130px !important;
        margin-top: 62px;
    }

    .fixed-div {
        top: 40% !important;
    }

    .fixed-div1 {
        top: calc(40% + 105px) !important;
    }

    .fixed-div2 {
        top: calc(40% + 180px) !important;
    }

    #list {
        width: 1800% !important;
    }

    #list1 {
        width: 2400% !important;
    }

    .zxz {
        min-height: 900px !important;
    }

    @keyframes move {
        0% {
            left: 0;
        }

        100% {
            left: -1200%;
        }
    }

    #qrow div {
        width: auto !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.carousel {
    position: relative;
    /* height: calc(55vh - 20px);*/ /* 设置轮播图的高度 */
    overflow: hidden;
    height: 450px;
}

.carousel-images {
    height: 100%;
    display: flex;
    animation: slide 9s infinite; /* 设置动画效果 */
}

    .carousel-images img {
        width: 100%;
        height: auto;
        flex: 1 0 auto;
    }
/* 动画关键帧 */
@keyframes slide {
    0% {
        transform: translateX(0);
    }

    11.1%, 33.3% {
        transform: translateX(0);
    }

    44.4%, 66.6% {
        transform: translateX(-100%);
    }

    77.7%, 100% {
        transform: translateX(-200%);
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1000; /* 确保元素在其他内容之上 */
}

.fixed-div {
    position: fixed;
    top: 50%;
    width: 90px;
    left: calc(100vw - 90px);
    height: 100px;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: white;
    border-radius: 10px 0px 0px 10px;
}

.fixed-div1 {
    position: fixed;
    top: calc(50% + 105px);
    width: 90px;
    left: calc(100vw - 90px);
    height: 70px;
    padding: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: white;
    border-radius: 10px 0px 0px 10px;
}

.fixed-div2 {
    position: fixed;
    top: calc(50% + 180px);
    width: 90px;
    left: calc(100vw - 90px);
    height: 70px;
    padding: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: white;
    border-radius: 10px 0px 0px 10px;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

section {
    height: 80vh;
}

/* 定义悬浮按钮样式 */
.dropbtn {
    margin-top: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* 容器 <div> - 悬浮内容默认隐藏 */
.dropdown {
    position: relative;
    display: inline-block;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* 鼠标悬浮时显示下拉内容 */
.dropdown:hover .dropdown-content {
    display: block;
}

/* 链接样式 */
.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

    /* 链接悬浮效果 */
    .dropdown-content a:hover {
        background-color: #f1f1f1;
    }




#wrap {
    height: 230px;
    background-color: #eaf4fd;
    position: relative;
    overflow: hidden;
}

#list {
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    -webkit-animation: 30s move infinite linear;
    width: 500%;
}

    #list li {
        height: 180px;
        list-style: none;
        font: 50px/25px Arial;
        text-align: center;
        float: left;
        font-size: 15px;
        box-shadow: 0 4px 16px 0 rgba(20, 30, 49, .11);
        border-radius: 10px;
        width: 400px;
        background-color: white;
    }

#list1 {
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    -webkit-animation: 30s move infinite linear;
    width: 340%;
}

    #list1 li {
        height: 180px;
        list-style: none;
        font: 50px / 25px Arial;
        text-align: center;
        float: left;
        font-size: 15px;
    }

#wrap:hover #list {
    -webkit-animation-play-state: paused; /*动画暂停播放*/
}

.customer {
    background: #eaf6ff;
    border-radius: 4px;
    bottom: 20px;
    color: #838892;
    font-size: 14px;
    padding: 2px 12px;
    position: absolute;
}


@media screen and (max-width: 800px) {
    h1 {
        padding: 40px 0 90px 10%;
    }

    .tab-wrap {
        width: 80%;
        margin-left: 10%;
        top: -106px;
    }
}

@media screen and (max-width: 800px) {
    .follow {
        margin: 400px auto 0;
    }
}

.divshadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 100%;
    position: relative;
}

.indeximgbg {
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    height: 200px;
}

.indexbtn {
    background-color: #0067b8;
    position: absolute;
    bottom: 1.5rem;
}

.indexdivfix {
    display: flex;
    flex-direction: unset;
    justify-content: space-between;
}


.hover-container {
    position: relative;
    cursor: pointer; /* 将鼠标指针改为指针样式 */
}

.hover-image {
    position: absolute;
    top: 25px;
    width: 250px;
    display: none;
}

.hover-container:hover .hover-image {
    display: block; /* 鼠标悬浮时显示图片 */
}

.hover-containerright:hover .hover-imageright {
    display: block; /* 鼠标悬浮时显示图片 */
}

.hover-imageright {
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 5px;
    left: -280px;
    width: 280px;
    display: none;
    background-color: white;
}

a {
    text-decoration: none;
    color: black;
}

    a:hover {
        color: black !important;
    }


.fullscreen-image {
    cursor: pointer;
    transition: transform 0.3s;
}

/*    .fullscreen-image:hover {
        transform: scale(1.1);
    }
*/
