.notFound{width:100%;height:100vh;background-color:#fff;position:relative;overflow:hidden}.notFound .cont-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;width:1100px}.notFound .box-left{width:595px;height:478px}.notFound .box-left>img{width:100%;height:100%}.notFound .box-right{display:flex;flex-direction:column;justify-content:space-around;align-items:center;box-sizing:border-box;padding:100px 0}.notFound .box-right>img{width:184px;height:49px}.notFound .box-right div{font-size:26px;font-weight:400;color:#62616b}.notFound .box-right .back-btn{width:129px;height:54px;background:#3b94ec;border-radius:12px;font-size:24px;font-weight:400;color:#fff;border:0 none;cursor:pointer}.notFound .box-right .back-btn:hover{background:#2178fe}