﻿
/*流量引导*/
.guide-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0;
    bottom: 0;
    z-index: 999999;
}
.guide-content-window {
    width: 1200px;
    height: 383px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.guide-content {
    width: 1200px;
    height: 383px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(//eresource.ecvv.com/PC_Ecvv/images/guide-banner.jpg) no-repeat;
    background-size: 100%;
    text-align: center;
}

.guide-content-top {
    padding-top: 50px;
}

.guide-a {
    cursor: pointer;
}

.guide-content-top h3 {
    color: #fff;
    font-size: 22px;
    padding: 5px 10px;
    background: #edb073;
    border-radius: 5px;
    display: inline;
}


.guide-content-top div {
    color: #fff;
    margin: 20px 0px 0px 10px;
    font-size: 40px;
}

.guide-content-top p {
    font-size: 12px;
    letter-spacing: -1.4px;
    color: #edb073;
    margin-top: 3px;
}

.guide-content-a {
    display: block;
    width: 186px;
    height: 45px;
    margin: 0 auto;
    margin-top: 75px;
    cursor: pointer;
}

.guide-close {
    position: absolute;
    top: -30px;
    right: -30px;
}

.guide-window {
    position: fixed;
    right: 30px;
    bottom: 45px;
    z-index: 9999999;
    display: none;
}
