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

.page-device .section {
  border-top: 1px #E6E6E6 solid;
}

.page-device .section .modular-title {
  height: auto;
  font-size: 18px;
  color: #f2223b;
  line-height: 28px;
}

.section-userinfo {
  padding: 56px 0 0;
  overflow: hidden;
}
.section-userinfo .modular-inner {
  margin-top: 36px;
}
.section-userinfo .modular-inner .form-group {
  width: 640px;
}
.section-userinfo .modular-inner .form-group .form-list {
  display: flex;
  justify-content: space-between;
}
.section-userinfo .modular-inner .form-group .form-item {
  margin-bottom: 30px;
}
.section-userinfo .modular-inner .form-group input, .section-userinfo .modular-inner .form-group select {
  height: 50px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px #E6E6E6 solid;
  font-size: 16px;
  color: #808080;
  padding: 0 28px;
}
.section-userinfo .modular-inner .form-group select {
  width: 310px;
}
.section-userinfo .modular-inner .form-group input::placeholder {
  color: #808080;
}
.section-userinfo .modular-inner .form-group textarea {
  width: 100%;
  display: block;
  padding: 10px 28px;
  outline: none;
  box-sizing: border-box;
  border: 1px #E6E6E6 solid;
  font-size: 16px;
  color: #808080;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
}

.section-invoice {
  margin-top: 20px;
  padding: 45px 0 0;
}
.section-invoice .modular-inner {
  height: auto;
  display: flex;
  margin-top: 22px;
}
.section-invoice .modular-inner .form-item {
  margin-right: 40px;
}
.section-invoice .modular-inner .form-item input {
  display: none;
}
.section-invoice .modular-inner .form-item input:checked + label {
  border-color: #54D85E;
}
.section-invoice .modular-inner .form-item label {
  height: 50px;
  width: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #808080;
  line-height: 1;
  border: 2px #E6E6E6 solid;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.section-invoice .modular-inner .form-item input:checked + label::before, .section-invoice .modular-inner .form-item input:checked + label::after {
  position: absolute;
  display: block;
  border-style: solid;
  content: '';
}
.section-invoice .modular-inner .form-item input:checked + label::before {
  height: 0;
  width: 0;
  z-index: 1;
  top: 0;
  left: 0;
  border-width: 15px;
  border-color: #54D85E transparent transparent #54D85E;
}
.section-invoice .modular-inner .form-item input:checked + label::after {
  height: 6px;
  width: 10px;
  z-index: 2;
  top: 4px;
  left: 4px;
  border-width: 0 0 2px 2px;
  border-color: #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.section-products {
  padding: 55px 0 49px;
}
.section-products .modular-inner {
  margin-top: 27px;
}
.section-products .modular-inner .products-table {
  border: 1px #D6D6D6 solid;
}
.section-products .modular-inner .products-table .table-head {
  height: 74px;
  display: flex;
}
.section-products .modular-inner .products-table .table-head li {
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #120e13;
  line-height: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.section-products .modular-inner .products-table .table-head li:nth-child(1), .section-products .modular-inner .products-table .table-body li:nth-child(1) {
  width: 516px;
}
.section-products .modular-inner .products-table .table-head li:nth-child(2), .section-products .modular-inner .products-table .table-body li:nth-child(2) {
  width: 281px;
}
.section-products .modular-inner .products-table .table-head li:nth-child(3), .section-products .modular-inner .products-table .table-body li:nth-child(3) {
  width: 295px;
}
.section-products .modular-inner .products-table .table-head li:nth-child(4), .section-products .modular-inner .products-table .table-body li:nth-child(4) {
  flex: 1;
}
.section-products .modular-inner .products-table .table-body ul {
  display: flex;
  padding: 30px 0;
  border-top: 1px #D6D6D6 solid;
}
.section-products .modular-inner .products-table .table-body ul li {
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.section-products .modular-inner .products-table .table-body ul li dl {
  width: 100%;
  display: flex;
  align-items: center;
}
.section-products .modular-inner .products-table .table-body ul li dl dt {
  height: 118px;
  width: 118px;
  margin-right: 13px;
}
.section-products .modular-inner .products-table .table-body ul li dl dd {
  width: 338px;
  box-sizing: border-box;
}
.section-products .modular-inner .products-table .table-body ul li dl dd .title {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-products .modular-inner .products-table .table-body ul li dl dd .text {
  max-height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-products .modular-inner .products-table .table-body ul li:nth-child(2) {
  font-size: 16px;
  color: #333;
}
.section-products .modular-inner .products-table .table-body ul li:nth-child(4) {
  font-size: 16px;
  color: #f3223c;
}
.section-products .modular-inner .products-table .table-body ul li:nth-child(3) input {
  height: 35px;
  width: 45px;
  margin: 0 5px;
  border: 1px #D2D2D2 solid;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}
.section-products .modular-inner .products-table .table-body ul li:nth-child(3) span {
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #D6D6D6 solid;
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
  box-sizing: border-box;
  cursor: pointer;
}
.section-products .modular-inner .products-table .table-body ul li:nth-child(3) span:not(.disabled):hover {
  border-color: #858585;
  color: #666;
}
.section-products .modular-inner .products-table .table-body ul li:nth-child(3) span.disabled {
  cursor: not-allowed;
}
.section-products .modular-inner .products-table .table-foot {
  display: none;
}

.page-device .section-price {
  border-top: none;
  padding-bottom: 63px;
}
.section-price .modular-inner .price {
  height: 96px;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  margin-bottom: 26px;
}
.section-price .modular-inner .price span {
  font-size: 14px;
  color: #333;
  line-height: 1;
}
.section-price .modular-inner .price p {
  font-size: 42px;
  color: #f2223b;
  line-height: 1;
}
.section-price .modular-inner .btn-tobuy {
  height: 60px;
  width: 200px;
  border-radius: 4px;
  background-color: #F3223C;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 751px) {
  .section-price .modular-inner .btn-tobuy:hover {
    opacity: 0.8;
  }
}

.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;
}