.price-main {
    width: 1200px;
    margin: 95px auto 25px;
    position: relative;
}

.price-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 23px;
}

.price-th {
    display: block;
    position: sticky;
    top: 0;
}

th {
    font-weight: normal;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    border: 1px solid #efeff4;
    width: 171.4px;
    background: white;
    z-index: 1;
}

td {
    width: 171.4px;
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
    border: 1px solid #efeff4;
}

.price-table {
    width: 1200px;
    border: 1px solid #efeff4;
}

.price-table tbody {
    display: block;
    height: 590px;
    overflow: scroll;
}

.el-icon-success {
    color: #18b25c;
    font-size: 23px;
}