@charset "utf-8";
@import url(../lib/layui/css/layui.css);
*{
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei",arial, Helvetica,sans-serif;
}
a{
    text-decoration: none;
}
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden; 
    overflow-y:auto;
}
body{
    width: 100%;
    min-height: 100%;
}
.login-bg{
    background: #eeeeee url() 0 0 no-repeat;
    /* background:url(../images/bg.png) no-repeat center;ie8 不支持背景图片展示呢*/
    background-size: cover;
    overflow: hidden;
}
.login{
    margin: 50px auto 0 auto;
    max-height: 300px;
    max-width: 400px;
    padding: 15px 30px 15px 30px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    box-sizing: border-box;
}
 .message {
    margin: 60px 0 0 0px;
    padding: 15px 10px 15px 10px;
    position: relative;
    text-align: center;
    color: #006699;
    height: auto;
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;
}

.login #darkbannerwrap {
    width: 400px;
    height: 10px;
    margin: 0 0 10px 20px;
    position: relative;
}
.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
    float: right;
    box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}
.login input[type=submit],
.login input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #006699;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login hr {
    background: #fff url() 0 0 no-repeat;
}
.login hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.login hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

/*登录样式*/
/*头部*/
.container{
    width: 100%;
    height: 46px;
    background-color: #006699;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.container .logo{
    float: left;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    line-height: 46px;
	white-space:nowrap;
	overflow:hidden;  
	text-overflow:ellipsis;  
}
.imgtop_right{
	width: auto;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	float: right;
	margin-right: 15px;
	}
.imgtop_right img{
	height: 20px;
	margin-right: 10px;
}	
.imgtop_right p{
	color: #444444;
	font-size: 12px;
	float: right;
}
.conmepeting{
	width: 90px;
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	margin: 8px 15px 8px 0px;
	border-radius: 3px;
	background-color: #005480;
	float: right;
	cursor: pointer;
}
.conmepeting:active{
	background-color: #006699;
}
/*头部结束*/
/*左边开始*/
.index_left{
    position: fixed; 
    top: 46px;
    left: 0px;
    z-index: 2;
    width: 220px;
    height: 100%;
    background-color: #D7D7D7;
    overflow-y: auto;
    border-right: 10px solid #F1F1F1;
}

.index_left_top{
	height: 22%;
	min-height: 180px;
	text-align: center;
	padding: 4% 20px 4% 20px;
	border-bottom: 1px solid #f1f1f1;
}
.start_countdown{
	line-height: 20px;
	height: 20px;
	margin-top: 10px;
}
.index_left_top h1{
	line-height: 46px;
	height: 46px;
	color: #006699;
	font-size: 24px;
	font-weight:bold;
}
.ationtime{
	line-height: 25px;
	height: 25px;
}
.sumit_btn{
	margin-top: 15px;
	background-color: #006699;
	color: #FFFFFF;
	border-radius: 2px;
	cursor: pointer;
}
.red_text{
	margin-top: 10px;
	color: red;
}
/*左边头部结束*/
/*左边中间样式开始操作呢*/
.index_left_middle{
	min-height:300px;
	height: 40%;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #f1f1f1;	
}
.img-middle{
	display: flex;
	flex-wrap: nowrap;
	height: 150px;
	width: 220px;
}
.img-left , .img-rigth{
	height: 150px;
	width: 100px;
	text-align: center;
	float: left;
}
.img-middle img{
	max-height: 140px;
	max-width: 94px;
	margin-bottom: 10px;
}
.index_left_middle p{
	text-align: left;
	padding-left: 20px;
	line-height: 25px;
	height: 25px;
}
/*右边样式底部*/
.index_left_bottom{
	min-height:140px;
	text-align: left;
	margin: 10px 20px 0px 20px;
}
.flip{
	line-height: 25px;
	height: 25px;
}

