﻿@charset "UTF-8";
/***********************
Date：2014-06-04
name:扫描答题卡
CopyRight:iflytek_EUED
***********************/

.dtk_content{
    width:1140px;
    margin:0 auto;
    background:#fff;
    border:1px solid #c7c0b6;
    border-bottom: none;
    border-top: none;
}
.dtk_con_left{
    width:234mm;
    height:693px;
    overflow-y:auto;
    overflow-x:hidden;
    float:left;
    position: relative;
}
.dtk_con_right{
    width:253px;
   
    padding:0 1px;
    overflow-y: auto;
    overflow-x: hidden;/*2014-07-02*/
}


/*2018-4-26 鼠标移至"保存"，"标答案"，"预览"，"下载"，"另存"，"下载模板卡"，"保存为模板"，"锁定"按钮上时对应的图标变成白色*/
#saveAnswersheet:hover > .i1{
    background-position: -17px -21px;
}

#setAnswer:hover > .i5{
    background-position: -73px -21px;
}

#previewAnswersheet:hover > .i3{
    background-position: -45px -21px;
}

#downloadAnswersheet:hover > .i4{
    background-position: -91px -21px;
}

#reSaveAnswersheet:hover > .i6{
    background-position: -116px -21px;
}

#saveAsNewAnswersheet:hover > .i6{
    background-position: -116px -21px;
}

#downloadTemplate:hover > .i4{
    background-position: -91px -21px;
}

#lockAnswersheet:hover > .i2{
    background-position: 8px -21px;
}

#saveTemplate:hover > .i1{
    background-position: -17px -21px;
}

#unlocked:hover > .i2{
    background-position: 8px -21px;
}


/*2018-4-24 关于全局字号美化下拉框样式*/
.ulDiv {
    display: none;
}

.ulDivStyle ul li {
    height: 12px;
    margin-top: 9px;
    font-size: 12px;
    /*color:#C4C4C4;*/
    color: grey;
    cursor: pointer;
}

.ulDivStyle ul li:hover {
    color: black;
}

.ulDivStyle {
    height: 165px;
    width: 70px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    text-align: center;
    margin-top: 3px;
    background-color: white;
    z-index: 10;
    position: relative;
}

.slDiv {
    height: 25px;
    width: 70px;
    font-size: 12px;
    position: relative;
    border-radius: 25px;
    line-height: 25px;
    border: 1px solid #D4D4D4;
    text-align: center;
    cursor: default;
    background-color: white;
}

.blackTriangleI {
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: black transparent transparent; /*黑色 透明 透明 */
}

.blackTriangleIUp {
    border-width: 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent black;
    top: 5px;
}


/*2018-4-24 将网阅卡,手阅卡h3标签的高改为35px，行高改为32px，去掉上划线，添加4px的白色下划线*/
.radioPanel h3 {
    height: 35px;
    line-height: 32px;
    border-top: 0;
    border-bottom: 4px solid white;
}
/*主要为了解决样式错乱，新增的一个样式*/
.common_choose{
    float: left;
    width: 100%;
}

/*右侧功能区域样式*/
.dtk_con_right h3{
    width:100%;
    height:30px;/*2014-07-02*/
    line-height:30px;/*2014-07-02*/
    background:#f3f3f3;
    /*border-top:1px solid #dadada;   !*2018-4-26 去掉上划线美化答题卡右侧区域*!*/
    /*border-bottom:1px solid #dadada;   !*2018-4-26 去掉下划线美化答题卡右侧区域*!*/
    position:relative;
    float:left;
}
.dtk_con_right h3 span{
    margin-left:14px;
    font-size:14px;
    color:#333;
}

/*2018-4-26 答题卡右侧功能区域标题字号加粗*/
.dtk_con_right h3 span:nth-child(1){
    font-weight: bold;
}

