.table-style {
    display: block;
}
.table-style th {
    background-color: #FDE7E5;
    padding-top: 29px;
    padding-bottom: 29px;
    color: #333333;
    font-size: 24px;
    width: 521px;
    text-align: center;
    border-right: 1px solid #E0E0E0;
}
.table-style td {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 521px;
    text-align: center;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}
.table-style .left-danyuange {
    width: 200px;
    border-left: 1px solid #E0E0E0;
}
.tiyan-btn {
    width: 170px;
    height: 50px;
    background: #F04B44;
    box-shadow: 3px 3px 10px 1px #F8D6D2;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 70px;
}
.table-desc-cooperate {
    border: 1px solid #E0E0E0;
    padding: 50px 20px;
    border-top: none;
}
.maintenance-content {
    color: #333333;
}
.colorF04B44 {
    color: #F04B44;
}
.color333333 {
    color: #333333;
}
.color757575 {
    color: #757575;
}
.tag-service-flex {
    display: flex;
    width: 380px;
    flex-wrap: wrap;
}
.tag-service {
    background-color: #F6F6F6;
    border-radius: 24px;
    font-size: 20px;
    color: #9B9B9B;
    white-space: nowrap;
    padding: 10px 25px;
    margin-right: 30px;
    margin-top: 12px;
}