*{
    padding: 0;
    margin: 0;
    list-style: none;
}
body{
   position: relative;
    background-color: rgb(235, 235, 235);
    width: 1100px;
    margin: 0 auto;
}
.nav{
    width: 100%;
    height: 50px;
}
.logo{
    float: left;
}
.search {
    float: left;
    margin-left: 300px;
    margin-top: 10px;
}
.search li{
    float: left;
}
input[name="button3"]{
    height: 34px; width: 300px;
    padding-left: 30px;
    color: rgb(151, 151, 151);
    background-image: url("https://img.51miz.com/Element/00/77/58/24/d4ea6a63_E775824_f774866d.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 2px;
    border: 2px solid #2e8737;
}
input[name="button4"]
{
    width: 60px;
    height: 34px;
    border:1px solid #2e8737;
    background-color: #2e8737;
    color: aliceblue;
}
.top{
    margin-top: 20px;
    width: 70%;
    
}
.top h3{
    margin-left: 20px;
    color: #2e8737;
}
.piece{
    width: 70%;
    height: 270px;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 20px;
    position: relative;
}
.piece h3{
    margin: 10px;
    
}
.pages{
    
    width: 70%px;
    height: 150px;
    float: right;
    overflow: hidden;
}
.pages img{
    float: left;
    width:250px;
    height: 150px;
    margin-right: 15px;
}
.pages p{
    margin: 10px;
    color: rgb(63, 63, 63);
    overflow: auto;
}
input[name="like"]{
    background-color: chocolate;
    width: 100px;
    height: 40px;
    color: aliceblue;
    border: none;
    
}
.button1{
    position: absolute;
    bottom: 5px;
}
.button2{
    position: absolute;
    right: 80px;
    bottom: 5px;
}
input[name="spreak"]{
   background-color: #2e8737;
   width: 70px;
height: 25px;
color: aliceblue;
border: none;

}
.button2 p{
    color: #2e8737;
}
.right{
    width: 300PX;
    right: 0px;
    z-index: 1px;
    position: fixed;
    height: 400PX;
    background-color: #ffffff;
    top: 70px;
}
.creative img{
    margin: 10px;
    float: left;

}
.creative p{
    float: left;
    margin-top: 10px;
color: #2e8737;
}
.item{
margin-left: 5px;
width: 300px;
height: 70px;
}
.item li{
    float: left;
    width: 75px;
    color: #2e8737;
}
.item img{
    margin-left: 10px;
    width: 50px;
    height: 50px;
}
.go{
    text-align: center;
    line-height: 200px;
    height: 200px;
    font-size: 28px;
    color: chocolate;
    font-weight: bold;
}
input[name="creative"]{
    width: 100px;
    height: 40px;
    margin-left: 100px;
    background-color: #2e8737;
    color: #ffffff;
    font-size: 16px;
    border: none;
}
.index{
    float: right;
    position: absolute;
    right: 10px;
    top: 20px;
}
.index a{
    color:#2e8737;
    text-decoration: none;
    font-weight: bold;
}
.index a:visited{
    color: #2e8737;
}
footer{
    text-align: center;
}