@charset "utf-8";
/* CSS Document */

body{ margin:0; padding:0; font-size:14px; font-family:"Microsoft Yahei";}
div,form,img,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6{ margin:0; padding:0; border:0;}
ul,li{ list-style-type:none;}
img{ vertical-align:middle; border:0; margin:0; padding:0;}
button{ vertical-align:middle; cursor:pointer;}
input txt,button{ vertical-align:middle; border:none;}
a,a:link{ color:#333333; text-decoration:none;}
a:hover{ color:#333333; text-decoration:underline;}
.clear{ clear:both; overflow:hidden; height:0px;}
.clearfix{ overflow:hidden; zoom:1;}
.lft{ float:left;}
.rgt{ float:right;}
table {width:100%;height:auto;margin:15px auto;border:1px solid #377ed0;border-collapse:collapse;font-size:14px;color:#333;}
table td {border:1px solid #377ed0;line-height: 24px;padding:5px 0;text-align: center;}

#cls-tlb {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #333333;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#tl-banner {
    position: relative;
}
code{
    font-family: "Microsoft Yahei";
}