﻿/*---------------全局----------------------*/
v\:* {
    BEHAVIOR: url(#default#VML)
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    scrollbar-face-color: #eeeeee;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #cccccc;
    scrollbar-3dlight-color: #cccccc;
    scrollbar-arrow-color: #330000;
    scrollbar-track-color: #f6f6f6;
    scrollbar-darkshadow-color: #ffffff;
    font-size: 14px;
    font-family: "Microsoft YaHei","PingFang SC",  "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

@-ms-viewport {
    width: auto !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont/iconfont.eot');
    src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont/iconfont.woff2') format('woff2'), url('iconfont/iconfont.woff') format('woff'), url('iconfont/iconfont.ttf') format('truetype'), url('iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-primary {
    background-color: #0051b5;
    border-color: #0066cc;
}

    .btn-primary:hover {
        background-color: #0066cc;
        border-color: #0066cc;
    }

    .btn-primary:focus, .btn-primary:active {
        background-color: #0051b5 !important;
    }

.btn:hover, .btn:focus {
    outline: none;
}

/*---------------顶部导航菜单----------------------*/
.campus-navbar {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-color: #0051b5;
    min-height: 50px;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

    /* 顶部每个菜单块 */
    .campus-navbar .nav-block > .nav-link,
    .campus-navbar .nav-icon-item > .nav-link {
        color: #fff !important;
        min-height: 50px;
        padding: 0 8px;
        display: flex;
        align-items: center;
        background-color: transparent;
        transition: background-color .2s ease;
        white-space: nowrap;
    }

    /* hover 顶部块变色 */
    .campus-navbar .nav-block:hover > .nav-link,
    .campus-navbar .nav-block.show > .nav-link,
    .campus-navbar .nav-icon-item:hover > .nav-link {
        background-color: #0066cc;
        color: #fff !important;
    }


    /* dropdown 箭头颜色跟随白色 */
    .campus-navbar .dropdown-toggle::after {
        margin-left: .2rem;
        vertical-align: middle;
    }

    .campus-navbar .dropdown-menu {
        font-size: 14px;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    }

/* 桌面端：鼠标移上去自动展开 */
@media (min-width: 992px) {
    .campus-navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }

    /* 点击菜单项后，临时禁止 hover 立即再次展开 */
    .campus-navbar .dropdown.dropdown-click-hidden:hover > .dropdown-menu {
        display: none !important;
    }
}

/* 移动端适配 */
@media (max-width: 991.98px) {
    .campus-navbar {
        min-height: auto;
    }
        .campus-navbar .nav-block > .nav-link,
        .campus-navbar .nav-icon-item > .nav-link {
            min-height: 56px;
            padding: 0 16px;
        }
}

/* 学校LOGO */
.navbar-brand {
    margin-top: 0px;
    margin-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}


/* 右侧“移动版”二维码下拉 */
.campus-navbar .qr-menu {
    left: auto;
    right: 0;
    transform: translateX(10px); /* 左移距离，可按需调整 */
    padding: 6px;
    min-width: 0; /* 让宽度由内容决定 */
    width: auto;
}

    .campus-navbar .qr-menu .qr-img {
        display: block;
        width: auto;
        max-width: none; /* 完全按图片实际尺寸显示 */
        height: auto;
    }

/*-----------------------地图容器------------------------*/

.cmap {
    position: absolute;
    top: 50px;
    overflow: hidden;
}

#mapLoading {
    position: absolute;
    z-index: 3;
    top: 100px;
    left: 100px;
    width: 400px;
    height: 45px;
}

.loadingText {
    font-size: 14px;
}

.cmapmask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1024px;
    height: 768px;
    background: #FFF;
    z-index: 100;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    display: none;
}

.ccompass {
    position: absolute;
    bottom: 50px;
    left: 60px;
    z-index: 99;
}

/*-----------------------弹出窗口------------------------*/
#popwindow {
    display: none;
    position: absolute;
    width: 272px;
    height: auto;
    border-radius: 8px;
    top: 20%;
    left: 20%;
    /*background: url(../images/spotlist.png) center center no-repeat #FFF;
    background-size: 20px auto;*/
    /*text-align:center;*/
    background-color: #FFF;
    /*filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;*/
    z-index: 999;
}

