@media screen and (max-width: 750px) {
  /* body {
    padding-bottom: 0;
  } */

  .page-buysetmeal {
    overflow: hidden;
    padding-bottom: 1.2rem;
  }
  .page-buysetmeal .red-title {
    font-size: 0.36rem;
    line-height: 0.45rem;
  }

  .section-table {
    padding: 0.78rem 0 0;
  }
  .section-table .flex-table {
    margin-top: 0.55rem;
    box-sizing: border-box;
  }
  .section-table .flex-table .table-group {
    flex-direction: column;
  }
  .section-table .flex-table .table-group .group-title {
    height: 0.83rem;
    width: 100%;
    font-size: 0.24rem;
    font-weight: bold;
    justify-content: flex-start;
    border-bottom: 1px #C2C2C2 solid;
    box-sizing: border-box;
    padding-left: 0.4rem;
  }
  .section-table .flex-table .table-group .group-inner li {
    height: auto;
    font-size: 0.24rem;
    color: #666;
    line-height: 0.28rem;
    text-align: center;
    justify-content: center;
    padding: 0.25rem 0.1rem;
  }
  .section-table .flex-table .table-group .group-inner li:first-child {
    width: 1rem;
    flex: auto;
    padding-left: 0.4rem;
    justify-content: flex-start;
    text-align: left;
    box-sizing: border-box;
  }

  .page-buysetmeal .section .modular-inner, .page-buysetmeal .section-table .modular-inner .red-title {
    padding: 0 0.4rem;
  }
  .page-buysetmeal .section-table .modular-inner {
    padding: 0;
  }

  .page-buysetmeal .section-server {
    padding-top: 0;
    margin-top: 0.7rem;
    border-top: none;
  }
  .section-server .modular-inner .form-group {
    margin-top: 0.2rem;
  }
  .section-server .modular-inner .form-group .form-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-server .modular-inner .form-group .form-list .list-title {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-bottom: 0.49rem;
  }
  .section-server .modular-inner .form-group .form-list .radio-items label {
    height: 0.38rem;
    width: 1.88rem;
    border: none;
    display: flex !important;
    justify-content: flex-start;
  }
  .section-server .modular-inner .form-group .form-list .radio-items label::before {
    height: 0.28rem;
    width: 0.28rem;
    border: 1px #999 solid;
    border-radius: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    margin-right: 0.24rem;
    content: '';
  }
  .section-server .modular-inner .form-group .form-list .radio-items input:checked + label::before {
    border-width: 1px;
    border-color: #54D85E;
    background-color: #54D85E;
    position: relative;
  }
  .section-server .modular-inner .form-group .form-list .radio-items input:checked + label::after {
    height: 0.08rem;
    width: 0.14rem;
    box-sizing: border-box;
    border: 0.02rem #fff solid;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    top: 0.14rem;
    left: 0.07rem;
  }
  .section-server .modular-inner .form-group .form-list .radio-items label span {
    font-size: 0.28rem;
    color: #333;
    line-height: 1;
  }

  .section-info {
    margin-top: 0.76rem;
    padding-top: 0.75rem;
  }
  .section-info .modular-inner .form-group {
    margin-top: 0.55rem;
  }
  .section-info .modular-inner .form-group .form-list {
    margin-bottom: 0.4rem;
  }
  .section-info .modular-inner .form-group .list-title {
    width: 0.93rem;
    font-size: 0.28rem;
    color: #333;
    line-height: 1;
  }
  .section-info .modular-inner .form-group .form-list input {
    height: 0.74rem;
    width: auto;
    flex: 1;
    font-size: 0.28rem;
  }

  .section-sure {
    margin-top: 0.4rem;
    padding-top: 0.76rem;
  }
  .section-sure .modular-inner .select-now {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin: 0.22rem 0 0.5rem;
  }
  .section-sure .modular-inner .form-group .form-list {
    height: 0.36rem;
    font-size: 0.28rem;
    margin-bottom: 0.31rem;
    line-height: 1;
  }
  .section-sure .modular-inner .form-group .form-list label {
    height: 0.28rem;
    width: 0.28rem;
    border-width: 1px;
    border-color: #999;
    border-radius: 0.01rem;
    margin-right: 0.2rem;
  }
  .section-sure .modular-inner .form-group .form-list input:checked + label {
    background-color: #fff;
    border-color: #1CA527;
  }
  .section-sure .modular-inner .form-group .form-list input:checked + label::before {
    height: 0.10rem;
    width: 0.16rem;
    border-width: 0 0 0.02rem 0.02rem;
    border-color: #20A62B;
  }
  .section-sure .modular-inner .form-group .form-list .btn-download-agree {
    color: #1ca527;
    margin-left: 0.15rem;
  }
  .section-sure .modular-inner .form-group .form-list .btn-download-agree::before {
    height: 0.26rem;
    width: 0.26rem;
    background-image: url(../images/icons/icon-download-green.png);
    background-size: 100% 100%;
    margin-right: 0.07rem;
  }
  .section-sure .modular-inner .form-group .form-list .btn-agreement:hover, .section-sure .modular-inner .form-group .form-list .btn-download-agree:hover {
    text-decoration: none;
  }
  .section-sure .modular-inner .price {
    height: 0.89rem;
    justify-content: flex-end;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-bottom: 0.4rem;
  }
  .section-sure .modular-inner .price span {
    font-size: 0.48rem;
    line-height: 0.42rem;
  }
  .section-sure .modular-inner .btn-submit {
    height: 0.68rem;
    width: 2.2rem;
    border-radius: 0.04rem;
    font-size: 0.36rem;
    line-height: 1;
    float: right;
  }
  .section-sure .modular-inner .btn-submit:hover {
    opacity: 1;
  }
  .popup-agree .popup-inner {
    margin-bottom: 1rem;
    padding-top: 0.75rem;
    transform: translate(-50%, 0);
  }
  .popup-agree .popup-inner .popup-close {
    height: 0.64rem;
    width: 0.64rem;
    margin-top: 0.36rem;
    background-image: url(../images/icons/icon-popup-close2.png);
  }
  .popup-agree .popup-inner .popup-title {
    font-size: 0.36rem;
    line-height: 0.47rem;
  }
  .popup-agree .popup-inner .popup-content {
    font-size: 0.24rem;
    /* line-height: 0.28rem; */
    margin-top: 0.5rem;
    padding: 0 0.4rem 0.4rem;
  }

  .popup-qrcode .popup-inner {
    height: 4.2rem;
    width: 4.2rem;
    max-width: 4.2rem;
    border-radius: 0.1rem;
    padding: 0.4rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup-qrcode .popup-inner .popup-title {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.4rem;
    text-align: center;
  }
  .popup-qrcode .popup-inner .popup-content {
    height: 2.1rem;
    width: 2.1rem;
    margin: 0.3rem 0 0.4rem;
  }
  .popup-qrcode .popup-inner .popup-close {
    font-size: 0.24rem;
    color: #f3223c;
    line-height: 0.4rem;
    text-align: center;
    display: block;
    cursor: pointer;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}