body {
  background-color: #FFFFFF;
  overflow-x: hidden;
}


/* banner-start */
.bannercontainer {
  margin-top: -100px;

  position: relative;
  z-index: 2;
}

.bannercontainer .content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  top: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bannercontainer .content h3 {
  font-size: 70px;
  color: #FFFFFF;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

/* banner-end */

/* 請選擇需清洗冷氣的類型-start  */
#appoint {
  padding: 80px 0;
}

.appoint-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.appoint-container .z-title {
  font-weight: bold;
  font-size: 46px;
  color: #4B83F4;
  line-height: 54px;
  text-align: center;
  margin-bottom: 60px;
}

.appoint-box {
  display: flex;
  border-radius: 15px;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  padding: 20px;
  margin: 50px 0;
}

.a-left {
  width: 35%;
}

.a-right {
  width: 65%;
  padding: 0 40px;
  position: relative;
}

.a-right .price {
  font-weight: bold;
  font-size: 32px;
  color: #4B83F4;
  line-height: 38px;
  position: absolute;
  right: 5%;
  top: 3%;
}

.a-right h3 {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 40px;
  margin-bottom: 30px;
}

.a-right .txt,
.sec-txt {
  font-size: 21px;
  color: #333333;
  line-height: 35px;
}

.sec-txt {
  margin-top: 20px;
}

.a-right .sec-txt span {
  color: #F83434;
}

.a-right .blue-txt {
  display: flex;
  align-items: center;
  column-gap: 20px;
  align-items: center;
  margin: 30px 0;
}

.blue-txt p {
  font-weight: bold;
  font-size: 28px;
  color: #4B83F4;
  line-height: 44px;
  margin: 0;
}

.blue-txt span a {
  font-weight: bold;
  font-size: 18px;
  color: #4B83F4;
  line-height: 30px;
  text-decoration: underline !important;
}

.box-bt {
  display: flex;
  column-gap: 30px;
  margin-top: 20px;
}

.counter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}

.counter-button {
  border: 1px solid #E3E4E5;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 50px 0 0px 50px;
  font-weight: bold;
}

.counter-button2 {
  border-radius: 0px 50px 50px 0px;
}

.minus-btn[disabled] {
  background-color: #f7f7f7;
}

.counter-button:hover {
  background-color: #e0e0e0;
}

#counter-value,
.counter-value {
  width: 60px;
  text-align: center;
  border: none;
  outline: none;
  padding: 15px;
  padding-bottom: 13px;
  font-size: 16px;
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
}

.cart-btn .more .button__bg {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #4B83F4;
}

.cart-btn .more span {
  color: #4B83F4;
  font-size: 17px;
  line-height: 17px;
  padding: 2rem 4em;
}

.cart-btn .more .button__bg::before,
.cart-btn .more .button__bg::after {
  background-color: #4B83F4;
}

.cart-btn .more:hover span {
  color: #FFFFFF;
}

.pay-btn .more .button__bg {
  border-radius: 5px;
}

.pay-btn .more span {
  font-size: 17px;
  line-height: 17px;
  padding: 2rem 4em;
}


/* 請選擇需清洗冷氣的類型-end */


/* 額外收費-start */
#pay {
  padding: 0 0 80px 0;
}

.pay-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.pay-box {
  /* background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  border-radius: 20px;
  padding: 25px;
  margin: 50px 0; */
}

.p-tit {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 38px;
}

.p-txt,
.p-stxt {
  font-size: 23px;
  color: #333333;
  line-height: 28px;
  margin: 15px 0;
}

.p-stxt span {
  color: #F83434;
}

