/*全站页面样式重置开始*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, input, button, select, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, table, tbody, tfoot, thead, tr, th, td,
article,aside,dialog,footer,header,section,footer,nav,figure,menu,time,textarea { padding:0; margin:0; font-family:Microsoft YaHei, SimSun, Lucida Grande, Tahoma, sans-serif; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
caption, th, td { font-weight:normal; text-align:left; }
table { border-collapse:collapse; border-spacing:0; }
input, button, select { vertical-align:middle; }
fieldset, img, abbr, acronym { border:0; }
textarea { resize:none; overflow:auto; }
ul, ol { list-style:none;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
html, body { width:100%; color:#555; font:12px Microsoft YaHei, SimSun, Lucida Grande, Tahoma, sans-serif; line-height:normal; -webkit-text-size-adjust:none; }
html { overflow-y:auto; *overflow-y:scroll; }
:focus { outline:0; }
a{cursor: pointer;color: #282828;}
a,a:visited,a:active { text-decoration:none; /*-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear;-o-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;*/ }
article,aside,dialog,footer,header,section,footer,nav,figure,menu{ display:block; }
input,textarea,input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance:none; } /*IOS默认样式*/
img{/*vertical-align: top;*/display: inline-block;}
input,textarea{border: 0px none;-webkit-border: 0px none;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
body{min-width: 1200px;}
.clearFloat_t:after{clear: both;content: '.';display: block;width: 0px;height: 0px;overflow: hidden;visibility: hidden;}
/*全站页面样式重置结束*/

/*去除border*/
.borderL0{
	border-left: 0px none !important;
}
.borderR0{
	border-right: 0px none !important;
}
.borderB0{
	border-bottom: 0px none !important;
}
.borderT0{
	border-top: 0px none !important;
}

/*去除padding*/
.padL0{
	padding-left: 0px !important;
}
.padB0{
	padding-bottom: 0px !important;
}
.padT0{
	padding-top: 0px !important;
}
.padR0{
	padding-right: 0px !important;
}

/*----去除margin*/
.mgrL0{
	margin-left: 0px !important;
}

.mgrR0{
	margin-right: 0px !important;
}

.mgrT0{
	margin-top: 0px !important;
}

.mgrB0{
	margin-bottom: 0px !important;
}

/*居中*/
.textC{
	text-align: center !important;
}
/*居左*/
.textL{
	text-align: left !important;
}
/*居右*/
.textR{
	text-align: right !important;
}

/*----左浮动*/
.floatL{
	float: left !important; 
}

/*----右浮动*/
.floatR{
	float: right !important;
}

/*----去除浮动*/
.floatN{
	float: none !important;
}

/*----Icon颜色*/
.icon-blue{
	color: #008fee;
}

/*--字号*/
.font-s12{
	font-size: 12px !important;
}

.font-s18{
	font-size: 18px !important;
}

.font-16{
	font-size: 16px !important;
}

.font-s14{
	font-size: 14px !important;
}

/*--字色*/
.color333{
	color: #333 !important;
}

.color666{
	color: #666 !important;
}

.color8e{
	color: #008fee !important;
}
.colorfff{
	color: #fff !important;
}


/*--居上*/
.verT{
	vertical-align: top !important;
}

/*----通用按钮颜色*/
.btnBg-red{
	background: #f24f40 !important;
	cursor: pointer !important;
}

.btnBg-green{
	background: #41cb83 !important;
	cursor: pointer !important;
}

.btnBg-grey{
	background: #c1c1c1 !important;
	cursor: pointer !important;
}

.btnBg-blue{
	cursor: pointer !important;
	background: #008fee !important;
}

.btnBg-blue:hover{
	background: #0281d6 !important;
}

.input-wraps{
	border: 1px solid #ddd;
}

/*----通用alert*/
.popAlert2 { display:none; position:fixed; z-index:100; left:50%; top:50%; margin:-160px 0 0 -260px; width:420px;background-color:#FFF; -webkit-box-sizing:border-box; box-sizing:border-box;}
.popTittle2{width: 360px;height: 56px;line-height: 56px;color: #333;font-size: 18px;padding: 0 30px;border-bottom: 1px solid #e3e3e3;margin-bottom: 29px;}
.popCnt2 {width: 190px;margin: 0 auto;padding-bottom: 33px;padding-left: 104px;background: url(../../public/images/alert!.jpg) no-repeat 38px 0px;font-size: 18px;color: #333;padding-top: 6px;border-bottom: 1px dashed #ddd;margin-bottom: 17px;text-align: center;}
.popBtn2,
.popBtn2:hover,
.popBtn2:visited,
.popBtn2:active { display:block; width:130px; height:40px; margin:0 auto; line-height:40px !important; background-color:#008fee; text-align:center; color:#FFF;border-radius: 3px; font-size:17px ;line-height:50px; cursor: pointer;margin-bottom: 37px;}
.popMask2 { display:none; position:fixed; z-index:99; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.4);}
.popClose2{float: right;font-size: 24px;color: #ccc;cursor: pointer;}


/*分页--------------------------------*/

.paging {
	overflow: hidden;
	padding: 30px 0 40px 0;
}

.paging .inr {
	overflow: hidden;
	text-align: center;
}

.paging .page {
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
	border-right: 1px solid #DCDCDC;
}

.paging .page a,
.paging .page a:hover,
.paging .page a:visited,
.paging .page a:active {
	float: left;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #DCDCDC;
	border-right: 0;
}

.paging .page a.bt,
.paging .page a.bt:hover,
.paging .page a.bt:visited,
.paging .page a.bt:active {
	width: auto;
	padding: 0 15px;
}

.paging .page a.cur,
.paging .page a.cur:hover,
.paging .page a.cur:visited,
.paging .page a.cur:active {
	color: #FFF!important;
	background-color: #5c307d;
	border: 1px solid #5c307d;
}

.paging .page span {
	float: left;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-left: 1px solid #DCDCDC;
}

.paging .go {
	display: inline-block;
	overflow: hidden;
	padding-right: 25px;
}

.paging .go label {
	float: left;
	display: block;
	height: 36px;
	padding: 0 8px;
	line-height: 36px;
	color: #B5B5B5;
}

.paging .go .no {
	float: left;
	display: block;
	width: 36px;
	height: 34px;
	line-height: 34px;
	color: #555;
	text-align: center;
	border: 1px solid #DCDCDC;
}

.paging .go .btn {
	float: left;
	display: block;
	width: 70px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	font-size: 12px;
	background-color: #5c307d;
	border: 0;
	cursor: pointer;
}

.paging .tip {
	line-height: 50px;
	text-align: center;
	font-size: 14px;
}

.paging .tip a {
	color: #bc3737;
}

.paging .tip a:hover {
	text-decoration: underline;
}


/*----index.html页面样式*/
.t-body{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	background: #eceff4 url(../../public/images/indexBg.png) no-repeat bottom;
}

.t-inr{
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.cntMdl1{
	height: auto;
	padding: 30px 0 28px;
	
}

.timetables-index{
	position: relative;
	width: 828px;
	float: left;
	height: auto;
	background: url(../../public/images/courseBg.png) no-repeat;
	padding-top: 21px;
	height: 621px;
	border: 1px solid #c9d0da;
}


.courseTittle{
	font-size: 24px;
	color: #444;
	text-align: center;
	margin-bottom: 10px;
}


.weekTable tr{
	border-bottom: 1px solid #c9d0da;
}

.weekTable td{
	text-align: right;
	font-size: 12px;
	color: #666;
	padding-bottom: 4px;
	padding-right: 6px;
}

.dateTable{
	background: #fff;
}

.dateTable tr{
	border-bottom: 1px solid #f1f1f1;
}

.dateTable td{
	height: 65px;
	/*border-bottom: 1px solid #f1f1f1;*/
	border-right: 1px solid #ddd;
	padding-right: 6px;
	padding-top: 4px;
	text-align: right;
	vertical-align: top;
	position: relative;
}

.editBtn-index{
	width: 78px;
	height: 25px;
	line-height: 27px;
	font-size: 12px;
	color: #333;
	position: absolute;
	left: 11px;
	top: 10px;
	border: 1px solid #ddd;
	text-align: center;
	/*background: #fff;*/
	cursor: pointer;
	display: block;
	border-radius: 4px;
	background: url(../../public/images/btnShadowBg.png) repeat;
}

.editBtn-index:hover{
	background: #fff;
}

.announcement{
	width: 358px;
	float: right;
	background: #fff;
}

.dateTable td span{
	display: block;
	height: 36px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	position: relative;
	left: 8px;
	top: 13px;
	padding: 0 12px;
	width: 72px;
	border-radius: 8px;
	line-height: 18px;
	cursor: pointer;
}

.dateTable td span.course-stu{
	display: block;
	height: 36px;
	text-align: right;
	color: #fff;
	font-size: 12px;
	position: relative;
	left: 8px;
	top: 13px;
	padding: 0 12px;
	width: 72px;
	border-radius: 8px;
	line-height: 18px;
	cursor: pointer;
	line-height: 36px;
	/*padding-right: 6px;*/
}

/*----班级蓝色*/
.borderBg-blue{
	background: #4bacee !important;
	border-left: 4px solid #439ad6 !important;
}

.borderBg-blue-error{
	padding-left: 18px !important;
	padding-right: 6px !important;
	background: #4bacee url(../images/noCourse.png) no-repeat 0px 11px !important;
	border-left: 4px solid #439ad6 !important;
}

.borderBg-purple{
	background: #a689e0 !important;
	border-left: 4px solid #957bc9 !important;
}

.borderBg-purple-error{
	padding-left: 18px !important;
	padding-right: 6px !important;
	background: #a689e0 url(../images/noCourse.png) no-repeat 0px 11px !important;
	border-left: 4px solid #957bc9 !important;
}

.borderBg-orange{
	background: #f09777 !important;
	border-left: 4px solid #d8886b !important;
}

.borderBg-orange-error{
	padding-left: 18px !important;
	padding-right: 6px !important;
	background: #f09777 url(../images/noCourse.png) no-repeat 0px 11px !important;
	border-left: 4px solid #d8886b !important;
}

.borderBg-green{
	background: #3ab474 !important;
	border-left: 4px solid #36a86d !important;
}

.borderBg-green-error{
	padding-left: 18px !important;
	padding-right: 6px !important;
	background: #3ab474 url(../images/noCourse.png) no-repeat 0px 11px !important;
	border-left: 4px solid #36a86d !important;
}

.borderBg-lightGreen{
	background: #81be6c !important;
	border-left: 4px solid #74ab61 !important;
}

.borderBg-lightGreen-error{
	padding-left: 18px !important;
	padding-right: 6px !important;
	background: #81be6c url(../images/noCourse.png) no-repeat 0px 11px !important;
	border-left: 4px solid #74ab61 !important;
}

.borderBg-yellow{
	background: #f8b551 !important;
	border-left: 4px solid #dfa349 !important;
}

.borderBg-yellow-error{
	padding-left: 18px !important;
	padding-right: 6px !important;
	border-left: 4px solid #dfa349 !important;
	background: #f8b551 url(../images/noCourse.png) no-repeat 0px 11px !important;
}


.courseCnt{
	position: absolute;
	left: 117px;
	width: 222px;
	padding-top: 16px;
	padding-bottom: 20px;
	text-align: center;
	top: 8px;
	z-index: 2;
	border: 1px solid #ccc;
	background: #fff;
	display: none;
}



.courseCnt .class{
	/*width: 100%;*/
	text-align: center;
	font-size: 16px;
	color: #333;
}

.courseCnt .class div{
	width: 10px;
	height: 10px;
	display: inline-block;
	/*background: #4bacee;*/
	margin-right: 9px;
}

.courseCnt p{
	font-size: 14px;
	color: #666;
}

.courseCnt img{
	position: absolute;
	top: 15px;
	left: -7px;
}

.announcement{
	float: right;
	width: 358px;
	height: 642px;
	border: 1px solid #c9d0da;
	overflow: hidden;
}

.announcementTittle{
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #333;
	padding-right: 14px;
	border-bottom: 1px solid #c9d0da;
}

.magrL22{
	margin-left: 22px;
}

.announcementTittle span{
	/*color: #008fee;*/
}

.dbIcon{
	font-size: 24px !important;
	margin-right: 6px;
	font-weight: bold;
	position: relative;
	top: 3px;
}

.tittleButtonGroup{
	float: right;
}

.tittleButtonGroup a{
	width: 78px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: 1px solid #ddd;
	color: #444;
	background: url(../../public/images/btnShadowBg.png) repeat;
	margin-right: 6px;
	display: block;
	float: left;
	position: relative;
	top: 11px;
	font-size: 12px;
	border-radius: 4px;
}

.announcementBox{
	width: 319px;
	margin: 0 auto;
}

.announcementBox ul{
	overflow: hidden;
}

.announcementBox ul li{
	overflow: hidden;
	padding-top: 20px;
	line-height: normal;
	padding-bottom: 16px;
	border-bottom: 1px dashed #eee;
}

  .announcementBox ul li h2.sprite-tec-ann{
 	font-size: 14px;
 	color: #333;
 	padding-left: 11px;
 	/*2017-04-25修改背景图 by_sunxihang*/
	background: url(../../public/images/sprite.png) 0px -62px no-repeat;
	margin-bottom: 8px;
}

 .announcementBox ul li h2.sprite-stu-ann{
 	font-size: 14px;
 	color: #333;
 	padding-left: 11px;
 	/*2017-04-25修改背景图 by_sunxihang*/
	background: url(../../public/images/sprite.png) 0px -115px no-repeat;
	margin-bottom: 8px;
}


.announcementBox ul li p{
	font-size: 12px;
	color: #888;
	line-height: 20px;
}

.announcementDate{
	font-size: 12px;
	float: right;
	color: #999 !important;
	position: relative;
	top: 1px;
	font-family: arial;
}

.myCourse{
	height: 48px;
	line-height: 48px;
	padding-left: 19px;
	background: #fff;
	font-size: 18px;
	color: #333;
	border: 1px solid #c9d0da;
	margin-bottom: 16px;
}

.myCourse a{
	width: 78px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #ddd;
    color: #444;
    background: url(../../public/images/btnShadowBg.png) repeat;
    margin-right: 15px;
    display: block;
    float: left;
    position: relative;
    top: 11px;
    font-size: 12px;
    border-radius: 4px;
    float: right;
}

.coursePart{
	width: 390px;
	height: 292px;
	margin-right: 15px;
	float: left;
	overflow: hidden;
	margin-bottom:20px;

}

.inrbotmMask{
	position: absolute;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 16px;
	padding-left: 28px;
	left: 0px;
	bottom: 0px;
}

.courseMask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,0.5);
}

.courseInr{
	width: 343px;
	margin: 0 auto;
	padding-top: 13px;
}

.courseInr h2{
	padding-bottom: 15px;
	border-bottom: 1px dashed #fff;
	font-size: 16px;
	color: #fff;
	margin-bottom: 40px;
}

.courseInr a{
	/*display: block;*/
	width: 148px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	border: 1px solid #c2b5b1;
	/*margin-right: 17px;*/
	margin-bottom: 19px;
	float: left;
	display: inline-block;
	border-radius: 4px;
}

.courseInr a:hover{
	background: #008fee;
	border-color: #008fee;
}

.tittleButtonGroup a:hover{
	background: #fff;
}

.myCourse a:hover{
	background: #fff;
}


/*----登录注册页样式*/
.g-hd {
	position: relative;
	z-index: 3;
	height: 90px;
	background-color: #FFF;
	border-bottom: 1px solid #ddd;
}
.g-hd .logo,
.g-hd .logo:hover,
.g-hd .logo:visited,
.g-hd .logo:active {
	position: absolute;
	left: 1px;
	top: 18px;
	height: 53px;
}

.g-hd .slogan {
	position: absolute;
	left: 333px;
	top: 32px;
	display: block;
	height: 25px;
}
.g-inr {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	*zoom: 1;
}

.l-body{
	width: 100%;
	height: 968px;
	background: url(../../public/images/loginBg.png) no-repeat;
}

.l-inr{
	width: 1000px;
	margin: 0 auto;
	/*margin-top: 165px;*/
	/*height: 600px;*/
	padding-top: 165px;
}

.l-leftCnt{
	float: left;
	height: 100%;
	width: 500px;
	height: 600px;
	position: relative;
	background: #fff;
}

.loginTabBox{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #34495e;
	background: #ebf4fd;
}

.loginTab{
	float: left;
	width: 300px;
	height: 100%;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.loginInrBox{
	width: 352px;
	margin: 0 auto;
	/*padding-top: 28px;*/
	position: relative;
}

.loginForm{
	/*padding-top: 79px;*/
	overflow: hidden;
}

.input-wraps{
	position: relative;
	font-size: 14px;
	overflow: hidden;
}

.loginForm .input-wraps{
	width: 348px;
	height: 43px;
	border: 1px solid #ddd;
	margin-bottom: 39px;
}

.input-wraps .inputTip{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: none;
	padding-left: 10px;
	color: #999;
	cursor: text;
}

.input-wraps .ipt{
	width: 308px;
	padding-left: 11px;
	line-height: 44px;
	height: 44px;
}

.emailIcon-login{
	width: 18px;
	height: 13px;
	background: url(../../public/images/loginEmailIcon.png) no-repeat;
	position: absolute;
	right: 11px;
	top: 15px;
}

.pwdIcon-login{
	width: 14px;
	height: 18px;
	background: url(../../public/images/loginPwdIcon.png) no-repeat;
	position: absolute;
	right: 11px;
	top: 13px;
}

.loginForm .vcBox-login{
	width: 352px;
	height: 43px;
	margin-bottom: 39px;
	line-height: 45px;
}

.vcBox-login .input-wraps-vc{
	width: 200px;
	height: 43px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 14px;
	position: relative;
}

.input-wraps-vc .ipt{
	width: 190px;
	height: 43px;
	overflow: hidden;
}

.vcImg{
	width: 77px;
	height: 43px;
	float: left;
	border: 1px solid #ddd;
	margin-right: 12px;
}

.vcImg img{
	width: 77px;
	height: 43px;
}

.vcBox-login a{
	font-size: 14px;
	color: #008fee;
}

.loginSub{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	background: #008fee;
	margin-bottom: 12px;
}

.forgetPwd{
	float: right;
	font-size: 14px;
	color: #5c307d;
}

.curTab{
	position: relative;
	background: #008fee !important;
	color: #fff;
}

.curTab:after{
	display: block;
	width: 11px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -5.5px;
	bottom: -4px;
	z-index: 99;
	content: '';
	background: url(../../public/images/tabDownArrow.png) no-repeat;
}

.registerForm{
	padding-top: 28px !important;
}

.registerForm .input-wraps{
	margin-bottom: 19px;
}

.l-rightAd{
	width: 500px;
	float: left;
	height: 600px;
	background: rgba(0,0,0,0.1);
}

.l-rightAd h1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 120px;
	margin-bottom: 20px;
}

.l-rightAd .cntrs{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 46px;
}

.loginAdLine{
	width: 60px;
	height: 1px;
	margin: 0 auto;
	background: #eaf4ed;
	margin-bottom: 44px;
}

.l-rightAd p{
	font-size: 15px;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	line-height: 24px;
}

.curIptBorder{
	border: 1px solid #2392fe !important;
}

.registerTips{
	font-size: 14px;
	color: #444444;
	margin-top: -10px;
	margin-bottom: 16px;
}

.blueText{
	color: #3498db;
}


/*----忘记密码页面样式*/
.r-inrCnt{
	width: 500px;
	margin: 0 auto;
	height: auto;
	padding-top: 191px;
}

.findPwdBox{
	width: 100%;
	height: 443px;
	background: #fff;
	padding-top: 57px;
}

.f-tittle{
	width: 92px;
	padding-left: 34px;
	background: url(../../public/images/pwdLock.png) no-repeat;
	margin: 0 auto;
	font-size: 22px;
	color: #333;
	height: 26px;
	margin-bottom: 30px;
}

.r-cntBox{
	width: 352px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.r-tipTxt{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 26px;
}

.input-wraps .inputTip {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: none;
    padding-left: 10px;
    color: #999;
    cursor: text;
}

.findPwdForm .input-wraps {
    width: 348px;
    height: 43px;
    border: 1px solid #ddd;
    margin-bottom: 31px;
}

.findPwdForm .vcBox-login{
	width: 352px;
    height: 43px;
    margin-bottom: 31px;
    line-height: 45px;
}

.vcBox-login .input-wraps-vc {
    width: 200px;
    height: 43px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 14px;
    position: relative;
}

.a-inr{
	width: 100%;
	height: auto;
	height: 550px;
	padding-top: 31px;
	background: #fff;
}

.a-cntBox{
	width: 420px;
	margin: 0 auto;
	overflow: hidden;
}

.a-tittle{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: #666;
	padding-bottom: 11px;
	border-bottom: 1px solid #ccc;
}

.addinfoForm{
	padding-top: 26px;
}

.addinfoTable tr td{
	padding-bottom: 25px;
	font-size: 16px;
	color: #333;
}
.addinfoIpt{
	width: 308px;
	height: 43px;
	line-height: 45px;
	border: 1px solid #ddd;
	padding-left: 10px;
}

.addInfoSub{
	width: 320px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #008fee;
	font-size: 18px;
	cursor: pointer;
}

.dbIcon-date{
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 28px !important;
}


/*----课表编辑页面样式*/
.e-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}

.e-inr{
	width: 1200px;
	margin: 0 auto;
	border: 1px solid #c9d0da;
	margin-bottom: 60px;
}

.inrHeadBox{
	width: 100%;
	height: 82px;
	background: url(../../public/images/courseBg-big.png) no-repeat;
	border-bottom: 1px solid #dcdfe2;
}

.e-nav{
	padding-left: 19px;
	padding-top: 10px;
	font-size: 14px;
	color: #666;
}

.inrHeadBox h1{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #444;
}

.weekTable-edit td{
	width: 162px;
	padding-right: 10px;
	font-size: 14px;
	color: #666;
	text-align: right;
}

.dateTable-edit{
	margin-bottom: 43px;
}

.dateTable-edit tr{
	border-bottom: 1px solid #f1f1f1;
}

.dateTable-edit td{
	border-right: 1px solid #ebebeb;
	padding-right: 10px;
	height: 62px;
	text-align: right;
	font-size: 12px;
	color: #999;
	vertical-align: top;
	padding-top: 7px;
	cursor: pointer;
}

/*.changeCourseBox,.deleteBox,.rc-changeName,.rc-cancelBox,.rc-reUploadBox{
	width: 500px;
	height: 320px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -160px 0 0 -250px;
	z-index: 2;
}*/

.btnBg-green:hover{
	background: #00ae66 !important;
}

.btnBg-red:hover{
	background: #e22c1b !important;
}


/*.deleteBox{
	height: 320px;
}*/

.box h1{
    display: block;
    padding-left: 27px;
    height: 45px;
    line-height: 45px;
    background: #008fee;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}

/*.changeCourseBox h1{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #333;
	padding-top: 28px;
	margin-bottom: 20px;
}*/

.changeCourseBox table{
	width: 368px;
	margin: 0 auto;
	margin-bottom: 11px;
}

.changeCourseBox table td{
	font-size: 16px;
	color: #333;
	padding-bottom: 29px;
}

.changeCourseBox table td select{
	width: 318px;
	height: 43px;
	padding-left: 12px;
	line-height: 43px;
	font-size: 14px;
	color: #666;
	border: 1px solid #ddd;
	background: url(../../public/images/selectArrow.png) no-repeat 292px 16px;
}



.dateTable-edit td div{
	display: block;
	width: 76px;
	height: 36px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: relative;
	left: 33px;
	top: -3px;
	padding: 0 12px;
	border-radius: 8px;
	cursor: pointer;
	padding-top: 2px;
}


/*----公告列表页面样式*/
.acnt-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 60px;
}

.acnt-inr{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.acnt-inr-left{
	width: 918px;
	float: left;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
	min-height: 900px;
}

.acnttxt{
	width: 100%;
	height: 53px;
	line-height: 53px;
	font-size: 20px;
	color: #555;
	background: #f9f9f9;
	border-bottom: 1px solid #ddd;
	margin-bottom: 16px;
}

.acntPartBox{
	width: 859px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	cursor: pointer;
}

.acntPart{
	width: 100%;
	height: auto;
	padding-top: 25px;
	overflow: hidden;
}

.acntDate{
	float: left;
	width: 88px;
	height: 60px;
	background: #f7f7f7;
	margin-right: 28px;
}

.acntDate span{
	display: block;
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
}


.bgblue-acnt{
	background: #7cc8fb !important;
}

.acntContent{
	float: left;
	overflow: hidden;
	width: 742px;
}

.acntContent h2{
	width: 100%;
	font-size: 18px;
	color: #34495e;
	font-weight: bold;
	margin-bottom: 8px;
}

/*.dbIcon-acnt-bi{
	
}*/
.r2-acnt{
	color: #999 !important;
	font-size: 12px;
	margin-bottom: 18px;
}

.dbIcon-acnt-bi{
	font-size: 12px !important;
	color: #999 !important;
	margin-right: 4px;
}

.dbIcon-acnt-ren{
	margin-left: 14px;
	margin-right: 4px;
	font-size: 12px !important;
	color: #999 !important;
}

.acntContent p{
	font-size: 13px;
	color: #888;
	line-height: 24px;
	padding-bottom: 22px;
}

.acnt-inr-right{
	width: 260px;
	float: right;
	height: auto;
	overflow: hidden;
}

.publishAccnt{
	display: block;
	width: 150px;
	height: 60px;
	line-height: 60px;
	padding-left: 110px;
	background: #5c307d url(../../public/images/addicon.png) no-repeat 55px 17px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 20px;
}

.adImg-accnt{
	display: block;
	width: 260px;
	height: auto;
	overflow: hidden;
}

.adImg-accnt img{
	width: 260px;
	display: block;
	height: 362px;
}


/*----公告详情页面样式*/
.annt-left-inrBox{
	width: 860px;
	margin: 0 auto;
	overflow: hidden; 
	height: auto;
	padding-top: 39px;
	padding-bottom: 46px;
}

.annt-left-inrBox h1{
	text-align: center;
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	color: #34495e;
	font-weight: bold;
	margin-bottom: 17px;
}

.anntMsg{
	width: 100%;
	text-align: center;
	padding-bottom: 18px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 28px;
}

.anntMsg span{
	font-size: 14px;
	color: #999;
}

.annt-left-inrBox p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 36px;
}

.anntImgBox{
	width: 100%;
	overflow: hidden;
	height: auto;
}

.annt-left-inrBox .anntImgBox img{
	width: 417px;
	height: 220px;
	display: block;
	margin-bottom: 38px;
}

.annt-left-inrBox img{
	max-width: 860px;
	display: inline-block;
}

.anntDetailBotmLine{
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-top: 20px;
	margin-bottom: 15px;
}



.anntTo{
	font-size: 14px;
	color: #999;
	margin-bottom: 28px;
}


/*----发布公告页面样式*/
/*----float:left*/
.anntForm-ra table tr td{
	padding-bottom: 6px;
}
.debugCheck{
	float: left;
	margin-right: 24px;
	padding-bottom: 10px;
	/*position: relative;
	top: 4px;*/
	padding-top: 4px;
}

.posiDb-rs{
	position: relative;
	top: -6px !important;
}

.anntForm-ra table tr td span{
	font-size: 14px;
	color: #666;
	position: relative;
	top: 2px;
}

.ra-inr{
	width: 1198px;
	margin: 0 auto;
	border: 1px solid #ddd;
	background: #fff;
	overflow: hidden;
}

.ra-inr h1{
	padding-left: 30px;
	height: 53px;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	color: #333;
	line-height: 53px;
	background: #f9f9f9;
}

.anntForm-ra{
	padding-top: 36px;
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
}

.mnRadio-ra{
	width: 74px;
	height: 40px;
	padding-left: 46px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	background: url(../../public/images/annt-radio-normal.png) no-repeat;
	cursor: pointer;
}

.checkGroup .checkbox-ra{
	width: 17px;
	height: 17px;
	background: url(../../public/images/checkBoxBg.png) no-repeat;
	margin-right: 6px;
	cursor: pointer;
}

.anntForm-ra table tr td span{
	font-size: 14px;
	color: #666;
	position: relative;
	top: 2px;
}

.anntForm-ra table{
	margin-bottom: 31px;
}

.annt-radio-choosed{
	background: url(../../public/images/annt-radio-choose.png) no-repeat !important;
	color: #57bb59 !important;
}

.annt-checkbox-checked{
	background: url(../../public/images/checkedBg.png) no-repeat !important;
}

/*#container2{
	width: 1138px;
	height: 298px;
	margin-bottom: 30px;
}*/

.acntPartBox:hover .acntContent h2{
	color: #008fee;
}


/*----资源管理页面样式*/
.rm-inr{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	/*margin-bottom: 41px;*/
	background: #fff;
	padding-bottom: 69px;
	min-height: 766px;
}

.rm-inr-cntBox{
	width: 1140px;
	margin: 0 auto;
}

.coursePart-rm{
	width: 370px;
	height: 277px;
	float: left;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.coursePart-rm img{
	width: 100%;
	height: 100%;
	display: block;
}

.alertInrBox{
	width: 322px;
	margin: 0 auto;
	height: auto;
}

.botmMsk-rm{
	width: 330px;
	padding-left: 20px;
	padding-right: 20px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(0,0,0,0.4);
}

.courseName{
	float: left;
}

.courseStudent{
	float: right;
}

.dbIcon-rm-ren{
	font-size: 16px !important;
	color: #fff !important;
	margin-right: 7px;
	font-weight: bold;
}

.courseCode-rm{
	width: 306px;
	height: 43px;
	line-height: 43px;
	padding-left: 12px;
	font-size: 16px;
	border: 1px solid #dee0ea;
}


/*----资源管理-课程介绍页面样式*/
.content-right{
	background: #fff;
	min-height: 920px;
}
.underCntBox-ci{
	width: 862px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding-top: 28px;
	/*min-height: 900px;*/
}

.part1-ci{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 36px;
}

.part1-ci-left{
	width: 340px;
	height: 253px;
	overflow: hidden;
	float: left;
}

.part1-ci-left img{
	width: 100%;
	height: 100%;
	display: block;
}

.part1-ci-right{
	float: right;
	width: 493px;
	height: auto;
	overflow: hidden;
	padding-top: 16px;
}

.courseName-ci{
	width: 100%;
	color: #333;
	font-size: 20px;
	margin-bottom: 14px;
}

.courseMajor,.courseTime{
	font-size: 14px;
	color: #333;
}

.part1-ci-right p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-top: 26px;
}


.popTittle-web{
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.popTittle-web span{
	font-size: 18px;
	padding-left: 8px;
	border-left: 4px solid #5da4ea;
}

.part2-ci{
	width: 100%;
	/*height: auto;*/
	/*overflow: hidden;*/
	position: relative;
	margin-bottom: 38px;
}

.bookImgBox-ci{
	position: absolute;
	left: -25px;
	top: 0px;
	width: 170px;
	height: 170px;
}

.bookImgBox-ci img{
	position: relative;
	margin: 0 auto;
	height: 100%;
}

.bookCnt-rm{
	margin-left: 151px;
	height: auto;
	min-height: 170px;
}

.bookName-ci{
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}

.ci-book-author,.ci-book-num{
	font-size: 12px;
	color: #666;
}

.ci-book-num{
	margin-bottom: 16px;
}

.ci-book-price{
	font-size: 20px;
	color: #e60012;
	font-weight: bold;
}

.part3-ci{
	width: 100%;
	min-height: 170px;
}

.part3-ci ul{
	width: 100%;
	height: 100%;
}

.part3-ci ul li{
	float: left;
	position: relative;
	min-height: 170px;
}


/*----课程资源页面样式*/
.tittleButtonGroup2{
	float: right;
	height: 100%;
	height: 56px;
	overflow: hidden;
}

.tittleButtonGroup2 a{
	width: 110px;
	height: 32px;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: center;
	position: relative;
	top: 10px;
	border-radius: 2px;
}

.underCntBox-ci iframe{
	width: 100%;
	margin-bottom: 34px;
}

.deleteErrorImg{
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 47px;
	margin-bottom: 21px;
}

.deleteBox p{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-bottom: 44px;
}

.box{
	width: 500px;
}

.rc-changeName h1{
	display: block;
	padding-left: 27px;
	height: 45px;
	line-height: 45px;
	background: #008fee;
	color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
	/*margin-bottom: 12px;*/
}

.closeIcon{
	float: right;
	margin-right: 20px;
	font-size: 24px;
	cursor: pointer;
}

.rc-dbIcon-bj{
	color: #bbb;
	font-size: 20px;
	margin-left: 6px;
	cursor: pointer;
	position: relative;
	top: 2px;
}

.rc-dbIcon-bj:hover{
	color: #333;
}

.rc-changeName-inr{
	width: 362px;
	margin: 0 auto;
}

.rc-changeCnt{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}

.rc-changeCnt span{
	float: left;
	display: inline-block;
	height: 43px;
	line-height: 43px;
	width: 118px;
	background: #f5f5f5;
	font-size: 14px;
	border-right: 1px solid #ddd;
	text-align: center;
}

.rc-changeCnt input{
	float: left;
	width: 227px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color: #333;
	padding-left: 12px;
}

.classes-published{
	/*width: 100%;*/
	padding-left: 36px;
	height: auto;
}

.classes-published table tr td{
	font-size: 14px;
	color: #333;
}

.classes-published table tr td span{
	font-size: 14px;
	display: inline-block;
	padding: 3px 16px;
	color: #666;
	/*border: 1px solid #ddd;*/
	border-radius: 20px;
	background: #008fee;
	color: #fff;
	cursor: pointer;
	margin-right: 6px;
}


.rc-cancelBox h1,.rc-reUploadBox h1{
	display: block;
	padding-left: 27px;
	height: 45px;
	line-height: 45px;
	background: #008fee;
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}


.alertBtnGroup{
	width: 362px;
	margin: 0 auto;
}

.alertBotmBtn{
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	/*color: #fff !important;*/
	text-align: center;
	border-radius: 3px;
}

.alertBotmBtn a{
	color: #fff !important;
}

.rc-changeName{
	height: 260px;
}

.rc-changeName-inr table tr td{
	font-size: 13px;
	color: #333;
	padding-bottom: 20px;
}

.alertTable{
	width: 407px;
	margin: 0 auto;
	font-size: 16px;
}

.alertTable tr td{
	padding-bottom: 29px;
}

.alertTable tr td .selectBox{
	width: 306px;
	height: 43px;
	border: 1px solid #ddd;
	padding-left: 12px;
	color: #333;
	font-size: 14px;
	background: url(../images/select.jpg) no-repeat 292px 14px;
	line-height: 43px;
}

.alertTable tr td .normalIpt{
	width: 306px;
	height: 43px;
	border: 1px solid #ddd;
	padding-left: 12px;
	color: #333;
	font-size: 14px;
}

.hasSelectTd {
	position: relative;
}

.popSelect{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 48px;
	z-index: 100;
	zoom: 1;
	box-shadow: 0px 5px 24px #e7e7e7;
	background: #fff;
}

.popSelect li{
	/*width: 100%;*/
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.popSelect li:hover{
	background: #f4f5f9;
}

.alertTable tr td input.alertIptFileVal{
	width: 187px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	color: #666;
	padding-left: 12px;
	border: 1px solid #ddd;
	float: left;
}

.alertTable tr td div.fileUploaderBox{
	position: relative !important;
	width: 118px !important;
	height: 43px !important;
	line-height: 43px !important;
	font-size: 16px !important;
	color: #666 !important;
	float: left !important;
	background: #f5f5f5 !important;
	border: 1px solid #ddd !important;
	border-left: 0px none !important;
}

.alertTable tr td input.fileField{
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	left: 0px !important;
	top: 0px !important;
	z-index: 2;
	display: block;
	cursor: pointer;
	opacity: 0;
}

.alertTable tr td input.filedBtn{
	position: absolute;
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	display: block;
	font-size: 16px !important;
	text-align: center !important;
	color: #666 !important;
	cursor: pointer;
}

.fileTip{
	padding-top: 8px;
	float: left;
	font-size: 14px;
	color: #999;
}

.alertTable textarea{
	width: 312px;
	height: 94px;
	border: 1px solid #ddd;
	padding-top: 4px;
	padding-left: 6px;
	font-size: 14px;
	color: #666;
}

.alertCheckGroup{
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
}


/*----可在线编辑资源页面样式*/
.underCntBox-ci p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: block;
}


/*----添加新资源页面样式*/
.navH1 a,.navH1 span{
	font-size: 14px;
	color: #888;
}

.underNav-ar{
	padding-top: 12px;
	overflow: hidden;
	border: 1px dashed #ddd;
	padding-bottom: 11px;
	margin-bottom: 20px;
}

.underNav-ar span{
	font-size: 16px;
	color: #333;
	position: relative;
	top: 2px;
	float: left;
	margin-left: 19px;
	margin-right: 20px;
}

.underNav-ar a{
	display: block;
	padding: 0 14px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	height: 28px;
	margin-right: 6px;
	float: left;
}

.underNav-ar a:hover{
	color: #333;
}

.underNav-ar .curUnderNav:hover{
	color: #fff !important;
}

.curUnderNav{
	background: #008fee !important;
	color: #fff !important;
	border-radius: 2px;
	
}


.resourceTypeBox{
	width: 100%;
	overflow: hidden;
	height: auto;
}

.resourceTypeBox a{
	position: relative;
	width: 409px;
	height: 74px;
	float: left;
	margin-right: 19px;
	background: #f7f7f7;
	padding: 11px 0px 15px 11px;
	margin-bottom: 20px;
}
.addResourceBtn{
	background: url(../images/addResourceBg.png) no-repeat !important;
}

.recImg-left{
	width: 98px;
	height: 72px;
	border: 1px solid #ddd;
	border-radius: 3px;
	overflow: hidden;
	float: left;
	margin-right: 22px;
}

.recImg-left img{
	display: block;
	width: 98px;
	height: 72px;
}

.recCnt-right{
	float: left;
	overflow: hidden;
}

.recCnt-right h2{
	font-size: 16px;
	color: #333;
	margin-bottom: 8px;
}

.recInrCnt{
	font-size: 12px;
	color: #888;
	margin-bottom: 6px;
}

.recBtnMask{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	text-align: center;
	line-height: 100px;
	display: none;
}

.previewBtn{
	display: inline-block;
	width: 80px;
	height: 30px;
	margin-right: 20px;
	background: #41cb83;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
}

.previewBtn:hover{
	background: #00ae66;
	border: 1px solid #41cb83;
}

.addBtn{
	display: inline-block;
	width: 80px;
	height: 30px;
	/*margin-right: 20px;*/
	background: #41cb83;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	color: #fff;
}

.addBtn:hover{
	background: #00ae66;
	/*border: 1px solid #00ae66;*/
}

.chooseUploadBox{
	height: 255px;
	/*padding-top: 41px;*/
}

.ar-chosUpload-inr{
	width: 303px;
	margin: 0 auto;
}

.chosUpload{
	width: 105px;
	float: left;
	text-align: center;
}

.uploadImg{
	width: 105px;
	height: 105px;
	overflow: hidden;
	margin-bottom: 18px;
}

.uploadImg img{
	width: 105px;
	height: 105px;
	display: block;
}

.ar-chosUpload-inr p{
	font-size: 18px;
	color: #333;
}

.onlineCreate{
	width: 105px;
	float: right;
	text-align: center;
}

.uploadImg{
	width: 105px;
	height: 105px;
	overflow: hidden;
	margin-bottom: 18px;
}

.uploadImg img{
	width: 105px;
	height: 105px;
	display: block;
}


/*----上传资源页面样式*/
.ru-underCntBox{
	padding-top: 30px;
	width: 606px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	min-height: 900px;
}

.ru-underCntBox table tr td{
	padding-bottom: 26px;
}

.upLoadMust{
	background: url(../images/xinghao.png) no-repeat 0px 6px;
	padding-left: 11px;
}

.au-upload-ipt{
	width: 436px;
	padding-left: 12px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #666;
}

.upLoadMust-ipt{
	background: url(../images/xinghao.png) no-repeat 0px 18px;
	padding-left: 11px;
}

.ar-iptFileVal{
    width: 337px;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #666;
    padding-left: 12px;
    border: 1px solid #ddd;
    float: left;
}

.ru-underCntBox form table tr td .fileUploaderBox{
	position: relative;
	width: 98px;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color: #666;
	float: left;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-left: 0px none;
}

.fileField {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;
    z-index: 2;
    display: block;
    cursor: pointer;
    opacity: 0;
}

.filedBtn{
	position: absolute;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    display: block;
    font-size: 16px !important;
    text-align: center !important;
    color: #666 !important;
    cursor: pointer;
}

.imgUpload {
	position: relative;
	width: 300px;
	height: 220px;
	border: 2px dashed #EBEBEB;
	overflow: hidden;
	cursor: pointer;
}

.imgUpload .imgPreview {
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.imgUpload .imgField {
	display: block;
	margin: 0 auto;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);
}

.imgUpload .imgField.uploaded {
	background-color: #FFF;
}

.imgUpload .imgBtn {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: Alpha(opacity=0);
	cursor: pointer;
}

.imgUpload .imgIco {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	width: 100%;
	height: 100px;
	margin-top: -47px;
	line-height: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #B8C4CE;
	text-align: center;
}

.imgUpload .imgIco .ico {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background-position: -250px -40px;
}
.bgsp{
	background: url(../images/uploadBg.png);
}

.hasUploadImg .tipMsg{
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}


/*----在线创建资源页面样式*/




/*------------学生端页面样式*/
.popBody_student{
	background: #e1faf2 url(../images/bg_student_botm.jpg) no-repeat bottom;
}
/*----首页-学生端样式*/

.header_student{
	background: #00ae66 !important;
}


/*----课程资源-在线页面样式*/
.hasImg-online img{
	width: 100%;
	display: block;
	margin: 24px 0px;
}


/*----学生个人信息页面样式*/
.pi-inr-box{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}


.inr-left-nav{
	float: left;
	width: 257px;
	height: 318px;
	border: 1px solid #dcdcdc;
	background: #fff;
}

.inr-left-nav ul{
	width: 100%;
	overflow: hidden;
}

.inr-left-nav ul li{
	/*width: 100%;*/
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	padding-left: 37px;
	border-bottom: 1px solid #f7f7f7;
	cursor: pointer;
}

.arrorFont{
	font-family: simsun;
	float: right;
	margin-right: 32px;
}

.cur-left-nav-stu{
	background: #00ae66 !important;
	color: #fff !important;
	border-bottom-color: #00ae66 !important;
}

.inr-left-nav ul li.cur-left-nav-stu:hover{
	color: #fff !important;
}

.inr-left-nav ul li.cur-left-nav:hover{
	color: #fff !important;
}

.inr-left-nav ul li:hover{
	color: #00ae66 !important;
}

.inr-right-cnt{
	width: 918px;
	float: right;
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
	padding-bottom: 12px;
	background: #fff;
	min-height: 697px;
}

.inr-right-cnt h1{
	padding-left: 29px;
	display: block;
	color: #555;
	font-size: 20px;
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
}

.studentInfoCnt{
	padding-top: 36px;
	width: 406px;
	margin: 0 auto;
	overflow: hidden;
}


/*----我的成绩页面样式*/
.resultsBox{
	padding-top: 36px;
	width: 860px;
	margin: 0 auto;
	height: auto;
}

.resultsCnt{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	position: relative;
	margin-bottom: 20px;
}

.results-left-img{
	float: left;
	width: 300px;
	height: 224px;
	overflow: hidden;
	position: relative;
}

.resultsBotmMask{
	width: 100%;
	padding-left: 21px;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	line-height: 40px;
	background: rgba(0,0,0,0.4);
	color: #fff;
}


.results-right-cnt{
	float: left;
	margin-left: 30px;
	overflow: hidden;
	position: relative;
}

.results-right-cnt h2{
	font-size: 20px;
	color: #34495e;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 12px;
}

.tecName{
	font-size: 16px;
	color: #666;
	margin-bottom: 32px;
}

.someMsg{
	font-size: 14px;
	color: #666;
	margin-bottom: 24px;
	overflow: hidden;
}

.viewDetails{
	position: absolute;
	top: 10px;
	right: 0px;
	cursor: pointer;
	width: 110px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	display: block;
	border-radius: 3px;
}

.studentInfo-erd{
	display: block;
	height: auto;
	/*overflow: hidden;*/
	height: 43px;
	line-height: 43px;
	border: 1px solid #ddd;
	background: #eaf9ff;
	margin-bottom: 20px;
	padding-left: 30px;
	font-size: 16px;
	color: #666;
}



.aboutTask{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #ddd;
}

.submitTask{
	padding-left: 50px;
	padding-top: 29px;
	height: 40px;
	/*line-height: 40px*/
	font-size: 16px;
	color: #666;
	margin-right: 117px;
	float: left;
	background: url(../images/taskIcon.jpg) no-repeat 0px 20px;
}

.taskScore{
	padding-left: 50px;
	padding-top: 29px;
	height: 40px;
	/*line-height: 40px*/
	font-size: 16px;
	color: #666;
	float: left;
	background: url(../images/scoreIcon.jpg) no-repeat 0px 20px;
}

.tableEr{
	border: 1px solid #ddd;
	border-bottom: 0px none !important;
}

.tableEr tr{
	height: 43px;
	line-height: 43px;
}
.tableEr tr th{
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.tableEr tr td{
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.tableEr tr td{
	border-right: 1px solid #ddd;
}


/*----账户安全页面样式*/
.inr-right-cnt h1 span{
	font-size: 14px;
	color: #999;
	margin-left: 9px;
}

.r1-as{
	padding-bottom: 24px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px dashed #ddd;
	position: relative;
}

.dbIcon-zh-as{
	margin-right: 6px;
	color: #008fee;
	font-size: 20px;
}


.btn-as{
	display: block;
	width: 88px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #333;
	background: url(../images/btnShadowBg.png) repeat;
	border: 1px solid #e0e0e0;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 14px;
	border-radius: 3px;
}

.btn-as:hover{
	color: #fff;
	border-color: #41cb83;
	background: #41cb83;
}

.marginT24{
	margin-top: 24px;
}

.yzBox{
	width: 320px;
	height: auto;
	overflow: hidden;
}

.yzmIpt{
	width: 144px;
	padding: 0 12px;
	height: 38px;
	line-height: 38px;
	float: left;
}


/*----修改密码页面样式*/
.changePwd-stud table tr td{
	padding-bottom: 40px;
}

.pwdTip{
	font-size: 14px;
	color: #f16300;
	position: absolute;
	right: 0px;
	bottom: 16px;
}

.coursePart2{
	overflow: hidden;
}

.courseMask{
	top: 246px;
}


/*----实训作业-实训-已发布-学生端页面样式*/
.button-group1{
	width: 100%;
	text-align: center;
	margin-bottom: 36px;
}
.botm-btn1{
	display: inline-block;
	padding: 0 40px;
	font-size: 18px;
	color: #fff;
	height: 43px;
	line-height: 43px;
	border-radius: 3px;
}


/*----线下作业待批阅页面样式*/



/*----线下作业已批阅页面样式*/
.homeworkScore{
	width: 828px;
	padding-top: 21px;
	padding-left: 30px;
	margin: 0 auto;
	background: #fffaf1;
	border: 1px solid #f9ddc9;
	display: block;
	/*height: 98px;*/
	margin-top: 25px;
	position: relative;
	font-size: 14px;
	color: #666;
	height: auto;
	padding-bottom: 24px;
}

.homeworkScore h2{
	display: block;
	font-size: 18px;
	color: #34495e;
	font-weight: bold;
	margin-bottom: 10px;
}

.scoreBox{
	width: 80px;
	height: 82px;
	background: url(../images/scoreBg.png) no-repeat;
	text-align: center;
	line-height: 82px;
	text-align: center;
	color: #f7ad2b;
	position: absolute;
	top: 18px;
	right: 34px;
	font-weight: bold;
	font-size: 34px;
}

.botmScoreTxt{
	font-size: 12px;
	position: absolute;
	bottom: -23px;
	left: 36px;
}

/*----17-02-04调试*/
.cur-left-nav{
	background: #0099ff !important;
}

.contentL_bottom_nav{
	cursor: pointer;
}

.datepicker{
	z-index: 999 !important;
}




/*----2017-02-07新增左侧导航下拉*/
.contentL_top{
	position: relative;
}

.contentL_top ul{
	position: absolute;
	top: 48px;
	/*border: 1px solid #ddd;*/
	width: 260px;
	z-index: 3;
	background: #fff;
	display: none;
	box-shadow: 0px 5px 24px #e7e7e7;
}


.contentL_top ul li a{
	color: #666;
}

.contentL_top ul li{
	font-size: 16px;
	color: #666;
	line-height: 36px;
}

.contentL_top ul li:hover{
	background: #f4f5f9;
}


/*----账户安全弹出层样式*/
.yzBox{
	/*width: 286px;*/
	height: auto;
	overflow: hidden;
}

.yzmIpt,.yzmIpt2,.yzmIpt-email-safe{
	width: 144px;
	padding: 0 12px;
	height: 38px;
	line-height: 38px;
	float: left;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #666;
}

.changePnumInr table{
	width: 402px;
}

.sendBtn,.sendBtn2{
	float: right;
	overflow: hidden;
	width: 136px;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	cursor: pointer;	
}

.disabled{
	cursor: not-allowed !important;
	background: #ddd !important;
}

.pnumIpt-safe,.emailIpt-safe,.yzmIpt2-email-safe{
	width: 294px;
	height: 38px;
	line-height: 40px;
	color: #666;
	padding: 0 12px;
	border: 1px solid #ddd;
}

.alertInrBox .msg{
	padding: 14px 0 7px 0;
	line-height: 24px;
	color: #111;
	font-size: 17px;
	text-align: center;
}

.alertInrBox .tip{
	padding-bottom: 24px;
	font-size: 14px;
	line-height: 18px;
	color: #666;
	text-align: center;
}

.alertInrBox .successImgBox{
	width: 80px;
	margin: 0 auto;
	margin-top: 36px;
}

.alertTittle-stu{
	background: #41CB83 !important;
}


.captchaBox-img{
	float: left;
	overflow: hidden;
	margin-left: 13px;
}

.captchaBox-img img{
	display: inline-block;
	float: left;
	width: 80px;
	height: 40px;
	margin-right: 12px;
}

.captchaBox-img span{
	font-size: 14px;
	cursor: pointer;
	color: #41cb83 !important;
	line-height: 34px;
}

/*--作业已过期页面样式--*/
.overdueImg{
	position: absolute;
	top: 30px;
	right: 36px;
}


.cur-left-nav-tec {
    background: #008fef !important;
    color: #fff !important;
    border-bottom-color: #008fef !important;
}
.inr-left-nav ul li.cur-left-nav-tec:hover{
	color: #fff !important;
}

.inr-left-nav ul li.left-nav-tec:hover{
	color: #008fef !important;
}


/*2017-02-13修改首页*/
.coursePart{
	position: relative;
}

.courseMask{
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
}

.coursePart:hover .courseMask{
	top: 0px;
}

.tCont-box{
	margin-bottom: 12px;
}

.courseInr a.a_student:hover{
	background: #41cb83 !important;
	border-color: #41cb83 !important;
}

.tecRemarks{
	margin-top: 6px;
}


/*----左侧导航a标签样式*/
#folder21 li a{
	color: #666 !important;
}

/*----2017-02-16-学员详情页面*/

.studentTittle-csd table{
	height: 100%;
}

.classStudentDetailsBox{
	width: 100% !important;
}

.studentTittle-csd{
	height: 58px;
	line-height: 60px;
}

.hasStudent{
	position: relative;
}

.selectBox-stud{
	width: 112px;
	height: 34px;
	background: url(../images/select-stud.png) no-repeat;
	padding-left: 18px;
	/*position: relative;
	top: 12px;*/
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	cursor: pointer;
}

.mnSelect-stud{
	width: 130px;
	height: auto;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 54px;
	background: #fff;
	border-radius: 6px;
	z-index: 24;
	zoom: 1;
	box-shadow: 0px 3px 14px #666;
	display: none;
}

.mnSelect-stud li{
	height: 40px;
	padding-left: 13px;
	line-height: 40px;
	font-size: 14px;
	color: #888;
	cursor: pointer;

}

.mnSelect-stud li:hover{
	background: #f4f5f9 !important;
}

#browser .collapsable .add-resource{
	background: url(../images/addresourceBg-left.png) no-repeat;
	display: inline-block;
	width: 151px;
	height: 27px;
	cursor: pointer;
}

#browser .collapsable .add-resource:hover{
	background: url(../images/addresourceBg-left-blue.png) no-repeat;
}


/*----2017-02-23添加新建问题tittle样式*/
.exam-til{
	padding: 0 20px;
	line-height: 43px;
	border: 1px solid #ddd;
	/*width: ;*/
	background: #eaf9ff;
	overflow: hidden;
	width: 1118px;
}
.exam-til h2{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #34495e;
	
}
.exam-til .removeClass{
	width: 88px;
	height: 28px;
	text-align: center;
	float: right;
	line-height: 28px;
	border: 1px solid #c94235;
	background: #f24f40;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    z-index: 2;
    behavior: url(iecss3.htc);
    color: #fff;
    margin-top: 7.5px;
    cursor: pointer;
}

/*----2017-02-28 添加课程冲突页面样式*/
.course-error-tip{
	padding-left: 15px;
	width: 207px;
	/*display: block;*/
	text-align: left;
	padding-bottom: 22px;
}

.course-error-tip h1{
	font-size: 15px;
	color: #e8343d;
	margin-bottom: 8px;
}

.course-error-tip ul li{
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
	padding-left: 11px;
}
.coursePart img{
	width: 100%;
	height: 100%;
	display: block;
}

.fontF-ar{
	font-family: arial !important;
}
#edui1{
	z-index: 2 !important;
}

.acntDate span{
	font-family: verdana;
}
.dateTable-edit2 td {
    border-right: 1px solid #ebebeb;
    padding-right: 10px;
    height: 62px;
    text-align: right;
    font-size: 12px;
    color: #999;
    vertical-align: top;
    padding-top: 7px;
    cursor: pointer;
}


/*2017-04-28学员申请悬浮窗*/
.applyWindowBox{
	width: 300px;
	height: 52px;
	background: #fff;
	position: fixed;
	bottom: 0px;
	right: 0px;
	border-radius: 10px;
	/*box-shadow: 0px 13px 24px #c8cbcf;*/
/*	position: relative;*/
}

.applyWindowBox h1{
	padding-left: 90px;
	background: #fff url(../images/applyIcon-msg.png) no-repeat;
	height: 52px;
	border-radius: 6px;
	font-size: 16px;
	color: #000;
	line-height: 52px;
	z-index: 99;
	position: absolute;
	width: 100%;
	box-shadow: 0px 3px 24px #c8cbcf;
}

.applyWindowBox h1 span.applyNum-stu{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 7px;
	background: #f7942b;
	border-radius: 50%;
	line-height: 20px;
	box-shadow: 0px 2px 24px #c8cbcf;
}

.applyWindowBox .applyDetails{
	position: absolute;
	bottom: -90px;
	left: 0px;
	background: #fff;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 2px 24px #c8cbcf;
	z-index: 96;
	 -webkit-transition: 0.4s all linear;
      -moz-transition: 0.4s all linear;
      -o-transition: 0.4s all linear;
      -ms-transition: 0.4s all linear;
      transition: 0.4s all linear; 
}

.applyDetails ul{
	padding: 24px 20px;
}

.applyDetails ul li{
	list-style: none;
	width: 100%;
	font-size: 14px;
	background: #fff url(../images/sprite.png) 0 -62px no-repeat;
	padding-left: 14px;
	margin-bottom: 12px;
	cursor: pointer;
}
/*2017-04-26新增资源管理右侧样式*/
.posiR{
	position: relative;
}

.left-nav-handle{
	position: absolute;
	left: 218px;
	color: #666;
	font-weight: bold;
	top: -9px;
	display: none;
	width: 350px;
	border: 1px solid #ddd;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	background: #f4f5f9;
	text-align: center;
	z-index: 999;
}


.left-nav-handle span{
	/*float: left;*/
	display: inline-block;
	width: 45px;
	cursor: pointer;
	height: 16px;
	line-height: 16px;
	padding-left: 39px;
	border-right: 1px solid #ddd;
	margin-top: 8px;
}

.left-nav-handle span:hover{
	color: #000;
}

.left-nav-handle span.prev-res{
	background: url(../images/up-arrow.png) 24px 2px no-repeat;
}

.left-nav-handle span.next-res{
	background: url(../images/down-arrow.png) 24px 2px no-repeat;
}

.left-nav-handle span.res-res{
	background: url(../images/res-icon.png) 21px 2px no-repeat;
}

.left-nav-handle span.delete-res{
	background: url(../images/del-icon.png) 19px 2px no-repeat;
}

.Release-res {
    background-color: #008fef;
}
.magrL14{
	margin-left: 14px;
}
.magrL24{
	margin-left: 24px;
}

.mgrL86{
	margin-left: 86px;
}
/*----2016-12-27添加上传进度条弹出层*/
.popMask {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 1600px;
    background: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}


.loadingBox{
	position: fixed;
	left: 50%;
	margin-left: -250px;
	top: 24%;
	width: 500px;
	height: 300px;
	text-align: center;
	background: #fff;
	z-index: 12;
	text-align: center;
}

.loadingImgBox{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: 43px;
	font-size: 18px;
	position: relative;
	margin-bottom: 16px;
}

.percentTxt{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 150px;
	color: #0fa3eb;
	font-size: 18px;
	font-weight: bold;
	left: 0px;
	top: 0px;
}

.promptTxt{
	font-size: 18px;
	color: #999;
}
.content-right_tit h1{
	border-bottom: 1px solid #ddd;
}
.alertBotmBtn a{
	display: block;
}
.homework-check1-pro ul li p{
	display: inline-block;
}

.hAuto{
	height: auto !important;
}

/*=================2017.5.12 登录忘记密码页样式 by zhangbw==================*/

.vcEmailBtn{
	/*float: right;*/
	overflow: hidden;
	width: 136px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	background-color: #008fee;
}


.popBtn22{
	display:block; 
	width:130px; 
	height:40px; 
	margin:0 auto;
	line-height:40px !important; 
	background-color:#008fee; 
	text-align:center; 
	color:#FFF;
	border-radius: 3px; 
	font-size:17px ;
	line-height:50px; 
	cursor: pointer;
	margin-bottom: 37px;	
}

/*2017-05-12-学员端绿色*/
.body-student .popBtn2{
	background-color: #41cb83 !important;
}

.body-student .rc-cancelBox h1, .body-student .rc-reUploadBox h1{
	background-color: #00ae66 !important;
}

.body-student .Release{
	background-color: #00ae66 !important;
}

.body-student.infoBox .add-linkman .add-member{
	background-color: #00ae66 !important
}
.body-student .box h1{
	background: #00ae66 !important;
}

.body-student .addUse{
	background: #00ae66 !important;
}

/*2017-04-25新增资源管理右侧上下移动样式结束*/

.bgGreen-acnt{
	background: #41cb83;
}
.acntDate span{
	font-family: verdana;
}

.body-student .acntPartBox:hover .acntContent h2{
	color: #41cb83 !important;
}


/*2017-04-28学员申请悬浮窗*/
.applyWindowBox{
	width: 300px;
	height: 52px;
	background: #fff;
	position: fixed;
	bottom: 0px;
	right: 0px;
	border-radius: 10px;
	/*box-shadow: 0px 13px 24px #c8cbcf;*/
/*	position: relative;*/
}

.applyWindowBox h1{
	padding-left: 90px;
	background: #fff url(../images/applyIcon-msg.png) no-repeat;
	height: 52px;
	border-radius: 6px;
	font-size: 16px;
	color: #000;
	line-height: 52px;
	z-index: 99;
	position: absolute;
	width: 100%;
	box-shadow: 0px 3px 24px #c8cbcf;
}

.applyWindowBox h1 span.applyNum-stu{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0 7px;
	background: #f7942b;
	border-radius: 50%;
	line-height: 20px;
	box-shadow: 0px 2px 24px #c8cbcf;
}

.applyWindowBox .applyDetails{
	position: absolute;
	bottom: -90px;
	left: 0px;
	background: #fff;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0px 2px 24px #c8cbcf;
	z-index: 96;
	 -webkit-transition: 0.4s all linear;
      -moz-transition: 0.4s all linear;
      -o-transition: 0.4s all linear;
      -ms-transition: 0.4s all linear;
      transition: 0.4s all linear; 
}

.applyDetails ul{
	padding: 24px 20px;
}

.applyDetails ul li{
	list-style: none;
	width: 100%;
	font-size: 14px;
	background: #fff url(../images/sprite.png) 0 -62px no-repeat;
	padding-left: 14px;
	margin-bottom: 12px;
	cursor: pointer;
}

.magrL14{
	margin-left: 14px;
}
.magrL24{
	margin-left: 24px;
}

.mgrL86{
	margin-left: 86px;
}



/*----2016-12-27添加上传进度条弹出层*/
.popMask {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 1600px;
    background: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}

.loadingBox{
	position: fixed;
	left: 50%;
	margin-left: -250px;
	top: 24%;
	width: 500px;
	height: 300px;
	text-align: center;
	background: #fff;
	z-index: 12;
	text-align: center;
}

.loadingImgBox{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-top: 43px;
	font-size: 18px;
	position: relative;
	margin-bottom: 16px;
}

.percentTxt{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 150px;
	color: #0fa3eb;
	font-size: 18px;
	font-weight: bold;
	left: 0px;
	top: 0px;
}

.promptTxt{
	font-size: 18px;
	color: #999;
}

.icon-green {
    color: #41cb83;
}

.underCntBox-ci .homework-check p {
    display: inline-block;
}


/*============2017.5.13 作业页面左侧导航栏样式添加================*/

.cur-left-nav1{
	background-color: #42cb83!important;
}

.contentL_bottom_nav_tit:hover {
    background-color: #42cb83;
    color: #fff !important;
    border-bottom: 1px solid #42cb83;
}
/*==========2017.5.12 资源管理首页图片样式添加==============*/

.bookImgBox-ci img{
	width:100%;
	height:100%;
}

.bookImgBox-ci_{
	left:0!important;
}

.bookCnt-rm_{
	margin-left:176px!important;
}

.underCntBox-ci p textarea{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.z_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	width: 1200px;
	margin: 0 auto;
}

.z_top .logo {
	width: auto;
	position: initial !important;
	height: auto !important;
}

.z_top .logo img {
	width: auto;
}

.z_top .img {
	width: auto;
}

.z_top .img img {
	width: auto;
}

.z_top .login {
	display: flex;
	align-items: center;
	padding: 0 21px;
	height: 40px;
	background: #F3F3F3;
	border: 1px solid #EEEEEE;
	opacity: 1;
	font-size: 14px;
	color: #686868;
	border-radius: 2px;
	position: initial;
}

.z_top .login img {
	width: auto;
	margin-right: 17px;
	max-width: 20px;
}

.z_top .login a {
	color: #686868;
	height: auto;
	padding: 0;
	border: 0;
}