@charset "utf-8";
  /*上传框*/
   .form-group.mag .imgnum {
      width: 120px;
      height:100px;
    }
    .form-group.mag .imgnum input {
      position: absolute;
      width: 120px;
      height: 76px;
      opacity: 0;
      z-index: 10;
    }
    .form-group.mag .imgnum img {
      width: 120px;
      height: 76px;
    }
    .form-group.mag .imgnum .img2 {
      display: none;
    }
    .form-group.mag .imgnum .close1 {
      color: red;
      position: absolute;
      left: 120px;
      top: 0;
      display: none;
      cursor: pointer;
      font-size: 16px;
      z-index: 11;
    }
    .form-group.mag .imgnum span.hor {
      display: none;
      position: absolute;
      width: 120px;
      height: 76px;
      line-height: 76px;
      z-index: 1;
      text-align: center;
      font-size: 42px;
      color: #9AC0CD;
      font-weight: 600;
      background: #eee;
      opacity: 0.5;
    }

    .form-group.mag .imgnum:hover span.hor {
      display: block;
    }
.iDialogAniCore {
    z-index:189;
    width: 540px;
    /*height:100%;*/
   /* margin-left: -260px;*/
   /* left: 50%;*/
   /* margin-top: -170px;*/
  /*  top: 50%;*/
    position: fixed;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
/*   transform:translate(-50%,-50%);
   -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);*/
  display: none;
  font-family: 'Microsoft Yahei';
  }
.iDialogLayout {
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: -webkit-radial-gradient(center,rgba(0,0,0,0.3),rgba(0,0,0,1) 80%);
    background: -moz-radial-gradient(center,rgba(0,0,0,0.3),rgba(0,0,0,1) 80%);
    background: -o-radial-gradient(center,rgba(0,0,0,0.3),rgba(0,0,0,1) 80%);
    background: radial-gradient(center,rgba(0,0,0,0.3),rgba(0,0,0,1) 80%);
    opacity: 0.4;
    filter: alpha(opacity=20);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}
#postform{
  padding:0px 15px 10px;
}
/*.iDialogAniCore .form-group.mag{
  margin:0.5em 0;
}*/
.iDialogAniCore .form-group.mag label{
  color: #999 ;
}
.iDialogHead {
    height: 54px;
    line-height: 54px;
    color: #999999;
    font-size: 16px;
    padding: 0 30px;
    border-bottom: 1px dashed #CBCACA;
}
.iDialogClose {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 21px;
    right: 30px;
    z-index: 1;
    outline: none;
    overflow: hidden;
    color: #999;
}
@media (max-width:768px) { 
     .iDialogAniCore{
      width: 300px;
      position: relative;
     /* top:20em;*/
     } 
     .iDialogAniCore .col-xs-8,.iDialogAniCore .col-xs-4,.iDialogAniCore .col-xs-12{
      padding-right: 0.5em;
      padding-left: 0.5em;
     }
     #postform{
      padding:1em 2em 0;
   }
     #postform .form-group{
      margin-bottom: 1em;
     }
     .iDialogAniCore .iDialogContent{
      overflow-y:scroll;
     }
     .btn.btn-pad {
     padding: 6px 10px; 
    }
  }
