.inquireDetail {
  .inquiry-information {
    position: relative;
    
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5EBF6;
    padding-top: 20px;
    padding-left: 17px;
    margin-bottom: 20px;
    padding-bottom: 15px;

    &:after {
      position: absolute;
      top: 20px;
      left: 0;
      width: 5px;
      height: 21px;
      background: #1969F9;
      content: '';
      display: block;
    }

    .tit {
      font-size: 16px;
      color: #333333;
      font-weight: bold;
    }

    .input-box {
      margin-top: 14px;
      margin-bottom: 20px;
      .fl{
        margin-bottom: 10px;
      }
      .p-text {
        font-size: 14px;
        color: #333333;
        vertical-align: middle;
        margin-right: 10px;
      }

      input {
        height: 38px;
        background: #F1F4FA;
        border-radius: 2px;
        vertical-align: middle;
        box-sizing: border-box;
        text-indent: 12px;
        font-size: 14px;
        color: #333333;
        cursor: not-allowed;
      }
    }

    .text {
      span {
        font-size: 16px;
        color: #333333;
        font-weight: bold;
      }

      em {
        font-size: 16px;
        color: #CC8200;
        font-weight: bold;
      }
    }
  }

  .quote {
    position: relative;
    padding-top: 20px;
    padding-right: 17px;
    padding-left: 17px;
    background: #FFFFFF;

    &:after {
      position: absolute;
      top: 20px;
      left: 0;
      width: 5px;
      height: 21px;
      background: #1969F9;
      content: '';
      display: block;
    }

    .tit {
      font-size: 16px;
      color: #333333;
      font-weight: bold;
    }

    .btn-nav {
      margin-top: 17px;
      margin-bottom: 20px;

      .update {
        width: 66px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: #FFEEDD;
        border: 1px solid #FF870D;
        border-radius: 2px;
        color: #FF870D;
        font-size: 14px;
        cursor: pointer;
        width: 66px;

        i {
          margin-left: 3px;
        }

        &:hover {

          background: #FCA955;
          color: #fff;

        }
      }

     

      .updatex {
        width: 66px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: #FFEEDD;
        border: 1px solid #FF870D;
        border-radius: 2px;
        color: #FF870D;
        font-size: 14px;
        cursor: pointer;
        width: 66px;

        &:hover {

          background: #FCA955;
          color: #fff;

        }
      }
    }

  }

  .assistant {
    padding-top: 3px;
    padding-bottom: 20px;
    padding-left: 17px;
    padding-right: 17px;
    background: #FFFFFF;

    .ic {
      width: 248px;
      height: 44px;
      background: url("../../images/x.png") no-repeat center;
      background-size: cover;
      display: block;
    }

    .tab {
      border: 1px solid #E5EBF6;
      padding-bottom: 10px;
      border-bottom:0px;
      li {
        width: 102px;
        height: 42px;
        background: #F1F4FA;
        border-radius: 2px 2px 0px 0px;
        font-size: 14px;
        color: #646b78;
        cursor: pointer;

        &.curr {
          position: relative;
          top: 1px;
          background: #FFFFFF;
          font-size: 16px;
          color: #333333;
          border-bottom: 1px solid #FFFFFF;
        }
      }
    }
  }
  .dcg {
    display: block;
    width: 66px;
    height: 26px;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #1969F9;
    background: #E5EEFF;
    color: #1969F9;
    margin-right: 10px;
    font-size: 14px;
    transition: all 0.5s;

    &:hover {
      background: #1969F9;
      cursor: pointer;
      color: #fff;
    }
    &.disabled{
      background: #ccc;
      color:#fff;
      border-color:#ccc;
      cursor: not-allowed;
    }
    &.heti {
      width: 56px;
      background: #fff;

      &:hover {
        background: #E5EEFF;
        color: #1969F9;
      }
    }

    &.xjk {
      position: relative;
      left: -11px;
      border-left: 1px solid #1969F9;

      &:hover {
        border-left: 1px solid #1969F9;
      }
    }

    &.delbtn {
      border: 1px solid #FC1F00;
      background: #FFE7E3;
      color: #FC1F00;

      &:hover {
        background: #FF715D;
        color: #fff;
      }
    }
  }
}

.xx {
  .el-form-item__label {
    white-space: nowrap;
  }

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

  .updatebox {
    position: relative;

    .selectdw {
      height: 36px;
      width: 36px;

      position: absolute;
      top: 1px;
      right: 2px;

      .el-select {
        width: 36px;
        height: 37px;
        border-left: 1px solid #C0C4CC;

        input {
          border: 0px;
          padding: 0px;
          height: 31px;
          width: 36px;
          font-size: 14px;
          color: #333;
          text-align: center;

        }

        .el-input__prefix, .el-input__suffix {
          display: none !important;
        }

      }
    }
  }

}

.price-more{
  .more-search-btn{
    width: 70px;
    height: 26px;
    background: #F1F4FA;
    border-radius: 2px;
    border: 1px solid #BEC9DF;
    font-size: 12px;
    color:#1969F9;
    text-align: center;
    transition: all 0.5s;
    position: relative;
    cursor: pointer;

    &:hover{
      border: 1px solid #1969F9;

    }
  }

}