﻿.overlay-wrap {
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    height: 100%;
}


.tour-content-wrap {
    position: absolute;
    left: 35%;
    top: 30%;
    z-index: 999999;
}

.tour-content {
    font-family: 'GochiHand';
    color: #ffffff;
    text-align: center;
    font-size: 22px;
}

.tour-zaozao-arrow {
    padding-left:20%;
}

.tour-prev {
    float: left;
    width: 50%;
    color: #FFF;
    font-weight: 700;
}


.tour-next {
    float: right;
    width: 50%;
    color: #FFF;
    font-weight: 700;
}

.tour-arrow-text {
    color:#FFF !important;
    font-weight:700;
    font-size:18px;
}

.tour-close {
    position: absolute;
    top: 65px;
    right: 20px;
    z-index: 1000000;
    color: #ffffff;
    text-align: center;
    display: block;
}

    .tour-close:before {
        content: '';
        display: inline-block;
        width: 44px;
        height: 40px;
        background: url(../Images/close.png) no-repeat;
    }