﻿.zeng_msgbox_layer,
.zeng_msgbox_layer .gtl_ico_succ,
.zeng_msgbox_layer .gtl_ico_fail,
.zeng_msgbox_layer .gtl_ico_hits,
.zeng_msgbox_layer .gtl_ico_clear,
.zeng_msgbox_layer .gtl_end {
    display: inline-block;
    max-height: 108px;
    line-height: 54px;
    font-weight: bold;
    font-size: 1.4rem;
    color: #606060;
    background: rgba(0,0,0,0.8);
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 3px;
    text-align: center
}

.zeng_msgbox_layer_wrap {
    width: 100%;
    position: fixed;
    _position: absolute;
    top: 46%;
    left: 0;
    text-align: center;
    z-index: 65533
}

.zeng_msgbox_layer {
    background-position: 0 -161px;
    background-repeat: repeat-x;
    padding: 0 20px;
    margin: 0 auto;
    position: relative
}
