#words {
    position: relative;
    width: 100%;
    height: 400px; /* 根据需要调整高度 */
    margin: 0 auto;
    overflow: hidden;
    display: block;
}