@charset "UTF-8";
.detail_lay .navTab {
  position: sticky;
  height: 70px;
  width: 100%;
  display: flex;
  top: 64px;
  left: 0;
  background-color: #fff;
  z-index: 1;
}
.detail_lay .navTab.fix{
  position: fixed;
  top: 100px;
}

.detail_lay .navTab:after {
  content: '';
  display: block;
  clear: both;
}

.detail_lay .navTab li {
  background-color: #fff;
  float: left;
  /*width: calc(100% /5);*/
  text-align: center;
  cursor: pointer;
  line-height: 68px;
  border-bottom: 1px solid #000;
  position: relative;
  flex-grow: 1;
}

.detail_lay .navTab li span {
  font-size: 18px;
  font-weight: 600;
}

.detail_lay .navTab li.on:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.detail_lay .navTab li:before {
  content: "";
  display: block;
  width: 1px;
  background-color: #e5e5e5;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.detail_lay .navTab li:last-child:before {
  display: none;
}

.detail_lay .navTab.scroll {
  position: fixed;
  left: 0;
  height: 72px;
  z-index: 10;
}

.detail_lay .navTab li.on:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  background-color: #000;
}

.detail_lay .sectionWrap {
  padding-bottom: 140px;
}

.detail_lay .sectionWrap section {
  border-bottom: 10px solid #f6f6f6;
  position: relative;
}

.detail_lay .sectionWrap section:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 1px;
  ;background-color: #e6e6e6;
}

.detail_lay .sectionWrap section {
  padding-bottom: 10px;
}

.detail_lay .sectionWrap section .titWrap:after {
  content: "";
  display: block;
  clear: both;
}

.detail_lay .sectionWrap section .titWrap {
  padding: 30px 24px;
}

.detail_lay .sectionWrap section .titWrap .tit {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.detail_lay .sectionWrap section .titWrap .right {
  float: right;
  line-height: 24px;
}

.detail_lay .sectionWrap section .titWrap .right .moreBtn {
  color: #797979;
  font-size: 14px;
  /* background-image: url(/img/_arrow/down_right_dg.png); */
  padding-right: 16px;
  background-position: right;
  background-size: 6px;
  height: 24px;
}

.detail_lay .sectionWrap section .cont {
  padding: 24px;
  padding-top: 0;
}

.detail_lay section.sell .titWrap .right:after {
  content: "";
  display: block;
  clear: both;
}

/*.detail_lay  section.sell .titWrap .tit{margin-bottom:20px;}*/
.detail_lay section.sell .titWrap .right span {
  float: left;
  position: relative;
  margin-left: 12px;
  padding-left: 14px;
  font-size: 16px;
}

.detail_lay section.sell .titWrap .right span:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.detail_lay section.sell .titWrap .right span.normal:after {
  background-color: #c4c4c4;
}

.detail_lay section.sell .titWrap .right span.member:after {
  background-color: #000;
}

.detail_lay section.sell .titWrap .certifyWrap {
  clear: both;
}

.detail_lay section.sell .titWrap .certifyWrap > div {
  float: left;
}

.detail_lay section.sell .titWrap .certifyWrap .certify {
  line-height: 30px;
  font-size: 18px;
  color: #ff2a75;
  font-weight: 600;
  padding-left: 34px;
  background-image: url(/img/common/certify_icon.png);
  background-size: 23px;
  background-position: left;
}

.detail_lay section.sell .titWrap .certifyWrap ._helpWrap {
  position: relative;
}

.detail_lay section.sell .titWrap .certifyWrap ._helpWrap:hover .helpTxt {
  display: block;
}

.detail_lay section.sell .titWrap .certifyWrap ._helpWrap .icon {
  width: 16px;
  height: 30px;
  border-radius: 30px;
  background-image: url(/img/common/question.png);
  background-size: 100%;
  font-size: 0;
  color: #bababa;
  font-size: 0;
  font-weight: 600;
  cursor: pointer;
  margin-left: 10px
}

.detail_lay section.sell .titWrap .certifyWrap ._helpWrap .helpTxt {
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  display: none;
  line-height: 22px;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15);
  width: 300px;
  padding: 18px;
  font-size: 14px;
  left: -100px;
  top: 40px;
  border: 2px solid #f0f0f0;
  z-index: 1;
}

