.clipbg {
    position: fixed;
    background: rgba(000, 000, 000, 0.85);
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
}

.loading {
    position: absolute;
    top: 40%;
    width: 38%;
    left: 31%;
    height: 1.6rem;
    line-height: 1.6rem;
    z-index: 99999;
    text-align: center;
    color: #ffffff;
    border-radius: 0.2rem;
    background: #9f9f9f;
}

.displaynone {
    display: none;
}

.clipbg #clipArea {
    width: 100%;
    height: 80%;
    margin: auto;
}

.clipbg .footer {
    width: 90%;
    position: fixed;
    left: 5%;
    bottom: 0px;
    text-align: center;
    font-size: 0.65rem;
}

.clipbg .box {
    background: #ffffff;
    border-radius: 0.4rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.clipbg .cell {
    position: relative;
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #999999;
}

.clipbg .back {
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 0.4rem;
    margin-bottom: 0.1rem;
    background: #ffffff;
}

.clipbg .cell input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}