html{
    height: 100%;
}
body{
    height: 100%;
    min-height: 550px;
    font-family: "Microsoft Yahei" !important;
}
.divheight{
    height: 100%;
}
.ms-controller{
    /*visibility: hidden*/
    display: none;
}
/*切换科目样式*/
.TreeMenu_1 {
    display: block;
    background-size:12px;
    /*padding-left:23px;*/
    text-indent:0px;
}
.TreeMenu_1_Checked {
    color: #4093DA;
}
.TreeMenu_11 {
    display: block;
    background-size:12px;
    padding-left:23px;
    text-indent:0px;
}
.TreeMenu_11_Checked {
    color: #4093DA;
}
.TreeMenu_2 {
    display: block;
    background-size:12px;
    /*padding-left:33px;*/
    text-indent:0px;
}
.TreeMenu_2_Checked {
    color: #4093DA;
}
.TreeMenu_3 {
    display: block;
    background-size:12px;
    text-indent:10px;
}
.TreeMenu_3_Checked {
    color: #4093DA;
}
.div_1{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px;
    border-top: 1px;
    cursor: pointer;
    margin-left: -40px;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.div_1_checked{
    border-bottom: 0;
}
.div_2{
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #CCC;*/
    cursor: pointer;
}
.div_3{
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #CCC;*/
    cursor: pointer;
}
.div_4{
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #CCC;*/
    cursor: pointer;
}
.div_1:hover,
.div_2:hover,
.div_3:hover,
.div_4:hover
{
    color:#97ba82;
}
.div_11{
    display: none;
}
.div_22{
    display: none;
}
.div_33{
    display: none;
}
.div_44{
    display: none;
}

.menu_soft_seach{
    height: 40px;
}

.menu_soft_seach_input{
    height: 100%;
    width: calc(100% - 42px);
    float: left;
    margin-left: 2px;
}
.menu_soft_seach_span{
    font-size: 28px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 0;
    cursor: pointer;
}
.menu_soft_seach_span:hover{

}

.menu_soft_div{
    font-size: 16px;
    float: left;
    width: 100%;
    max-height: 650px;
}

.softmenu_left{
    width: 240px;
    float: left;
    height: 560px;
    border-right: 1px solid #ccc;
    overflow-y: auto;
}
.softmenu_right{
    width: calc(100% - 240px);
    float: left;
    height: 560px;
    overflow-y: auto;
}
.chaptermenu_left{
    width: 300px;
    float: left;
    /*min-height: 560px;*/
    border-right: 1px solid #ccc;
}
.chaptermenu_right{
    width: calc(100% - 300px);
    float: left;
    /*min-height: 560px;*/
    /*max-height: 560px;*/
    overflow-y: auto;
}

.chaptermenu_item{
    cursor: pointer;
}
.chaptermenu_item:hover{
    background-color: rgb(231, 231, 231);
}
.chaptermenu_item p span{
    margin-right: 20px;
}

.menu_soft_div a{
    color: #000;
    text-decoration: none;
}
.menu_soft_div a:nth-child(odd){
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #c2c2c2;
    width:49%;
    border-right: 1px solid #c2c2c2;
    text-indent: 10px;
    list-style: inside;
}
.menu_soft_div a:nth-child(even){
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #c2c2c2;
    width:49%;
    text-indent: 10px;
    list-style: inside;
}

.menu_soft_li{
    /*width: 290px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: disc inside;
}
/*切换科目样式*/

/*软件充值样式*/
.rjcz_content{
    padding-top:20px;
    padding-bottom: 20px;
}

.jhm_input{
    width: 100%;
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-indent: 0.5em;
    line-height: 30px;
}
/*软件充值样式*/

/*错题反馈样式*/
.ctfk_content{
    padding-top:20px;
    padding-bottom: 20px;
}

/*错题反馈样式*/

/*首页界面样式*/
.sy_left{
    /*width: 70%;*/
    width: calc(100% - 350px);
    overflow-y: auto;
    margin: 0 auto;
    padding-top: 100px;
    border-right: 1px solid#dddddd;
    float: left;
}
.examtime{
    height: 50px;
    width: 280px;
    font-size: 22px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
    background-color: #337ab7;
    color: white;
    cursor: pointer;
    margin-top: 20px;
}
.sy_right{
    /*width: 30%;*/
    overflow-y: auto;
    margin: 0 auto;
    padding-top: 50px;
    width: 350px;
}
/*绿色导航*/
.index-nav-green{
    background-color: #22cb64;
}
.index-nav-green .index-li{
    text-align: center;
    line-height: 1.2;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 0px !important;
    margin-left: 2px;
}
.index-nav-green .index-li:hover{
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#22cb64), to(#1eb45f));
}
.index-nav-green .index-li-selected{
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#22cb64), to(#1eb45f));
}
/*绿色导航*/

/*黑色导航*/
.index-nav-black{
    background-color: #2f363e;
}
.index-nav-black .index-li{
    text-align: center;
    line-height: 1.2;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 0px !important;
    margin-left: 2px;
}
.index-nav-black .index-li:hover{
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#2f363e), to(#56575b));
}
.index-nav-black .index-li-selected{
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#2f363e), to(#56575b));
}
/*黑色导航*/

/*蓝色导航*/
.index-nav-blue{
    background-color: #009ae0;
}
.index-nav-blue .index-li{
    text-align: center;
    line-height: 1.2;
    padding: 10px 20px;
    cursor: pointer;
    margin-bottom: 0px !important;
    margin-left: 2px;
}
.index-nav-blue .index-li:hover{
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#009ae0), to(#0082e0));
}
.index-nav-blue .index-li-selected{
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#009ae0), to(#0082e0));
}
/*蓝色导航*/
.index-icon{
    font-size: 40px;
    margin: 10px 0;
    /*color: #333;*/
    /*-webkit-transition: font-size 0.25s ease-out 0s;*/
    /*-moz-transition: font-size 0.25s ease-out 0s;*/
    /*transition: font-size 0.25s ease-out 0s;*/
}
.index-icon:hover{
    -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
    -moz-animation: neon2 1.5s ease-in-out infinite alternate;
    animation: neon2 1.5s ease-in-out infinite alternate;
}
/*glow for webkit*/
@-webkit-keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #FF1177,
        0 0 70px  #FF1177,
        0 0 80px  #FF1177,
        0 0 100px #FF1177,
        0 0 150px #FF1177;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #FF1177,
        0 0 35px #FF1177,
        0 0 40px #FF1177,
        0 0 50px #FF1177,
        0 0 75px #FF1177;
    }
}

