@charset "utf-8";
.dig_bg {
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity=50);
    top: 0;
    left: 0px;
    z-index: 200;
    background: #000;
    width: 100%;
    height: 100%;
}
.dig {
    width: 402px;
    /*height: 493px;*/
    z-index: 201;
    margin-left: -201px;
    margin-top: -248px;
    background-color: #fff;
    border-top: 4px solid #df1344;
    color: #222;
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    padding-bottom: 20px;

}

.dig .icon_close {
    position: absolute;
    background: url(../images/icon_dig1.png) top right no-repeat;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.dig .d_tit {
    text-align: center;
    font-size: 24px;
    margin: 20px 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 24px;
}
.dig .d_tips {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 42px;
}
.dig .d_tips {
    margin-bottom: 30px;
}
.pop-flash .d_tips {
    color: #999;
}
.dig .d_lis {
    overflow: hidden;
    margin: 0 0 16px 54px;
}
.dig .d_li5 {
    margin-left: 41px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 0px;
}
.dig .d_li5 {
    height: 80px;
}
.d_li5 .dl_le {
    line-height: 73px;
    float: left;
}
.d_lis .dl_rig {
    float: left;
}
.d_li5 .dl_le .dl_star {
    margin-right: 5px;
    line-height: 19px;
    color: #df1344;
}
.dl_rig p {
    margin-left: 10px;
    padding-left: 16px;
    font-size: 12px;
}
.dl_rig .dl_tip2 {
    margin-bottom: 1px;
    border-radius: 2px;
    width: 140px;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    background: #58b850 url(../images/icon_dig3.png) left center no-repeat;
    color: #fff;
    background-position: 9px;
}
.d_lis input, .d_lis select {
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    width: 220px;
    padding-left: 10px;
    color: #999;
}
.dl_rig p {
    margin-left: 10px;
    padding-left: 16px;
    font-size: 12px;
}
.dl_rig .dl_tip1 {
    color: #c40000;
    background: url(../images/icon_dig2.png) left center no-repeat;
}
.dig .btn_lejie, .dig .btn_js, .dig .btn_db {
    display: block;
    background-color: #df1344;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 220px;
    height: 36px;
    line-height: 36px;
    line-height: 36px;
    margin: 0 auto;
    border-radius: 2px;
	cursor: pointer;
}










