	*{padding:0px;margin:0px;}
	.pop {  display: none;  width: 600px; min-height: 470px;  max-height: 750px;  height:470px;  position: absolute;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  padding: 25px;  z-index: 130;  border-radius: 1px;  background-color: #fff;  box-shadow: 0 3px 18px rgba(90, 0, 0, .5);  }
	.pop-top{  height:30px;  width:100%;  border-bottom: 1px #E5E5E5 solid; }
	.pop-top h2{  float: left;  display:black}
	.pop-top span{  float: right;  cursor: pointer;  font-weight: bold; display:black}
	.pop-foot{  height:20px;  line-height:20px;  width:100%;  border-top: 1px #E5E5E5 solid;  text-align: center;  }
	.pop-cancel, .pop-ok {  padding:8px 35px;  margin:15px 5px;  border: none;  border-radius: 1px;  background-color: #337AB7;  color: #fff;  cursor:pointer;  }
	.pop-cancel {  background-color: #FFF;  border:1px #CECECE solid;  color: #000;  }
	.pop-content{  height: 330px;}
	.pop-content-left{  float: left;  }
	.pop-content-right{width:130px;  float: left; padding-top:20px;  padding-left:20px; padding-right:20px;  font-size: 16px;  line-height:35px;}
	.pop-content-right a:hover{
	color:#0c77ad;
	}
	.bgPop{  display: none;  position: absolute;  z-index: 129;  left: 0;  top: 0;  width: 100%;  height: 100%;  background: rgba(0,0,0,.2);  }
