/*遮罩层透明背景 start*/

a {
    text-decoration: none;
}


* {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
}
.red {
	color: red;
}
.bg,
.popIframe {
    background-color: #000;
    display: none;
    width: 100%;
    height: 100%;
    /*IE中设置遮罩层为半透明*/
    filter: alpha(opacity=70);
    /*在其他浏览器中设置为半透明*/
    opacity: 0.7;
    /*在火狐浏览器中设置为半透明*/
    -moz-opacity: 0.5;
    /* 设置遮罩层的层级 */
    /* z-index: 99998; */
    /*火狐 IE7的固定方式*/
    position: fixed!important;
    /*IE6的固定方式*/
    position: absolute;
    left: 0;
    top: 0;
}


/*遮罩层透明背景 end*/


/* maskLoading加载中遮罩层 start */

#maskLoading {
    background: url('../images/loading.gif') no-repeat center center;
    background-size: 35px 35px;
    /* background-color: rgba(0, 0, 0, 0.1); */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: alpha(opacity=100);
    opacity: 1.0;
    z-index: 99999999999;
    position: fixed;
    display: none;
}


/* maskLoading加载中遮罩层  end  */


/* 消息弹框遮罩层 start */

#maskMes {
    z-index: 1000000;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 1.0;
    filter: alpha(opacity=100);
    top: 0;
    left: 0;
    display: none;
}


