<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */



p,li,ul{ 

margin:0;

padding:0;

list-style: none  none;

}





.t-main{

width:540px;

height:450px;

background:#3a484c;

 position: absolute;
 left: 50%;
 top:50%;
 margin-left: -28%;
    margin-top: -19%;

}



.t-contant{

background:#FFFFFF;

width:522px;

height:420px;

margin-top:14px;

margin-left:12px;

}



.t-contant p{

margin-top:6px;

}



.t-table{

width:510px;

height:320px;

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

color:#333333;

}



.t-table ul{

margin-left:18px;

}



.t-text{

margin-left:14px;

}



.t-button{

margin:0 auto;

margin-top:20px;

width:68px;

}



</pre></body></html>