@charset "utf-8";	
/*头部*/
@media only screen and (min-width: 1200px){
     html{font-size: 75px!important; margin: 0 auto;}
}


body{position: relative;}

.mainbg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 10.0rem;
	background: url(../images/inbg.png) no-repeat;
	background-size: 100% 100%
}

.headerBox{
	padding: 0.933rem 0.6rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width: 1.413rem;
	display: block;
}
.logo img{
	width: 100%;
	display: block;
}
.sublogo{
	width: 2.4rem
}
.sublogo img{
	width: 100%;
	display: block;
}
.peo_num{
    display: flex;
    align-items: center;
    margin: 20px auto;
    padding: 0.2rem;
}
.peo_num input{
        border: 1px solid #e8e8e8;
    padding: 0.2rem;
}
.titleBox{
	margin-top: 1.2rem;
	text-align: center;
}
.titImg{
	width: 4.4rem
}
.title h3{
	font-size: 0.64rem;
	color: #fff;
	line-height: 0.64rem;
	letter-spacing: 0.4rem
}
.title p{
	color: #caad8f;
	font-size: 0.267rem;
	margin-top: 0.267rem
}
.customerBox{
	padding: 2.0rem 1.467rem
}
.customTit{
	font-size: 0.4rem;
	color: #fff;
	letter-spacing: 0.267rem;
	text-align: center;
}
.customInput{
	width: 100%;
	margin: 0.667rem 0 0
}
.customInput input{
	width: 100%;
	height: 0.8rem;
	background: #fff;
	box-sizing: border-box;
	padding: 0 0.267rem
}
.subtit{
	color: #fff;
	text-align: center;
	font-size: 0.267rem;
	margin-top: 0.4rem

}
.cusbtn{
	border: none;
	width: 2.4rem;
	border-radius:0.133rem;
	overflow: hidden;
	display: block;
	margin: 1.067rem auto 0
}
.cusbtn img{
	display: block;
	width: 100%
}

.deliveryBg{
	background: url(../images/deliveryBg.png) no-repeat;
	background-size: 100% 100%
}

.deliveryTit{
	position: absolute;
	bottom: 0.8rem;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);

}

.deliveryBox{
	padding: 3.333rem 1.067rem 0
}
.deliveTitle{
	color: #caad8f;
	font-size: 0.48rem;
	text-align: center;
	margin-bottom: 0.8rem
}
.deliveCont{
	text-indent: 2em;
	font-size: 0.347rem;
	color: #fff;
	line-height: 0.8rem
}

/*预约*/
.appointment-container {
            background-color: white;
            border-radius: 0.16rem;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            width: 8.0rem;
            margin: 2.0rem auto 0;
            padding: 0.533rem 0 0.8rem;
        }
        
        .titleappon {
            font-size: 0.333rem;
            font-weight: 600;
            color: #333;
            padding: 0 0.267rem;
            margin-bottom: 0.6rem;
        }
        
        .month-selector {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0.267rem;
            background: #f0f0f0
        }
        
        .month-nav {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: #666;
            font-weight: bold;
            user-select: none;
        }
        
        .month-nav:hover {
            background-color: #f0f2f5;
        }
        
        .current-month {
            font-size: 0.4rem;
            font-weight: 600;
            color: #333;
        }
        
        .weekdays {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            text-align: center;
            margin-bottom: 0.32rem;
            padding: 0 0.267rem
        }
        
        .weekday {
            font-size: 0.32rem;
            color: #666;
            font-weight: 500;
        }
        
        .days{
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 8px;
            margin-bottom: 0.533rem;
            padding: 0 0.267rem
        }
        
        .day {
               height: 1rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
    flex-wrap: wrap;

        }
        
        .day.other-month {
            color: #ccc;
        }
        
        .day.current-day {
            background-color: #cef2e6;
            color: #2fac82;
            font-weight: 600;
        }
        
        .day.selected {
            background-color: #2fac82;
            color: white;
            font-weight: 600;
        }
        
        .day:hover:not(.disabled):not(.selected) {
            background-color: #f0f2f5;
        }
        
        .day.disabled {
            color: #ccc;
            cursor: not-allowed;
        }
        
        .time-selection {
            display: flex;
            justify-content: flex-start;
            margin-bottom: 0.533rem;
        }
        
        .time-btn {
            /*flex: 1;*/
            padding: 0.16rem;
            border: 1px solid #e8e8e8;
            border-radius: 0.107rem;
            background: none;
            margin: 0 0.2rem;
            cursor: pointer;
            transition: all 0.2s;
            font-size: 0.32rem;
            line-height:0.48rem;
            width: 31%
        }
        
        .time-btn:hover {
            border-color: #2fac82;
            color: #2fac82;
        }
        
        .time-btn.selected {
              border-color: #2fac82;
           /* background-color: #cef2e6;*/
           background: url(../images/dh.png) no-repeat right bottom;
           background-size: 0.493rem 0.413rem;
            color: #2fac82;
            font-weight: 600;
        }
        
        .submit-btn {
            width: 80%;
            padding: 12px;
            background-color: #140a21;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            margin: 0 auto;
            display: block;
            cursor: pointer;
            transition: background-color 0.2s;
        }
        
        .submit-btn:hover {
            background-color: #140a21;
        }
        
        .submit-btn:disabled {
            background-color: #ccc;
            cursor: not-allowed;
        }


.success-message {
            text-align: center;
            padding: 20px;
            color: #4caf50;
            font-weight: 500;
            display: none;
        }