.mSlider-mask {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5 !important;
    -khtml-opacity: 0.5 !important;
    opacity: 0.5 !important;

    /* background: rgba(0, 0, 0, 0.5) !important*/
}
.xm-icon-expand{
    /* border-top-color: #2F77FF !important; */
    border-top-color: #32B0E0 !important;
}

#app .el-pagination{
    padding: 10px 360px;
    box-sizing: border-box;
}
/* #topLeft:hover .xm-body{
    display: block;
    border-top-color: #2F77FF !important;
} */

.daterangepicker{
    height: 293px !important;
}
/* 添加导出 提示弹窗的样式修改 */
.coco-msg-stage {
    position: fixed;
    top: 62px;
    left: 50%;
    width: auto;
    transform: translate(-50%, 0);
    z-index: 3000;
}

.error {
    min-width: 312px;
    min-height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DF2229;
    line-height: 14px;
    z-index: 99;
    position: absolute;
    top: 10px !important;
    left: 40%;
}

.coco-msg-content {
    margin: 0 10px;
    min-width: 270px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    font-family: -apple-system, Microsoft Yahei, sans-serif;
    text-shadow: 0 0 1px rgb(0 0 0 / 1%);
}


/* 解决高度塌陷 */
#clear:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#clear {
    zoom: 1;
}

/* 查询记录刷新按钮 */
.glyphicon-refresh {
    width: 16px;
    height: 40px;
    color: #CCCCCC;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 30px;
}

/* 导出记录刷新按钮 */
.glyphicon-repeat {
    width: 16px;
    height: 40px;
    color: #CCCCCC;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    margin-left: 30px;
}

/* .glyphicon-repeat {
    width: 16px;
    height: 40px;
    color: #CCCCCC;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    margin-left: 30px;
    position: absolute;
    left: -15px;
    top: 3px;
} */


/* 刷新动画 */

@-webkit-keyframes rotation {

    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }

}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

}

/* 
    查询等待弹窗的样式
*/
/* .modal-content{
    background-color: #999999;
} */
.modal {
    width: 100%;
    height: 100%;
}

.modal-open .modal {
    overflow-x: inherit;
    overflow-y: inherit;
}

.f_modal_f {
    width: 416px;
    height: 242px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}

.sccessBox {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}

.loaderText {
    margin-top: 24px;
}

.errorBox {
    text-align: center;
}

.errorImg {
    margin-top: 24px;

}

.errorTips {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    /* line-height: 16px; */
    margin-bottom: 24px;
}

.refreshBox {
    width: 111px;
    height: 36px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #2F77FF;
    margin-left: 153px;
    cursor: pointer;

    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #2F77FF;
    line-height: 15px;

    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 33px;
    box-sizing: border-box;

    background-color: #FFFFFF;
}

.loadingTips {
    width: 120px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #DCDEE2;
    position: absolute;
    left: 15px;
    top: 38px;
    text-align: left;
    padding: 5px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;

    /* color: #fff; */
    /* font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei; */
}


.loadingTips h3 {
    font-size: 12px;
    margin-bottom: 5px;
}

.loadingTips p {
    font-size: 12px;
    margin-left: 8px;
    z-index: 99;
}



/* .f_modal_img {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    background: url(/public/yb/member/img/historySearch/loading.gif) no-repeat center center;
    
} */


