   /* 按鈕格式化，清除基本樣式 */
        .btn-border-white {
            border-color: #fff;
        }

        .btn-format {
            background: none;
            border: none;
            padding: 0;
            margin: 0;
            line-height: initial;
            width: auto;
            font-weight: normal;
            height: auto;
            border-radius: 0;
            overflow: initial;
        }

        .btn-format::after {
            border: none;
        }
		
 /* 立即預約按鈕 */
        .appointment-btn {
            background-color: #1b407a;
            margin-top: 30px;
			max-width:none;
        }

       
        .appointment-btn:link,
        .appointment-btn:visited {
            text-transform: uppercase;
            text-decoration: none;
            padding: 10px 9px;
            display: inline-block;
            border-radius: 100%;
            transition: all .2s;
            position: absolute;
            box-shadow: 0 0 10px 0 #1b407a inset, 0 0 10px 4px #1b407a;
            width: 65px;
            right: -50px;
        }

        .appointment-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .appointment-btn:active {
            transform: translateY(-1px);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        }

        .appointment-btn::after {
            content: "";
            display: inline-block;
            height: 100%;
            width: 100%;
            border-radius: 100px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            transition: all .4s;
            background-color:#1b407a;
        }

        .appointment-btn:hover::after {
            transform: scaleX(1.4) scaleY(1.6);
            opacity: 0;
        }

        #ljyy-top-btn {
            position: fixed;
        }

        .appointment_button {
            display: none;
        }


 /* 浮動側邊商務通 */
 
 .online .mt-1 {
            margin-top: 6px !important;
        }
		.appointment-btn {
            background-color: #1b407a;
            margin-top: 30px;
			
			}

        .face-button {
            width: 110px;
            height: 45px;
            display: inline-block;
            border: 3px solid #1b407a;
            font-size: 20px;
            font-weight: 500;
            text-align: center;
            text-decoration: none;
            color: #1b407a;
            overflow: hidden;
			margin-bottom:10px;
			background: white;
        }

        .face-button .icon {
            margin-right: 8px;
            font-size: 18px; 
        }

        .face-button .face-primary,
        .face-button .face-secondary { 
            transition: margin 0.4s;
			 height: 45px;
            
        }

        .face-button .face-primary {
            background-color: #1b407a;
            color: #fff;
            font-size: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
			border: 1px solid white;
            width: 100%;
            height: 100%;
        }

        .face-button .face-secondary {
            background-color: white;
            color: #1b407a;
			    padding: 12px 0;

        }

        .face-button:hover .face-primary {
            margin-top: -45px;
        }
 
 
        .online {
            bottom: 150px;
        }

        .online-b {
            bottom: 25%;
        }
		
		
		 /* 健康資訊詳情頁底部的WhatsApp按鈕 */
		 
		  .healthnews_bottom_whatsapp {
            display: block;
            position: relative;
            margin: 0 auto;
            width: 10vw;
            height: 3.5vw;
            text-align: center;
            color: #fff;
            overflow: hidden;
            border-radius: 2vw;
            background: #ffa785;
            padding: 0.2vw 0;
            font-size: 1vw;
            border: 0;
            box-shadow: 0 0 0.8vw 0 #ffa785 inset, 0 0 0.8vw 0.3vw #ffa785!important;
            transition: all 1.5s;
			margin-top: 3vw;
        }
		
		.healthnews_bottom_whatsapp i{
			    margin-left: 0.2vw;
                font-size: 1.2vw;
		}

        .healthnews_bottom_whatsapp:hover {
            filter: contrast(1.2);
            box-shadow: none!important;
            background: #ffa785;
        }

        .healthnews_bottom_whatsapp::after {
            content: " ";
            position: absolute;
            background: #ffa785;
            top: 0.2vw;
            bottom: 0.2vw;
            right: 0.2vw;
            left: 0.2vw;
            cursor: pointer;
            border-radius: 2vw;
            z-index: -1;
        }

        .healthnews_bottom_whatsapp::before {
            content: "";
            position: absolute;
            top: 0px;
            bottom: 0px;
            right: -20px;
            left: 0px;
            transform: rotateZ(-90deg) translate(-100%, -100%);
            transform-origin: top left;
            transition: transform 2s;
            background: #f48260;
            z-index: -1;
        }

        .healthnews_bottom_whatsapp:hover::before {
            transform: rotateZ(0deg) translate(0%, 0%);
        }
		
		@media screen and (min-width: 100px) and (max-width: 768px){
			.healthnews_bottom_whatsapp{
				    font-size: 4vw;
                    width: 40vw;
                    height: 12vw;
                    border-radius: 20vw;
                    box-shadow: 0 0 1.5vw 0 #ffa785 inset, 0 0 1.5vw 1vw #ffa785!important;
                    margin: 7vw auto;
			}
			
			.healthnews_bottom_whatsapp i{
				    margin-left: 1vw;
                    font-size: 4vw;
			}
			.healthnews_bottom_whatsapp::after{
				border-radius: 20vw;
			}
		}