/*弹出框*/
.alert {
    display: none;
    position: fixed;
    font-size: 1.3rem;
    top: 50%;
    left: 50%;
    min-width: 300px;
    max-width: 600px;
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.segmentTemplate_content {
    /*border: 1px solid #e6e6e6;*/
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    height: 400px;
    overflow-y: auto;
    padding: 3px;
    line-height: 20px;
}

.segmentTemplate_content::-webkit-scrollbar { /*滚动条整体样式*/
    width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;

}

.segmentTemplate_content::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.5);
}

.segmentTemplate_content::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #EDEDED;
}

.segmentTemplate_button {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background-color:#efefef;
    padding: 5px;
    margin-bottom: 0px;
    width:100%;
    float: left;
}

.segmentTemplate_header {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background-color:#efefef;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 25px;
    min-height: 35px;
    padding: 5px;
    width:100%;
    float: left;
}

.segmentTemplate_footer {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background-color:#efefef;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 25px;
    min-height: 35px;
    padding: 5px;
    width:100%;
    float: left;
}

.div_line {
    height: 1px;
    background-color: #efefef;
    margin-top: 8px;
    margin-bottom: 12px;
}

.form_search {
    font-size: 1.3rem;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;

}

.form_search1 label {

    display: inline-block;
    width: 6rem;
    text-align: justify;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    text-align-last: justify;
}

.panel_title {
    background-color: #FFFFFF;
    line-height: 12px;
    font-size: 12px;
    position: relative;
    top: -10px;
    z-index: 1;
    left: 10px;
}

.panel_content {
    padding: 0.5rem 0.8rem;
    border: 1px solid #979797;
    font-size: 1rem;
    margin: 0.5rem;
    width: auto;
    display: inline-block;
}

.panel_border {
    border: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    padding-left:10px;
    margin-bottom:10px;
}

.speechContent_list {
    font-size: 1rem;
    font-weight: bold;
    overflow-y: auto;
    height: 90%;
    border: 1px solid #efefef
}

.speechContent_list li {
    height: 3rem;
    line-height: 3rem;
    padding: 0rem 0.5rem;
}

.speechContent_list li:nth-child(2n+1) {
    background: rgba(242, 242, 242, 1);;
}

.speechContent_list li i {
    float: right;
    line-height: 3rem;
}

.speechContent_leftTitle {
    padding: 10px 15px;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    margin-bottom: 0px;
    font-size: 1.2rem;
}

.transfer li {
    line-height: 30px;
    height: 30px;
    border-bottom: 1px solid #ccc;
}

.transfer label {
    width: 100px;
    color: #ccc;
}

.label_gap {
    margin-right: 2rem;
}

/*.control_container {*/
/*    width: 100%;*/
/*    min-height: 38px;*/
/*    line-height: 20px;*/
/*    border: 1px solid #e6e6e6;*/
/*    float: left;*/
/*    border-radius: 0.25rem;*/
/*    padding:10px 10px 3px 10px;*/
/*}*/

/*.control_container label {*/
/*    padding-right:10px;*/
/*}*/

/*.form_card{*/
/*    padding: 10px;*/
/*}*/

/*.form_search_condition_keyword{*/
/*    float:left;*/
/*    margin-right: 5px;*/
/*}*/
/*.form_search_condition_keyword_input{*/
/*    width:300px;*/
/*    height: 28px;*/
/*}*/

/*.form_search_condition_input{*/
/*    width:95%;*/
/*    height: 28px;*/
/*}*/

/*.form_search_condition_label{*/
/*    padding: 5px 15px;*/
/*}*/

.content-aiCheck{
    display: inline-block;
    line-height: 30px;
    width: 100%;
    border:1px solid #ccc;
    overflow-y: auto;
    height: 600px;
}

/*.content-aiCheck::-webkit-scrollbar { !*滚动条整体样式*!*/
/*    width: 3px; !*高宽分别对应横竖滚动条的尺寸*!*/
/*    height: 1px;*/

/*}*/

