body {
}
.qua-prize h2 {
    margin-bottom: 63px;
    color: #333;
    text-align: center;
}
.qua-all {
    margin-top: 60px;
}
.qua-list {
    margin-bottom: 30px;
}
.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-bottom: 20px;
    border: 1px solid #e1e1e1;
    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: 19px;
    width: 285px;
    height: 217px;
    line-height: 197px;
    text-align: center;
}
.prize-list-img {
    height: 219px;
    margin-bottom: 0;
}
.qua-list-img img {
    max-width: 100%;
    height: auto;
    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: #999;
    text-align: center;
}
.qua-list-ctrl {
    text-align: center;
}
.qua-list-ctrl > ul > li {
    display: inline-block;
    border: 1px solid #a0a0a0;
    margin-right: 6px;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #a0a0a0;
    cursor: pointer;
    transition: all .15s ease;
}
.qua-list-ctrl > ul > li.on,
.qua-list-ctrl > ul > li:hover {
    color: #fff;
    background: #e83737;
    border-color: #e83737;
}
.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;
}