.model_bg{background:#000; position: fixed;  left: 0px;  top: 0px;  width: 100%;  height: 100%;  opacity: 0.7;
    z-index: 9999998;    filter: alpha(opacity=70);}
.model_con{position: fixed;left: 50%;margin-left: -250px; top:50%;width:500px; height: 300px;margin-top:-150px;background: #fff; z-index: 999;}

.model_con_s{
    position: fixed;
    top:50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -230px;
    z-index: 9999999;
    width: 460px;
    height: 140px;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    padding: 20px 0px;
    background: #fff;
}
.model_con_s .title{
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
    height: 25px;
    text-align: center;
    position: relative;
}
.model_con_s .title .closeModel{
    width: 14px;height: 14px;
    cursor: pointer;
    background: url(../img/base-cqd-close.png) no-repeat 0px 0px;
    position: absolute;
    right: 10px;
    top: -10px;
}
.model_con_s .title .closeModel:hover{background-position: -14px 0px;}
.model_con_s p,.my_models p{
    line-height:16px;
}
.model_con_s .opBtn,.my_models .opBtn,.opBtn{
    margin-top: 20px;    text-align: center;
}
.model_con_s .opBtn.mt0{margin-top: 0px;}
.model_con_s .opBtn a,.opBtn a{
    width:136px;
    height:36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
}
.model_con_s .dialog-sure{
    background: #e00000;
    color: #fff;
    border: 2px solid #e00000;
}

.model_con_s .dialog-close{
    background: #fff;
    border: 2px solid #e00000;
    color: #e00000;
}

#closeTip{
    background: #fff;
    border: 2px solid #e00000;
    color: #e00000;
}

.bidding-menu{}