@import url(http://fonts.lug.ustc.edu.cn/css?family=Lato:300,400italic,400,700italic,700); html { background: #8AA89B; } .container { height: 500px; width: 100%; } .low-blue { background: #65A29A; width: 100%; height: 260px; top: 0; margin: 0; padding: 0; z-index: 3; position: absolute; } .tim { position: absolute; z-index: 100; transform: translate3d(118px, 130px, 0); } .mask-box { position: absolute; z-index: 200; width: 400px; height: 400px; background: #8AA89B; top: 250px; } .crowd { z-index: 500; position: absolute; top: 120px; } div [class*="dialog-"] { visibility: hidden; float: right; font-family: 'Lato', sans-serif; color: #676666; font-size: 20px; z-index: 1000; position: absolute; top: 70px; right: 200px; background: #ccc; text-align: center; line-height: 1.5em; } .dialog-1 { font-weight:400; padding: 0px 40px 55px; width: 250px; height: 50px; } .dialog-2 { font-weight:700; padding: 0px 30px 30px; width: 140px; height: 40px; font-style:italic; } .dialog-3 { font-weight:400; padding: 8px 40px 30px; width: 250px; height: 50px; } .finger { visibility: hidden; } .eye-1 { animation: blink 7s linear infinite; } .eye-2 { animation: blink 7s 1s linear infinite; } .eye-3 { animation: blink 7s 3s linear infinite; } .eye-4 { animation: blink 7s 5s linear infinite; } .eye-5 { animation: blink 7s 6s linear infinite; } @keyframes blink { 1% { opacity: 0; } 2% { opacity: 0; } 3% { opacity: 1; } }