body {
    position:relative;
}

.vdialogmask {
    /*
        height: 100%;
     */
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    opacity: .2;
    background: #000;
    z-index: 9999998;
    position: absolute;
}
.vdialogcnt {
    /*
        width: 400px;
        height: 200px;
        margin: -100px 0 0 -200px;
     */
    top: 300px;
    left: 50%;
    padding: 0;
    z-index: 9999999;
    background: #fff;
    position: fixed;
    _position: absolute;
    border-radius: 4px;
    box-shadow: 0 0 25px #666;
    border: 2px solid rgb(130, 130, 130);
}
.vdialogcnt .vdialogheader {
    color: #333;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    border-radius: 4px 4px 0 0;
    background: rgb(243, 243, 243);
    border-bottom: 1px solid #E5E5E5;
}
.vdialogcnt .vdialogheader h5 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 0 30px 0 10px;
}
.vdialogcnt .vdialogheader .vdialogclose {
    top: 0;
    right: 10px;
    color: #333;
    width: 14px;
    outline: none;
    display: block;
    font-size: 14px;
    line-height: 30px;
    position: absolute;
    font-family: Simsun;
    text-decoration: none;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -webkit-transition: -webkit-transform 0.4s ease-out;
}
.vdialogcnt .vdialogheader .vdialogclose:hover {
    color: rgb(7,172,224);
    text-shadow: 0 0 1px #333;
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.vdialogcnt .vdialoginfo {
    /*
        height: 170px;
     */
    width: 100%;
    border-radius: 0 0 4px 4px;
}
.vdialogcnt .vdialoginfo .cont {
    margin: 0;
    color: #666;
    font-size: 12px;
    line-height: 18px;
    padding: 15px 20px;
}
.vdialogcnt .vdialoginfo div.cpad {
    width: 320px;
    height: 28px;
    margin: 5px 15px 10px 15px;
    
}
.vdialogcnt .vdialoginfo a.vbtn {
    display: block;
    float: right;
    font-size: 12px;
    margin-left: 10px;
    text-decoration: none;
    height: 26px;
    line-height: 24px;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 2px;
}
.vdialogcnt .vdialoginfo a.vbtn:hover {
    cursor: pointer;
    background-color: whiteSmoke;
}
.vdialogcnt .vdialoginfo a.vbtn.vdialogok {
    color: #fff;
    border: 1px solid #6CD42A;
    background-color: #93D82E;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#9DE824),to(#93D82E));
    background-image: -webkit-linear-gradient(top,#9DE824,#93D82E);
    background-image: linear-gradient(top,#9DE824,#93D82E);
}
.vdialogcnt .vdialoginfo a.vbtn.vdialogok:hover {
    color: #fff;
    border: 1px solid #4EC000;
    background-color: #73CA00;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#90DD00),to(#73CA00));
    background-image: -webkit-linear-gradient(top,90DD00,#73CA00);
    background-image: linear-gradient(top,#90DD00,#73CA00);
    box-shadow: 0 1px 1px #E5E5E5;
}
.vdialogcnt .vdialoginfo a.vbtn.vdialogcancel {
    color: #666;
    border: 1px solid #E5E5E5;
    background-color: #F3F3F3;
    background-image: -webkit-gradient(linear,left top,left bottom,from(whiteSmoke),to(#F1F1F1));
    background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
    background-image: linear-gradient(top,whiteSmoke,#F8F8F8);

}
.vdialogcnt .vdialoginfo a.vbtn.vdialogcancel:hover {
    color: #333;
    border: 1px solid #C6C6C6;
    background-color: #F1F1F1;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#F1F1F1));
    background-image: -webkit-linear-gradient(top,#F8F8F8,#F1F1F1);
    background-image: linear-gradient(top,#F8F8F8,#F8F8F8);
    box-shadow: 0 1px 1px #E5E5E5;
}
.vdialogcnt .vdialoginfo .vdialogtext {
    width: 305px;
    margin: 0 auto;
}
.singleline {
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

/*限免时间*/
.xspeed .download{padding-left: 225px;}
.xspeed .download p{margin-bottom: 10px;}
.download ul{color: #fff;margin-bottom: 10px; width: 400px; overflow: hidden;}
.download ul li{float: left; width: 200px; margin-bottom: 10px;}