
/***********弹出框样式***********/
.popup {
    width: 470px;
    height: 260px;
    background-color: #fff;
    font-family: \5FAE\8F6F\96C5\9ED1;
    padding: 8px;
}

.popup_title {
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    width: 100%;
    border-bottom: 3px #d3371b solid;
    color: #d3371b;
    padding-bottom: 5px;
    padding-top: 0px;
}

.popup_alter_title {
    padding: 5px 0 4px 5px;
}

.popup_cont {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 20px;
}

.popup_cont p {
    line-height: 24px;
    color: #696969;
}

.popup_cont .popup_cont_alert {
    color: #d3371b;
    font-size: 14px;
}

.popup_bottom{
    width:95%;
    margin:0 auto;
    line-height:55px;
    font-size:12px;
    color:#696969;
    border-top:1px solid #dcdcdc;
    margin-top:30px;
}