.layout {
    width: 100%;
}

/* 解除锁定 */
.layui-body {
    margin-top: 60px;
    position: unset;
}

.nav-area a:hover {
    color: #BE1542;
}

.nav-area a:last-child:hover {
    color: #999;
}


@media screen and (min-width:800px) {
    .main {
        width: 100%;
        margin: 20px auto;
        /* height: 1100px; */
    }

    .top-nav {
        width: 100%;
        margin-left: 3%;
    }
}

@media screen and (min-width:1280px) {
    .main {
        width: 100%;
        margin: 20px auto;
        /* height: 1100px; */
    }

    .top-nav {
        width: 100%;
        margin-left: 3%;
    }
}

@media screen and (min-width:1366px) {

    .main {
        width: 100%;
        margin: 20px auto;
        /* height: 1100px; */
    }

    .top-nav {
        width: 100%;
        margin-left: 3%;
    }

}

@media screen and (min-width:1600px) {

    .main {
        width: 1280px;
        margin: 20px auto;
        /* height: 1100px; */
    }

    .top-nav {
        width: 100%;
        margin-left: 0;
    }

}

@media screen and (min-width:1920px) {
    .main {
        width: 1280px;
        margin: 20px auto;
        /* height: 1100px; */
    }

    .top-nav {
        width: 100%;
        margin-left: 0;
    }
}

.batch {
    font-size: 24px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    border-bottom: 2px solid rgba(191, 20, 67, 1);
    padding-bottom: 20px;
}

.batchLine {
    margin-top: 19px;
    height: 1px;
    background: rgba(204, 204, 204, 1);
}

.top-nav {
    width: 100%;
    margin-top: 3px;
}

.top-nav .nav-logo {
    width: 70px;
    height: 16px;
    margin-right: 20px;
    float: left;
    margin-top: 3px;
}

.main .top {
    height: 60px;
    line-height: 44px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 700;
    font-family: Source Han Sans SC;
    color: #333333;
    margin-top: 1%;
    border-bottom: 1px solid #ccc;
}

.main .top h2::after {
    content: "";
    display: block;
    background-color: #AC2548;
    width: 180px;
    height: 2px;
    margin-top: 14px;
}

.main .top span {
    font-size: 14px !important;
    font-weight: normal;
}

/* .table-red {
    color: red;
} */

.pcl-list {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 3%;
    height: 350px;
}

.pcl table:first-child {
    color: #AC2548
}

.pcl-list:nth-child(3n+3) {
    margin-right: 0;
}

.pcl-list tr:hover {
    background-color: #f5f5f5;
}

.pcl-list tr:first-child {
    background-color: transparent;
}

.pcl-list tr td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    font-size: 14px;
    max-height: 94px;
    min-height: 40px;
    width: 88px;
}

.pcl-list tr td.b1 {
    width: 180px;
    max-height: 94px;
    min-height: 40px;
}

.dialog-text {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 100px;
    height: 130px;
}

.dialog-button {
    text-align: center;
    width: 40%;
    display: flex;
    justify-content: space-around;
}

.button {
    width: 120px;
    height: 50px;
}

.provinceTitle {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    border-bottom: 2px solid rgba(190, 21, 66, 1);
    padding-bottom: 20px;
}

.lineTitle {
    height: 1px;
    background: #CCCCCC;
    margin-top: 20px;
}

.el-table__header th {
    border-bottom: 1px solid #CCCCCC !important;
    border-right: 1px solid #CCCCCC !important;
}

.el-table__row td {
    border-bottom: 1px solid #CCCCCC !important;
    border-right: 1px solid #CCCCCC !important;
}

.el-table--border {
    border: 1px solid #CCCCCC !important;
}