body {
    background-color: #fff !important;
}

.cover_title {
    font-size: 1.2em;
    border-bottom: solid 2px #333;
    position: relative;
    text-align: left;
    line-height: 34px;
    height: 34px;
}

.cover_title a {
    width: auto;
    display: inline-block;
    padding: 0 8px;
}

.cover_title .cover_cur {
    height: 34px !important;
    line-height: 34px !important;
    border-bottom: solid 2px #497dd1;
}

.esfList {
    display: none;
}

.screening-body {
    position: relative;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 500;
}

.screening-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 40%;
    left: 0;
    z-index: 6000;
    display: none
}

.screening {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f8f8f8
}

.screening a {
    width: 25%;
    padding: 10px 3px;
	display:block;
    color: #333;
    border-right: 1px solid #e5e5e5
}

.screening a:last-child {
    border: 0
}

.screening a.current {
    color: #fe9b07
}

.screening span {
    display: block;
    max-width: 80%;
    font-size: 14px;
    text-align: center;
    background: url(/images_m/down-up.png) 100% 50% no-repeat;
    background-size: 15px auto;
	height:19px;
	overflow:hidden;
}

.screening-list {
    display: none;
    height: 100%;
    background: #fff
}

.screening-list .box-vertical {
    height: 100%
}

.screening-list .cell {
    width: 30%;
    border-right: 1px solid #e5e5e5;
    overflow: hidden
}

.screening-list .cell:last-child {
    border: 0
}

.screening-list .cell a,
.screening-list .cell p,
.screening-list .cell span {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

.screening-list .cell a.current,
.screening-list .cell p.current,
.screening-list .cell span.current {
    color: #fe9b07;
    background-color: #f3f3f3
}

.screening-list .complete {
    position: relative;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0 -3px 3px 0 rgba(155, 155, 155, .4)
}

.screening-list .complete a {
    display: block;
    text-align: center
}

.screening-list .complete .ok {
    margin: 0 25%;
    padding: 5px 0;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    background-color: #fe9b07
}

.screening-list .complete .cancel {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: auto;
    z-index: 100;
    padding: 10px 15px;
    font-size: 14px;
    color: #333
}
