﻿.postedBox{
    display: none;
}
.pro_div1{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #000;
    opacity: 0.549;
}
.probox{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    background-color: #fff;
    width: 400px;
    height: 200px;
    margin: -100px 0 0 -200px;
}
.msg{
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    background-color: #fafafa;
}

.wantbox>div:first-child{
    margin-bottom: 10px;
    margin-top: 20px;
}
.posted_msg{
    text-align: center;
    font-size: 14px;
    padding:  20px 0;
}
.pro_btn{
    text-align: center;
    margin-top: 20px;
}
.pro_btn>div{
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}
.pro_btn>div:first-child{
    background-color: #eb2332;
    margin-right: 10px;
}
.pro_btn>div:first-child>a {
    color: #fff;
}
.pro_btn>div:nth-child(2){
    background-color: #757575;
}
