.relative{
    position:relative;
}
.batch_iframe{
    background:transparent;
    width:220px;
    height:254px;
    border:none;
    box-shadow: 0px 0px 10px 0px #e9ecef;
    position:absolute;
    /*right: -28px;*/
    /*top: 45px;*/
    right: -50px;
    top: 60px;
    z-index:1
}
.single_iframe{
    background:transparent;
    width:222px;
    height:171px;
    border:none;
    position:absolute;
    /*right: 6px;*/
    /*top: 37px;*/
    right: 15px;
    top: 38px;
    z-index:1;
}
.import_iframe{
    width:350px;
    height:240px;
    border:none;
    box-shadow: 0px 0px 10px 0px #e9ecef;
    position:absolute;
    /*right: 32px;*/

    /*top: 45px;*/
    right: 0px;
    top: 60px;
    z-index:1
}

.fileframe{
    width: 350px;
    height: 240px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px #e1e4e9;
}
.fileframe_title{
    box-shadow: inset 0px -1px 0px 0px #ececec;
    font-weight: bold;
    padding:16px;
}
.fileframe_body{
    padding:30px 0px 30px 40px;
}
.fileFeature{
    padding:21px 14px;
    background-color: #f8fafd;
    border-radius: 2px;
    text-align: center;
    color: #2a68c8;
    line-height: 21px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.fileFeature:hover,
.fileFeature.active{
    background-color: #f2f6fc;
}
.mt--47{
    margin-top:47px;
}

.icon-download{
    display: inline-block;
    width:39px;
    height:37px;
    background-image: url("/oa/schedule/images/ic_xz.png");
    background-size: 100% 100%;
}
.icon-upload{
    display: inline-block;
    width:39px;
    height:37px;
    background-image: url("/oa/schedule/images/ic_sc.png");
    background-size: 100% 100%;
}

/*隐藏*/
.display--none{
    display: none;
}

.float--left{
    float:left;
}

.mr--15{
    margin-right:15px;
}