html {

   -webkit-text-size-adjust: none;

}

.video embed,

.video object,

.video iframe {

   width: 100%;

   height: auto;

}

img{

	max-width:100%;

	height: auto;

   	width: auto\9; /* ie8 */

}



@media only screen and (min-width: 768px) and (max-width: 959px) {

	.wrap-header, .wrap-footer, .wrap-nav, #content, .featured{width:768px;}

	#sidebar{width:184px;}

	#main-content{width:504px;}

	.featured .col-1-3{width:29%;}

}



@media only screen and (max-width: 767px) {

	.wrap-header, .wrap-footer, .wrap-nav, #content, #main-content, #sidebar, .featured{width:100%; margin:0px; padding:0px;}

	.wrap-header {margin-top: 0px;height:150px;}

	.wrap-header #logo{top:40px;}

	.wrap-header #search {top: 5px;left: 5px;}

	.featured{display:none;}

}



@media only screen and (min-width: 480px) and (max-width: 767px) {

}



@media only screen and (max-width: 479px) {

	.wrap-header{height: 170px;}

	.wrap-header #logo{top: 60px; left:10px;}

	#main-content img{width:80%; height: 80%;}

	#main-content p{display:inline-block;}

}
.res
        {
            color: Red;
        }
		.result{
			background: yellow;
		}
		.sr{	
 			display: inline-block;
 			margin: 0px 0px;
 			padding: 4px;
			border: 1px #151515 solid;
			width: 250px; 
			height:39px;
			background-color:#ccc;
			color:#000;
			font-size:18px;
			font-family: "宋体";
		}
		.ss{
			height:48px;
			color:#fff;
			margin: 6px 0px;
 			padding: 5px;
			border: 1px #151515 solid;
			background-color:#aa6;
			font-size:large;
			font-family: "楷体";
		}
.div{
	background-color:#484848;
	}