*{
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-family: "Microsoft YaHei UI";
    font-size: 14px;
    list-style: none;
}
table{border-collapse:collapse;border-spacing:0;table-layout:fixed;}
.clear:before,.clear:after{
    content: "";
    font-size: 0;
    line-height: 0;
    height: 0;
    display: block;
    clear: both;
}


.hide {
    display: none!important;
}
.red {
    color:#f00!important;
}
.no-gdt{
    -ms-overflow-style:none;
    overflow-y:auto;
}
.no-gdt::-webkit-scrollbar{
    display:none;
}
input {
    outline:none;
}
.overflow-dot{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

body{
    background: url("../images/123.png") repeat-y;
    overflow-x: hidden;
    z-index: 2;
}

.content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
