/*全部导出*/
.exportall{
    width: 648px;
    height: auto;
    background: #fff;
    position: absolute;
    font-family: Avenir,Helvetica,Arial,sans-serif;
}
.exportall .export_title{
    width: 100%;
    height: 70px;
    position: relative;
}
.exportall .export_title span{
    line-height: 70px;
    font-size: 20px;
    color: #444;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.exportall .export_title .export_delete{
    width: 14px;
    height: 14px;
    position: absolute;
    background: url("../../images/icos_delete.png") no-repeat;
    background-size: 100%;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.exportall .export_wrap{
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}
.exportall .export_wrap>p{
    color: #fb6c69;
    font-size: 12px;
    text-align: center;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background:#fff1f1;
}
.exportall .export_wrap .export_content{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.exportall .export_wrap .export_content>p{
    float: left;
    font-size: 14px;
    color: #666;
    margin: 10px 10px 0 10px;
}
/*完成*/
.exportall .export_wrap .export_content .export_list{
    float: left;
    width: 508px;
    height: auto;
    border: 1px solid #e5e5e5;
    position: relative;
}
.exportall .export_wrap .export_content .export_list ul{
    width: 468px;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
}
.exportall .export_wrap .export_content .export_list ul li{
    width: 93px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #959595;
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #4d4d4d;
}
.exportall .export_wrap .export_content .export_list>p{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    background: #00b4e8;
    height: 24px;
    line-height: 24px;
    border-radius: 14px 0 0 14px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px
}
/*编辑*/
.exportall .export_wrap .export_content .export_edit div span:first-of-type{
    display: inline-block;
    margin: 0 4px 0 20px;
    font-size: 14px;
    color:#666;
}
.exportall .export_wrap .export_content .export_edit div span:last-of-type{
    display: inline-block;
    font-size: 12px;
    color:#999;
}
.exportall .export_wrap .export_content .export_edit ul li span:first-of-type {
    font-size: 14px;
    color: #4d4d4d;
    display: inline-block;
    margin-left: 6px
}
.exportall .export_wrap .export_content .export_edit ul:first-of-type li{
    border: 1px dotted #b5b5b5;
    position: relative;
    text-align: left;
    background: #fff;
}
.exportall .export_wrap .export_content .export_edit ul:last-of-type li{
    border: 1px solid #b5b5b5;
    position: relative;
    text-align: left;
}
.exportall .export_wrap .export_content .export_edit ul li .delete_ziduan{
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top:-7px;
    left:-7px;
    background: url("../../images/comold/exportall.png") no-repeat -24px 0;
}
.exportall .export_wrap .export_content .export_edit ul li .move_ziduan{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../../images/comold/exportall.png") no-repeat -44px 2px;
    position: absolute;
    top: 4px;
    right: 5px;
    cursor: pointer;
}
.exportall .export_wrap .export_content .export_edit ul:first-of-type li:hover{
    border:1px solid #00b2e6;
}
.exportall .export_wrap .export_content .export_edit ul:first-of-type li:hover .delete_ziduan{
    background: url("../../images/comold/exportall.png") no-repeat 0 0;
}
.exportall .export_wrap .export_content .export_edit ul:first-of-type li:hover .move_ziduan{
    background: url("../../images/comold/export_mover.png") no-repeat 6px 2px;
}
.exportall .export_wrap .export_content .export_edit ul li .add_ziduan{
    cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 5px;
    background: url("../../images/comold/exportall.png") no-repeat -86px -2px;
}
.exportall .export_wrap .export_content .export_edit ul:last-of-type li:hover{
    border:1px solid #00b2e6;
}
.exportall .export_wrap .export_content .export_edit ul:last-of-type li:hover .add_ziduan{
    background: url("../../images/comold/exportall.png") no-repeat -64px -2px;
}

/*添加邮箱*/
.exportall .export_wrap .export_mail{
    width: 100%;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}
.exportall .export_wrap .export_mail>label span:first-of-type{
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin: 10px 10px 0 10px;
}
.exportall .export_wrap .export_mail>label input{
    width: 300px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #c9c9c9;
    border-right: none;
    vertical-align: middle;
    outline: none;
    color: #333;
    padding-left: 10px;
    box-sizing: border-box;
}
.exportall .export_wrap .export_mail>label input::-webkit-input-placeholder{color:#999;}
.exportall .export_wrap .export_mail>label input:-moz-placeholder{color:#999;}
.exportall .export_wrap .export_mail>label input::-moz-placeholder {color:#999;}
.exportall .export_wrap .export_mail>label input:-ms-input-placeholder {color:#999;}
.exportall .export_wrap .export_mail>label span:nth-of-type(2){
    display: inline-block;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #c9c9c9;
    background:#eee;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
}
.exportall .export_wrap .export_mail>label span:last-of-type{
    font-size: 12px;
    color:#fb6c69;
    display: inline-block;
    margin-left: 15px
}
.exportall .export_wrap .export_mail ul{
    height: 200px;
    width: 380px;
    overflow-y: auto;
    margin: 20px 0 0 88px;
}
.exportall .export_wrap .export_mail ul li{
    width: 350px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    background: #fff;
}
.exportall .export_wrap .export_mail ul li:hover{
    color: #44b0e6;
    background: #f2f2f5;;
}
.exportall .export_wrap .export_mail ul li.emailhover{
    color: #44b0e6;
    background: #f1fcff;;
}
.exportall .export_wrap .export_mail ul li>label input{
    vertical-align: middle;
    margin:0 15px;
}
.exportall .export_wrap .export_mail ul li>label span{
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
}

.exportall .export_footer{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.exportall .export_footer span{
    display: inline-block;
    width: 154px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    background: #8F9095;
    font-weight: 400;
    cursor: pointer;
}
.exportall .export_footer span:first-of-type{
    background: #45B0E6;
    margin: 0 20px 0 -10px;
}
/*全部导出完成提醒*/
.export_confirm{
    width:480px;
    height:240px;
    background-color: #fff;
    position:absolute;
}
.export_confirm .export_delete{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 450px;
    background: url("../../images/icos_delete.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.export_confirm .export_img{
    width: 120px;
    height: 80px;
    background: url("../../images/comold/exportall.png") no-repeat 24px -28px;
    background-size: 100%;
    margin: 54px 0 0 180px;
}
.export_confirm .export_tips{
    text-align: center;
}
.export_confirm .export_tips p{
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.export_confirm .export_tips p:first-of-type{
    margin-top: 10px;
}
.export_confirm .export_tips p:first-of-type span{
    color: #45B0E6;
}


.loading{
    width:360px;
    height:240px;
    background-color: #fff;
    position:absolute;
}
.loading .loading_delete{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 336px;
    background: url("../../images/icos_delete.png") no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.loading .loading_img{
    width: 100px;
    height: 100px;
    background: url("../../images/comold/loading_export.gif") no-repeat 0 0;
    background-size: 100%;
    margin: 34px auto;
}
.loading .loading_tips{
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}