@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    font-style:normal;
    font-family: '微软雅黑', 'Microsoft Yahei';
    -webkit-font-smoothing: antialiased; /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;/*firefox*/
    /*background: transparent;*/
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {    border:0;}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
    /* font-size:200%; */
    font-weight:normal;
}
.hide { display: none }
.show { display: block }/*表格table和td有边框*/
.boder_tl { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_tl td { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_bl { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_bl td { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr { border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_tr td { border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; }
.boder_br { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.boder_br td { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.txt_center { text-align: center; }/*表格table和tr有边框*/
.boder_ltr_trborder { border: 1px solid #ccc; border-bottom: none; }
.boder_ltr_trborder tr { border-bottom: 1px solid #ccc; }
.clear:after { content: ""; display: block; height: 0; visibility: visible; clear: both } /*显示隐藏*/
:focus { outline: 0;}
a{ text-decoration:none;}
a:hover img{ border:none;}

textarea{
    resize: none;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
/* #region 浮动 */
.fl { float: left }
.fr { float: right }
.lt { float: left }
.rt { float: right }
/* #endregion */

/* #region 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear { zoom: 1 }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* #endregion */

/* #region 滚动条 */
/* 隐藏滚动条的类 */
.hide-scrollbar::-webkit-scrollbar{
    display: none;
}
/* webkit自定义滚动条 */
*::-webkit-scrollbar {
    border: none;
    background: transparent;
}
*::-webkit-scrollbar:vertical {
    width: 15px;
}
*::-webkit-scrollbar:horizontal {
    height: 15px;
}
*::-webkit-scrollbar-corner {
    background: transparent;
    border: none;
}
*::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    border-radius: 100px;
    background-color: #d2dae6;
    background-clip: content-box;
}
*::-webkit-scrollbar-thumb:hover {
    background-color: #afbaca;
}
*::-webkit-scrollbar-thumb:active {
    background-color: #97a5b9;
}
.ant-tooltip {
    z-index: 10000 !important;
	max-width: 300px !important;
}
/* #endregion */
.overflow {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap
}