.pay-container .a-box{
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  border-radius: 20px;
  padding: 25px;
  margin: 50px 0;
  align-items: center;
}
.pay-container .a-box .counter-container{
  align-items: end;
}
.pay-container .a-box .f-end{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.pay-container .a-box .box-bt{
  margin-top: 0;
  align-items: center;
}

/* 額外收費-end */

/* 詳細服務價格彈窗-start */
.modal {
  margin-top: 30px;
}

.modal-dialog {
  width: 50%;
}

.modal-content {
  border-radius: 15px;
}

.modal-header {
  padding: 30px;
  border-bottom: none;
}

.modal-header h4 {
  font-weight: bold;
  font-size: 32px;
  color: #4B83F4;
  line-height: 38px;
}

.base-header.modal-header {
  padding-bottom: 10px;
  border-bottom: solid 1px #f0f0f0;
  padding-top: 20px;
}



.base-header.modal-header .modal-title {
  display: inline-block;
  max-width: 140px;
  font-size: 19px;
  color: black;
}


.modal-box {
  display: flex;
  border-radius: 15px;
  box-shadow: 0px 6px 18px 0px rgba(149, 157, 165, 0.2);
  padding: 20px;
  margin-bottom: 30px;
  align-items: center;
}

.m-left {
  width: 25%;
}

.m-right {
  width: 75%;
  padding-left: 30px;
}

.m-right h3 {
  font-weight: bold;
  font-size: 24px;
  color: #4B83F4;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}

.m-table {
  /* border-radius: 6px 0px 0px 0px; */
  width: 100%;
  border: 1px solid #EBEEF5;
}

.m-title {
  /* border: none; */
  background: #E2ECFF;
  border: 1px solid #EBEEF5;
}

.m-table th {
  color: #4B83F4;
  font-weight: bold;
}

.m-table th,
.m-table td {
  padding: 10px;
  text-align: center;
}

#payModal .modal-body {
  min-height: 70vh;
  overflow: auto;
}

.modal-header .close {
  opacity: 1;
  margin-top: -5px;
}

.modal-header .close img {
  width: 36px;
}

.m-txt {
  font-size: 17px;
  color: #333333;
  line-height: 40px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
}

.m-txt span {
  color: #F83434;
}

/* 詳細服務價格彈窗-end */


/* 立即購買彈窗-start */
.pay-modal .modal-dialog {
  width: 55%;
  margin: 10px auto;
}

.pay-dialog .modal-content {
  background: linear-gradient(to right,
      #FFFFFF 65%,
      #F6F6F6 65%);
}

.pay-dialog .modal-content .modal-header {
  padding: 14px 10px 0 0;
}

.pay-dialog .modal-content .modal-header .close img {
  width: 26px;
}

.pay-dialog .modal-body {
  display: flex;
  max-height: 90vh;
  padding: 10px 0 22px 15px;
  /* overflow-y: hidden; */
}

.cart-dialog .modal-body {
  height: auto;
  padding: 25px 26px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}


.cart-dialog .pay-left {
  width: 100%;
}

.cart-dialog .pay-right {
  width: 100%;
  padding: 20px;
}

.pay-left {
  width: 65%;
  padding: 10px 20px;
}

.pay-right {
  width: 35%;
  padding: 20px;
}

.pay-left .title {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}

.pay-left .title .title-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  position: relative;
  width: 32%;
}

.title .title-item::after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #ECECEC;
  position: absolute;
  left: 70%;
  top: 18%;
}

.title .title-item:last-child::after {
  display: none;
}

.title-item .num {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  background-color: #BCBCBC;
}

.title-item.active {
  color: #4B83F4;
  font-weight: bold;
}

.title-item.active .num {
  background-color: #4B83F4;
}

.pay-left>h5 {
  font-weight: bold;
  font-size: 17px;
  color: #333333;
  line-height: 20px;
  margin: 10px 0;
}

#payModalLabel {
  padding-left: 10px;
  padding-bottom: 6px;
}