.modal_text_f {
    color: #333333;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}


/* 
    查询弹窗的样式
*/

.f_modal {
    width: 416px;
    height: 203px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 36px 0;
    display: flex;
    box-sizing: border-box;
    position: relative;
}

.f_modal_left {
    width: 80px;
    /* background-color: aqua; */
    float: left;
    text-align: center;
}

.f_modal_right {
    width: 336px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    float: left;
}

.f_modal_right .tip {
    color: #666666;
    margin-bottom: 16px;
}

.f_modal_right .modal_text {
    color: #333333;
    margin-bottom: 20px;
    padding-right: 32px;
    box-sizing: border-box;
}

.timeOutConfirm{
    margin-left: 70px;
}

.checkSchedule {
    width: 118px;
    height: 36px;
    background: #2F77FF;
    border-radius: 2px 2px 2px 2px;
    font-size: 13px;
    color: #FFFFFF;
    float: left;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.checkOther {
    width: 118px;
    height: 36px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #C2C2C2;
    font-size: 13px;
    color: #666666;
    float: left;
    margin-left: 20px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

#warning {
    font-size: 36px;
    color: #DF2229
}

.modal-dialog {
    width: 416px;
    margin: 350px auto;
}

.modal-body {
    padding: 0;
}

#modalClose {
    display: block;
    position: absolute;
    top: 17px;
    right: 17px;
    font-size: 15px;
    color: #999999;
}

/* 
     vip 用户登录默认页面的css
*/
body {
    background-color: #F3F3F3;
    background: url('../../img/img_dw.png') no-repeat;
}

li {
    list-style: none;
}

/* .xm-option{
    background-color: #F1F6FF !important
} */

#select_type xm-select>.xm-body .xm-option {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}

.warp_input {
    width: 100%;
    height: 505px;
    margin-top: 20px;
    margin-bottom: 17px;
}

.inputBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /* background: #FFFFFF; */
    position: relative;
}

.title-logo img {
    width: 160px;
    height: 28px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
}

.history_search {
    width: 168px;
    height: 37px;
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 33px;
}
.history_shangji_search {
    /* overflow: hidden; */
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%);
    font-weight: 400;
    font-size: 24px;
    color: #333333;
}
.history_shangji_search .his_sj_item {
    float: left;
    cursor: pointer;
}
.history_shangji_search .his_sj_item:nth-child(1) {
    margin-right: 65px;
    font-weight: bold;
    color: #32B0E0;
}
.history_shangji_search .his_sj_hr {
    display: block;
    width: 120px;
    height: 3px;
    background: #32B0E0;
    border-radius: 3px;
    position: absolute;
    /* top: 100px; */
    top: 35px;
    /* left: 50%; */
}

.top_input {
    /* width: 580px; */
    width: 778px;
    /* height: 50px; */
    /* border-radius: 2px 2px 2px 2px; */
    opacity: 1;
    /* border: 2px solid #2F77FF; */
    position: absolute;
    /* top: 133px;  */
    top: 140px;
    left: 50%;
    transform: translate(-50%);
    /* z-index: 9; */
    background: #FFFFFF;
    border-radius: 4px 0px 0px 4px;
    border: 2px solid #4DBBE4;
}

.errors {
    min-width: 312px;
    min-height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DF2229;
    line-height: 14px;
    z-index: 99;
    position: absolute;
    /* top: 187px; */
    top: 199px;
    left: 40%;
    /* margin-left: 290px; */
}

.errorOther {
    min-width: 312px;
    min-height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DF2229;
    line-height: 14px;
    z-index: 99;
    position: absolute;
    top: 147px;
    left: 242px;
    /* margin-left: 290px; */
}

.errorInclude {
    min-width: 312px;
    min-height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DF2229;
    line-height: 14px;
    z-index: 99;
    position: absolute;
    top: 196px;
    left: 242px;
    /* margin-left: 290px; */
}

.left_text {
    /* width: 142px; */
    /* width: 155px; */
    width: 135px;
    height: 50px;
    /* background: #F1F6FF; */
    background: #EEFAFF;
    border-radius: 0px 0px 0px 0px;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    /* border-right: 2px solid #2F77FF; */
    /* border-top: 2px solid #2F77FF;
    border-left: 2px solid #2F77FF;
    border-bottom: 2px solid #2F77FF; */
    box-sizing: border-box;
    float: left;
    /* display: flex;
    align-items: center; */

    position: relative;
}

/* xm-body  absolute  */


#topLeft xm-select>.xm-body .xm-option.selected.hide-icon .xm-option-content {
    /* color: #2F77FF !important; */
     color: #32B0E0 !important;
}

