.replacement-common-screen-warp{
}
.replacement-common-screen-item{
    position: relative;
    /*width: 270px;*/
    margin-bottom: 15px;
}
.replacement-common-screen-item-title{
    width: 84px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #444;
    text-align: right;
    padding-right: 10px;
}
.replacement-common-screen-ban-height{
    height: 28px;
}
.replacement-common-screen-ban-wid{
    width: 258px;
    height: 28px;
    font-size: 12px;
}
.replacement-common-screen-date-wid{
    width: 258px;
    height: 28px;
    font-size: 12px;
}
.replacement-common-screen-down-body{
    width: 258px;
    padding: 5px 0;
    margin-top: 3px;
    max-height: 240px;
    overflow-y: auto;
}
.replacement-common-screen-down-body > div {
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #666;
    height: 32px;
    line-height: 32px;
    padding: 0 18px 0 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.replacement-common-screen-down-body > div:hover {
    color: #3289f2;
    background: #fbfcfc;
}
.replacement-common-screen-checked{
    position: absolute;
    right: 5px;
    font-size: 14px;
    color: #3289f2;
}
.replacement-common-screen-body-warp{
    border: 1px solid #E1E1E1;
}
.replacement-common-screen-tab-item{
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    margin-left: 20px;
    border-bottom: 3px solid;
    border-color: #fff;
    font-size: 14px;
    color: #444;
    cursor: pointer;
}
.replacement-common-screen-tab-item:hover{
    color: #2783F2;
}
.replacement-common-screen-tab-item.active{
    color: #2783F2;
    border-color: #2783F2;
}
.replacement-common-screen-tab-body{
    padding: 20px 20px 5px 20px;
    border-bottom: 1px solid #E1E1E1;
}
.replacement-common-screen-status-item{
    position: relative;
    margin-bottom: 15px;
}
.replacement-common-screen-max{
    width: 100%;
}
.replacement-common-screen-status-item-title{
    width: 84px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #444;
    padding-right: 10px;
    text-align: right;
}
.replacement-common-screen-footer{
    padding: 12px 20px;
}
.replacement-common-screen-footer-item{
    margin-right: 10px;
}
.replacement-common-screen-checkbox-item{
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0 11px;
    font-size: 12px;
    color: #444;
    margin: 0 10px 2px 0;
    cursor: pointer;
    background: #FBFCFC;
}
.replacement-common-screen-checkbox-item:hover{
    color: #2783F2;
}
.replacement-common-screen-checkbox-item.active{
    color: #2783F2;
    background: #F0FAFF;
}