#popwindow .w_title {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    /*background-color: #09528a;*/
    /*校庆*/
    background-color: #0051b5;
}

    #popwindow .w_title .w_t_content {
        float: left;
        padding-left: 10px;
        text-align: left;
        height: 36px;
        line-height: 36px;
        font-weight: bold;
        color: #FFFFFF;
    }

    #popwindow .w_title .w_close {
        /*float:right;*/
        position: absolute;
        display: inline-block;
        /*background: url("images/close_4.png") -48px 0 no-repeat;*/
        right: 5px;
        width: 24px;
        height: 24px;
        color: #FFFFFF;
        cursor: pointer;
    }

    #popwindow .w_title .w_min {
        /*float:right;*/
        position: absolute;
        display: inline-block;
        right: 30px;
        top: 0px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        color: white;
    }

    #popwindow .w_title .w_max {
        /*float:right;*/
        position: absolute;
        display: inline-block;
        right: 30px;
        top: 0px;
        width: 24px;
        height: 24px;
        cursor: pointer;
        color: white;
        display: none;
    }

#popwindow .w_content {
    clear: both;
    width: 100%;
    margin-top: 0px;
    text-align: center;
}

/*----------------------导航窗口-------------------------*/

#naviwindow {
    display: none;
    position: absolute;
    width: 320px;
    height: 186px;
    border-radius: 8px;
    top: 20%;
    left: 20%;
    /*background: url(../images/spotlist.png) center center no-repeat #FFF;
    background-size: 20px auto;*/
    /*text-align:center;*/
    background-color: #FFF;
    /*filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;*/
    z-index: 999;
}

#naviwindow .navi_title {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    /*background-color: #09528a;*/
    /*校庆*/
    background-color: #0051b5;
}

    #naviwindow .navi_title .navi_t_content {
        float: left;
        padding-left: 10px;
        text-align: left;
        height: 36px;
        line-height: 36px;
        font-weight: bold;
        color: #FFFFFF;
    }

    #naviwindow .navi_title .navi_close {
        /*float:right;*/
        position: absolute;
        display: inline-block;
        color:white;
        right: 5px;
        top: 0px;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

#naviwindow .navi_content {
    width: 100%;
    height: 150px;
}

    #naviwindow .navi_content .navi_fromto {
        float: left;
        height: 150px;
        margin-left: 10px;
    }

        #naviwindow .navi_content .navi_fromto .navi_from {
            width: 200px;
            margin-top: 10px;
        }

    #naviwindow .navi_content .navi_search {
        float: left;
        width: 100px;
        height: 150px;
        line-height: 100px;
        text-align: center;
        overflow: hidden;
    }

#navisearch {
    font-size: 14px;
}

/*----------------------全景窗口-------------------------*/

#panowin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

    #panowin .pano_close {
        /*float:right;*/
        position: absolute;
        display: inline-block;
        background: url("../images/multipic_ico.png") 0 0 no-repeat;
        right: 0px;
        top: 0px;
        width: 36px;
        height: 36px;
        cursor: pointer;
    }



/*---------------自动完成----------------------*/
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 0px solid #cccccc;
    border: 0px solid rgba(0, 0, 0, 0.15);
    /*
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
    */
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }


/*-----------------日历组件--------------------*/

#calendar {
    display: none;
    z-index: 9999;
}

/*-----------------图层按钮组------------------*/

