.health_qq{
    width: 100%;
    height: 950px;
    background: linear-gradient(60deg,#ff8f71 20%,#ff6762 80%);
}
.health_qq h1{
    font-size: 50px;
    color: #fefefe;
    font-weight: bolder;
    text-align: center;
    padding-top: 30px;
}
.health_qq table{
    width: 1200px;
    height: 730px;
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}
.health_qq table th{
    font-size: 24px;
    font-weight: bolder;
    color: #ff6963;

}
.health_qq table tr:first-child{
    height: 62px;
    background: #ffd4cc;
}
.health_qq td{
    border: 1px solid #ffd4cc;
}
.health_qq td a img{
    margin-top: 10px;
}

h3{
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: 35px;
}






