@charset "utf-8";
/* CSS Document */
.blockOverlay,.blockOverlayBox{border:none;position: absolute;z-index: 999;filter:alpha(opacity=70);margin:0;padding:0;width:100%;height:100%;top:0;left:0;background-color:#000;opacity:0.7;cursor:default; position:fixed;}

#JS_blockPage{ 
    margin-left: 0;
    min-width: 200px;
    margin-top: 0;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    border-radius: 7px;
    overflow: hidden;
    box-shadow: none;

}
.blockMsg{
   
    
}

.bottom input{    background:#e8914d; 
    width:100px;height:30px; border:0; cursor:pointer; color:#fff; font-size: 18px; font-family:Microsoft YaHei; text-align: center; /*font-size: 0px;IE hack*/ display:inline-block;/*IE hack*/ line-height: 36px;/*IE hack*/ margin:7px 0 0; border-radius: 3px; margin-right:10px;}

.blockMsg .title {margin: 0;
background: #cf5e57;
}
.blockMsg .submit {
    background: linear-gradient(0deg,#8f2713,#dd390a);
}
.blockMsg .content {text-align:center; background:#fff;
    box-sizing: border-box;
    padding: 20px;
     width:auto;  max-width: 900px; height: auto; max-height: 650px; line-height:30px;
    	font-size:16px;	padding-top:20px;padding-bottom:20px;color:#666; min-width: 150px;}
.blockMsg .content .detail {color: #666; max-height:500px; overflow-y:auto; text-align: left; font-size: 14px; min-height: 100px; width: auto; max-width: 650px;}
.blockMsg .content .detail p,.blockMsg .content .detail h3 {line-height: 25px; margin-bottom: 10px;}
.blockMsg .bottom {background:#fff;height:60px;font-family:Microsoft YaHei;font-size:14px;	text-align:center; min-width: 300px;}
/*.blockMsg .submit ,
.blockMsg .cancel{
    color: transparent;
    position: relative;
}
 .blockMsg .submit:after,
.blockMsg .cancel:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;

    content: ""
}
.blockMsg .submit:after {
    content: "同意";
    color: #fff;
}
.blockMsg .cancel:after {
    content: "不同意";
    color: #666;

} */

