
/* body 样式 */
body {
    font-family: Arial;
    margin: 0;
    text-align: center; 
}
table {margin: auto;}
.image{
border-radius:1px;
 object-fit: contain;
max-width:100%;

max-height:100%;

width:auto;
align:center;
height:auto;
} 

 
/* 主要的内容区域 */
.main {   
   text-align: center;
    -ms-flex: 70%; /* IE10 */
    flex: 70%;
    background-color: white;
    padding: 20px;

}

