body{
    margin:0;
    padding: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;
}

#inputInfo {
    padding: 20px;
    background-color: #eeeeee;
    position: absolute;
    left: 600px;
    top: 120px;
    border-radius: 10px;
}

#avatar{
    /* 圆角角度 */
    border-radius: 10%;
    width: 160px;
}

.logout{
    border: none;
    width: 90%;
    height: 50px;
    margin: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    color: #fff;
    /* 圆角角度 */
    border-radius: 25px;
    background-color: #fd5221; 
}

.detail{
    border-radius: 30px;
    background-color: #eee;
    margin: 20px;
    padding: 20px;
}

.todo{
    width: 80px;
}

.shoppingcar{
    width: 100px;
}