.g-linkx3 {
    position: fixed;
    top: 200px;
    right: 2%;
    z-index: 1;
}

    .g-linkx3 label {
        font-weight: 400;
        display: block;
        width: 98px;
        height: 33px;
        line-height: 33px;
        background-color: #fff;
        border-radius: 17px;
        text-align: center;
        font-size: 0;
        margin-bottom: 5px;
        cursor: pointer;
    }

        .g-linkx3 label:last-child {
            margin-bottom: 0;
        }

        .g-linkx3 label input {
            position: absolute;
            left: -9999px;
        }

        .g-linkx3 label span {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: #2f2f2f;
        }

        .g-linkx3 label .color {
            width: 15px;
            height: 15px;
            margin-right: 10px;
            border-radius: 50%;
            opacity: 0.3;
            background-repeat: no-repeat;
            background-position: center center;
        }

    .g-linkx3 label {
        margin-bottom: 8px;
    }

    .g-linkx3 .li1 .color {
        /*background-color: #125bc9;*/
        background-color: #6600ff;
    }

    .g-linkx3 .li2 .color {
        background-color: #638C0B;
    }

    .g-linkx3 .li3 .color {
        background-color: #00cccc;
        /*background-color: #ff9900;*/
    }

    /*.g-linkx3 .li4 .color {
        background-color: #920783;
    }*/

    /*.g-linkx3 .li4 .color {
        background-color: #990000;
    }*/

    .g-linkx3 .li4 .color {
        background-color: #33cc33;
    }

    .g-linkx3 .li5 .color {
        /*background-color: #E60012;*/
        background-color: #3366ff;
    }

    .g-linkx3 .li6 .color {
        background-color: #ff00ff;
    }

    .g-linkx3 .li7 .color {
        background-color: #990000;
    }
    /*.g-linkx3 .li8 .color {
        background-color: #f19149;*/
    /*background-color: #920783;*/
    /*}*/
    .g-linkx3 .li8 .color {
        background-color: #920783;
    }

    .g-linkx3 .li9 .color {
        background-color: #ffcc00;
    }

    .g-linkx3 .li10 .color {
        background-color: #6600ff;
    }

    .g-linkx3 .li11 .color {
        background-color: #ff0000;
    }

    .g-linkx3 .li12 .color {
        background-color: #00b1ad;
    }

    .g-linkx3 .li15 .color {
        background-color: #ff9900;
    }

    .g-linkx3 .li16 .color {
        background-color: #cc0000;
    }

    .g-linkx3 .checked .color {
        background-image: url(../../images/duihao.png);
        opacity: 1;
    }

/*---------------------生活设施Panel-------------------------------*/

.help-layer {
    display: none;
    position: fixed;
    top: 30%;
    left: 30%;
    width: 40%;
    height: 400px;
    background-color: rgba(0,0,0,0.5);
    /*background-color: rgba(255,0,0,0.8);*/
    border-radius: 6px;
    z-index: 9;
}

    .help-layer .close-help {
        cursor: pointer;
        position: absolute;
        font-size: 12px;
        color: white;
        text-align: right;
        height: 30px;
        right: 5px;
    }

    .help-layer .help-txt {
        text-align: center;
        color: white;
        font-size: 16px;
        margin: 10px;
    }

    .help-layer .help-g {
        text-align: center;
        color: white;
    }

.help-btn {
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 0px;
    border-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 6px;
    /*border:1px solid rgba(255,255,255,.25);*/
}
.help-icon{font-size:36px; line-height:1;}
.help-text{font-size:14px; margin-top:6px;}




/*---------------------左上角Panel-------------------------------*/
.c_xq_count {
    color: #0051b5;
    font-weight: bold;
    font-size: 12px;
}

.c_p_navi {
    font-size: 14px;
    color: #0051b5;
}

.c_p_search {
    font-size: 14px;
}

.c_p_dqjg {
    font-size: 22px;
    color: #990000;
}

.c_p_znbc {
    font-size: 22px;
    color: blueviolet;
}

