/*
 * 2018-04-17 上午11:30
 * 大地阳光集团IT部
 * zach1991
 * 此文件class全部添加到common.css，不需要在引入该文件！
 */

/* cursor 已添加到common.css */
.cursor_hand{cursor: pointer;}
/* display 已添加到common.css */
.dis-n{display: none;}
.dis-b{display: block;}
.dis-i{display: inline;}
/* text-align 已添加到common.css */
.tr{text-align: right;}
.tl{text-align: left;}
/* position 已添加到common.css */
.pa{position: absolute;}
.pr{position: relative;}
.pf{position: fixed;}
/* font-size */
.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 16px;}
.fs22{font-size: 22px;}
/* color 已添加到common.css */
.col-fff{color: #fff;}
.col-333{color: #333;}
.col-666{color: #666;}
.col-999{color: #999;}
.col-green{color: #30b097;}
/* font-weight 已添加到common.css */
.fw100{font-weight: 100;}
.fw200{font-weight: 200;}
.fw300{font-weight: 300;}
.fw400{font-weight: 400;}
.fw500{font-weight: 500;}
.fw600{font-weight: 600;}
.fw700{font-weight: 700;}
/* float 已添加到common.css */
.fl{float: left;}
.fr{float: right;}
/* background 已添加到common.css */
.bd-box{background: #ecf0ef;}
.bd-fff{background:#fff;}
.bd-ddd{background: #ddd;}
.bd-fa{background: #fafafa;}
.bd-f5{background: #f5f5f5;}
/* padding 已添加到common.css */
.pad-left10{padding-left: 10px;}
.pad-left20{padding-left: 20px;}
.pad-left40{padding-left: 40px;}
.pad-top10{padding-top: 10px;}
.pad-top20{padding-top: 20px;}
.pad-bottom10{padding-bottom: 10px;}
.pad-bottom20{padding-bottom: 20px;}
.pad-right10{padding-right: 10px;}
.pad-right20{padding-right: 20px;}
/* margin 已添加到common.css */
.ma{margin: 0 auto;}
.ma-top10{margin-top: 10px;}
.ma-top20{margin-top: 20px;}
.ma-left10{margin-left: 10px;}
.ma-left20{margin-left: 20px;}
.ma-right10{margin-right: 10px;}
.ma-right20{margin-right: 20px;}
.ma-right30{margin-right: 30px;}
.ma-bottom10{margin-bottom: 10px;}
.ma-bottom15{margin-bottom: 15px;}
.ma-bottom20{margin-bottom: 20px;}
/* 已添加到common.css */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}