/* S 适龄提示 */
.age_tips {
    position: absolute;
    right: 109px;
    top: 210px;
    width: 963px;
    height: 399px;
    background: url(../image/age_limit.png) 0 0 no-repeat;
    cursor: pointer;
    z-index: 30;
}
/* E 适龄提示 */