.c_p_jxky {
    font-size: 22px;
    color: chocolate;
}

.c_p_xncg {
    font-size: 22px;
    color: deepskyblue;
}

.c_p_xsss {
    font-size: 22px;
    color: darkkhaki
}

.c_p_xyfj {
    font-size: 22px;
    color: forestgreen;
}

.c_p_xzbg {
    font-size: 22px;
    color: indianred
}

.c_p_jxky {
    font-size: 22px;
    color: lightseagreen
}

.c_p_vr {
    font-size: 22px;
    color: slateblue
}

.c_p_jszz {
    font-size: 22px;
    color: orange
}

.c_p_shss {
    font-size: 22px;
    color: tomato
}

.c_p_zsdw {
    font-size: 22px;
    color: orchid
}

.c_p_jxyx {
    font-size: 22px;
    color: Highlight
}
.c_p_left {
    position: absolute;
    top: 100px;
    left: 150px;
    z-index: 1;
    width: 300px !important;
    border: 0px !important;
}

.c_p_left_content {
    display: none;
    margin-bottom: 20px;
}

.c_p_row_f {
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.c_p_row {
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}


.shadow {
    width: 250px;
    height: auto;
    border: 1px solid #d7dce3;
    border-radius: 10px;
    background: #ffffff;
    color: #333;
    -moz-box-shadow: 0 10px 24px rgba(10, 24, 48, 0.20), 0 3px 8px rgba(10, 24, 48, 0.12), inset 0 1px 0 rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 10px 24px rgba(10, 24, 48, 0.20), 0 3px 8px rgba(10, 24, 48, 0.12), inset 0 1px 0 rgba(255,255,255,0.9);
    box-shadow: 0 10px 24px rgba(10, 24, 48, 0.20), 0 3px 8px rgba(10, 24, 48, 0.12), inset 0 1px 0 rgba(255,255,255,0.9);
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.btn-shadow {
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 2px 2px 10px #909090;
}

.hot-search {
    border-radius: 12px;
    margin-right: 10px;
    margin-top: 10px;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
    font-size: 12px !important;
}

.hot-search:hover,
.hot-search:focus {
    background-color: #ccc !important;
    border-color: #ccc !important;
    color: #333 !important;
}

.lbl-his-hot {
    margin-top: 30px;
    margin-left: 20px;
    font-weight: 600;
}

.lbl-txt-his-hot {
    font-size: 14px;
    color: red;
}


.p-expand-group {
    background-color: #F0F0F0;
    border-right: 0px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    width: 116% ;
    margin-left: -8%;
    transition: transform .15s ease, box-shadow .15s ease;
}

    .p-expand-group:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
    }
.p-group-icon {
    display: block;
    line-height: 1;
}
.p-group-txt {
    font-size: 14px;
    display: block;
    line-height: 1;
    margin-top: 5px;
    white-space: nowrap;
}
/*----------------------迎新窗口------------------------------*/
.c_msgwin {
    display: none;
    position: absolute;
    width: 50%;
    height: auto !important;
    border-radius: 8px;
    top: 10%;
    left: 50%;
    transform: translate(-50%,10%);
    /*background: url(../images/spotlist.png) center center no-repeat #FFF;
    background-size: 20px auto;*/
    /*text-align:center;*/
    background-color: #0051b5;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index: 999;
}


mw_title {
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    /*background-color: #09528a;*/
    /*校庆*/
    background-color: #0051b5;
}

.mw_t_content {
    float: left;
    padding-left: 10px;
    text-align: left;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

.mw_t_close {
    /*float:right;*/
    position: absolute;
    display: inline-block;
    /*background: url("images/close_4.png") -48px 0 no-repeat;*/
    right: 5px;
    width: 24px;
    height: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

.mw_content {
    clear: both;
    width: 100%;
    margin-top: 0px;
    text-align: center;
}

.mw_content_t {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 20px;
    color: #f39b2d;
    font-weight: 600;
}

.mw_content_c {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
}

.msgbtndiv {
    position: absolute;
    top: 100px;
    left: 48%;
    z-index: 9;
    display: none;
}

.msgbtndiv_btn {
    box-shadow: 0px 0px 5px 5px rgba(-2, 0, 0, 0.3);
    letter-spacing: 2px;
}

.mw_content_c_c {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    color: white;
    line-height: 34px;
}

.c_jjl {
    display: flex;
    border-top: 1px dashed white; /* 使用虚线边框 */
}

.c_jjl_1 {
    flex: 1;
    padding: 10px;
    display: flex; /* 使用 Flex 布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.c_jjl_2 {
    flex: 3;
    padding: 10px;
}

.c_tmh {
    display: flex;
    border-top: 1px dashed white; /* 使用虚线边框 */
    margin-top: 10px;
}

.c_tmh_1 {
    flex: 1;
    padding: 10px;
    display: flex; /* 使用 Flex 布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.c_tmh_2 {
    flex: 3;
    padding: 10px;
}

.c_mgg {
    display: flex;
    border-top: 1px dashed white; /* 使用虚线边框 */
    margin-top: 10px;
}

.c_mgg_1 {
    flex: 1;
    padding: 10px;
    display: flex; /* 使用 Flex 布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.c_mgg_2 {
    flex: 3;
    padding: 10px;
}
/*----------------------右上角校区切换------------------------------*/
.card-bar {
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 999;
}
.thumbnail {
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 0px;
}

    .thumbnail:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.9);
    }


.col-card {
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
}
.card-body-txt {
    padding: 2px;
    font-size: 12px;
}
/*--------------------------------------------------------------*/

#aikeyword:focus,
#aikeyword.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: #ced4da;
}

#aikeyword::placeholder {
    font-size: 14px;
}