#select_type xm-select>.xm-body .xm-option.selected.hide-icon .xm-option-content {
    /* color: #32B0E0 !important; */
    color: #32B0E0;
}


#topLeft .label-content {
    line-height: 42px;
}


.right_input {
    /* width: 421px; */
    /* width: 434px; */
    width: 632px;
    height: 50px;
    float: left;
    border: 0;
    outline: none;
    padding-left: 24px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    /* border: 2px solid #2F77FF; */
    border: none !important;
    box-sizing: border-box;
}

.search_all {
    /* width: 802px; */
    /* width: 814px;
    height: 180px; */
    width: 860px;
    height: 280px;
    /* border: solid 1px #bfbfbf;
    box-sizing: border-box; */
    position: absolute;
    /* top: 217px; */
    top: 222px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    position: relative;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.63) 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #FFFFFF;
}

.buttons {
    width: 248px;
    height: 40px;
    position: absolute;
    /* top: 429px; */
    top: 440px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    z-index: 99;
}

/* .but_search {
   
} */
.btn-primary {
    min-width: 114px;
    min-height: 40px;
    /* background: #2F77FF; */
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    /* border: 1px solid #2F77FF; */
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    background: #32B0E0;
    border: 1px solid #32B0E0;
}

.but_reset {
    width: 114px;
    height: 40px;
    background: #ECECEC;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #ECECEC;
    /* margin-left: 20px; */
    margin-right: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;
}

.T_search1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.T_search1 .T_search1_item {
    display: flex;
    align-items: center;
}
.T_search1 .T_search1_item > p {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-right: 30px;
}
.seleck_time {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 57px;
    /* z-index: 9; */
}

.error1 {
    min-width: 312px;
    min-height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DF2229;
    line-height: 14px;
    z-index: 99;
    position: absolute;
    top: 54px;
    left: 90px;
}

.tipHide {
    width: 186px;
    height: 92px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #DCDEE2;
    position: absolute;
    top: 10px;
    left: 90px;
    z-index: 999;
    padding: 12px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    border: none;
}

.tipHide img {
    width: 214px;
    height: 116px;
    position: absolute;
    top: -9px;
    left: -17px;
    z-index: -1;
}

/* .otherBox{
    position: relative;
} */

.tipHide2 {
    width: 264px;
    height: 117px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #DCDEE2;
    position: absolute;
    top: 105px;
    left: 90px;
    z-index: 999;
    padding: 12px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    border: none;
}

.tipHide2 img {
    width: 305px;
    height: 149px;
    position: absolute;
    top: -12px;
    left: -24px;
    z-index: -1;
}

.tipHide3 {
    width: 266px;
    height: 117px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #DCDEE2;
    position: absolute;
    top: 154px;
    left: 90px;
    z-index: 999;
    padding: 12px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    border: none;
}

.tipHide3 img {
    width: 307px;
    height: 149px;
    position: absolute;
    top: -12px;
    left: -24px;
    z-index: -1;
}

.seleck_lable {
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-right: 9px;
    box-sizing: border-box;
    position: relative;
}

.t-t {
    width: 20px;
    text-align: center;
    color: #999999;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    /* width: 170px; */
    width: 280px;
    height: 30px;
}

.T_way {
    display: flex;
    align-items: center;
}

