
.body{
	display: flex;
	flex-direction:column;

	
	
	
}
.tu{
	
	height: 37rem;
	width: 37rem;
}

.bigdiv{overflow:hidden;width:100%;height:100%;}
table {
    background-color: #FFF;
    border: none;
    color: #565;
    font: 12px arial;
    overflow-y: scroll;overflow-x: hidden;
    width:110%;
}
 
table caption {
    font-size: 24px;
    border-bottom: 2px solid #B3DE94;
    border-top: 2px solid #B3DE94;
    width:100%;
}
 
table, td, th {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    text-align:left;
}
tbody{
    display:block;
    height:295px;
    overflow-y:scroll;
 
}
tbody tr {
    display:table;
    width:95%;
    table-layout:fixed;
     
}
table thead {
    display:table;
    width:95%;
    table-layout:fixed;
}
 
table thead th{ color:#FFFFFF;}
 
tbody td, tbody th {
    background-color: #DFC;
    border-bottom: 2px solid #B3DE94;
    border-top: 3px solid #FFFFFF;
    padding: 9px;
}
 
 
tfoot td, tfoot th {
    font-weight: bold;
    padding: 4px 8px 6px 9px;
    text-align:center;
}
 
thead th {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 8px 2px;
    text-align:center;
     
}
 
tbody tr.odd th,tbody tr.odd td { /*odd就是偶数行*/
    background-color: #CEA;
    border-bottom: 2px solid #67BD2A;
    text-align:center;
}
 
td+td+td, /*第三个td以及之后的td元素*/
col.price{ /*类样式*/
    text-align:center;
}
 
tbody tr:hover td, tbody tr:hover th { /*tr也有hover样式*/
    background-color: #8b7;
    color:#fff;
}
			
.biao{
	position:absolute;
	    top:50%;
	    left:50%;
	    margin-left:-200px;
	    margin-top:-150px;
	    width:400px;
	    height:300px;
	    border:1px solid red;
}
.huxi{
	text-align: left;
	width: 0.125rem;
	height: 0.125rem;
	margin: 1.25rem;
}

.breathe-div {
    width: 15px;
    height: 15px;
    border: 1px solid whitesmoke;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-top: 1.875rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: breathe;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes breathe {
    0% {
        opacity: .4;
        box-shadow: 0 1px 2px rgba(0, 147, 223, 0.4), 0 1px 1px rgba(0, 147, 223, 0.1) inset;
    }

    100% {
        opacity: 1;
        border: 1px solid rgba(59, 235, 235, 0.7);
        box-shadow: 0 1px 30px #3d71ff, 0 1px 20px #3d71ff inset;
    }
}
#dibu{
	margin-top: 1.25rem;
	height: 6.75rem;
	width: 100%;
	
}

.wrapper {
            text-align: center;
			margin-bottom: 1.25rem;
			
        }
        .wrapper .line {
            width: 15%;
            display: inline-block;
            border: 0.4px solid #ddd;
            vertical-align: middle;
        }
        .wrapper .content {
            color: #ccc;
            font-size: 14px;
        }
		
	
			
#footer {
                height: 40px;
                line-height: 40px;
                position: fixed;
                bottom: 0;
                width: 95%;
                text-align: center;
                background: #333;
                color: #fff;
                font-family: Arial;
                font-size: 12px;
                letter-spacing: 1px;
				
				
            }
#container{
		
		margin-bottom: 5rem;
		}
		


:root {
  overflow-y: auto;
  overflow-x: hidden;
}



body {
  width: 100vw;
  overflow: hidden;
}

		

			