#aikeyword::-webkit-input-placeholder {
    font-size: 14px;
}

#aikeyword::-moz-placeholder {
    font-size: 14px;
}

#aikeyword:-ms-input-placeholder {
    font-size: 14px;
}

#aikeyword {
    border-right: 1px solid #ced4da !important;
    font-size:14px;
}

#p_navi {
    border-bottom: 1px solid #ced4da !important;
    margin-left: 0 !important;
}

    #p_navi .c_p_navi {
        display: inline-block;
        transition: transform 0.15s ease, font-size 0.15s ease;
        color:#0051b5
    }

#p_navi:hover .c_p_navi,
#p_navi:focus .c_p_navi {
    transform: scale(1.2);
}

/*调整支持 Bootstrap 5 的直接按钮子元素的自定义输入组边框规则*/


#p-search-ai .input-group > .form-control {
    border: 1px solid #ced4da !important;
}

#p-search-ai .input-group {
    height: 34px;
}

#p-search-ai .input-group > .form-control,
#p-search-ai .input-group > .btn {
    height: 34px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

#p_navi,
#p_navi:hover,
#p_navi:focus,
#p_navi:active {
    border: 0 !important;
    border-bottom: 1px solid #ced4da !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: #fff;
}

#p_left.p-left-expanded #aikeyword,
#p_left.p-left-expanded #p_navi {
    border-bottom: 1px solid #ced4da !important;
}



#p_left_content .btn > span:last-child {
    white-space: nowrap;
    display: inline-block;
}

#navifrom::placeholder,
#navito::placeholder {
    font-size: 14px;
}

#navifrom::-webkit-input-placeholder,
#navito::-webkit-input-placeholder {
    font-size: 14px;
}

#navifrom::-moz-placeholder,
#navito::-moz-placeholder {
    font-size: 14px;
}

#navifrom:-ms-input-placeholder,
#navito:-ms-input-placeholder {
    font-size: 14px;
}

#navifrom,
#navito {
    font-size: 14px;
}

