/* CSS Document */
@media screen and (min-width:1025px) {

  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    -webkit-appearance: none;
  }

  textarea {
    -webkit-appearance: none;
  }

  a,
  input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
  }

  .form_index input::placeholder {
    font-size: 14px;
    text-align: left;
  }

  .form_index input::-webkit-input-placeholder {
    font-size: 14px;
    text-align: left;
  }

  .form_index input:-ms-input-placeholder {
    font-size: 14px;
    text-align: left;
  }

  .form_index input::-moz-input-placeholder {
    font-size: 14px;
    text-align: left;
  }

  .height {
    width: 100%;
    display: block;
    height: 90px;
  }


  .form_index {
    height: auto !important;
    left: -308px !important;
  }

  .form_index table {
    width: 285px !important;
  }

  .liuyan-table {
    margin: 16px auto !important;
  }

  .form_index {
    width: auto;
    padding: 0 10px;
  }

  .form_index input {
    padding-left: 3px !important;
    margin-left: 5px !important;
    outline: none;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
  }

  .lx-product {
    font-size: 14px;
    color: #323232;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 180px;
    padding-left: 5px;
    /* min-height: 23px; */
    overflow: hidden;
    /* word-break: break-all; */
  }

  /*弹框*/
  .tanbox {
    background: url(../images/tan_bg.png);
    position: fixed;
    z-index: 30;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }

  .ltan {
    background: #ffffff;
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /* box-sizing: border-box; */
  }

  .ltan h1 {
    background: #ededed;
    height: 45px;
    line-height: 45px !important;
    padding: 0 20px;
    font-size: 14px !important;
    color: #333333 !important;
    font-weight: normal;
  }

  .ltan h1 label {
    line-height: 45px !important;
    font-size: 14px !important;
    color: #333333 !important;
  }

  .ltan h1 a {
    float: right;
    font-size: 24px;
    color: #333333;
  }

  .ly-productbox {
    background: #ffffff;
    padding: 20px 60px;
  }

  .ly-product {
    overflow: hidden;
  }

  .ly-product span {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
    background: #f3f3f3;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-top: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #f3f3f3;
    cursor: pointer;
  }

  .other-service {
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
  }

  .other-service input {
    width: 350px;
    height: 34px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    outline: none;
    padding: 0 5px;
  }

  .ly-btn {
    margin-top: 20px;
  }

  .ly-btn a {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    background: #dd0a1f;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
  }

  .ly-product .ly-active {
    background: #fff0f0 !important;
    color: #ff4b4b;
    border: 1px solid #ff4b4b;
  }

  .add-product {
    border: 1px solid #646464;
    color: #323232 !important;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
  }

  .form_index input[type=button] {
    color: #ffffff;
    background: #df0011;
    border: 1px solid #df0011;
  }
}