@charset "utf-8";

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.prize_1 {
    width: 1200px;
    overflow: hidden;
    zoom: 1;
}

.title {
    width: 1200px;
    text-align: center;
    margin: 0 auto 15px;
}

.prize_1 .title {
    margin-bottom: 30px;
}

.prize_1 {
    background: url(../images/bg_2.jpg) center top no-repeat;
    width: 1200px;
    height: 395px;
    position: relative;
    margin-bottom: 30px;
}

.prize_1 li {
    width: 261px;
    left: 481px;
    top: 96px;
    position: absolute;
    font-size: 14px;
    line-height: 22px;
    color: #888;
}

.prize_1 li:first-child {
    left: 190px;
    top: 6px;
}

.prize_1 li:last-child {
    left: 797px;
    top: 6px;
}

.prize_1 img {
    width: 221px;
    height: 221px;
    margin: 27px 0 13px 15px;
}

.prize_1 p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    font-weight: bold;
    text-align: center;
}

.prize_1 span {
    width: 261px;
    height: 256px;
    background: url(../images/bg_8.png) left top no-repeat;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s linear;
}

.prize_1 li:hover span {
    opacity: 1;
    display: block;
    transition: all 0.2s linear;
}

.prize_2 {
    width: 1200px;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto 25px;
    position: relative;
}

.prize_2 ul {
    width: 1224px;
    overflow: hidden;
    zoom: 1;
    padding-bottom: 15px;
}

.prize_2 li {
    width: 280px;
    float: left;
    margin-right: 26px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #888;
}

.prize_2 li div,
.prize_3 li div {
    width: 280px;
    height: 158px;
    overflow: hidden;
    margin-bottom: 4px;
    position: relative;
}

.prize_2 li div font,
.prize_3 li div font {
    width: 39px;
    height: 39px;
    position: absolute;
    left: 121px;
    top: 60px;
    background: url(../images/bg_9.png);
    display: none;
}

.prize_2 li div:hover font,
.prize_3 li div:hover font {
    display: block;
}

.prize_2 li div img,
.prize_3 li div img {
    width: 280px;
    height: 158px;
    transition: all 0.5s;
}

.prize_2 li div:hover img,
.prize_3 li div:hover img {
    transform: scale(1.05, 1.05);
}

.prize_2 li p,
.prize_3 li p {
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
}

.prize_3 {
    width: 1280px;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto 25px;
    position: relative;
}

.prize_3 ul {
    width: 1224px;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    padding-bottom: 15px;
}

.prize_3 li {
    width: 280px;
    float: left;
    margin: 0 26px 0 0;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #888;
}

.prizeBox {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.prize_2 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
    background: #cc0066;
}

.prizeBox span {
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
    background: #cc0066;
}

#pic_2 span {
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
    background: #448aca;
}

.prize_3 .larr {
    position: absolute;
    left: 0;
    top: 112px;
    cursor: pointer;
    width: 17px;
    height: 31px;
    background: url(../images/bg_7.png) center center no-repeat;
    padding: 5px;
    border-radius: 5px;
}

.prize_3 .larr:hover {
    background: url(../images/bg_7.png) center center no-repeat #333;
}

.prize_3 .larr.end:hover {
    background: url(../images/bg_7.png) center center no-repeat #333;
    opacity: 0.5;
    cursor: not-allowed;
}

.prize_3 .rarr:hover {
    background: url(../images/bg_6.png) center center no-repeat #333;
}

.prize_3 .rarr.end:hover {
    background: url(../images/bg_6.png) center center no-repeat #333;
    opacity: 0.5;
    cursor: not-allowed;
}

.prize_3 .rarr {
    position: absolute;
    right: 0;
    top: 112px;
    cursor: pointer;
    width: 17px;
    height: 31px;
    background: url(../images/bg_6.png) center center no-repeat;
    padding: 5px;
    border-radius: 5px;
}
