body{
    background-color: #f5f5f5;
    font-family:微軟正黑體;
}
h1{
    color:#7bcbbb;
}
.container{
    max-width: 500px;
    position: relative;
    left:50%;
    margin:0px 0 0 -250px;
    text-align: center;
}
.container_1{
    width:500px;
    box-shadow: 0px 7px 20px 2px #cccccc;
}
.search{
    width:100%;
    border:0;
    height:50px;
}
img{
    width: 25px;
    height:25px
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style-type:none;
    background-color: white;
    text-align: left;
    height:30px;
    padding-top:2%;
    border-bottom-style: solid;
    border-bottom-color: rgb(251, 251, 251);
}
.img2{
    float:right;
    width:10px;
    height:10px;
    margin-top:2%;
}