#popup_train_content{
    width: 850px;
    max-height: 600px;
    _height: 600px;
    background: #FFF;
    border-radius: 4px;
    behavior:url(/wiki/skins/cpierblue/css/PIE.htc);
    display: none;
    position: relative;
}

#popup_train_content h2{
    height: 20px;
    line-height: 20px;
    text-indent: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background: none repeat scroll 0 0 #558ED5;
    border-radius: 4px 4px 0 0;
    behavior:url(/wiki/skins/cpierblue/css/PIE.htc);
    font-family: 'Times New Roman',Times,serif;
}

#popup_train_content .train_colse{
    width: 30px;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
}

#popup_train_content .train_colse a{
    color: #FFFFFF;
}

#popup_train_content .questions_content{
    max-height: 500px;
    _height: 500px;
    overflow: auto;
    margin: 10px;
}

#popup_train_content .questions_content .question_title{
    line-height: 24px;
    padding-left: 5px;
    overflow: hidden;
    background: none repeat scroll 0 0 #F2F2F2;
}

#popup_train_content .questions_content .question_option{
    overflow: hidden;
    margin-left: 10px;
}

#popup_train_content .questions_content .students_choose{
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    overflow: hidden;
    background: none repeat scroll 0 0 #F2F2F2;
}

#popup_train_content .questions_content .question_interval{
    height: 1px;
    border: 1px dotted #CCCCCC;
    margin: 10px 0px;
    overflow: hidden;
}

#popup_train_content .train_action{
    margin-top: 18px;
    height: 35px;
    text-align: center;
}

#popup_train_content .train_action .blue_btn{
    margin: 0px auto;
    height: 35px;
    text-align: center;background: url("/images/common/btn.png") no-repeat scroll -117px 0 transparent;
    color: white;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    text-align: center;
    width: 67px;
}

#popup_train_content .train_action .gray_btn{
    text-align: center;background: url("/images/common/btn.png") no-repeat scroll 0 -41px transparent;
    color: white;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    text-align: center;
    width: 67px;
}

#popup_train_content .train_action .close_btn{
    display: none;
}

#popup_train_content .train_action .again_btn{
    display: none;
}

#popup_train_content .questions_content .loading{
    width: 200px;
    height: 90px;
    margin: auto;
    margin-top: 80px;
    text-align: center;
    padding-top: 80px;
    background: url("/images/common/loading.gif") 50% 0 no-repeat;
}

#popup_train_content.popup_train_content_wait{
    height: 350px;
}

#popup_train_content .questions_content.questions_content_wait{
    height: 250px;
}

#popup_train_content.popup_train_content_result{
    height: 750px;
}

#popup_train_content .questions_content.questions_content_result{
    height: 650px;
}

#popup_train_content .questions_content .answer_result{
    width: 700px;
    height: 150px;
    border: 1px solid #d4d4d4;
    margin: 0px auto;
    margin-top: 30px;
    background: url("/images/common/viewline.png") 50% 50% no-repeat;
}

#popup_train_content .questions_content .answer_result .left{
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}

#popup_train_content .questions_content .answer_result .right{
    width: 50%;
    height: 100%;
    float: right;
    text-align: center;
}

#popup_train_content .questions_content .answer_result .left .left_title{
    height: 25px;
    line-height: 25px;
    font-family: "微软雅黑";
    font-size: 25px;
    font-weight: normal;
    margin-top: 15px;
}

#popup_train_content .questions_content .answer_result .right .right_title{
    height: 25px;
    line-height: 25px;
    font-family: "微软雅黑";
    font-size: 25px;
    font-weight: normal;
    margin-top: 15px;
    text-align: left;
    text-indent: 35px;
}

#popup_train_content .questions_content .answer_result .left .acurrect{
    height: 50px;
    line-height: 50px;
    color: #ff0202;
    font-family: "微软雅黑";
    font-size: 50px;
    font-weight: normal;
    margin-top: 20px;
}

#popup_train_content .questions_content .answer_result .right .excellence{
    margin-top: 20px;
}

#popup_train_content .questions_content .answer_result .right .excellence p{
    text-indent: 35px;
    text-align: left;
}

#popup_train_content .questions_content .error_list{
    max-height: 250px;
    _height: 250px;
    overflow: auto;
}

#popup_train_content .questions_content .error_list .errer_title{
    background: none repeat scroll 0 0 #F2F2F2;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-left: 5px;
    word-wrap: break-word;
}

#popup_train_content .questions_content .error_list .question_currect{
    padding:10px 0px 0px 5px;
    word-wrap: break-word;
}

#popup_train_content .questions_content .error_list_title{
    border-bottom: 2px solid #F2F2F2;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding-left: 5px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
}