body{
    width: 60%;
    background-image:url(../images/back11.png);
    background-size: 40%;
    line-height: 1.5em;
}

header,footer,.dropdown-content{
    background-image: url(../images/白褐.jpg);
    background-size: 70%;
}

.ma{
    background-image: url(../images/绿白.png);
    padding: 10px;
}

.keao{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    align-items: center;
    justify-items: center;
    max-width: 100%;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 2.8em;
}

.qq{
    padding: 40px;
}
.ww{
    grid-column: 2/4;
    padding: 60px;
}

.rr{
    grid-column: 1/4;
    padding: 70px
}

.poem{
    background-color: #efe5d0;
    background-image: url(../images/折白.png);
    background-size: 30%;
    padding: 25px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 10px;
    color: #444;
    line-height: 2.0em;
    border: 2px solid #000000;
    font-style: italic;
    border-radius: 20px;
}

.end{
    text-align: right;
    padding: 0px;
}

.z1{
    text-align: center;
    font-family: kaiTi;
}

a:link, a:hover, a:visited {
    text-decoration: none;}
    
a:link {
    color: rgb(165, 104, 42);
    border-bottom: thin dotted #c1c1c1;
}

a:hover{
    color: #000000;
    font-weight: bold;
}

button{
    font-family: FZYaoti;
    padding: 5px;
    background-image: url(../images/折白.png);
    background-size: 100%;
    border: 2px solid #000000;
    font-size: 30px;
    border-radius: 8px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    box-shadow: 0 1px 2px #000000,0 2.5px 5px #000000;
    cursor: pointer;
    width: 50%;
}

button:hover{
    color: rgb(255, 0, 0);
    box-shadow: 0 1.5px 2px 0 #000000,0 1.5px 5px 0 #000000;
}

button:active{
    box-shadow: 0 5px #666;
    transform: translateY(6px);
}

.but{
    display: grid;
    grid-template-columns: auto auto;
}

.butt:hover{
    color: blue;
}

.bu{
    text-align: right;
}

[data-tips]{
    line-height: 1.5em;
}

@media only screen and (max-width:800px){
    body {
        width: 95%;
        margin: 10px auto;
    }
    .container{
        display: block;
    }
}
@media only screen and (max-width: 600px) {
 
    nav {
    margin-top:1px;
    }
    nav ul{
    flex-flow: column;
    }
    nav li:nth-child(n+2){
    border-left-style: none;
    border-top: 1px solid rgba(255,255,255,.7);
    }
   }
    

    
   @media only screen and (min-width: 600px) {}
    
    
   @media only screen and (min-width: 768px) {}
    

    
   @media only screen and (min-width: 992px) {}
    
    
   @media only screen and (min-width: 1200px) {

   }
   @media only screen and (max-width: 600px) {
    ul#album{
        grid-template-columns: auto;
       }

       .last{
        grid-template-columns: auto 290px auto;
    }
    
    .qq{
        padding: 0px;
    }
}


@media only screen and (min-width: 600px) {
    ul#album li{
        flex-basis: calc(100% / 2 - 10px);
       }
}


@media only screen and (min-width: 768px) {
   ul#album li{
    flex-basis: calc(100% / 2 - 10px);
   }
   
}


@media only screen and (min-width: 992px) {
    ul#album li{
        flex-basis: calc(100% / 3 - 20px);
       }
   
}


@media only screen and (min-width: 1200px) {}