.pay-right .right-box {
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.r-item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.r-item .tit {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-weight: bold;
  font-size: 15px;
  color: #4B83F4;
  line-height: 20px;
}

.r-item .tit img {
  width: 20px;
}

.r-item3 .tit>div {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.r-item3 .tit {
  justify-content: space-between;
}

.r-item3 p {
  margin: 0;
}

.r-item3 .pp-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.pay-left .check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.check p,
.check label {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}

.check .check-list {
  display: flex;
  column-gap: 5px;
  align-items: center;
}

.add-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 8px;
}




.add-num p {
  margin: 0;
  font-size: 15px;
  color: #333333;
  line-height: 20px;
}

.add-num p span {
  color: rgba(0, 0, 0, 0.60);
}

.add-num #counter-value,
.add-num .counter-value {
  padding: 6px;
  width: 50px;
  font-size: 12px;
}

.add-num #counter-value.changeBlue {
  color: #4B83F4;
  font-weight: bold;
}

.add-num .counter-button {
  padding: 5px 13px;

}

.left-bottom {
  margin-top: 15px;
  font-size: 13px;
  color: rgba(182, 182, 182, 0.93);
  line-height: 20px;
  letter-spacing: 1px;
}

.left-bottom span {
  color: rgba(248, 52, 52, 1);
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.pay-left .next-btn {
  margin-top: 20px;
}

.upkeep {
  padding: 8px 10px;
  border: 1px solid #DDDDDD;
  background-color: transparent;
  border-radius: 3px;
  margin-top: 15px;
}

.upkeep.active {
  background-color: #4B83F4;
  color: #FFFFFF;
}

.pay-left .tips {
  display: flex;
  justify-content: flex-start;
  column-gap: 30px;
  align-items: center;
  margin: 20px 0 10px 0;
}

.tips .tips-item {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.tips-item .circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.tips-item .red-circle {
  background-color: rgba(248, 52, 52, 1);
}

.tips-item .blue-circle {
  background-color: #4B83F4;
}

.tips-item p {
  margin: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 19px;
}

.cal-box {
  display: flex;
  height: 280px;
  max-width: 100%;
}

.cal-left {
  width: 60%;
}

.cal-right {
  height: 100%;
  width: 40%;
  padding: 15px 0px 15px 20px;
  position: relative;
}

.cal-right::before {
  content: '';
  width: 2px;
  height: 90%;
  top: 10%;
  left: 0%;
  background-color: #4B83F4;
  position: absolute;
}

/* layui時間選擇器 */
.layui-date-box .layui-laydate-footer {
  display: none;
}

.layui-date-box .laydate-icon {
  border-radius: 50%;
  background-color: #4B83F4;
  color: #FFFFFF;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
}

.layui-date-box .laydate-prev-y,
.layui-date-box .laydate-next-y {
  display: none;
}

.layui-date-box .layui-laydate {
  border: none;
  box-shadow: none;
}

.layui-date-box .layui-laydate-header {
  border: none;
  line-height: 26px;
}

.layui-date-box .layui-laydate .layui-this {
  background-color: #4B83F4 !important;
  border-radius: 10px;
}

.layui-date-box .layui-laydate-content td {
  width: 35px;
  height: 35px;
}


/* .laydate-disabled {
  background-color: red !important; 
  color: white;
}
.laydate-cell .laydate-day {
  background-color: blue !important; 
  color: white; 
} */

.select-apponit {
  overflow: auto;
  height: 90%;
  padding-right: 10px;
  margin-top: 20px;
}

.select-apponit .item {
  display: flex;
  column-gap: 5px;
}

.select-apponit button {
  border-radius: 18px;
  background-color: #FFFFFF;
  border: 1px solid #4B83F4;
  padding: 7px 11px;
  margin: 5px 0;
  width: 100%;
  transition: width 0.3s ease, padding 0.3s ease, margin 0.3s ease;
}

.select-apponit button.active {
  padding: 7px;
  margin: 5px 0;
  width: 50%;
  background-color: rgba(75, 131, 244, 0.60);
  color: #FFFFFF;
  border: none;
}

.select-apponit .item .confirm {
  display: none;
}

.select-apponit .item .confirm.active {
  display: block;
  color: #FFFFFF;
  background-color: #4B83F4;
  border: none;
}


.select-apponit .item.active button.active {
  width: 100% !important;
  background-color: rgba(75, 131, 244, 1);
}


.cal-right .dated {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}

.need-num {
  display: none;
}

.need-num.active {
  display: flex;
}

.money-detail-list {
  margin-top: -3px;
}

/* 立即購買彈窗-end */

.pay-left-sec {
  display: none;
  position: relative;
}

.pay-left-sec.active {
  display: block;
}

.pay-left-first.success {
  display: none;
}

.pay-left-third {
  display: none;
  position: relative;
}

.pay-left-third.active {
  display: block;
}

.pay-left-sec.success {
  display: none;
}

.backToPrev,
.backToPrev2 {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
  color: #4B83F4;
  cursor: pointer;
}

.pay-modal .modal-body.nextSec {
  height: 65vh;
}

/* 立即購買彈窗第二步-start */
.pay-left-sec .title-item.success {
  color: rgba(93, 186, 62, 1);
  font-weight: bold;
}

.pay-left-sec .title-item.success .num {
  background: url(../pics/pay-success.png) no-repeat center;
  background-size: cover;
}

.pay-left-sec .title-item.ing .num {
  background: url(../pics/pay-next.png) no-repeat center;
  background-size: cover;
}

.pay-form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.pay-form h3 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  position: relative;
}

.pay-form h3::before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 10px;

  position: absolute;
  top: -23%;
  left: -11%;
}

