@media screen and (max-width: 1280px) {
  i{
    display: none;
  }
  .box {
    width: 96%;
    height: 600px;
  }
  .uls li {
    width: 100%;
    height: auto;
    flex-direction: column;
    line-height: 50px;
  }
  .uls li .lisp {
    width: 100%;
  }
  .uls li .lisp1 {
    width: 100%;
    flex-wrap: wrap;
  }
  .biaoda {
    height: auto;
    flex-direction: column;
    padding: 10px 0px 10px 10px;
  }
  .biaoda .right {
    margin-top: 10px;
    margin-left: 0px;
  }
  .tij input {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .box {
    padding: 10px 10px 10px 10px;
  }
  .title {
    font-size: 23px;
  }
  .biaoda .right {
    margin-left: 0px;
  }
  .tis {
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
  }
  .tis .p1 {
    line-height: 20px;
    margin-top: 0px;
  }
  .tis p {
    font-size: 12px;
  }
  .tis .p {
    font-size: 12px;
    line-height: 20px;
  }
  .uls li {
    justify-content: flex-start;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
  .uls li .lisp {
    font-size: 15px;
  }
  .uls li .lisp1 {
    font-size: 14px;
    line-height: 20px;
  }

  .biaoda .left p {
    font-size: 15px;
  }
  .biaoda .right p {
    font-size: 14px;
  }
  .inpt {
    width: 15px;
    height: 15px;
  }
  .rig1 {
    margin-top: 10px;
  }
  .tij input {
    width: 40%;
    height: 30px;
    margin-top: 10px;
    font-size: 15px;
  }
  .uls {
    max-height: 230px;
    overflow: scroll;
  }
  .biaoda {
    margin-top: 10px;
  }
  .biaoda .right {
    margin-top: 0px;
  }
  i {
    display: none;
  }
}
