@media screen  and (max-height: 600px){
  html{
    font-size: 85.3333px!important;
  }
  .module-home{
    top: .1rem;

    .input-order-panel{
      .component-address-panel{
        height: 1.5rem;
        .gap{
          height: .2rem;
        }
      }
    }

    .input-content{
      top: 1.5rem;
    }
  }
}


@media screen  and (min-height: 671px) and (max-height: 740px){
  .module-home{
    .input-order-panel{
      .component-address-panel{
        height: 1.85rem;
        .panel-row{
          .address{
            div:nth-last-of-type(1){
              height: .48rem;
              line-height: .16rem;
              overflow: hidden;
            }
          } 
        } 

        .gap{
          height: .4rem;
          margin: .05rem 0 .04rem .18rem;
        }
      }
    }

    .input-content{
      top: 1.85rem;
    }

    .list-panel{
      .cell{
        margin-bottom: .15rem;
        padding-bottom: .05rem;
      }
    }
  }
}

@media screen  and (min-height: 741px) and (max-height: 820px){
  .module-home{
    .input-order-panel{
      .component-address-panel{
        height: 1.9rem;

        .panel-row{
          .address{
            div:nth-last-of-type(1){
              height: .48rem;
              line-height: .16rem;
              overflow: hidden;
            }
          } 
        } 

        .gap{
          height: .4rem;
          margin: 0 0 0 .19rem;
        }

        
      }
    }

    .input-content{
      top: 1.9rem;
    }

    .list-panel{
      .cell{
        margin-bottom: .3rem;
        padding-bottom: .05rem;
        height: .7rem;
      }
    }
  }
}


@media screen  and (min-height: 821px){
  .module-home{
    .input-order-panel{
      .component-address-panel{
        position: relative;
        height: 2.28rem;

        .gap{
          height: .4rem;
          top: .65rem;
          bottom: 0;
          right: .19rem;
          left: .18rem;
          position: absolute;
        }

        .panel-row{
          &.send{
            margin-bottom: .4rem;
          }
          height: .6rem;
          .address{
            div:nth-last-of-type(1){
              line-height: .16rem;
            }
          }
        }
      }
    }

    .input-content{
      top: 2.28rem;
    }

    .list-panel{
      .cell{
        margin-bottom: .3rem;
        padding-bottom: .05rem;
        height: .5rem;
      }
    }
  }
}
