			.InsideTop{background:#FFF; border-bottom:1px solid #eee; position:fixed; z-index:99999; max-width:1200px; width:100%;}
			.InsideTop input{transition:0s;-moz-transition:0s;-webkit-transition:0s;-o-transition:0s;box-shadow: 0px 0px 5px rgba(0,0,0,0.05);}
			.InsideTop > div:first-child{overflow:hidden; line-height:3.2vmax}
			.InsideTop > div:first-child img{width:9%; padding:3% 2%; float:left}
			.InsideTop > div:first-child div{width:82%; padding:3% 2%; float:left; font-size:2.8vmax; font-weight:bold}
			.InsideTop > div:nth-child(2){margin:2% 4%;}
			.InsideTop > div:nth-child(2) .InsideSearchText{width:75%; font-size:2.2vmax; height:5.5vmax; line-height:5.5vmax; padding:0% 10%;outline: none;border-radius:50px; border:1 solid #eee; border-color:#eee;background:url(../images/search.svg) no-repeat scroll 5.5% center transparent;background-size:6%;}
			.InsideTop > div:nth-child(2) .InsideSearchBut{width:20%; height:5.5vmax; line-height:5.5vmax; font-size:2.2vmax; padding:0% 4%;outline: none;border-radius:50px; background-color:#f56229; border:1 solid #f56229; border-color:#f56229;}
			
			
			.InformationArea{background:#FFF}
			.InformationArea > .T1{padding:5%; font-size:2.8vmax; font-weight:bold; line-height:4vmax; text-align:left}
			.InformationArea > .Content{min-height:50vmax; padding:5%; font-size:1.8vmax; text-align:left}
			.Content img{max-width:90%;object-fit:contain;}
			
			
			.LoadDataArea{line-height:3.5vmax; font-size:2.2vmax; padding:3%; background:#FFF; color:#666666;}
			.LoadDataArea img{
				width:10%; 
				opacity:0.5;
				animation: myfirst 1.5s infinite;
				-moz-animation: myfirst 1.5s infinite;	/* Firefox */
				-webkit-animation: myfirst 1.5s infinite;	/* Safari 和 Chrome */
				-o-animation: myfirst 1.5s infinite;

			}
			
			@keyframes myfirst
			{
				from {
					transform:rotate(0deg);
					-ms-transform:rotate(0deg); /* IE 9 */
					-moz-transform:rotate(0deg); /* Firefox */
					-webkit-transform:rotate(0deg); /* Safari and Chrome */
					-o-transform:rotate(0deg);
				}
				to {
					transform:rotate(-360deg);
					-ms-transform:rotate(-360deg); /* IE 9 */
					-moz-transform:rotate(-360deg); /* Firefox */
					-webkit-transform:rotate(-360deg); /* Safari and Chrome */
					-o-transform:rotate(-360deg);
				}
			}
			
			@-moz-keyframes myfirst /* Firefox */
			{
				from {
					transform:rotate(0deg);
					-ms-transform:rotate(0deg); /* IE 9 */
					-moz-transform:rotate(0deg); /* Firefox */
					-webkit-transform:rotate(0deg); /* Safari and Chrome */
					-o-transform:rotate(0deg);
				}
				to {
					transform:rotate(-360deg);
					-ms-transform:rotate(-360deg); /* IE 9 */
					-moz-transform:rotate(-360deg); /* Firefox */
					-webkit-transform:rotate(-360deg); /* Safari and Chrome */
					-o-transform:rotate(-360deg);
				}
			}
			
			@-webkit-keyframes myfirst /* Safari and Chrome */
			{
				from {
					transform:rotate(0deg);
					-ms-transform:rotate(0deg); /* IE 9 */
					-moz-transform:rotate(0deg); /* Firefox */
					-webkit-transform:rotate(0deg); /* Safari and Chrome */
					-o-transform:rotate(0deg);
				}
				to {
					transform:rotate(-360deg);
					-ms-transform:rotate(-360deg); /* IE 9 */
					-moz-transform:rotate(-360deg); /* Firefox */
					-webkit-transform:rotate(-360deg); /* Safari and Chrome */
					-o-transform:rotate(-360deg);
				}
			}
			
			@-o-keyframes myfirst /* Opera */
			{
				from {
					transform:rotate(0deg);
					-ms-transform:rotate(0deg); /* IE 9 */
					-moz-transform:rotate(0deg); /* Firefox */
					-webkit-transform:rotate(0deg); /* Safari and Chrome */
					-o-transform:rotate(0deg);
				}
				to {
					transform:rotate(-360deg);
					-ms-transform:rotate(-360deg); /* IE 9 */
					-moz-transform:rotate(-360deg); /* Firefox */
					-webkit-transform:rotate(-360deg); /* Safari and Chrome */
					-o-transform:rotate(-360deg);
				}
			}
			
			
			#key{ display:none}