/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button,  /* form elements 表单元素
th, td, /* table elements 表格元素 */
img/* img elements 图片元素 */{
    border:medium none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; color:#333;}
a:hover{text-decoration: none}
/*a:hover {color:#F40; }*/
/** 重置图片元素 **/
img{ border:0;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, /* form elements 表单元素
th, td, /* table elements 表格元素 */
img/* img elements 图片元素 */{
    border:medium none;
    margin: 0;
    padding: 0;
}
body{font-family: "microsoft yahei", "sans-serif", "华文细黑", "黑体" !important;}
input,button,select,textarea{outline:none} textarea{resize:none}
/*sja新加*/
.clear{clear: both;}
.cenfit{display: flex!important;justify-content: center;align-items: center;}
.objfit{object-fit: cover;height: 100%;width: 100%}
.objfit2{object-fit: contain;height: 100%;width: 100%}
.bhh{white-space: nowrap;text-overflow:ellipsis;overflow:hidden;}
.f12{font-size: 12px;}
.f13{font-size: 13px;}
.f14{font-size: 14px;}
.f16{font-size: 15px;}
.f18{font-size: 18px;}
.f24{font-size: 24px;}
.fw{font-weight: bold;}
.mt7{margin-top: 7px!important;}
.mb5{margin-bottom: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mt50{margin-top: 50px!important;}
.mt100{margin-top: 100px!important;}
.p20{padding:20px 0;}
.p10{padding:10px 0;}
.pb60{padding-bottom:60px;}
.tc{text-align: center;}
.tr{text-align: right;}
.margin{margin: 0 auto;width: 1200px!important;}

.ddd{background: #ddd}
.eee{background: #eee}
.c6{color: #666}
.c9{color: #999}
.c8{color: #888}
