﻿@charset "utf-8";
/* webrx CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.py_cover {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.py_guide .py_arrow {
    text-align: right;
    position: absolute;
    right: 12%;
    top: 2%;
    z-index: 100;
}

    .py_guide .py_arrow img {
        width: 5rem;
        height: auto;
    }

.py_guide .py_text {
    width: 220px;
    position: absolute;
    right: 2%;
    top: 20%;
    z-index: 100;
    line-height: 40px;
}

    .py_guide .py_text p:nth-child(1) {
        font-size: 1.0rem;
        color: #eee;
        letter-spacing: 2px;
        text-align: center;
    }

    .py_guide .py_text p:nth-child(2) {
        text-align: center;
        font-size: 1.0rem;
        color: #eee;
        line-height: 35px;
        letter-spacing: 2px;
    }

.py_zfbtn {
    position: absolute;
    z-index: 100;
    bottom: 15%;
    text-align: center;
    width: 100%;
}

    .py_zfbtn p {
        display: inline-block;
        width: 49%;
    }

        .py_zfbtn p:nth-child(1) button {
            width: 90%;
            height: 38px;
            line-height: 38px;
            text-align: center;
            background-color: #fff;
            color: #333;
            border-radius: 4px;
            font-size: 1.0rem;
            border: none;
            font-family: "microsoft yahei";
        }

        .py_zfbtn p:nth-child(2) button {
            width: 90%;
            height: 38px;
            line-height: 38px;
            text-align: center;
            background-color: #32B459;
            color: #fff;
            border-radius: 4px;
            font-size: 1.0rem;
            border: none;
            font-family: "microsoft yahei";
        }
