﻿.tcenter {
    text-align: center;
}

.tleft {
    text-align: left !important;
}

.tright {
    text-align: right !important;
}

.tindent5 {
    text-indent: 5px;
}

.tindent10 {
    text-indent: 10px;
}

.tindent15 {
    text-indent: 15px;
}

.tindent20 {
    text-indent: 20px;
}

.width100 {
    width: 100%;
}

.width95 {
    width: 95%;
    margin: 0 auto;
}

.height20 {
    height: 20px;
    line-height: 20px;
}

.height30 {
    height: 30px;
    line-height: 30px;
}

.height40 {
    height: 40px;
    line-height: 40px;
}

.height50 {
    height: 50px;
    line-height: 50px;
}

.height60 {
    height: 60px;
    line-height: 60px;
}

.bgc-wx {
    background: #07C160;
}

.bold {
    font-weight: bold;
}

.f10 {
    font-size: 10px
}

.f11 {
    font-size: 11px
}

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f15 {
    font-size: 15px
}

.f16 {
    font-size: 16px
}

.f17 {
    font-size: 17px
}

.f18 {
    font-size: 18px
}

.f19 {
    font-size: 19px
}

.f20 {
    font-size: 20px
}

.f21 {
    font-size: 21px
}

.f22 {
    font-size: 22px
}

.f25 {
    font-size: 25px
}

.f30 {
    font-size: 30px
}

.f35 {
    font-size: 35px
}

.f40 {
    font-size: 40px
}

.f50 {
    font-size: 50px
}
/*字体颜色*/
.f-red {
    color: #a10303 !important;
}

.f-blue {
    color: #10aeff !important;
}

.f-black {
    color: #333 !important;
}

.f-white {
    color: #FFF !important;
}

.f-zi {
    color: #FF33CC !important;
}

.f-yellow {
    color: #FFFF66 !important;
}

.f-orange {
    color: #FF6600 !important;
}

.f-green {
    color: #07c160 !important;
}

.f-green1 {
    color: #e3f9e9 !important;
}

.f-green2 {
    color: #92dab2 !important;
}

.f-green3 {
    color: #2ba471 !important;
}

.f-green4 {
    color: #006c45 !important;
}

.f-green5 {
    color: #003b23 !important;
}

.f-gray1 {
    color: #f3f3f3 !important;
}

.f-gray2 {
    color: #e8e8e8 !important;
}

.f-gray3 {
    color: #c6c6c6 !important;
}

.f-gray4 {
    color: #8b8b8b !important;
}

.f-gray5 {
    color: #5e5e5e !important;
}

.f-gray6 {
    color: #393939 !important;
}

.f-gray7 {
    color: #242424 !important;
}


/*背景颜色*/

.bg-green {
    background-color: #07c160 !important;
}

.bg-red {
    background-color: #fa5151 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-blue {
    background-color: #10aeff !important;
}

.bg-gray {
    background-color: #f5f5f5 !important;
}

.bg-gray2 {
    background-color: #e8e8e8 !important;
}

.bg-gray3 {
    background-color: #c6c6c6 !important;
}

.bg-gray4 {
    background-color: #8b8b8b !important;
}

.radius5 {
    border-radius: 5px;
}

.radius10 {
    border-radius: 10px;
}

.radius15 {
    border-radius: 15px;
}

.radius20 {
    border-radius: 20px;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}


.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}
