/*尺寸*/
.w5{width: 5%}
.w10{width: 10%}
.w15{width: 15%}
.w20{width: 20%}
.w25{width: 25%}
.w30{width: 30%}
.w35{width: 35%}
.w40{width: 40%}
.w45{width: 45%}
.w50{width: 50%}
.w55{width: 55%}
.w60{width: 60%}
.w65{width: 65%}
.w70{width: 70%}
.w75{width: 75%}
.w80{width: 80%}
.w85{width: 85%}
.w90{width: 90%}
.w95{width: 95%}
.w100{width: 100%;clear: both;}
.wf{width: 100%}

.w100>div{display: inline-block;margin: -2px;padding: 5px;vertical-align: top;}
.top{vertical-align: top;}

.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs20{font-size: 20px;}
.fs24{font-size: 24px;}

.lh35{line-height: 35px}
.lh50{line-height: 50px;}

.fwb{font-weight:bolder;}

/*布局*/
.fl{float: left;}
.fr{float: right;}
.il{display: inline-block;}
.tc{text-align: center;}
.tr{text-align: right;}
.tl{text-align: left;}
.middle{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex; display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.mt5{margin-top: 5px;}
.mt8{margin-top: 8px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt35{margin-top: 35px;}

.clear{clear:both;height: 1px;}
.overDot{display:block !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/**多行超出用“...”替换，行数：-webkit-line-clamp: 2*/
.overMDot{display:block;overflow:hidden;text-overflow:ellipsis;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

img{border:0;vertical-align: middle;}
.imgBg{background-position: center;background-repeat: no-repeat;background-size: cover;}
.imgBg2{background-position: center;background-repeat: no-repeat;background-size:contain;}

.hide{display: none;}

/*颜色*/
.grey{color: #888}
.blue{color:#3300FF}
.red{color:#CC0033}
.green{color:#339900}
.white{color:#fff}

.sbtn{display: inline-block;padding:0 5px;background-color:#419d31;color: #fff;height: 22px;line-height: 22px;vertical-align:middle;cursor: pointer;border-radius: 2px;border: 0px;font-size: 14px;min-width: 22px;box-sizing: border-box;margin-left: 2px;margin-right: 2px;}
.sbtn:hover{opacity:0.8;filter: alpha(opacity=80);}
.sbtn i{vertical-align: baseline;}

.bg-red{background-color:#CC0033;}
.bg-grey{background-color:#e7e7eb;color:#333}
.bg-orange{background-color: #ec5529}
.bg-green{background-color:#339900}
.bg-blue{background-color:#3300FF}

.dis{background-color: #dadada !important;cursor: not-allowed !important;}

.lbl{width:120px;display: inline-block;}

/*提示数量红点*/
.countTip{display: inline-block;height: 20px;line-height: 20px;min-width: 20px;text-align: center;border-radius:10px;background-color: #ff0022;color: #fff;font-size: 12px;margin-left: 2px;vertical-align: text-top;}
.date-ico{background-image: url('../images/time.png');cursor: pointer;background-repeat: no-repeat;background-position: right;}