.pay-form .form-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.form-item label {
  width: 20%;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
}

.form-item label span {
  color: rgba(248, 52, 52, 1);
  padding-right: 5px;
}

.form-item input {
  width: 80%;
  outline: none;
  border-radius: 5px;
  background: #F6F6F6;
  padding: 15px;
  border: none;
}

.form-item input::placeholder {
  font-size: 14px;
  color: #A8ABB2;
  line-height: 16px;
}

.form-tel input {
  width: 60%;
  margin-left: -10px;
  border-radius: 0 5px 5px 0;
}

.form-tel select {
  width: 20%;
  outline: none;
  border-radius: 5px 0 0 5px;
  background: #F6F6F6;
  padding: 14px;
  border: none;
}

.form-checkbox {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-top: 10px;
}

.form-checkbox input {
  margin: 0;
  width: 16px;
  height: 16px;
}

.form-checkbox label {
  margin: 0;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
}

.payForm-btn {
  width: 90%;
  margin: 30px auto;
}

.payForm-btn .more .button__bg {
  border-radius: 30px;
}

.payForm-btn .more span {
  padding: 1.5rem 3rem;
  font-size: 15px;
  border-radius: 20px;
}

.payForm-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
  /* 初始状态下按钮不可点击 */
  pointer-events: none;
  /* 禁用鼠标事件 */
}

.payForm-btn.enabled {
  opacity: 1;
  /* 启用状态下按钮可点击 */
  pointer-events: auto;
  /* 启用鼠标事件 */
}

/* 立即購買彈窗第二步-end */

/* 立即購買彈窗第三步-start */
.pay-left-third .title-item.success {
  color: rgba(93, 186, 62, 1);
  font-weight: bold;
}

.pay-left-third .title-item.success .num {
  background: url(../pics/pay-success.png) no-repeat center;
  background-size: cover;
}

.pay-left-third .title-item.ing .num {
  background: url(../pics/pay-next.png) no-repeat center;
  background-size: cover;
}

.pay-way {
  margin-top: 40px;
}

.pay-way h3 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 23px;
  position: relative;
}

.pay-way h3::before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #4B83F4;
  position: absolute;
  top: -23%;
  left: -11%;
}

.pay-way .pay-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 18px;
  margin: 20px 0;
}

