._popup_skin .pop-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    zoom: 1
}

._popup_skin .pop-info {
    position: absolute;
    z-index: 100;
}

._popup_skin .pop-info .outter {
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    left: 50%;
    margin-left: -200px;
    top: 200px;
    height: auto;
    display: none;
    zoom: 1;
    background: white;
    border: 1px solid #aaaaaa;
    padding: 20px 20px;
    width: 400px;
}
._popup_skin .pop-custom {
    position: absolute;
    z-index: 100;
}

._popup_skin .pop-custom .outter {
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    top: 200px;
    height: auto;
    display: none;
    zoom: 1;
    left: 50%;
    background: white;
    border: 1px solid #aaaaaa;
    padding: 20px 20px;
    width: 358px;
}

._popup_skin .pop-info .top {
    /*height: 32px;*/
    /*text-align: right;*/
}

._popup_skin .pop-info .middle {

}

._popup_skin .pop-info .bottom {
    height: 36px;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    margin-top: 20px;
}

._popup_skin .pop-info .symbol {
    /*background: url("/common/tpl/popup/img/img-info.png") center center no-repeat;*/
    /*height: 120px*/
}

._popup_skin .pop-info .big-msg {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

._popup_skin .pop-info .small-msg {
    color: #888888;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}

._popup_skin .pop-wait {
    position: absolute;
    z-index: 100;
}

._popup_skin .pop-wait .outter {
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    left: 50%;
    margin-left: -200px;
    top: 350px;
    height: auto;
    display: none;
    zoom: 1;
    background: white;
    border: 1px solid #aaaaaa;
    padding: 20px 20px;
    width: 358px;
}

._popup_skin .pop-wait .top {
    height: 21px;
}

._popup_skin .pop-wait .middle {
}

._popup_skin .pop-wait .bottom {
    height: 31px;
}

._popup_skin .pop-wait .symbol {
}

._popup_skin .pop-wait .big-msg {
    color: #000000;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

._popup_skin .pop-wait .small-msg {
    color: #888888;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 14px;
}

.pointer {
    cursor: pointer;
}
._popup_skin .top .close{
    font-size: 20px;
    background: #d6d6d6;
    border: 1px solid #cbcbcb;
    position: absolute;
    padding: 4px 7px;
    right: 0;
    top: 0;
    cursor: pointer;
}


._popup_skin .pop-confirm .top {
    height: 32px;
    text-align: right;
}

._popup_skin .pop-confirm .middle {

}

._popup_skin .pop-confirm .bottom {
    height: 36px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

._popup_skin .pop-confirm .symbol {
    /*height: 40px;*/
}

._popup_skin .pop-confirm .big-msg {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

._popup_skin .pop-confirm .small-msg {
    color: #888888;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
._popup_skin .pop-confirm {
    position: absolute;
    z-index: 100;
}

._popup_skin .pop-confirm .outter {
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    left: 50%;
    margin-left: -200px;
    top: 200px;
    height: auto;
    display: none;
    zoom: 1;
    background: white;
    border: 1px solid #aaaaaa;
    padding: 20px 20px;
    width: 358px;
}
._popup_skin .pop-confirm .btn-group{
    display: inline-block;
    margin: 0 auto;
}
._popup_skin .pop-info .close{
    cursor:pointer;padding: 10px 12px;background: #A3A9B3;font-size: 14px;color: #fff;
}