.body-buysetmeal .header .menu .inner .nav.nav-hover::before {
  border-bottom: 1px #EBEBEB solid;
}

.page-buysetmeal {
  padding-bottom: 111px;
}
.page-buysetmeal label {
  display: block;
  box-sizing: border-box;
}
.page-buysetmeal .red-title {
  font-size: 18px;
  color: #f2223b;
  line-height: 26px;
}
.page-buysetmeal .section {
  border-top: 1px #EBEBEB solid;
}
.page-buysetmeal input[type="radio"], .page-buysetmeal input[type="checkbox"] {
  display: none;
}
.page-buysetmeal .form-group .form-list {
  display: flex;
  align-items: center;
}
.page-buysetmeal .form-group .form-list .list-title {
  width: 98px;
  font-size: 14px;
  color: #666;
}

.section-table {
  padding: 59px 0 0;
  display: none;
}
.section-table .flex-table {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  border: 1px #C2C2C2 solid;
}
.section-table .flex-table .table-group {
  display: flex;
  color: #333;
  border-top: 1px #C2C2C2 solid;
}
.section-table .flex-table .table-group:first-child {
  border-top: none;
}
.section-table .flex-table .table-group .group-title {
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-table .flex-table .table-group .group-inner {
  flex: 1;
}
.section-table .flex-table .table-group .group-inner ul {
  display: flex;
  border-top: 1px #C2C2C2 solid;
}
.section-table .flex-table .table-group .group-inner ul:first-child {
  border-top: none;
}
.section-table .flex-table .table-group .group-inner ul.bg-gray {
  background-color: #F9F9F9;
}
/* .section-table .flex-table .table-group .group-inner ul:nth-child(2n) {
  background-color: #F9F9F9;
} */
.section-table .flex-table .table-group .group-inner li {
  height: 52px;
  padding-left: 40px;
  border-left: 1px #C2C2C2 solid;
  font-size: 14px;
  flex: 1;
  display: flex;
  align-items: center;
}

.section-server {
  margin-top: 50px;
  padding-top: 46px;
}
.section-server .modular-inner .form-group {
  margin-top: 23px;
}
.section-server .modular-inner .form-group .form-list .list-title {
  width: 98px;
  font-size: 14px;
  color: #666;
}
.section-server .modular-inner .form-group .form-list .list-items {
  display: flex;
}
.section-server .modular-inner .form-group .form-list .radio-items .item {
  margin-right: 20px;
}
.section-server .modular-inner .form-group .form-list .radio-items label {
  height: 32px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #E6E6E6 solid;
  font-size: 14px;
  color: #808080;
  position: relative;
  cursor: pointer;
}
.section-server .modular-inner .form-group .form-list .radio-items input:checked + label {
  border-color: #54D85E;
  color: #333;
}
.section-server .modular-inner .form-group .form-list .radio-items input:checked + label::before, .section-server .modular-inner .form-group .form-list .radio-items input:checked + label::after {
  position: absolute;
  display: block;
  content: '';
}
.section-server .modular-inner .form-group .form-list .radio-items input:checked + label::before {
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 10px 10px;
  border-color: #54D85E transparent transparent #54D85E;
}
.section-server .modular-inner .form-group .form-list .radio-items input:checked + label::after {
  height: 5px;
  width: 9px;
  top: 2px;
  left: 2px;
  box-sizing: border-box;
  border: 1px #fff solid;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.section-info {
  margin-top: 50px;
  padding-top: 45px;
}
.section-info .modular-inner .form-group {
  margin-top: 17px;
}
.section-info .modular-inner .form-group .form-list {
  margin-bottom: 13px;
}
.section-info .modular-inner .form-group .form-list input {
  height: 32px;
  width: 369px;
  display: block;
  border: 1px #E6E6E6 solid;
  font-size: 14px;
  color: #808080;
  padding: 0 19px;
}
.section-info .modular-inner .form-group .form-list input::placeholder {
  color: #808080;
}

.section-sure {
  margin-top: 36px;
  padding-top: 45px;
}
.section-sure .modular-inner .select-now {
  font-size: 16px;
  color: #1ca527;
  line-height: 24px;
  margin: 27px 0 14px;
}
.section-sure .modular-inner .form-group .form-list {
  height: 34px;
  font-size: 14px;
  color: #333;
}
.section-sure .modular-inner .form-group .form-list label {
  height: 14px;
  width: 14px;
  border: 1px #ccc solid;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.section-sure .modular-inner .form-group .form-list input:checked + label {
  border-color: #54D85E;
  background-color: #54D85E;
}
.section-sure .modular-inner .form-group .form-list input:checked + label::before {
  height: 3px;
  width: 7px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(-45deg);
  content: '';
}
.section-sure .modular-inner .form-group .form-list .btn-agreement {
  color: #f2223b;
  cursor: pointer;
}
.section-sure .modular-inner .form-group .form-list .title {
  display: flex;
  align-items: center;
}
.section-sure .modular-inner .form-group .form-list .btn-agreement:hover {
  text-decoration: underline;
}
.section-sure .modular-inner .form-group .form-list .btn-download-agree {
  color: #666;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.section-sure .modular-inner .form-group .form-list .btn-download-agree:hover {
  text-decoration: underline;
}
.section-sure .modular-inner .form-group .form-list .btn-download-agree::before {
  height: 14px;
  width: 12px;
  display: block;
  margin-right: 3px;
  background: url(../images/icons/icon-download.png) left center no-repeat;
  content: '';
}
.section-sure .modular-inner .price {
  height: 56px;
  font-size: 14px;
  color: #333;
  /* line-height: 48px; */
  /* margin: 16px 0 21px; */
  margin-bottom: 29px;
  display: flex;
  align-items: flex-end;
}
.section-sure .modular-inner .price span {
  font-size: 42px;
  font-weight: bold;
  color: #f2223b;
  line-height: 1;
}
.section-sure .modular-inner .btn-submit {
  height: 60px;
  width: 200px;
  background-color: #F3223C;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.section-sure .modular-inner .btn-submit:hover {
  opacity: 0.8;
}

.popup-agree .popup-inner {
  padding: 18px 0 0;
  display: flex;
  flex-direction: column;
}
.popup-agree .popup-inner .popup-title {
  font-size: 20px;
  color: #f11c1c;
  line-height: 63px;
  text-align: center;
}
.popup-agree .popup-inner .popup-content {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: justify;
  padding: 0 47px 20px;
}

.popup-qrcode .popup-inner {
  height: 422px;
  width: 422px;
  border-radius: 10px;
  padding: 36px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-qrcode .popup-inner .popup-title {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: center;
}
.popup-qrcode .popup-inner .popup-content {
  height: 221px;
  width: 221px;
  margin: 43px 0 48px;
}
.popup-qrcode .popup-inner .popup-close {
  font-size: 16px;
  color: #f3223c;
  line-height: 25px;
  text-align: center;
  display: block;
  cursor: pointer;
}