.content-right .detail-box {
    background: #F7F7F7;
    padding: 14px 24px 24px;
    box-sizing: border-box;
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    font-weight: 500
}

.scene-item {
    width: 278px;
    position: relative;
}

.scene-item:not(:nth-child(3n)) {
    margin-right: 26px;
}

.scene-item img {
    width: 278px;
    height: 278px;
    border-radius: 4px;
}

.scene-title {
    font-weight: bold;
    color: #2E5B82;
    font-size: 15px;
    margin-top: 20px;
}

.scene-desc {
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    font-size: 14px;
    margin-top: 14px;
}

.scene-active, .scene-yy {
    position: absolute;
    width: 278px;
    height: 278px;
    border-radius: 4px;
    top: 0;
    left: 0;
    display: none;
}

.scene-yy {
    background: #2E5B82;
    opacity: 0.66;
}

.scene-active {
    z-index: 100;
}

.scene-active div:first-child {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    margin-top: 113px;

}

.scene-active a:last-child {
    width: 127px;
    height: 46px;
    line-height: 46px;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    border-radius: 23px;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
    margin-top: 42px;
    cursor: pointer;
    display: block;

}

.scene-item:hover .scene-active, .scene-item:hover .scene-yy {
    display: block;
}