﻿.form-control {
    height:32px;
}

.form-select{
    height:32px;
    padding:0
}

.selectpicker{
    height:32px;
}

.btn-primary{
    padding:6px 10px; 
}

.body {
    overflow-x: scroll;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    /* 初始状态 */
    100% {
        transform: translateY(-100%);
    }
    /* 向上滚动一个li的高度 */
}

.input-group{
    width:300px
}

.bsa-querySearch-btn {
    width: 30px;
    height: 30px
}
.dropdown-toggle {
    height: 32px;
    padding: 5px 8px;
}

#dialogTip {
    position: absolute;
    top: 60px;
    left: 40%;
    display: none;
    z-index: 9999;
    color: #67c23a;
    background: #e1f3d8;
    padding: 0px 100px;
    line-height: 45px;
    border-radius: 3px;
    max-width: 800px;
    overflow: hidden;
}

.alert-error {
    background: red !important;
    color: #fff !important;
    width: auto !important;
    max-width: 500px !important;
    overflow: auto !important;
}

.alert-success {
    color: #fff !important;
    background: green !important;
    width: auto !important;
    max-width: 500px !important;
    overflow: auto !important;
}

.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
    padding: 10px 14px;
    font-size: 14px;
}

.bootstrap-select > .dropdown-toggle{
    width:100px
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 80px
}



.bootstrap-table .fixed-table-container .table.table-sm thead tr:nth-child(2) th .th-inner {
    font-size: 12px;
    font-weight: 600;
   /* padding:2px;*/
}

#table {
    table-layout: fixed;
    /*换行*/
    word-break: break-all;
    word-wrap: break-word;
    white-space: inherit
}
.fixedTableFooter {
    width: 57.667px;
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
    .fixedTableFooter::-webkit-scrollbar {
        display: none;
    }

.table > tbody > tr > td {
    padding: 4px
}

.zidingyi thead tr th {
    background: #e8ebf0
}

    .zidingyi thead tr th .th-inner {
        font-size: 16px;
    }

a {
    text-decoration:none;
}

.btn{
    border-radius:8px;
    padding:4px 8px;
    font-size:14px;
}


.bg-blue {
    background-color: #0074D9 !important;
}

.bg-green {
    background-color: green !important;
}

.bg-red {
    background-color: red !important;
}

.successed td {
    background: #e2edff !important;
}

.modal {
    --bs-modal-width:350px;
}

.dropdown-menu{
    max-height:300px;
    overflow:auto;
}

.dropdown-menu{
    z-index:10999
}

.body-container {
    position: relative;
    left: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.3),0 10px 10px rgba(0,0,0,0.22);
    /*            width: 50rem;
           height: 35rem;*/
    overflow: hidden;
    max-width: 800px;
    min-height: 450px;
}

.footer-container {
    position: relative;
    overflow: hidden;
    bottom: 0;
}

.form-container {
    position: absolute;
    top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 100%;
    width: 450px;
}

.signway {
    margin: 1rem 0;
}

    .signway span {
        font-size: 1rem;
        font-weight: 700;
    }

    .signway a {
        padding: 0 0.5rem;
        border: 1px solid #ccc;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 1.8rem;
        width: 1.8rem;
    }

        .signway a:hover {
            transform: scale(0.95,0.95);
            opacity: 0.8;
        }

.form-container input {
    width: 70%;
    height: 2.2rem;
    text-indent: 1rem;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    margin-top: 2rem;
    transition: all 0.5s ease-in;
}

    .form-container input:focus {
        border-bottom: 1px solid blue;
    }

.sign-in-button,
.sign-up-button {
    font-size: 1rem;
    font-weight: normal;
    padding: 0.4rem 1rem;
    background-color: #417dff;
    border: 1px solid #fff;
    outline: none;
    cursor: pointer;
    width: 10rem;
    color: white;
    border-radius: 8px;
    transition: all 100ms ease-in-out;
    margin: 0.8rem;
}

    .sign-in-button:active,
    .sign-up-button:active {
        transform: scale(0.9,0.9);
    }

.overlay-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.overlay-signin,
.overlay-signup {
    background-color: transparent;
    cursor: pointer;
    border-color: #fff;
    border: 1px solid #fff;
    outline: none;
    width: 5rem;
    border-radius: 8px;
    transition: all 500ms ease-in;
    margin: 0.6rem 0;
    padding: 0.5rem 0;
    color: white;
    font-size: 0.6rem;
}

    .overlay-signin:active,
    .overlay-signup:active {
        transform: scale(0.95,0.95);
    }

.sign-in-container {
    left: 0;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}

.sign-up-container {
    z-index: 98;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*            background-color: skyblue;*/
    width: 100%;
    height: 100%;
}

.sign-in-overlay {
    z-index: 99;
    transition: all 0.5s ease-in-out;
}

.sign-up-overlay {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.signup-overlay-active {
    z-index: 100;
    opacity: 1;
    transform: translateX(-100%);
}

.signin-overlay-active {
    opacity: 0;
}

.signup-form-active {
    z-index: 100;
    opacity: 1;
    transform: translateX(100%);
}

.signin-form-active {
    z-index: 0;
    opacity: 0;
}

.ces {
    height: 2025px;
    width: 2000px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*            background-color:black;*/
}

.message {
    position: absolute;
    top: 82%;
    color: red;
}

.nav-item{
    border-top:3px solid #fff
}

.newYear {
    display: inline-block; /* 将year渲染为块级元素 */
    padding: 2px 6px;
    background-color: #ffffff; /* 方块的背景颜色 */
    color: #b3b3ba;
    margin-right: 6px;
    border-radius: 4px;
    font-size: 12px
}