body {
    background-color: #f0f0f0;
}
.qua-prize h2 {
    margin-bottom: 63px;
    color: #333;
    text-align: center;
}
.qua-list {
    margin-bottom: 10px;
}
.prize-list {
    margin-bottom: 20px;
    background-color: #fff;
}
.qua-list > ul {
    font-size: 0;
}
.qua-list > ul > li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    text-align: center;
}
.qua-list-one {
    padding-top: 17px;
    padding-bottom: 33px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    background-color: #fff;
    transition: all .3s linear;
}
.qua-list-one:hover {
    box-shadow: 0px 3px 8px #ccc;
}
.prize-list-one {
    padding-top: 23px;
    padding-bottom: 23px;
}
.prize-list-one:hover {
    box-shadow: 0px 0px 0px #fff;
}
.qua-list-img {
    margin-bottom: 28px;
    width: 285px;
    height: 197px;
    line-height: 197px;
    text-align: center;
}
.qua-list-img {
    margin-bottom: 28px;
    width: 285px;
    height: 197px;
    line-height: 197px;
    text-align: center;
}
.prize-list-img {
    height: 219px;
    margin-bottom: 0;
}
.qua-list-img img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: all .3s linear;
}
.prize-list-img img {

}
.prize-list-img img:hover {
    box-shadow: 0px 3px 8px #aaa;
}
.qua-list-one p {
    line-height: 14px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.qua-list-ctrl {
    text-align: center;
}
.qua-list-ctrl > ul > li {
    display: inline-block;
}
.qua-list-ctrl > ul > li a {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background-color: #ddd;
    transition: all .2s ease;
    border-radius: 50%;
    cursor: pointer;
}
.qua-list-ctrl > ul > li.on a {
    background-color: #666;
}
.prize-all {
    margin-top: 78px;
}