.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');
  background-color: rgba(0, 0, 0, 0.5);
}


.modal-box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 220px;
  /* margin-left: -250px;
  margin-top: -83px; */
  border: 2px solid #cccccc;
  z-index: 1105;
  background-color: #FFF;
  transform: translate(-50%, -50%);
  -webkit-filter: blur(0);
}

.modal-box .modal-header,
.modal-box .modal-body,
.modal-box .modal-footer {
  padding: 0 15px;
}
.modal-box .modal-header {
  height: 36px;
  text-align: right;
  border-bottom: 1px solid #cccccc;
}
.modal-box .modal-header h3 {
  float: left;
  display: inline;
  line-height: 36px;
  font-weight: bold;
}
.modal-box .modal-body {
  margin: 15px 0;
}
.modal-box .modal-body p {
    line-height: 20px;
    max-height: 100px;
    overflow: auto;
}
.modal-box .modal-body div:last-child{
    height:33px;
}
.modal-box .modal-footer {
  text-align: center;
  padding: 10px 15px;
}
.modal-box .modal-footer .btn {
  margin-left: 20px;
}
.modal-box .modal-del {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 6px;
}
.modal-box .modal-del:hover {
  background-color: whitesmoke;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.orangeBtn {
  background: #ff9600;
  color: #fff;
  border: 1px solid #f87b00 ;
}
.twoBtn {
  padding: 5px 20px;
  *padding: 4px 20px;
  _padding: 5px 20px;
}
.modal-box {
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.31);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.31);
  border: 1px solid #cccccc;
  height: auto;
   
}
#upFileId_overlay{
   background: url("../images/APPloading.gif") no-repeat scroll center center #fff;
   padding: 0 0 70px;
}
.modal-box .modal-header {
  margin: 0 15px;
  height: 60px;
}

.modal-box .modal-header h3 {
  font-size: 18px;
  margin-top: 15px;
}

.modal-box .modal-del {
  margin-top: 20px;
}
/*定时发布  */
/*.timepublish_wrap {
  background: none repeat scroll 0 0 white;
  border: 0 none;
  bottom: 0;
  font-size: 12px;
  height: 160px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 470px;
  z-index: 1102;
}*/
.timepublish_tit {
    background: none repeat scroll 0 0 #eaeaea;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 470px;
}
.timepublish_close {
  color: #999;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
}
.timepublish_close:hover{ 
  background:#ccc;
  color:#fff;
}
.timepublish_con {
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.timepublish_foot {
    background: none repeat scroll 0 0 #eaeaea;
    height: 50px;
    line-height: 50px;
}

.timepublish_foot > span {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-top: 8px;
    text-align: center;
    width: 80px;
}

/*.timepublish_enter {
    margin-left: 140px;
}
.timepublish_cancel {
    margin-left: 30px;
}*/
#timepublish_input {
  margin: 0;
  vertical-align: middle;
    width: 180px;
}
#timepublish_error{
	color: red;
	padding-left: 15px;
	display: none;
}
.word-break_all{
    word-break: break-all;
}

