#jpwClose,
#jpwNext,
#jpwPrevious,
#jpwFinish {
  color: #00c7ff;
  cursor: pointer;
  font-size: 18px;
  font-weight: lighter;
}
#jpwOverlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#jpwOverlay.transparent {
  background: none;
}
#jpWalkthrough.jpw-scrolling .overlay-hole > div {
  box-shadow: inset 0 0 10px 1000px rgba(0, 0, 0, 0.6);
}
#jpWalkthrough .overlay-hole > div {
  box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.6);
}
#jpWalkthrough #jpwTooltip {
  overflow: visible;
  padding: 10px;
  background: none;
}
#jpWalkthrough #jpwTooltip #tooltipWrapper {
  overflow: visible;
}
#jpWalkthrough #jpwTooltip #bottom-scratch {
  width: 358px;
  height: 42px;
  display: block;
  top: 25px;
  clear: both;
}
#jpWalkthrough #jpwTooltip .draggable-area {
  display: block;
  width: 44px;
  height: 40px;
  position: absolute;
  top: -35px;
  right: -30px;
  background: url("../images/drag.png") no-repeat;
  z-index: 10000;
}
#jpWalkthrough #jpwTooltip .top {
  bottom: -86px;
  height: 86px;
  left: 130px;
  position: absolute;
  width: 75px;
  display: block;
  z-index: 1000;
}
#jpWalkthrough #jpwTooltip .right {
  height: 56px;
  left: -105px;
  position: absolute;
  top: 35px;
  width: 105px;
  display: block;
  z-index: 1000;
}
#jpWalkthrough #jpwTooltip .bottom {
  height: 86px;
  left: 130px;
  position: absolute;
  top: -86px;
  width: 75px;
  display: block;
  z-index: 1000;
}
#jpWalkthrough #jpwTooltip .left {
  height: 56px;
  position: absolute;
  right: -105px;
  top: 35px;
  width: 105px;
  display: block;
  z-index: 1000;
}
#jpWalkthrough #jpwTooltip #tooltipInner {
  font-family: 'xjlFont','Microsoft yahei';
  color: #ffffff;
  text-align: center;
  font-size: 22px; line-height:26px;
}
#jpWalkthrough #jpwTooltip #tooltipInner a {
  font-size: 22px;
}
#jpWalkthrough #jpwTooltip #tooltipInner .tooltipTitle {
  font-size: 32px;
}
#jpWalkthrough .killOverlay {
  background-image: none !important;
  background-color: none !important;
}
#jpwClose {
  position: fixed;
  top: 65px;
  right: 25px;
  z-index: 1000000;
  color: #ffffff;
  text-align: center;
  display: block;
}
#jpwClose:hover {
  color: #7eff00;
}
#jpwClose:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 44px;
  height: 40px;
  background: url("../images/close.png") no-repeat;
  position: absolute;
  top: -45px;
  left: 36px;
}
#jpwNext,
#jpwFinish {
  float: right;
}
#jpwPrevious {
  float: left;
}
@font-face {
  font-family: 'xjlFont';
  src: url('font/xjlFont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*首页指引*/
#jpwPrevious,#jpwFinish{
  display:none;
}
#jpWalkthrough #jpwTooltip{
    width:498px;
    height:280px;
    padding:0;
    background:#fff;
    border-radius: 4px;
    -ms-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -webkit-border-radius:4px;
}
#tooltipTop{
  width:498px;
    height:20px;
}
#tooltipTop #topRight{
    width:40px;
    height:40px;
    background:url(../images/close2.png)no-repeat center;
    float:right;
    cursor:pointe;
}
#tooltipInner{
  width:498px;
    background:#ffffff;
}
#tooltipInner h3{
    margin-top: 20px;\
    height:42px;
    line-height: 42px;
    color:#333333;
    font-size:18px;
}
#tooltipInner p{
  font-size: 12px;
  color:#55555d;
  height:33px;
  line-height:33px;
}
.toolBottom .dot{
  margin-top: 32px;
  margin-left: 20px;
}
.toolBottom .dot li{
  display:block;
  width: 6px;
  height:6px;
  background:#7c8898;
  border-radius: 50%;
  margin-right: 7px;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;    
}
.toolBottom .dot li.active{
  background:#ffffff;
}
.toolBottom{
  margin-top: 100px;
  width:498px;
  height:66px;
  background:#44546b;
  padding-left: 10px;
}
#jpwClose{
  position: static;
  float:right;
  margin-top: 19px;
  background:#e5e8ed;
  color:#55555d;
  font-size: 14px;
  border:none;
  border-radius: 4px;
  -ms-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  margin-right: 15px;
}
#jpwNext{
  margin-top: 19px;
  background:#e5e8ed;
  color:#55555d;
  font-size: 14px;
  border:none;
  border-radius: 4px;
  -ms-border-radius:4px;
  -moz-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  margin-left: 10px;
  margin-right: 15px;
}
