body,div,ol,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input{
	margin:0;
	 padding:0;
	 box-sizing: border-box;
}

footer {
    text-align: center; /* 让文本居中 */
    position: inherit; /* 固定在页面底部 */
    bottom: 0; /* 距离底部的距离为0 */
    width: 100%; /* 宽度占满整个页面 */
    background-color: #f0f0f0; /* 可选：设置底部背景色 */
    padding: 10px 0; /* 可选：设置底部内边距 */
  }

.center {
    /* 固定定位 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(/img/loginbackground.png);
    background-position: center top;
    background-size: 100% auto;
    /*如果不够 裁剪宽度，高度不变         （cover：宽度高度自适应） */
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.list{
    width: 300px;
}

#inputInfo {
    padding: 20px;
    width: 400px;
    position: absolute;
    left: 380px;
    top: 280px;
    border: 1px solid #aaa;
    border-radius: 10px;
}

td h3{
    color: black;
}

.tdcontent{
    border-radius:30px;
    background-color: rgba(255, 255, 255, 0.6);
}

td img{
    overflow:hidden;
    width: 100px;
    height: auto;

}

.img {
    display: block;
}

.img img {
    transition: transform 0.25s ease;
    float: left;
    line-height: 200px;
    background-color: #00b5e1;
    list-style: none;
}

.img img:hover {
    transform: scale(2, 2);
    box-shadow: 0 0 10px #0000ff;
    cursor: pointer;
}

.submit {
    border: none;
    width: 90%;
    height: 50px;
    margin: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    color: #111;
    border-radius: 5px 25px 25px 5px;
    border-right: 3px solid #eee;
    border-bottom: 3px solid #ddd;
    background-color: #C7EDCC;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.submit:hover{
    background-color:#8be697;
}

.submit:active{
    border-right: 0px solid #eee;
    border-bottom: 0px solid #ddd;
    border-top: 3px solid #eee;
    border-left: 3px solid #ddd;

    background-color:#C7EDCC;
}

.readysubmit{
    border: none;
    width: 90%;
    height: 50px;
    margin: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    color:white;
    border-radius: 5px 25px 25px 5px;
    background-color: lightgray;
}

/* .entryInformation{
    border-radius: 10px;
    padding: 20px;
    background-color: #eee;
    margin-bottom: 10px;
    width: 350px;
} */



.todo{
    width: 80px;
}

.shoppingcar{
    width: 100px;
}

table{
    margin-left: 20px;
}
h3{
    margin: 10px;
}

.weather{
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}

#logout{
    border: none;
    width: 90%;
    height: 50px;
    margin: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    color: #fff;
    /* 璁剧疆鍦嗚杈规 */
    border-radius: 25px;
    background-color: #ff7149; 
    font-size: 20px;
    transition: background-color 0.2s ease;
}

#logout:hover{
    background-color: #fd5221;
}

#logout:active{
    font-size:medium;
    border-right: 3px solid #eee;
    border-bottom: 3px solid #ddd;
    border-top: 3px solid #eee;
    border-left: 3px solid #ddd;
    background-color: #ff7149; 
    font-size: 19px;
}


#ver{
    margin-top: -50px;
    margin-left: 30px;
    color: gray;
}