@-webkit-keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #228DFF,
        0 0 70px  #228DFF,
        0 0 80px  #228DFF,
        0 0 100px #228DFF,
        0 0 150px #228DFF;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #228DFF,
        0 0 35px #228DFF,
        0 0 40px #228DFF,
        0 0 50px #228DFF,
        0 0 75px #228DFF;
    }
}

@-webkit-keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #FFDD1B,
        0 0 70px  #FFDD1B,
        0 0 80px  #FFDD1B,
        0 0 100px #FFDD1B,
        0 0 150px #FFDD1B;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #FFDD1B,
        0 0 35px #FFDD1B,
        0 0 40px #FFDD1B,
        0 0 50px #FFDD1B,
        0 0 75px #FFDD1B;
    }
}

@-webkit-keyframes neon4 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #B6FF00,
        0 0 70px  #B6FF00,
        0 0 80px  #B6FF00,
        0 0 100px #B6FF00,
        0 0 150px #B6FF00;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #B6FF00,
        0 0 35px #B6FF00,
        0 0 40px #B6FF00,
        0 0 50px #B6FF00,
        0 0 75px #B6FF00;
    }
}

@-webkit-keyframes neon5 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #FF9900,
        0 0 70px  #FF9900,
        0 0 80px  #FF9900,
        0 0 100px #FF9900,
        0 0 150px #FF9900;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #FF9900,
        0 0 35px #FF9900,
        0 0 40px #FF9900,
        0 0 50px #FF9900,
        0 0 75px #FF9900;
    }
}

