/*sobeyAlert*/
.sobey-alert-back{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/statics/images/zikao/back_black30p.png) repeat;
    z-index: 9999;
}
.sobey-alert-wrap{
    width: 389px;
    height: 217px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: url(/statics/images/zikao/alert-back.png) no-repeat;
}
.sobey-alert-close{
    width: 23px;
    height: 23px;
    cursor: pointer;
    background: url(/statics/images/zikao/alert-bt.png) no-repeat 0 -23px;
    position: absolute;
    right: 26px;
    top: 24px;
}
.sobey-alert-close:hover{
    background-position: 0px 0px;
}
.sobey-alert-confirm{
    width: 100px;
    height: 30px;
    background: url(/statics/images/zikao/alert-bt.png) no-repeat -53px 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.sobey-alert-confirm:hover{
    background-position: -53px -30px;
}
.sobey-alert-content{
    padding-top: 70px;
    padding-bottom: 10px;
    height: 72px;
}
.sobey-alert-content p{
    width: 350px;
    text-align: center;
    color: #555555;
    font-size: 18px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
}
/*sobeyAlert*/