*{padding:0;margin:0;}

/*取消图片蓝色底色*/
/*.questionChildClass img:not(Wirisformula)::selection {
    background: transparent;
}*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
/**
    解决平行四边行经过标准化服务不倾斜的问题，
    解决制卡页面和预览页面不一致的问题
 */
em,i{
    font-style:italic !important;
}
em .MathJax{
    font-style:italic ;
}
i .MathJax{
    font-style:italic ;
}
sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.eleHover{
    background-color: gray;
    opacity: 1.0;
    z-index: 9;
}
.imgBorderClass{
    display:inline-block;
    outline:1px solid #939393;
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid transparent;
    -webkit-border-image: url(../images/img-border-image.png) 5 5 round;
    -moz-border-image: url(../images/img-border-image.png) 5 5 round;
    border-image: url(../images/img-border-image.png) 5 5 round;*/
}

.pageCell{
    border: solid 1px black;
    z-index:5;
    background-color: white;
}
.dragBorderClass{
    border:4px double orange;
    -webkit-border-image:url(../images/border.png) 100 round;
    border-image:url(../images/border.png) 100 round;
}

/*手阅单选题被选中*/
.singleOptionSelected{
    position: relative;
    display: inline-block;
    z-index:100;
    background-color: #1cab6e;
    cursor:pointer;
    color: #fff;
}

/*多选题被选中*/
.multiOptionSelected{
    position: relative;
    display: inline-block;
    z-index:100;
    background-color: #1cab6e;
    cursor:pointer;
    color: #fff;
}

.SingleChoiceOptionNormal ,.MultiChoiceOptionNormal{
    cursor:pointer;
}

.SingleChoiceOptionSelected ,.MultiChoiceOptionSelected{
    color: #ffffff;
    cursor:pointer;
}

.SingleChoiceOptionSelected::before,.MultiChoiceOptionSelected::before {
    cursor:pointer;
    content: "";
    position: absolute;
    background-color: #1cab6e;
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-top: 1px;
    margin-left: -5px;
    z-index: -1;
}

/*填空题输入框*/
.fillTopicPureBlank{
    background-color: transparent;
    text-align:center;
    padding-bottom: 1mm;
    font-family: Times;
    font-size:4mm;
    vertical-align: bottom;
    border: none;
    border-bottom: solid 1px black;
}

.fillTopicFrameBlank{
    background-color: transparent;
    text-align: left;
    padding-bottom: 1mm;
    font-family: SimSun, "Times New Roman";
    font-size:14px;
    vertical-align: bottom;
    border: none;
    border-bottom: solid 1px black;
}

.scoreBarOld span{
    display: inline-block;
    height: 4mm;
    border-right:1px solid #000;
    vertical-align: bottom;
    /*width: 4.54%;*/
    width: 8.18mm;
    box-sizing: border-box;
    text-align: center;
    /* -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;*/
}

.zIndex0{
    z-index: -1;
}


textarea.opLabel:disabled {
    background-color: white;
}

textarea.paperName:disabled {
    background-color: white;
}

.questionChildClass, .compositionClassLabel{
    font-family: '新罗马','Times New Roman','宋体',SimSun-ExtB,SimSun,NSimSun,serif,'STSong';
}

/*解决下划线中的&nbsp;宽度问题*/
.questionChildClass u, .compositionClassLabel u{
    font-family: "Times New Roman",'宋体';
    font-size: 12px;
}
.questionChildClass img, .compositionClassLabel img {
    vertical-align: middle;
    z-index: 3;
}
/* 换行符
.questionChildClass p:empty:after, .compositionClassLabel p.emptyP:after {
    content: "　";
}

.questionChildClass p.editing:empty:before, .compositionClassLabel p.editing:empty:before {
    content: "a";
    visibility: hidden;
    display: inline-block;
    width: 0;
    text-indent: 0;
}

.questionChildClass p.editing:after, .compositionClassLabel p.editing:after {
    content: "↵";
    color:#989898;
    font-size:14px;
    position: absolute;
    text-indent: 0;
    margin-left: 2px;
}*/

#tmpDefaultMinHeightDiv u,#tmpMinHeightDiv u{
    font-family: "Times New Roman",'宋体';
    /*font-size: 12px;*/
}

.IntelFillTemp::after {
    content: "\667a\6279\6539\6a21\5f0f\000d\000a";
    position: absolute;
    left: 0;
    right: 0;
    font-size: 38px;
    color: lightgray;
    text-align: center;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 38px;
    z-index: -1;
}