.T_s3 {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.T_s3 .label-content {
    font-size: 12px;
}

.T_search_title {
    width: 78px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;

}

input[type=checkbox],
input[type=radio] {
    margin: -4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.T_prompt {
    /* width: 126px; */
    width: 140px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    /* color: #2F77FF; */
    color: #32B0E0;
    margin-right: 12px;
}

/* #other1{
    border: 1px solid #DCDEE2;
} */


.T_prompt1 {
    width: 32px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

/* #selectArea xm-select{
    width: 210px !important;
    height: 30px ;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #DCDEE2;
    padding-left: 12px;
    font-size: 12px;
    z-index: 99;
} */

.ts_input {
    width: 170px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    /* border-radius: 2px 2px 2px 2px; */
    opacity: 1;
    border: 1px solid #DCDEE2;
    padding-left: 12px;
    font-size: 12px;
    z-index: 99;
}

/* #select_type .xm-body {
    width: 116%;
} */
/* #industry .xm-body {
    width: 116%;
} */

/* #selectArea .xm-body {
    width: 116%;
} */

#config-demo1 {
    background: url(/public/yb/member/img/historySearch/image\ 20.png) no-repeat 138px 5px;
}

#config-demo3 {
    background: url(/public/yb/member/img/historySearch/image\ 20.png) no-repeat 138px 5px;
}

.table-condensed {
    background-color: #FFFFFF;
}

#select_type .xm-label-block span {
    font-size: 12px;
    padding: 0;
}

#select_type .xm-tips {
    font-size: 12px;
    color: #333333;
}

#select_type .label-content {
    padding: 0 10px;
}

#select_type .xm-label-block {
    height: 20px;
    line-height: 20px;
    margin: 4px 5px 2px 0;
}

#industry .xm-label-block span {
    font-size: 12px;
    padding: 0;
}

#industry .xm-tips {
    font-size: 12px;
    color: #333333;
}

#industry .label-content {
    padding: 0 10px;
}

#industry .xm-label-block {
    height: 20px;
    line-height: 20px;
    margin: 4px 5px 2px 0;
    background-color: #32B0E0 !important;
}

#selectArea .xm-label-block span {
    font-size: 12px;
    padding: 0;
}

#selectArea .xm-tips {
    font-size: 12px;
    color: #333333;
}

#selectArea .label-content {
    padding: 0 10px;
}

#selectArea .xm-label-block {
    height: 20px;
    line-height: 20px;
    margin: 4px 5px 2px 0;
    background-color: #32B0E0 !important;
}

/* 
    5秒弹窗
 */
.alertf {
    width: 35%;
    height: 50px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;

    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: absolute;
    left: 33%;
    top: 55%;
    z-index: 999;
}

/*  
    信息为零展示页面
*/
.infoIsZero {
    margin-bottom: 20px;
    width: 100%;
    height: 365px;
}

.infoIsZeroBox {
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin: auto;
    text-align: center;
}

/*  
    免费用户页面
*/
.content_warp_noMoney {
    margin-bottom: 20px;
    width: 100%;
    height: 348px;
}

.content_result_noMoney {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    padding-top: 47px;
    box-sizing: border-box;
}

.showTips_noMoney {
    width: 447px;
    height: 210px;
    font-size: 20px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin: auto;
    text-align: center;
}


/* 
    查询后有结果显示的页面
*/
.content_warp {
    margin-bottom: 20px;
    width: 100%;
    /* height: 100%;   高度应该是由内容撑开  自适应  不设置高度 */
    /* height: 1550px; */
    /* height: 4422px; */
}

.content_result {
    width: 1200px;
    /* height: 100%;   高度应该是由内容撑开  自适应  不设置高度 */
    height: 100%;
    margin: 0 auto;
}

.result {
    width: 924px;
    height: 100%;
    background-color: #fff;
    float: left;
}

.checkAll_top {
    width: 924px;
    height: 44px;
    background: #F9F9F9;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding: 0 28px;
    box-sizing: border-box;
    line-height: 44px;
}

.checkAll_top .twoP {
    margin-left: 16px;
}

.checkAll_top p:nth-child(1) {
    width: 50px;
    height: 44px;
    float: left;
    display: flex;
    align-items: center;

}

.checkAll_top p:nth-child(2) {
    width: 160;
    height: 44px;
    margin-left: 30px;
    float: left;
    text-align: center;
    line-height: 44px;

}

.checkAll_top p:nth-child(3) {
    width: 170px;
    height: 44px;
    margin-left: 30px;
    float: left;
    text-align: center;
    line-height: 44px;
}

