.introjs-overlay {
    position: absolute;
    z-index: 999999;
    background-color: #001051;
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00105100', endColorstr='#00105100', GradientType=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.9)";
    filter: alpha(opacity=0.9);
    -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-tooltip {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.introjs-tooltiptext {
    font-size: 16px;
    line-height: 28px;
}

.introjs-arrow {
    width: 130px;
    height: 130px;
    border: none;
}

.introjs-prevbutton {
    display: none;
}

.starttip {
    width: 1002px;
    max-width: 1002px;
    height: 579px;
    background-image: url("../bgimg/start.png");
    background-position: center;
}
.introjs-button{
    font: inherit;
}
.introjs-nextbutton,
.introjs-nextbutton:focus,
.introjs-nextbutton:active,
.lasttip .introjs-skipbutton,
.lasttip .introjs-skipbutton:hover,
.lasttip .introjs-skipbutton:active {
    padding: 5px 15px;
    font-size: 16px;
    color: #382f01;
    font-weight: bold;
    background: #fed100 !important;
    border-radius: 0;
    border: none;
    text-shadow: none;
    box-shadow: none;
}
.introjs-skipbutton, .introjs-skipbutton:hover, .introjs-skipbutton:active {
    padding-top: 10px;
    float: right;
    color: #fff;
    background: transparent !important;
    border: none;
    box-shadow: none;
    text-shadow: none;
}

.starttip a.start-btn {
    display: inline-block;
    padding: 10px 25px;
    font-size: 24px;
    color: #382f01;
    background: #fed100;
}

.starttip .introjs-tooltiptext {
    padding-top: 390px;
    text-align: center;
}

.starttip .introjs-prevbutton, .starttip .introjs-nextbutton {
    display: none;
}

.starttip .introjs-skipbutton {
    position: absolute;
    top: 420px;
    right: 300px;
    font-size: 14px;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    text-shadow: none;
    box-shadow: none !important;
}
.starttip .introjs-skipbutton:after{
    content: ' >';

}
.firsttip, .secondtip, .lasttip {
    padding-left: 70px;
}

.firsttip {
    width: 340px;
    max-width: 340px;
    padding-top: 130px;
    background: url("../bgimg/st1.png") 0 133px no-repeat;
}

.firsttip .introjs-arrow.top {
    width: 100%;
    background: url("../bgimg/arr-up.png") center 0 no-repeat;
}

.firsthelp {
    top: 0 !important;
    height: 76px !important;
}
.secondtip {
    position: fixed;
    width: 275px;
    max-width: 275px;
    padding-right: 130px;
    margin-top: 125px;
    background: url("../bgimg/st2.png") 0 13px no-repeat;
}

.secondtip .introjs-arrow.right {
    height: 100%;
    background: url("../bgimg/arr-right.png") center 0 no-repeat;
}

.secondhelp {
    position: fixed;
}

.lasttip {
    left: 50% !important;
    margin-left: -165px;
    width: 275px;
    max-width: 275px;
    padding-bottom: 100px;
    background: url("../bgimg/st3.png") 0 13px no-repeat;
}

.lasttip .introjs-arrow.bottom {
    width: 100%;
    left: 0px;
    top: 85px;
    background: url("../bgimg/arr-down.png") center 0 no-repeat;
}

.lasttip .introjs-nextbutton {
    display: none;
}

.firsttip .introjs-skipbutton,.secondtip .introjs-skipbutton{
    padding: 20px 0 0 20px;
}