﻿/*通用*/
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.w5
{
    width: 5px;
}
.w10
{
    width: 10px;
}
.w40
{
    width: 40px;
}
.w50
{
    width: 50px;
}
.w55
{
    width: 55px;
}
.w60
{
    width: 60px;
}
.w65
{
    width: 65px;
}
.w70
{
    width: 70px;
}
.w80
{
    width:80px;    
}
.w90
{
    width:80px;    
}
.w100
{
    width: 100px;
}
.w110
{
    width: 110px;
}
.w120
{
    width: 110px;
}
.w130
{
    width: 130px;
}
.w150
{
    width: 150px;
}
.w160
{
    width: 160px;
}
.w170
{
    width: 170px;
}
.w200
{
    width: 200px;
}
.w240
{
    width: 240px;
}
.w280
{
    width: 280px;
}
.w300
{
    width: 300px;
}
.w320
{
    width: 320px;
}
.w340
{
	width:340px;
}
.w480
{
	width:480px;
}
.w500
{
    width: 500px;
}
.w650
{
    width:650px;
}
.w700
{
    width: 700px;
}
.w980
{
    width: 980px;
}
.h2
{
    height: 2px;
}
.h5
{
    height: 5px;
}
.h10
{
    height: 10px;
}
.h15
{
    height: 15px;
}
.h18
{
	height:18px;
}
.h20
{
    height: 20px;
}
.h25
{
    height: 25px;
}
.h30
{
    height: 30px;
}
.h45
{
	height:45px;	
}
.h60
{
    height: 60px;
}
.h90
{
    height: 90px;
}
.h100
{
    height: 100px;
}
.h130
{
    height:130px;
}
.h170
{
    height: 170px;
}
.h200
{
    height: 200px;
}
.h210
{
    height: 210px;
}
.h230
{
    height: 230px;
}
.h400
{
	height:400px;	
}
.ml3
{
    margin-left: 3px;
}
.ml5
{
    margin-left: 5px;
}
.ml10
{
    margin-left: 10px;
}
/*.ml15
{
    margin-left: 15px;
}*/
.ml20
{
    margin-left: 20px;
}
.mr5
{
    margin-right: 5px;
}
.mr10
{
    margin-right: 10px;
}
.mr20
{
    margin-right: 20px;
}
.mt3
{
    margin-top:3px;
}
.mt5
{
    margin-top: 5px;
}
.mt5_float
{
    margin-top: 5px !important;
    margin-top: 2px;
}
.mt7
{
    margin-top: 7px;
}
.mt10
{
    margin-top: 10px;
}
.mt10_float
{
    margin-top: 10px !important;
    margin-top: 5px;
}
.mt20
{
    margin-top: 20px !important;
    margin-top: 10px;
}

.margintop20
{
    margin-top: 20px;
}

.mt30
{
	margin-top:30px;	
}
.mb10
{
    margin-bottom: 10px;
}
.mb5
{
    margin-bottom: 5px;
}

.mb5_float
{
    margin-bottom: 5px !important;
    margin-bottom:2px;
}

.mb10
{
    margin-bottom: 10px;
}
.mb20
{
    margin-bottom: 20px;
}
.mlr5
{
    margin-left: 5px;
    margin-right: 5px;
}
.mlr10
{
    margin-left: 10px;
    margin-right: 10px;
}
.mlr20
{
    margin-left: 20px;
    margin-right: 20px;
}
.mlr30
{
    margin-left: 30px;
    margin-right: 30px;
}
.ma
{
    margin:auto;
}
.mlra
{
    margin-left:auto;
    margin-right:auto;
}
.m0a
{
    margin: 0 auto;
}
.mtb20
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.p20
{
	padding:20px;	
}
.pt5
{
	padding-top:5px;	
}
.pl5
{
	padding-left:5px;	
}
.pl10{padding-left:10px;}
.pr10
{
	padding-right:10px;	
}
.inline
{
    display: inline;
}
.block
{
    display: block;
}
.none
{
    display: none;
}

.black{	color:Black;}

.red
{
    color: Red;
}
.green
{
	color:#00FF00;	
}
.white
{
    color:#fff;
}
.bc_bbc2c9
{
    background-color: #bbc2c9;
}
.bc_656f7a
{
    background-color: #656f7a;
}
.bc_f2f6f8
{
	background-color:#f2f6f8;
}
.c_656f7a
{
    color:#656F7A;
}
.c_bfc4c9{color:#BFC4C9;}

.bold
{
    font-weight: bold;
}
.texttop
{
	vertical-align:top;	
}
.textcenter
{
    text-align: center;
}
.textleft
{
    text-align: left;
}
.textright
{
    text-align: right;
}
.overflow_h
{
    overflow: hidden;
}
.overflow_s
{
    overflow: scroll;
}
.overflow_a
{
    overflow:auto;
}
.lh25
{
    line-height: 25px;
}
.txt_oe
{
   word-wrap: break-word; 
    word-break: normal; 
}
.td_none
{
    text-decoration: none;
}
.td_underline
{
	 text-decoration: underline;
}
.td_through
{
	text-decoration: line-through;
} 
.txt_i_16
{
    text-indent:16px;
}
.txt_i_24
{
    text-indent:24px;
}
.csr_p
{
   cursor:pointer;
}
.visible_h
{
	visibility:hidden;	
}
