/*------------------------------------------------*/
/*--------static css------------------------------*/

.mContent {
    min-width:320px;
    max-width:540px;
    margin:0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 16px 30px;
}
.baseBox{
    min-width:320px;
    max-width:540px;
    margin:0 auto;
}
.pb0 {
    padding-bottom: 0;
}

.mTitle {
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    color: #444;
    font-weight: 700;
    padding-bottom: 6px;
}

p {
    font-size: 14px;
    color: #787878;
    line-height: 25px;
    word-break: break-all;
    margin-bottom: 23px;
}

p.tIndentLeft {
    text-indent: -22px;
    padding-left: 22px;
}

b {
    font-size: 16px;
    line-height: 22px;
    color: #444;
    display: block;
    font-weight: 700;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:14px 0 14px 15px;
    background:url(../images/redline.png) no-repeat left 16px / 3px 16px;
}

b.normal {
    display: inline;
}

p.fs8 {
    font-size: 8px;
    line-height: 14px;
    -webkit-text-size-adjust: none;
}

.mt40 {
    margin-top: 40px;
}

.mt24 {
    margin-top: 24px;
}

.mb20 {
    margin-bottom: 20px;
}
.mb16 {
    margin-bottom: 16px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb8{
    margin-bottom: 8px;
}
.mb14 {
    margin-bottom: 14px;
}
.mb5 {
    margin-bottom: 5px;
}

.red {
    color: #ff3344;
}

.tIndent32 {
    text-indent: 28px;
}

.tIndentLeft2 {
    text-indent: -32px;
    padding-left: 22px;
}

.tac {
    text-align: center;
}

.under {
    border-bottom: 1px solid #404040;
}

.tDUnderline {
    text-decoration: underline;
}

.secTitle{
    line-height:18px;
    font-size:16px;
    font-weight: 700;
    color:#444;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:14px 0 14px 15px;
    background:url(../images/redline.png) no-repeat left center / 3px 16px;
}
.tip{
    width:100%;
    line-height:16px;
    font-size:12px;
    color:#999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:7px 10px 5px 31px;
    background:#f6f6f6 url(../images/warn.png) no-repeat 8px 11px / 11px 11px;

}
.mb0{
    margin-bottom: 0;
}
.tal{
    text-align:left;
}