.wrap {
    position: relative;
}

.tech_removed {
    width: 1272px;
    height: calc( 100vh - 124px );
    margin: 0 auto;
    position: relative;
}

.tech_removed .removed-box{
    width: 168px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.tech_removed .removed-box .remove-img{
    width: 96px;
    height: 83px;
    margin-bottom: 20px;
}

.tech_removed .removed-box .remove-tips{
    font-size: 14px;
    color: #828282;
    line-height: 140%;
    margin-bottom: 20px;
}

.tech_removed .removed-box .remove-tips{
    font-size: 14px;
    color: #828282;
    line-height: 140%;
    margin-bottom: 20px;
}

.tech_removed .removed-box .gohome{
    display: inline-block;
    width: 104px;
    height: 32px;
    background-color: #0071DC;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

@media screen and (max-width: 1360px) {
    .tech_removed {
        width: 1100px;
    }
}