.detail_lay section.sell .titWrap .certifyWrap ._helpWrap .helpTxt:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -7px;
  left: 37%;
  border-top: 50px solid none;
  border-bottom: 7px solid #000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.detail_lay section.sell .titWrap .certifyWrap ._helpWrap .helpTxt span {
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}

section.sell {
  padding-bottom: 0
}

.detail_lay section.sell .cont {
  padding: 0
}

.detail_lay section.sell .cont .sellList .tit {
  background-color: #f6f6f6;
  font-size: 18px;
  padding: 9px 24px;
  font-weight: 500;
}

.detail_lay section.sell .cont .sellList .list {
  padding: 0 18px
}

.detail_lay section.sell .cont .sellList .list li {
  padding: 26px 0;
  border-bottom: 1px solid #f6f6f6
}

.detail_lay section.sell .cont .sellList .list li:after {
  content: "";
  display: block;
  clear: both;
}

/*.detail_lay  section.sell .cont .sellList .list .nameWrap{float: left;width: 40%;}*/
.detail_lay section.sell .cont .sellList .list li .nameWrap {
  float: left;
  width: 60%;
}

.detail_lay section.sell .cont .sellList .list li.timeType .nameWrap {
  float: left;
  width: 40%;
}

.detail_lay section.sell .cont .sellList .list .nameWrap .name {
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
}

.detail_lay section.sell .cont .sellList .list .nameWrap .sub {
  line-height: 20px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #797979;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.detail_lay section.sell .cont .sellList .list .priceWrap:after {
  content: "";
  display: block;
  clear: both;
}

.detail_lay section.sell .cont .sellList .list .priceWrap {
  float: right;
}

.detail_lay section.sell .cont .sellList .list .priceWrap ._priceWrap {
  float: left;
  text-align: right;
}

.detail_lay section.sell .cont .sellList .list .priceWrap ._priceWrap .percent {
  font-size: 14px;
  line-height: 20px;
}

.detail_lay section.sell .cont .sellList .list .priceWrap ._priceWrap .cost {
  font-size: 14px;
  line-height: 20px;
  float: right
}

.detail_lay section.sell .cont .sellList .list .priceWrap ._priceWrap .salePrice {
  margin-top: 10px;
  clear: both;
  float: right;
  font-size: 14px;
}