.pay-list .pay-item {
  width: 17%;
  cursor: pointer;
}

.pay-list .pay-item:hover,
.pay-list .pay-item.active {
  border: 2px solid #4B83F4;
  border-radius: 15px;
}

.payWay-btn {
  width: 90%;
  margin: 50px auto;
}

.payWay-btn .more .button__bg {
  border-radius: 30px;
}

.payWay-btn .more span {
  padding: 1.5rem 3rem;
  font-size: 15px;
  border-radius: 20px;
}

.payWay-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
  /* 初始状态下按钮不可点击 */
  pointer-events: none;
  /* 禁用鼠标事件 */
}

.payWay-btn.enabled {
  opacity: 1;
  /* 启用状态下按钮可点击 */
  pointer-events: auto;
  /* 启用鼠标事件 */
}

/* 立即購買彈窗第三步-end */

/* 支付成功彈窗-start */
.success-dialog {
  width: 30%;
  margin-top: 10%;
}

.success-dialog .modal-header {
  padding: 15px 20px 15px 30px;
  background: #C8FFDE;
  border-radius: 15px 15px 0 0;
}

.success-dialog .modal-header h3 {
  font-weight: bold;
  font-size: 18px;
  color: #05C954;
  line-height: 21px;
}

.success-dialog .modal-header .close {
  margin-top: -26px;
}

.success-dialog .modal-header .close img {
  width: 26px;
}

.success-dialog .modal-body {
  display: flex;
  align-items: center;
  padding: 30px;
  height: 35vh;
}

.bb-left {
  width: 50%;
}

.bb-right {
  width: 50%;
  padding-left: 30px;
  display: flex;
  row-gap: 10px;
  flex-direction: column;
  justify-content: center;
}

.bb-right h5 {
  font-size: 18px;
  color: #333333;
  line-height: 21px;
}

.bb-right a {
  font-size: 14px;
  color: #4B83F4;
  line-height: 16px;
}

/* 支付成功彈窗-end */

/* 支付失敗彈窗-start */
.fail-dialog {
  width: 30%;
  margin-top: 10%;
}

.fail-dialog .modal-header {
  padding: 15px 20px 15px 30px;
  background: rgba(255, 78, 78, 1);
  border-radius: 15px 15px 0 0;
}

.fail-dialog .modal-header h3 {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 21px;
}

.fail-dialog .modal-header .close {
  margin-top: -26px;
}

.fail-dialog .modal-header .close img {
  width: 26px;
}

.fail-dialog .modal-body {
  display: flex;
  align-items: center;
  padding: 30px;
  height: 35vh;
}

/* 支付失敗彈窗-end */



@media screen and (max-width:1669px) {

  .m-table th,
  .m-table td {
    padding: 5px;
    text-align: center;
  }
}







/* 服務範圍與流程-start */
#scope {
  padding: 80px 0;
  position: relative;
}

.scope-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.scope-container>h3 {
  font-weight: bold;
  font-size: 46px;
  color: #4B83F4;
  line-height: 54px;
  text-align: center;
}

.scope-container>p {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  text-align: center;
  margin-bottom: 30px;
}

.scope-swiper .swiper-wrapper {
  padding: 50px 0;
  background: url(../pics/process-back.png) no-repeat center;
  position: relative;
  z-index: 1;
}

.scope-swiper .swiper-slide {
  z-index: 2;
  position: relative;
}

.s-box {
  box-shadow: 0px 6px 10px 0px rgba(149, 157, 165, 0.2);
  border-radius: 15px;
}

.s-img {
  overflow: hidden;
}

.s-img img {
  width: 282px;
  transition: transform 0.3s ease;
}

.s-img img:hover {
  transform: scale(1.1);
}

.s-con {
  padding: 15px;
}

.s-con h5 {
  font-weight: bold;
  font-size: 22px;
  color: #05073C;
  line-height: 40px;
  text-align: center;
  margin: 0;
}

