/* 我要纠错 */
.page_mark{ display:none; position:fixed;left:0; right:0; bottom:0;width:100%; height:100%; background:#000;opacity:0.5;filter:alpha(opacity=50); z-index:1999}
.index_dialog{ display:none; position:fixed;top:50%; left:50%; width:36%;min-width: 600px; height: 640px; /*height:600px;*/ transform: translate(-50%, -50%); z-index:2000; background:#fff; border-radius:20px; box-shadow:5px 5px 10px rgba(0,0,0,0.65)}
.index_dialog .dialog_close{ position:absolute;right:25px; top:25px; display:block;width:32px; height:32px; background: url(../images/close.png) no-repeat center center; z-index:2001; cursor:pointer; opacity:0.3}
.dialog_content{ padding:30px; }
.dialog_content h3{ font-size:1.2rem; text-align:center; padding-bottom:15px; margin-bottom:25px; border-bottom:1px solid #e3e3e3;}
.dialog_arc { height: 530px; padding-right:10px; overflow-y:auto;}

.Correction_t{cursor: pointer;margin: 0 10px;}
.mistake_title,.mistake_info {
  text-align: left;
}
.mistake tr:nth-child(10){display: flex;flex-direction: column;}
.mistake tr:nth-child(10) .mistake_info{line-height: 50px;} 
/* iframe{height: 812px!important;} */
@media(max-width:1024px){
	.index_dialog{width: 60%;}
}
@media(max-width:650px){
	.index_dialog{width: 88%;min-width: auto;}
}
@media(max-width:420px){
  .index_dialog{height: 588px;}
  .dialog_content{ padding:10px;width: 100%; }
  .dialog_arc {width: 100%;overflow: auto;}
  /* .dialog_arc iframe{width: 300px;} */
  .dialog_content h3{font-size: 1rem;padding: 10px;margin-bottom: 0;border: none;}
  .index_dialog .dialog_close{right: 15px;top: 13px;width: 15px;height: 15px;}
  .mistake_info>#MistakesInfo{width: 264px !important;height: 80px !important;}
  .mistake_info>#MistakesUrl{width: 264px!important;}
  .mistake_title {height: 38px;width: 265px !important;}
  .mistake_info{height: 38px;}
  .mistake tr:nth-child(10)>.mistake_info{line-height: 38px;} 
}