* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    margin: 20px;
    color: #FFE400;
}

.main {
    width: 1260px;
    height: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.box {
    width: 200px;
    margin-bottom: auto;
}

#box1 {
    background: url('../img/0.jpg') no-repeat;
    background-size: 100%;
    margin-bottom: auto;
}

#box2 {
    background: url('../img/1.jpg') no-repeat;
    background-size: 100%;
}

#box3 {
    background: url('../img/2-1.jpg') no-repeat;
    background-size: 100%;
}

#box4 {
    background: url('../img/2-2.jpg') no-repeat;
    background-size: 100%;
}

#box5 {
    background: url('../img/3-1.jpg') no-repeat;
    background-size: 100%;
}

#box6 {
    background: url('../img/3-2.jpg') no-repeat;
    background-size: 100%;
}

#box7 {
    background: url('../img/7.jpg') no-repeat;
    background-size: 100%;
}

#box8 {
    background: url('../img/8.jpg') no-repeat;
    background-size: 100%;
}

#box9 {
    background: url('../img/9.jpg') no-repeat;
    background-size: 100%;
}

#box10 {
    background: url('../img/4-1.jpg') no-repeat;
    background-size: 100%;
}

#box11 {
    background: url('../img/4-2.jpg') no-repeat;
    background-size: 100%;
}

#box12 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

#box13 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

#box14 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

#box15 {
    background: url('../img/电影.jpg') no-repeat;
    background-size: 100%;
}

#box16 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

#box17 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

#box18 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

#box19 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

#box20 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

#box21 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

#box22 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

#box23 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

#box24 {
    background: url('../img/6.jpg') no-repeat;
    background-size: 100%;
}

.pic {
    width: 200px;
    opacity: 0;
    transition: all 3s linear;
	cursor:pointer;
}

.show {
    opacity: 1;
}
