﻿#cover
{
    width: 100%;
    height: 1000px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    background-color: #666666;
    background-image: url('/image/wait.gif');
    background-repeat: no-repeat;
    background-position: center center;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: block;
}
.wz_body
{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 5px;
    font-size: 14px;
}
.wz_body .head
{
    width: 100%;
    height: 36px;
    line-height: 36px;
}
.wz_body .head .left
{
    float: left;
    width: auto;
    height: 100%;
}
.wz_body .head .right
{
    float: right;
    width: auto;
    height: 100%;
}
.wz_body .head .right #keyCode
{
    width: 200px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
}
.wz_body .head .right #select
{
    width: 100px;
    height: 30px;
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.wz_body .body
{
    width: 100%;
    height: auto;
}

.wz_body .body #dnwzCode
{
    width: auto;
    height: auto;
    display: none;
}
.wz_body .body .dnwzTemplate
{
    float: left;
    width: 240px;
    height: 450px;
    margin: 5px 5px 5px 5px;
}
.wz_body .body .dnwzTemplate .fase
{
    display: block;
    width: 238px;
    height: 298px;
    border-style: solid;
    border-color: #D2D2D2;
    border-width: 1px 1px 1px 1px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 0;
    cursor: pointer;
}
.wz_body .body .dnwzTemplate .fase .rwm
{
    width: 100%;
    height: 100%;
    background-color: #666666;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    filter: alpha(opacity=10);
    opacity: 0.1;
    display: none;
}
.wz_body .body .dnwzTemplate .fase .rwm .inner
{
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
    z-index: 0;
}
.wz_body .body .dnwzTemplate .fase:hover .rwm
{
    display: block;
}
.wz_body .body .dnwzTemplate .fase .img
{
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -75px;
    z-index: 0;
}
.wz_body .body .dnwzTemplate .name
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #DDDDDD;
}
.wz_body .body .dnwzTemplate .keyCode
{
    width: 100%;
    height: 44px;
    line-height: 22px;
    text-align: left;
}
.wz_body .body .dnwzTemplate .money
{
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: left;
}
.wz_body .body .dnwzTemplate .timeout
{
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: left;
}
.wz_body .body .dnwzTemplate .bottom
{
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
}
.wz_body .body .dnwzTemplate .bottom .desc
{
    width: 60px;
    height: 22px;
    margin-right: 3px;
    cursor: pointer;
}
.wz_body .body .dnwzTemplate .bottom .buy
{
    width: 60px;
    height: 22px;
    margin-right: 3px;
    cursor: pointer;
}

.wz_body .body #sjwzCode
{
    width: auto;
    height: auto;
    display: none;
}
.wz_body .body .sjwzTemplate
{
    float: left;
    width: 240px;
    height: 450px;
    margin: 5px 5px 5px 5px;
}
.wz_body .body .sjwzTemplate .fase
{
    display: block;
    width: 238px;
    height: 298px;
    border-style: solid;
    border-color: #D2D2D2;
    border-width: 1px 1px 1px 1px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 0;
    cursor: pointer;
}
.wz_body .body .sjwzTemplate .fase .rwm
{
    width: 100%;
    height: 100%;
    background-color: #666666;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
}
.wz_body .body .sjwzTemplate .fase .rwm .inner
{
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
    z-index: 0;
}
.wz_body .body .sjwzTemplate .fase:hover .rwm
{
    display: block;
}
.wz_body .body .sjwzTemplate .fase .imgbk
{
    width: 146px;
    height: 280px;
    background-image: url('/image/mobilebk.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -73px;
    margin-top: -140px;
    z-index: 0;
}
.wz_body .body .sjwzTemplate .fase .img
{
    width: 120px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -90px;
    z-index: 0;
}
.wz_body .body .sjwzTemplate .name
{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #DDDDDD;
}
.wz_body .body .sjwzTemplate .keyCode
{
    width: 100%;
    height: 44px;
    line-height: 22px;
    text-align: left;
}
.wz_body .body .sjwzTemplate .money
{
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: left;
}
.wz_body .body .sjwzTemplate .timeout
{
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: left;
}
.wz_body .body .sjwzTemplate .bottom
{
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
}
.wz_body .body .sjwzTemplate .bottom .desc
{
    width: 60px;
    height: 22px;
    margin-right: 3px;
    cursor: pointer;
}
.wz_body .body .sjwzTemplate .bottom .buy
{
    width: 60px;
    height: 22px;
    margin-right: 3px;
    cursor: pointer;
}

.wz_body .body .disp
{
    width: 100%;
    height: auto;
}
.wz_body .bottom
{
    width: 100%;
    height: 36px;
    line-height: 36px;
}
.wz_body .bottom .left
{
    float: left;
    width: auto;
    height: 100%;
}
.wz_body .bottom .left #totalNum
{
    margin-left: 3px;
    margin-right: 3px;
}
.wz_body .bottom .right
{
    float: right;
    width: auto;
    height: 100%;
}
.wz_body .bottom .right #prevPage,#nextPage
{
    color: #AAAAAA;
    cursor: default;
}
.wz_body .bottom .right #pages
{
    margin-left: 6px;
}
.wz_body .bottom .right #pages a
{
    margin-right: 6px;
}
.wz_body .bottom .right #pages .thisPage
{
    text-decoration: underline;
}