/* g - 全局 * t - 区域 * m - 模板 * ui - 界面 * lb - 标签 * 特殊标签 * j - 脚本 * fix - 浮窗 */ /*base style*/ *{-webkit-box-sizing: border-box; box-sizing: border-box;} html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,menu,nav,section,time,mark,audio,video,details,summary { margin: 0; padding: 0; } body { font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial"; color: #333; font-size: 16px; overflow-x: hidden; } a { color: #333; text-decoration: none; } a:hover { color: #00a8ff; text-decoration: none; } img { border: none; vertical-align: middle; max-width: 100%; } i, em { font-style: normal; } li { list-style-type: none; } textarea { resize: vertical; } input, select, button, textarea { font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial"; background-color: #fff; margin: 0; padding: 0; border: 0; outline: none; border-radius: 0; } /*global style*/ .w { width: 1200px; margin: 0 auto; } .f-l { float: left; } .f-r { float: right; } .hide { display: none !important; } .clearfix { *zoom: 1; } .clearfix::after { content: "\200B"; display: block; height: 0; clear: both; } .path { height: 60px; line-height: 60px; color: rgba(0, 0, 0, 0.5); } .path em { margin: 0 10px; } .strong { font-weight: 800; } .h10{height: 10px; background: #eee;} .h1{height: 1px; background: #ddd;} .white{color: #fff;} .red{color: #D32F2F;} .yellow{color:#FFA000;} .blue{color:#448AFF;} .green{color: #388E3C;} .orange{color: #FF5722} .violet{color: #E040FB} .mb_top{margin-top: 40px;} .mb_foot{margin-bottom: 40px;} .ellipsis_1{display: -webkit-box; overflow: hidden; white-space: normal!important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 1; -webkit-box-orient: vertical;} .ellipsis_2{display: -webkit-box; overflow: hidden; white-space: normal!important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} .ellipsis_3{display: -webkit-box; overflow: hidden; white-space: normal!important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}