.page {
    margin: 20px 0px 20px 0px;
}

.page a {
    margin-right: 10px;
    background-color: white;
    padding: 5px 10px 5px 10px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(104, 114, 145);
    font-weight: lighter;
    text-decoration: none;
}

.page a:hover {
    border-color: rgb(123, 153, 240);
}

.header-cta ul li i {
    color: #001659;
}

.second-header a,
.second-header span {
    color: #001659;
}

.main-menu ul li a {
    color: #001659;
}

.table td,
.table th {
    vertical-align: bottom;
}

.table td,
.table th {
    padding-left: 0rem;
    padding-right: 0rem;
}

.btnLgExpend {
    background: #eff1fe;
    margin-Right: 10px;
    color: black;
    margin-bottom: 10px;
    font-weight: bold;
}

.btnSmExpend {
    background: #b6cdf6;
    margin-Right: 10px;
    color: black;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 15px;
}

#searchInput {
    width: 80%;
    font-size: 17px;
    padding: 10px;
    float: left;
}

#btnsearch {
    float: left;
    font-size: 20px;
    padding: 10px;
    width: 18%;
    background-color: #ffffff;
    color: #001659;
    margin-left: 2px;
}

/*????????*/
.loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 254, 255, 0.5);
    /* ???????? */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* ??????????????? */
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-left-color: #ffffff;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
}

.btn-container {
    text-align: left;
    vertical-align: middle;
}

.btn-first-container {
    text-align: left;
    vertical-align: middle;
}

.btn-div {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.base-btn {
    padding: 8px 40px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 25px;
    border-color: transparent;
    background-color: transparent;
    border-width: 1px 1px 1px 1px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.firstBtnActive {
    box-shadow: 0 4px 2px #bec9cf;
    border-bottom: 2px solid #000;
    /* 你可以更改颜色和宽度 */
    /* 为了看起来更像文本的下划线，可以调整padding-bottom */
    padding-bottom: 2px;
    /* 根据下划线宽度调整 */
    padding: 16px 60px;
    border: none;
    background-color: rgb(134, 172, 255);
    color: white;
    transition-duration: 1s;
    -webkit-transition-duration: 0.4s;
    text-decoration: underline;
}

.firstBtnActive:hover {
    box-shadow: 0 4px 4px #bec9cf;
}

.firstBtnNegative {
    text-decoration: underline;
    padding: 16px 60px;
    color: #878786;
    box-shadow: 0 4px 2px #bec9cf, 0 0 1px 1px #bec9cf;
    background-color: rgb(255, 255, 255);
    color: #3560a0;
    transition-duration: 1s;
    -webkit-transition-duration: 0.4s;
}

.firstBtnNegative:hover {
    box-shadow: 0 0 2px 1px #3560a0;
}

.secondBtnNegative {
    font-size: 12px;
    color: #bec9cf;
    border: none;
    box-shadow: 0 0 1px 1px #cacaca;
}

.secondBtnNegative:hover {
    border-width: 1.5px;
    color: #3560A0;
    box-shadow: 0 0 1px 1px #3560A0;
}

.secondBtnActive {
    font-size: 12px;
    color: #3560A0;
    border-color: #3560A0 !important;
    border-width: 1.5px;
}

.secondBtnActive:hover {

    color: #bec9cf;
    border-color: #3560A0 !important;
}

.breadcrumb-area-top {
    min-height: 550px;
    background-image: url(/MIqrESyDEyMUTxg6M3y5oakJDkcLK1DoI1LqI1gPK15pIISyKHZnK0SI.jpg)
}