.detail_lay section.sell .cont .sellList .list .priceWrap ._priceWrap .salePrice span {
  letter-spacing: -1px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.detail_lay section.sell .cont .sellList .list li.timeType .nameWrap {
  padding-top: 0
}

.detail_lay section.sell .cont .sellList .list li.timeType ._priceWrap:last-child {
  margin-left: 18px;
}

.detail_lay section.sell .cont .sellList .list li.timeType ._priceWrap .time {
  line-height: 14px;
  font-size: 14px;
  float: initial;
  color: #797979;
  margin-bottom: 10px
}

.detail_lay section.sell .cont .sellList .list li.timeType .priceWrap {
  padding-top: 0
}

.detail_lay section.sell .cont .sellList .list li .reserveLabel {
  margin-bottom: 20px;
  color: #ff4646;
  font-size: 14px;
  border: 1px solid #ff4646;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-weight: 500;
  padding: 0 5px;
}

.detail_lay section.sell .cont .sellList .list li .reserveLabel {
  display: none;
}

.detail_lay section.sell .cont .sellList .list li .time {
  display: none;
}

.detail_lay section.sell .cont .sellList .list li.reserveFull .reserveLabel {
  display: inline-block;
}

.detail_lay section.sell .cont .sellList .list li.timeType .time {
  display: block;
}

.detail_lay section.sell .cont .sellList .list li.reserveFull .priceWrap {
  padding-top: 44px;
}

.detail_lay section.sell .cont .sellList .list li.timeType .nameWrap {
  margin-top: 24px;
}

.detail_lay section.sell .cont .sellList .list li.timeType.reserveFull .priceWrap {
  padding-top: 22px
}

.detail_lay section.sell .cont .sellList .list li.timeType.reserveFull .nameWrap {
  margin-top: 0
}

.detail_lay section.sell .cont .sellList .list li .time {
  font-size: 14px
}

.detail_lay section.sell .cont .timeInfor:after {
  content: "";
  display: block;
  clear: both;
}

.detail_lay section.sell .cont .timeInfor {
  background-color: #f6f6f6;
  padding: 24px 26px;
}

.detail_lay section.sell .cont .timeInfor > div {
  float: left;
  width: calc(70% /2);
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.detail_lay section.sell .cont .timeInfor > div div {
  font-weight: 500;
  font-size: 16px;
}

.detail_lay section.sell .cont .timeInfor > div:last-child:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
  position: absolute;
  left: 0;
  top: 0;
}

.detail_lay section.sell .cont .timeInfor > div .tit {
  color: #797979;
  font-size: 16px
}

.detail_lay section.sell .cont .timeInfor > div.day {
  text-align: left;
  line-height: 46px;
  width: 30%;
  font-size: 16px;
}

.detail_lay section.sell .cont .benefits {
  padding: 30px 24px
}

.detail_lay section.sell .cont .benefits > .tit {
  background-image: url(/theme/noble/img/infor_icon.png);
  background-position: left;
  padding-left: 30px;
  font-weight: 600;
  font-size: 18px;
  background-size: 22px;
  margin-bottom: 14px;
  background-repeat: no-repeat;
}

.detail_lay section.sell .cont .benefits > .txtWrap li:after {
  content: "";
  display: block;
  clear: both;
}

.detail_lay section.sell .cont .benefits > .txtWrap li {
  padding: 2px 0
}

.detail_lay section.sell .cont .benefits > .txtWrap li > div {
  float: left;
}

.detail_lay section.sell .cont .benefits > .txtWrap li .txt {
  font-size: 16px
}

.detail_lay section.sell .cont .benefits > .txtWrap li .txt span {
  color: #ff2a75
}

.detail_lay section.sell .cont .benefits > .txtWrap li ._labelList {
  margin-left: 10px
}

.detail_lay .storeEvent .eventList > div {
  border-radius: 5px;
  background-color: #fafafa;
  line-height: 46px;
  margin-bottom: 5px;
  padding-left: 48px;
  position: relative;
  overflow: hidden;
}

.detail_lay .storeEvent .eventList > div.event_item {
  border-radius: 5px;
  background-color: #fafafa;
  line-height: 42px;
  margin-bottom: 5px;
  padding-left: 8px;
  position: relative;
  overflow: hidden;
}

.detail_lay .storeEvent .eventList > div.event_item .tit {
  font-size: 16px;
  color: #000;
  padding: 15px 5px;
}

.detail_lay .storeEvent .eventList > div::before {
  content: "";
  display: block;
  clear: both;
}

.detail_lay .storeEvent .eventList > div::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}

.detail_lay .storeEvent .eventList > div:after {
  content: "";
  display: block;
  clear: both;
}

.detail_lay .storeEvent .eventList > div .tit {
  font-size: 16px;
  font-weight: 400;
}

.detail_lay .storeEvent .eventList > div.arriveFirst {
  border: 1px solid #ff4646;
  color: #000;
  cursor: pointer
}

.detail_lay .storeEvent .eventList > div.arriveFirst::after {
  background-size: 100%;
  background-image: url(/img/detail/event_icon_arrivefirst.png);
}

.detail_lay .storeEvent .eventList > div.daytime {
  border: 1px solid #000;
  color: #000;
  /*background-image: linear-gradient(to right,#ffdc3a 33px, #000 33px);*/
}

.detail_lay .storeEvent .eventList > div.daytime::after {
  background-size: 92%;
  border-radius: 5px 0 0 5px ;
  background-image: url(/img/detail/event_icon_daytime.png);
}

.detail_lay .storeEvent .eventList > div .right {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 42px;
  font-size: 14px;
  padding-right: 8px;
}

.detail_lay .storeEvent .eventList > div.daytime .right {
  opacity: 0.5;
}

.detail_lay .storeEvent .eventList > div.arriveFirst .right {
  opacity: 0.8;
  background-image: url(/img/_arrow/down_right_w.png);
  padding-right: 25px;
  background-position: calc(100% - 10px);
  background-size: 9px;
  line-height: 47px
}

.detail_lay .storeEvent .eventList > div .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 33px;
  height: 33px;
  padding: 8px;
}

.detail_lay .storeEvent .eventList > div .img img {
  width: 100%;
}

.detail_lay .storeEvent .eventList > div.review::after {
  background-size: 91%;
  background-image: url(/img/detail/event_icon_review.png);
}

.detail_lay .storeEvent .eventList > div.review {
  border: 1px solid #16a272;
  color: #000;
  cursor: pointer;
}

.detail_lay .storeEvent .eventList > div.review span {
  color: #ff2a75;
  font-weight: 500;
}

