﻿.kfBox{
    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: 600px;
    height: 200px;
    margin: -100px 0 0 -300px;
}
.wantbox>div:first-child{
    margin-bottom: 10px;
    margin-top: 20px;
}
.ts_msg{
    text-align: center;
    font-size: 14px;
}
.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;
    background-color: #eb2332;
    color: #fff;
    border-radius: 4px;
}
