﻿@charset "utf-8";
input::-webkit-input-placeholder {color:#ccc; /* WebKit browsers 修改placeholder颜色 */}
/*字体库*/
@font-face {font-family: 'font1';
      src: url(/fonts/iconfont.eot); /* IE9*/
      src: url('/fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('/fonts/iconfont.woff') format('woff'), /* chrome、firefox */
      url('/fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
      url('/fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.ico{font-family:"font1" !important; font-size:46px;font-style:normal; font-weight:100; color:#fff; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.1px; -moz-osx-font-smoothing: grayscale; }
a{-moz-transition: 0.3s all 0.1s linear; -ms-transition: 0.3s all 0.1s linear; -o-transition: 0.3s all 0.1s linear; -webkit-transition: 0.3s all 0.1s linear; transition: 0.3s all 0.1s linear;}
/*所有通用部分*/
.sprite{ background:url("/Content/aidi/images/sprite.png") no-repeat;}
.overLay {position:fixed; top:0; left:0; z-index:99999; width:100%; height:100%; background:#FFF; }
.channelWrap{background: #efefef;}
.meetingFluid .meetingGlobal{padding:0; margin:0;}
ul{margin: 0; padding: 0;}
ul li{list-style: none;}
a:hover{text-decoration: none;}
body{padding: 0;margin: 0;}
.fontAwesome{
	line-height:60px; 
	margin-left:8px;
	display:block; 
	text-align:center; 
font-size: 30px;
	color: #2197d7;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-stroke-width: 0.1px; 
	-moz-osx-font-smoothing: grayscale;
	border-bottom:#cecece solid 1px; 
	-webkit-transition: all 0.4s linear; 
	-moz-transition: all 0.4s linear; 
	-o-transition: all 0.4s linear; 
	-ms-transition: all 0.4s linear; 
	transition: all 0.4s linear;
	}