.checkAll_top p:nth-child(4) {
    width: 185px;
    height: 44px;
    margin-left: 30px;
    float: left;
    text-align: center;
    line-height: 44px;
}

.checkAll_top p:nth-child(5) {
    float: right;
    text-align: center;
    margin-top: 6px;
    cursor: pointer;
}

.checkAll_top span {
    margin-left: 7px;
}



.checkAll_top .pt {
    width: 98px;
    height: 32px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #DCDEE2;
    font-size: 13px;
    color: #666666;
    text-align: center;
    line-height: 32px;
    background: url(/public/yb/member/img/historySearch/icon_pldc1.png) no-repeat center;
    background-position: 12px 8px;
}
.checkAll_top .pt .pts{
    margin-left: 20px;
}
/* .checkAll_top .pt:hover{
    background:url(/public/yb/member/img/historySearch/icon_pldc.png) no-repeat center;
    background-position: 12px 8px;
} */

.cont_ul {
    /* padding: 0 28px;
    box-sizing: border-box; */
}

.cont_li {
    width: 100%;
    height: 144px;
    background: #FFFFFF;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    border-bottom: 1px solid #F4F4F4;
    padding: 0 28px;
    box-sizing: border-box;
}

.cont_ul .title_li {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    margin-top: 20px;
    margin-left: 15px;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cont_ul .time_tag {
    margin-top: 8px;
    width: 100%;
    height: 22px;
    display: flex;
    align-items: center;
    margin-left: 28px;
    font-size: 14px;
    color: #999999;

}

.cont_ul .time_tag div {
    padding: 1px 6px;
    box-sizing: border-box;
    background: #E7EFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    /* border: 1px solid #2F77FF; */
    border: 1px solid #32B0E0;
    font-size: 12px;
    /* color: #2F77FF; */
    color: #32B0E0;
    margin-left: 16px;
}

/* .cont_ul .time {
    width: 148px;
    height: 22px;
    font-size: 14px;
} */

/* 超出两行隐藏 */
.content_text {
    width: 840px;
    height: 45px;
    margin-top: 12px;
    margin-left: 28px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;


}

.cont_ul .cont_li:hover {
    background: #F1F6FF;
}



.content_right {
    width: 260px;
    /* height: 100%;   高度应该是由内容撑开  自适应  不设置高度 */
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    float: right;
}

.content_right img {
    margin-top: 3px;
    margin-right: 3px;
}

.right_title {
    font-size: 18px;
    font-weight: 600;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-top: 16px;
}

.text_one {
    margin-top: 20px;
    font-size: 14px;
    /* line-height: 30px; */

}

.title_1 {
    width: 196px;
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 19px;

    display: flex;
    align-items: center;
}

.i_icon {
    display: block;
    width: 5px;
    height: 20px;
    background-color: red;
    margin-right: 8px;
}

.text_con {
    width: 220px;
    height: 140px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 11px;
}

.text_con2 {
    width: 220px;
    height: 118px;
    background: #F4F4F4;
    margin-top: 12px;
    padding: 8px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 19px;
}



.text_two {
    margin-top: 20px;
}

.text2_con {
    width: 220px;
    height: 65px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 11px;
}

.text_three {
    margin-top: 20px;
}

.text3_con {
    width: 220px;
    height: 87px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 11px;
}

.text_four {
    margin-top: 20px;
}

.text4_con {
    width: 220px;
    height: 125px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 11px;
}

.sapnsapn {
    font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.page_div {
    width: 100%;
    height: 52px;
    background-color: #fff;
}

#title_url input[type=checkbox],
input[type=radio] {
    margin: -17px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.checkAll_top input[type=checkbox] {
    margin: -1px 0 0;
}

/*  
    底部固定栏 + 返回顶部 start
*/
.fixed_box {
    width: 100%;
    height: 68px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 3px -3px #666666
}

.fixed_footer {
    width: 1200px;
    margin: 0 auto;
    /* padding-top: 25px;
        box-sizing: border-box; */
    font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #F3F3F3;
}

.fixed_footer img {
    margin-bottom: 3px;
}

.fixed_left_ul {
    /* width: 60%; */
    height: 68px;
    float: left;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;

}

.fixed_footer_li1 {
    width: 140px;
    height: 68px;
    line-height: 69px;
    padding-left: 16px;
    box-sizing: border-box;
}

.fixed_footer_li2 {
    width: 114px;
    height: 68px;
    text-align: center;
    line-height: 69px;
}

.fixed_footer_li4 {
    width: 151px;
    height: 68px;
    text-align: center;
    line-height: 68px;
}

.fixed_right_goTop {
    height: 68px;
    line-height: 68px;
    text-align: center;
    float: right;
}

/* .fixed_left li {
        width: 25%;
        line-height: 50px;
        text-align: center;
    } */

.show_box {
    display: block;
    position: relative;
}

.show_box:hover .hide_box {
    display: block;
}

.hide_box {
    display: none;
    width: 96px;
    height: 76px;
    background: #FFFFFF;
    /* border-radius: 2px 2px 2px 2px; */
    border: 1px solid #DCDEE2;
    position: absolute;
    bottom: 68px;
    left: 0;
    /* box-shadow: 5px 1px #bfbfbf; */
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    /* padding: 14px 20px; */
    box-sizing: border-box;
    line-height: 25px;

}

.hide_text:nth-child(1) {
    margin-top: 12px;
}

.hide_box .hide_text:hover {
    cursor: pointer;
    color: #2F77FF;
    background: #F1F6FF;
}



/* 向下的三角形*/
.toBottom {
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
}

/* 
    导出详情
*/
.exportDetailDialog {
    width: 100%;
    height: 100%;
    position: relative;
}

.exportDetailContent {
    width: 100%;
    height: 100%;
    background: #F2F2F2;

    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
    overflow-y: auto;
}

.fixTopBOX {
    width: 100%;
    height: 180px;
    background: #FFFFFF;
    position: absolute;
    top: 40px;
    left: 0;

    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    padding: 24px;
    box-sizing: border-box;
}

.fixTopBOX p {
    color: #666666;
    margin-bottom: 12px;
}

.fixTopBOX p span {
    color: #000;
}


#detail_ul {
    width: 100%;
    /* height: 100%; */
    margin-bottom: 40px;
}

#detail_li {
    width: 100%;
    margin-bottom: 16px;
    /* height: 84px; */
    /* background-color: aquamarine; */
}

#detail_li:hover #detail_Title{
    cursor: pointer;
    color: #2F77FF;
}