/* 消息弹框遮罩层  end  */
.leightbox_big-02 {
    z-index: 1000001;
    overflow: auto;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -224px;
    display: none;
	width: 800px;
    position: fixed;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.leightbox_small {
    z-index: 1000001;
    overflow: auto;
    top: 55%;
    left: 50%;
    display: none;
    position: fixed;
    width: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.leightbox_big {
    z-index: 1000001;
    overflow: hidden;
    top: 50%;
    left: 50%;
    position: fixed;
    width: 680px;
	display: none;
    margin-left: -340px;
    margin-top: -340px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding-bottom: 20px;
}
.model_header {
    height: 41px;
    line-height: 41px;
    background-color: #F6F8F8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDD;
}

.model_header h1 {
    font-size: 16px;
    font-weight: normal;
    float: left;
    padding-left: 20px;
}

.model_header .lbAction {
    float: right;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-right: 20px;
}

.model_header a {
    color: #666;
}

.model_title {
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 1px solid #DDD;
	text-align: center;
}

.model_title h1 {
	font-size: 20px;
	font-weight: normal;
}

.model_title p {
	font-size: 16px;
	padding-top: 15px;
}

.model_body {
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.model_body.scroll {
    overflow: auto;
	height: 438px;
	margin: 4px;
}
.model_body.scroll::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.model_body.scroll::-webkit-scrollbar-thumb {
	background-color: #b7b7b7;
	border-radius: 10px;
}
.model_body p {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 20px;
}

.model_footer {
    height: 35px;
	width:100%;
	margin: 15px auto;
	text-align: center;}

.sbtn {
       width: 80px;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 25px;
    height: 25px;
	display: inline-block;
}
.bbtn {
    width: 120px;
    margin: 5px auto 10px auto;
    height: 35px;
	line-height: 35px;
}
.bt a {
    color: #FFF;
    background-color: #23b7e5;
    display: block;
    font-size: 14px;
    text-align: center;
}

.bt a:hover {
    background-color: #43c1e9;
}

.bta:hover {
    color: #43c1e9;
}

.btb {
    overflow: hidden;
}

.btb a {
    font-size: 12px;
    line-height: 25px;
    color: #FFF;
    background-color: #B8B8B8;
    height: 25px;
    width: 80px;
    text-align: center;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
}

.btb a:hover {
    background-color: #999;
}

.btb i {
    color: #FFF;
    height: 25px;
    float: left;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FontAwesome;
    font-style: normal;
    padding-left: 10px;
}


/* 新版本 业务弹框遮罩层 */

.bgNew {
    background-color: #000;
    display: none;
    width: 100%;
    height: 100%;
    /*IE中设置遮罩层为半透明*/
    filter: alpha(opacity=70);
    /*在其他浏览器中设置为半透明*/
    opacity: 0.7;
    /*在火狐浏览器中设置为半透明*/
    -moz-opacity: 0.5;
    /* 设置遮罩层的层级 */
    /* z-index: 99998; */
    /*火狐 IE7的固定方式*/
    position: fixed!important;
    /*IE6的固定方式*/
    position: absolute;
    left: 0;
    top: 0;
}


/* 新版本 加载中的遮罩层  */

#maskLoadingNew {
    background: url('../images/loading.gif') no-repeat center center;
    background-size: 35px 35px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: alpha(opacity=100);
    opacity: 1.0;
    z-index: 99999999999;
    position: fixed;
}


/*  新版本 消息弹框遮罩层  */

#maskMesNew {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 6.0;
    filter: alpha(opacity=100);
    top: 0;
    left: 0;
}
/*  最小弹出层  small-05 start */

.leightbox_small-05 {
    z-index: 1000001;
    overflow: auto;
    top: 60%;
    left: 50%;
    display: none;
    position: fixed;
    width: 600px;
    margin-left: -300px;
    margin-top: -300px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*  最小弹出层  small-05 end */

/*  考试详情弹出层 start  */
.examSmall {
	overflow: hidden;
	padding: 10px 25px;
}
.examSmall p {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	color: #333;
	font-size: 14px;
}
.examSmall p font {
	float: left;
	width: 75px;
	text-align: right;
	padding-right: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.examSmall p b {
	font-weight: normal;
	font-size: 16px;
	color: #23b7e5;
}
.examTable {
	line-height: 30px;
	font-size: 14px;
}
.examTable table {
    width: 100%;
    color: #333;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
    border: 1px solid #E3E3E3;
    border-collapse: collapse;
	table-layout: fixed;
}
.examTable table tr td {
    border: 1px solid #E3E3E3;
    padding: 0 20px;
    font-size: 14px;
	text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}
.examTable .btn {
	font-size: 12px;
	color: #11acdd;
	text-align: center;
	line-height: 20px;
	width: 60px;
	margin: 0 auto;
}
.examTable .btn:hover {
	color: #11acdd;
	width: 60px;
	padding-bottom: 1px;
	border-bottom: 1px solid #11acdd;
}
.exambtn {
   width: 280px;
   margin: 0 auto;
}
.exambtn .bt {
	width: 120px;
	line-height: 35px;
	margin: 0 10px;
    float: left;
}
.model_hint {
	text-align: center;
	font-size: 14px;
	color: #666;
	padding-top: 10px;
}
/*  考试详情弹出层 end  */
/*  每日一练弹出层 start */
.leightbox_daily {
    z-index: 1000001;
    overflow: auto;
    top: 55%;
    left: 50%;
    display: none;
    position: fixed;
    width: 450px;
	height: 450px;
    margin-left: -200px;
    margin-top: -260px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.daily_title {
	padding: 40px 0 10px 0;
	overflow: hidden;
	text-align: center;
}
.daily_title h1 {
	font-size: 20px;
	font-weight: normal;
}
.daily_title p {
	font-size: 14px;
	padding-top: 10px;
}
.daily_body {
	text-align: center;
}
.daily_body img {
	width: 160px;
	height: 160px;
	margin: 0 auto;
}
.daily_body p {
   color: #322;
   font-size: 15px;
   padding-bottom: 15px;
}
.daily_body p:nth-child(2) {
   color: #ff0000;
   font-size: 18px;
}
.daily_footer {
	width: 260px;
    margin: 10px auto;
	line-height: 35px;
    height: 35px;
}
.daily_footer a {
	float: left;
	width: 120px;
	height: 35px;
	line-height: 35px;
	margin: 0 5px;
}
/*  每日一练弹出层 end */