.IntelFillTempMath::after {
    content: "智批改模式（数学填空题）";
    font-size: 28px;
}

.IntelFillTempEnglish::after {
    content: "智批改模式（英语填空题）";
    font-size: 28px;
}

.IntelAnswerTempEnglish::after {
    content: "智批改模式（英语短文改错）";
    top: auto;
    bottom: 3px;
    font-size: 28px;
}

/*无法粘贴样式*/
.we-can-not-paste{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 360px;
    line-height: 40px;
    font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
    background: #fff;
    border: 1px solid #bfbfbf;
    margin-left: -180px;
    margin-top: -20px;
    text-align: center;
    z-index: 9999;
}
#cke_dialog_title_251,
#cke_dialog_close_button_251,
#cke_dialog_footer_251{
    display: none;
}
#cke_dialog_contents_251{
    padding: 5px 10px;
}

/*图片拖动*/
/*
.draggableImgContainer{
    display: inline-block;
    position: relative;
    min-height: 6px;
    min-width: 6px;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.draggableImgContainer img{
    width: 100%;
    height: 100%;
}
.draggableImgContainer span{
    display: none;
    position: absolute;
    left: 100%;
    white-space: nowrap;
    line-height: 22px;
    width: 40px;
    border-radius: 11px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
.draggableImgContainer span.embeddedBtn{
    top: 0;
}
.draggableImgContainer span.floatBtn{
    top: 25px;
}
.draggableImgContainer span:hover,
.draggableImgContainer span.on{
    color: #fff;
    background: #18a468;
}
.draggableImgContainer span.noneBtnA,
.draggableImgContainer span.noneBtnB{
    display: none;
}*/

/*客观题的padding值*/
.choiceStemPadding {
    padding: 0mm 2mm 0mm 3mm;
}
/*客观题的缩进*/
.choiceStemIndent {
    text-indent: -3mm;
}
/*一行一列的选项缩进样式*/
.choiceOptionPadding {
    padding: 0mm 2mm 0mm 7mm;
    text-indent: -4mm;
}
.imgalignCenter {
    text-align: center;
}
.imgalignRight {
    text-align: right;
}

.tableresizefull:hover {
    display: inline !important;
}

.pmarginStyle{
    margin:0;
}
/*公式样式*/
span.latex_linear{
    font-family: STIXMathJax_Main;
    font-size: 110%;
}
.questionChildClass.publishingStyle > p:first-of-type{
    text-indent: -5mm;
}

.questionChildClass p *{
    text-indent: 0;
}

.questionChildClass .topicIndent{
    text-indent: -5mm;
}
.questionChildClass .topicIndent *{
    text-indent: 0;
}
.questionChildClass  table{
    margin:0 0 0 3mm;
}
.font4Net {
    font-size: 12px;
}
.newFontSize {
    font-size: 3.4mm;
}

/*用于计算内容高度的样式*/
#tmpHeightDiv {
    /*position: relative;
    z-index: 100;
    top:300px;
    left:100px;*/
    word-wrap: break-word;
    -webkit-line-break: after-white-space;
}

/*临时还原为原来的高度计算方法后期调整回来,且首行距离增为4mm;
padding: 1mm 1.8mm 1mm 1.8mm;
padding: 0mm 1.8mm;
*/
#tmpHeightDiv.netMarking {
    line-height: 10mm;
    padding: 0mm 1.8mm;
    box-sizing: border-box;
}

#tmpHeightDiv.netMarking.fillBlank {
    padding: 3mm 1.8mm 0mm;
    box-sizing: content-box;
}


/**
   以前网阅上边距没有计算，现在加入
 */
#tmpHeightDiv.netMarkingNew {
    line-height: 10mm;
    padding: 3mm 1.8mm 0mm 1.8mm;
    box-sizing: border-box;
}

/**
   以前网阅上边距没有计算，现在加入
 */
#tmpHeightDiv.netMarkingNew.fillBlank {
    padding: 3mm 1.8mm 0mm;
    box-sizing: content-box;
}

/*用于计算内容高度的样式:手阅*/
#tmpHeightDiv.handScore.bigFontSize{
    font-size: 14px;
}

#tmpHeightDiv.handScore {
    font-size: 3.4mm;
    box-sizing: border-box;
}

