﻿@charset "utf-8";
.exam { font-size: inherit;}
/*----------------------------------------------- element CSS -----------------------------------------------*/
/* 每个页面都会用到的样式
 * 之前写在 style.css 中，现在提出来了
 */
/*---------- color ----------*/
.com_color { color:#2484de;} /* 主题蓝色 */
.ass_color { color:#65a9e8;} /* 辅助蓝色（50%） */
.light { color:#2692f7;} /* 高亮蓝色 */
.dark { color:#2076c7;} /* 深暗蓝色 */
.green { color:#1fd388;}
.darkgreen { color:#00b469;}
.red { color:#ff0000;}
.org { color:#ff9c24;}

hr { height: 0; margin: 0; border: 0; border-top: 1px solid #eee;}

/*---------- arr ----------*/
.totop { display:none; position:fixed; right:10px; bottom:10px; z-index:100; width:40px; height:32px; padding:4px 0; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; background:url(../images/black.png); text-align:center; line-height:32px; font-size:24px; color:#fff;}
.totop:hover { background:#2484de;}
.totop_txt { line-height:16px; font-family:"Microsoft YaHei"; font-size:12px;}

/* arrows */
/* 以下只是基本样式，大小和颜色需按具体情况调整 */
.arrup,
.arrright,
.arrdn,
.arrleft { width:0; height:0; overflow:hidden; border-width:6px; border-color:transparent; border-style:dashed;}
.arrup { border-bottom-color:#000; border-bottom-style:solid;}
.arrright { border-left-color:#000; border-left-style:solid;}
.arrdn { border-top-color:#000; border-top-style:solid;}
.arrleft { border-right-color:#000; border-right-style:solid;}

/*---------- tit ----------*/
/* 一级标题 */
.headTit { line-height:30px; font-family:"Microsoft YaHei"; font-size:16px; color:#888;}

/* 带图标的二级标题 */
.icoTit { margin-bottom:10px; line-height:30px; font-family:"Microsoft YaHei"; font-size:16px; color:#222;}
.icoTit_ico { margin-right:10px; font-size:18px; color:#65a9e8; vertical-align:middle;}

/*---------- link ----------*/
.exam_link1 { display:inline-block; color:#2484de;}
.exam_link1:hover { text-decoration:underline;}

.exam_link2 { display:inline-block; padding:0 20px; border-left:1px #ddd solid; color:#2484de;}
.exam_link2:hover { background:#fff;}

.exam_link3 { display:inline-block; color:#888;}
.exam_link3:hover { color:#2484de;}

.exam_link4 { display:inline-block; margin:0 2px; *margin:0 3px; padding:1px 2px; border-radius:2px; color:#2484de;}
.exam_link4:hover { color:#2484de;}
.exam_link4 { display:inline-block; margin:0 2px; *margin:0 3px; padding:1px 2px; border-radius:2px; color:#2484de;}
.exam_link4:hover { background-color:#2484de; color:#fff;}

.exam_link6 { display:inline-block; color:#2484de; text-decoration:underline;}
/* 增加作答次数图标（已提交考生页面）start */
.exam_add_exam_times { margin: 0 2px; padding: 1px 2px;  padding-top: 4px; border-radius: 2px; color: #2484de; }
.exam_add_exam_times:hover { background-color:#2484de;  color:#fff; }
.ico_add_exam_times {width: 16px; height: 16px; font-size: 15px; }
/* 增加作答次数图标（已提交考生页面）end */
/*---------- txt ----------*/
.p_primary { line-height:24px; font-size:14px;} /* 一级普通段落 */

/*---------- btn ----------*/
/* 空心-尺寸固定 */
.btn_hollow1 { display:inline-block; width:80px; height:28px; border:1px #2484de solid; border-radius:2px; background:#fff; line-height:28px; text-align:center; font-weight:bold; font-size:14px; color:#2484de;}
.btn_hollow1:hover { background:#2484de; color:#fff;}
.append .btn_hollow1 { display: inline-block;width: auto;min-width: 60px;height: 28px;padding-right: 10px;padding-left: 10px;border: 1px #2484de solid;border-radius: 2px;background: #fff;line-height: 28px;text-align: center;font-weight: bold;font-size: 14px;color: #2484de;}

/* 空心-尺寸自适应 */
.btn_hollow2 { display:inline-block; padding:7px 20px; border:1px #2484de solid; border-radius:2px; font-size:14px; color:#2484de;}
.btn_hollow2.btn-sm { padding: 5px 9px; font-size: 12px; border-radius: 3px;}
.btn_hollow2:hover { background:#2484de; color:#fff;}
.btn_hollow2.btn-xs { padding: 0 9px; font-size: 12px; border-radius: 3px;}
.btn_hollow2.rounded { border-radius: 50px;}

.btn_hollow_b { display:inline-block; padding:7px 20px; border:1px #2484de solid; border-radius:2px; font-size:14px; color:#2484de;cursor:default;}
.btn_hollow2:hover { background:#2484de; color:#fff;}

/* 实心-尺寸自适应 */
.btn_solid { display:inline-block; padding:7px 20px; border-radius:2px; background:#2484de; font-size:14px; color:#fff;}
.btn_solid2 { display:inline-block; padding:7px 20px; border-radius:2px; background:#999999; font-size:14px; color:#fff;}
.btn_solid:hover { background:#2692f7;}
.btn_solid_lock {background:#ccc;}
.btn_solid_lock:hover { background:#ccc;}
.btn_solid.btn-sm { padding: 6px 10px; font-size: 12px; border-radius: 3px;}

/* 实心-尺寸自适应-有1px边框，和空心相临时保持大小一致 */
.btn_solid_border { display:inline-block; padding:7px 20px; border-radius:2px; background:#2484de; font-size:14px; color:#fff; border: 1px #2484de solid;}
.btn_solid_border:hover { background:#2692f7; border: 1px #2692f7 solid;}

/* 实心-底部提交按钮-均为自适应 */
.submit_solid { display:inline-block; height:38px; margin:0 auto; padding:0 29px; border:1px #2076c7 solid; border-radius:4px; background:#2484de; line-height:38px; text-align:center; font-size:14px; color:#fff;}
.submit_solid:hover { background:#2692f7;}
.unable_submit_solid { display:inline-block; height:38px; margin:0 auto; cursor: default;padding:0 29px; border-radius:4px; background:#cdcdcd; line-height:38px; text-align:center; font-size:14px; color:#fff;}

.submit_solid_weaken { display:inline-block; height:38px; margin:0 auto; padding:0 29px; border:1px #dadada solid; border-radius:4px; background:#f3f3f3; line-height:38px; text-align:center; font-size:14px; color:#999;}
.submit_solid_weaken:hover { background:#2484de; border-color:#2076c7; color:#fff;}
.submit_solid_gray,
.submit_solid_gray:hover { border-color:#999; background:#999; cursor:default;}
.submit_solid_disabled,
.submit_solid_disabled:hover { border-color:#c3c3c3; background:#dadada; cursor:default;}
.submit_solid.lg { padding: 4px 32px; font-size: 16px; border-radius: 6px;}

/* 空心-底部编辑按钮-均为自适应 */
.submit_hollow { display:inline-block; height:38px; margin:0 auto; padding:0 29px; border:1px #2484de solid; border-radius:4px; line-height:38px; text-align:center; font-size:14px; color:#2484de;}
.submit_hollow:hover { background:#2484de; color:#fff;}

/* 行内-灰色 */
.btn_grayInline { display:inline-block; padding:0 10px; border-radius:3px; border:1px #ccc solid; background:#f6f6f6; line-height:24px; font-size:12px; color:#888;}
.btn_grayInline:hover { border-color:#bbb; background:#fff; color:#444; -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1); -moz-box-shadow:0 1px 3px rgba(0,0,0,.1); box-shadow:0 1px 3px rgba(0,0,0,.1);}

.btn_gray { color: #888; background-color: white; border-color: #ddd;}
.btn_gray:hover { color: #2484de; background-color: white; border-color: #2484de;}

.btn-anti-primary { display: inline-block; padding: 5px 8px;  border: 1px #aed7f2 solid; border-radius: 3px; background: #f2faff; text-align: center; line-height: 1.2; color: #2484de;}
.btn-anti-primary:hover { border-color: #2484eb;}
.btn-xs { padding: 0 5px; font-size: 12px; line-height: 22px; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box;}

.btn-solid-primary, .btn-solid-primary:hover { color: white; border-color: transparent; }
.btn-solid-primary, .btn-solid-primary.disabled:hover, .btn-solid-primary[disabled]:hover { background-color: #2484de; }
.btn-solid-primary:hover { background-color: #137bff; }
.btn-solid-primary.shadow { -webkit-box-shadow: 0 2px 6px rgba(50, 140, 255, 0.3); box-shadow: 0 2px 6px rgba(50, 140, 255, 0.3); }
.btn-solid-primary.disabled { background-color: #f0f0f0; border-color: #ddd !important; pointer-events: none; text-shadow: none !important;}
.btn-solid-secondary, .btn-solid-secondary:hover { color: white; border-color: transparent; }
.btn-solid-secondary, .btn-solid-secondary.disabled:hover, .btn-solid-secondary[disabled]:hover { background-color: #5EEBC9; }
.btn-solid-secondary:hover { background-color: #43e8c0; }
.btn-solid-secondary.shadow { -webkit-box-shadow: 0 2px 6px rgba(94, 235, 201, 0.3); box-shadow: 0 2px 6px rgba(94, 235, 201, 0.3); }

.btn-hollow { color: #666; border: 1px solid #ddd;}
.btn-hollow:hover { color: #2484de; border-color: #2484de;}
.btn-hollow-primary, .btn-hollow-primary:hover { border-color: #328CFF; }
.btn-hollow-primary, .btn-hollow-primary.disabled:hover, .btn-hollow-primary[disabled]:hover { color: #328CFF; background-color: transparent; }
.btn-hollow-primary:hover { color: white; background-color: #328CFF; }
.btn-hollow-secondary, .btn-hollow-secondary:hover { border-color: #5EEBC9; }
.btn-hollow-secondary, .btn-hollow-secondary.disabled:hover, .btn-hollow-secondary[disabled]:hover { color: #5EEBC9; background-color: transparent; }
.btn-hollow-secondary:hover { color: white; background-color: #5EEBC9; }

/*---------- lab
 * lab_normal 普通标签：主题色
 * lab_negative 消极标签：警示、错误，一般为暖色（红色）
 * lab_positive 积极标签：成功、鼓励，一般为绿色
 * lab_disabled 禁用标签：过期、结束，一般为深灰色
 * lab_notstart 不可用标签：未开始，一般为浅灰色
 ----------*/
.lab_normal,
.lab_negative,
.lab_positive,
.lab_disabled,
.lab_notstart { display:inline-block; padding:0 6px; border-radius:3px; line-height:20px; font-weight:normal; font-size:12px; color:#fff;}
.lab_normal { background:#03a9f4;}
.lab_negative { background:#ff553e;}
.lab_positive { background:#1fd388;}
.lab_disabled { background:#999;}
.lab_notstart { background:#f0f0f0; color:#999;}

/*---------- box ----------*/
.box1 { background:#fff; box-shadow:0 0 3px rgba(0,0,0,.3);}

.box2 { border:1px #d7d7d7 solid; background:#fff; box-shadow:0 0 3px #e7e7e7; -webkit-box-shadow:0 0 3px #e7e7e7; -moz-box-shadow:0 0 3px #e7e7e7; -ms-box-shadow:0 0 3px #e7e7e7;}

/*---------- ease ----------*/
.ease3 { -webkit-transition:ease .3s; -moz-transition:ease .3s; -ms-transition:ease .3s; -o-transition:ease .3s; transition:ease .3s;}
.ease5 { -webkit-transition:ease .5s; -moz-transition:ease .5s; -ms-transition:ease .5s; -o-transition:ease .5s; transition:ease .5s;}
.ease8 { -webkit-transition:ease .8s; -moz-transition:ease .8s; -ms-transition:ease .8s; -o-transition:ease .8s; transition:ease .8s;}
/*---------- fileType ----------*/
.fileType_ico { display: inline-block; width: 16px; height: 16px; vertical-align: -3px; margin: 0 4px; background-image:url(../images/fileType.png); background-repeat: no-repeat;}
.fileType_exe { background-position: 0 0;}
.fileType_music { background-position: -20px 0;}
.fileType_xls { background-position: -40px 0;}
.fileType_ppt { background-position: -60px 0;}
.fileType_doc { background-position: -80px 0;}
.fileType_txt { background-position: -100px 0;}
.fileType_pdf { background-position: -120px 0;}
.fileType_img { background-position: -140px 0;}
.fileType_video { background-position: -160px 0;}
.fileType_zip { background-position: -180px 0;}
.fileType_folder { background-position: -200px 0;}
.fileType_cloud { background-position: -220px 0;}
/*---------- fileType ----------*/
/*---------- win ----------*/
/* 下拉窗体 */
.box { width:100%;}
.box_top,
.box_bot { position:relative; overflow:hidden;}
.box_corner { position:absolute; top:0; width:15px; background:url(../images/box_corner.png) no-repeat;}
.box_bar { margin:0 15px; background:url(../images/box_sides1.png) repeat-x;}

.box_top { height:10px;}
.box_top_corner { height:10px;}
.box_top_l { left:0; background-position:0 0;}
.box_top_r { right:0; background-position:-29px 0;}
.box_top_m { height:10px; background-position:0 0;}

.box_bot { height:20px;}
.box_bot_corner { height:20px;}
.box_bot_l { left:0; background-position:0 -24px;}
.box_bot_r { right:0; background-position:-29px -24px;}
.box_bot_m { height:20px; background-position:0 -24px;}

.box_mid { clear:both; overflow:hidden; background:url(../images/box_sides2.png) left 0 repeat-y; z-index: 30px;}
.box_mid_in { background:url(../images/box_sides2.png) right 0 repeat-y;}
.box_mid_cont { margin:0 15px; *margin:-12px 15px 0 15px; *padding-top:12px; background:#fff;}

/* 导入中、加载中，请稍后...深灰小窗 */
.loading { display:inline-block; *width:30%;}
.ld_top,
.ld_bot { position:relative; overflow:hidden; height:10px;}
.ld_corner { position:absolute; top:0; width:10px; height:10px; background:url(../images/loading/loading_corner.png) no-repeat;}
.ld_bar { height:10px; margin:0 10px; background:url(../images/loading/loading_sides1.png) repeat-x;}

.ld_top_l { left:0; background-position:0 0;}
.ld_top_r { right:0; background-position:-10px 0;}
.ld_top_m { background-position:0 0;}

.ld_bot_l { left:0; background-position:0 -10px;}
.ld_bot_r { right:0; background-position:-10px -10px;}
.ld_bot_m { background-position:0 -10px;}

.ld_mid { clear:both; overflow:hidden; background:url(../images/loading/loading_sides2.png) left 0 repeat-y;}
.ld_mid_in { background:url(../images/loading/loading_sides2.png) right 0 repeat-y;}
.ld_mid_cont { margin:0 10px; padding:5px; *margin:-12px 10px 0 10px; *padding-top:12px; background:#656565;}

.ld_txt { padding-top:5px; font-family:"Microsoft YaHei"; font-size:14px; color:#fff;}

/* 弹出窗1 */
.overlay { display:none; position:fixed; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,.5); z-index:100;}
.win { box-shadow:0 0 5px rgba(0,0,0,.3);}
.win_head { height:30px; padding:0 10px 0 20px; border:1px #0a72d9 solid; background:#2484de;}
.win_tit { float:left; line-height:30px; font-size:14px; font-weight:bold; color:#fff;}
.win_shut { float:right; margin-top:8px; display:block; line-height:16px; text-align:center; font-size:16px; color:#fff;}
.win_shut:hover { background-color:#66a9e8;}

.win_foot { height:39px; padding:15px 15px 0 0; border:1px #999 solid; border-top:none; background:#f7f7f7;}
.win_btn1,
.win_btn2 { float:right; margin-left:10px; text-align:center; font-size:12px; border-radius:2px;}
.win_btn1 { width:84px; height:24px; background:#2484de; color:#fff; line-height:24px;}
.win_btn1:hover { background:#2f94f3;}
.win_btn2 { width:82px; height:22px; border:1px #a7bdd2 solid; background:#fcfcfc; color:#3d3d3d; line-height:22px;}
.win_btn2:hover { background:#fff; color:#2484de;}

.win_main { min-height:174px; height:auto!important; height:174px; border-left:1px #999 solid; border-right:1px #999 solid; background:#fff;}

/* 弹出窗2 */
.editW { width:500px; height:300px; border-radius:4px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.2); z-index:101;}
.editW_head { height:40px; padding:0 18px; border-bottom:1px #ddd solid; line-height:40px;}
.editW_tit,
.editW_tit2,
.editW_link { float:left; font-family:"Microsoft YaHei"; font-size:17px; color:#444;}
.editW_tit2 { padding:0 10px; font-size:14px; color:#afafaf;}
.editW_link { line-height:40px; color:#afafaf;}
.editW_link:hover { color:#2484de;}
.editW_shut { float:right; font-size:16px; color:#444; cursor:pointer;}
.editW_shut:hover { color:#2484de;}
.editW_con {}
.editW_btn { display:inline-block; line-height:30px; padding:0 10px; border-radius:3px; background:#2484de; font-size:14px; font-weight:bold; color:#fff;}
.editW_btn:hover { background:#2692f7;}


/* 弹出窗：授权管理 */
.win_author { padding:20px 50px;}
.win_author_t { line-height:40px; border-bottom:1px #ddd solid; font-size:12px; color:#666;}
.win_author_t span { margin:0 10px; color:#2484de;}
.win_author_b { padding-top:10px;}
.win_author_li { line-height:24px;}
.win_author .exam_check { font-size:12px;}
.win_author .exam_checkbtn { top:5px;}

/* 弹出窗：成功组卷 */
.pop_succ { width:530px; height:286px; background:#fff; border:1px #ccc solid; border-radius:4px; z-index:10000; box-shadow:0 0 5px rgba(0,0,0.5);}
.pop_succ .flow { width:406px; margin-top:30px;}
.pop_succ_simple { width:538px;}
.pop_succ_simple .flow { width:406px; margin-top:30px;}
.succ_txt { height:60px; margin:20px 0; line-height:60px; text-align:center; font-family:"\5FAE\8F6F\96C5\9ED1"; font-size:24px; color:#2a2a2a;}
.succ_ico { width:24px; height:20px; display:inline-block; margin-right:10px; background:url(../images/flow.png) -420px -90px no-repeat; vertical-align:-4px; *vertical-align:3px; _overflow:hidden;}
.succ_btn { width:210px; height:40px; margin:0 auto; display:block; border-radius:3px; text-align:center; line-height:40px; background:#2484de; font-size:14px; color:#fff;}
.succ_btn:hover { background:#2692f7;}

/** 成功及确认弹出框为设计样式备份 */
/* 弹出窗：提交成功 */
/*
.win_success { min-height:94px; padding:50px 40px 30px 70px;}
.win_success_in { position:relative; padding-left:80px;}
.win_success_ico { position:absolute; top:0; left:0; font-size:60px; color:#1fd388;}
.win_success h2 { padding:5px 0; line-height:40px; font-family:"Microsoft YaHei"; font-size:24px; color:#444;}
.win_success p { line-height:20px; font-size:14px;}
*/

/* 弹出窗：提示确认 */
/*
.win_confirm { min-height:94px; padding:40px 40px 40px 70px;}
.win_confirm_in { position:relative; height:40px; line-height:40px; padding:27px 0 27px 80px;}
.win_confirm_ico { position:absolute; top:27px; left:0; font-size:60px; color:#ffa800;}
.win_confirm h2 { font-family:"Microsoft YaHei"; font-size:24px; color:#444;}
*/

/* 结合exam_dialog使用下面样式 用于一行或两行提示。只一行时用h2；第一行大，第二行小时：第一行用h2，第二行用h3；两行一样大时用p */
.win_info_short { min-height:94px; padding-left:100px;margin-top:30px;}
.win_info_long { padding-left:57px; margin-top: 30px;}
.win_info_in_oneline { position:relative; padding:27px 0 27px 80px; height:45px; line-height:45px;}
.win_info_in_twoline { position:relative; padding:27px 0 27px 80px;}
.win_info_short h2, .win_info_long h2 { font-family:"Microsoft YaHei"; font-size:24px; color:#444; }
.win_info_short h3, .win_info_long h3 { line-height:20px; font-size:14px; padding-top: 10px; color: #666;}
.win_info_short p, .win_info_long p { line-height:20px; font-size:14px; padding: 4px 0; margin-top: -5px; color: #666;}
.win_ico_oneline, .win_ico_twoline { position:absolute; left:0; font-size:60px; top: 20px; line-height: 65px;}
.win_success_ico { color:#1fd388;}
.win_confirm_ico { color:#ffa800;}
.win_fail_ico { color:#ff0000; opacity: .4; filter:alpha(opacity=40);}
.no-icon-win-info {padding-top: 10px; padding-left: 0;margin-left: -15px;}

/* 弹出窗：上传文件 */
.win_upload { padding:60px 40px 120px 40px;}
.win_upload_tit { line-height:40px; font-size:14px; color:#afafaf;}
.win_upload_input { position:relative; padding-right:90px;}
.win_upload_input .exam_input { width:100%;}
.win_upload .editW_btn { position:absolute; top:0; right:0; width:80px; padding:0;}

/* 弹出窗：表单类 */
.win_form { padding:30px 50px 20px 0;}
.win_form .exam_info_tit,
.win_form_bot .exam_info_tit { font-size:12px;}
.win_form .exam_info_con { position:relative; padding-left:120px;}
.win_form .exam_info_con .s_label_del { display:block;}
.win_form_hintTxt { font-size:12px; color:#afafaf;}
.win_form_bot .exam_radio { font-size:12px;}

/* 弹出窗：表单类标签（与library中一样） */
.s_label_li { position:relative; float:left; margin:0 10px 10px 0;}
.s_label_lab { display:block; padding:0 10px; border-radius:3px; background:#eee; line-height:28px; color:#555; cursor:default;}
.s_label_del { display:none; position:absolute; top:-6px; right:-6px; line-height:13px; font-size:13px; color:#ff4a4a; z-index:1; cursor:pointer;}
.s_label_li:hover .s_label_del { display:block;}
.s_label_add { position:relative; float:left;}
.s_label_addIco { line-height:28px; font-size:28px; color:#b2b2b2; cursor:pointer;}
.s_label_addIco:hover { color:#2484de;}

.label_float { display:none; position:absolute; top:-140px; left:10px; z-index:100; width:160px; height:150px; border:1px #ddd solid; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1);}
.label_float_li { position:relative; padding:0px 30px 0px 20px; line-height:30px; vertical-align:bottom; font-size:12px; color:#888; cursor:pointer;}
.label_float_li:hover { background:#f0f0f0;}
.label_float_li i { display:none; position:absolute; top:0; right:10px; line-height:30px; font-size:14px; color:#afafaf;}
.label_float_select i { display:block;}

.add_widedot { display:block; width:58px; height:23px; border:1px #b2b2b2 dashed; line-height:23px; text-align:center; font-size:20px; color:#b2b2b2;}
.add_widedot:hover { color:#2484de; border-color:#2484de;}

.win_form_bot { padding:10px 50px 10px 0; border-top:1px #eee solid;}
.win_form_bot .exam_info_tit2 { width:170px;}
.win_form_bot .exam_info_con2 { padding-left:180px;}
.win_form_hintIco { font-size:16px; color:#ff9b23; vertical-align:middle; margin-right:8px;}

/* 弹出窗：查看考试记录 */
.win_record { height:307px; border-bottom:1px #999 solid;}
.win_record_li { position:relative; padding:20px 40px; border-bottom:1px #eee solid; vertical-align:bottom;}
.win_record_score { position:absolute; top:50%; left:20px; width:80px; margin-top:-22px; text-align:right; font-size:30px; color:#ff2514; font-family:"PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;}
.win_record_score span { margin-left:5px; font-size:12px;}
.win_record_score h2 { font-size:16px; line-height: 45px;}
.win_record_detail { margin:0 100px 0 80px; line-height:18px; font-size:12px; color:#666;}
.win_record_link { position:absolute; top:50%; right:40px; margin-top:-9px;}

/* 弹出窗：题目错误率柱状图 */
.win_bars { position:relative; padding:50px 20px 20px 20px;}
.win_bars_filter { position:absolute; top:10px; right:20px;}
.win_bars_filter_tit { float:left; margin-right:5px; font-size:12px; line-height:32px;}
.win_bars_filter .myselect { float:left; width:125px;}

/* 弹出窗：错题反馈 */
.win_error { height:468px;}
.win_error_li { position:relative; padding:20px 40px 20px 50px; border-bottom:1px #eee solid;}
.win_error_tit,
.win_error_item,
.win_error_feedback p { line-height:20px; font-size:12px; color:#666;}
.win_error_tit { position:relative; z-index:2; margin-bottom:2px; font-weight:bold;}
.win_error_item { margin-bottom:12px;}
.win_error_feedback { position:relative; z-index:2; margin-bottom:15px;}
.win_error_feedback span { color:#2484de;}
.win_error_btn { display:inline-block; padding:0 10px; border:1px #91c1ee solid; line-height:24px; font-size:12px; color:#2484de;}
.win_error_btn:hover { background:#91c1ee; color:#fff;}

.win_error_dot1,
.win_error_dot2 { position:absolute; display:inline-block; top:6px; left:-17px; width:5px; height:5px; border-radius:50%; border:2px #fff solid;}
.win_error_dot1 { background:#ccc;}
.win_error_dot2 { background:#2484de;}

.win_error_line { position:absolute; display:block; z-index:1; top:9px; left:-13px; width:1px; background:#ccc;}

.win_error_detail { display:none; position:absolute; top:32px; right:1px; left:1px; padding:40px 0 30px; background:url(../images/white2.png); z-index:10;}
.win_error_detail_box { height:452px; padding: 0 40px;}
.win_error_detail_tit { margin-bottom:15px; line-height:24px; font-weight:bold; font-size:12px; color:#666;}
.win_errow_detail_con { margin-bottom:25px; line-height:28px; font-size:12px; color:#666;}

.win_error_backBar { position: absolute; top: 0; left: 0; right: 0; padding: 5px 20px; background: #fff;}
.win_error_back {display: inline-block;line-height: 30px;font-size:12px;cursor:pointer;color: #666;}
.win_error_back:hover {color: #2484de;}
.win_tit .win_error_back { font-weight:normal; font-size:14px; cursor:pointer;}

/* 弹出窗：修改试卷提示 */
.win_hint { height:420px;}
.win_hint_head { padding:10px 40px; border-bottom:1px #ddd solid; line-height:30px; font-size:14px; font-weight:bold; color:#666;}

.win_hint_li { position:relative; border-bottom:1px #eee solid; *height:90px;}
.win_hint_paper { margin-bottom:5px; line-height:24px; font-size:12px; color:#666;}
.win_hint_lab { line-height:25px; padding:0 10px;}

.win_hint_li .exam_check { display:block; padding:15px 40px 20px 40px;}
.win_hint_li .exam_checkbtn { top:20px; left:auto; right:40px;}

.win_hint_bot { padding:20px 40px; font-size:12px;}
.win_hint_bot .exam_radio { font-size:12px;}

/* 弹出窗：设置 */
.win_set { padding:10px 0;}
.win_setIn { padding:10px 50px 10px 0; font-size:12px;}
.win_setIn .exam_info_tit { width:110px; font-size:12px;}
.win_setIn .exam_info_con { padding-left:120px;}
.win_setIn .exam_info_con .s_label_del { display:block;}

.win_setTit { position:relative; padding-top:20px; margin:0 50px 10px 30px; border-bottom:1px #ddd solid; cursor:pointer;}
.win_setTit_in { position:absolute; top:10px; left:-30px; display:inline-block; padding:0 10px; background:#fff; line-height:20px; font-size:12px; font-weight:bold; color:#666;}
.win_setTit i { margin-right:5px; vertical-align:middle;}
.win_setTit:hover .win_setTit_in { color:#2484de;}

/* 弹出窗：添加阅卷人员 */
.win_marking { width: 100%; height: 100%;}
.win_marking .win_main { padding: 20px 35px;}
.win_marking .win_main .markmng-row:first-child { margin-top: 0;}
.win_marking .win_main .markmng-row:last-child { margin-bottom: 0;}
.win_marking .win_main .markmng-filter > div > div { margin-top: 5px; margin-bottom: 5px;}
.win_marking .win_main .rangedate .paper_filter_con { width: 398px;}
.win_marking .win_main th { height: 40px;}
.win_marking .win_main td { padding-top: 8px; padding-bottom: 8px; min-height: 24px;}

/* 筛选 */
.paper_filter_tit { position:absolute; top:0; left:0; width:70px; height:30px; line-height:30px; text-align:right; font-weight:bold; font-size:12px; color:#888;}
.paper_filter_con1 { padding-left:85px;}
.paper_filter_con1 .exam_input { width:100%; text-indent:5px; font-size:12px;}
.paper_filter_btn { position:absolute; top:0; right:0; display:inline-block; width:58px; height:28px; margin-left:10px; border:1px #aed7f2 solid; border-radius:3px; background:#f2faff; text-align:center; line-height:28px; color:#2484de;}
.paper_filter_btn:hover { border-color:#2484de; background:#2484de; color:#fff;}

/* 表格 */
.paper_table { border-top:1px #d0d0d0 solid; border-left:1px #d0d0d0 solid;}
.paper_table th,
.paper_table td { border-bottom:1px #d0d0d0 solid; border-right:1px #d0d0d0 solid; text-align:center;}
.paper_table th { background:#f8f8f8; font-size:14px; line-height:18px;}
.paper_table td { padding:10px; font-size:12px; color:#666;}
.paper_table .exam_link1 { padding:0 5px;}

.paper_table_rank1,
.paper_table_rank2 { position:relative; cursor:pointer;}
.paper_table_rank1 { padding:18px 10px 18px 0;}
.paper_table_rank2 { padding:10px 10px 10px 0;}
.paper_table .arrdn { position:absolute; top:50%; right:5px; margin-top:-4px; border-width:4px; border-top-color:#2484de;}
.paper_table_drop { display:none; position:absolute; top:56px; left:0; width:100%; border:1px #ddd solid; background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.1);}
.pt_drop_li { text-align:center;}
.pt_drop_link { display:block; line-height:24px; font-size:12px; color:#666;}
.pt_drop_link:hover { background:#f2faff; color:#2484de;}

.paper_table .paper_table_op { width:90px; margin:0 auto;}
.paper_table_op a { display: inline-block;}
.paper_op_ico { display:inline-block; width:18px; height:18px; text-align:center; font-size:16px; line-height: 18px; vertical-align: middle;}

.paper_table td div.myselect { display: inline-block; width: auto;}

/*---------- form ----------*/
/* 文本框：设置了除  宽度、文本对齐方式、外边距  以外的属性 */
.exam_input { height:28px; border:1px #ccc solid; border-radius:4px; line-height:28px\9; *line-height:28px; background:#fff; font-size:14px;color :#aaaaaa}
.exam_input:hover { border-color:#65a9e8; box-shadow:0 0 3px rgba(0,0,0,.1);color :#666}
.exam_input:focus { border-color:#65a9e8; box-shadow:0 0 3px rgba(0,0,0,.1);color :#666}
.error_confirm {font-size:12px;width:100%; text-indent:5px;}
.exam_input.sm { height: 24px; line-height: 24px; line-height:24px \9; *line-height:24px;}

/* 文本框：placeholder */
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#afafaf;}
::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#afafaf;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color:#afafaf;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #afafaf;}

input::-ms-clear{display:none;}

/* 单选/多选按钮 */
.exam_check,
.exam_radio { position:relative; padding:5px 0 5px 20px; cursor: pointer; font-size:14px; }
.exam_check input,/* 将原始选项按钮隐藏 */
.exam_radio input { position: absolute; left:-99999px;}
.exam_radiobtn,/* 默认未选中，时选项按钮样式 */
.exam_checkbtn { position:absolute; top:7px; left:0; width:14px; height:14px; background:url(../images/form.png) no-repeat;}
.exam_checkbtned { position:absolute; top:7px; left:0; width:14px; height:14px; background:url(../images/form.png) no-repeat;background-position: -20px -40px;}
.exam_radiobtn { background-position:0 0;}
.exam_checkbtn { background-position:-20px 0;}
.exam_radio:hover .exam_radiobtn { background-position:0 -20px;}/* 鼠标滑过时，选项按钮样式 */
.exam_check:hover .exam_checkbtn { background-position:-20px -20px;}
label.r_on .exam_radiobtn,/* 选中时，选项按钮样式 */
label.r_on:hover .exam_radiobtn { background-position:0 -40px;}
label.c_on .exam_checkbtn,
label.c_on:hover .exam_checkbtn { background-position:-20px -40px;}
label.c_on.disabled .exam_checkbtn,
label.c_on.disabled:hover .exam_checkbtn { background-position:-20px -20px;}
label.c_off_disabled:hover .exam_checkbtn { background-position:-20px 0; }

.exam_disabled { opacity:.5; cursor:default;}
.exam_disabled:hover .exam_radiobtn { background-position:0 0;}
.exam_disabled:hover .exam_checkbtn { background-position:-20px 0;}

/* 文本区域：使用百度编辑器，这里只给出了外框的样式 */
.exam_textarea_box { min-height:140px; border:1px #ccc solid; border-radius:4px; background:#fff;}

/* 翻页 */
.paging { padding:7px 0 7px 15px;margin: 0 auto 0 auto; max-width:100%;}


/* tips common */
.tips-box1 { position:absolute; top:50px; left:50%; margin-left:-48px; display:inline-block; *width:; z-index:1000;}
.tips-box-in { position:relative; padding:7px 10px; border:1px solid; border-radius:3px; -webkit-box-shadow:0 0 5px rgba(0,0,0,.1); -moz-box-shadow:0 0 5px rgba(0,0,0,.1); box-shadow:0 0 5px rgba(0,0,0,.1);}
.tips-ico { position:absolute; top:9px; left:10px; width:16px; height:16px; font-size:15px; margin-right:10px;}
.tips-txt { display:inline-block; padding-left:26px; line-height:18px; text-align:justify; text-justify:inter-ideagraph; word-break:break-all; font-size:12px; color:#666;}
.tips-shut { display:block; position:absolute; top:50%; right:7px; width:16px; height:16px; margin-top: -8px; border-radius:3px; line-height:16px; text-align:center; font-size:16px; cursor:pointer;}
.tips-shut:hover { color:#fff;}
/* 警示信息 */
.tips-warn-shut { border-color:#e5cf8e; background:rgba(250,250,148,.8); line-height:15px;}
.tips-warn-shut { background:#fbfba9;}
.tips-warn-ico { color:#ff9000;}
.tips-warn-shut .tips-shut { color:#ff9000;}
.tips-warn-shut .tips-shut:hover { background-color:#ffc478; color: white;}

.tips-box2 { position: fixed; top: 0; z-index: 99999; width:100%;}
.tips-box2 .tips-warn-shut { background:rgba(250,250,148,.9);}
.tips-txt { display:inline-block; padding-left:26px; line-height:18px; text-align:justify; text-justify:inter-ideagraph; word-break:break-all; font-size:12px; color:#666;}
.tips-box2 .tips-box-in { text-align: center; border-color: #e3ce93;}
.tips-box2 .tips-ico { position: static; margin-right:5px; color: red; vertical-align: -1px;}
.tips-box2 .tips-txt { padding-right:20px; padding-left: 0; font-size: 14px;}
.tips-box2 .btn { display: inline-block; padding: 4px 8px; color: white; background-color: red; border-radius: 4px;}
.tips-box2 .btn:hover { background-color: #e01414;}

/* 正确信息 */
.tips-correct-normal { border-color:#99cd8e; background:rgba(236,255,213,1); line-height:15px;}
.tips-correct-normal { background:#f0ffdd\9; *background:#f0ffdd;}
.tips-correct-ico { color:#52ab4e;}

/* Drop-down menu */
.myselect { width:100%;}
.myselect_box { display:block; width:100%; height:28px; border:1px #ccc solid; border-radius:4px; background:#fff;}
.myselect select { width:100%; height:28px; line-height:28px\9; font-size:14px; color:#666; background:none; border-color:#ddd; border-radius:3px;}
.myselect option { color:#666; background:#fff;}
.myselect select:focus { -webkit-box-shadow: 0 0 0px 1000px white inset; -moz-box-shadow: 0 0 0px 1000px white inset; background:#fff;}

/* 编程题 */
xm-select {border-color:#dadcde;-webkit-box-sizing:border-box;box-sizing:border-box;}
xm-select[size='small'] {height: 36px;line-height: 34px;border-radius: 6px;}
xm-select > .xm-label .scroll .label-content {padding-top: 0;padding-right: 12px;padding-bottom: 0;padding-left: 12px;color: #1e2027;line-height: inherit}
xm-select > .xm-body {right: -1px;left: -1px;width: auto;border-color: #dadcde;border-radius: 6px;}
xm-select > .xm-body .xm-option {margin: 0 4px;border-radius: 4px;}
xm-select > .xm-body .xm-option-content {font-size: 14px;line-height: 36px;}
.btn-hollow {color: #666;border: 1px solid #ddd;}
.btn-prefix-icon i {margin-right: 2px;}
.btn-prefix-icon i, .btn-suffix-icon i, .btn-prefix-icon span, .btn-suffix-icon span {display: inline-block;height: 100%;font-size: inherit;line-height: 1;vertical-align: middle;}
.btn-solid-primary.disabled {background-color: #f0f0f0;border-color: #ddd !important;pointer-events: none;text-shadow: none !important;}
.mask {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;display: none;background-color: rgba(0, 0, 0, 0.5);}
.popup {position: absolute;z-index: 1050;display: none;background-color: white;border: 1px solid #E9EAEC;border-radius: 8px;-webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 15%);box-shadow: 0 5px 15px rgb(0 0 0 / 15%);}
.popup-small {width: 380px;}
.popup-head {position: relative;padding: 0 20px;line-height: 48px;border-bottom: 1px solid #E8EBF1;border-top-left-radius: inherit;border-top-right-radius: inherit;}
.popup-head .title {font-size: 16px;font-weight: bold;color: black;}
.popup-head > *, .popup-head-op > * {display: inline-block;vertical-align: middle;}
.popup-head-op {position: absolute;top: 0;right: 8px;font-size: 0;}
.popup-head-op > *:first-child {margin-left: 0;}
.popup-head-op > *:last-child {margin-right: 0;}
.popup .btn > * {display: inline-block;vertical-align: middle;}
.popup-shut i {font-size: 14px;vertical-align: baseline;}
.popup-content-simple {min-height: 80px;padding-top: 20px;padding-bottom: 20px;text-align: center;-webkit-box-sizing: border-box;box-sizing: border-box;}
.popup-content-simple .content {display: inline-block;width: 300px;font-size: 0;vertical-align: middle;}
.popup-body > .content {font-size: 14px;color: #51535C;line-height: 1.4;}
.popup-content-simple .content .text {display: inline-block;font-size: 15px;color: #222;line-height: 1.4;}
.popup-foot {padding: 16px;font-size: 0;text-align: right;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}
.popup-foot .btn.btn-solid-primary {color: white;background-color: #2484de;border-color: transparent;}
.popup-foot .btn:first-child {margin-left: 0 !important;}
.popup-foot .btn:last-child {margin-right: 0 !important;}
.popup-foot .btn {min-width: 90px;margin-right: 8px;margin-left: 8px;}
.popup .btn {display: inline-block;font-weight: normal;color: #83858A;text-align: center;text-decoration: none;white-space: nowrap;vertical-align: middle;cursor: pointer;background-image: none;background-color: white;border-style: solid;border-color: #DCDEE2;height: 36px;padding: 0 14px;font-size: 14px;line-height: 34px;border-width: 1px;border-radius: 6px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: 0.3s;transition: 0.3s;-ms-touch-action: manipulation;touch-action: manipulation;}
.btn-solid-primary, .btn-solid-primary.disabled:hover, .btn-solid-primary[disabled]:hover {background-color: #2484de;}
.btn-solid-primary, .btn-solid-primary:hover {color: white;border-color: transparent;}
.btn-hollow-secondary, .btn-hollow-secondary.disabled:hover, .btn-hollow-secondary[disabled]:hover {color: #5EEBC9;background-color: transparent;}
.btn-hollow-secondary, .btn-hollow-secondary:hover {border-color: #bbb;}
.popup-shut {width: 24px;height: 24px !important;padding: 0 !important;line-height: 24px !important;color: #51535C;background-color: transparent;border: 0 !important;border-radius: 4px;vertical-align: middle;}

/*----------------------------------------------- detail CSS -----------------------------------------------*/
.webWidth { width:940px; margin:0 auto;}
.webWidth2 { position:relative; width:1040px; margin:0 auto;}
.webWidth3 { position:relative; width:1200px; margin:0 auto;}

.webWidth-wide {
    position: relative;
    max-width: 1440px;
    min-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*==================== header ====================*/
.header { position:fixed; top:0; left:0; width:100%; z-index:110; background:#fff; border-bottom:1px #cfcfcf solid\9; *border-bottom:1px #cfcfcf solid; -moz-box-shadow: 0px 1px 1px #cfcfcf; -webkit-box-shadow: 0px 1px 1px #cfcfcf; box-shadow: 0px 1px 1px #cfcfcf;}
.headerIn { position:relative; height:50px; z-index:100;}

/* logo 外层 logo_name 名称 */
.logo { float:left; margin-top:6px; line-height:0; font-size:24px; color:#383838;}
.logo_name { font-family:"Microsoft YaHei"; vertical-align:middle; margin-left: 10px; height: 37px; line-height: 37px; float: left;}

.logo1,
.logo2 { display:inline-block; height:37px; background:url(../images/logo.png) 0 0 no-repeat; float: left;}
.logo1 { width:40px; vertical-align:middle;}
.logo2 { width:192px;}

.logo.sm { margin-top: 13px;}
.logo.sm .logo1 { width: 24px; height: 22px; background-size: auto 100%;}
.logo.sm .logo_name { font-size: 16px; font-family:"Microsoft YaHei"; font-weight: 600; height: auto; line-height: normal;}

.header_right { float:right; margin-top:9px;}

/* 组卷方式切换、右侧按钮 */
.mode,
.manage { height:30px; text-align:center; line-height:30px; font-size:14px; color:#666; cursor:pointer;}
.manage:hover { color:#2484de;}
.mode { position:absolute; top:9px; left:140px;}
.manage { position:relative; float:left; margin-left:20px;}

.modeico_normal,
.modeico_random,
.modeico_file{ width:20px; height:20px; margin-right:5px; display:inline-block; background:url(../images/sprite.png) no-repeat; vertical-align:-4px; *vertical-align:0px;}
.modeico_normal { background-position:0 0;}
.modeico_random { background-position:-50px 0;}
.modeico_file { background-position:-100px 0;}

.mode_arr,
.manage_arr { margin-left:10px; color:#2484de;}

.mode:hover .mode_drop,
.manage:hover .manage_drop { display:block;}
.mode_drop { position:absolute; left:-12px; top:22px; width:130px; text-align:center; display:none;}
.manage_drop { position:absolute; top:24px; right:-13px; width:130px; text-align:center; display:none;}

.manage_link { display:block; line-height:30px; text-align:center;}
.manage_link:hover { background:#f9f9f9;}

.manage_port,
.manage_port img { width:28px; height:28px; border-radius:50%;}
.manage_port { display:inline-block; vertical-align:middle;  padding-left:10px; margin-top:-2px;}
.manage_split { margin-right:20px; font-size:16px; color:#eee;}

/*============================================================ main ============================================================*/
.main { margin:60px 0 10px;}
.mainIn { position:relative; width:940px; margin:40px auto;}

.locat { padding-bottom:10px; color:#888;}

.validate_container{visibility: visible; height: 20px;z-index:11; }
.validate_prompt{ height:20px; line-height:20px; padding:0 0 0 26px; padding-right: 65px; background:url(../images/hint.gif) 0 center no-repeat; font-size:12px; font-weight:normal; color:#ff8723; z-index:1; display: none; }

/* 异步请求等待样式 */
.ajax_loader {background: url("../images/loading_request.gif") no-repeat center center transparent;width:100%;height:100%;}
.paper_filter_con1 { padding-left:85px;}
.paper_filter_con2 { padding:0 68px 0 85px;float: left; width:auto;}
.paper_filter_con2 .exam_input { width:100%; text-indent:5px; font-size:12px;}
.paper_filter_tit { position:absolute; top:0; left:0; width:70px; height:30px; line-height:30px; text-align:right; font-weight:bold; font-size:12px; color:#888;}
.title_style{font-size: 12px;}
.title_style div.zdh_errorTip {position:static;height:21px;*+height:auto;}

.page_min_height500 {min-height: 500px;}

/* 空心-底部编辑按钮-均为自适应 */
.submit_hollow { display:inline-block; height:38px; margin:0 auto; padding:0 29px; border:1px #2484de solid; border-radius:4px; line-height:38px; text-align:center; font-size:14px; color:#2484de;}
.submit_hollow:hover { background:#2484de; color:#fff;}

/* 行内-灰色 */
.btn_grayInline { display:inline-block; padding:0 10px; border-radius:3px; border:1px #ccc solid; background:#f6f6f6; line-height:24px; font-size:12px; color:#888;}
.btn_grayInline:hover { border-color:#bbb; background:#fff; color:#444; -webkit-box-shadow:0 1px 3px rgba(0,0,0,.1); -moz-box-shadow:0 1px 3px rgba(0,0,0,.1); box-shadow:0 1px 3px rgba(0,0,0,.1);}

.btn_gray { color: #888; background-color: white; border-color: #ddd;}
.btn_gray:hover { color: #2484de; background-color: white; border-color: #2484de;}

.btn-anti-primary { display: inline-block; padding: 5px 8px;  border: 1px #aed7f2 solid; border-radius: 3px; background: #f2faff; text-align: center; line-height: 1.2; color: #2484de;}
.btn-anti-primary:hover { border-color: #2484eb;}
.btn-xs { padding: 0 5px; font-size: 12px; line-height: 22px; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box;}

.btn-solid-primary, .btn-solid-primary:hover { color: white; border-color: transparent; }
.btn-solid-primary, .btn-solid-primary.disabled:hover, .btn-solid-primary[disabled]:hover { background-color: #2484de; }
.btn-solid-primary:hover { background-color: #137bff; }
.btn-solid-primary.shadow { -webkit-box-shadow: 0 2px 6px rgba(50, 140, 255, 0.3); box-shadow: 0 2px 6px rgba(50, 140, 255, 0.3); }
.btn-solid-primary.disabled { background-color: #f0f0f0; border-color: #ddd !important; pointer-events: none; text-shadow: none !important;}
.btn-solid-secondary, .btn-solid-secondary:hover { color: white; border-color: transparent; }
.btn-solid-secondary, .btn-solid-secondary.disabled:hover, .btn-solid-secondary[disabled]:hover { background-color: #5EEBC9; }
.btn-solid-secondary:hover { background-color: #43e8c0; }
.btn-solid-secondary.shadow { -webkit-box-shadow: 0 2px 6px rgba(94, 235, 201, 0.3); box-shadow: 0 2px 6px rgba(94, 235, 201, 0.3); }

.btn-hollow { color: #666; border: 1px solid #ddd;}
.btn-hollow:hover { color: var(--primary); border-color: var(--primary);}
.btn-hollow-primary, .btn-hollow-primary:hover { border-color: #328CFF; }
.btn-hollow-primary, .btn-hollow-primary.disabled:hover, .btn-hollow-primary[disabled]:hover { color: #328CFF; background-color: transparent; }
.btn-hollow-primary:hover { color: white; background-color: #328CFF; }
.btn-hollow-secondary, .btn-hollow-secondary:hover { border-color: #bbb; }
.btn-hollow-secondary, .btn-hollow-secondary.disabled:hover, .btn-hollow-secondary[disabled]:hover { color: #5EEBC9; background-color: transparent; }
.btn-hollow-secondary:hover { color: #1E2027;text-decoration: none;border-color: #bbb; }
/* 弹出窗：选择题库目录 */
.win_lib_inst,
.win_lib_tree { padding:20px;}
.win_lib_inst { margin-bottom:10px; border-bottom:1px #ddd solid; background:#f9f9f9; font-size:12px; color:#666;}
.win_lib_inst h4 span { font-weight:bold;}

.win_lib_inst,
.win_lib_tree { padding:20px;}
.win_lib_inst { margin-bottom:10px; border-bottom:1px #ddd solid; background:#f9f9f9; font-size:12px; color:#666;}
.win_lib_inst h4 span { font-weight:bold;}

.win_lib_form { padding:20px;}
.win_lib_formRow { position:relative; margin-bottom:20px; font-size:12px}
.win_lib_formTit { position:absolute; top:0; left:0; width:60px; line-height:24px; text-align:right; color:#999;}
.win_lib_formCon { padding-left:65px; line-height:24px;}
.win_lib_formCon .exam_checkbtn { top:5px;}
.win_lib_formCon p { padding-left:20px; color:#666;}
.win_lib_formCon p label { margin-right:15px; color:#666;}

/*---------- empty page ----------*/
.empty { height: 400px; text-align: center;}
.empty_ico { display:inline-block; width: 80px; height: 80px; background-image: url(../images/null.png); background-repeat: no-repeat; vertical-align:middle;}
.empty_ico1 { background-position:0 0;}
.empty_txt { display:inline-block; vertical-align:middle; line-height: 30px; font-family: 'Microsoft YaHei'; font-size: 16px; color: #999;}
.empty_assist { height:100%; display:inline-block; vertical-align:middle;}
.win_lib_formCon p label { margin-right:15px; color:#666;}
.empty .wrap { display: inline-block; vertical-align: middle; margin-top: -30px;}
/*收藏夹空白页*/
.empty .wrap .icon { display: inline-block; background-image: url(../images/collect-img.png); background-repeat: no-repeat; vertical-align: middle;height: 130px;background-position: center;background-size: 205px}
.empty .wrap .text { font-size: 14px; color: #999; line-height: 1; text-align: center;}
.empty .wrap .text a { font-size: inherit !important;}
.empty.autoheight { height: auto;}
.empty.sm .icon { width: 160px;}
.empty.sm .text { font-size: 13px;}
/* 弹出窗：纠错记录 */
.win_correct { padding: 20px 0; height: 260px;}
.win_tabl { width: 80%; margin: 0 auto; border: 1px #e4e4e4 solid; border-bottom: none;}
.win_tabl_tr { border-bottom:1px #e4e4e4 solid; vertical-align: bottom;}
.win_tabl_td1,
.win_tabl_td2 { float:left; line-height: 40px;}
.win_tabl_td1 { width: 39%; border-right: 1px #e4e4e4 solid; text-align: center;}
.win_tabl_td2 { width: 60%;}
.win_tabl_even { background:#fafafa;}
.win_tabl_txt { padding: 0 8%; font-family: 'Microsoft YaHei'; font-size: 12px; color: #666;}
.win_tabl_name { float:left; width: 60%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.win_tabl_num { float:left; margin-left:10%;}
.q_currection_span{overflow:hidden;width: 200px;height: 19px;text-overflow: ellipsis;white-space: nowrap;}

/* 同步确认  */
.win_sync { padding:10px 70px 0 40px;}
.win_sync_in { position:relative; padding:27px 0 27px 36px;}
.win_sync i { font-size: 24px;}
.win_sync_tit1 { line-height: 30px; font-size: 14px; font-weight: bold;}
.win_sync_tit2 { margin-bottom: 10px; line-height: 20px; font-size:12px;}
.win_main_fix {border:0px;}
.exclamation_point_style {position: absolute;left:0px;top:33px;}
.ue_table table{border-collapse: collapse;border: 1px solid #DDD;}
.ue_table td{border-collapse: collapse;border: 1px solid #ccc;}
.exclamation_point_style {position: absolute;left:0px;top:33px;}

/* 弹出窗：地图 */
.win_map_location { float: left; margin-left: 15px;margin-top: 8px;}
.win_map_location .myselect { display: inline-block; width: auto;}

/* 弹出窗：图标文字居中 */
.win_main.win_center { min-height: auto; padding: 30px 20px;}
.win_center .inner { font-size: 0; text-align: center;}
.win_center .inner > i,
.win_center .inner > div { display: inline-block; vertical-align: middle;}
.win_center .icon { margin-right: 10px; font-size: 40px;}
.win_center .con {  font-size: 15px; color: #666; line-height: 1.4; text-align: left;}
.win_center .con h4 { font-size: 16px; font-weight: 700; color: #444; line-height: 1.8;}
.win_center .con h4 i { font-size: 20px; vertical-align: middle;}
.win_center .con .info { font-size: 13px; color: #afafaf;}

/* 弹出窗：传图配置 */
.win_upimg .win_head { height: 40px;}
.win_upimg .win_tit { float: none; line-height: 40px; text-align: center;}
.win_upimg .win_foot { height: auto; padding: 0 10px 10px; text-align: center; background-color: white;}
.win_upimg .win_btn1,
.win_upimg .win_btn2 { float: none; display: inline-block; height: 30px; margin: 0 4px; line-height: 28px;}
.win_upimg .win_main { padding-top: 15px; padding-bottom: 15px;}

/* 搜索  */
.searchWrap { position: relative; padding-right: 70px;}
.searchWrap input { border-radius: 3px; border-width: 1px; border-style: solid;}
.search_com_input { width: 100%; height: 28px; line-height: 28px; border-color: #ddd; background-color:#fff; text-indent: 8px; color: #666;}
.search_com_input:focus { border-color: #2584de;}
.search_com_btn { position: absolute; top: 0; right: 0; width: 60px; height: 30px; border-color: #2584de; background-color: #2584de; text-align: center; color: #fff; cursor: pointer;}
.search_com_btn:hover { background-color: #2076c7;}.exclamation_point_style {position: absolute;left:0px;top:33px;}

/*选择填空题样式*/
.option_fill_q_index {position: absolute;top: 3px;width: 40px;font-size: 15px;}
.option_fill_title_select_plugin{display: inline-block;width: 50px;z-index: 100;}

/**
 * SelectMenu
 */
.selectMenu { width: 100%;}
.selectMenu-wrap { position: relative; height: 30px; padding-right: 20px; padding-left: 8px; background-color: white; border: 1px solid #ccc; border-radius: 4px;}

.selectMenu-result { height: inherit; font-size: 12px; color: #444; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.selectMenu-result span { color: #afafaf;}
.selectMenu .arrow { position: absolute; top: 50%; right: 4px; width: 0; height: 0; display: inline-block; overflow: hidden; border-width: 4px; border-color: transparent; border-style: dashed; border-top-color: #444; border-top-style: solid;}
.selectMenu:hover .selectMenu-wrap { border-color: #2484de;}

.sm_result_tabs { background-color: transparent;}
.sm_result_tabs ul li a,
.sm_result_tabs ul li a.active { padding-bottom: 7px; font-weight: normal; color: #2484de; background-color: transparent; border: 0; border-radius: 0;}

.label-group > label { float: left; margin-right: 20px;}
.label-group > div { float: left;}

/*---------- loading ----------*/
.loading-container { display: inline-block; width: 100%; height: 400px; text-align: center;}
.loading-container:after { content: ''; display: inline-block; height: 100%; vertical-align: middle;}
.loading-wrap { display: inline-block; padding: 15px 25px; vertical-align: middle; background-color: #f9f9f9; border-radius: 10px;}
.loading-wrap span { display: block;}
.loading-wrap .img { width: 40px; margin: 0 auto;}
.loading-wrap img { width: 100%; height: auto;}
.loading-wrap .text { margin-top: 10px; font-size: 13px; color: #999; line-height: 1;}

.loading-wrap .progress.ui-progressbar  { position: relative; width: 160px; height: 10px; border: 0; background-color: #e9e9e9; border-radius: 10px;}
.loading-wrap .progress.ui-progressbar .ui-progressbar-value { margin: 0; background-image: url(../images/progressbar.png); background-position: top left; background-repeat: no-repeat; background-size: cover; border: 0; border-radius: 0; }

.loading-wrap.inline { font-size: 0;}
.loading-wrap.transparent { background-color: transparent;}
.loading-wrap.inline > span { display: inline-block;margin: 0 4px;vertical-align: middle;}

/*---------- sticky foot ----------*/
.sticky-foot { position: fixed; right: 0; bottom: 0; left: 0; z-index: 99; padding: 10px 0; background-color: white; border-top: 1px solid #ccc; box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);}

/*---------- 抽题预览头部 ----------*/
.assHead { position: relative; padding: 20px 0; text-align: center; background:#f9f9f9; border-bottom: 1px #ddd solid;}
.assHead_tit { position: relative; display: inline-block; max-width:600px; margin: 0 auto; line-height: 30px; font-weight: bold; font-family: "Microsoft YaHei"; font-size: 22px; color: #222;}

.assHead_switch { position: absolute; top: 50%; right: -70px; height: 30px; line-height: 30px; margin-top: -13px; font-size: 12px; color: #2584de;}
.assHead_switch i { margin-left: 4px; border-width: 4px; border-top-color: #2584de; line-height: 8px; vertical-align: -10px;}
.assHead_switchOn { vertical-align: middle;}
.assHead_switchOn i { position: relative; top: -10px; border-top-color: transparent; border-bottom-color: #2584de; vertical-align: 0;}

.assHead .lib_op { top: 50%; right: 20px; margin-top: -15px;}

.assHead .manage_drop { top: 30px; right: -100px; width: auto;}
.assHead .manage_link { padding: 0 15px; line-height: 40px; font-weight: normal; font-size: 14px;}
/*---------- switch ----------*/
.switch { position: relative; z-index: 0; display: inline-block; width: 40px; height: 22px; background-color: #ddd; border-radius: 11px; transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; cursor: pointer;}
.switch span { position: absolute; top: 2px; right: auto; left: 2px; display: inline-block; width: 18px; height: 18px; border-radius: 50%; background-color: white; -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; }
.switch.active { background-color: #2484de; }
.switch.active span { right: 2px; left: auto; }
.switch.sm { width: 32px; height: 18px; }
.switch.sm span { width: 14px; height: 14px; border-radius: 50%; }

.btn-anti-primary { display: inline-block; padding: 5px 8px;  border: 1px #aed7f2 solid; border-radius: 3px; background: #f2faff; text-align: center; line-height: 1.2; color: #2484de;}
.btn-anti-primary:hover { border-color: #2484eb;}
.btn-xs { padding: 0 5px; font-size: 12px; line-height: 22px; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box;}

.inline-group { font-size: 0;}
.inline-group > * { display: inline-block; vertical-align: middle;}
.inline-group .cell .cellin { margin: 0 20px;}
.inline-group > *:first-child { margin-left: 0;}
.inline-group > *:last-child { margin-right: 0;}
.inline-group .cell:first-child .cellin { margin-left: 0;}
.inline-group .cell:last-child .cellin { margin-right: 0;}

.inline-row { font-size: 0;}
.inline-row > span { display: inline-block; font-size: 13px; line-height: 1.2; vertical-align: middle;}
.inline-row .icon,
.inline-row .title { color: #2484de;}
.inline-row .icon { margin-right: 6px; font-size: 14px;}
.inline-row .title { font-weight: bold;}
.inline-row .text { color: #666;}

/*---------- toast hint ----------*/
.toast-hint-container { position: relative; height: 100%; text-align: center;}
.toast-hint { display: inline-block; margin: 10px; font-size: 0; vertical-align: middle; background-color: rgba(0,0,0,.8); border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,.1);}
.toast-hint-container:after,
.toast-hint:after { content: ''; display: inline-block; height: 100%; vertical-align: middle;}
.toast-hint .wrap { display: inline-block; padding: 10px 15px; vertical-align: middle;}
.toast-hint .wrap span { display: inline-block; margin: 0 4px; font-size: 0; vertical-align: middle;}
.toast-hint .wrap span:first-child { margin-left: 0;}
.toast-hint .wrap span:last-child { margin-right: 0;}
.toast-hint .wrap .icon { font-size: 24px; line-height: 1;}
.toast-hint .wrap .text { font-size: 14px; color: white; line-height: 1.5;}

.toast-hint.sm .icon { font-size: 20px;}
.toast-hint.sm .text { font-size: 12px;}
.toast-hint.light { background-color: white;}
.toast-hint.light .text { color: #111;}
.toast-hint.dark { background-color: #1e2027; }
.toast-hint.dark .text { color: white; }

.spinner { margin: 0 auto; width: 12px; height: 12px; border-width: 2px; border-style: solid; border-color: white transparent white white; -o-border-image: initial; border-image: initial; border-radius: 50%; -webkit-animation: rotate .8s infinite linear; animation: rotate .8s infinite linear; }

@-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
    100% { -webkit-transform: rotate(1turn);
        transform: rotate(1turn); } }

@keyframes rotate { 0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    } }

/**
 * Tooltip
 * --收藏夹路径显示------------------------------------------------------------------------------
 */
.favorite.tooltip { position:absolute; top:-30px; left:50%; display:inline-block; z-index: 10000; min-width:30px; height:25px; padding: 0 8px; border-radius:5px; background:#3d3d3d; line-height:23px; text-align:center;}
.favorite.tooltip.free { top: 0; left: 0;}
.favorite.tooltip_txt { white-space: nowrap; font-size:12px; color:#fff;}
.favorite.tooltip_txt i { display: inline-block; margin: 0 4px; -webkit-transform: scale(.6); transform: scale(.6); vertical-align: middle; filter: alpha(opacity=50); opacity: .5;}
.favorite.tooltip_txt { white-space: nowrap; font-size:12px; color:#caccd0;}
.favorite.tooltip .arrdn { position:absolute; bottom:-8px; left:50%; border-width:4px; margin-left:-4px; border-top-color:#3d3d3d;}

/**
 * Tooltip
 * ----------------------------------------------------------------------------
 */
.tooltip.free { top: 0; left: 0;}
.tooltip_txt { white-space: nowrap; font-size:12px; color:#fff;}
.tooltip_txt i { display: inline-block; margin: 0 4px; -webkit-transform: scale(.6); transform: scale(.6); vertical-align: middle; filter: alpha(opacity=50); opacity: .5;}
.tooltip_txt { white-space: nowrap; font-size:12px; color:#caccd0;}
.tooltip .arrdn { position:absolute; bottom:-8px; left:50%; border-width:4px; margin-left:-4px; border-top-color:#3d3d3d;}

.tooltip_blue { background:#2597ef;}
.tooltip_blue .tooltip_txt { color:#fff;}
.tooltip_blue .arrdn { border-top-color:#2597ef;}

.tooltip.multiclass { max-width: 300px; font-size: 12px; color: #afafaf; line-height: 1.8; text-align: left; }
.tooltip.multiclass .tooltip-con { padding: 12px 8px; white-space: normal !important; font-size: inherit; color: inherit; }
.tooltip.multiclass .title { margin-top: 5px; font-size: 14px; font-weight: bold; color: white; }
.tooltip.multiclass p { margin: 8px 0; line-height: 1.4; }
.tooltip.multiclass p:first-child { margin-top: 0; }
.tooltip.multiclass p:last-child { margin-bottom: 0; }
.tooltip-con { display: inline-block; padding: 0 8px; white-space: nowrap; font-size: 12px; color: #ccc; line-height: 1.4; vertical-align: middle; }
.tooltip-arr { position: absolute; display: inline-block; width: 0; height: 0; overflow: hidden; border-width: 4px; border-color: transparent; border-style: dashed; }
.tooltip-up .tooltip-arr { bottom: -8px; left: 50%; margin-left: -4px; border-top-color: #3b3e4c; border-top-style: solid; }
.tooltip-right .tooltip-arr { top: 50%; left: -8px; margin-top: -4px; border-right-color: #3b3e4c; border-right-style: solid; }
.tooltip-down .tooltip-arr { top: -8px; left: 50%; margin-left: -4px; border-bottom-color: #3b3e4c; border-bottom-style: solid; }
.tooltip-left .tooltip-arr { top: 50%; right: -8px; margin-top: -4px; border-left-color: #3b3e4c; border-left-style: solid; }

.tooltip-wrapper { position: relative;}
.tooltip-wrapper.inline { display: inline-block;}
.tooltip-wrapper .tooltip { position: relative; top: auto; left: auto;}
.tooltip-wrapper .tooltip-con { padding: 0;}
.tooltip .shut-btn { display: inline-block; margin-left: 8px; color: #999;}
.tooltip .shut-btn:hover { color: white;}

/**
课程添加用户
 */
.exam_course_radio_masking{padding: 7px 0 5px 20px;font-size: 12px;}


.typein-item-card .item-answer-row .point-tags,
.anti-con .point-tags { font-size: 0;}
.typein-item-card .point-tags > *,
.anti-con .point-tags > * { display: inline-block; margin: 3px 4px; vertical-align: middle;}
.typein-item-card .point-tags > *:first-child,
.anti-con .point-tags > *:first-child { margin-left: 0;}
.typein-item-card .point-tags > *:last-child,
.anti-con .point-tags > *:last-child { margin-right: 0;}
.typein-item-card .point-tags .tag,
.anti-con .point-tags .tag { position: relative; padding-top: 0 !important; padding-right: 10px; padding-bottom: 0; padding-left: 10px; font-size: 13px; color: #444; line-height: 23px; background-color: #f1f3f5; border-radius: 17px; cursor: default;}
.typein-item-card .point-tags .tag:hover,
.anti-con .point-tags .tag:hover { background-color: #eaecee;}
.typein-item-card .point-tags .tag i,
.anti-con .point-tags .tag i { position: absolute; top: -4px; right: -3px; display: none; font-size: 13px; color: #f24848; line-height: 1; cursor: pointer;}
.typein-item-card .point-tags .tag:hover i,
.anti-con .point-tags .tag:hover i { display: inline-block;}
.typein-item-card .point-btn,
.anti-con .point-btn { display: inline-block; height: 23px; padding-top: 4px !important; padding-bottom: 4px; padding-right: 10px; padding-left: 10px; font-size: 0; color: #666; line-height: 1; text-align: center; border: 1px solid #babcbe; border-radius: 14px; -webkit-box-sizing: border-box; box-sizing: border-box;}
.typein-item-card .point-btn > *,
.anti-con .point-btn > * { display: inline-block; font-size: 13px; vertical-align: middle;}
.typein-item-card .point-btn i,
.anti-con .point-btn i { margin-right: 2px; line-height: 1;}

/* badge */
.badge { display: inline-block; min-width: 16px; height: 16px; padding-right: 4px; padding-left: 4px; font-size: 12px; color: white; line-height: 16px; text-align: center; background-color: red; border-radius: 8px; -webkit-box-sizing: border-box; box-sizing: border-box;}
