@charset "UTF-8";
._2345Explorer{
  min-width: 1200px;
  width: 100%;
  height: 40px;
  background-color: #3A60FF;
  background-image: url(/tqpcimg/tianqiimg/theme4/images/2345explorer_banner.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  position: relative;
  z-index: 100;
}
._2345Explorer_content{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
._2345Explorer_download {
  display: block;
  width: 114px;
  height: 32px;
  position: absolute;
  top: 4px;
  right: 292px;
  background-color: #ffc400;
  background: -webkit-gradient(linear, right top, left top, from(#ffc400), to(#fff100));
  background: linear-gradient( 270deg, #ffc400 0%, #fff100 100%);
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  color: #250505;
}
._2345Explorer_download:hover{
  background-color: rgba(255, 196, 0, 0.9);
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 196, 0, 0.9)), to(rgba(255, 241, 0, 0.9)));
  background: linear-gradient( 270deg, rgba(255, 196, 0, 0.9) 0%, rgba(255, 241, 0, 0.9) 100%);
}
._2345Explorer_ignore {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 73px;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  opacity: 0.8;
}
._2345Explorer_ignore:hover {
  opacity: 0.7;
}
._2345Explorer_close{
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 13px;
  width: 18px;
  height: 18px;
  background-image: url(/tqpcimg/tianqiimg/theme4/images/2345explorer_close.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
._2345Explorer_close:hover{
  opacity: 0.9;
}