﻿#dl_bg {
    width: 100%;
    height: 800px;
    background: url(/Content/Resource/Download/download-bg.jpg) center repeat;
    position: relative;
}

#bottom {
    bottom: -49px !important;
    background-color: transparent !important;
}

#uplusClient {
    position: absolute;
    right: 275px;
    top: 430px;
    display: block;
    background-color: #00a6d0;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    border: solid 1px #fff;
}

.dl_step {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-color: #d8d8d8;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
}


#dl_step1 {
    background-color: #fe9900;
}

.dl_hr {
    float: left;
    display: block;
    width: 160px;
    text-align: center;
    border-bottom: solid 1px #d8d8d8;
    color: #8f8f8f;
}

.dl_steps {
    position: absolute;
    left: 350px;
    top: 265px;
}

.dl_desp {
    position: absolute;
    top: 340px;
    left: 240px;
}

.dl_desp_tl {
    display: block;
    float: left;
    background-color: #e90000;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 8px;
    color: #fff;
    margin-top: 4px;
}

.dl_desp_ctx {
    margin-left: 10px;
    font-size: 20px;
}

#dl_hr1 {
    border-bottom: solid 1px #fe9900;
}

#dl_notice {
    position: absolute;
    top: 535px;
    left: 285px;
}

.dl_icon {
    position: absolute;
    left: -30px;
}
