.abp{
    position:relative;
}
.abp .container{
    -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    position: absolute;
    display: block;
    overflow: hidden;
    margin: 0;
    border: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.abp .container .cmt{
    -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    position: absolute;
    padding: 3px 0 0 0;
    margin: 0;
    color: #fff;
    font-family: SimHei, SimSun, Heiti, "MS Mincho", "Meiryo", "Microsoft YaHei", monospace;
    font-size: 25px;
    text-decoration: none;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 100%;
    letter-spacing: 0;
    word-break: keep-all;
    white-space: pre;

}
.abp .container .cmt.noshadow{
    text-shadow: none;
}
.abp .container .cmt.rshadow{
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

/** Aliases for Chinese named fonts because they don't work on *nix **/
@font-face{
    font-family: "\9ED1\4F53";
    src:local('SimHei');
}

@font-face{
    font-family: "\5B8B\4F53";
    src:local('SimSun');
}

@font-face{
    font-family: "\534E\6587\6977\4F53";
    src:local('SimKai');
}

@font-face{
    font-family: "\5E7C\5706";
    src:local('YouYuan');
}

@font-face{
    font-family: "\5FAE\8F6F\96C5\9ED1";
    src:local('Microsoft YaHei');
}

/*.abp{ width: 100%; height: 100%;}*/
.cmt{ font-size: 12px; height: 22px; line-height: 22px; padding: 0 5px; border-radius: 6px; ;}
.cmt .icon{ display: inline-block; width: 15px; height: 15px; margin-right: 5px;}
.cmt .icon img{ width: 16px; height: 16px; border-radius: 5px; margin-bottom: -4px;}