.uw-box .tab {
    width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 60px 0; }
  .uw-box .tab .left {
    
    display: flex;
    align-items: center;
    gap: 0 30px; }
    .uw-box .tab .left span {
      font-weight: 400;
      font-size: 16px;
      color: #1C2C41;
      line-height: 24px;
      margin-right: 10px; }
    .uw-box .tab .left select {
      width: 100px;
      height: 40px;
      background: #FFFFFF;
      border-radius: 6px;
      border: 1px solid #DCDFE6; }
  .uw-box .tab .right {
    width: 354px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #DCDFE6;
    display: flex;
    align-items: center;
    padding-left: 13px; }
    .uw-box .tab .right img {
      width: 14px;
      height: 14px;
      margin-right: 5px; }
    .uw-box .tab .right input {
      flex: 1;
      font-size: 16px; }
    .uw-box .tab .right button {
      width: 88px;
      height: 40px;
      background: #386BFF;
      border-radius: 0px 6px 6px 0px;
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      line-height: 24px; }

.uw-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .uw-box ul li {
    width: 363px; }
    .uw-box ul li a {
      width: 100%;
      padding: 20px;
      background: #FFFFFF;
      border-radius: 6px;
      display: flex;
      align-items: center; }
      .uw-box ul li a img {
        width: 40px;
        height: 47px;
        flex-shrink: 0; }
      .uw-box ul li a div {
        flex: 1;
        margin-left: 12px; }
      .uw-box ul li a p {
        font-weight: 400;
        font-size: 20px;
        color: #1C2C41;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      .uw-box ul li a span {
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 24px;
        margin-top: 10px; }
@media screen and (max-width: 1024px) {
    .max-widht{
        padding:0 20px;
    }
    .uw-box{
        min-height: 30vh;
    }
}
@media screen and (max-width: 768px) {
  #header {
    display: flex; }
    .max-widht{
        padding:0 ;
    }
  .banner {
    display: block;
    background: url("../../img/123.png") no-repeat 0 0;
    background-size: 100% 100%;
    height: 26rem;
    padding: 0 1.5rem; }
    .banner .max-widht h2 {
      font-size: 3.4rem; }
    .banner .max-widht p {
      font-size: 1.5rem;
      line-height: 1.8rem;
      margin-bottom: 2rem; }
    .banner .max-widht a {
      width: 7.95rem;
      height: 2.8rem;
      border-radius: 0.5rem;
      border: 0.05rem solid #FFFFFF;
      font-size: 1.2rem;
      line-height: 1.8rem; }
  .uw-box {
    margin-bottom: 2rem; }
    .uw-box .tab {
      flex-direction: column;
      padding: 2rem 0; }
      .uw-box .tab .left >div{
          width:100%;
      }
      .uw-box .tab .left {
        width: 100%;
        gap: 0 1rem;
        justify-content: space-between; }
         .uw-box .tab .left select{
             padding: 0 4px;
             width: 100%;
         }
         .uw-box .tab .left span{
             display:none;
         }
      .uw-box .tab .right {
        width: 100%;
        margin-top: 1rem; }
        .uw-box .tab .right input {
          flex: 1; }
        .uw-box .tab .right button {
          width: 88px; }
    .uw-box ul {
      padding: 0 1.5rem;
      gap: 1rem 0; }
      .uw-box ul li {
        width: 100%; }
        .uw-box ul li a {
          padding: 1rem; }
          .uw-box ul li a img {
            width: 3rem;
            height: 3.5rem; }
          .uw-box ul li a div {
            margin-left: 1rem; }
          .uw-box ul li a p {
            font-size: 1.5rem; }
          .uw-box ul li a span {
            font-size: 1.2rem;
            margin-top: 0.5rem; } }
