/* .modal_background {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(177,177,177,0.8);
}
 */
.join_popup{
    text-align: center;
}
.join_popup .img{
    width: 26px;
    height: 26px;
}
.join_popup h3{
    margin:8px 0;
    font-size: 24px;
    font-weight: bold;
}
.join_popup .color{
    color: #f55b4b;
}

.join_popup .join_popup_text{
    position:relative;
    margin-top:18px;
    padding:14px 0;
    background: #efefef;
    border-radius: 5px;
    color:#222;
    line-height: 18px;
}
.join_popup .join_popup_text:after {
    border-top:0px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #efefef;
    content:"";
    position:absolute;
    top:-9px;
    left:50%;
    margin-left:-10px;
}
.join_popup .join_popup_text p{
    margin-bottom:6px;
    font-weight: bold;
    font-size:18px;
    font-style: italic;
    color:#f55b4b;
}
.modal_box {
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 300px;
    text-align: left;
    background-color:#fff;
    border-radius: 15px;
    display: none;
    font-size:14px;
    line-height: 17px;
    color:#666666;
}

.modal_box.info {
    background-color: #FAC090;
}

.modal_box.error {
    background-color: #0a2b1d;
}
#p_AlertMsg{
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}
#p_AlertMsg .tit{
    padding-left:24px;
    width: 100%;
    height: 20px;
    line-height: 19px;
    font-size:16px;
    font-weight: 500;
    color:#333333;
    background: url("/img/icAlertMsg_tit.png") no-repeat;
    background-size: 20px 20px;
}
#p_AlertMsg .box_input{
    margin-top:12px;
    width: 100%;
    line-height: 32px;
    text-align: left;
    color:#666666;
}
#p_AlertMsg .box_input input{
    float:right;
    padding:4px 6px;
    border:1px solid #ddd;
    background: #f5f5f5;
}
#p_AlertBottom{
    text-align: center;
    border-top:1px solid #ddd;
}
#p_AlertBottom button{
    margin-top: 10px;
    margin-bottom:23px;
    height: 25px;
    font-size:17px;
    font-weight: 500;
    color:#f55b4b;
    border-right:0 solid transparent;
    border-left:0 solid transparent;
    border-bottom:1px solid #f55b4b;
    border-top:0 solid transparent;
    background: transparent;
}
#p_AlertBottom #p_AlertCancel{
    margin-left:8px;
    color: #bbbbbb;
    border-bottom:1px solid #bbbbbb;
}
.modal_box img {
    width: 50%;
    height: 50%;
    display: block;
    margin: 0 auto 10px;
}

#p_Background {
    z-index: 99998;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
