
/* Default wide-screen styles */
/*@media all and (max-width: 1242px) {
	html,html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 38.8px;
	}
}*/
@media all and (min-width: 1024px) {
    /* styles for narrow desktop browsers and iPad landscape */
	html,html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 32px;
	}
}
@media all and (max-width: 1024px) {
    /* styles for narrow desktop browsers and iPad landscape */
	html,html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 32px;
	}
}
@media all and (max-width: 960px) {
    /* styles for narrow desktop browsers and iPad landscape */
	html,html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 30px;
	}
}
@media all and (max-width: 864px) {
    /* styles for narrow desktop browsers and iPad landscape */
	html,html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 27px;
	}
}
@media all and (max-width: 800px) {
    /* styles for narrow desktop browsers and iPad landscape */
	html,html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 25px;
	}
}
@media all and (max-width: 768px) {
    /* styles for narrower desktop browsers and iPad portrait */
	html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 24px;
	}
}
@media all and (max-width: 750px) {
    /* styles for narrower desktop browsers and iPad portrait */
	html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 23.4px;
	}
}
@media all and (max-width: 720px) {
    /* styles for narrower desktop browsers and iPad portrait */
	html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 22.5px;
	}
}
 @media only all and (max-width: 640px) {
    /* styles for iPhone/Android landscape (and really narrow browser windows) */
	html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 20px;
	}
}
 @media only all and (max-width: 600px) {
    /* styles for iPhone/Android landscape (and really narrow browser windows) */
	html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 18.75px;
	}
}
@media all and (max-width: 480px) {
    /* styles for iPhone/Android portrait */
	html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 15px;
	}
}
@media all and (max-width: 416px) {
    /* styles for iPhone/Android portrait */
	html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 13px;
	}
}
@media all and (max-width: 384px) {
    /* styles for iPhone/Android portrait */
	html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 12px;
	}
}
@media all and (max-width: 360px) {
    /* styles for iPhone/Android portrait */
	html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 10px;
	}
}
@media all and (max-width: 320px) {
    /* styles for iPhone/Android portrait */
	html,body, input, textarea {
	 font-family: "微软雅黑";
	 font-size: 10px;
	}
	.txt-input-big {width: 14rem;}
	.txt-input-small{ width: 4rem}
	.txt-input-small-m{ width: 8rem}
	.txt-input-middle{ width: 7rem}
	.txt-input-middle-m {	width: 11rem;	}

}
