main { background: #fff; padding: 0; }

.focusBoxEnv { display: flex; align-items: center; height: 80vh; width: 100%; }

.focusBox { margin: auto; }
.focusBox .head { display: flex; align-items: center; justify-content: space-between; }
.focusBox .head img { display: block; }
.focusBox .head .right { visibility: hidden; }
.focusBox .body { background: #ddd; width: 600px; padding: 20px; }

.focusBox a { font-size: 0.9rem; }