@-webkit-keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff,
        0 0 40px #ff00de,
        0 0 70px #ff00de,
        0 0 80px #ff00de,
        0 0 100px #ff00de,
        0 0 150px #ff00de;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #ff00de,
        0 0 35px #ff00de,
        0 0 40px #ff00de,
        0 0 50px #ff00de,
        0 0 75px #ff00de;
    }
}

/*glow for mozilla*/
@-moz-keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #FF1177,
        0 0 70px  #FF1177,
        0 0 80px  #FF1177,
        0 0 100px #FF1177,
        0 0 150px #FF1177;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #FF1177,
        0 0 35px #FF1177,
        0 0 40px #FF1177,
        0 0 50px #FF1177,
        0 0 75px #FF1177;
    }
}

@-moz-keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #228DFF,
        0 0 70px  #228DFF,
        0 0 80px  #228DFF,
        0 0 100px #228DFF,
        0 0 150px #228DFF;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #228DFF,
        0 0 35px #228DFF,
        0 0 40px #228DFF,
        0 0 50px #228DFF,
        0 0 75px #228DFF;
    }
}

@-moz-keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #FFDD1B,
        0 0 70px  #FFDD1B,
        0 0 80px  #FFDD1B,
        0 0 100px #FFDD1B,
        0 0 150px #FFDD1B;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #FFDD1B,
        0 0 35px #FFDD1B,
        0 0 40px #FFDD1B,
        0 0 50px #FFDD1B,
        0 0 75px #FFDD1B;
    }
}

@-moz-keyframes neon4 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #B6FF00,
        0 0 70px  #B6FF00,
        0 0 80px  #B6FF00,
        0 0 100px #B6FF00,
        0 0 150px #B6FF00;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #B6FF00,
        0 0 35px #B6FF00,
        0 0 40px #B6FF00,
        0 0 50px #B6FF00,
        0 0 75px #B6FF00;
    }
}

@-moz-keyframes neon5 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #FF9900,
        0 0 70px  #FF9900,
        0 0 80px  #FF9900,
        0 0 100px #FF9900,
        0 0 150px #FF9900;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #FF9900,
        0 0 35px #FF9900,
        0 0 40px #FF9900,
        0 0 50px #FF9900,
        0 0 75px #FF9900;
    }
}

@-moz-keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff,
        0 0 40px #ff00de,
        0 0 70px #ff00de,
        0 0 80px #ff00de,
        0 0 100px #ff00de,
        0 0 150px #ff00de;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #ff00de,
        0 0 35px #ff00de,
        0 0 40px #ff00de,
        0 0 50px #ff00de,
        0 0 75px #ff00de;
    }
}

/*glow*/
@keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #FF1177,
        0 0 70px  #FF1177,
        0 0 80px  #FF1177,
        0 0 100px #FF1177,
        0 0 150px #FF1177;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #FF1177,
        0 0 35px #FF1177,
        0 0 40px #FF1177,
        0 0 50px #FF1177,
        0 0 75px #FF1177;
    }
}

@keyframes neon2 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #228DFF,
        0 0 70px  #228DFF,
        0 0 80px  #228DFF,
        0 0 100px #228DFF,
        0 0 150px #228DFF;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #228DFF,
        0 0 35px #228DFF,
        0 0 40px #228DFF,
        0 0 50px #228DFF,
        0 0 75px #228DFF;
    }
}

@keyframes neon3 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #FFDD1B,
        0 0 70px  #FFDD1B,
        0 0 80px  #FFDD1B,
        0 0 100px #FFDD1B,
        0 0 150px #FFDD1B;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #FFDD1B,
        0 0 35px #FFDD1B,
        0 0 40px #FFDD1B,
        0 0 50px #FFDD1B,
        0 0 75px #FFDD1B;
    }
}

@keyframes neon4 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #B6FF00,
        0 0 70px  #B6FF00,
        0 0 80px  #B6FF00,
        0 0 100px #B6FF00,
        0 0 150px #B6FF00;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #B6FF00,
        0 0 35px #B6FF00,
        0 0 40px #B6FF00,
        0 0 50px #B6FF00,
        0 0 75px #B6FF00;
    }
}

