﻿.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=50);
    z-index: 10000;
    display: block;
}

.mess {
    position: absolute;
    background: #fff;
    text-align: center;
    z-index: 99999;
    top: 50%;
    background: rgba(52,129,96,1);
    border: 1px solid #008040;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mess p {
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.Poptop {
    padding: 0 5px!important;
    overflow: hidden;
    _height: 40px;
    line-height: 40px;
    font-family: microsoft yahei;
}

.Poptitle {
    text-align: left;
    color: #ffff00;
    font-size: 16px;
    line-height: 40px;
    float: left;
}

.Popcontent img {
    padding:0 5px 5px;
}

.closePopbtn {
    background: #E7D767;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 8px;
    float: right;
    border-radius: 5px;
    cursor: pointer;
    color: #333;
}

span.closePopbtn:hover {
    background: #E7D767;
}