.detail_lay .storeEvent .eventList > div.review .tit {
  background-position: calc(100% - var(--20));
  background-size: var(--8);
}

.detail_lay .storeEvent .eventList > div.reserve::after {
  background-size: 95%;
  background-image: url(/img/detail/event_icon_reserve.png);
}

.detail_lay .storeEvent .eventList > div.reserve {
  border: 1px solid #ff2a75;
  color: #000;
  cursor: pointer;
}

.detail_lay .storeEvent .eventList > div.reserve span {
  color: #ff2a75;
  font-weight: 500;
}

.detail_lay .storeEvent .eventList > div.reserve .tit {
  background-position: calc(100% - var(--20));
  background-size: var(--8);
}

.detail_lay .storeEvent .eventList > div .right {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 47px;
  font-size: 14px;
  padding-right: 8px;
}

.detail_lay .storeEvent .eventList > div.review .right {
  opacity: 0.8;
  background-image: url(/img/_arrow/down_right_w.png);
  padding-right: 25px;
  background-position: calc(100% - 10px);
  background-size: 9px;
  line-height: 47px
}

.detail_lay .storeEvent .eventList > div.reserve .right {
  opacity: 0.8;
  background-image: url(/img/_arrow/down_right_w.png);
  padding-right: 25px;
  background-position: calc(100% - 10px);
  background-size: 9px;
  line-height: 47px
}

.detail_lay .storeEvent .eventList > div.groupReserve::after {
  background-size: 95%;
  background-image: url(/img/detail/event_icon_groupreserve.png);
}

.detail_lay .storeEvent .eventList > div.groupReserve {
  border: 1px solid #e57f0c;
  color: #000;
  cursor: pointer;
}

.detail_lay .storeEvent .eventList > div.groupReserve span {
  color: #ff2a75;
  font-weight: 500;
}

.detail_lay .storeEvent .eventList > div.groupReserve .tit {
  background-position: calc(100% - var(--20));
  background-size: var(--8);
}

.detail_lay .storeEvent .eventList > div.groupReserve .right {
  opacity: 0.8;
  background-image: url(/img/_arrow/down_right_w.png);
  padding-right: 25px;
  background-position: calc(100% - 10px);
  background-size: 9px;
  line-height: 42px
}

.detail_lay .storeEvent .eventList > div.firstPayment::after {
  background-size: 95%;
  background-image: url(/img/detail/event_icon_firstpayment.png);
}

.detail_lay .storeEvent .eventList > div.firstPayment {
  border: 1px solid #bc10cb;
  color: #000;
  cursor: pointer;
}

.detail_lay .storeEvent .eventList > div.firstPayment span {
  color: #ff2a75;
  font-weight: 500;
}

.detail_lay .storeEvent .eventList > div.firstPayment .tit {
  background-position: calc(100% - var(--20));
  background-size: var(--8);
}

.detail_lay .storeEvent .eventList > div.firstPayment .right {
  opacity: 0.8;
  background-image: url(/img/_arrow/down_right_w.png);
  padding-right: 25px;
  background-position: calc(100% - 10px);
  background-size: 9px;
  line-height: 42px
}

.detail_lay section.useInfor {
  padding-bottom: 0;
}

.detail_lay section.useInfor .cont {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.detail_lay section.useInfor .cont .txtWrap {
  margin-bottom: 30px;
  padding: 0 24px
}

.detail_lay section.useInfor .cont .txtWrap .tit {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px
}

.detail_lay section.useInfor .cont .txtWrap .txt {
  font-size: 16px;
  position: relative;
  padding: 3px 0 5px 10px
}

.detail_lay section.useInfor .cont .txtWrap .txt:after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 12px;
}