.scope-swiper .swiper-pagination-bullet {
  border-radius: 0;
  width: 50px;
  height: 3px;
}

.s-bright {
  background: radial-gradient(circle at 45%, #4B83F4 0%, rgba(255, 255, 255, 0) 68%);
  border-radius: 50%;
  opacity: 0.6;
  filter: blur(20px);
  width: 260px;
  height: 260px;
  position: absolute;
  top: 5%;
  right: -7%;
}

.s-bleft {
  background: radial-gradient(circle at 45%, #7DD1FF 0%, rgba(255, 255, 255, 0) 63%);
  border-radius: 50%;
  opacity: 0.6;
  filter: blur(20px);
  width: 260px;
  height: 260px;
  position: absolute;
  bottom: 7%;
  left: -5%;
}

/* 服務範圍與流程-end */


/* 服務流程-start */
#process {
  padding: 60px 0;
}

.pro-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.pro-container>h3 {
  font-weight: bold;
  font-size: 46px;
  color: #4B83F4;
  line-height: 54px;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.pro-container>h3::after {
  width: 6%;
  content: '';
  height: 2px;
  position: absolute;
  bottom: -26%;
  left: 47%;
  background-color: #4B83F4;
}

.p-box {
  width: 70%;
  display: flex;
  padding: 30px;
  box-shadow: 10px 20px 20px 0px rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.p-left {
  width: 30%;
}

.p-right {
  width: 70%;
  padding: 0 0 0 30px;
}

.p-right h5 {
  font-weight: bold;
  font-size: 32px;
  color: #4B83F4;
  line-height: 38px;
  position: relative;
  padding-bottom: 10px;
}

.p-right h5::after {
  content: '';
  width: 15%;
  background-color: #4B83F4;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.p-right p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  line-height: 30px;
}

.pro-container .flex-left {
  display: flex;
  justify-content: flex-start;
}

.pro-container .flex-right {
  display: flex;
  justify-content: flex-end;
}

.p-box-left .pro-num {
  position: absolute;
  top: -26%;
  left: -6%;
  font-weight: bold;
  font-size: 100px;
  color: #E4EDFE;
  line-height: 100px;
}

.p-box-right .pro-num {
  position: absolute;
  top: -26%;
  right: -6%;
  font-weight: bold;
  font-size: 100px;
  color: #E4EDFE;
  line-height: 100px;
}

.floor-boxs {
  margin-top: 10px;
}

#payModal .add-num {
  margin-bottom: 13px;
}

.close-time-box {
  display: none;
}





/* 服務流程-end */
@media screen and (min-width:850px) {
  .pay-modal .modal-dialog {
    width: 56%;
    min-width: 795px;
  }
}



@media screen and (max-width:768px) {

  .appoint-container .z-title {
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 40px;
  }

  #appoint .appoint-box .a-right{
    padding-bottom: 12px; display: flex; flex-direction: column;
  }

  #appoint .appoint-box .a-right .price{
    font-size: 20px;
  }

  #appoint .appoint-box .a-right h3{
    font-size: 16px; padding-right: 50px;
  }



  .p-box {
    margin: 10px auto;
    width: 90%;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px;
  }

  .p-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .p-left img {
    width: 100%;
  }

  .p-right {
    width: 100%;
    padding: 0;
  }

  .p-right h5 {
    font-size: 30px;
    line-height: 30px;
  }

  .p-right p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
  }

  .p-box-left .pro-num {
    top: 0%;
    display: none;
  }

  .p-box-right .pro-num {
    top: 0%;
    display: none;
  }

  .pro-container>h3 {
    margin-bottom: 30px;
  }

  #process {
    padding: 20px 0;
  }

  .modal-dialog {
    width: 100vw !important;
  }

  #successModal .modal-dialog .modal-content,#failModal .modal-dialog .modal-content{
    width: 87vw !important; margin:0 auto;
  }

  .pay-left {
    width: 100%;
    padding: 10px 7px;
  }

  .pay-right {
    width: 100%;
  }

  .modal-body {
    flex-direction: column !important;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 10px !important;
    overflow-y: auto;
    overflow-x: hidden !important;
  }

  #payModal .modal-body {
    min-height: 62vh;
    overflow: auto;
  }

  #payModal .modal-content{
    border-bottom-left-radius: 0; border-bottom-right-radius: 0;
  }

  #noneed,#need{
    position: relative; top: 4px;
  }

  .layui-laydate-content table{
    width: 85vw !important;
  }

  .layui-laydate-main{
    width: 95vw !important;
  }

  .pay-dialog .modal-content {
    background: white !important;
  }

  .layui-date-box .layui-laydate-content td {
    width: 22px;
    height: 22px;
  }

  .pay-left .next-btn{
    padding-bottom: 16px;
  }


  .cal-left {
    width: 100%;
  }

  .pay-left>h5 {
    text-align: left;
  }

  .layui-date-box {
    display: flex;
    justify-content: center;
  }

  .cal-right {
    width: 42vw;
    padding-left: 12px;
    position: absolute;
    right: -42vw;
    transition: all 0.6s;
    top: 0;
    background-color: white;
    padding-top: 5px;
    z-index: 99999;
  }

  .cal-right.opened {
    right: 0;
    border-left: solid 1px #4B83F4;
  }

  .cal-right::before {
    display: none;
  }

  .cal-right .dated {
    text-align: center;
  }


  .add-num {
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .pay-left .check {
    align-items: center;
    margin-bottom: 8px;
    justify-content: space-between;
  }

  .check>p {
    width: 40vw;
    font-size: 14px;
  }

  .floor-boxs {
    margin-top: 15px;
  }

  .check,
  .add-num {
    padding-bottom: 6px;
    border-bottom: solid 1px #f0f0f0;
    width: 100%;
  }

  .check label {
    font-size: 12px;
  }

  .check-list {
    justify-content: flex-end;
    flex: 1;
    padding: 0px 6px;
    padding-right: 10px;
  }

  .add-num>p {
    width: 45vw;
    font-size: 14px;
  }

  .pay-right {
    display: none;
  }



  .counter-container {
    justify-content: flex-end;
    width: 98%;
    padding-bottom: 5px;
  }

  .cal-box {
    height: auto;
  }

  .pay-left .title {
    display: none;
  }

  .base-header.modal-header .modal-title {
    /* padding-left: 15px; */
    font-size: 18px !important;
  }

  .left-bottom {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
  }

  .pay-left .tips {
    column-gap: 16px;
    margin: 12px 0 10px 0;
  }

  .tips-item p {
    font-size: 12px;
    line-height: 16px;
  }

  .close-time-box {
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    background-color: #f2f2f2;
    text-align: left;
    display: inline-block;
    position: relative;
    right: 12px;
    padding: 0px 8px;
    bottom: 5px;
    margin-bottom: 10px;
  }

  .pay-form h3::before {
    display: none;
  }

  .backToPrev,
  .backToPrev2 {
    position: absolute;
    top: 8px;
  }

  .form-item label {
    width: 22%;
    font-size: 14px;
  }

  .form-tel select {
    width: 28%;
  }

  .form-tel input {
    width: 50%;
    margin-left: -10px;
    border-radius: 0 5px 5px 0;
  }

  .pay-way h3 {
    background: none;
  }

  #scope {
    padding: 30px 0;
  }

  .s-bright,
  .s-bleft {
    display: none;
  }

  .scope-container>h3 {
    font-size: 38px;
    line-height: 50px;
  }

  .scope-container>p {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .scope-swiper {
    padding: 0 10px;
  }

  .s-con h5 {
    font-size: 17px;
    line-height: 30px;
  }

  .pro-container>h3 {
    font-size: 38px;
    line-height: 50px;
  }

  .bannercontainer {
    margin-top: 0;
  }

  .bannercontainer .content h3 {
    font-size: 50px;
    line-height: 50px;
  }
  #appoint{
    padding: 30px 0;
  }

  /* 預約加購box-start */
  .appoint-box {
    flex-direction: column;
    padding: 10px;
    margin: 30px 10px;
    row-gap: 20px;
  }
  .z-title{
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .appoint-box .a-left {
    width: 100%;
  }

  .appoint-box .a-right {
    width: 100%;
  }

  .cart-btn .more span,
  .pay-btn .more span {
    font-size: 15px;
    line-height: 17px;
    padding: 1rem 2em;
  }

  .box-bt {
    column-gap: 15px;
  }

  .box-bt .num {
    justify-content: flex-start !important;
  }
  
  .appoint-container .box-bt .num .counter-button{
    padding: 9px 15px;
  }
  .appoint-container .box-bt .num .counter-value{
    padding: 9px;
    font-size: 14px;
  }

  .appoint-box .a-right {
    padding: 0;
  }

  .a-right h3 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .a-right .txt {
    font-size: 16px;
    line-height: 27px;
  }

  .a-right .sec-txt {
    display: none;
  }

  .a-right .blue-txt {
    display: none;
  }

  .a-right .price {
    right: 0%;
    top: -2%;
    font-size: 26px;
    line-height: 32px;
  }

  .cart-btn .more .button__bg,
  .pay-btn .more .button__bg {
    border-radius: 20px;
  }

  /* 預約加購box-end */

  .pay-box{
    width: 100%;
  }
  .pay-container .a-box{
    padding: 20px;
    margin: 10px;
    flex-direction: column;
  }
  .pay-container .a-box .a-btn{
    width: 100%;
  }
  .pay-container .a-box .a-btn .num{
    width: 45%;
    padding-bottom: 0;
  }
  .pay-container .a-box .box-bt{
    align-items: center;
  }
  .pay-container .a-box .box-bt .counter-value{
    width: 50px;
    padding: 9px;
    font-size: 14px;
  }
  .pay-container .a-box .box-bt .counter-button{
    padding: 9px 15px;
  }
  .pay-container .a-box .box-bt .num{
    display: flex;
    justify-content: flex-start;
  }
  .pay-container .a-box .f-end{
    flex-direction: row;
    column-gap: 20px;
  }
  .p-tit{
    font-size: 20px;
    line-height: 23px;
  }
  .p-txt,.p-stxt{
    font-size: 16px;
    line-height: 23px;
    margin: 12px 0;
  }

  .cart-dialog .modal-body {
    padding: 0 10px 20px 10px;
  }
  .base-header.modal-header{
    padding: 20px;
  }

  .fail-dialog,.success-dialog{
    margin-top: 35%;
  }
  .fail-dialog .modal-body,.success-dialog .modal-body{
    flex-direction: row !important;
    height: 26vh;
  }
  .fail-dialog .modal-body .bb-left,.success-dialog .modal-body .bb-left{
    width: 40%;
  }

  .mobile-footlink,.copytxt{
    margin-top: 10px;
  }

  /* 服務收費 */
  .appoint-container .modal-box{
    flex-direction: column;
    padding: 10px;
    margin: 20px 10px;
  }
  .appoint-container .modal-box .m-left{
    width: 100%;
  }
  .appoint-container .modal-box .m-right{
    width: 100%;
    padding: 0;
  }
  .appoint-container .modal-box .m-right h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .appoint-container .modal-box .m-txt{
    font-size: 13px;
    line-height: 30px;
  }
  #pay{
    padding: 0 0 30px 0;
  }

  .form-tel select {
    padding: 11px;
  }

  .bb-right {
    padding-left: 22px;
  }

  .m-table th,
  .m-table td {
    font-size: 12px;
  }
  

}