/*.content-aiCheck::-webkit-scrollbar-thumb { !*滚动条里面小方块*!*/
/*    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*}*/

/*.content-aiCheck::-webkit-scrollbar-track { !*滚动条里面轨道*!*/
/*    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
/*    background: #EDEDED;*/
/*}*/

.aiCheck-title{
    background-color: rgba(242, 242, 242, 1);
    height: 3.5rem;
    line-height: 3.5rem;
}
.aiCheck-title-span{
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 1rem;
}
.aiCheck-title-li{
    padding: 0.5rem;
    display: inline-block;
}
.aiCheck-content-header{
    /*height: 4rem;*/
    /*line-height: 4rem;*/
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    font-size: 1.3rem;
}
.work-title{
    height:3.5rem;
    line-height: 3.5rem;
    font-size: 1.3rem;
    /*border-bottom: 1px #ccc solid;*/
    font-weight: bold;
}
.work-content-li{
    overflow: hidden;
    padding: 0.5rem;
    line-height: 3rem;
}
.work-content-li select{
    /*float: right;*/
}
.aiCheck-pass{
    font-weight: bold;
    font-size: 1.3rem;
    color:#70B603;
}
.aiCheck-Nopass{
    font-weight: bold;
    font-size: 1.3rem;
    color:#e20012;
}

.batch_import{
    background-color: #e20012;
    height:30px;
    width: 120px;
    line-height:30px;
    padding:0 10px;
    font-size:12px;
    color:white;
}
.layui-btn{
    background-color: #e20012;
}
.a_result{
    color:	#33CCFF
}

.import_btn{
    width: 100px;
    height: 30px;
    background-color: #e20012;
    margin:10px 5px 15px 20px;
    color:white;
}
.checked{
    background-color: rgba(242, 242, 242, 1);
}
.my-table tr td:first-child{
    background-color: rgba(242, 242, 242, 1);
    width: 40%;
}
.layui-transfer-data{
    /*height: 267px!important;*/
    height: calc(100% - 90px)!important;
}
/*单位*/
.input_unit{
    position: absolute;
    top: 5px;
    right: 10px;
    color: #adadad;
    display: table-cell;
    white-space: nowrap;
    padding: 7px 10px;
}
/*div提示信息居中*/
.div_center{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #ccc;
    position: absolute;
    top: 50%;
    left: 25%;
}
/*解决图片裂纹*/
img[src=""],img:not([src]){
    opacity:0;
}

.layui-nav .layui-badge-dot {
    position: absolute;
    top: 30%;
    left: 14%;
    margin:0px;
}
.zoomImages{
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
.disabled{
    background-color: #EEEEEE !important;
}
.undisabled{
    background-color: #FFFFFF !important;
}
.layui-table-tool-myself{
    position: absolute;
    right: 17px;
    top: 10px;
}
.page-num-random{
    float: left;
    width: 30%;
}
.page-count-random{
    float: left;
    width: 10%;
}
.page-ctrl-random{
    float: left;
    width: 60%;
    text-align: right;
}
.layui-table-view .layui-form-checkbox i {
    height: 26px;
    width: 26px;
    border-left: 1px solid #d2d2d2;
}
.taskright .popWinBtns a:hover {
    background: #e20012;
    color: #fff;
}
.taskright .popWinBtns a {
    width: 50px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e20012;
    color: #e20012;
    border-radius: 5px;
}

.task-audit{
    /*margin-left: 10px;*/
    /*margin-right: 10px;*/
    margin-bottom: 10px;
    width: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    cursor:pointer
}

.click-task-audit-outer{
    height: 30px;
    background-color: red;
    border-radius: 20px;
    color: white;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    border: 1px solid red;
}

.task-audit-outer{
    height: 30px;
    border-radius: 20px;
    color: #A9A9A9;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    border: 1px solid #A9A9A9;
    margin-top: 10px;
}

.task-audit-title{
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.none-video {
    width: 100%;
    height: 200px;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    font-weight: bold;
    color: #ccc;
    line-height: 200px;
}
