.tips_account_container{
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    min-width: 1000px;
    background-color: rgba(0,0,0,0.6);
    z-index: 120;
}
.tips_account_container 
.tips_account_dialog{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 500px;
}
/**
*弹框头部
**/
.tips_account_container 
.tips_account_dialog
.tips_account_header{
    width:100%;
    height: 46px;
    line-height: 46px;
    padding:0 20px;
    color: #fff;
    background-color: #047DFF;
}
.tips_account_container 
.tips_account_dialog
.tips_account_header
.dialog_title{
    font-size: 18px;
    font-weight: 400;
    width: 50%;
    display: inline-block;
}
.tips_account_container 
.tips_account_dialog
.tips_account_header
.iconfont{
    color: #fff;
    font-size:24px;
    float: right;
    cursor: pointer;
}
/* *
*弹框主体
* */
.tips_account_container 
.tips_account_dialog
.tips_account_body{
    height: 136px;
    padding: 30px 30px 0;
    position: relative;
    text-align: center;
}

.tips_account_body a{
    font-size: 14px;
    color: #047DFF;
    margin-top: 5px;
}

.tips_account_body
.tips_body_title{
    font-size: 18px;
    color: rgba(0,0,0,0.85);
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tips_account_body
.tips_body_title.org{
    color: #E95B23;
}

.tips_account_body
.tips_body_content{
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    line-height: 22px;
}

/* *
*弹框底部
* */
.tips_account_container 
.tips_account_dialog
.tips_account_footer{
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}