@media screen and (max-width: 630px) {
	.biztxt {
		font-size: 15px;
	}
	.biznormaltxt {
		font-size: 12px;
	}
	.bizsmalltxt {
		font-size: 10px;
        }	
	.bizlittletxt{
		font-size: 9px;
	}

	.biztinytxt {
		font-size: 8px;
	}
        .bizindent {
            text-indent:2em;
        }
	.tableborder			{ background: #DEDEDE; border: 1px solid #A4B6D7 }
}

@media screen and (max-width: 740px) {
	.biztxt {
		font-size: 20px;
	} 
	.biznormaltxt {
		font-size: 17px;
	}
	.bizsmalltxt {
		font-size: 15px;
	}

	.bizlittletxt{
		font-size: 12px;
	}

	.biztinytxt {
		font-size: 10px;
	}
        .bizindent {
            text-indent:2em;
        }
	.tableborder			{ background: #DEDEDE; border: 1px solid #A4B6D7 }

}


@media screen and (max-width: 1230px) {
	.biztxt{
		font-size: 25px;
	} 
	.biztxt {
		font-size: 20px;
	}
	.bizsmalltxt{
		font-size: 15px;
	}

	.bizlittletxt{
		font-size: 12px;
	}

	.biztinytxt {
		font-size: 10px;
	}

        .bizindent {
            text-indent:2em;
        }
	.tableborder			{ background: #DEDEDE; border: 1px solid #A4B6D7 }
}

@media screen and (max-width: 1500px) {
	.biztxt{
		font-size: 48px;
	} 
	.biztxt {
		font-size: 25px;
	}
	.bizsmalltxt{
		font-size: 15px;
	}

	.bizlittletxt{
		font-size: 12px;
	}

	.biztinytxt {
		font-size: 10px;
        }	

        .bizindent {
            text-indent:2em;
        }
	.tableborder			{ background: #DEDEDE; border: 1px solid #A4B6D7 }
}

        .biztabselect {
            background-color: yellow;
            color: black; /* 可选，设置文本颜色 */
            padding: 5px; /* 可选，增加内边距 */
            text-decoration: none; /* 去掉默认的下划线 */
            display: inline-block; /* 使padding生效 */
        }

        .biztabselect:hover {
            background-color: orange; /* 鼠标悬停时的背景颜色 */
        }

        a {
                touch-action: manipulation;
        }
        body {
                touch-action: manipulation;
        
