* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #181818;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
  min-width: 320px;
  margin: 0 auto;
  background: #ffffff;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
input {
  -webkit-appearance: none;
}
.container {
  width: 940px;
  max-width: 940px;
  height: 100%;
  margin: 0 auto;
}
.flex {
  display: flex;
  align-items: center;
}
header {
  width: 100%;
  height: 70px;
  background: #f7f7f7;
}
header .container a,
header .container a img {
  display: block;
  width: 116px;
  height: 42px;
}
header .container > img {
  display: block;
  width: 397px;
  height: 19px;
  margin-left: 60px;
}
main {
  flex: 1;
  padding-top: 20px;
}
main .img_wrap > img {
  display: block;
  width: 66%;
  height: 100%;
  margin-right: 13px;
}
main .img_wrap .right {
  height: 100%;
  flex: 1;
}
main .img_wrap .right img {
  width: 100%;
  height: 196px;
}
main .img_wrap .right img:not(:last-of-type) {
  margin-bottom: 9px;
}
main .serve {
  margin-top: 32px;
}
main .serve .title {
  font-weight: bold;
  font-size: 24px;
  color: #181818;
}
main .serve .serve_box {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
main .serve .serve_box > div {
  display: flex;
  align-items: center;
  width: 225px;
  height: 96px;
  padding: 0 12px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px #eeeeee;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
main .serve .serve_box > div img {
  margin-right: 12px;
}
main .serve .serve_box > div .r {
  display: flex;
  flex-direction: column;
}
main .serve .serve_box > div .r span:first-of-type {
  font-weight: bold;
  font-size: 16px;
  color: #181818;
}
main .serve .serve_box > div .r span:last-of-type {
  font-size: 15px;
  color: #4a4a4a;
  margin-top: 6px;
}
main .bigtitle {
  font-weight: bold;
  font-size: 24px;
  color: #181818;
  margin-top: 32px;
}
main .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
}
main .options .item {
  width: 49.5%;
  margin-top: 10px;
  padding: 11px 10px;
  border-radius: 1px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
main .options .item > img {
  display: block;
  width: 30%;
}
main .options .item .right {
  margin-left: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .options .item .right .title {
  font-weight: bold;
  font-size: 16px;
  color: #181818;
}
main .options .item .right .title span {
  color: #e24939;
}
main .options .item .right .desc {
  font-size: 14px;
  color: #4a4a4a;
}
main .options .item .right span {
  font-weight: bold;
  font-size: 16px;
  color: #e24b3c;
}
main .options .item .right .btn {
  width: 96px;
  height: 28px;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #fa953d;
  border-radius: 5px;
}
main .til {
  font-weight: bold;
  font-size: 18px;
  color: #181818;
}
main .time {
  font-size: 14px;
  color: #999999;
  display: block;
  margin-top: 14px;
}
main .detail {
  margin-top: 14px;
}
main .detail > img {
  width: 45%;
  height: 260px;
}
main .detail .right {
  flex: 1;
  margin-left: 25px;
}
main .detail .right .r1 {
  font-size: 14px;
  color: #4a4a4a;
}
main .detail .right .r1 span {
  color: #181818;
}
main .detail .right .r1:not(:first-of-type) {
  margin-top: 21px;
}
main .detail .right .price {
  margin-top: 11px;
}
main .detail .right .price i {
  font-size: 14px;
  color: #4a4a4a;
}
main .detail .right .price span {
  font-weight: bold;
  font-size: 32px;
  color: #fa953d;
}
main .detail .right .btn {
  width: 134px;
  height: 42px;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin-top: 24px;
  background: #fa953d;
  border-radius: 5px;
  cursor: pointer;
}
main .cnxh {
  font-weight: bold;
  font-size: 24px;
  color: #181818;
  margin-top: 39px;
}
main .cut_type {
  display: flex;
  align-items: center;
  height: 40px;
  margin-top: 20px;
  background: #f7f7f7;
}
main .cut_type span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 100%;
  font-size: 14px;
  color: #4a4a4a;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  cursor: pointer;
}
main .cut_type span.active {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background: #4881ff;
}
main .box {
  display: none;
  width: 100%;
  padding: 22px 16px;
  border: 1px solid #e0e0e0;
}
main .box .b1 {
  font-size: 14px;
  color: #4a4a4a;
}
main .box .b1 span {
  font-size: 14px;
  color: #4881ff;
}
main .box .b2 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 10px;
}
main .box .b2 span {
  margin-right: 40px;
}
main .box .b3 {
  width: 436px;
  margin-top: 20px;
}
main .box .b4 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #181818;
  margin-top: 46px;
}
main .box .b5 {
  text-align: center;
  font-size: 20px;
  color: #4881ff;
  margin-top: 8px;
}
main .box .b6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 50px;
}
main .box .b6 .item {
  display: flex;
  flex-direction: column;
  margin-top: 38px;
}
main .box .b6 .item > img {
  width: 216px;
  display: block;
}
main .box .b6 .item .bot {
  flex: 1;
  min-height: 140px;
  padding: 10px 12px 18px;
  background: #f7f7f7;
  border-radius: 0px 0px 12px 12px;
}
main .box .b6 .item .bot p {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
main .box .b6 .item .bot p img {
  width: 14px;
  height: 14px;
}
main .box .b6 .item .bot p span {
  font-size: 14px;
  color: #4a4a4a;
  margin-left: 6px;
}
main .box .b6 .item:not(:nth-of-type(3n)) {
  margin-right: 80px;
}
main .box .b7 {
  padding: 0 54px;
  margin-top: 30px;
}
main .box .b7 table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
main .box .b7 table tr td:first-child {
  background: #eeeeee;
}
main .box .b7 table td {
  height: 48px;
  font-size: 16px;
  color: #4a4a4a;
  border: 1px solid #e0e0e0;
}
main .box .bred {
  font-weight: bold;
  font-size: 18px;
  color: #e24939;
  padding: 0 52px;
  margin-top: 25px;
}
main .box .zysx {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 26px;
  padding: 0 52px;
  margin-top: 10px;
}
main .box.show {
  display: block;
}
main .pl .pl1 {
  font-weight: bold;
  font-size: 16px;
  color: #4881ff;
}
main .pl .item {
  margin-top: 24px;
  padding-bottom: 24px;
}
main .pl .item .name {
  font-size: 14px;
  color: #181818;
}
main .pl .item .star {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
main .pl .item .star img {
  width: 14px;
  height: 14px;
  display: block;
  margin-right: 4px;
}
main .pl .item .nr {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 20px;
  margin-top: 12px;
}
main .pl .item .imgbox {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
main .pl .item .imgbox img {
  margin-right: 8px;
}
main .pl .item:not(:last-of-type) {
  border-bottom: 1px solid #e0e0e0;
}
main .shafter .top {
  display: flex;
  flex-wrap: wrap;
}
main .shafter .top .item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
main .shafter .top .item img {
  margin-right: 12px;
}
main .shafter .top .item .r {
  display: flex;
  flex-direction: column;
}
main .shafter .top .item .r span:first-of-type {
  font-weight: bold;
  font-size: 16px;
  color: #181818;
}
main .shafter .top .item .r span:last-of-type {
  font-size: 15px;
  color: #4a4a4a;
  margin-top: 6px;
}
main .shafter .tbsm {
  font-weight: bold;
  font-size: 18px;
  color: #e24939;
  margin-bottom: 10px;
}
main .shafter .sm {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 26px;
}
main .shafter .sm span {
  color: #e24939;
}
main .bjzx {
  display: flex;
  flex-wrap: wrap;
}
main .bjzx > div {
  display: block;
  margin-top: 28px;
  cursor: pointer;
}
main .bjzx > div img {
  display: block;
  width: 227px;
  height: 225px;
}
main .bjzx > div .p {
  display: flex;
  align-items: center;
  color: #e24939;
  margin-top: 6px;
}
main .bjzx > div .p i {
  display: block;
  margin-top: 3px;
  font-weight: bold;
  font-size: 12px;
}
main .bjzx > div .p .price {
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
}
main .bjzx > div .p .text {
  font-size: 12px;
  color: #e24939;
}
main .bjzx > div .title {
  font-size: 16px;
  color: #181818;
  margin-top: 5px;
}
main .bjzx > div:not(:nth-of-type(4n)) {
  margin-right: 10px;
}
main .bjzx > div:hover .title {
  color: #e24939;
  text-decoration: underline;
}
main .zx_title {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  font-weight: bold;
  font-size: 16px;
  color: #181818;
  background: #f7f7f7;
}
main .zx_content {
  width: 100%;
  padding: 12px 26px 26px 16px;
  border: 1px solid #e0e0e0;
}
main .zx_content p {
  font-size: 15px;
  color: #181818;
  line-height: 32px;
}
footer {
  height: 151px;
  background: #f7f7f7;
  margin-top: 16px;
}
footer .top {
  padding: 33px 30px 0;
  justify-content: space-between;
}
footer .top span,
footer .top a {
  font-size: 16px;
  color: #999999;
}
footer .bot {
  height: 46px;
  margin-top: 18px;
}
footer .bot span {
  justify-content: center;
  width: 105px;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  background: #fbae2e;
  border: 1px solid #fbae2e;
}
footer .bot .r {
  flex: 1;
  padding-left: 20px;
  height: 100%;
  font-size: 14px;
  color: #999999;
  background: #ffffff;
  border: 1px solid #fbae2e;
}
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup .content {
  width: 462px;
  padding: 37px 20px 50px 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 16px;
}
.popup .content .close {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 21px;
  right: 23px;
  cursor: pointer;
}
.popup .content input {
  width: 200px;
  height: 30px;
  padding: 0 12px;
  border: 1px solid #e0e0e0;
  outline: none;
  margin-top: 5px;
  border-radius: 4px;
}
.popup .content input.address {
  width: 380px;
}
.popup .content .p1 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #181818;
  margin-bottom: 6px;
}
.popup .content .tt {
  display: flex;
  align-items: center;
}
.popup .content .tt .hqyzm {
  display: block;
  width: 120px;
  padding: 6px 10px;
  color: #4a4a4a;
  font-size: 13px;
  border: none;
  outline: none;
  background: #e7e7e7;
  margin-top: 5px;
  cursor: pointer;
  margin-left: 8px;
  border-radius: 2px;
}
.popup .content .tt .hqyzm.disabled {
  cursor: no-drop;
  pointer-events: none;
  /* 阻止鼠标事件 */
  opacity: 0.8;
  /* 可选：降低透明度，表示不可用状态 */
}
.popup .content .p2 {
  font-size: 16px;
  color: #4a4a4a;
  margin-top: 14px;
}
.popup .content .type {
  width: 194px;
  height: 44px;
  margin-top: 12px;
  padding-left: 6px;
  font-size: 14px;
  color: #181818;
  border-radius: 4px;
  border: 1px solid #fbae2e;
  background: url(/images/selected.png) no-repeat right bottom / 26px 26px;
}
.popup .content .type img {
  display: block;
  width: 28px;
  height: 23px;
  margin-right: 6px;
}
.popup .content .p3 {
  font-size: 16px;
  color: #181818;
  margin-top: 23px;
}
.popup .content .p4 {
  font-size: 16px;
  color: #4a4a4a;
  margin-top: 12px;
}
.popup .content .p4 span {
  font-size: 24px;
  color: #e24939;
}
.popup .content .confirm {
  width: 315px;
  height: 44px;
  justify-content: center;
  margin-left: 46px;
  margin-top: 39px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  background: #fbae2e;
  border-radius: 22px;
  cursor: pointer;
}
