.cp{cursor: pointer;}

.fr{float: right}
.fl{float: left}

.posr{position: relative;}
.posa{position: absolute;}
.posf{position: fixed;}

.m0{margin: 0 auto}
.m10{margin: 10px auto}
.p0{padding: 0 auto}
.p10{padding: 0px 10px}

.ofa{overflow: auto;}
.ofh{overflow: hidden;}

.disb{display: block}
.disn{display: none}

.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.auto_width{
    top: 0;
    right: 0;
    overflow: hidden;
}
.hwpa{
    height: 100%;
    width: 100%;
    position: absolute;
}


.br2{border-radius:2px;behavior: url(ie-css3.htc);}

.maxh100{max-height: 100px}

.minh340{min-height: 340px;}


.lh15{line-height: 15px}
.lh38{line-height: 35px}
.lh42{line-height: 42px}
.lh44{line-height: 44px}
.lh45{line-height: 45px}


.cff{color: #fff;}


.bc_000{background-color:#000;}
.bc_fff{background-color:#fff;}
.bc_FFE{background-color: #FFEFB4;}
.bc_95E{background-color: #95E1E0;}
.bc_DAB{background-color: #DAB534;}

.bca2_000{ background: rgba(0,0,0,.2) !important;behavior: url(ie-css3.htc);}

.bdeef{border: 1px solid #eef0f4;}

.bdr222{border-right:1px solid rgb(222,225,234) }




.w10{width:10px;}
.w70{width:70px;}
.w90{width:90px;}
.w100{width:100px;}
.w110{width:110px;}
.w130{width:130px;}
.wp50{width: 50%}
.wp60{width: 60%}
.wp100{width: 100%}


.h800{height: 800px}
.hp80{height: 80%}
.hp100{height: 100%}



.mt40{margin-top: 40px}
.mt60{margin-top: 60px}
.mr10{margin-right: 10px}
.mr90{margin-right: 90px}
.mb60{margin-bottom: 60px}

.fz17{font-size: 17px;}
.fz19{font-size: 19px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}

.l0{left: 0px}
.lp15{left: 15%}

.r0{right: 0px;}
.r64{right: 64px;}

.bp30{bottom: 30%}

.t0{ top:0px;}

.z1{z-index: 1}
