/*打鼾*/
.sleep-snore-img3{
	background-image: url('../img/sleep-snore-3.jpg');
}
.solution-imgitem {
    min-height: 25rem;
    margin-bottom: 2.5rem;
}
.sleep-full-btm {
    min-height: 25rem;
    margin-bottom: 100px;
}

/* 失眠 */
.sleep-insom-img1{
	background: url('../img/sleep-insom-img1.jpg') no-repeat center top;
	min-height: 20rem;
}
.sleep-insom-img3{
	background: url('../img/sleep-insom-img3.jpg') no-repeat center top;
	min-height: 20rem;
}

/* 睡眠呼吸暂停 */
.sleep-sas-img1{
	background: url('../img/sleep-sas-img1.jpg') no-repeat center center;
	min-height: 20rem;
}
.sleep-sas-img3{
	background: url('../img/sleep-sas-img3.jpg') no-repeat center top;
}


/* 睡眠健康 */
.table-radius-box{
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
}
.sleep-table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	text-align: center;
}
.sleep-table th,.sleep-table td {
	background-color: #135ba9;
	border: 1px solid white;
	color:white;
	/* 2025年2月14日 睡眠管理-健康 调整字号
	font-size: 1.5rem;
	padding-top: 2rem;
	padding-bottom:2rem; */
	font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
		
.solufull-ullist{
	color: #666666;
	list-style: auto;
	font-size: 1rem;
}
.solufull-ulitem{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}


/* 媒体查询 */
@media screen and (max-width: 768px) {

	.table-radius-box {
	    border-radius: 1rem;
	}
	
	.sleep-table th, .sleep-table td {
		font-size: 0.8rem;
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
	
	.solufull-ullist {
	    font-size: 0.8rem;
		padding-left: 5%;
	}
	.solufull-ulitem {
	    padding-top: 0.5rem;
	    padding-bottom: 0.5rem;
	}

	/* 失眠 */
	.sleep-insom-img1{
    	background: url('../img/sleep-insom-img1.jpg') no-repeat center center;
    	min-height: 20rem;
    }

    .sleep-snore-reason-1{
    	background-image: url('../img/sleep-snore-reason1.jpg');
    	min-height: 12rem;
    }
    .sleep-snore-reason-2{
    	background-image: url('../img/sleep-snore-reason2.jpg');
    	min-height: 12rem;
    }
    .sleep-snore-reason-3{
    	background-image: url('../img/sleep-snore-reason3.jpg');
    	min-height: 12rem;
    }
    .sleep-snore-reason-4{
    	background-image: url('../img/sleep-snore-reason4.jpg');
    	min-height: 12rem;
    }
    .sleep-snore-reason-5{
    	background-image: url('../img/sleep-snore-reason5.jpg');
    	min-height: 12rem;
    }
    .sleep-snore-reason-6{
    	background-image: url('../img/sleep-snore-reason6.jpg');
    	min-height: 12rem;
    }
	
}