*{
    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;
}
.red {
    color:#002f54!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;
}

.content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.cont-bg {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 10px;
    z-index: -1;
}

.back-box{
    position: fixed;
    right: 10px;
    bottom: 0px;
}
.back-box li{
    margin-bottom: 20px;
}


.overflow-dot{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.ml0{
    margin-left: 0!important;
}

/*滚动条插件*/
.warp{
    width: 100%;
    overflow: hidden;
    position: relative;

}
.box{
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -17px;
    padding: 10px;
    /*overflow-y:hidden ;*/
}

.scrollBar{
    height: 100%;
    width: 5px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    background-color: #939393;
    opacity: 0.7;
    cursor: pointer;
}
.scrollBar:hover{
    background-color: #000000;
}
/*滚动条插件*/