/* 大于等于1200px pc端 */
@media (min-width: 1200px) {
    .main {
        width: 1200px!important;
        padding: 0!important;
    }
    .nav-w {
        margin: 0 auto;
        width: 1200px!important;
    }
}
/* 移动端 */
.main {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

#liveAlertPlaceholder {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.footer {
    flex-direction: column;
}

.prepare {
    flex-wrap: wrap;
}
.codeImg {
    max-height: 200px;
    max-width: 200px;
}

.box-qrCode {
    height: 230px!important;
    background-color: #eeeeee!important;
}

.upLoad {
    border: 1px dashed #a1a0a0;
    border-radius: 10px;
    height: 240px;
    cursor: pointer;
}
.upLoad .text {
    font-size: 16px;
    margin-top: 10px;
}
.upLoad .img {
    width: 50px;
}
.list-box {}
.list-box .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    background-color: #f0f0f0;
    border: 1px solid #cfdbde;
    line-height: 2.5;
    padding: 0 30px;
}
.list-box .item ~ .item {
    margin-top: 20px;
}
.list-box .center {
    display: flex;
    align-items: center;
}
.list-box .center .title{
    padding: 0 80px;
}
.list-box .title {
    color: #000000;
}
.list-box .kb {
    color: #8ee613;
}
.list-box .download {
    cursor: pointer;
    color: #0d6efd;
}

.tableCounter {
    height: 350px;
    width: 270px;
}
.nummessege {
    height: 90px;
    width: 350px;
    font-size: 50px;
}
.td {
    height: 70px;
    width: 90px;
    font-size: 35px
}

.toolList .item {
    padding: 20px;
}
.toolList .justify {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toolList .item:hover {
    background-color: #f8f6f6;
}
.toolList .item ~ .item{
    border-top: 1px solid #eeeeee;
}

.articleList .img {
    width: 140px;
    margin-right: 10px;
}
.articleList .item ~ .item{
    border-top: 1px solid #eeeeee;
}
.articleList .item{
    display: flex;
}
.articleList .item:hover {
    background-color: #f8f6f6;
    cursor: pointer;
}
.articleList .tab {
    color: #555666;
}
.articleList .nowrap {
    max-width: 950px;
}
.articleList .title:hover {
    text-decoration: underline;
}
.box-input {
    padding: 20px 200px;
}
