#sceneDetail {
    padding: 50px 0;
    background: #f2f2f2;
}

#sceneDetail .box {
    padding: 20px;
    background: #fff;
}

#sceneDetail .box .name {
    text-align: center;
    font-size: 20px;
}

#sceneDetail .box .process {
    border: 1px solid #f2f2f2;
}

#sceneDetail .box .process .top {
    display: flex;
}

#sceneDetail .box .process .top p {
    text-align: center;
}

#sceneDetail .box .process .top .border {
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}

#sceneDetail .box .process .bottom {
    display: flex;
    justify-content: space-around;
}

#sceneDetail .box .process .bottom .item {
    text-align: center;
    padding: 20px 0;
}

#sceneDetail .box .process .bottom .item .icon {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

#sceneDetail .box .process .bottom .item .icon .circle {
    border: 2px solid #000000;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#sceneDetail .box .process .bottom .item .icon hr {
    width: 205px;
    height: 2px;
    border: none;
    background: #c0c4cc;
    position: absolute;
    top: 2px;
    right: -185px;
}

#sceneDetail .box .table {
    margin-top: 20px;
}

#sceneDetail .box .table .name {
    background: #F5F7FA;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    color: #909399;
    font-weight: bold;
    border-bottom: 1px solid #EBEEF5;
}

#sceneDetail .box .table table .title {
    background: #F5F7FA;
}

#sceneDetail .box .table table .title:hover {
    background: #F5F7FA !important;
}

#sceneDetail .box .table table {
    border-spacing: 0 !important;
}

#sceneDetail .box .table table .title th {
    width: 52vh;
    text-align: center;

    border-bottom: 1px solid #EBEEF5;
    border-right: 1px solid #EBEEF5;
    padding: 12px 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    color: #909399;
    font-size: 14px;
}

#sceneDetail .box .table table .title th .cell {
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
}

#sceneDetail .box .table table .title th .btn {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 3px;
    color: #FFF;
    background-color: #F56C6C;
    border-color: #F56C6C;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    font-weight: 500;
}

#sceneDetail .box .tab {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #E4E7ED;
    margin-bottom: 20px;
}

#sceneDetail .box .tab .item {
    padding: 0 20px;
    font-size: 14px;
    border: 1px solid #E4E7ED;
    margin-bottom: -1px;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    margin-right: -1px;
}

#sceneDetail .box .tab .tab-active {
    color: #409eff;
    border-bottom-color: #ffffff;

}

#sceneDetail .box .content .content-active {
    display: block !important;
}

#sceneDetail .box .content .item {
    display: none;

}

#sceneDetail .box .content .item .list {
    display: flex;

}

#sceneDetail .box .content .item .list .img {
    border: 3px solid #dcdfe6;
    margin: 0 5px;
}

#sceneDetail .box .content .item .list .img img {
    width: 100%;
    height: 345px;
}