/* @font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Bold.otf'),
        url('../fonts/GoogleSans-Bold.woff') format('woff'),
        url('../fonts/GoogleSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Medium.otf'),
        url('../fonts/GoogleSans-Medium.woff') format('woff'),
        url('../fonts/GoogleSans-Medium.ttf') format('truetype');
    font-weight: medium;
    font-style: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans-Regular.otf'),
        url('../fonts/GoogleSans-Regular.woff') format('woff'),
        url('../fonts/GoogleSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


 */





/* 放大两倍 */
@-webkit-keyframes zoom2 {
    from {
        zoom: 1;
    }

    to {
        zoom: 2;
    }
}

@-moz-keyframes zoom2 {
    from {
        zoom: 1;
    }

    to {
        zoom: 2;
    }
}

@-ms-keyframes zoom2 {
    from {
        zoom: 1;
    }

    to {
        zoom: 2;
    }
}

@-o-keyframes zoom2 {
    from {
        zoom: 1;
    }

    to {
        zoom: 2;
    }
}

@keyframes zoom2 {
    from {
        zoom: 1;
    }

    to {
        zoom: 2;
    }
}









/* 显隐动画 */
@-webkit-keyframes xianyin {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes xianyin {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes xianyin {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes xianyin {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes xianyin {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}







/* 转动动画 */
@-webkit-keyframes zhuan {
    from {
        -webkit-transform: rotateZ(0deg);
    }

    /*50% { -webkit-transform: rotateZ(180deg); }*/
    to {
        -webkit-transform: rotateZ(360deg);
    }
}

@-moz-keyframes zhuan {
    from {
        -moz-transform: rotateZ(0deg);
    }

    /*50% { -moz-transform: rotateZ(180deg); }*/
    to {
        -moz-transform: rotateZ(360deg);
    }
}

@-ms-keyframes zhuan {
    from {
        -ms-transform: rotateZ(0deg);
    }

    /*50% { -ms-transform: rotateZ(180deg); }*/
    to {
        -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes zhuan {
    from {
        -o-transform: rotateZ(0deg);
    }

    /*50% { -o-transform: rotateZ(180deg); }*/
    to {
        -o-transform: rotateZ(360deg);
    }
}

@keyframes zhuan {
    from {
        transform: rotateZ(0deg);
    }

    /*50% { transform: rotateZ(180deg); }*/
    to {
        transform: rotateZ(360deg);
    }
}




/* 上下动画 */
@-webkit-keyframes shangXia_10 {
    from {
        -webkit-transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, 10px);
    }

    to {
        -webkit-transform: translate(0px, 0px);
    }
}

@-moz-keyframes shangXia_10 {
    from {
        -moz-transform: translate(0px, 0px);
    }

    50% {
        -moz-transform: translate(0px, 10px);
    }

    to {
        -moz-transform: translate(0px, 0px);
    }
}

@-ms-keyframes shangXia_10 {
    from {
        -ms-transform: translate(0px, 0px);
    }

    50% {
        -ms-transform: translate(0px, 10px);
    }

    to {
        -ms-transform: translate(0px, 0px);
    }
}

@-o-keyframes shangXia_10 {
    from {
        -o-transform: translate(0px, 0px);
    }

    50% {
        -o-transform: translate(0px, 10px);
    }

    to {
        -o-transform: translate(0px, 0px);
    }
}

@keyframes shangXia_10 {
    from {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, 10px);
    }

    to {
        transform: translate(0px, 0px);
    }
}



@-webkit-keyframes shangXia_15 {
    from {
        -webkit-transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, 15px);
    }

    to {
        -webkit-transform: translate(0px, 0px);
    }
}

@-moz-keyframes shangXia_15 {
    from {
        -moz-transform: translate(0px, 0px);
    }

    50% {
        -moz-transform: translate(0px, 15px);
    }

    to {
        -moz-transform: translate(0px, 0px);
    }
}

@-ms-keyframes shangXia_15 {
    from {
        -ms-transform: translate(0px, 0px);
    }

    50% {
        -ms-transform: translate(0px, 15px);
    }

    to {
        -ms-transform: translate(0px, 0px);
    }
}

@-o-keyframes shangXia_15 {
    from {
        -o-transform: translate(0px, 0px);
    }

    50% {
        -o-transform: translate(0px, 15px);
    }

    to {
        -o-transform: translate(0px, 0px);
    }
}

@keyframes shangXia_15 {
    from {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, 15px);
    }

    to {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes shang_8 {
    from {
        -webkit-transform: translate(0px, 0px);
    }

    to {
        -webkit-transform: translate(0px, -8px);
    }
}

@-moz-keyframes shang_8 {
    from {
        -webkit-transform: translate(0px, 0px);
    }

    to {
        -webkit-transform: translate(0px, -8px);
    }
}

@-ms-keyframes shang_8 {
    from {
        -webkit-transform: translate(0px, 0px);
    }

    to {
        -webkit-transform: translate(0px, -8px);
    }
}

@-o-keyframes shang_8 {
    from {
        -webkit-transform: translate(0px, 0px);
    }

    to {
        -webkit-transform: translate(0px, -8px);
    }
}

@keyframes shang_8 {
    from {
        -webkit-transform: translate(0px, 0px);
    }

    to {
        -webkit-transform: translate(0px, -8px);
    }
}





/* 放大缩小 */
@-webkit-keyframes shan {
    from {
        -webkit-transform: scale(1, 1);
    }

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

    to {
        -webkit-transform: scale(1, 1);
    }
}

@-moz-keyframes shan {
    from {
        -moz-transform: scale(1, 1);
    }

    40% {
        -moz-transform: scale(1.2，1.2);
    }

    to {
        -moz-transform: scale(1, 1);
    }
}

@-ms-keyframes shan {
    from {
        -ms-transform: scale(1, 1);
    }

    40% {
        -ms-transform: scale(1.2, 1.2);
    }

    to {
        -ms-transform: scale(1, 1);
    }
}

@-o-keyframes shan {
    from {
        -o-transform: scale(1, 1);
    }

    40% {
        -o-transform: scale(1.2, 1.2);
    }

    to {
        -o-transform: scale(1, 1);
    }
}

@keyframes shan {
    from {
        transform: scale(1, 1);
    }

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

    to {
        transform: scale(1, 1);
    }
}




/* 微量放大缩小 */
@-webkit-keyframes qingShan {
    from {
        -webkit-transform: scale(1, 1);
    }

    40% {
        -webkit-transform: scale(1.038, 1.038);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}

@-moz-keyframes qingShan {
    from {
        -moz-transform: scale(1, 1);
    }

    40% {
        -moz-transform: scale(1.038, 1.038);
    }

    to {
        -moz-transform: scale(1, 1);
    }
}

@-ms-keyframes qingShan {
    from {
        -ms-transform: scale(1, 1);
    }

    40% {
        -ms-transform: scale(1.038, 1.038);
    }

    to {
        -ms-transform: scale(1, 1);
    }
}

@-o-keyframes qingShan {
    from {
        -o-transform: scale(1, 1);
    }

    40% {
        -o-transform: scale(1.038, 1.038);
    }

    to {
        -o-transform: scale(1, 1);
    }
}

@keyframes qingShan {
    from {
        transform: scale(1, 1);
    }

    40% {
        transform: scale(1.038, 1.038);
    }

    to {
        transform: scale(1, 1);
    }
}






/* 透明度闪烁 */
@-webkit-keyframes shanshan {
    0% {
        opacity: 0.7;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 0.9;
    }

    60% {
        opacity: 0.8;
    }

    80% {
        opacity: 0.85;
    }

    100% {
        opacity: 0.8;
    }
}

@-moz-keyframes shanshan {
    0% {
        opacity: 0.7;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 0.9;
    }

    60% {
        opacity: 0.8;
    }

    80% {
        opacity: 0.85;
    }

    100% {
        opacity: 0.8;
    }
}

@-ms-keyframes shanshan {
    0% {
        opacity: 0.7;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 0.9;
    }

    60% {
        opacity: 0.8;
    }

    80% {
        opacity: 0.85;
    }

    100% {
        opacity: 0.8;
    }
}

@-o-keyframes shanshan {
    0% {
        opacity: 0.7;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 0.9;
    }

    60% {
        opacity: 0.8;
    }

    80% {
        opacity: 0.85;
    }

    100% {
        opacity: 0.8;
    }
}

@keyframes shanshan {
    0% {
        opacity: 0.7;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 0.9;
    }

    60% {
        opacity: 0.8;
    }

    80% {
        opacity: 0.85;
    }

    100% {
        opacity: 0.8;
    }
}
















html {
    background-color: #EAF6FF;
    min-width: 320px;
    /* max-width: 2560px; */
    margin: 0 auto;
    position: relative;
}















/* ╔══════════════════ logo ═════════════════════╗ */

.logo_color {
    background-image: url(../images/logo_color.png);
    display: block;
    width: 112px;
    height: 49px;
}

/* ╚══════════════════════════════════════════════╝ */




















/* ╔══════════════════ 按钮 ═════════════════════╗ */
.button,
.buttonL,
.buttonS {
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}

.button {
    background: linear-gradient(116.57deg, #44AEFA 0%, #66C6F8 83.33%);
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 16px;
    /* line-height: 138%; */
}

.buttonL {
    background: linear-gradient(116.57deg, #44AEFA 0%, #66C6F8 83.33%);
    border-radius: 12px;
    padding: 11px 20px;
    font-size: 17px;
    /* line-height: 138%; */
}

.buttonS {
    background: linear-gradient(116.57deg, #44AEFA 0%, #66C6F8 83.33%);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 138%;
}

.button:hover,
.buttonL:hover,
.buttonS:hover {
    background: linear-gradient(116.57deg, #2E9EEE 0%, #48BAF5 83.33%);
}

/* ╚══════════════════════════════════════════════╝ */


















/* ╔══════════════════ 全局 ═════════════════════╗ */



/* 主体内容区 */
.mainCtt {
    padding-top: 40px;
    padding-bottom: 60px;
    width: 100%;
    position: relative;
}




/* 容器 */
.container {
    width: 1230px;
    position: relative;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}




.mainCtt>.container>.mmm {
    display: flex;
    justify-content: space-between;
    gap: 24px
}

/* 主体内容区的主体区域 */
.mainCtt .main-m {
    flex-grow: 1;
}

/* 主体内容区的左侧区域 */
.mainCtt .main-l {
    width: 30%;
    flex-shrink: 0;
}

/* 主体内容区的右侧区域 */
.mainCtt .main-r {
    width: 30%;
    flex-shrink: 0;
}




.gradient-lightBlue {
    background: linear-gradient(180deg, #EAFBFF 50%, rgba(234, 251, 255, 0) 100%);
}

.gradient-lightGreen {
    background: linear-gradient(180deg, #E2FCEE 50%, rgba(226, 252, 238, 0) 100%);
}

.bg-lightBlue {
    background-color: #EAFBFF;
}

.bg-lightGreen {
    background-color: #E2FCEE;
}



.sticky {
    position: -webkit-sticky;
    /* 对于旧版Safari浏览器 */
    position: sticky;
    top: 90px;
}




.show_xs {
    display: none;
}

/* ╚══════════════════════════════════════════════╝ */










/* ╔══════════════════ infoBarTop ═════════════════════╗ */
/* .infoBarBottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    width: 100%;
    padding: 18px 0px;
    background: #D8F7FF;
    color: #4F9AC6;
    text-align: center;
    line-height: 140%;
    font-size: 16px;
    font-weight: 300;
    z-index: 100;
} */


/* ╚════════════════════════════════╝ */





/* ╔══════════════════ infoBar ═════════════════════╗ */
.infoBar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 0px;
    gap: 10px;
    width: 100%;
    background: #D8F7FF;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #4F9AC6;
}


/* ╚════════════════════════════════╝ */







/* ╔══════════════════ globalNav ═════════════════════╗ */
.globalNav {
    width: 100%;
    height: 68px;
    background: rgba(255, 255, 255, 1);
    z-index: 101;
    position: fixed;
    display: block;
    backdrop-filter: saturate(1.8) blur(20px);
    top: 0px;
    min-width: 320px;
}

.globalNav .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.globalNav .ll {
    display: flex;
    align-items: center;
    gap: 60px;
}

.globalNav .logo_color {
    /* width: 100.57px; */
    /* height: 44px; */
}

.globalNav .globalNavUl {
    display: flex;
    gap: 30px;
}

.globalNav .globalNavUl li {}


.globalNav .globalNavUl li a {
    font-weight: 500;
    font-size: 16px;
    color: #3C72A8;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-radius: 8px;
    /* cursor: pointer; */
}

.globalNav .globalNavUl li a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.globalNav .searchBar {
    width: 180px;
    background: #FFFFFF;
    border: 1px solid #74B9F7;
    border-radius: 16px;
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    padding: 5px 12px;

    display: inline-block;
    vertical-align: middle;
}

.globalNav .searchBar input {
    color: #26A4ED;
    width: 100%;
}

.globalNav .searchBar input::placeholder {
    color: rgba(110, 155, 190, 0.7);
}


.globalNav .navIcons {
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.navIcon {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
}

.navIcon:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.navIcon.navsBtn {
    background-image: url(../images/navIcons/navs.png);
}

.navIcon.searchBtn {
    background-image: url(../images/navIcons/search.png);
}

.navIcon.retractBtn {
    background-image: url(../images/navIcons/retract.png);
}

/* ╚══════════════════════════════════════════════╝ */














/* ╔══════════════════ navsFP ═════════════════════╗ */

.navsFP,
.searchFP {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 101;
    /* visibility: hidden; */
    display: none;
    top: 0px;
}

.navsFP .bg,
.searchFP .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(64, 69, 74, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
}

.navsFP .mainBox {
    width: 100%;
    background-color: #fff;
    padding: 100px 30px 50px 30px;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    display: block;
}

.navsFP .navItem {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.navsFP .navItem .label {
    font-weight: 500;
    font-size: 19px;
    line-height: 120%;
    color: #26A4ED;
}

.navsFP .navItem .num {
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    color: #8C939C;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50px;
}

.navsFP .navBar,
.searchFP .navBar {
    position: absolute;
    top: 0px;
    background-color: #fff;
    width: 100%;
}

.navsFP .navBar .container,
.searchFP .navBar .container {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}

.navsFP .logo_color,
.searchFP .logo_color {
    width: 78px;
    height: 34px;
}

/* ╚══════════════════════════════════════════════╝ */













/* ╔══════════════════ searchFP ═════════════════════╗ */
.searchFP .mainBox {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-top: 68px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
    position: relative;
    display: block;
    overflow: scroll;
}

.searchFP .searchBar {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #40454A;
    background: #FFFFFF;
    border: 1px solid #68ADF2;
    border-radius: 10px;
    padding: 10px 15px;
}

.searchFP .searchBar::placeholder {
    color: #8C939C;
}

.searchFP .suggList {

    width: 100%;
    padding: 0px 5px;
    margin-top: 15px;
}

.searchFP .suggListItem {
    padding: 12px 0px;
    width: 100%;
    background: #FFFFFF;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #40454A;
    display: block;
    text-decoration: none;
}




/* ╚══════════════════════════════════════════════╝ */
















/* ╔══════════════════ footer ═════════════════════╗ */
.footer {
    width: 100%;
}

.footer .footer-line1 {
    background: #CEECFC;
    width: 100%;
    padding: 50px 0px;


    font-weight: 300;
    font-size: 12px;
    line-height: 170%;
    color: #5BA5CD;
}

.footer .footer-line1 .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;

    padding: 0px 8%;
}


.footer .footer-line2 {
    padding: 12px 0px;
    width: 100%;
    background: #C0E3F6;

    font-weight: 300;
    font-size: 12px;
    line-height: 160%;
    text-align: center;
    color: #7DA7BE;

}

.footer .footer-line2 .container {
    padding: 0px 8%;
}


.footer .logo_color {
    flex-shrink: 0;
}


/* ╚══════════════════════════════════════════════╝ */













/* ╔══════════════════ azBar ═════════════════════╗ */
.azBarContainer {
    width: 6px;

}

.azBar {
    padding: 4px 0px;
    opacity: 0.5;
    width: 22px;
    right: 0px;

    /* overflow: hidden; */
}

.azBar .bg {
    background: rgba(45, 172, 255, 1);
    /* width: 22px; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 40px;
}

.azBar .azList {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* align-items: center; */
    gap: 0px;
    position: relative;
}

.azBar .azItem {
    width: 22px;
    height: 22px;
    line-height: 22px;

    font-weight: 500;
    font-size: 13px;

    text-align: center;
    color: #FFFFFF;
    background: rgba(45, 172, 255, 1);
    border-radius: 50% 25% 25% 50%;
    /* border-radius: 50%; */

    cursor: pointer;

    /* transition: width 0.5s ease, height 0.5s ease, font-size 0.5s ease, line-height 0.5s ease; */
    vertical-align: middle;

    transition: all 0.3s;
}

.azBar .azItem:hover {
    /* transform-origin: 100% 50%; */
    /* transform: scale(2); */
    /* zoom: 1.8; */
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    /* transition: width 0.5s ease, height 0.5s ease, font-size 0.5s ease, line-height 0.5s ease; */
    /* animation: zoom2 0.5s ease-out 1; */
    /* -webkit-animation:zoom2 0.5s ease-out; */
}

/* ╚══════════════════════════════════════════════╝ */













/* ╔══════════════════ TAB组件 ═════════════════════╗ */
.tabsCtt {
    background-color: #fff;
    /* padding-top: 60px; */
    /* display: none; */
}

.tabsCtt .tabs {
    /* Frame 107 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    /* padding: 0px 16px; */
    gap: 20px;
}

.tabsCtt .tabs .tab {
    font-weight: 400;
    font-size: 14px;
    line-height: 312%;
    color: #8C939C;
    cursor: pointer;
    position: relative;
}

.tabsCtt .tabs .tab .gang {
    position: absolute;
    width: 38px;
    height: 3px;
    left: 50%;
    margin-left: -19px;
    bottom: 0px;
    background: #26A4ED;
    border-radius: 2px 2px 0px 0px;
    display: none;
}

.tabsCtt .tabs .tab.current {
    font-weight: 500;
    color: #26A4ED;
}

.tabsCtt .tabs .tab.current .gang {
    display: block;
}

/* ╚══════════════════════════════════════════════╝ */







/* ╔══════════════════ titleBar ═════════════════════╗ */
.titleBar {
    /* background-color: #fff; */
    padding-top: 30px;
}

.titleBarL1 {
    /* margin-bottom: 15px; */
}

.titleBarL1 .shuGang {
    width: 5px;
    height: 26px;

    border-radius: 0px 4px 4px 0px;
    display: inline-block;
    vertical-align: middle;
}

.titleBarL1 .shuGang.blue {
    background: linear-gradient(180deg, #4FAFF3 0%, #00CCF4 100%);
}

.titleBarL1 .shuGang.green {
    background: linear-gradient(180deg, #00D8A7 0%, #8DE183 100%);
}


.titleBarL1 p {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #000000;
    margin-left: 11px;
    display: inline-block;
    vertical-align: middle;
}

/* ╚══════════════════════════════════════════════╝ */





/* ╔══════════════════ subList ═════════════════════╗ */
.subList {
    padding-bottom: 5px;
    background: #FFFFFF;
    box-shadow: 0px 50px 80px -33px rgba(30, 140, 204, 0.2);
    border-radius: 15px;
    overflow: hidden;

    background: #FFFFFF;
    box-shadow: 0px 50px 80px -33px rgba(30, 140, 204, 0.2);
    border-radius: 15px;
}


.subList .titleCttCtn {
    background: #FFFFFF;
    padding: 0px 20px;
    position: relative;
}

.subList .titleCtt {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 0px;
    gap: 10px;
    background: #FFFFFF;
    border-bottom: 3px solid #26A4ED;
    position: relative;
}

.subList .titleCtt.blue {
    border-bottom: 3px solid #26A4ED;
}

.subList .titleCtt.green {
    border-bottom: 3px solid #1EC6B8;
}


.subList .titleCtt .title {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #26A4ED;
    flex-shrink: 0;
}

.subList .titleCtt.blue .title {
    color: #26A4ED;
}

.subList .titleCtt.green .title {
    color: #1EC6B8;
}

.subList .titleCtt .num {
    padding: 4px 8px;
    background: rgba(30, 140, 204, 0.1);
    border-radius: 40px;
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    color: #1E8CCC;
    flex-shrink: 0;
}

.subList .titleCtt.blue .num {
    color: #26A4ED;
    background: rgba(30, 140, 204, 0.1);
}

.subList .titleCtt.green .num {
    color: #1EC6B8;
    background: rgba(30, 198, 184, 0.1);
}

.subList .titleCtt .searchBar {
    width: 400px;
    /* height: 32px; */
    padding: 7px 15px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    background: #FFFFFF;
    border: 1px solid #74B9F7;
    border-radius: 24px;
    color: #26A4ED;
    font-size: 12px;
    line-height: 130%;
}

.subList .titleCtt.blue .searchBar {
    color: #26A4ED;
    border: 1px solid #74B9F7;
}

.subList .titleCtt.green .searchBar {
    color: #1EC6B8;
    border: 1px solid #1EC6B8;
}

.subList .titleCtt .searchBar::placeholder {
    color: rgba(110, 155, 190, 0.7);
}

.subList .titleCtt.blue .searchBar::placeholder {
    color: rgba(110, 155, 190, 0.7);
}

.subList .titleCtt.green .searchBar::placeholder {
    color: rgba(30, 198, 184, 0.7);
}


.subList .listCtt li {
    background: #FFFFFF;
    padding: 0px 20px;
    cursor: pointer;
}

.subList .listCtt li:hover {
    background: #FFFFF0;
}

.subList .listCtt li .ctt {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #40454A;
}

.subList .listCtt li:last-child .ctt {
    border-bottom: none;
}

.subList .listCtt li a {
    text-decoration: none;
}

.subList .listCtt li .arrow {
    background-image: url(../images/listItemArrow.png);
    width: 12px;
    height: 12px;
}


.subListContainer .loading {
    text-align: center;
    color: rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    padding-bottom: 15px;
    font-size: 12px;
    display: none;
}



/* ╚══════════════════════════════════════════════╝ */


























/* ╔══════════════════ 相关疾病与治疗物质 ═════════════════════╗ */

.related-diseases,
.related-therapeutic {
    background: #FFFFFF;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.related-diseases .title,
.related-therapeutic .title {
    padding: 12px 18px;
    width: 100%;

    font-weight: 600;
    font-size: 17px;
    line-height: 140%;
}




.related-diseases {}

.related-therapeutic {}







.related-diseases .title {
    background: linear-gradient(268.88deg, rgba(113, 217, 237, 0.3) 0%, rgba(79, 175, 243, 0.3) 98.11%);
    color: #1E8CCC;
}

.related-therapeutic .title {
    background: linear-gradient(268.9deg, rgba(138, 227, 127, 0.27) 0%, rgba(0, 216, 167, 0.3) 100%);
    color: #159B90;
}







.related-diseases .list,
.related-therapeutic .list {
    padding: 10px 0px;

    max-height: 433px;
    overflow: scroll;
}


.related-diseases .list .listItem {}

.related-therapeutic .list .listItem {}




.related-diseases .list .listItem:hover,
.related-therapeutic .list .listItem:hover {
    background-color: rgba(0, 0, 0, 0.05);
}


.related-diseases .list .listItem,
.related-therapeutic .list .listItem {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    text-decoration: none;
    position: relative;
    display: block;
}

.related-diseases .list .listItem .listItemCtt,
.related-therapeutic .list .listItem .listItemCtt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
    width: 100%;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
}

.related-diseases .list .listItem:last-child .listItemCtt,
.related-therapeutic .list .listItem:last-child .listItemCtt {
    border-bottom: none;
}

.related-diseases .list .listItem .label,
.related-therapeutic .list .listItem .label {
    color: #40454A;
}

.related-diseases .list .listItem .arrow,
.related-therapeutic .list .listItem .arrow {
    width: 12px;
    height: 12px;
    opacity: 0.6;
    background-image: url(../images/listItemArrow.png);
}






/* ╚══════════════════════════════════════════════╝ */






.infoimg img {
    width: 100%;
}






/* ╔══════════════════ 报告列表 ═════════════════════╗ */

.reportListContainer {
    padding: 5px 30px 0px;
    background: #FFFFFF;
    border-radius: 15px;
    flex-grow: 1;
}

.reportListContainer .title {
    padding: 15px 0px;
    border-bottom: 3px solid #4091E2;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #4091E2;
}

.reportListContainer .list {
    padding: 0px 0px 10px;
    width: 100%;
}

.reportListContainer .listItem {
    padding: 15px 0px;
    width: 100%;
    background: #FFFFFF;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.reportListContainer .listItem:last-child {
    border-bottom: none;
}

.reportListContainer .listItem .ttt {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #62686C;
    /* cursor: pointer; */
    text-decoration: none;
    display: block;
    position: relative;
}

.reportListContainer .listItem .ttt:hover {
    color: #26A4ED;
    text-decoration: underline;
}

.reportListContainer .listItem .exInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reportListContainer .listItem .date {
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    color: #777777;
    margin-top: 5px;
}


.reportListContainer .listItem .expandButton {
    width: 24px;
    height: 17px;
    background-image: url(../images/expandButtons/open.png);
    cursor: pointer;
}

.reportListContainer .listItem .previewBox {
    padding: 12px;
    background: #F7F8F9;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1dvh;
    color: #62686C;
    font-weight: 300;
    display: none;

    /* transition: all 0.3s; */
    transform-origin: 50% 0;
}

.reportListContainer .listItem .previewBox div {
    margin-bottom: 6px;
}

.reportListContainer .listItem .previewBox .buttonS {
    margin-top: 4px;
}

.reportListContainer .listItem .previewBox .diseases a,
.reportListContainer .listItem .previewBox .therapeutic a {
    font-weight: 300;
    font-size: 13px;
    line-height: 160%;
    text-decoration: none;
}

.reportListContainer .listItem .previewBox .diseases a {
    color: #26A4ED;
}

.reportListContainer .listItem .previewBox .therapeutic a {
    color: #1EC6B8;
}

.reportListContainer .listItem .previewBox .diseases a:hover,
.reportListContainer .listItem .previewBox .therapeutic a:hover {
    text-decoration: underline;
}

.reportListContainer .listItem .previewBox .viewBtn {
    padding: 8px 12px;
    background: linear-gradient(116.57deg, #44AEFA 0%, #66C6F8 83.33%);
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
}

.reportListContainer .loading {
    text-align: center;
    color: rgba(0, 0, 0, 0.2);
    padding-top: 0px;
    padding-bottom: 25px;
    font-size: 12px;
    display: none;
}

/* ╚══════════════════════════════════════════════╝ */


























@media screen and (max-width: 1400px) {

    /* ╔══════════════════ 全局 ═════════════════════╗ */
    .container {
        width: 1120px;
    }

    .mainCtt>.container>.mmm {
        gap: 22px;
    }

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ globalNav ═════════════════════╗ */
    .globalNav {
        height: 62px;
    }

    .globalNav .ll {
        gap: 56px;
    }

    .globalNav .logo_color {
        width: 96px;
        height: 42px;
    }

    .globalNav .globalNavUl {
        gap: 28px;
    }

    .sticky {
        top: 86px;
    }

    /* ╚══════════════════════════════════════════════╝ */



    /* ╔══════════════════ azBar ═════════════════════╗ */
    .azBarContainer {
        width: 6px;
    }

    .azBar {
        padding: 4px 0px;
        width: 20px;
    }

    .azBar .azItem {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    /* ╚══════════════════════════════════════════════╝ */



    /* ╔══════════════════ infoBar ═════════════════════╗ */
    .infoBar {
        font-size: 15px;
        padding: 10px 0px;
    }

    /* ╚══════════════════════════════════════════════╝ */



    /* ╔══════════════════ titleBar ═════════════════════╗ */
    .titleBar {
        padding-top: 22px;
    }

    .titleBarL1 {
        /* margin-bottom: 5px; */
    }

    .titleBarL1 .shuGang {
        width: 4px;
        height: 24px;
        border-radius: 0px 3px 3px 0px;
    }

    .titleBarL1 p {
        font-size: 30px;
        margin-left: 10px;
    }

    /* ╚══════════════════════════════════════════════╝ */




    /* ╔══════════════════ footer ═════════════════════╗ */
    .footer .footer-line1 {
        padding: 40px 0px;
    }

    .footer .logo_color {
        width: 96px;
        height: 42px;
    }

    /* ╚══════════════════════════════════════════════╝ */

}





@media screen and (max-width: 1200px) {

    /* ╔══════════════════ 全局 ═════════════════════╗ */
    .container {
        width: 940px;
    }

    .mainCtt>.container>.mmm {
        gap: 22px;
    }

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ globalNav ═════════════════════╗ */
    .globalNav {
        height: 56px;
    }

    .globalNav .ll {
        gap: 52px;
    }

    .globalNav .logo_color {
        width: 90px;
        height: 44px;
    }

    .globalNav .globalNavUl {
        gap: 26px;
    }

    .globalNav .globalNavUl li a {
        font-size: 15px;
    }

    .sticky {
        top: 78px;
    }

    /* ╚══════════════════════════════════════════════╝ */



    /* ╔══════════════════ subList ═════════════════════╗ */
    .subList {
        border-radius: 14px;
    }

    .subList .titleCttCtn {
        padding: 0px 20px;
    }

    .subList .titleCtt {
        padding: 16px 0px;
    }

    .subList .titleCtt .title {
        font-size: 20px;
    }

    .subList .titleCtt .num {
        padding: 4px 8px;
        font-size: 12px;
    }

    .subList .titleCtt .searchBar {
        /* width: 400px; */
        width: 100%;
        left: auto;
        right: 0px;
        flex-shrink: 1;
        position: relative;
        left: 0;
        margin-left: 0;
    }

    /* ╚══════════════════════════════════════════════╝ */

    /* ╔══════════════════ 报告列表 ═════════════════════╗ */
    .reportListContainer {
        padding: 5px 25px 0px;
        border-radius: 14px;
    }

    .reportListContainer .title {
        padding: 12px 0px;
        /* border-bottom: 3px solid #4091E2; */
        font-size: 20px;
    }

    /* ╚══════════════════════════════════════════════╝ */

    /* ╔══════════════════ 相关疾病与治疗物质 ═════════════════════╗ */
    .related-diseases,
    .related-therapeutic {
        border-radius: 14px;
        /* margin-bottom: 20px; */
    }

    .related-diseases .title,
    .related-therapeutic .title {
        padding: 11px 17px;
        font-size: 16px;
    }

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ azBar ═════════════════════╗ */
    .azBarContainer {
        width: 4px;
    }

    .azBar {
        padding: 3px 0px;
        width: 18px;
    }

    .azBar .azItem {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 11px;
    }

    /* ╚══════════════════════════════════════════════╝ */



    /* ╔══════════════════ infoBar ═════════════════════╗ */
    .infoBar {
        font-size: 14px;
        padding: 9px 0px;
    }

    /* ╚══════════════════════════════════════════════╝ */




    /* ╔══════════════════ titleBar ═════════════════════╗ */
    .titleBar {
        padding-top: 20px;
    }

    .titleBarL1 {
        /* margin-bottom: 5px; */
    }

    .titleBarL1 .shuGang {
        width: 4px;
        height: 22px;
        border-radius: 0px 3px 3px 0px;
    }

    .titleBarL1 p {
        font-size: 28px;
        margin-left: 10px;
    }

    /* ╚══════════════════════════════════════════════╝ */




    /* ╔══════════════════ footer ═════════════════════╗ */
    .footer .footer-line1 {
        padding: 30px 0px;
    }

    .footer .logo_color {
        width: 91px;
        height: 40px;
    }

    /* ╚══════════════════════════════════════════════╝ */
}





@media screen and (max-width: 992px) {

    /* ╔══════════════════ 全局 ═════════════════════╗ */
    .container {
        /* width: 720px; */
        width: 90%;
    }

    .mainCtt>.container>.mmm {
        gap: 20px;
    }

    /* ╚══════════════════════════════════════════════╝ */



    /* ╔══════════════════ globalNav ═════════════════════╗ */
    .globalNav {
        height: 52px;
    }

    .globalNav .ll {
        gap: 40px;
    }

    .globalNav .logo_color {
        width: 82px;
        height: 36px;
    }

    .globalNav .globalNavUl {
        gap: 20px;
    }

    .globalNav .globalNavUl li a {
        font-size: 14px;
    }

    .sticky {
        top: 76px;
    }

    /* ╚══════════════════════════════════════════════╝ */

    /* ╔══════════════════ subList ═════════════════════╗ */
    .subList {
        border-radius: 13px;
    }

    /* .subList .titleCtt .searchBar {
        width: 240px;
        left: auto;
        right: 0px;
    } */

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ 报告列表 ═════════════════════╗ */
    .reportListContainer {
        padding: 5px 20px 0px;
        border-radius: 13px;
    }

    .reportListContainer .title {
        padding: 11px 0px;
        /* border-bottom: 3px solid #4091E2; */
        font-size: 19px;
    }

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ 相关疾病与治疗物质 ═════════════════════╗ */
    .related-diseases,
    .related-therapeutic {
        border-radius: 13px;
        /* margin-bottom: 20px; */
    }

    .related-diseases .title,
    .related-therapeutic .title {
        padding: 10px 16px;
        font-size: 15px;
    }

    /* ╚══════════════════════════════════════════════╝ */




    /* ╔══════════════════ infoBar ═════════════════════╗ */
    .infoBar {
        font-size: 13px;
        padding: 8px 0px;
    }

    /* ╚══════════════════════════════════════════════╝ */



    /* ╔══════════════════ titleBar ═════════════════════╗ */
    .titleBar {
        padding-top: 20px;
    }

    .titleBarL1 {
        /* margin-bottom: 5px; */
    }

    .titleBarL1 .shuGang {
        width: 4px;
        height: 22px;
        border-radius: 0px 3px 3px 0px;
    }

    .titleBarL1 p {
        font-size: 26px;
        margin-left: 8px;
    }

    /* ╚══════════════════════════════════════════════╝ */




    /* ╔══════════════════ footer ═════════════════════╗ */
    .footer .footer-line1 {
        padding: 25px 0px;
    }

    .footer .logo_color {
        width: 86px;
        height: 38px;
    }

    /* ╚══════════════════════════════════════════════╝ */



}





@media screen and (max-width: 768px) {

    /* ╔══════════════════ 全局 ═════════════════════╗ */
    .mainCtt {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .container {
        width: 92%;
    }

    .mainCtt>.container>.mmm {
        flex-direction: column;
        /* gap: 15px; */
        gap: 0px;
    }

    .mainCtt .main-l {
        width: 100%;
    }

    .mainCtt .main-r {
        width: 100%;
    }

    .hide-xs {
        display: none;
    }

    .show-xs {
        display: block;
    }

    /* ╚══════════════════════════════════════════════╝ */




    /* ╔══════════════════ globalNav ═════════════════════╗ */
    .globalNav {
        height: 50px;
    }

    .globalNav .ll {
        gap: 42px;
    }

    .globalNav .globalNavUl {
        display: none;
    }

    .globalNav .navIcons {
        display: inline-block;
    }

    .globalNav .searchBar {
        display: none;
    }

    .globalNav .logo_color {
        width: 78px;
        height: 34px;
    }

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ subList ═════════════════════╗ */
    .subList {
        border-radius: 12px;
    }

    .subList .titleCttCtn {
        padding: 0px 15px;
    }

    .subList .titleCtt {
        padding: 14px 0px;
    }

    .subList .titleCtt .title {
        font-size: 18px;
    }

    .subList .titleCtt .num {
        padding: 4px 8px;
        font-size: 11px;
    }

    /* .subList .titleCtt .searchBar {
        width: 400px;
        left: auto;
        right: 0px;
    } */

    .subList .listCtt li {
        padding: 0px 15px;
    }

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ 报告列表 ═════════════════════╗ */
    .reportListContainer {
        padding: 5px 15px 0px;
        border-radius: 12px;
    }

    .reportListContainer .title {
        padding: 10px 0px;
        /* border-bottom: 3px solid #4091E2; */
        font-size: 18px;
    }

    .reportListContainer .listItem .ttt {
        font-size: 14px;
    }

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ footer ═════════════════════╗ */
    .footer .logo_color {
        width: 91px;
        height: 40px;
    }

    .footer .footer-line1 {
        padding: 25px 0px;
    }

    .footer .footer-line1 .container {
        flex-direction: column;
        gap: 12px;
        padding: 0px 4%;
    }

    .footer .footer-line2 .container {
        padding: 0px 4%;
    }

    /* ╚══════════════════════════════════════════════╝ */




    /* ╔══════════════════ 相关疾病与治疗物质 ═════════════════════╗ */
    .related-diseases,
    .related-therapeutic {
        border-radius: 10px;
        /* margin-bottom: 15px; */
        margin-bottom: 0px;
        /* display: none; */
    }

    .related-diseases .list,
    .related-therapeutic .list {
        max-height: none;
        overflow: visible;
    }

    .related-diseases .list .listItem,
    .related-therapeutic .list .listItem {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-decoration: none;
        position: relative;
        display: block;
    }


    /* ╚══════════════════════════════════════════════╝ */





    /* ╔══════════════════ titleBar ═════════════════════╗ */
    .titleBar {
        padding-top: 15px;
        background-color: #fff;
    }

    .titleBarL1 {
        /* margin-bottom: 5px; */
    }

    .titleBarL1 .shuGang {
        width: 4px;
        height: 22px;
        border-radius: 0px 3px 3px 0px;
    }

    .titleBarL1 p {
        font-size: 26px;
        margin-left: 10px;
    }

    /* ╚══════════════════════════════════════════════╝ */




    /* ╔══════════════════ azBar ═════════════════════╗ */
    .azBarContainer {
        width: 4px;
        margin-left: -14px;
    }

    .azBar {
        padding: 2px 0px;
        width: 16px;
    }

    .azBar .azItem {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 10px;
    }

    /* ╚══════════════════════════════════════════════╝ */



}


@media screen and (max-width: 640px) {

    /* ╔══════════════════ subList ═════════════════════╗ */
    /* .subList .titleCtt .searchBar {
        width: 320px;
        left: auto;
        right: 0px;
    } */

    /* ╚══════════════════════════════════════════════╝ */
}


@media screen and (max-width: 576px) {

    /* ╔══════════════════ 全局 ═════════════════════╗ */
    .container {
        width: 92%;
    }

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ subList ═════════════════════╗ */
    /* .subList .titleCtt .searchBar {
        width: 210px;
        left: auto;
        right: 0px;
    } */

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ TAB组件 ═════════════════════╗ */
    .tabsCtt {
        /* display: block; */
        /* padding-top: 56px; */
    }

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ titleBarL1 ═════════════════════╗ */
    .titleBarL1 {
        /* margin-bottom: 2px; */
    }

    .titleBarL1 .shuGang {
        width: 4px;
        height: 20px;
        border-radius: 0px 3px 3px 0px;
    }

    .titleBarL1 p {
        font-size: 24px;
        margin-left: 7px;
    }

    /* ╚══════════════════════════════════════════════╝ */





    /* ╔══════════════════ infoBar ═════════════════════╗ */
    .infoBar {
        font-size: 12px;
        padding: 7px 0px;
    }

    /* ╚══════════════════════════════════════════════╝ */


    /* ╔══════════════════ footer ═════════════════════╗ */
    .footer .footer-line1 {
        padding: 20px 0px;
    }

    .footer .footer-line1 .container {
        gap: 8px;
    }

    .footer .logo_color {
        width: 77px;
        height: 34px;
    }

    /* ╚══════════════════════════════════════════════╝ */
}

@media screen and (max-width: 420px) {

    /* ╔══════════════════ subList ═════════════════════╗ */
    /* .subList .titleCtt .searchBar {
        width: 120px;
        left: auto;
        right: 0px;
    } */

    /* ╚══════════════════════════════════════════════╝ */
}