@charset "UTF-8";
.clr-green {
  color: #52c329 !important; }

.colorRed {
  color: #f23030 !important; }

.bg-f5 {
  background-color: #f5f5f5; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.iconfont-user {
  font-family: "iconfont-user" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconfont-global {
  font-family: "iconfont-global" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.text-center {
  text-align: center !important; }

/*
grayscale灰度
sepia褐色
saturate饱和度
hue-rotate色相旋转
invert反色
opacity透明度
brightness亮度
contrast对比度
blur模糊
drop-shadow阴影
*/
/*@mixin  filter-grayscale($filter){
  -webkit-filter: $filter; !* Chrome, Safari, Opera *!
  filter: $filter;
}*/
/*
@mixin transform($property...){
  -moz-transform: $amount;
  -webkit-transform: $amount;
  transform: $amount;
}
*/
.icon-close {
  color: #999; }
  .icon-close:hover {
    color: #666; }

.model-box {
  -webkit-animation: fixed_box 0.3s ease-out forwards;
  -o-animation: fixed_box 0.3s ease-out forwards;
  animation: fixed_box 0.3s ease-out forwards;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .model-box.animate-show div[data-model="dialog"] {
    opacity: 1;
    -webkit-animation: animateShow 0.3s ease-out forwards;
    -o-animation: animateShow 0.3s ease-out forwards;
    animation: animateShow 0.3s ease-out forwards; }
@-webkit-keyframes animateShow {
  form {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); } }
@-moz-keyframes animateShow {
  form {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); } }
@-o-keyframes animateShow {
  form {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); } }
@keyframes animateShow {
  form {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5); }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); } }
  .model-box.animate-show.animate div[data-model="dialog"] {
    -webkit-animation: fixed_box_click 0.3s ease-out forwards;
    -o-animation: fixed_box_click 0.3s ease-out forwards;
    animation: fixed_box_click 0.3s ease-out forwards;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1; }
@-webkit-keyframes fixed_box_click {
  form {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5); } }
@-moz-keyframes fixed_box_click {
  form {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5); } }
@-o-keyframes fixed_box_click {
  form {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5); } }