@keyframes neon5 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px  #fff,
        0 0 30px  #fff,
        0 0 40px  #FF9900,
        0 0 70px  #FF9900,
        0 0 80px  #FF9900,
        0 0 100px #FF9900,
        0 0 150px #FF9900;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #FF9900,
        0 0 35px #FF9900,
        0 0 40px #FF9900,
        0 0 50px #FF9900,
        0 0 75px #FF9900;
    }
}

@keyframes neon6 {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff,
        0 0 40px #ff00de,
        0 0 70px #ff00de,
        0 0 80px #ff00de,
        0 0 100px #ff00de,
        0 0 150px #ff00de;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #ff00de,
        0 0 35px #ff00de,
        0 0 40px #ff00de,
        0 0 50px #ff00de,
        0 0 75px #ff00de;
    }
}
/*首页界面样式*/

/*个人中心界面样式*/
.usercenter_div{
    margin-left: 10px;
    margin-top: 10px;
}
.vipapp_ul{
    height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #dddddd;
    padding: 0px;
}
.vipapp_ul li{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px;
    cursor: pointer;
    list-style: none;
    padding-left: 10px;
}
.vipapp_ul li:nth-of-type(odd){ background:#eeeeee}
/*.vipapp_ul li:nth-of-type(even){ background:#00ccff;}*/
.vipapp_ul li:hover{
    color:#97ba82;
}
.usercenter_p{
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
}
.err_p{
    margin: 0 0;
    height: 1.5em;
    color: red;
}
/*个人中心界面样式*/

/*模拟考场界面样式*/
.mnkc_content{
    width: 500px;
    overflow-y: auto;
    margin: 0 auto;
    padding-top: 100px;
}
.mnkc_td{
    color: green;
}
/*模拟考场界面样式*/

/*人机对话界面样式*/
.rjdh_bodydiv{
    background-color: #fff;
}
.rjdh_content{
    min-width: 1000px;
    width: 1000px;
    margin: 0 auto;
    float: none;
}
.rjdh_appname{
    color: white;
    font-size: 30px;
    text-align: center;
}
.white_span{
    color: white;
}
.yellow_span{
    color: yellow;
}
.rjdh_text_left{
    width:calc(100% - 251px);
    height: 100%;
    float: left;
}
.text_top{
    height: 60px;
    color: white;
    font-size: 18px;
    width: 100%;
}
.text_content{
    width: 100%;
    height: calc(100% - 235px);
    background-color: white;
    padding: 0 20px;
    overflow-y: auto;
}
.rjdh_textstyle{
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid#dddddd;
    color: #4696dc;
    margin-bottom: 10px;
}
.rjdh_texttitle{
    margin-bottom: 10px;
    font-size: 20px;
}
.rjdh_testnum{
    margin-right: 10px;
    font-size: 20px;
    font-family: "Microsoft yahei",sans-serif;
}
.text_button{
    width: 100%;
    height: 55px;
    padding-top: 10px;
}
.text_bottom{
    width: 100%;
    height: 120px;
    background-color: #005a96;
}
.rjdh_text_right{
    width: 250px;
    height: 100%;
    float: right;
    background-color: #bee6fa;
    overflow-y: auto;
}
.rjdh_tkstyle{
    width: 220px;
    margin-left: 10px;
    border: 1px solid#0096e6;
    margin-bottom: 5px;
}
.rjdh_button_default{
    width: 45px;
    height: 25px;
    margin: 4px;
    border: 1px solid white;
    line-height: 25px;
}
.rjdh_tkselecting{
    background-color: #ff6400;
}
.rjdh_tkdone{
    background-color: #6fb2e5;
}
.rjdh_textitem{

}
.rjdh_textitem ul{
    list-style: none;
    margin-left: -20px;
}
.rjdh_textitem ul li{
    margin: 10px;
    cursor: pointer;
    font-size: 16px;
}
.rjdh_bz{
    margin: 5px 10px;
    color: #FF6000;
}
.rjdh_bz1{
    margin: 5px 10px;
    /*color: #FF6000;*/
}
/*单选题选项样式*/
.rjdh_textitem ul li.atest_default i:before{
    content: "\e604";margin-right: 10px;
}
.rjdh_textitem ul li.atest_selected{
    color: #6fb2e5;
}
.rjdh_textitem ul li.atest_selected i:before{
    content: "\e605";margin-right: 10px;
}
.rjdh_textitem ul li.atest_rightanswer{
    color: #0C0;
}
.rjdh_textitem ul li.atest_rightanswer i:before{
    content: "\e604";margin-right: 10px;
}
.rjdh_textitem ul li.atest_right{
    color: #0C0;
}
.rjdh_textitem ul li.atest_right i:before{
    content: "\e607";margin-right: 10px;
}
.rjdh_textitem ul li.atest_wrong{
    color: #FF6347;
}
.rjdh_textitem ul li.atest_wrong i:before{
    content: "\e606";margin-right: 10px;
}
/*单选题选项样式*/

/*多选题选项样式*/
.rjdh_textitem ul li.xtest_default i:before{
    content: "\e609";margin-right: 10px;
}
.rjdh_textitem ul li.xtest_selected{
    color: #6fb2e5;
}
.rjdh_textitem ul li.xtest_selected i:before{
    content: "\e603";margin-right: 10px;
}
.rjdh_textitem ul li.xtest_rightanswer{
    color: #0C0;
}
.rjdh_textitem ul li.xtest_rightanswer i:before{
    content: "\e609";margin-right: 10px;
}
.rjdh_textitem ul li.xtest_right{
    color: #0C0;
}
.rjdh_textitem ul li.xtest_right i:before{
    content: "\e608";margin-right: 10px;
}
.rjdh_textitem ul li.xtest_wrong{
    color: #FF6347;
}
.rjdh_textitem ul li.xtest_wrong i:before{
    content: "\e602";margin-right: 10px;
}
/*多选题选项样式*/

/*人机对话界面样式*/


/*错题收藏界面样式*/
.testlist_div{
    overflow-y: auto;
    height: calc(100% - 60px);
}
.testlist_bottomdiv{
    height: 60px;
    border: 0;
}
/*错题收藏界面样式*/

/*试题查找界面样式*/
.stcz_div{
    overflow-y: auto;
    height: calc(100% - 60px);
}
.stcz_bottomdiv{
    height: 60px;
    border: 0;
    display: none;
}
.stcz_seach_input{
    margin-left: 20px;
    width: 300px;
    height: 34px;
}
/*试题查找界面样式*/

/*答题界面样式*/
.exam_content{
    padding: 30px 50px 30px 50px;
    margin: 0 auto;
    position: relative;
    background: #FCFCFC;
    border: 1px solid #dedede;
    box-shadow: 0 1px 5px #D9D9D9,inset 0 10px 20px #F1F1F1;
    -o-box-shadow: 0 1px 5px #D9D9D9,inset 0 10px 20px #F1F1F1;
    -webkit-box-shadow: 0 1px 5px #D9D9D9,inset 0 10px 20px #F1F1F1;
    -moz-box-shadow: 0 1px 5px #D9D9D9,inset 0 10px 20px #F1F1F1;
    border-radius: 20px 20px 20px 20px;
    position: relative;
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
    float: left;
}
.exam_testtitle{
    font-size: 18px;
    font-weight: normal;
    font-family: "Microsoft yahei",sans-serif;
}
.testnum{
    margin-right: 10px;
    font-size: 20px;
    font-family: "Microsoft yahei",sans-serif;
}
.exam_testcontent{

}
.exam_testcontent ul{
    list-style: none;
    margin-left: -10px;
}
.exam_answerdiv{
  margin-top: 20px;
}
.exam_answerdiv div.rightanswer{
    color: #0C0;
}
.exam_answerdiv div.wronganswer{
    color: #FF6347;
}
.exam_testcontent ul li{
    font-family: "Microsoft yahei",sans-serif;
    font-size: 15px;
    cursor: pointer;
    padding: 5px 10px;
    margin: 12px 0;
    color: #4c4c4c;
}

.exam_testcontent ul li:hover{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2),inset 0 0 6px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2),inset 0 0 6px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.4);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2),inset 0 0 6px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.4);
    background: #f6f6f6;
    background: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#d4d4d4));
    background: -webkit-linear-gradient(#f6f6f6,#d4d4d4);
    /*border: 1px solid #a1a1a1;*/
}
/*单选题选项样式*/
.exam_testcontent ul li.atest_default i:before{
    content: "\e604";margin-right: 10px;
}
.exam_testcontent ul li.atest_selected{
    color: #6fb2e5;
}
.exam_testcontent ul li.atest_selected i:before{
  content: "\e605";margin-right: 10px;
}
.exam_testcontent ul li.atest_rightanswer{
    color: #0C0;
}
.exam_testcontent ul li.atest_rightanswer i:before{
    content: "\e604";margin-right: 10px;
}
.exam_testcontent ul li.atest_right{
    color: #0C0;
}
.exam_testcontent ul li.atest_right i:before{
  content: "\e607";margin-right: 10px;
}
.exam_testcontent ul li.atest_wrong{
    color: #FF6347;
}
.exam_testcontent ul li.atest_wrong i:before{
  content: "\e606";margin-right: 10px;
}
/*单选题选项样式*/

