html,body {width: 100%; height: 100%;}

#mask {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}
#msg {
    width: 100%;
    height: auto;
    padding-top: 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#navbar {
    width: 100%;
    height: auto;
    padding: 0.5em;
    background-color: rgb(246, 246, 246);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border-top: 1px solid rgb(237, 237, 237);
    text-align: center;
}
#navbar img {
    width: 2em;
    height: 2em;
}
#navbar div {
    font-size: 10px;
    color: #c3c3c7;
    font-weight: bold;
    padding-top: 3px;
}

.userbox {
    background: url("../images/userbg.png") no-repeat top;
    background-size: 100%;
}
#userbox {
    width: 59%;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 4.6em;
    z-index: 98;
    padding-top: 25%!important;
    overflow-y: auto;
}
#box {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 99;
}
.boxanimation {
    transform: scale(0.8) translateX(61.8%);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#setup {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    background-color: #fff;
    border-radius: 1em;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 1.5em;
    left: 1.5em;
    z-index: 999;
}
#setup img {
    width: 1.5em;
    height: 1.5em;
}
#clickbox {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
    display: none;
}

.ofc {object-fit: cover;}
.avatar {border: 2px solid #fff;}
.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
}

.text-success {color: rgb(98, 211, 175)!important;}
.btn-primary {
    color: #000;
    background: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: rgb(222, 224, 218)!important;
    background-image: none;
    border-color: transparent;
    opacity: 1;
}
.loading {
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 100%;
    display: inline-block;
    animation: circle infinite 0.75s linear;
}
@keyframes circle {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
}
.pagination{justify-content: center;}
.pagination li a,.pagination li span {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #444;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination li:last-child a,.pagination li:last-child span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.pagination li:first-child a,.pagination li:first-child span {
    color: #444;
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination li.active a,.pagination li.active span {
    z-index: 3;
    color: #333;
    background-color: #ebebeb;
    border-color: #ccc;
}
.pagination li.disabled a,.pagination li.disabled span {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.fanhui {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}