.detail_lay section.useInfor .cont .map .txtWrap {
  background-color: #fafafa;
  padding-top: 25px ;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.detail_lay section.useInfor .cont .map .txtWrap .tit {
  font-size: 18px;
  font-weight: 600;
}

.detail_lay section.service .cont {
  padding-bottom: 0;
}

.detail_lay section.service .cont .txtWrap .txt {
  font-size: 16px;
  position: relative;
  padding: 3px 0 5px 10px
}

.detail_lay ._serviceList:after {
  content: "";
  display: block;
  clear: both;
}

.detail_lay ._serviceList li {
  float: left;
  text-align: center;
  width: calc((100% - 84px)/4);
  margin-bottom: 30px;
  position: relative;
  margin-right: 28px
}

.detail_lay ._serviceList li div {
  font-size: 14px;
  font-weight: 500;
}

.detail_lay ._serviceList li:nth-child(4n) {
  margin-right: 0;
}

.detail_lay ._serviceList li .imgWrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.detail_lay ._serviceList li .imgWrap {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  margin-bottom: 12px
}

.detail_lay ._serviceList li .imgWrap img {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.detail_lay ._serviceList li.label:after {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background-color: #ff2a75;
  position: absolute;
  right: 0vw;
  border-radius: 24px;
  top: 0;
  background-image: url(/img/common/label_represent.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.detail_lay section.useInfor .managerInfor .inforWrap .tit {
  margin-bottom: 0;
}

.detail_lay section.useInfor .managerInfor .cont {
  padding: 0 20px 30px 20px;
}

.detail_lay section.useInfor .managerInfor {
  padding-bottom: 0;
  border-top: 1.944vw solid #f6f6f6;
}

.detail_lay section.useInfor .managerInfor .wrap {
  background-color: #fafafa;
  border-radius: 10%;
  position: relative;
  padding: 0 20px 0 20px;
}

.detail_lay section.useInfor .managerInfor .wrap input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  opacity: 0;
  left: 0;
}

.detail_lay section.useInfor .managerInfor .wrap .tit {
  background-image: url(/img/common/manager_icon.png);
  background-position: left;
  background-size: 30px;
  padding-left: 40px;
  line-height: 60px;
  font-weight: 400;
  position: relative;
  font-size: 16px;
}

.detail_lay section.useInfor .managerInfor .wrap .tit:after {
  content: "";
  display: block;
  width: 11px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/img/_arrow/down_g.png);
}

.detail_lay section.useInfor .managerInfor .wrap .txt {
  padding: 18 0;
  font-size: 16px;
  font-weight: 400;
  display: none;
  border-top: 1px solid #f0f0f0;
  ; line-height: 55px;
}

.detail_lay section.useInfor .managerInfor .wrap input:checked + .inforWrap .txt {
  display: block;
}

.detail_lay section.useInfor .managerInfor .wrap input:checked + .inforWrap .tit:after {
  background-image: url(/img/_arrow/up_g.png);
}

.detail_lay .sectionWrap section.review:after {
  display: none;
}

.detail_lay section.review .cont {
  padding-bottom: 0
}

.detail_lay section.review {
  padding-bottom: 0;
  border-bottom: 0;
}

.detail_lay section.review .titWrap .reviewCount {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail_lay section.review .titWrap .reviewCount ._userCountWrap {
  margin-top: 20px;
  flex-grow: 1;
}

.detail_lay section.review .titWrap .reviewCount ._userCountWrap ._review {
  font-size: 18px;
  font-weight: 500;
  color: #ff2a75;
  line-height: 18px;
  padding-left: 18px;
  float: none
}

.detail_lay section.review .titWrap .reviewCount ._userCountWrap ._review span {
  color: #000;
}

.detail_lay section.review .titWrap .reviewCount ._userCountWrap .countRate {
  margin-top: 8px;
  color: #666;
}

.detail_lay section.review .titWrap .reviewCount ._userCountWrap .countRate span {
  color: #ff2a75;
}

.detail_lay section.review .titWrap .reviewBtnWrap {
  width: 120px;
  text-align: right;
}

.detail_lay section.review .titWrap .reviewBtnWrap .reviewBtn {
  margin-top: 8px;
  font-size: 16px;
  padding: 6px 14px;
  border-radius: 22px;
  border: 1px solid #ddd;
  font-weight: 500;
  box-shadow: 2px 2px 3px #ddd;
}

.detail_lay section.review ._pageNation {
  margin: 40px 0;
}

.detail_lay .keywordGraph {
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.detail_lay .keywordGraph ul {
  height: 153px;
  overflow: hidden;
}

.detail_lay .keywordGraph.on ul {
  height: initial;
}

.detail_lay .keywordGraph ul li {
  position: relative;
  height: 46px;
  margin-bottom: 7px;
  background-color: #fafafa;
}

.detail_lay .keywordGraph ul li .percent {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ededed;
}

.detail_lay .keywordGraph ul li .txtWrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.detail_lay .keywordGraph ul li:nth-child(1) .percent {
  background-color: #fcbbd2
}

.detail_lay .keywordGraph ul li:nth-child(2) .percent {
  background-color: #fbd0df
}

.detail_lay .keywordGraph ul li:nth-child(3) .percent {
  background-color: #fbe5ec
}

.detail_lay .keywordGraph ul li .txtWrap:after {
  content: "";
  display: block;
  clear: both;
}

.detail_lay .keywordGraph ul li .txtWrap > div {
  float: left;
  line-height: 46px;
  font-size: 16px;
}

.detail_lay .keywordGraph ul li .txtWrap ._shopKeyword {
  background-size: 20px;
  ;}

.detail_lay .keywordGraph ul li .txtWrap .count {
  color: #ff2a75;
}

.keywordGraph > .listBtn {
  background-image: url("/theme/noble/img/up_g.png");
  background-size: 12px;
  width: 100%;
  height: 20px;
  margin: 10px 0;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.keywordGraph > .listBtn.on {
  background-image: url("/theme/noble/img/down_g.png");
}

.detail_lay .reviewList li {
  padding: 20px 0 20px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px
}

.detail_lay .reviewList .user:after {
  content: "";
  display: block;
  clear: both;
}

.detail_lay .reviewList .user > div {
  float: left;
}

.detail_lay .reviewList .user .userThumb {
  width: 40px;
  height: 40px;
  margin-right: 12px
}

.detail_lay .reviewList .user .userThumb img {
  width: 100%;
}

.detail_lay .reviewList .user .wrap .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px
}

.detail_lay .reviewList .user .wrap .time {
  font-size: 16px;
  color: #797979;
  line-height: 24px;
}

.detail_lay .reviewList li > .txt {
  padding-left: 56px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.detail_lay .reviewList li .answerWrap {
  margin-left: 55px;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
  margin-top: 12px;
}

.detail_lay .reviewList li .answerWrap span.store {
  font-size: 16px;
  font-weight: 500;
}

.detail_lay .reviewList li .answerWrap span.time {
  font-size: 14px;
  line-height: 25px;
  margin-left: 8px
}

.detail_lay .reviewList li .answerWrap .txt {
  margin-top: 10px
}

.detail_lay .reviewList li .user {
  margin-bottom: 14px;
}

.detail_lay .reviewList li .reviewLabel {
  padding-left: 56px;
  margin-bottom: 10px;
}

.detail_lay .reviewList li .reviewLabel span {
  font-size: 14px;
  color: #33b325;
  padding: 3px 7px;
  border: 1px solid #33b325;
  border-radius: 3px;
  font-weight: 500;
}

.detail_lay .reviewList li .shopKeywordWrap {
  padding-left: 56px;
  margin-top: 6px;
}

.detail_lay .reviewList li .shopKeywordWrap > span {
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
}

.detail_lay .reviewList li {
  position: relative;
}

.detail_lay .reviewList li .answer {
  clear: both;
  background-color: #fafafa;
  border-radius: 10px;
  margin-left: 40px;
  width: calc(100% - 40px);
  padding: 24px;
}

.detail_lay .reviewList li .answer .tit {
  font-size: 16px;
  font-weight: 500;
  float: left;
  margin-bottom: 20px;
}

.detail_lay .reviewList li .answer .time {
  font-size: 16px;
  color: #797979;
  float: left;
  padding-left: 8px;
}

.detail_lay .reviewList li .answer .txt {
  clear: both;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}

.detail_lay .reviewList li > .reviewTxt .txt {
  padding-left: 55px;
  font-size: 16px;
  line-height: 180%;
  margin-top: 12px;
  font-weight: 400;
}

.detail_lay .review .noreview {
  margin: 20px 0;
  text-align: center;
}

.detail_lay .reviewList .reviewAuth {
  margin-left: 55px
}

.detail_lay .reviewList .baroPayAuth {
  font-size: 15px;
  color: #fb008c;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 500;
  background-color: #fff0f4;
  width: fit-content;
  padding-left: 28px;
  background-image: url(https://files.heally.co.kr/web-images/detail/review_star_icon.png);
  background-size: 14px;
  background-position: 9% center;
}

/*.detail_lay .questionBtn { z-index: 140; width: calc(var(--detail-width) - 8px);position: fixed;bottom: 0;background: #fff;box-shadow: 0 0px 5px 5px rgba(0,0,0,0.05);display:none}*/
.detail_lay .questionBtn {
  z-index: 140;
  width: 100%;
  position: fixed;
  left:0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0px 5px 5px rgba(0,0,0,0.05);
}

.detail_lay .questionBtn button {
  width: 100%;
  color: #ff2f74;
  height: 64px;
  font-size: 18px;
  font-weight: 600
}

.detail_lay .questionBtn button.sms {
  background-color: #ff2f74;
  color: #fff
}

.detail_lay .questionBtn button.sms:disabled {
  filter: grayscale(1);
  opacity: 0.4;
}

.detail_lay .questionBtn .reserve {
  color: #fff;
  background: #ff176e;
  float: left;
  border: 0;
  background-image: url(/img/common/lightning_icon.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 20px;
  background-size: 12px;
}

.detail_lay .questionBtn .reserve:disabled {
  /*background-color: #d4d4d4;*/
  filter: grayscale(1);
  opacity: 0.4;
}

.detail_lay .questionBtn .msg {
  float: left;
}

.detail_lay .questionBtn .call {
  float: right;
  border: 1px solid #ff2f74;
}

.detail_lay .questionBtn .call:disabled {
  /*background-color: #d4d4d4;*/
  filter: grayscale(1);
  opacity: 0.4;
}

.detail_lay .questionBtn .msginfor {
  position: absolute;
  top: -40px;
  left: 10px;
  background-color: #ff3f4d;
  color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 2px;
  max-width: 300px
}

.detail_lay .questionBtn .msginfor:after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-image: url(/img/common/msginfor.png);
  position: absolute;
  bottom: -7px;
  left: 50%;
  background-size: 100%;
}

.detail_lay .questionBtn .bottomBtnWrap {
  display: none
}

.detail_lay .questionBtn .bottomBtnWrap.on {
  display: block
}

.detail_lay .questionBtn .goHome {
  float: left;
  border: 1px solid #ff2f74;
}

.detail_lay .questionBtn .goAround {
  color: #fff;
  background: #ff176e;
  float: right;
}

.detail_lay .detailWrap.win-detail + .detailLayer .questionBtn {
  display: block
}

.detail_lay .questionBtn .reserve.big {
  background-position: 25vw;
  width: 100%;
}

/*베이직 업체 신규 정책(24.05.09)*/
/* member block */
.detail_lay .questionBtn .reserve_block {
  color: #fff;
  background: #ff176e;
  float: left;
  border: 0;
  background-image: url(/img/common/lightning_icon.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 20px;
  background-size: 12px;
}

.detail_lay .questionBtn .reserve_block:disabled {
  /*background-color: #d4d4d4;*/
  filter: grayscale(1);
  opacity: 0.4;
}

.detail_lay .questionBtn .msg_block {
  float: left;
}

.detail_lay .questionBtn .call_block {
  float: right;
  border: 1px solid #ff2f74;
}

.detail_lay .questionBtn .call_block:disabled {
  /*background-color: #d4d4d4;*/
  filter: grayscale(1);
  opacity: 0.4;
}

.detail_lay .detailPop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 200
}

.detail_lay .detailPop .dim {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}

.detail_lay .detailPop .con {
  box-shadow: -11.3px 9.1px 34px 0 rgba(0, 0, 0, 0.16);
  left: 50%;
  overflow: hidden;
  top: 50%;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  transform: translate(-50%,-50%);
}

.detail_lay .detailPop .con > .tit {
  font-size: 22px;
  padding: 40px 30px 20px 30px;
  font-weight: 500
}

.detail_lay .detailPop .con > .closeBtn {
  opacity: 0.6;
  position: absolute;
  cursor: pointer;
  width: 60px;
  height: 60px;
  right: 5px;
  top: 5px;
  font-size: 0;
  background-size: 20px;
  background-image: url(/img/common/popup_close_icon.png);
}

.detail_lay .popUp.userLocation .layout {
  padding: 56px 0 50px;
  width: 440px;
}

.detail_lay .popUp.userLocation .layout .tit {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 250px;
  background-position: center 72% ;
  background-image: url(/img/common/location_search_icon.gif);
}

.detail_lay .popUp.userLocation .layout .txt {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #797979
}

.detail_lay .detailPop.event .layout {
  padding: 30px;
  background-color: #fafafa;
  overflow-y: auto;
  height: 490px;
}

.detail_lay .detailPop.event .layout .eventList {
  width: 520px;
}

.detail_lay .detailPop.event .layout .eventList li {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 34px;
}

.detail_lay .detailPop.event .layout .eventList li .tit {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 500
}

.detail_lay .detailPop.event .layout .eventList li .txt {
  font-size: 18px;
  color: #595959;
  line-height: 32px;
}

.detail_lay .detailPop.event .layout .eventList li:after {
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
}

.detail_lay .detailPop.event .layout .eventList li.on:after {
  content: "진행중";
  color: #ff2a75;
}

.detail_lay .detailPop.event .layout .eventList li.off {
  background-color: #f2f2f2;
}

.detail_lay .detailPop.event .layout .eventList li.off .tit {
  color: #797979;
}

.detail_lay .detailPop.event .layout .eventList li.off .txt {
  color: #797979;
}

.detail_lay .detailPop.event .layout .eventList li.off:after {
  content: "종료";
  color: #797979;
}

.detail_lay .detailPop.photoViewPop {
  z-index: 202;
}

.detail_lay .detailPop.photoViewPop .con {
  box-shadow: none;
}

.detail_lay .detailPop.photoViewPop .dim {
  background-color: rgba(255,255,255,0.95);
}

.detail_lay .detailPop.photoViewPop .closeBtn {
  background-image: url(/img/common/photoView_close_icon.png);
  position: absolute;
  right: 30px;
  top: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  font-size: 0;
}

.detail_lay .detailPop.photoViewPop .phtoWrap {
  position: absolute;
  width: 100%;
  height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.detail_lay .detailPop.photoViewPop .swiper-container {
  width: 90%;
  height: 100%;
}

.detail_lay .detailPop.photoViewPop .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 90%;
}

.detail_lay .detailPop.photoViewPop .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.detail_lay .detailPop.photoViewPop .swiper-button-next,.detailPop.photoViewPop .swiper-button-prev {
  border: 2px solid #f0f0f0;
  border-radius: 100px;
}

.detail_lay .detailPop.photoViewPop .swiper-pagination {
  font-size: 24px;
}

.detail_lay .detailPop.photoViewPop .swiper-pagination span {
  font-size: 24px;
}

.detail_lay .detailPop.photoViewPop .swiper-button-next {
  /* background-image: url(/img/_arrow/down_right_dg.png); */
  width: 86px;
  height: 86px;
}

.detail_lay .detailPop.photoViewPop .swiper-button-prev {
  /* background-image: url(/img/_arrow/down_left_dg.png); */
  width: 86px;
  height: 86px;
}

.detail_lay .detailPop.photoViewPop .swiper-button-next:after {
  display: none;
}

.detail_lay .detailPop.photoViewPop .swiper-button-prev:after {
  display: none;
}

.detail_lay .review .cont .reviewDetailBtn {
  width: 100%;
  margin-bottom: 24px;
  margin-top: 20px;
  padding-bottom: 2px
}

.detail_lay .review .cont .reviewDetailBtn button {
  color: #fc1a75;
  font-size: 16px;
  width: 100%;
  border: 1px solid #fc1a75;
  text-align: center;
  line-height: 48px;
  border-radius: 8px;
}

.detail_lay .review .cont .reviewDetailBtn button:disabled {
  border: 1px solid #ddd;
  color: #ddd
}

.detail_lay .popUp {
  z-index: 191;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  display: block
}

.detail_lay .popUp .dim {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 23;
}

.detail_lay .popUp .popClose {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  right: 0;
  transform: translate(-5px, 3px);
  background-image: url(/img/common/btnClose.png);
  background-size: 34px;
  background-position: center center;
  cursor: pointer;
  background-repeat: no-repeat;
  opacity: 0.5;
}

/*.detail_lay .popUp .popWrap{width: 90%;background: #fff;position: absolute;left: 50% !important;top: 100%;transform: translate(-50%, 0%);z-index:25;transition: all 0.3s;border-radius:10px}*/
.detail_lay .guidance {
  background: #ededed;
  padding: 15px 20px;
  font-size: 14px;
  color: #666;
}

.detail_lay ._storeWrap .store_thumb .likeBtn {
  position: absolute;
  right: 60px;
  top: 10px;
  font-size: 0;
  width: 42px;
  background-color: rgb(0,0,0,10%);
  background-size: 28px;
  height: 42px;
  border-radius: 42px;
  cursor: pointer;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}

.detail_lay ._storeWrap .store_thumb .likeBtn.off {
  background-image: url(/img/common/like_btn_off.png);
}

.detail_lay ._storeWrap .store_thumb .likeBtn.on {
  background-image: url(/img/common/like_btn_on.png);
}




