[v-cloak] {
	display: none
 }
article{
    width: 1170px;
    padding: 0;
    padding-bottom: 50px;
    margin: 0 auto;
   /*  945-80-60 */
    min-height: 810px;
}
.inputArea{
	background: #f3f6f6;
}
.inputArea_title{
    padding-top: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.inputArea_input{
    font-size: 0;
    margin-top: 30px;
    text-align: center;
	position: relative;
}
.inputArea_input>span{
    margin: 0 10px;
    display: inline-block;
    line-height: 38px;
    font-size: 13px;
    color: #999;
    text-align: center;
    vertical-align: top;
}
.inputArea_input_text{
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
    padding: 0 11px;
    width: 318px;
    box-sizing: border-box;

    color: #555;
    border: 1px solid #ccc;
    outline: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;

}
.inputArea_input_text.rightRadius{
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.inputArea_input_button{
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    min-width: 70px;
    height: 36px;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: none;
    border: 1px solid #357ebc;
    color: #fff;
    background-color: #418bc9;
    cursor: pointer;
    border-radius: 2px;
    cursor: pointer;
}
.inputArea_input_button.leftRadius{
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.inputArea_input_button:hover{
    background-color: #3276b1;
    border-color: #285e8e;
}
.inputArea_input_button input{
    width: 0;
    height: 0;
    opacity: 0;
}
.inputArea_input_upload{
    vertical-align: middle;
    font-size: 14px;
    color: #0073ed;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
}
.inputArea_input_upload input{
    width: 0;
    height: 0;
    opacity: 0;
}
.inputArea_tip{
    font-size: 14px;
    line-height: 14px;
    color: #999;
    padding: 20px 0 23px;
	text-align: center;
}



.respArea {
    margin: 20px 10px;
    overflow: hidden;
}
/* 
* respArea_img
* respArea_tabel
* respArea_tip
* respArea2
*/
.respArea_img,
.respArea_tabel{
    float: left;
    position: relative;
    height: 520px;
    box-sizing: border-box;
    color: #666;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
}
.respArea_img{
    width: 840px;
    margin-right: 20px;
}
.respArea_img:after,
.respArea_tabel:after{
	content: attr(data-label);
    display: inline-block;
    border: 1px solid #cce3fb;
    background-color: #e6fafd;
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 0 15px;
    line-height: 30px;
    z-index: 9;
}

.respArea_img_img{
    /* 840-20 520-20 */
    max-width: 820px;
    max-height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.respArea_tabel{
    /* 1170-20-20-840 */
    width: 290px;
}
.respArea_tabel_table{
    /* 290-20 520-20 */
    max-width: 270px;
    max-height: 500px;
    /* border-collapse:collapse; */
    /* position: absolute; */
    margin: 34px 10px 10px 10px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
.respArea_tabel_table th,
.respArea_tabel_table td{
    padding: 3px 8px;
	border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    word-break:break-all;
}
.respArea_tabel_table td:nth-child(1){
    text-align: center;
    min-width: 80px;
}
.respArea_tabel_table td:nth-child(2){
    text-align: center;
    min-width: 100px;
}
.respArea_tip{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 306px;
    text-align: center;
    font-size: 16px;
    padding-top: 80px;
}
.respArea_imgTip_error{
    background: url("../img/imgRecognitionDemo_noImg.png") no-repeat center 0;
}
.respArea_respTip_error{
    background: url("../img/imgRecognitionDemo_noText.png") no-repeat center 0;
}
/* 提示差异 */
.topImg{
    position: absolute;
    top: 24px;
    left: 138px;
    animation: rotating .8s ease-in infinite;
}
.respArea2_respTip_reqImg{
    width: 100%;
}
.icon-shipin1.top{
    position: absolute;
    top: 20px;
    left: 120px;
    font-size: 48px;
}
@keyframes rotating{
    from{transform:rotate(0)}
    to{transform:rotate(360deg)}
}
.dragDown {
    width: 50%;
    height: 220px;
    line-height: 220px;
    color: #000;
    background-color: rgba(255,255,255,.7);
    position: absolute;
    left: 276px;
    top: -80px;
}
.dragDown_huo{
    position: absolute;
    left: 454px;
    top: 50px;
}
.dragDown_tip{
    /* color: #fff; */
    font-size: 20px;
    line-height: 20px;
    width: 220px;
    padding: 20px 0 10px;
    margin: auto;
    border-bottom: 3px solid #fff;
    text-align: center;
}
.dragDown p{
    text-align: center;
   font-size: 16px;
}
.drag_dot_area{
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("../img/imgSearchDemo_drag_dot_area.gif") no-repeat;
    display: block;
    font-weight: 700;
    margin: 10px 0 0 10px;
    font-size: 14px;
}
.drag_dot_left_top{
    left: 150px;
    top: 20px;
    background-position: 0 0;
}
.drag_dot_left_bottom{
    left: 150px;
    bottom: 30px;
    background-position: 0 -36px;
}
.drag_dot_right_top{
    right: 160px;
    top: 20px;
    background-position: -36px 0;
}
.drag_dot_right_bottom{
    right: 160px;
    bottom: 30px;
    background-position: -36px -36px;
}
.dragDown_x{
    position: absolute;
    display: block;
    top: 20px;
    right: 10px;
    width: 20px;
    height: 20px;
    z-index: 6;
    color: #888686;
    font-size: 20px;
    line-height: 20px;
}


/* 色情检测 */
.respArea2 {
	float: left;
    width: 100%;
    position: relative;
    min-height: 300px;
}
.respArea2_img{
	height: 400px;
	width:600px;	
}
.respArea2_img img{
	max-width: 580px;
    max-height: 380px;
}
.respArea2_title {
	position: relative;
    margin: 0 50px;
    padding: 30px 0;
	font-size: 22px;
}
.respArea2_ul li{
    display: inline-block;
    margin: 0 10px 10px 0;
    overflow: hidden;
}
.respArea2_ul li img{
    max-width: 100%;
    height: 200px;
}
.respArea2 .respArea_tip{
    color: #888686;
}
.respArea2 .respArea_tip .iconfont{
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
}




/* 文本识别 */
.respArea_li{
    height: 300px;
    width: 370px;
    float: left;
    margin: 10px;
    position: relative;
    box-sizing: border-box;
    color: #666;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    overflow: hidden;
    padding-right: 0;
}
.respArea>ul>li:last-child {
	/* IE auto 不管是否超出都会滑块 */
	overflow: auto;
}
.respArea_li_img{
/*     max-width: 350px; */
/*     max-height: 280px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: calc(100% - 20px);
    max-width: 100%;
}
.respArea_li_table{
    max-width: 99%;
    margin: 34px 10px 10px 10px;

    border-collapse:collapse;
}
.respArea_li_table {
   border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
.respArea_li_table th,
.respArea_li_table td{
    padding: 3px 8px;
    text-align: center;
	border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.respArea_li_table td:nth-child(2){
    text-align: left;
}
.respArea_li:after {
	content: attr(data-label);
    display: inline-block;
    border: 1px solid #cce3fb;
    background-color: #e6fafd;
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 0 15px;
    line-height: 30px;
    z-index: 9;
}
.respArea_li_tip{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 306px;
    text-align: center;
    font-size: 16px;
}
.respArea_li_tip img{
	display: block;
    margin: 0 auto 20px;
}
.inputArea_input_upload.inputArea_input_button{
	color:#fff;
	width: 120px;
}
.train_table tr>td:first-child{
	width:100px;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
	zoom:1;
}
.blue_tip{
	color:#005297;
	font-size: 18px;
    text-align: center;
    margin-top: 25px;
}
.result_area{
	display:flex;
}
.imgs_area{
	border:1px solid #ebebeb;
	background:#fafafa;
	padding:20px 30px;
	margin-bottom:20px;
}
.respArea_big_li{
	width: 50%;
    margin: 0;
}
.respArea_big_li:first-child{margin-right:20px;}
.search_button{
	background:transparent;
	color:#333;
	min-width: auto;
    padding: 0 15px;
}
.search_button>i{font-size:18px;}
.search_button:hover{
	color:#fff;
}
.drop_down_box{
	display:inline-block;
	position: relative;
    text-align: left;
    width:100px;
    margin-right:10px;
}
.drop_down_input{position: relative;}
.drop_down_input:after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #fff;
    top: 43%;
    right: 8px;
    margin-top: -1px;
}
.drop_down_input input {
    width: 100%;
    line-height: 22px;
    border:none;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    height:30px;
    color:#fff;
    box-sizing: border-box;
    opacity: 1;
    outline:none;
}
.drop_down_box ul{
	max-height: 213px;
    overflow: hidden;
    margin: 5px 0;
    border-radius: 1px;
    background-attachment: scroll;
    transform-origin: center bottom 0px;
    will-change: top, left;
    position: absolute;
    width: 100%;
    z-index: 200;
    border: 1px solid #357ebc;
    box-shadow: 4px 3px 12px #8bc1ed;
    margin-top: 0;
    color: #fff;
    background: #418bc9;
}
.drop_down_box ul li {
    line-height: 18px;
    padding: 6px 12px;
    cursor: pointer;
    transition: background .2s ease-in-out;
}
.drop_down_box ul li:hover,.drop_down_box ul li.select{
	background:#3276b1;
}