* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
   /* position: relative;*/
    font-family: '微軟正黑體';
     box-sizing: border-box;
    
}

.clear {
    clear: both;
}

.imgcenter {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hvoer{
    transition: all .3s;
}

a:hover{
    cursor: pointer;
}

