/*主页面样式*/
.global_center{
    width:100%;
    min-height: calc(100vh - 212px);
    background:#fff;
    margin:0 auto;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    max-width: none;
}
.search_main{
    width:100%;
    height:100%;
    padding-top: 80px;
    box-sizing: border-box;
}
.search_main>div:first-of-type{
    text-align: center;
    margin: 0 0 48px;
}
.search_main .search_nav1{
    width:736px;
    margin:0 auto
}
/*全网搜页面样式 结束*/
.search_global{
    width:90%;
    height:100%;
    margin:0 auto;
    padding-bottom: 60px;
    box-sizing: border-box;
    overflow: hidden;
}
.search_global .search_nav2{
    margin-top: 20px;
    padding-left: 10px;
    box-sizing: border-box;
}
.search_global .content_wrap{
    width:90%;
    float: left;
    min-height:800px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.search_global .content_wrap .content_list{
    width:49%;
    box-shadow: 0 0 4px #a8a8a8;
    margin-left: 10px;
    position: relative;
    min-height: 800px;
}
.search_global .content_wrap .content_listother{
    width:98%;
    box-shadow: 0 0 4px #a8a8a8;
    margin-left: 10px;
    position: relative;
}
.search_global .content_wrap .content_list .delete_iframe{
    position: absolute;
    right: -8px;
    top:-12px;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 0 4px #a8a8a8;
    width: 18px;
    height: 18px;
    background: url("../../images/comold/delete_web.png") no-repeat;
    background-size: 100%;
}
.search_global .content_wrap .content_list iframe{

}
.search_global .content_wrap .content_list.on{
    width:100%;
    height:800px;
}
.search_global .content_nav{
    width: 10%;
    float: left;
    margin-top: 20px;
}
.search_global .content_nav ul{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.search_global .content_nav ul li{
    width:100%;
    height:40px;
    background-image: url("../../images/comold/web_adress_bg.png");
    background-size: 100% 100%;
    text-align: center;
    line-height: 40px;
    margin: 0 auto 16px;
    cursor: pointer;
}
.search_global .content_nav ul li.off{
    background-image: url("../../images/comold/web_adress.png");
    background-size: 100% 100%;
}
 /*全网搜索页面样式 结束*/
 /*微博搜索页面演示 开始*/
.search_blog{
    width:90%;
    height:100%;
    min-height:480px;
    margin:0 auto;
}
.search_blog ul{
    width: 100%;
    margin-top: 20px;
    padding-left: 25%;
    box-sizing: border-box;
}
.search_blog ul li{
    margin-bottom: 30px;
}
.search_blog ul li span{
    display: inline-block;
    margin-right: 6px;
    color: #444;
    font-weight: 600;
}
.search_blog ul li #blogstart{
    display: inline-block;
    line-height: 26px;
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.search_blog ul li #blogend{
    display: inline-block;
    line-height: 26px;
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.search_blog ul li .select1{
    height: 28px;
    width: 90px;
}
.search_blog ul li .select2{
    height: 30px;
    width: 90px;
}
.search_blog ul li label{
    margin-right: 20px;
}
.search_blog ul li label input{
    vertical-align: middle;
    margin-right: 6px;
}
 /*微博搜索页面演示 结束*/
 /*星光搜索页面样式 开始（content）*/
.search_star{
    width:90%;
    height:100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 38px;
}
.search_star .search_nav2{
    margin-top: 20px;
    padding-left: 10px;
    box-sizing: border-box;
}
.search_star .star_content_wrap{
    width: 100%;
    height: auto;
    position: relative;
}
.search_star .star_content_wrap .searche_wray{
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}
.search_left{
    width: 80%;
    float: left;
}
.search_left>ul{
    overflow: hidden;
    padding-left: 0;
}
.search_left ul li{
    float: left;
    height: 34px;
}
.search_left ul li a{
    display: inline-block;
    height: 34px;
    /*font-family: 黑体;*/
    font-family: Avenir,Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    border:1px solid #fff;
    background-color: #fff;
    padding: 8px 17px 8px 16px;
    overflow: hidden;
}
.search_left ul li a p{
    float: left;
    margin:0
}
.search_left ul li a p:nth-of-type(1){
    font-weight: 600;
    color:#444;
}
.search_left ul li a p:nth-of-type(2){
    color:#dc150e;
    text-align: center;
    position: relative;
    padding: 0 16px 0 25px;
}
.search_left ul li a>span{
    float: left;
    margin-left: 13px;
    position: absolute;
    color: #dadada;
}
.search_left ul li a.hover{
    position: relative;
    height:34px;
    border: 1px solid #dfdfdf;
    border-bottom:  0px;
    box-sizing: border-box;
    z-index: 10;
    box-shadow: 0px -1px 3px #dfdfdf;
}
.search_left ul li a.hover span{
    display: none;
}
.search-left-weibo li.weibo{display: block;}
.search_rigth{
    width: 98px;
    float: right;
    margin-right: 20px;
}
.search_rigth input{
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 25px;
    color: #626262;
    border: 1px solid #c9c9c9;
    font-size: 12px;
    background-color: #f5f5f5;
    border-radius: 12px;
    cursor: pointer;
}
/*星光列表展示 开始*/
.search_star .star_content_wrap .centre_content{
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding: 0 15px;
    box-sizing: border-box;
}
@media screen and (max-width: 1400px){
    .search_star .star_content_wrap .centre_content{
        width: 100%;
        border-top: 1px solid #ddd;
        margin-top: 15px;
        padding: 0 40px 0 15px;
        box-sizing: border-box;
    }
}
.search_star .star_content_wrap .centre_content .content_list{
    box-sizing: border-box;
    padding-top:25px;
}
.search_star .star_content_wrap .centre_content .content_list>ul{
    margin-top: 20px;
}
.search_star .star_content_wrap .centre_content .content_list>ul li{
    border-bottom: 1px dotted #ddd;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-top: 10px;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .all_checkbox{
    width: 100%;
    height:20px;
    line-height: 20px;
    overflow: hidden;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .all_checkbox>div{
    float: left;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .all_checkbox .ribbons{
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background: url("../../images/comold/infozt.png") no-repeat;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .all_checkbox .ribbons.z{
    background: url("../../images/comold/infozt.png") no-repeat -70px 0;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .all_checkbox  .ribbons.f{
    background: url("../../images/comold/infozt.png") no-repeat -35px 0 ;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .all_checkbox .info-time{
    float: right;
    font-size: 14px;
    color: #999;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .list_message{
    margin: 8px 0 8px 26px;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .list_message p{
    font-size: 14px;
    color:#888;
    line-height: 22px;
    word-wrap: break-word;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .url_wrap{
    margin-left: 26px;
    margin-top: 8px;
    overflow: hidden;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .url_wrap p{
    float: left;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .url_wrap ul{
    float: right;
    overflow: hidden;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .url_wrap ul li{
    float: left;
    width:20px;
    height: 20px;
    margin-left: 20px;
    margin-top: 0;
    cursor: pointer;
    border-bottom: none;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .url_wrap ul li.a{
    background: url("../../images/comold/star_search_ico.png") no-repeat;
}
.kongshi{
    background: url("../../images/comold/star_search_ico.png") no-repeat -28px 0;
}
.kongjian{
    background: url("../../images/comold/star_search_ico.png") no-repeat -28px -36px;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .url_wrap ul li.c{
    background: url("../../images/comold/star_search_ico.png") no-repeat -58px 0;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .url_wrap ul li.d{
    background: url("../../images/comold/star_search_ico.png") no-repeat -90px 0;
}
.search_star .star_content_wrap .centre_content .content_list>ul li .url_wrap ul li.e{
    background: url("../../images/comold/star_search_ico.png") no-repeat -120px 0;
}
.hoverstart{
    background: url("../../images/comold/star_search_ico.png") no-repeat -58px -36px !important;
}
/*星光列表展示 结束*/
/*星光搜索页面样式 结束*/

/*星光筛选弹层 开始*/
 .seacrh_pub{
    position: absolute;
    z-index: 7;
    display: none;
    top:33px;
    left:0px;
    width:100%;
    height:50px;
    border:1px solid #dfdfdf;
    padding:10px 0;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 8px #dfdfdf;
}
.media-type ul{
    display:block;
    float: left;
    margin-top: 5px;
    padding-left: 0;
    width: 90%;
    margin-left: 20px;
}
.media-type ul li{
    float:left;
}
.media-type ul li a{
    height: 20px;
    padding: 0px 10px;
    color:#aeb3c0;
    font-size: 14px;
    font-weight: 400;
}
.media-type ul li a:hover{
    color:#dc150e;
}
.media-type ul li a.hover{
    color:#dc150e;
}
.media-type .button_all{
    width: 58px;
    height: 22px;
    float:right;
    border: 1px solid #AEAEAE;
    border-radius: 22px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    color:#6C6C6C;
    margin-right: 20px;
}
.media-type ul p.p_time{
    margin-top: -5px;
    color: #38aae1;
    text-align: center;
    position: relative;
    padding: 0 10px 0 5px;
}
.media-type ul p.p_time input{
    height: 28px;
    border: none;
    line-height: 30px;
    width: 180px;
    text-align: center;
    cursor: pointer;
    color: #38aae1;
    border:1px solid #dbdbdb;
    border-radius: 14px;
}
.media input[type="checkbox"]{
    display: none;
}
/*星光筛选弹层 结束*/
/*多选 开始*/
.multiselect input[type="checkbox"]{display:inline;}
.multiselect ul li a{padding: 5px 10px 5px 2px;}
.seacrh-time ul{margin-left: 20px;}
.seacrh-time ul li{width: 180px;float:left;}
.seacrh-time ul li:nth-child(2){width:auto;padding: 0 10px;line-height: 28px;}
.tjtime .input_text1{height:28px;border:none;line-height:30px;width:150px;text-indent: 5px;cursor: pointer;color:#38aae1;}
.seacrh-button .button{line-height: 25px;width: 140px;margin: 0 auto;}
.seacrh-button .button a{display: block;float:left;margin-left:20px;width: 44px;height: 25px;border:1px solid #dc150e;background-color: #dc150e;color:#fff;text-align: center;font-size: 12px;border-radius: 25px;}
.seacrh-button .button a:nth-child(2){border-color:#8e9095;background-color: #8e9095;color:#fff;}
.media  .button{margin: 10px auto;display:none;}
.multiselect .button{display: block;}
/*多选 结束*/
/*分页 开始*/
.comold-jump-browse{background-color: #fff;margin: 10px 0 0;color:#444;padding: 0px 28px 16px;overflow: hidden}
.comold-jump-browse .jump_wrap{width: 80%;float:left;margin-top: 5px;font-size: 10pt}
.comold-jump-browse .jump_wrap a{color:#444;}
.comold-jump-browse .showts{width: 150px;float:left;font-size: 12px;margin: 10px 0px 0px;}
.comold-jump-browse span{padding: 5px 10px;background-color: #dc150e;color:#fff;border-radius: 5px;margin: 0px;}
.comold-jump-browse a{padding: 5px 0;margin: 0px;}
.comold-jump-browse a:hover{padding: 5px 0px;background-color: #dc150e;color:#fff;border-radius: 5px;}
.comold-jump-browse a.previous,.comold-jump-browse a.top,.comold-jump-browse a.nextpage,.comold-jump-browse a.tailpage{padding: 5px 10px;}
.comold-jump-browse .pagesize{width: 50px;height: 24px;border: 1px solid #dedede;font-size: 9pt;}
.comold-jump-browse .confirm{border: none;border-radius: 5px;background-color: #dc150e;color: #fff;line-height: 24px;cursor: pointer;}
/*分页 结束*/
/*底部操作 开始*/
.fhtop{
    bottom: 24%;
}
.operate-wary{
    width:100%;
    height: 45px;
    background: rgba(000,000,000,0.5);
    position:fixed;
    bottom:0px;
    z-index: 10;
}
.operate-wary > div{
    width: 90%;
    margin: 0 auto;
    color:#fff;
    font-size: 12px;
    padding-left: 15px;
    box-sizing: border-box;
}
.operate-wary > div > label{
    display: block;
    float:left;
    line-height: 45px;
}
.operate-wary > div input[type=checkbox]{
    vertical-align:middle;
}
.operate-wary > div button{
    color:#fff;
    background-color:#dc150e;
    border:none;
    padding:4px 12px;
    border-radius: 24px;
    cursor: pointer;
    display: block;
    float:left;
    margin: 10px 0 0 16px;
    position: relative;
    font-size: 12px;
}
.operate-wary > div>span{
    float: left;
    margin: 16px 20px 0;
}
.operate-wary > div p{
    float:left;
    line-height: 45px;
    font-size: 12px;
    margin:0;
}
.operate-wary > div label{
    cursor: pointer;
}
/*底部操作 结束*/
/*搜索input组件样式 开始*/
.input_nav_bg{
    overflow: hidden;
    padding-left: 14px;
    box-sizing: border-box;
}
.input_nav_bg>div{
    width:90px;
    float:left;
    text-align:center;
    margin-right:32px;
    font-size: 20px;
    color:#a8a8a8;
    cursor: pointer;
}
.input_nav_bg>div.act{
    color:#dc150e
}
.input_wrap{
    position: relative;
}
.input_wrap .search_cond{
    display: inline-block;
    position: relative;
    width: 100px;
    height: 38px;
    border: 1px solid #dc150e;
    border-radius: 23px 0 0 23px;
    box-shadow: 0 0 4px #a8a8a8;
    vertical-align: middle;
    font-size: 16px;
    background: #f2fbfe;
}
.input_wrap .search_cond p{
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: url("../../images/comold/arr1.png") no-repeat 85px 18px;
    cursor: pointer;
}
.input_wrap .search_cond>ul{
    display: none;
    width: 90%;
    height: 64px;
    position: absolute;
    z-index: 11;
    top: 40px;
    left: 10px;
    box-shadow: 0 0 10px #dfdfdf;
    background: #fff;
    border-radius: 4px;
}
.input_wrap .search_cond>ul li:hover{
    background: #f1fcff;
}
.input_wrap .search_cond>ul li{
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-indent: 9px;
    font-size: 14px;
    color: #a8a8a8;
    cursor: pointer;
}
.input_wrap .search_cond>ul li.choseli{
    color:#333;
    background-color: #f1fcff;
    background-image: url("../../images/comold/eventdg.png");
    background-repeat: no-repeat;
    background-position: 72px 8px;
}
.input_wrap .search_cond>ul li:first-of-type{
    border-bottom: 1px solid #dbdbdb;
}
.input_wrap input{
    width:732px;
    height:40px;
    border: 1px solid #dc150e;
    border-radius: 23px;
    box-shadow: 0 0 4px #a8a8a8;
    margin:10px 0;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 18px;
    color:#444;
    outline: none;
}
.input_wrap .input_search{
    width:630px;
    border-radius:0 23px 23px 0;
    vertical-align: middle;
    border-left: none;
}
.input_wrap input::-webkit-input-placeholder{
    color:#cbcbcb
}
.input_wrap input::-moz-placeholder{
    color:#cbcbcb
}
.input_wrap input:-ms-input-placeholder{
    color:#cbcbcb
}
.input_wrap .collect_btn{
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 654px;
    top:14px;
    background-image: url("../../images/comold/collect_black.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.input_wrap .photo_btn{
    width: 36px;
    height: 36px;
    position: absolute;
    left: 693px;
    top:12px;
    background: url("../../images/comold/search_btn.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.input_wrap .blog_btn{
    width: 120px;
    height:46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 23px;
    font-size: 18px;
    color:#fff;
    background: #dc150e;
    margin-left: 10px;
    cursor: pointer;
    box-shadow: 0 0 4px #a8a8a8;
}
.input_wrap .cache_list{
    width:730px;
    position: absolute;
    z-index: 11;
    box-shadow: 0 0 10px #dfdfdf;
    background: #fff;
    border-radius: 4px;
}
.input_wrap .cache_clone_list{
    width:630px;
    left: 102px;
}
.input_wrap .cache_list ul{

}
.input_wrap .cache_list ul li{
    width:100%;
    height:30px;
    line-height: 30px;
    padding: 0 20px 0;
    box-sizing: border-box;
    font-size: 16px;
    color:#444;
}
.input_wrap .cache_list ul li:hover{
    background: #f2f2f5;
    cursor: pointer;
}
.input_wrap .cache_list ul li span:first-of-type{
    display: inline-block;
    width:600px;
    text-align: left;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    color: #444;
}
.input_wrap .cache_clone_list ul li span:first-of-type{
    width:500px;
}
.input_wrap .cache_list ul li span:last-of-type{
    display: none;
}
.input_wrap .cache_list ul li:hover span:last-of-type{
    display: inline-block;
    width:88px;
    text-align: right;
    font-size: 14px;
    color:#ec454f;
    cursor: pointer;
}
.delete_cache{
    color:#ec454f !important;
}
.input_wrap .cache_list div{
    width:100%;
    height: 36px;
    line-height: 36px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    color:#048fdf;
    cursor: pointer;
}
    /*搜索组件样式 结束*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated .infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(-15px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-15px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

/*全部导出*/
.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;
}