#tmpHeightDiv.stem.bigFontSize{
    font-size: 14px;
}
/*客观题题干；英语作文题题干*/
#tmpHeightDiv.stem {
    font-size: 3.4mm;
    line-height: 6mm;
}

#tmpHeightDiv.handScore.normal {
    line-height: 10mm;
    padding: 3mm 1.8mm 0mm;
}

#tmpHeightDiv.handScore.autoLayout{
    line-height: 6mm;
    padding: 1mm 2mm 1mm 6mm;
}

/*#tmpHeightDiv.handScore.autoLayout .scoreText{*/
/*padding: 1mm 2mm 1mm 6mm;*/
/*}*/

#tmpHeightDiv.handScore.autoLayout > p:first-of-type {
    text-indent: -5mm;
}

#tmpHeightDiv.englishComposition {
    line-height: 10mm;
    padding: 3mm 4mm 0mm;
}

#tmpHeightDiv.composition {
    line-height: 6mm;
}

.draging {
    opacity: 0.8;
    z-index: 99999;
}

.typesetting {
    display: block;
    width: 100px;
    height: 18px;
    font-size: 10px;
    cursor: pointer;
    padding: 2px 0 0 0;
    background-color: #1bb674;
    color: white;
    text-indent: 12px;
    border-radius: 0 13px 13px 13px;
    font-family: "Microsoft Yahei", arial, sans-serif;
    margin-top: 1px;
}

.typesetting:hover {
    background-color: #099d5e;
}

.imageMenu {
    position: absolute;
    z-index: 999999;
}

/*ctrl v 提示样式*/
.message-box-ctrl-v .cover{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999999999;
}
.message-box-ctrl-v .inner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999999;
    width: 550px;
    font-size: 14px;
    font-family: 'Microsoft Yahei', SimSun, serif, 'Times New Roman';
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.message-box-ctrl-v .inner .header {
    position: relative;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
    background: #0dc2b3;
}
.message-box-ctrl-v .inner .header a {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url("../images/whole_close.png") no-repeat -3px -48px;
}
.message-box-ctrl-v .inner .header a:hover {
    background-color: #f0604d;
}
.message-box-ctrl-v .inner .txt {
    font-size: 14px;
    text-align: center;
    color: #222;
    margin-top: 15px;
}
.message-box-ctrl-v .inner .txt strong {
    color: #0dc2b3;
}
.message-box-ctrl-v .inner .msg {
    width: 450px;
    padding: 10px 20px;
    background: #f8f8f8;
    border-radius: 3px;
    margin: 20px auto 0;
}
.message-box-ctrl-v .inner .msg p {
    line-height: 26px;
    font-size: 14px;
    color: #222;
}
.message-box-ctrl-v .inner .msg p span {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    border-radius: 100%;
    background: #0dc2b3;
    overflow: hidden;
    margin-right: 5px;
    text-align: center;
    vertical-align: middle;
}
.message-box-ctrl-v .inner .msg p b {
    font-weight: normal;
    color: #a6a6a6;
}
.message-box-ctrl-v .inner .msg p:first-child {
    font-weight: bold;
}
.message-box-ctrl-v .inner .img {
    height: 200px;
    background: url("../images/ctrl-v.jpg") no-repeat center top;
    margin-top: 20px;
}
.message-box-ctrl-v .inner .footer {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 30px;
}
.message-box-ctrl-v .inner .footer a{
    display: inline-block;
    width: 120px;
    line-height: 36px;
    color: #fff;
    background: #0dc2b3;
    border-radius: 3px;
}
.message-box-ctrl-v .inner .footer a:hover{
    opacity: .7;
}

/*图片周边气泡*/
.image-resizable-bubble {
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #939393;
    border-radius: 100%;
    margin-top: -2px;
    margin-left: -2px;
    z-index: 5;
    cursor: auto;
}

.calcTitleActualHeight {
    border: none;
    font-size: 3mm;
    line-height: 5mm;
    box-sizing: border-box;
    padding: 1px 2mm 0;
}

.title_list:hover {
    background-color: #b3b1b1;
}

.title_list_prohibit:hover {
    cursor: not-allowed;
}

.mathIntel {
    line-height: 18mm !important;
    padding:7mm 1.8mm 0mm;

}

/*计算题目高度需要将空p撑开*/
.questionChildClass p:empty:after,
.questionChildClass p.noneContentP:after,
.compositionClassLabel p.emptyP:after {
    content: "　";
}

uu {
    text-decoration: underline;
    word-break: break-all;
}
u {
    word-break: break-all;
}