﻿


.sDzp {
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: auto;
    width: 100%;
    top: -4px;
}

    .sDzp .dzp1 {
        width: 80%;
        overflow: hidden;
        margin: 0px 0 0 0px;
        position: absolute;
        top: 10%;
        left: 10%;
        z-index: 3;
        -webkit-animation: rotate2 3s .1s infinite linear;
        -moz-animation: rotate2 3s .1s infinite linear;
    }

    .sDzp .dzp2 {
        width: 30%;
        position: absolute;
        top: 18%;
        left: 35%;
        margin: 0px;
        z-index: 4;
        text-align: center;
        padding-top: 50px
    }

    .sDzp .dzp3 {
        width: 90%;
        position: absolute;
        bottom: 30px;
        left: 5%;
    }

.dzp3div {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 100%;
    height: 75%;
    text-align: center;
    color: white;
}

    .dzp3div h1 {
        margin-top: 15px;
        font-size: 16px !important;
        font-weight: 600;
    }

    .sDzp img {
        width: 100%
    }

.hidden {
    display: none;
}

.tips {
    position: fixed;
    z-index: 22;
    width: 160px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -90px;
    background: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.radius8 {
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.ligd {
    width: 100%;
    text-align: center;
    height: 70%;
    overflow-x: hidden;
    line-height: 22px;
    overflow-y: scroll;
}

.content::-webkit-scrollbar {
    display: none;
}

.phonePanel {
    position: fixed;
    z-index: 22;
    width: 100%;
    height: 57%;
    color: #fff;
    font-size: 14px;
    top: 0%;
    left: 0%;
    background: #000;
    background-color: rgba(0,0,0,0.4);
}

.phonePanel-dialog {
    position: fixed;
    z-index: 22;
    left: 10%;
    width: 80%;
    font-size: 14px;
    top: 20%;
    border-radius: 5px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}

.success-dialog {
    position: fixed;
    z-index: 22;
    left: 15%;
    width: 70%;
    font-size: 14px;
    top: 25px;
    border-radius: 5px;
    text-align: center;
}

.phonePanel-dialog input {
    height: 39px;
    width: 90%;
    background-color: transparent;
    text-align: center;
    border: solid 1px #aaa;
    color: white;
}

.simg p {
    margin-top: 10px;
    color: #f0f0f0;
}
