@charset "UTF-8";
.kuBox{
	padding:0 20px 0;
	overflow: hidden;
	background: #fff;
}
.kuBox .layui-tab .box{
	padding:0 0 0 50px;
	/*border-bottom:1px solid #ddd;*/
	position: relative;
	/* overflow: hidden; */
}
.kuBox .layui-tab .box .span{
	position: absolute;
	top:22px;
	left:0;
	color:#999;
	font-size:16px;
}
.kuBox .layui-tab .layui-tab-title{
	width:100%;
	min-height:102px;
	overflow:hidden;

}
.tC{
	color: #ccc;
    padding: 42px;
    text-align: center;
 }

.kuBox .layui-tab .subcourseTab{
	max-height:102px;
	height:auto
}
/* .Since{
	overflow: hidden;
	height: auto;
	max-Height: inherit;
} */
.kuBox .layui-tab .layui-tab-title li{
	font-size:16px;
	float:left;
	margin-top:10px;
}
.kuBox  .layui-tab-title .layui-this{
	background:#10c55b;
	border:none;
	border-radius: 4px;
	color:#fff;
}
.kuBox  .layui-tab-title .layui-this1{
	background:#10c55b;
	border:none;
	border-radius: 4px;
	color:#fff;
}
.kuBox  .layui-tab-title .layui-this::after,.kuBox  .layui-tab-title{
	border:none;
}
.testList{
	padding:0 58px;
	position: relative;
	background: #fff;
}
.testList span.icon{
	display: block;
	position: absolute;
	top:0px;
	left:0px;
	width:44px;
	height:42px;
	color:#fff;
	padding:2px 5px;
	background:url(../images/ku_icon.png);
	font-size:14px;
	text-align: center;
	line-height:15px;
}
.testList li{
	padding:25px 120px 25px 0;
	position: relative;
	border-bottom:1px solid #ddd;
}
.testList li:last-child{
	border-bottom:none;
}
.testList h3{
	font-size:18px;
	line-height: 30px;
}
.testList p{
	font-size:14px;
	color:#999;
	font-family: '黑体';
}
.testList .layui-btn{
	position: absolute;
	top:25px;
	right:0px;
	background-color:#f0f0f0;
}
.testList .layui-btn-red{
	background-color:#fd4d3f;
}
/*章节练习弹窗*/
.zjTest ul{
	width:100%;
	overflow: hidden;
	clear:both;
	text-align: center;
}
.zjTest ul li{
	padding:5px 10px;
	float:left;
	margin:10px 5px;
	background:#f1f1f1;
	border-radius: 2px;
	font-size:16px;
	cursor: pointer;
}
.zjTest ul .active{
	background:#fd4d3f;
	color:#fff;
}
.zjTest .btns{
	clear:both;
	margin-top:30px;
	text-align: center;
}
.zjTest .btns .go{background:#10c55b}
/*真题考试*/
.examModal{

}
.examModal ul.tips li{
	float:left;
	margin-right:20px;
	font-size:15px;
	color:#666;
}
.examModal ul.tips span{
	color:#fd4d3f;
}
.examModal .examTips{
	margin-top:30px;
	background:#f1f1f1;
	padding:0 30px;
	border-radius: 4px;
}
.examModal .examTips li{
	padding:15px 0 ;
	border-bottom: 1px solid #ddd;
}
.examModal .examTips li:last-child{
	border-bottom: none;
}
.examModal .examTips li h4{
	font-size:17px;
	color:#666;
}
.examModal .examTips li p{
	font-size:14px;
	padding-top:10px;
	color:#999;
}

/*做题题库*/
.tikuBox{
	overflow: hidden;
}
.tikuBox .left{
	padding:28px 40px;
	width:930px;
	background: #fff;
}
.tikuBox h2{
	font-size:18px;
	text-align: center;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	
}
.tikuBox .tiCon{
	padding:0px 10px 10px;
	position: relative;
}
.tikuBox .tiCon h3{
	font-size:18px;
	color:#666;
	line-height:34px;
}
.tikuBox .tiCon h3 span{
	font-size:14px;
	font-family: '黑体';
	color:#999;
}
.tikuBox .ti_xin{
	position: relative;
	display: block;
	width:153px;
	height:33px;
	background: url(../images/xt_bt.png) no-repeat left center;
	left:-46px;
	top:15px;
	margin-bottom:30px;
	padding:10px 0;
	text-align: center;
	color:#fff;
	font-size:16px;
}
.ti .cl_Area textarea{
	width:100%;
	height:200px;
	line-height:21px;
	padding:10px
}
.tikuBox .tiCon .link{
    margin:0 10px;
    padding:0 10px;
    font-size:14px;
    text-align: right;
    line-height: 28px;
}
.tikuBox .tiCon .link a{
	display: inline-block;
	margin-right: 20px;
}
.tikuBox .tiCon .sureBtn{
    width: 79px;
    height: 37px;
    background: #10c55b;
    color: #fff;
    cursor: pointer;
}
.tikuBox .tiCon .link a i{
	display: inline-block;
	width:18px;
	height:18px;
	background-image:url(../images/xkw_spring.png);
	vertical-align: middle;
	margin-right:5px;
}
.tikuBox .tiCon .link .uncollect i{
	background-position: -6px -202px;
}
.tikuBox .tiCon .link .collected i{
	background-position: -89px -202px;
}
.tikuBox .tiCon .link a:nth-child(2) i{
	background-position: -35px -202px;
}
.tikuBox .tiCon .link a.del i{
	background-position: -114px -202px;
}
.tikuBox .tiCon .cl_btndiv p{
	font-size:16px;
	color:#666;
	line-height: 28px;
}
.tikuBox .tiCon .cl_btndiv{
	background:#f8f8f8;
	padding:20px 10px ;
}

.tikuBox .tiCon .cl_btndiv p i{
	color:#999;
}
.tikuBox .tiCon .ti{
	margin-top:15px;
	padding-bottom: 30px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.tikuBox .tiCon .ti:last-of-type{
	border-bottom: none;
}
.tikuBox .rightBox{
	width:1200px;
	height:500px;
	padding-left:944px;
	position:fixed;
	left:50%;
	top:180px;
	margin-left:-600px;
	overflow:hidden;
	overflow-y:auto;
	
}
.tikuBox .rightBox::-webkit-scrollbar {/*滚动条整体样式*/
        width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.tikuBox .rightBox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        
        /*  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
        background: rgba(0,0,0,0.1);
    }
.tikuBox .rightBox::-webkit-scrollbar-track {/*滚动条里面轨道*/
        /* -webkit-box-shadow: inset 0 0 5px #4e4e4e; */
        
        background: #fff;
    }
.tikuBox .right{
	width:256px;
	background: #fff;
}
.tikuBox .right .right_top{
	height:63px;
	padding:0 20px;
	font-size:24px;
	line-height:63px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.tikuBox .right .right_top i{
	font-size:26px;
	margin-right: 10px
}
.tikuBox .right .right_top button{
	border-color:#10c55b;
	color:#10c55b;
	position: absolute;
	right:10px;
	top:16px;
}
.tiCount{
	clear:both;
	padding:10px;
}
.tiCount .layui-tab-title {
	border-bottom: none;
}
.tiCount .layui-tab-title li{
	font-size:16px;
}
.tiCount .layui-tab-brief>.layui-tab-title .layui-this{
	color:#10c55b;
}
.tiCount .layui-tab-brief>.layui-tab-more li.layui-this:after, .tiCount .layui-tab-brief>.layui-tab-title .layui-this:after{
	border-bottom: 3px solid #10c55b;
}
.tiCount .layui-tab-content {
	padding:10px 0;
}
 .dtk .cr_1 span {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
    margin-bottom: 10px;
 }
 .dtk .tips{
 	clear:both;
 	padding: 26px 20px 0 20px;
 }
 .dtk .tips span{
 	margin-right:8px;
 	font-size: 16px;
 }
 .dtk .tips span:last-child{
  	margin-right: 0
  }
.dtk .tips span::before {
    content: '';
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}
.dtk .tips span:nth-child(1)::before {
    background: #10c55b;
}
.dtk .tips span:nth-child(2)::before {
    background: #fd4d3f;
}
.dtk .tips span:nth-child(3)::before {
    background: #f0f0f0;
}
.dtk .btns{
	padding: 10px 20px 0;
}
.dtk .btns button {
    width: 79px;
    height: 37px;
    cursor: pointer;
}
.dtk .btns .primary {
    background: #10c55b;
    color: #fff;
}
.dtk .btns .default {
    background: #f0f0f0;
    color:#333;
}
.dtk .btns .submitBtn{
	clear:both;
	margin-top:10px;
	width:100%;
	height:45px;
	line-height: 45px;
	color:#fff;
	font-size:16px;
	background:#10c55b;
}
.submitBtn:hover{
	background: #0db452;
	cursor: pointer;
}
/* 智能评估 */
.intelligenceBox h2{
	font-size:24px;
	color:#019b41;
	padding:52px 0 30px;
	text-align: center;
}
.intelligenceBox .intel_top{
	background:#f1f1f1;
	padding:40px;
	overflow: hidden;
}
.intelligenceBox .intel_top .scoreBox{
	border-right:1px solid #ddd;
	padding-right:55px;
}
.intelligenceBox .intel_top .scoreBox .score{
	font-size:75px;
	color:#fd4d3f;
	padding-top:26px;
}
.intelligenceBox .intel_top .scoreBox .score span{
	font-size:18px;
	color:#666;
}
.intelligenceBox .intel_top .scoreBox p{
	padding-top:30px;
	color:#666;
	font-size:18px;
	font-family: '微软雅黑'
}
.intelligenceBox .intel_top ul{
	padding-left:50px;
	
}
.intelligenceBox .intel_top ul li{
	padding:0 60px 0 0;
	border-bottom: none;
}
.intelligenceBox .intel_top ul li p{
	font-size:20px;
	color:#333;
	font-family: '微软雅黑';
	line-height:40px;
}
.intelligenceBox .title{
	margin:30px 0 0;
}
.intelligenceBox dl{
	overflow: hidden;
	padding-top:20px;
}
.intelligenceBox dl dt{
	font-size:24px;
	color:#666;
	padding-bottom:20px;
}
.intelligenceBox dl dt:before{
	display: inline-block;
	content:'';
	width:28px;
	height:28px;
	background-image:url(../images/xkw_spring.png);
	background-position: -89px -232px;
}
.intelligenceBox dl  dd{
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.intelligenceBox dl:last-child dd:last-child{
	border-bottom:none;
}
.intelligenceBox dl  dd h4{
	font-size:20px;
	color:#666;
	padding-bottom:15px;
	padding-top:15px;
}
.intelligenceBox dl  dd h4:before{
	display: inline-block;
	content:'';
	width:28px;
	height:28px;
	background-image:url(../images/xkw_spring.png);
	vertical-align: middle;
	margin-right:10px;
}


.intelligenceBox dl  dd h4.fold:before{
	background-position: -161px -232px;
}
.intelligenceBox dl  dd h4.deploy:before{
	background-position: -125px -232px;
}
.intelligenceBox .layui-progress{
	display: inline-block;
	width:850px;
	height:7px;
}
.intelligenceBox .progressBox{
	padding-left:35px;
}
.intelligenceBox .progressBox span{
	font-size:18px;
	color:#999;
	display: inline-block;
	width:95px;
}

.intelligenceBox .progressBox  p{
	text-align: right;
	font-size:16px;
	color:#fd4d3f;
	padding-top:5px;
	font-family: '微软雅黑'
}
.intelligenceBox .layui-progress-bar{
	background:#fd4d3f
}
.intelligenceBox .tipBox{
	margin:20px 40px 28px 40px;
	background:#f1f1f1;
	padding:27px 30px;
	position: relative;
}
.intelligenceBox .tipBox h5{
	color:#333;
	font-size:20px;
}
.intelligenceBox .tipBox p{
	font-size:16px;
	color:#fd4d3f;
	padding-top:15px;
	font-family: '微软雅黑';

}
.intelligenceBox .tipBox .btns{
	position: absolute;
	top:30px;
	right:30px;
}
.intelligenceBox .tipBox .btns .layui-btn{
	position: static;
}
body .mnkcbtn .layui-layer-btn{
	text-align: center;
}
body .mnkcbtn .layui-layer-btn .layui-layer-btn0 {
	background-color: #636363;
	border: none;
	color: #fff;
	font-size: 16.5px;
	width: 130px;
	height: 52px;
	line-height: 52px;
	margin-right: 80px;
	border-radius: 3px;
}

body .mnkcbtn .layui-layer-btn .layui-layer-btn1 {
	background-color: #10c55b;
	border: none;
	color: #fff;
	font-size: 16.5px;
	height: 52px;
	line-height: 52px;
	width: 130px;
	border-radius: 3px;
}
body .myskin .layui-layer-btn{
	text-align: center;
}
body .myskin .layui-layer-btn .layui-layer-btn0 {
	background-color: #636363;
	border: none;
	color: #fff;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-right: 30px;
	border-radius: 3px;
}

body .myskin .layui-layer-btn .layui-layer-btn1 {
	background-color: #10c55b;
	border: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 100px;
	border-radius: 3px;
}

/*答题卡页*/
.answerCard h3{
	padding:10px;
	background:#10c55b;
	padding-left:15px;
	font-size:16px;
	color:#fff;
}
.answerCard h3 span{
	background:url(../images/clock.png) no-repeat left center;
	padding-left:28px;
}
.answerCard  .scoreWrap{
	padding:48px;
	background:#fff;
}
.answerCard  .scoreWrap .score{
	width:229px;
	height:190px;
	background:url(../images/report_bg.png) no-repeat;
	margin:0 auto;
	text-align:center;
	font-size: 66px;
	color:#10c55b;
	padding-top:52px;
}
.answerCard  .scoreWrap .btn{
	margin-top:40px;
	text-align: center;
}
.answerCard  .scoreWrap .btn button{
	width:284px;
	height:51px;
	font-size:16px;
	font-family: '微软雅黑'
}
.answerCard  .scoreWrap .btn button.layui-btn-danger{
	background:#fd4c3e;
}
.answerCard  .scoreWrap h4{
	padding:25px 0 15px 0;
	border-bottom:1px solid #ddd;
	font-size:16px;
}
.answerCard  .scoreWrap h4 span{
	border-left:2px solid #10c55b;
	padding-left:20px;
}
.answerCard  .scoreWrap .tip{
	text-align:right;
	padding:10px ;
}
.answerCard  .scoreWrap .tip span{margin-right:10px;}
.answerCard  .scoreWrap .tip span::before{
	content:'';
	display: inline-block;
	width:13px;
	height:13px;
	margin-right:5px;
	vertical-align: middle;
}
.answerCard  .scoreWrap .tip span:nth-of-type(1)::before{
	background:#10c55b;
}
.answerCard  .scoreWrap .tip span:nth-of-type(2)::before{
	background:#fd4c3e;
}
.answerCard  .scoreWrap .tip span:nth-of-type(3)::before{
	border:1px solid #10c55b;
}
.answerCard  .scoreWrap .tip span:nth-of-type(4)::before{
	border:1px solid #ddd;
}
.answerCard  .scoreWrap  .answer h5{
	color:#666;
	margin-top:20px;
}
.answerCard  .scoreWrap  .tiKa span{
	display: inline-block;
	width:24px;
	height:24px;
	margin:10px 5px;
	text-align: center;
	font-size:16px;
	line-height:24px;
}
.answerCard  .scoreWrap  .tiKa .right{
	background:#10c55b;
	color:#fff;
}
.answerCard  .scoreWrap  .tiKa .error{
	background:#fd4c3e;
	color:#fff;
}
.answerCard  .scoreWrap  .tiKa .completed{
	border:1px solid #10c55b;
}
.answerCard  .scoreWrap  .tiKa .unaccomplished{
	border:1px solid #ddd;
	
}
.subcourseTab li:hover,.category li:hover{
	color: #10c55b;
}
.subjectBox{
	padding-left: 75px !important;
}
.subjectBox .moreBox{
	position:relative;
	display:none;
	width:100%;
	height:30px;
	color:red;
	text-align:center;
	border-top:1px solid #ddd;
	margin-top:10px;
/* 	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);; FireFox
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);  Opear
	background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); IE10及IE10+ */

}
.subjectBox .moreBox .more{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:10px 15px;
	border-bottom:1px solid #ddd;
	background:#fff;
	top:-1px;
	left:45%;
	position:absolute;
	font-size:14px;
	
}
#searchKeyword{
	display:none;
}
/* #rhyme{
	display:none;
} */
#searchKeyword span{
	font-size:14px;
	color:#999;
	line-height: 25px;
	font-family:'微软雅黑'
}
 #txt{
	width:200px;
	height:25px;
	line-height:25px;
	border:1px solid #999;
	padding:0 10px;
	outline: none;
   -webkit-appearance: none;
    -moz-appearance: none; 
    -o-appearance: none;
    appearance: none;
    backgrond:none;
}
input:-internal-autofill-selected{
	backgrond-color:#fff;
}
#searchBtn{
	-webkit-appearance: none;
    -moz-appearance: none; 
    -o-appearance: none;
    appearance: none;
    padding:0 10px;
    border:1px solid #009fdb;
    background-color:#009fdb;
    color:#fff;
    cursor: pointer;
    height:25px;
    font-family:'微软雅黑';
    font-size:14px;
}