/**提交考试结果模拟弹窗背景样式***/
.sj_background{
 width: 100%;
 height: 100%;
 position: fixed;
 top: 0;
 z-index: 999;
 text-align: center;
 display: none;
}
.sj_btn_exam{
	max-height: 350px;
	width: 550px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	border-radius: 4px;
	margin:50px auto 0px auto;
	display: none;
}
.sj_btn_exam_nring{
	width: auto;
	height: auto;
	padding: 20px 25px 20px 25px;
}
.titles_sj_btn{
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.sj_btn_exam_line p{
	 color: #006699;
	 height: 20px;
	 line-height: 20px;
	 margin-bottom: 15px;
	 clear:both;
}
.sj_btn_ul{
	display: flex;
	flex-wrap: wrap;
}
.sj_btn_ul li{
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	margin: 5px 5px 5px 5px;
	border: 1px solid #DEDEDE;
	float:left;
}
.sj_btn_exam_bottom{
	text-align: center;
	padding-bottom:15px;
	padding-top:15px;
	clear:both;
}


/*等待考试页面开始*/
.index_middles{
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
	text-align: center;
}
.index_middles p{
	line-height: 30px;
	height: 30px;
	margin-bottom: 15px;
	text-align: left;
}
.index_middles textarea{
	width: 90%;
	height: 380px;
	margin-bottom: 30px;
	padding: 10px 15px 10px 15px;
}
.index_middles button{
	padding-left: 40px;
	padding-right: 40px;
	line-height: 40px;
	height: 40px;
	width: auto;
	background-color: #999999;
	color: #FFFFFF;
	border: none;
}

/*等待考试页面结束*/
.page-content{
    position: absolute;
    top: 46px;
    right: 0;
    bottom: 0;
    left: 221px;
    overflow: hidden;
    z-index: 1;
}
.page-content-bg{
    position: absolute;
    top: 46px;
    right: 0;
    bottom: 0;
    left: 221px;
	height: 100%;
    background: rgba(0,0,0,0.5); url() 0 0 no-repeat;
    overflow: hidden;
    z-index: 100;
    display: none;
}

.page-content .tab{
    height: 100%;
    width: 100%;
    background: #EFEEF0 url() 0 0 no-repeat;
    margin: 0px;
}
.page-content .layui-tab-title{
    /*padding-top: 5px;*/
    height: 10px;
    background: #EFEEF0 url() 0 0 no-repeat;
    position: relative;
    z-index: 100;
}
.page-content .layui-tab-title li.home i{
    padding-right: 5px;
}
.page-content .layui-tab-title li.home .layui-tab-close{
    display: none;
}
.page-content .layui-tab-title li{
    line-height: 35px;
}
.page-content .layui-tab-title .layui-this:after{
    height: 36px;
}
.page-content .layui-tab-title li .layui-tab-close{
    border-radius: 50%;
}
.page-content .layui-tab-title .layui-this{
    background: #fff url() 0 0 no-repeat;
}
.page-content .layui-tab-bar{
    height:34px;
    line-height: 35px;
}
.page-content .layui-tab-content{
    position: absolute;
    top: 10px;
    bottom: 0px;
    width: 100%;
    background: #fff url() 0 0 no-repeat;
    padding: 0px;
    overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item{
    width: 100%;
    height: 100%;
    
}
.page-content .layui-tab-content .layui-tab-item iframe{
    width: 100%;
    height: 100%;

}
.x-admin-carousel,.layui-carousel,.x-admin-carousel>[carousel-item]>* {
    background-color:#fff
}

.x-admin-backlog .x-admin-backlog-body {
    display:block;
    padding:10px 15px;
    background-color:#f8f8f8;
    color:#999;
    border-radius:2px;
    transition:all .3s;
    -webkit-transition:all .3s
}
.x-admin-backlog-body h3 {
    padding-bottom:10px;
    font-size:12px
}
.x-admin-backlog-body p cite {
    font-style:normal;
    font-size:30px;
    font-weight:300;
    color:#009688
}
.x-admin-backlog-body:hover {
    background-color:#CFCFCF;
    color:#888
}

.welcome-footer{padding: 30px 0; line-height: 30px; text-align: center; background-color: #eee; color: #666; font-weight: 300;}
body .layui-layout-admin .footer-demo{height: auto; padding: 15px 0; line-height: 26px;}
.welcome-footer a{padding: 0 5px;}

table th, table td {
    word-break: break-all;
}
.footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #222;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 41px;
    color: #fff;
    /*padding-left: 10px;*/
}
.footer .copyright{
    margin-left: 10px;
}
/*************************等待考试时间样式开始**************************/
.Distance_timeing{
	width: 100%;
	height: auto;	
	text-align: center;
}
.Distance_time{
  margin: 0px auto 0px auto;
}
.Distance_time h2{
	padding-top: 60px;
	color: #0C0C0C;
	font-size: 32px;
	font-weight: 900;
	height: 40px;
	line-height: 40px;
}
.Distance_time p{
	font-size: 45px;
	font-weight: bold;
	color: red;
	height: 50px;
	line-height:50px;
	margin: 20px 0px 20px 0px;
}
.Examination_detail_nring{
	height: 260px;
	max-width: 550px;
	margin:auto;
	border: 1px solid #DEDEDE;
}
.Examination_detail_title{
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DEDEDE;
}
.Examination_detail_title img{
	width: 25px;
	margin-right:5px;
}
.Examination_detail_ul li{
	height: 40px;
	line-height: 40px;
	text-align: left;
	margin:0 40px 0 40px;
	white-space: wrap;
    overflow:hidden;  
    text-overflow:ellipsis;  
}
/***正式开始考试样式开始***/
.Start_exam{
	width: 100%;	
	display: block;
	height: 100%;
}
/***左侧**/
.left_start_exam{
	width: 70%;
	position: fixed;
	top: 0;
	height:100%; 
	float: left;
	overflow-y: auto;
	margin-bottom: 50px;
	border-right: 1px solid #DEDEDE;
}
.left_start_title{
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	border-bottom: 1px solid #DEDEDE;
	white-space: normal;
	overflow: hidden;
    text-overflow: ellipsis;
	font-size: 16px;
}
.left_start_Middle{
	padding: 15px 15px 10px 20px;
}
.left_start_Middle p{
	height: auto;
	line-height: 20px;
	margin: 0 0 20px 10px;
	font-size: 16px;
}
.left_start_Middle img{
	margin-left: 25px;
}
.checkbox_left_start_Middle li{
	padding: 8px 10px 8px 10px;
	font-size: 16px;
}
.radioing{
	margin-top: 0px;
	left: 3px;
	height: 16px;
	width: 16px;
	margin-right: 10px;
}
.checkbox_left_start_Middle li p{
	margin: 0 0 0 45px;
	line-height: 25px;
	height: auto;
}
.checkbox_left_start_Middle li img{
	margin-left:20px;
}
.center_left_middle button{
  margin: 0px 15px 0px 15px;
}
.center_right_bottom{
	text-align: center;
	margin-top: 10px;
	width: 100%;
	height: 50px;
}
.center_bottom_position{
	text-align: center;
	position: fixed;
	bottom: 0;
	height: 40px;
	padding: 10px 0 10px 0;
	width: 100%;
	background-color: white;
}
.center_bottom_position button{
    width:120px;
    background-color:#006699;
}

.blue_border_btn{
	background-color: #FFFFFF;
	color: #007DDB;
	border: 1px solid #007DDB;
}
.gray_btn{
	background-color: #006699;
	color: white;
}
.gray_btn:hover{
	background-color:#008480;
}
/**右侧**/
.right_start_exam{
	width: 30%;
	height: 100%;
	float: right;
	
}
.right_start_top{
	display: flex;
	width: 100%;
	height: 46px;
	position: fixed;
	top: 0;
	z-index: 999;

}
.right_start_btn{
	padding-top: 5px;
	height: 46px;
	width: 15%;
	float: left;
	line-height:20px;
	color: #006699;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
	background-color: #D2D2D2;
	font-size: 12px;
	cursor: pointer;
	font-weight:bold;
}
.btn_geen{
	background-color: #006699 !important;
	color: #FFFFFF !important;
}
.right_start_Middle{
	height: auto;
	margin-top:46px; 
	padding: 10px 10px 10px 10px;
}
.right_start_Middle p{
	height: auto;
	line-height: 30px;
	margin-bottom: 10px;
	clear:both;
}
.block_right_start_Middle{
	width:100%;
	margin-top: 5%;
} 
.box_block{
	width: 24px;
	height:24px;
	line-height: 24px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #DEDEDE;
	margin: 5px 5px 5px 5px;
	color: #777777;
	float:left;
}
.box_geen{
	color: white;
	border: 1px solid #006699;
	background-color: #006699 !important
}
.box_geen_border{
	color: white;
	border: 1px solid red;
	background-color: #006699 !important
}
.box_current{
	border: 1px solid red;
    /*background-color: red;*/
}
/**试卷预览***/
.preview_papersing{
	height: auto;
	position: relative;
	border: 2px solid #DEDEDE;
	border-radius: 3px;
	margin-bottom: 40px;
}
.preview_papersing_mibble{
	margin: 0px 15px 10px 15px;
	padding: 10px 10px 10px 15px;
	border: 1px solid #DEDEDE;
}
.preview_paper_titles{
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	border: 1px solid #DEDEDE;
	border-bottom: none;
	margin: 20px 15px 0px 15px;
}
.preview_papersing_mibble p{
	line-height: 25px;
	margin: 10px 0px 10px 0px;
}
.preview_papersing_mibble img{
	margin-left: 25px;
}

.preview_papersing_top{
	margin: 30px auto 30px auto;
	text-align: center;
}
.preview_papersing_top h2{
	height: 30px;
	line-height: 20px;
	font-weight: 900;
}
.preview_papersing_top p{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
/***考试完成！**/
.complet_ing{
	text-align: center;
	padding-top: 100px;
	line-height: 100px;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 40px;
}
.complet_ing img{
	width: 60px;
	height: 60px;
}

/**/
.exam_number{
    float: left;
}
.jianpan_img{
    float: right;
}

