.detailpage table {
    width: 1100px;
    text-align: center;
    margin: 30px auto;
}

/* a:hover {
    color: #e60012;
} */
.detailpage table,
.detailpage th,
.detailpage td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.detailpage td {
    color: #fff;
}

.detailpage caption {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}

.detailpage tr {
    height: 40px;
    cursor: pointer;
}

.detailpage table tr:nth-child(1) {
    background-color: #ccc;
}

.detailpage table tr:not(:first-child):hover {
    background-color: #e4e4e4;
}

.detailpage table tr:not(:first-child):hover td {
    color: black;
}

.detailpage table tr:not(:first-child):hover td a {
    color: #e60012;
}

.detailpage .w1200 {
    height: 800px;
    border-radius: 70px;
    box-shadow: 6px 7px 8px #aaa;
    background: url(../img/403a066cd5b8378444bd09f140ecbfcb.jfif) no-repeat;
}

.detailpage .w1200 .bgc {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;

}

.detailpage .w1200 .bgc .table {
    display: none;
}

.detailpage .w1200 .bgc .table.display {
    display: block;
}

.fenye .tab {
    display: flex;
    display: -ms-flexbox;
    display: -moz-flex;
    justify-content: center;
    align-items: center;
    animation-name: fadeInUp;
}

.fenye .tab .tab_item {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #F5F5F5;
    text-align: center;
    line-height: 40px;
    margin: 0 20px;
    cursor: pointer;
    transition: all 0.6s;
}

.fenye .tab .tab_item.on,
.fenye .tab .tab_item:hover {
    background: #e60012;
    color: #fff;
}