/*  两行显示，超出隐藏 */
#detail_Title {
    width: 100%;
    /* height: 44px; */
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: left;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#detail_Time {
    width: 100%;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}


/* 
    选择内容  添加导出
 */
.selectedDialog {
    width: 100%;
    height: 100%;
    position: relative;
    /* font-size: 16px; */
}

.select_content {
    width: 100%;
    height: 100%;
    background: #F2F2F2;
}

.select_content .noRecord {
    text-align: center;
}

.addContent {
    width: 100%;
    height: 100%;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    overflow-y: auto;
    padding-bottom: 100px;
}

/* .addTipBox {
    line-height: 34px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 11px;
    padding-left: 12px;
    box-sizing: border-box;
    background: #E7E7E7;
} */

/* .glyphicon-info-sign {
    margin-right: 4px;
} */

#addUl {
    width: 100%;
    /* height: 100%; */
    margin-bottom: 40px;
}

.addli {
    width: 100%;
    margin-bottom: 16px;
    /* height: 84px; */
    /* background-color: aquamarine; */
}
#addUl .delli{
    display: none;
}

.addli:hover #addTitle{
    cursor: pointer;
    color: #2F77FF;
}

/*  两行显示，超出隐藏 */
.addTitle {
    width: 100%;
    /* height: 44px; */
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: left;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.addTime {
    width: 100%;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.addTime img {
    cursor: pointer;
}

/* 
     右侧弹窗 1 ： 提交成功
*/
/* li:has(> a.active){
    color:red;
} */
.mSlider-inner:has(div.exportDetailDialog) {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 360px;
    height: 944px;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    transition: all 1s ease-out 0s !important;
    z-index: 100;
}

.successDialog{
    width: 100%;
    height: 100%;
    background: #F3F3F3;
}

.success_content {
    width: 100%;
    height: 100%;
    /* background: #FFFFFF; */
}

.successTips {
    width: 100%;
    height: 179px;
    background: #F3F3F3;
    text-align: center;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    letter-spacing: 1px;

    padding-top: 36px;
    box-sizing: border-box;
}

.successTips p:nth-child(1) {
    margin-bottom: 20px;
}

.successTips p:nth-child(2) {
    margin-bottom: 8px;
}

.successTips img {
    margin-bottom: 4px;
}

.ok {
    font-size: 15px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    letter-spacing: 1px;
}

.successForm {
    width: 100%;
    height: 813px;
    background: #FFFFFF;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 28px 24px;
    box-sizing: border-box;
    position: relative;
    display: none;
}

.s_email_error {
    min-width: 312px;
    min-height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DF2229;
    line-height: 14px;
    z-index: 99;
    position: absolute;
    top: 162px;
    left: 24px;
}

.s_phone_error {
    min-width: 312px;
    min-height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DF2229;
    line-height: 14px;
    z-index: 99;
    position: absolute;
    top: 280px;
    left: 24px;
}

.youCan {
    font-size: 12px;
    color: #999999;
    text-align: center;
}

.place {
    font-size: 14px;
    color: #333333;
    margin-bottom: 16px;
    margin-top: 24px;
}

.success_input {
    width: 312px;
    height: 36px;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #DCDEE2;

    font-size: 12px;
    /* color: #C2C2C2; */
    color: #333333;

    padding-left: 16px;
    box-sizing: border-box;
}

/* 
     右侧弹窗 1 ： 查询记录  |  导出记录
*/
.dialog {
    width: 100%;
    height: 100%;
    position: relative;
}

.dialog_top {
    width: 100%;
    height: 40px;
    background: #333333;
    display: flex;
    align-items: center;
    padding-left: 12px;
    box-sizing: border-box;
}

.icon {
    width: 16px;
    height: 40px;
    color: #CCCCCC;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.allExportIcon {
    width: 16px;
    height: 40px;
    color: #CCCCCC;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.addIcon {
    width: 16px;
    height: 40px;
    color: #CCCCCC;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.detailIcon {
    width: 16px;
    height: 40px;
    color: #CCCCCC;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.successIcon {
    width: 16px;
    height: 40px;
    color: #CCCCCC;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.exportDetail_top_title {
    width: 180px;
    height: 40px;
    margin-left: 76px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.dialog_top_title {
    width: 180px;
    height: 40px;
    margin-left: 76px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
}

.dialog_top_title span {
    cursor: pointer;
}

.dialog_content {
    width: 100%;
    height: 100%;
    background: #F3F3F3;
}

.selected {
    background: #fff;
}

.exportImg {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding-top: 120px;
    text-align: center;
}

.addImg {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding-top: 120px;
    text-align: center;
}

.noRecord {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding-top: 120px;
    text-align: center;
}

.export_ul {
    width: 100%;
    height: 100%;
    /* padding: 0 24px; */
    /* box-sizing: border-box; */
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    overflow-y: auto;
    padding-bottom: 150px;
}

.export_li {
    width: 100%;
    height: 84px;
    border-bottom: 1px solid #E5E5E5;
    padding: 24px 10px 12px 16px;
    box-sizing: border-box;
    /* background: #DF2229; */

}

.export_li:hover .excel {
    color: #2F77FF;
}

.fixTopBoxP:hover .excel {
    color: #2F77FF;
    cursor: pointer;
}

.export_li div {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    letter-spacing: 1px;
}

.export_li div:nth-child(1) {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.export_li div p:nth-child(2) {
    cursor: pointer;
}

.export_li #exportTime {
    color: #000;
}

.dialog_ul {
    width: 100%;
    height: 100%;
    /* padding: 0 24px; */
    /* box-sizing: border-box; */
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    overflow-y: auto;
    padding-bottom: 150px;
}

.dialog_li {
    width: 100%;
    height: 84px;
    border-bottom: 1px solid #E5E5E5;
    padding: 24px 24px 12px 24px;
    box-sizing: border-box;
    /* background: #DF2229; */

}

.dialog_li:hover .pinjie {
    color: #2F77FF;
}

.pinjie {
    color: #333333;
    cursor: pointer;
}

.tf {
    color: #666666;
}


.dialog_content_title {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    letter-spacing: 1px;
    width: 307px;
    height: 20px;

    margin-bottom: 12px;
}

.dialog_content_title p:nth-child(1) {
    width: 45px;
    float: left;
}

.dialog_content_title p:nth-child(2) {
    float: left;
    width: 262px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

/* .dialog_content_title p:nth-child(2):hover {
    color: #2F77FF;
} */

.dialog_content_time {
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    /* line-height: 17px; */
    letter-spacing: 1px;
}

.jinDuTiao {
    width: 130px;
    height: 20px;
    text-align: right;
}

.dialog_content_time .progress {
    width: 130px;
    height: 9px;
    background: #DADADA;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    margin-top: 5px;
}

.dialog_content_time .progress-bar {
    line-height: 9px;
    background-color: #2F77FF;
}

.percent {
    font-size: 12px;
    transform: scale(0.7);

}

.kong {
    width: 100%;
    height: 78px;
}

.dialog_footer {
    width: 100%;
    height: 115px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 78px;
    text-align: center;
    letter-spacing: 1px;
}

.dialog_footer2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.totalClear {
    width: 100%;
    height: 34px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    box-sizing: border-box;
}

.dialog_toatl {
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    letter-spacing: 1px;
}

.dialog_clear {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    letter-spacing: 1px;
    cursor: pointer;
}

.dialog_button {
    width: 100%;
    height: 48px;
    background: #DADADA;
    display: flex;
    text-align: center;
}

.dialog_cancel {
    width: 180px;
    height: 48px;
    line-height: 48px;
    background: #DADADA;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    letter-spacing: 1px;
    cursor: pointer;
}

.dialog_export {
    width: 180px;
    height: 48px;
    line-height: 48px;
    background: #2F77FF;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 1px;
    cursor: pointer;
}

.allExport {
    width: 100%;
    height: 100%;
    position: relative;
}

.allExport_content {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 24px;
    box-sizing: border-box;

}

.titleS {
    /* width: 98px; */
    height: 21px;
    font-size: 15px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
    letter-spacing: 1px;
    display: flex;
    margin-bottom: 12px;


}

.iii {
    display: block;
    width: 4px;
    height: 16px;
    background: #2F77FF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-right: 12px;
    margin-top: 2px;
}

.textS {
    height: 42px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;
    margin-left: 16px;
}

#radioBox {
    height: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 8px;
    padding-left: 16px;
    display: flex;
    align-items: center;
}

#radioBox input[type=radio] {
    margin: -4px 3px 0;
    margin-top: 1px\9;
    line-height: normal;
}

.radioS2 {
    margin-left: 32px;
}

.rangeChoice {
    margin-bottom: 32px;
}
#topLeft xm-select {
    border: none !important;
    background-color: transparent  !important;
}
#topLeft xm-select>.xm-icon {
    border-top-color: #333333;
    right: 13px;
}
#industry xm-select .xm-body .xm-option .xm-option-icon {
    border-color: #32B0E0 !important;
}

