﻿/*-------------------------------网页全局------------------------------------------*/

@media screen  and (min-width: 641px) {
	
	.f_s0{ font-size:30px;}
	.f_s1{ font-size:26px;}
	.f_s2{ font-size:24px;}	
	.f_s3{ font-size:22px;}
	.f_s4{ font-size:20px;}
	.f_s5{ font-size:18px;}
	.f_s6{ font-size:14px;}
	
	.f_body{ font-size:18px;}

 .f_title{ font-size:36px;}

 }



@media screen  and (max-width: 640px) {
	
	.f_s0{ font-size:26px;}
	.f_s1{ font-size:24px;}
	.f_s2{ font-size:22px;}	
	.f_s3{ font-size:20px;}
	.f_s4{ font-size:18px;}
	.f_s5{ font-size:16px;}
	.f_s6{ font-size:14px;}
	
	.f_body{ font-size:18px;}
	
	 .f_title{ font-size:32px;}

 }



@media screen  and (max-width: 480px) {
	
	.f_s0{ font-size:24px;}
	.f_s1{ font-size:22px;}
	.f_s2{ font-size:20px;}	
	.f_s3{ font-size:18px;}
	.f_s4{ font-size:16px;}
	.f_s5{ font-size:15px;}
	.f_s6{ font-size:14px;}
	
	.f_body{ font-size:16px;}
	
	 .f_title{ font-size:24px;}
	
	
	
 }
 @media screen  and (max-width: 360px) {
	
	.f_s0{ font-size:22px;}
	.f_s1{ font-size:20px;}
	.f_s2{ font-size:18px;}	
	.f_s3,.f_s4{ font-size:16px;}
	.f_s5{ font-size:15px;}
	.f_s6{ font-size:13px;}	
	
	 .f_title{ font-size:20px;}


 }
 
 
@media screen  and (max-width: 330px) {
	
	.f_s0{ font-size:20px;}
	.f_s1{ font-size:18px;}
	.f_s2{ font-size:16px;}	
	.f_s3,.f_s4,.f_s5{ font-size:14px;}
	.f_s6{ font-size:13px;}	
	
 .f_title{ font-size:20px;}

	
 }