.dwdPanel {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
}

.dwdBox {
    position: relative;
    width: 950px;
    height: auto;
    background-color: #fff;
    margin: 50px auto 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
}

.dwdHeader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 30px;
    background-color: #738045;
}

.dwdClose {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.dwdBody {
    padding: 10px;
    box-sizing: border-box;
}

.dwdMsg {
    position: relative;
    font-weight: bold;
    color: #439761;
    font-size: 20px;
    margin-bottom: 10px;
}

.dwdLabel {
    color: #DA7032;
    font-weight: bold;
}

.dwdList{}

.dwdList li{}

.dLabel{}

.dLabel a{}

.dDesc{}