/*多选题选项样式*/
.exam_testcontent ul li.xtest_default i:before{
    content: "\e609";margin-right: 10px;
}
.exam_testcontent ul li.xtest_selected{
    color: #6fb2e5;
}
.exam_testcontent ul li.xtest_selected i:before{
    content: "\e603";margin-right: 10px;
}
.exam_testcontent ul li.xtest_rightanswer{
    color: #0C0;
}
.exam_testcontent ul li.xtest_rightanswer i:before{
    content: "\e609";margin-right: 10px;
}
.exam_testcontent ul li.xtest_right{
    color: #0C0;
}
.exam_testcontent ul li.xtest_right i:before{
    content: "\e608";margin-right: 10px;
}
.exam_testcontent ul li.xtest_wrong{
    color: #FF6347;
}
.exam_testcontent ul li.xtest_wrong i:before{
    content: "\e602";margin-right: 10px;
}
/*多选题选项样式*/

.checkitem{

}

.test_fav{
    content:"取消收藏";
}

.test_notfav{
    content:"收藏";
}

.test_fav i:before{
    content: "\e600";
}

.test_notfav i:before{
    content: "\e601";
}

.exam_right{
    padding: 30px 0px 30px 0px;
    margin: 0 auto;
    position: relative;
    background: #FCFCFC;
    border: 1px solid #dedede;
    box-shadow: 0 1px 5px #D9D9D9,inset 0 10px 20px #F1F1F1;
    -o-box-shadow: 0 1px 5px #D9D9D9,inset 0 10px 20px #F1F1F1;
    -webkit-box-shadow: 0 1px 5px #D9D9D9,inset 0 10px 20px #F1F1F1;
    -moz-box-shadow: 0 1px 5px #D9D9D9,inset 0 10px 20px #F1F1F1;
    border-radius: 20px 20px 20px 20px;
    position: relative;
    width: 255px;
    display: table;
    float: right;
}
.time-item{
    padding-left: 10px;
}
.exam_goback{
    margin-top: 20px;
    padding: 0 10px;
}
.time-item strong {
    background:#C71C60;
    color:#fff;
    line-height:49px;
    font-size:28px;
    font-family:Arial;
    padding:0 10px;
    margin-right:5px;
    border-radius:5px;
    box-shadow:1px 1px 3px rgba(0,0,0,0.2);
}
#day_show {
    float:left;
    line-height:49px;
    color:#c71c60;
    font-size:32px;
    margin:0 10px;
    font-family:Arial,Helvetica,sans-serif;
}
.item-title .unit {
    background:none;
    line-height:49px;
    font-size:24px;
    padding:0 10px;
    float:left;
}
.exam_tk{
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 255px;
}
.exam_tk button{
    width: 34px;
    height: 34px;
    padding: 0 0 0 0;
}
.tkselected{
    border: 2px solid #000000;
}
.tkdone{
    background-color: #6fb2e5;
}
.tkright{
    background-color: #0C0;
}
.tkwrong{
    background-color: #FF6347;
}

/*批阅*/
.py_content{
    width: 500px;
    overflow-y: auto;
    margin: 0 auto;
    padding-top: 100px;
}

/*答题界面样式*/