<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Sæ‰‹æœºç«¯*/
 .box20250504175116_wai_kuang {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    /* background-color: #000000; */
}
.box20250504175116 {
    /* width: 100%; */
    display: flex;
    gap: 30px; 
    /*è¡Œåˆ—é—´è·*/
    flex-wrap: wrap;
    justify-content: center;
}
/*è®¾ç½®åˆ—æ•°æ®*/
 .box20250504175116_1 {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    /* width: calc((100% - 20px * (2 - 1)) / 2); */
    /* æ‰‹æœºç«¯2åˆ—,(æ€»å®½åº¦-é—´è·*(åˆ—æ•°-1))/åˆ—æ•° */
    min-width: 68px;/*å¾ˆé‡è¦*/
    font-size: 4rem;
    flex-direction: column;
    align-items: center;
}
 .box20250504175116_1 p{
	line-height: 8rem;
}
/*Eæ‰‹æœºç«¯*/


 @media (min-width: 1343px) {
    .box20250504175116 {
		width: 1343px;
		    flex-wrap: wrap;
		justify-content: space-between;
    }
    .box20250504175116_1 {
        font-size: 30px;
        width: calc((100% - 170px * (2 - 1)) /2);
        /*PCç«¯2åˆ—, (æ€»å®½åº¦-é—´è·*(åˆ—æ•°-1))/åˆ—æ•° */
        /* max-width: 570px; */
        justify-content:flex-start;
		align-items:flex-start;
    }
     .box20250504175116_1 p{
    	line-height: 70px;
    }
}</pre></body></html>