.container {
    width: 1920px;
    height: 1080px;
    margin: 0 auto;
}
.params-wrapper {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}
.wrapper {
    position: relative;
}
.header {
    width: 100%;
    height: 95px;
}
.box{
    position: absolute;
    background: #bbbbbb;
    border-radius: 4px;
}
.left-top {
    width: 475px;
    height: 223px;
    top: 111px;
}
.left-center-top {
    width: 475px;
    height: 220px;
    top: 347px;
}
.left-center-bottom {
    width: 475px;
    height: 220px;
    top: 579px;
}
.left-bottom {
    width: 475px;
    height: 220px;
    top: 811px;
}
.center-top {
    width: 924px;
    height: 640px;
    top: 111px;
    left: 497px;
}
.center-bottom {
    width: 924px;
    height: 266px;
    top: 765px;
    left: 497px;
}
.right-top {
    width: 475px;
    height: 456px;
    top: 111px;
    left: 1444px;
}
.right-bottom {
    width: 475px;
    height: 452px;
    top: 579px;
    left: 1444px;
}