@keyframes fixed_box_click {
  form {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1); }
  to {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5); } }
  .model-box > .model-dialog {
    position: absolute;
    width: 525px;
    margin-top: -137.5px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    padding: 8px;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
    -webkit-transition: all 0.3s ease-out forwards;
    -o-transition: all 0.3s ease-out forwards;
    transition: all 0.3s ease-out forwards;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(-50%) scale(0.5);
    -moz-transform: translateX(-50%) scale(0.5);
    -o-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
    z-index: 998;
    opacity: 0; }
  .model-box .model-content {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    padding: 30px 20px 10px 20px; }
    .model-box .model-content > i {
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 42px;
      margin-right: 8%; }
    .model-box .model-content > h6 {
      padding: 0 60px;
      width: 100%;
      font-size: 16px;
      font-size: 16px !important;
      color: #727272;
      text-align: center;
      word-wrap: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      -o-hyphens: auto;
      hyphens: auto;
      line-height: 26px;
      font-weight: normal; }
      @media screen and (max-width: 414px) {
        .model-box .model-content > h6 {
          font-size: 14px !important;
          padding: 0 40px; } }
    .model-box .model-content dl {
      position: relative;
      text-align: center; }
      .model-box .model-content dl dt {
        display: inline-block;
        width: 150px;
        height: 150px;
        position: absolute;
        left: 0;
        text-align: center; }
        .model-box .model-content dl dt:before {
          content: "";
          width: 0;
          height: 100%;
          display: inline-block;
          vertical-align: middle; }
        .model-box .model-content dl dt span {
          display: inline-block;
          vertical-align: middle; }
      .model-box .model-content dl dd {
        display: inline-block;
        width: 100%; }
        .model-box .model-content dl dd .model-content-top {
          position: relative; }
          .model-box .model-content dl dd .model-content-top span {
            display: inline-block;
            vertical-align: middle; }
        .model-box .model-content dl dd p {
          margin-bottom: 0;
          margin-top: 10px; }
          .model-box .model-content dl dd p.part-name {
            color: #252424;
            /*        @extend .word-wrap;
                    @extend .line-clamp;*/
            position: relative; }
          .model-box .model-content dl dd p.creat-time {
            color: #727272;
            font-size: 12px;
            /*     @extend .word-wrap;
                 @extend .line-clamp;*/ }
        .model-box .model-content dl dd input {
          position: relative;
          z-index: 100;
          width: 250px;
          height: 30px;
          display: inline-block;
          border: 1px solid #72acf7;
          -moz-border-radius: 4px !important;
          -webkit-border-radius: 4px !important;
          border-radius: 4px !important;
          margin-top: 20px;
          padding: 0 12px;
          font-size: 14px;
          line-height: inherit; }
        .model-box .model-content dl dd > .part-name {
          font-size: 16px;
          color: #252424;
          /*    @extend .word-wrap;
              @extend .line-clamp;*/
          position: relative; }
        .model-box .model-content dl dd > .create-time {
          font-size: 12px;
          color: #727272; }
        .model-box .model-content dl dd div.error {
          width: 250px;
          padding-left: 0;
          margin-top: 20px;
          font-size: 12px;
          padding-right: 10px;
          line-height: 30px; }
    .model-box .model-content div.button-div {
      width: 100%;
      display: inline-block;
      margin-top: 25px; }
      .model-box .model-content div.button-div button {
        background-color: #59b332;
        /*  color: #666;
          border:1px solid #ccc;*/
        color: #fff !important;
        border-color: #59b332;
        background-color: #59b332;
        min-width: 80px;
        padding: 0 12px;
        line-height: 30px;
        padding: 0; }
        .model-box .model-content div.button-div button:hover {
          background-color: #4e9d2c;
          border-color: #4e9d2c; }
        .model-box .model-content div.button-div button:first-child {
          margin-right: 15px; }
        .model-box .model-content div.button-div button.btn-cancel {
          min-width: 80px;
          line-height: 30px;
          background-color: #fff;
          /*  color: #666;
            border:1px solid #ccc;*/
          color: #666 !important;
          border-color: #ccc !important;
          background-color: #fff !important; }
          .model-box .model-content div.button-div button.btn-cancel:hover {
            background-color: #f9f9f9 !important; }
  .model-box .model-header {
    height: 30px;
    position: relative;
    top: -3px; }
    .model-box .model-header h5 {
      font-size: 18px;
      position: absolute;
      left: 5px;
      color: #999;
      line-height: 30px; }
    .model-box .model-header button {
      position: relative;
      top: 5px;
      float: right;
      color: #fff;
      background-color: transparent;
      margin-right: 5px;
      width: 20px;
      height: 20px;
      padding: 0;
      display: inline-block; }
      .model-box .model-header button > .icon-close {
        cursor: pointer;
        font-size: 14px; }
  .model-box.prompt_model .model-content-top span {
    margin-top: 0;
    font-size: 14px; }
  .model-box.prompt_model .model-content-top input {
    margin-bottom: 0;
    margin-top: 0; }

@-webkit-keyframes fixed_box {
  form {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fixed_box {
  form {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fixed_box {
  form {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fixed_box {
  form {
    opacity: 0; }
  to {
    opacity: 1; } }
#imemsg_close_btn {
  cursor: pointer; }

.model_fixed {
  position: fixed;
  z-index: 997;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  /*  &.animate{
      @include animation(fixed_bg .2s ease-out forwards);
      opacity:1;
    }*/ }
  .model_fixed.hide_f {
    opacity: 0;
    display: none; }

#model_fixed_html {
  z-index: 990; }

.model-drawing-rar {
  z-index: 991; }

@-webkit-keyframes fixed {
  form {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  to {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5); } }
@-moz-keyframes fixed {
  form {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  to {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5); } }
@-o-keyframes fixed {
  form {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  to {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5); } }
@keyframes fixed {
  form {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  to {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5); } }
/*@include keyframes(fixed_bg){
  form{
    opacity: 1;
    background-color: rgba(0, 0, 0, .2);
  }
  to{
    opacity: 0;
    background-color: rgba(0, 0, 0, .2);
  }
}*/
/*.model_fixed.show{
  display: block;
}*/
.folder_img {
  background-image: url("../images/folder.png");
  width: 136px;
  height: 105px; }

.part_img {
  background-image: url("../images/part_m.png");
  width: 71px;
  height: 70px; }

[data-model-ime="model"] div.error {
  top: -28px; }

.question:before {
  content: "\e697";
  color: #ff6c00; }

/*# sourceMappingURL=model.css.map */
