/* 引导至三维推弹窗 */
.guide3wcn-pupop{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    transform: translate(0,0);
}
.guide3wcn{
    width: 412px;
    height: 302px;
    background: url(//ws91.cn/static/suowo.cn/images/bg-guide3wcn.png);
    background-repeat: no-repeat;
    background-size: 412px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 254px 0 0 0;
}

.guide3wcn .close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid white;
    border-radius: 50%;
    cursor: pointer;

}
.guide3wcn .close::before,
.guide3wcn .close::after {
    position: absolute;
    content: ' ';
    background-color: white;
    left: 12px;
    top: 4px;
    width: 4px;
    height: 20px;
}

.guide3wcn .close::before {
    transform: rotate(45deg);
}

.guide3wcn   .close::after {
    transform: rotate(-45deg);
}
.guide3wcn button{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #096DDE;
    cursor: pointer;
    text-align: center;
    display: block;
    margin: 0 auto;
}