@charset "utf-8";
body{

}
.header{width:1200px !important; margin:0 auto; background:#fff !important}
.header .inner{width:1200px !important;}
.indexNew_wrapper{
  background:#f5f5f5;
  width:100%;
}
.top .inner{width:1200px !important}
.content-wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  /*-webkit-font-smoothing: antialiased;*/
}

.banner {
  height: 460px;
  background: url(../../v2/images/indexSearch_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../v2/images/indexSearch_bg.jpg',  sizingMethod='scale');
  width: 100%;
}

.banner .tt {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 4px rgba(0,0,0,44) ;
  padding: 85px 0 25px 0;
}

.banner .solve-info {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 15px 0 45px;
  height: 22px;
}

.banner .solve-info .number-boxs {
  margin:0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 22px;
  *position: relative;
  *top: -21px;
}

.banner .solve-info .number-box {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  border: 1px solid #fff;
  overflow: hidden;
  margin: 0 3px;
}

.banner .solve-info .number-box .numbers {
  width: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*position: relative;*/
}

.banner .solve-info .number-box .numbers em {
  width: 100%;
  height: 20px;
  display: block;
  line-height: 22px;
  margin-bottom: 1px;
}

.banner form {
  height: 54px;
  width: 663px;
  margin: 0 auto;
  border: 10px solid rgba(0,0,0,.3);
  border-radius: 8px;
}

.banner form input {
  float: left;
  height: 100%;
  border:none;
  outline: none;
  padding: 0;
  margin: 0;
}

.banner form .search-input {
  color: #666;
  width: 503px;
  width:491px\9;
  *height: 50px;
  font-size: 20px;
  padding-left: 12px;
}

@media \0screen\,screen\9 {
  .banner form .search-input {
    line-height: 50px;
  }
}

.banner form .search-btn {
  color: #fff;
  width: 160px;
  font-size: 16px;
  *height: 50px;
  background: #67D254;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-appearance: none;
  border-radius: 0;
}

.banner form .search-btn:hover {
  background: #3ED23B;
}

.banner .search-tabs {
  color: #999;
  width: 675px;
  margin:20px auto 0;
  font-size: 16px;
  white-space: nowrap;
}

.banner .search-tabs a {
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
}

.experts-recommend .content-tt,
.hot-thoughts .content-tt,
.index_about .content-tt,
.solveForyou .content-tt,
.article_column .content-tt {
  color: #444;
  font-size: 40px;
  text-align: center;
  margin: 60px 0;
}

.experts-recommend .tabs-box {
  width: 1200px;
  height: 400px;
  overflow: hidden;
}

.hot-thoughts .tabs-box {
  width: 1200px;
  /*height: 305px;*/
  overflow: hidden;
}

.experts-recommend .tabSub-tt,
.hot-thoughts .tabSub-tt {
  width: 200px;
  height: 45px;
  border: 1px solid #f1f1f1;
  text-align: center;
  line-height: 45px;
  color: #444;
  margin: 40px auto;
}

.experts-recommend .tabs-name a,
.index_test .tabs-name a,
.index_story .tabs-name a,
.hot-thoughts .tabs-name a,
.article_column .tabs-name a {
  display: inline-block;
  *display: inline;
  border: 2px solid transparent;
  zoom: 1;
  padding: 0 4px 10px;
  margin-right: 30px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color .5s;
  -moz-transition: border-color .5s;
  -ms-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  color:#999;
}
.index_test .tabs-name a ,.index_story .tabs-name a{
  padding: 0 0px 10px;
  margin-right: 10px !important;
  margin-top:40px;
}
.experts-recommend .tabs-name a.current,
.experts-recommend .tabs-name a:hover,
.index_test .tabs-name a.current,
.index_test .tabs-name a:hover,
.index_story .tabs-name a.current,
.index_story .tabs-name a:hover,
.hot-thoughts .tabs-name a.current,
.hot-thoughts .tabs-name a:hover,
.article_column .tabs-name a:hover,
.article_column .tabs-name a.current {
  border-bottom-color: #1dc35f;
  color: #1dc35f;
  text-decoration: none;
}

.experts-recommend .tabs-name a.border-style,
.index_test .tabs-name a.border-style,
.index_story .tabs-name a.border-style,
.hot-thoughts .tabs-name a.border-style {
  background: #fff;
  padding: 7px 12px;
  border: 1px solid #0197ff;
  color: #0197ff;
  margin-right: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.experts-recommend .tabs-name a.border-style:hover,
.index_test .tabs-name a.border-style:hover,
.index_story .tabs-name a.border-style:hover,
.hot-thoughts .tabs-name a.border-style:hover {
  background: #0197ff;
  color: #fff;
}

.experts-recommend .tabs {
  height: 360px;
  margin: 30px 0 0 0;
}
.experts-recommend .tabs .tab {
  background: #fff;
  border: 1px solid #ececec;
  width: 214px;
  height: 358px;
  float: left;
  margin-left: 30px;
  padding: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.experts-recommend .tabs .tab:hover {
  margin-top: -4px;
  -webkit-box-shadow:  12px 12px 20px #ececec;
  -moz-box-shadow:  12px 12px 20px #ececec;
  box-shadow:  12px 12px 20px #ececec;
}

.hot-thoughts .tabs .tab:hover {
  margin-top: -4px;
  -webkit-box-shadow:  12px 12px 20px #ececec;
  -moz-box-shadow:  12px 12px 20px #ececec;
  box-shadow:  12px 12px 20px #ececec;
}

.link{
  /*background: #fff;*/
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
}

.link-color {
  background: #fff;
}

.experts-recommend .tabs .tab .link:hover{
  color: #333;
  text-decoration: none;
}
.tabSub-tt .link:hover{
  background:#fbfbfb;
  color:#333;
}
.experts-recommend .tabs .tab:first-child,
.hot-thoughts .tabs .tab:first-child {
  margin-left: 0;
}

.experts-recommend .tabs .tab .expert-img {
  height: 120px;
  width: 120px;
  margin: 25px auto 0;
}

.experts-recommend .tabs .tab .expert-img img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #eee;
}

.experts-recommend .tabs .tab .expert-name {
  color: #444;
  text-align: center;
  margin: 18px 0 10px 0;
  font-size: 18px;
}

.experts-recommend .tabs .tab .expert-info {
  color: #656565;
  text-align: center;
  margin-bottom: 15px;
  font-size:12px;
  color:#888;
}

.experts-recommend .tabs .tab .expert-info .work-hours {
  color: #1dc35f;
  font-size: 16px;
  font-weight: bold;
}

.experts-recommend .tabs .tab .features {
  color: #1dc35f;
  text-align: center;
  height: 58px;
  padding-bottom: 8px;
  width:186px;
  margin: 0 auto;
}

.experts-recommend .tabs .tab .features .feature {
  color: #B5B5B5;
  border: 1px solid #eee;
  /* background-color: #eee; */
  padding: 2px 5px;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  zoom: 1;
  /* padding: 2px 0px; */
  border-radius:3px;
  max-width:140px;
  height:17px;
  overflow:hidden;
}

.experts-recommend .tabs .tab .help-info {
  border-top: 1px solid #f1f1f1;
  overflow: hidden;
  padding: 15px 0;
  background:#fbfbfb;
}

.experts-recommend .tabs .tab .help-info div {
  float: left;
  /*height: 70px;*/
}

.experts-recommend .tabs .tab .help-info div p {
  text-align: center;
}

.experts-recommend .tabs .tab .help-info .left {
  width: 49%;
  border-right:1px solid #EFEFEF;
}

.experts-recommend .tabs .tab .help-info .right {
  width: 50%;

}

.experts-recommend .tabs .tab .help-info .help-number,
.experts-recommend .tabs .tab .help-info .thanks-number {
  color: #666;
  /*margin-top: 16px;*/
  font-size: 18px;
}

.experts-recommend .tabs .tab .help-info .txt {
  color: #B5B5B5;
  font-size: 14px;
  margin-top: 6px;
}

.experts-recommend .scroll-area {
  background: #fff;
  height: 85px;
  padding: 30px 0;
}

.experts-recommend .scroll-area .left-icon,
.experts-recommend .scroll-area .right-icon {
  float: left;
  height: 67px;
  width: 30px;
  margin-top: 16px;
  cursor: pointer;
}

.experts-recommend .scroll-area .left-icon {
  background: url(https://static.ydlcdn.com/v3/images/pc/sprite.png) no-repeat 0 -38px
}

.experts-recommend .scroll-area .left-icon:hover {
  background: url(https://static.ydlcdn.com/v3/images/pc/sprite.png) no-repeat 0 -106px
}

.experts-recommend .scroll-area .right-icon {
  background: url(https://static.ydlcdn.com/v3/images/pc/sprite.png) no-repeat -39px -38px
}

.experts-recommend .scroll-area .right-icon:hover {
  background: url(https://static.ydlcdn.com/v3/images/pc/sprite.png) no-repeat -39px -106px;
}
.experts-recommend .scroll-area .scroll-box {
  width: 1140px;
  height: 85px;
  float: left;
  overflow: hidden;
  position: relative;
}

.experts-recommend .scroll-area .scroll-box .scroll-tabs {
  height: 85px;
  position: relative;
  left: 0;
}

.experts-recommend .scroll-area .scroll-box .scroll-tab {
  width: 270px;
  height: 85px;
  float: left;
  margin: 0 55px;
}
.experts-recommend .scroll-area .scroll-box .scroll-tab .img-info,
.experts-recommend .scroll-area .scroll-box .scroll-tab .txt-info {
  float: left;
}

.experts-recommend .scroll-area .scroll-box .scroll-tab .txt-info {
  width: 198px;
  height: 85px;
  font-size: 12px;
  padding-right: 15px;
}

.experts-recommend .scroll-area .scroll-box .scroll-tab .img-info {
  width: 55px;
  height: 55px;
  -webkit-border-radius:  50%;
  -moz-border-radius: 50%;
  border-radius:  50%;
  border: 1px solid #eee;
  margin-top: 16px;
}
.experts-recommend .scroll-area .scroll-box .scroll-tab .img-info img{
  width:55px;
  height:55px;
  border-radius:50%;
}
.experts-recommend .scroll-area .scroll-box .scroll-tab .txt-info .evalute-txt {
  line-height: 20px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  display: -webkit-box;
  text-overflow: ellipsis;
  color:#888;
  font-size:14px;
}

.experts-recommend .scroll-area .scroll-box .scroll-tab .txt-info .evalute {
  line-height: 38px;
  color:#888;
}
.scroll-box .scroll-tab .txt-info .evalute a{
  font-weight:bold;
}
.main .ourFeature {
  height: 70px;
  padding: 40px 0;
  border-bottom: 1px solid #E4E4E4;
}

.main .ourFeature .feature{
  width: 350px;
  height: 80px;
  float: left;
}

.main .ourFeature .feature .img {
  width: 70px;
  height: 70px;
  float: left;
}

.main .ourFeature .feature .img img {
  width: 100%;
}

.main .ourFeature .feature .txt {
  float: left;
  margin:  16px 0 0 15px;
}

.main .ourFeature .feature .txt .tt {
  color: #888;
  font-size: 20px;
  margin-bottom: 8px;
}

.main .ourFeature .feature .txt .tt1 {
  font-size: 14px;
  color: #adadad;
}

.main .ourFeature .feature1 {
  margin:0 75px;
}

.hot-thoughts .tabs-box .tabs {
  /*height: 300px;*/
  margin-top: 30px;
}

.hot-thoughts .tabs .tab {
  background: #fff;
  border: 1px solid #eaeaea;
  width: 247px;
  height: 340px;
  float: left;
  margin-left: 32px;
  padding: 20px 13px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.solveForyou .catalog {
  width: 234px;
  height: 225px;
  background: #fff;
  float: left;
  padding: 35px 20px 20px 20px;
  margin-bottom: 30px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border:1px solid #ececec;
}
.solveForyou {
  overflow: hidden;
}

.solveForyou .catalogs {
  height: 310px;
  width: 1200px;
}

.solveForyou .catalog-margin {
  margin-left: 32px;
}

.solveForyou .catalog .tt {
  color: #ff0072;
  font-size: 36px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
}

.solveForyou .tt-background2 {
  background: #ff4f74;
  text-align: center;
  border:1px solid #ff4f74;
}

.solveForyou .catalog .tt0,
.solveForyou .catalog .txt1,
.solveForyou .catalog .txt2,
.solveForyou .catalog .concat {
  color: #fff;
}

.solveForyou .catalog .tt0 {
  font-size: 36px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
}

a.link:hover{
  text-decoration: none;
}

.solveForyou .tt-bakcground3 {
  background: #00a0ff;
  text-align: center;
  border:1px solid #00a0ff;
}

.solveForyou .catalog .concat {
  display: inline-block;
  width: 140px;
  height: 37px;
  line-height: 37px;
  border: 1px solid #fff;
  text-align: center;
}

.solveForyou .catalog .txt1 {
  font-size: 14px;
  margin-top: 35px;
}

.solveForyou .catalog .txt2 {
  font-size: 16px;
  margin: 18px 0 30px 0;
}

.solveForyou .catalog .tt:hover {
  text-decoration: none;
}

.solveForyou .catalog span {
  padding: 4px 10px;
  font-size: 16px;
  line-height:24px;
  display: inline-block;
  zoom: 1;
  color: #888;
}
.solveForyou .catalog .index_span {
  padding: 4px 5px;
  font-size: 16px;
  line-height:24px;
  display: inline-block;
  zoom: 1;
  color: #888;
}

.solveForyou .catalog:hover {
  color: #000;
  margin-top: -4px;
  -webkit-box-shadow: 10px 10px 20px #ececec;
  -moz-box-shadow: 10px 10px 20px #ececec;
  box-shadow: 10px 10px 20px #ececec;
  z-index: 2;
  border:1px solid #e1e1e1;
}

.solveForyou .catalog .tt-color0 {

}

.solveForyou .catalog .tt-color1 {
  color: #004b9f;
}
.solveForyou .catalog .tt-color2 {
  color: #ff6600;
}

.solveForyou .catalog .tt-color3 {
  color: #a800ff;
}

.solveForyou .catalog .tt-color4 {
  color: #007eff;
}
.solveForyou .catalog .tt-color5 {
  color: #edc35f;
}
/*ask*/
.contiribute-item{
  position: relative;
  overflow: hidden;
  line-height:24px;
}
.contiribute-item dl{
  font-size: 16px;
  padding-bottom:15px;
  overflow:hidden;
}
.line-bottom{
  border-bottom: 1px solid #e8e8e8;
}
.line, .clearfix{
}
dl, dt, dd{
  margin: 0;
  padding: 0;
}
.contiribute-item dl dt{
  color: #ff9000;
}
.contiribute-item dl dt,.contiribute-item dl dd{
  float: left;
}
.contiribute-item dl dd {
  color: #888;
  width: 200px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  white-space: normal;
  display: -webkit-box;
  text-overflow: ellipsis;
  font-size:16px;
}
.contiribute-item .contiribute-bottom {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  height: 93px;
  width: 299px;
  background-color: #fbfbfb;
}
.contiribute-item .contiribute-bottom .arrow-up {
  position: absolute;
  z-index: 2;
  top: -8px;
  left: 73px;
  width: 0;
  height: 0;
  line-height: 0;
  border-style: solid;
  font-size: 0;
  text-indent: -99999px;
  line-height: 0;
  border-width: 0 6px 8px;
  border-color: transparent transparent #fbfbfb;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  _border-top-color: #f3f3f3;
  _border-bottom-color: #fbfbfb;
  _filter: chroma(color=#fbfbfb);
}
strike, del {
  text-decoration: line-through;
}
.contiribute-item .contiribute-bottom .mavin-info {
  margin: 15px 0 0 43px;
}
.contiribute-item .contiribute-bottom .mavin-info .mavin-pic {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
}
.mr-10 {
  margin-right: 10px;
}
.contiribute-item .contiribute-bottom .mavin-info .mavin-pic img {
  width: 60px;
  height: 60px;
  float: left;
}
.pt-15 {
  padding-top: 15px;
}
.pt-8{
  padding-top: 8px;
}
/*news*/
.news_wrapper,
.article_column{
  background:#fff;
  width:100%;
  text-align:center;
  padding:60px 0 0;
  overflow: hidden;
}

.article_column {
  text-align: left;
  padding:0 0 20px 0;
}
.fn_middle_each{
  padding-top: 15px;
  width: 335px;
  overflow: hidden;
  margin:0 auto;
  text-align:left;
}
.each_nav{
  height: 20px;
}
.news_wrapper h3{
  font-size: 25px !important;
  font-weight:normal;
  line-height: 20px;
  *line-height: 25px;
  white-space: nowrap;
}
.news_nav_h3{
  float: left;
  color: #444;
}
.news_wrapper a, .news_wrapper a:visited {
  color: #444;
  font-weight:normal;
}

.news_wrapper .index_test {
  float: left;
}

.news_wrapper .index_story {
  float: left;
  margin-left: 100px;
}

.news_wrapper .index_fm {
  float: right;
}


.read_all {
  float: right!important;
  line-height: 16px;
  font-size: 12px;
  color: #888;
  border: 1px solid #eee;
  padding: 3px 5px;
  width: 39px;
  text-align: center;
  display: inline-block;
}
.new_img_w150 {
  height: 100px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom:10px;
}
.new_img_w150 img{
  width:150px;
  height:100px;
}
.new_img_w150_info {
  float: left;
  margin-left: 15px;
  line-height: 20px;
  width: 169px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  display: -webkit-box;
  text-overflow: ellipsis;
}
.new_img_w150_info span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color:#888;
  padding-top:10px;
}
.news_wrapper ul {
  margin-top: 10px;
}
.news_wrapper ul li {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  background: url(../../v2/images/icons-sprites.png) no-repeat scroll 0 -140px;
  white-space: nowrap;
  margin:4px 0;
}
.new_img_w150 img {
  float: left;
}
.news_wrapper img {
  vertical-align: top;
  border: 0;
}
.index_fm_img{
  height: 141px;
  padding-top: 40px;
  position: relative;
  margin-bottom: 20px;
}
.index_fm_img .fm-mask {
  width: 335px;
  height: 45px;
  background: #000;
  opacity: .4;
  filter: alpha(opacity=40);
  position: absolute;
  left: 0;
  bottom: 0;
}

.index_fm_img .fm-mask-txt {
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  line-height: 3;
  width: 335px;
}

.index_fm_img .fm-mask-txt .icon-play {
  background-image: url(../images/iconfont-play@1x.png) ;
  display: inline-block;
  *display: inline;
  height: 24px;
  width: 24px;
  zoom: 1;
  position: absolute;
  right: 12px;
  top: 7px;
}


.index_fm_img .fm-mask-txt .fm-tt {
  margin-left: 16px;
  float: left;
}

.newFooter{
  width:1200px !important;
}
.newFooter .inner{
  width:1200px !important;
}
/*about*/
/*news*/
.index_about{
  width:100%;
  text-align:center;
  overflow: hidden;
}
.about_each{
  width: 335px;
  overflow: hidden;
  margin:0 auto;
  text-align:left;
  /*display:inline-block;*/
  /*margin-right:100px;*/
  /*height: 150px;*/
  margin-bottom: 60px;

}
.about_each img{
  width:376px;
}
.about_each p{
  line-height:24px;
}
.about_each ul {
  margin-top: 10px;
}
.about_each ul li {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  background: url(../../v2/images/icons-sprites.png) no-repeat scroll 0 -140px;
  white-space: nowrap;
  margin:4px 0;
}
.index_partner .content-tt{
  color: #444;
  font-size: 30px;
  text-align: center;
  margin: 30px 0;
}
.index_partner{
  width:100%;
  background:#fff;
  text-align:center;
  padding:60px 0;

}
.index_newyear{
  margin:0 auto;
  text-align:center;
  padding:20px 0 0 0;
}

.article_column .articleItem {
  position: relative;
  padding-left: 160px;
  width: 200px;
  height: 100px;
  float: left;
  margin: 0 60px 40px 0;
}

.article_column .articleItem .cover {
  display: block;
  position: absolute;
  width: 150px;
  height: 100px;
  overflow: hidden;
  top: 0;
  left: 0;
}

.article_column .articleItem .cover img {
  width: 100%;
}

.article_column .articleItem .tt {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  height: 40px;
  overflow: hidden;
  color: #444;
}
.article_column .articleItem .tt:hover {
  color: #1dc35f;
}

.article_column .articleItem .subInfo {
  margin-top: 46px;
}

.article_column .articleItem .subInfo .author {
  color: #1dc35f;
}
.article_column .articleItem .subInfo .readedNum {
  float: right;
  color: #888;
}

.article_column .articleItem .subInfo .readIcon{
  width: 16px;
  vertical-align: baseline;
}

.article_column .articlesBox {
  width: 1260px;
  overflow: hidden;
  margin-top: 30px;
}

.article_column .articleWrap .articlesBox {
  display: none;
}

.article_column .articleWrap .articlesBox:first-child {
  display: block;
}
/**************************首页-热门城市心理咨询****************************/
.index_consult{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.index_consult .title{
	text-align:left;
}
.index_consult .index-city-xlzx{
	padding:10px 0px;
}
.index_consult .index-city-xlzx li{
	padding:0px;
	line-height:25px;
	margin-right:10px;
  margin-right:7px\9;
}

/*兼容 ie 低版本*/
.fixed-notification-icon{
  position: absolute;
  top:10px;
  left:50%;
  margin-left:-16px;
  display: block;
  width:32px;
  height:32px;
  transition: 0.3s opacity ease;
  -webkit-transition: 0.3s opacity ease;
}
.fixed-notification-icon.ie-icon-on{
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}