.dtk_con_right h3 i{
    display:block;
    width:14px;
    height:8px;
    position:absolute;
    top:30px;/*2014-07-02*/
    left:30px;
    background:url("../images/dtk_con_right_h3_bg.png")no-repeat;
}
.dtk_con_right_box{
    margin:10px 6px 6px;
    /*margin:15px 14px 5px;*/
    float:left;
}
.dtk_con_right_select{
    width:230px;
    height:34px;
    margin:5px 0;
    float:left;
    position:relative;
}
.dtk_con_right_select_a{
    display:inline-block;
    width:191px;
    height:34px;
    line-height:34px;
    color:#333;
    font-size:14px;
    padding:0 25px 0 14px;
    overflow:hidden;
    background:url("../images/dtk_con_right_select.png") no-repeat 0 0;
}
.dtk_con_right_select_a:hover{
    background-position:0 -34px;
    text-decoration:none;
}
.dtk_con_right_select dl{
    width:228px;
    background:#fff;
    border:1px solid #ccc;
    position:absolute;
    left:0;
    top:33px;
    z-index:10;
    box-shadow:0 0 3px #ccc;
    -webkit-box-shadow:0 0 3px #ccc;
}
.dtk_con_right_select dl dd{
    height:33px;
    line-height:33px;
}
.dtk_con_right_select dl dd a{
    display:block;
    padding:0 14px;
    color:#333;
    font-size:14px;
    margin:1px 0;
}
.dtk_con_right_select dl dd a:hover,.se_active{
    text-decoration:none;
    background:#ececec;
}
.se_input{
    background:url("../images/input_bg.png") no-repeat;
}
.se_input input{
    display:block;
    border:0;
    width:200px;
    height:26px;
    line-height:28px;
    margin:3px 14px;
    float:left;
}
.dtk_bs_list{
    width:230px;
}
.dtk_bs_list li{
    display:inline-block;
    width:37px;
    margin:0 7px;
    float:left;
    position:relative;
}
.dtk_bs_list li a{
    display:inline-block;
    width:37px;
}
.dtk_bs_list li a span{
    display:inline-block;
    width:37px;
    text-align:center;
    border:2px solid #fff;
    color:#333;
}
.dtk_bs_list li a:hover{
    text-decoration:none;
}
.dtk_bs_list li a:hover span.mb_img,.dtk_bs_list li a.te_active span.mb_img{
    // border-color:#18a368;
    border-color: #05c1ae;
    border-color: var(--zx-theme-main-color, #05c1ae);
}
.mb_img{
    margin-bottom:5px;
}
.dtk_bs_list li a i{
    display:none;
    width:18px;
    height:18px;
    background:url("../images/correct_on.png") no-repeat;
    position:absolute;
    top:15%;
    left:30%;
}
.dtk_bs_list li a:hover i,.dtk_bs_list li a.te_active i{
    display:block;
}

.dtk_radio_box{
    width:230px;
}

.dtk_radio_enable05Mode a {
    width: 50px;
}

.dtk_radio_box a{
    display:inline-block;
    height:18px;
    line-height:18px;
    color:#333;
    padding-left:20px;
    background:url("../images/radio.png") no-repeat 0 -18px;
    margin:0 5px;
}
.dtk_radio_box a:hover{
    text-decoration:none;
}
.dtk_radio_box a.ra_active{
    background-position:0 0;
}
.dtk_con_right_box_btn_list{
    float:left;
}

.dtk_con_right_box_btn_list a{
    border: 1px solid lightgray;
    border-radius: 4px;
    line-height: 22px;
    text-align: center;
    float: left;
    color: #333;
    margin: 2px;
    display: block;
    width: 58px;
    padding: 4px 5px;
    height: 22px;
}
.dtk_con_right_box_btn_list a:hover,.dtk_con_right_box_btn_list a.btn_active{
    color: white;
    // background-color: #41a577;
    background-color: #05c1ae;
    background-color: var(--zx-theme-main-color, #05c1ae);
    // border-color: #41a577;
    border-color: #05c1ae;
    border-color: var(--zx-theme-main-color, #05c1ae);
}

/*
.dtk_con_right_box_btn_list a{
    display:block;
    width:55px;padding-left:15px;
    height:35px;font-size:14px;
    line-height:35px;
    text-align:center;
    float:left;
    color:#333;
    margin:3px;
    background:url("../images/btn_timu.png") no-repeat 0 -35px;
}
.dtk_con_right_box_btn_list a:hover,.dtk_con_right_box_btn_list a.btn_active{
    background-position:0 0;
    color:#fff;
}*/

.dtk_right_box_tab{
    width:100%;
    /*height:70px;*//*2014-07-02*/
    /*margin-top:10px;*/
    overflow-y:auto;
    float:left;
    display: none;
}
.dtk_right_box_tab table{
    width:100%;
}

.dtk_right_box_tab table tr td:first-child{
    text-align:left;
    padding-left: 12px;
}

.dtk_right_box_tab table td{
    line-height:34px;
    text-align:center;
    border-bottom:1px dashed #d9d9d9;
    cursor: pointer;
}
.dtk_right_box_tab table th{
    line-height:24px;
    text-align:center;
    border-bottom:1px dashed #d9d9d9;
}
.dtk_right_box_tab td a{
    display:inline-block;
    width:20px;
    height:20px;
    text-indent:99px;
    overflow:hidden;
    background:url("../images/delete.png") no-repeat 0 0;
}
.dtk_right_box_tab td a:hover,.dtk_right_box_tab td a.de_active{
    background-position:0 -20px;
}


.dtk_sch_box{
    float: left;
    /*width:100%;*/
    margin-top:10px;
    text-align:center;
}
.dtk_sch{
    display:inline-block;
    width:191px;
    height:43px;
    line-height:43px;
    color:#fff;
    font-size:14px;
    text-align:center;
    background:url("../images/dtk_sch.png") no-repeat;
}
.dtk_sch:hover{
    text-decoration:none;
    background-position:0 -43px;
}
.dtk_sch_editer{
    display:inline-block;
    width:90px;
    height:43px;
    line-height:43px;
    color:#fff;
    font-size:14px;
    text-align:center;
    background:url("../images/dtk_sch.png") no-repeat;
    margin-left:10px;
}
.dtk_sch_editer:hover{
    text-decoration:none;
    background-position:0 -43px;
}



.dtk_button_dis{
    display:inline-block;
    width:77px;
    height:43px;
    line-height:43px;
    color:#fff;
    font-size:12px;
    text-align:center;
    background:url("../images/dtk_button_dis.png") no-repeat;
    margin-left:10px;
}

.dtk_underline{

    margin-left: 21px;
    font-size: 12px;
    color: #339966
}


/**.dtk_button:hover{
    text-decoration:none;
    background-position:0 -43px;
}**/




/*弹框样式*/
.Pop_smdtk_box{
    width:413px;
    left:35%;
    position:fixed;
    top:25%;
    z-index:12;
}
.Pop_smdtk_box_top{
    width:413px;
    height:2px;
    background:url("../images/Pop_smdtk_box_top.png") no-repeat 0 0;
}
.Pop_smdtk_box_mid{
    width:373px;
    padding:20px 20px 30px;
    background:url("../images/Pop_smdtk_box_mid.png") repeat-y 0 0;
}
.Pop_smdtk_box_mid p{
    height:36px;
    font-size:14px;
    margin-top:15px;
    line-height:36px;
}
.Pop_smdtk_box_mid p label{
    display:block;
    width:80px;
    height:36px;
    line-height:36px;
    float:left;
    text-align:right;
}
.Pop_smdtk_box_mid p span input{
    height:26px;
    line-height:26px;
    padding:5px 10px;
    margin:1px;
    border:1px solid #ccc;
    border-radius:3px;
    -webkit-border-radius:3px;
    margin-left:10px;
    float:left;
}
.Pop_smdtk_box_mid p span em{
    line-height:36px;
    float:left;
    margin:0 5px;
}

.input_la input{
    width:62px;
}
.input_lt input{
    width:218px;
}
.pop_btn_box{
    text-align:center;
}
.Pop_smdtk_add{
    display:inline-block;
    width:168px;
    height:40px;
    line-height:40px;
    color:#fff;
    text-align:center;
    background:url("../images/Pop_smdtk_add.png") no-repeat;
}
.Pop_smdtk_add:hover{
    background-position:0 -40px;
}
.Pop_smdtk_disadd{
    display:inline-block;
    width:168px;
    height:40px;
    line-height:40px;
    color:#fff;
    text-align:center;
    color:#999;
    background:url("../images/Pop_smdtk_add.png") no-repeat 0 -80px;
}
.Pop_smdtk_cancel{
    display:inline-block;
    width:112px;
    height:40px;
    color:#666;
    text-align:center;
    line-height:40px;
    margin-left:10px;
    background:url("../images/Pop_smdtk_cancel.png") no-repeat 0 0;
}
.Pop_smdtk_cancel:hover{
    background-position:0 -40px;
}
.Pop_smdtk_box_bot{
    width:413px;
    height:5px;
    background:url("../images/Pop_smdtk_box_bot.png") repeat-y 0 0;

}
.Pop_smdtk_clo{
    display:block;
    width:19px;
    height:18px;
    position:absolute;
    right:20px;
    top:15px;
    background:url("../images/pop_clo.png") no-repeat 0 0;
}
.Pop_smdtk_clo:hover{
    background-position:0 -18px;
}



/*更新后的按钮样式*/
.first_tit{
    font-size: 14px;
    position: relative;
    line-height: 30px;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    padding-left:30px;
    background: #f3f3f3;
    text-indent: -19px;
    /*padding-left: 30px;
    background: #f3f3f3 url("../images/scan_icon.png") no-repeat 10px -119px;*/
}
.first_tit.list{
    /*margin-top: 15px;*/
    border-top: 1px solid #d4d4d4;
    background-position: 10px -433px;
}
.first_tit i{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #d4d4d4;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
}
.first_tit i:after{
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 8px solid #f3f3f3;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
}

.question_sel{
    padding: 15px 0 0 0;
}
.question_sel li{
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}
.question_sel li a{
    display: block;
    width: 74px;
    line-height: 26px;
    font-size: 12px;
    color: #333333;
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    text-align: center;
}
.question_sel li a i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../images/scan_icon.png") no-repeat 0 -194px;
    vertical-align: -1px;
    margin-right: 3px;
}
.question_sel li a:hover{
    color: #ffffff;
    background-color: #20c981;
    border-color: #20c981;
}
.question_sel li a:hover i,.question_sel li a.on i{
    background-position: 0 -164px;
}
.question_sel li a:active,.question_sel li a.on{
    color: #ffffff;
    background-color: #19a569;
    border-color: #19a569;
}

.question_sel li a.disabled{
    cursor: default;

}
.question_sel li a.disabled:hover{
    background: #cccccc;
    border-color: #cccccc;

}

/*创建答题卡-英语*/
.english{
    margin-top: 10px;
}
.english li{
    border-bottom: 1px dashed #ccc;
    padding-left: 15px;
}
.english li.li_bg{
    background-color: #fbfbfb;
}
.english li>span{
    display: inline-block;
    width: 64px;
    line-height: 35px;
    font-size: 12px;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.english li>span:first-child{
    width: 80px;
}
.english li>span:last-child{
    width: 95px;
}


.operate{
    padding-left: 10px;
    margin-top: 30px;
    display: inline-block;
}
.operate li{
    float: left;
    margin-left: 4px;
}
.operate li:first-child{
    margin-left: 0;
}
.operate li a{
    display: block;
    width: 52px;
    height: 58px;
    font-size: 12px;
    color: #333333;
    border: 1px solid #d4d4d4;
    text-align: center;
}
.operate li a i{
    display: inline-block;
    background: url("../images/scan_icon.png") no-repeat;
}
.operate li a i.i1{
    width: 18px;
    height: 17px;
    background-position: 0 -222px;
    margin: 10px 0 6px;
}
.operate li a i.i2{
    width: 24px;
    height: 14px;
    background-position: 0 -284px;
    margin: 11px 0 8px;
}
.operate li a i.i3{
    width: 18px;
    height: 16px;
    background-position: 0 -343px;
    margin: 10px 0 7px;
}
.operate li a i.i4{
    width: 16px;
    height: 16px;
    background-position: 0 -404px;
    margin: 10px 0 7px;
}
.operate li a:hover{
    color: #ffffff;
    background-color: #20c981;
    border-color: #20c981;
}
.operate li a:hover i.i1,.operate li a.on i.i1{
    background-position: 0 -96px;
}
.operate li a:hover i.i2,.operate li a.on i.i2{
    background-position: 0 -254px;
}
.operate li a:hover i.i3,.operate li a.on i.i3{
    background-position: 0 -313px;
}
.operate li a:hover i.i4,.operate li a.on i.i4{
    background-position: 0 -374px;
}
.operate li a:active,.operate li a.on{
    color: #ffffff;
    background-color: #19a569;
    border-color: #19a569;
}

.operate .setting_answer_button_new{
    z-index: 8;
    position: relative;
}

.operate li a.nodown{cursor: default;}
.operate li a.nodown:hover{
    background-color: lightgray;
    border-color: lightgray;
}

.pop_middle .cont .table1 .col_title{
    text-align: right;
}

.pop_middle .cont,.pop_middle .cont .table3{width: 80%;}
.pop_middle .cont .table1 .input1{ border-radius:3px; width:225px; padding-left:15px; height:32px; border:1px solid #d4d4d4; margin:10px 5px 10px;}
.pop_middle .cont .table1 .input2{ border-radius:3px; width: 130px;padding-left: 15px; text-align:left; height:32px; border:1px solid #d4d4d4; margin:10px 5px 10px;}
.pop_middle .cont .table1 .input3{ border-radius:3px; width: 34px;padding-left: 15px; text-align:left; height:32px; border:1px solid #d4d4d4; margin:10px 5px 10px;}

.pop_middle .cont .table1 .answerPanel{
    margin-left: 10px;
}

/*添加题目遮罩层*/
.opMask{
    display: block;
    height: 68px;
    background: rgba(1,1,1,0.1);
    position: absolute;
    z-index: 1;
    width: 259px;
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
}

.opMask::after{
    content: "来自题库或已经使用的答题卡不支持添加题目";
    color:red;
    /*color: #1BB674;*/
}

.subjectSet{
    width: 100%;
    height: 30px;
}

.subjectSet select{
    width: 250px;
    height: 20px;
    border: 0;
    margin: 6px;
}

.memo{
    padding: 10px;
    margin-top: 20px;
}
.memo ul.square {
    line-height: 20px;
    list-style:  square inside;
}

.totalScore{
    float: right;
    margin-right: 10px;
}

.topicNum{
    margin-left: 112px;
}

/*************loading 效果 ********************/

div.loading{
    width:100%;
    height: 100%;
}

div.loading span.tip {
    color: #fff;
    width: 100%;
    position: absolute;
    top: 30%;
    z-index: 112;
    text-align: center;
    font-size: 15px;
    margin-top:140px;
}

div.loading .spinner {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 260px;
    left: 0;
    z-index: 111;
    margin: 0 auto;
    right: 0;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #20c981;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

/*************loading 效果 ********************/


/*******************新loading效果********************/

div.loading .spinnerWaiting {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 180px;
    height: 130px;
    margin-left: -90px;
    text-align: center;
    z-index: 112;
}

div.loading .spinnerWaiting .waiting{
    width: 180px;
    height: 130px;
    background: url("../image/loading-mid.png");
    background-size: 100% 1400%;
    -webkit-animation: loading-mid 1.4s steps(14) infinite;
    animation: loading-mid 1.4s steps(14) infinite;
}
@-webkit-keyframes loading-mid{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -1400%;
    }
}
@keyframes loading-mid{
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -1400%;
    }
}

/* div.loading .spinnerWaiting .waiting-costum{
    width: 180px;
    height: 130px;
    background: url("../image/loading-mid-costum.png") no-repeat center;
    -webkit-animation: rotation 2s linear infinite;
}

@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}    
} */

/*******************新loading效果********************/