.container{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:40%;left:50%}.color-blue{color:#1482f0!important}.color-green{color:#4caf50!important}.color-red{color:#e6653c!important}.content{padding:0 50px}.content,.content .pic{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden}.content .pic{height:100%}.content .pic__parent{width:100%}.content .pic .iconfont{font-size:100px;margin-right:50px}.content .bullshit{position:relative;float:left;width:300px;padding:30px 0;overflow:hidden}.content .bullshit__oops{font-size:32px;line-height:40px;color:#4caf50;margin-bottom:20px;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.content .bullshit__headline,.content .bullshit__oops{font-weight:700;opacity:0;-webkit-animation-name:slideUp;animation-name:slideUp;-webkit-animation-duration:.5s;animation-duration:.5s}.content .bullshit__headline{font-size:20px;line-height:24px;color:#222;margin-bottom:10px;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.content .bullshit__info{font-size:13px;line-height:21px;color:grey;margin-bottom:30px;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.content .bullshit__info,.content .bullshit__return-home{opacity:0;-webkit-animation-name:slideUp;animation-name:slideUp;-webkit-animation-duration:.5s;animation-duration:.5s}.content .bullshit__return-home{display:block;float:left;width:110px;height:36px;background:#1482f0;border-radius:100px;text-align:center;color:#fff;font-size:14px;line-height:36px;cursor:pointer;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes slideUp{0%{-webkit-transform:translateY(60px);transform:translateY(60px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}