﻿.home-search {
    height: auto !important;
    background: linear-gradient( to right, #004071, #001e34, #001e34, #001e34, #001e34, #001e34 ) !important;
    color: white;
    position: static;
}

.searchSticky {
    position: fixed;
}

.circleButton {
    border-radius: 10px;
    border: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .circleButton.active {
        background-color: white;
        color: black;
        font-weight: bold;
    }

.bgHeight {
    height: 130px;
}

.searchBox {
    padding: 15px;
}

.searchInputStyle {
    border: 1px solid #ccc;
    background-color: white;
    padding: 0 10px;
    border-radius: 10px;
    color: black;
    height: 90px;
}

.selectInput {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 15px 25px;
    background-color: white;
}

.bottomInfo {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 200px;
    text-align: right;
    font-size: 14px;
    line-height: 16px;
}

.searchRight {
    width: 30%;
    height: 640px;
    /*background-image: url('../img/logo3D.png');*/ /* 替换为你的图片路径 */
    background-image: url('/img/logo3D.png'); /* 放大图片，可根据需求调整比例 */
    background-size: 350%;
    background-position: center bottom; /* 固定图片位置，这里设置为顶部居中 */
    background-repeat: no-repeat;
}

.serachInputBox {
    padding: 10px;
}

.hero-homepage {
    background-color: #f7f7f7 !important;
}

.hero-homepage__items {
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 15px;
    cursor: pointer;
}

    .hero-homepage__items .alink {
        display: flex;    
	flex-wrap: wrap;
        height: 46px;
    }

        .hero-homepage__items .alink a {
            margin-right: 10px;
        }

.tabColor {
    color: rgb(108, 114, 120);
}

.two-line-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 为了兼容 Firefox 等非 WebKit 浏览器，可以设置最大高度，行高根据实际情况调整 */
    line-height: 1.5em;
    /*max-height: 3em;*/
    height: 3em;
}

.hero-homepage .container-xl {
    height: 500px;
    display: flex;
    align-items: center;
}

.hero-homepage__items h3 {
    height: 60px;
}

.Occupyingheight {
    height: 80px;
}

.searchRight img {
    display: none;
}

.scroll-search {
    display: none;
}

@media (max-width: 1400px) {
    .searchRight {
        height: 500px;
    }
}

.search .py5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.searchLeftInfo {
    padding-bottom: 1.5rem !important;
}

@media (max-width: 992px) {
    .search .py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .serachLeft {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .bgHeight {
        height: 0px;
    }

    .circleButton {
        margin-left: 5px;
        margin-top: 5px;
    }

    .selectInput,
    .bottomInfo,
    .searchBtn {
        display: none;
    }

    .bgImage {
        flex-direction: column-reverse;
        background-image: url('../img/logo3D.png'); /* 放大图片，可根据需求调整比例 */
        background-size: 200%;
        background-position: center; /* 固定图片位置，这里设置为顶部居中 */
        background-repeat: no-repeat;
        height: 100%;
    }

    .searchRight {
        display: none;
        height: 5rem;
    }

    .serachLeft .searchLeftInfo:nth-child(3) {
        display: none;
    }

    .searchLeftInfo {
        padding-bottom: 0 !important;
    }

    .searchBox {
        padding: 5px;
        height: 85%;
        line-height: 35px;
    }

        .searchBox div:first-of-type {
            display: none;
        }

        .searchBox input {
            font-size: 15px !important;
        }

    .serachInputBox {
        padding: 0 10px;
    }

    .hero-homepage .container-xl {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-homepage__items {
        margin: 5px !important;
        padding: 10px;
    }

    .Occupyingheight {
        height: 0px;
    }

    .hero-homepage__items h3 {
        height: auto;
    }

    .two-line-ellipsis {
        height: 100%;
        max-height: 3em;
        margin-bottom: 0 !important;
    }

    .searchRight img {
        display: block;
    }

    .searchRight {
        background-size: 130% !important;
        width: 100%;
        height: 10rem;
        background-position: center;
    }

    .searchInputStyle {
        height: 55px;
        border-radius: 30px;
    }

        .searchInputStyle button {
            border-radius: 30px !important;
        }

    .pcArrow {
        display: none;
    }

    .mobileRightArrow {
        display: block !important;
        text-align: right !important;
    }

    .search__input__field {
        overflow: hidden;
        /* 超出部分以省略号显示 */
        text-overflow: ellipsis !important;
    }

    .epitope__banner__content {
        padding: 10px 16px 10px 16px !important;
    }
}
/*ipad 布局%*/
@media (min-width: 700px) and (max-width: 992px) {
    .bgImage {
        background-size: 100%;
    }
}

.scrollStyle {
    display: none;
    width: 100%;
    z-index: 12;
    color: #000;
    background-color: white;
    padding: 0px 0px 20px 0px !important;
}

    .scrollStyle .row {
        margin: auto;
        padding: 0px !important;
    }

    .scrollStyle .search__container {
        margin: 0px !important;
        border: none;
        background-color: #f4f4f4 !important;
    }

    .scrollStyle .search__clear {
        right: 100px !important;
    }

    .scrollStyle .search__params {
        border: none;
        background-color: #f7f7f7 !important;
    }

    .scrollStyle .search__category {
        background-color: #cccccc !important;
        border: none;
    }

    .scrollStyle .search__params__container input::placeholder {
        color: #000;
        font-weight: bold;
    }

.navigationBorder {
    border: none;
}

.epitope__banner__content {
    padding: 36px 16px 16px 16px;
}
