.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255,255,255,.9);
  /*
  border: 1px solid #777;
  border: 1px solid rgba(0,0,0,.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0,0,0,.4);
  */
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  background: #ff3019; /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
  background:    -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background:     -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
  background:      -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
  background:         linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);  /* W3C */
  width: 20px;
  height:20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.introjs-tooltip {
  position: absolute;
  padding: 0 0 20px 0;
  background: white;
  width: 350px;
  min-height: 50px;
  -webkit-transition: opacity 0.1s ease-out;
     -moz-transition: opacity 0.1s ease-out;
      -ms-transition: opacity 0.1s ease-out;
       -o-transition: opacity 0.1s ease-out;
          transition: opacity 0.1s ease-out;
}

.introjs-tooltip .introjs-tooltiptext img{
  float:left;
}

.introjs-tooltip .introjs-tooltiptext p{
  padding:4px 10px;
}

.introjs-tooltipbuttons {
  height: 29px;
  padding: 10px 0 0 0;
  text-align: right;
  position: relative;
}

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  padding: 0;
  margin: 0;
  color: #333;
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  background: transparent url('http://bbs.youxiake.com/online/Public/assets/0.1.1/imgs/intro-btns.png') no-repeat;
  /*background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;*/
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  /*-webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;*/
  /* IE hacks */
  /*zoom: 1;
  *display: inline;
  margin-top: 10px;*/
}

.introjs-button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.introjs-button:focus,
.introjs-button:active {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  position: absolute;
  top:23px;
  right:50px;
  height: 17px;
  width: 57px;
  background-position: -105px 1px;
}

.introjs-skipbutton.introjs-done {
  position: static;
  margin: 0 auto;
  height: 29px;
  width: 104px;
  margin: 0 auto;
  background-position: -162px 0;
}

.introjs-prevbutton {
  height: 0;
  width: 0;
}

.introjs-nextbutton {
  height: 29px;
  width: 104px;
  margin: 0 auto;
  background-position: 0 0;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  display:none;
}

.introjs-done {
  position: static;
  margin: 0 auto;
}

.introjs-bullets {
  margin:10px 0 0 0;
  text-align: center;
}
.introjs-bullets a {
  display: inline-block;
  margin:0 2px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: context-menu;
}

.introjs-bullets a.active {
  background: #999;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 30px;
}
