/* 遮罩层 */
.screen{
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}


/* 弹出窗口 开始 */
.window{
	padding: 0 50px 20px 50px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 350px;
	border-radius: 2px;
	display: none;
	z-index: 1100;
}
.window .w_title{
	line-height: 80px;
}
.window .close_window{
	width: 30px;
	height: 30px;
	background: url(../img/close.png) center no-repeat;
	background-size: 100% 100%;
	top: 25px;
	right: -30px;
}
.window .close_window:hover{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.window .w_input{
	line-height: 43px;
	height: 43px;
	padding: 0 15px;
	border-radius: 2px;
	border: 1px solid #d2d2d2;
}
.window .w_input.w_l{
	width: 318px;
}
.window .w_s{
	width: 208px;
}
.window .r_s{
	width: 95px;
	height: 45px;
	background: #f5f5f5;
}
.window .get_code{
	font-size: 12px;
	line-height: 45px;
	text-align: center;
    border: none;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
    color: #fff;
    background: #464646;
}
.window .w_btn{
	height: 45px;
	line-height: 45px;
	border-radius: 2px;
	background: #464646;
}
.window .w_btn:hover{
	background: #2d2d2d;
}
.window .w_opearte a:hover{
	text-decoration: underline;
}
/* 弹出窗口 结束 */

/* 面包屑 开始 */
.breadnav{
	line-height: 50px;
	text-align: left;
}
.breadnav span{
	margin: 0 15px;
}
/* 面包屑 结束 */

/* 头部 开始 */
.header .content{
	height: 100px;
}
.header .content .logo{
	margin-top: 20px;
	margin-right: 80px;
}
.header .content .nav{
	line-height: 100px;
    height: 100px;
	margin-left: 60px;
	display: flex;
	align-items: center;
}
.header .content .nav .na{
	font-size: 18px;
	color: #6e6e6e;
	margin-right: 40px;
	display: block;
	height: 38px;
	line-height: 38px;
}
.header .content .nav .user_center .follow .f_c a:hover,
.header .content .nav .na:hover,
.header .content .nav .na.act{
	color: #4BCEF3;
}
.header .content .nav .user_center{
	position: relative;
}
.header .content .nav .user_center .u_c{
	display: flex;
	align-items: center;
}
.header .content .nav .user_center .u_c img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.header .content .nav .user_center .u_c .name{
	font-size: 16px;
	margin-left: 10px;
	height: 100px;
}
.header .content .nav .user_center .follow{
	position: absolute;
	top: 100px;
    left: 50%;
    margin-left: -55px;
	width: 110px;
	border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
	z-index: 200;
	display: none;
}
.header .content .nav .user_center:hover .follow{
	display: block;
}

.header .content .nav .user_center .follow .f_c{
	position: relative;
}
.header .content .nav .user_center .follow .f_c:after{
	width: 12px;
	height: 12px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
	top: -7px;
	left: 50%;
	margin-left: -8px;
	background: #FFFFFF;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.header .content .nav .user_center .follow .f_c a{
	line-height: 38px;
}
.header .content .nav .user_center .follow .f_c a.login_out{
	border-top: 1px solid #e5e5e5;
}


.header .content .search{
	border: 1px solid #4BCEF3;
	margin-top: 30px;
}
.header .content .search .search_input{
	width: 260px;
	height: 38px;
	padding: 0 15px;
	font-size: 14px;
	color: #757575;
}
.header .content .search .search_btn{
	width: 38px;
	height: 38px;
	background: url(../img/search_btn.png) center no-repeat;
	background-size: 50% 50%;
}
.header .content .search .search_btn:hover{
	background: #4BCEF3 url(../img/search_btn_white.png) center no-repeat;
	background-size: 50% 50%;
}
.header .content .intozbj{
	color: #ff3c00;
	line-height: 100px;
	font-size: 18px;
}
/* 头部 结束 */

/* 底部 开始 */
.footer{
	background: #545454;
	padding: 45px 0 30px 0;
}
.footer p{
	line-height: 30px;
	color: #cdc8c5;
}
.footer img{
	margin: 0 auto 40px auto;
}

/* 底部 结束 */

/* banner 开始 */
.banner_area{
    padding-top: 50px;
    background: #ffffff;
}
.banner_area .banner,
.banner_area .banner a{
	height: 300px;
	width: 100%;
}
.banner_area .banner a{
	background-position: center;
	background-size: 1920px 300px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.banner_area .banner a:first-child{
	display: block;
}
.banner_area .course_class{
	height: 300px;
	top: 0;
	left: 50%;
	width: 280px;
	margin-left: -640px;
    padding-top: 50px;
}
.banner_area .course_class .rel{
	background: rgba(0,0,0,0.5);
}

.banner_area .course_class .more_course{
	height: 50px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	background: #4BCEF3 url(../img/more_course.png) left 10px center no-repeat;
	background-size: 21px 21px;
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0;	
}
.banner_area .course_class .course{
	height: 33.3333%;
}
.banner_area .course_class .course:hover .c_a a:hover{
	color: #4BCEF3
}
.banner_area .course_class .course .t_a{
    line-height: 40px;
    height: 40px;
}
.banner_area .course_class .course .c_a a{
	width: 30%;
	line-height: 25px;
}
.banner_area .course_class .course .t_a,
.banner_area .course_class .course .c_a{
	padding: 0 20px;
}
.banner_area .course_class .course .t_a,
.banner_area .course_class .course .c_a a{
	color: #FFFFFF;
}
.banner_area .course_class .course .c_c{
	width: 580px;
	height: 350px;
	top: 50px;
	left: 280px;
	display: none;
}
.banner_area .course_class .course .c_c .c_l{
	line-height: 50px;
}
.banner_area .course_class .course .c_c .c_l .c_l_n{
	width: 100px;
	text-align: center;
	color: #000;
}
.banner_area .course_class .course .c_c .c_l .c_l_i{
	width: 480px;
}
.banner_area .course_class .course .c_c .c_l .c_l_i a{
	width: 60px;
}
.banner_area .course_class .course:hover{
	background: #FFFFFF;
}
.banner_area .course_class .course:hover .t_a{
	color: #4BCEF3;
}
.banner_area .course_class .course:hover .c_a a{
	color: #666666;
}
.banner_area .course_class .course:hover .c_c{
	display: block;
}
/* banner 结束 */

/* 首页标题 开始 */
.caption{
	height: 100px;
	line-height: 100px;
}
.caption .c_more{
	width: 60px;
	height: 30px;
	line-height: 30px;
	border-radius: 8px;
	margin-top: 35px;
}
.caption .c_more:hover{
	background: #0fb1de;
}
/* 首页标题 结束 */

/* 课程 开始 */
.course_home .course_list{
	width: 303px;
	border: 1px solid #e3e3e3;
	margin-right: 20px;
}
.course_home .course_list:nth-child(4n+0){
	margin-right: 0;
}
.course_home .course_list:hover .c_img img{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.course_home .course_list .c_img .c_time{
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-indent: 13px;
	margin-bottom: 0;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.course_home .course_list .c_img,
.course_home .course_list .c_img img{
	width: 303px;
	height: 168px;
	overflow: hidden;
}
.course_home .course_list .c_content{
	padding: 10px 13px;
}
.course_home .course_list .c_content .c_name,
.course_home .course_list .c_content .c_time{
	line-height: 22px;
	height: 22px;
}
.course_home .course_list .c_content .c_name{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.course_home .course_list .c_content .c_name .keshi{
	min-width: 80px;
	text-align: right;
}

.course_home .course_list .c_time{
	margin-bottom: 10px;
}
/* 课程 结束 */

/* 分类选择 开始 */
.classical_chose{
	border: 1px solid #dbdbdb;
	line-height: 48px;
	min-height: 48px;
}
.classical_chose .l_cc{
	width: 100px;
}
.classical_chose .r_cc{
	width: 1100px;
}
.classical_chose .r_cc a{
	width: 80px;
}
.classical_chose .r_cc a.act,
.classical_chose .r_cc a:hover{
	color: #4BCEF3;
}
.classical_chose .sort{
	width: 80px;
}
.classical_chose .sort:after{
	content: "";
	position: absolute;
	width: 10px;
	height: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
	background-image: url(../img/sort.png);
	background-size: 30px 13px;
	background-repeat: no-repeat;
	background-position-y: 0;
}
.classical_chose .sort.sort_0:after{
	background-position-x: 0;
}
.classical_chose .sort.sort_1:after{
	background-position-x: -10px;
}
.classical_chose .sort.sort_2:after{
	background-position-x: -20px;
}
/* 分类选择 结束 */

/* 星期筛选 开始 */
.week_chose .week{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: none;
	line-height: 22px;
	margin-right: 30px;
}
.week_chose .week p{
	margin-top: 23px;
	text-align: center;
}
.week_chose .week:hover,
.week_chose .week.act{
	background: #4BCEF3;
}
.week_chose .week:hover p,
.week_chose .week.act p{
	color: #FFFFFF;
}
/* 星期筛选 结束 */


/* 详情页 开始 */
.detail_page .top_info{
	padding: 0 28px 28px 28px;
}
.detail_page .top_info .n_category_name{
	line-height: 50px;
    font-size: 16px;
    color: #4bcef3;
}
.detail_page .top_info .ti_img{
	width: 576px;
	height: 320px;
}
.detail_page .top_info .info{
	width: 620px;
}
.detail_page .top_info .info .name{
	font-size: 24px;
	color: #000000;
	line-height: 35px;
	height: 70px;
	overflow: hidden;
}
.detail_page .top_info .info .text{
	padding: 18px 26px;
	border: 1px solid #dadada;
}
.detail_page .top_info .info .text:after{
	content: "补习班";
    position: absolute;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 50px;
    background: #FFFFFF;
    color: #666666;
    font-size: 16px;
    top: -12px;
    left: 28px;
}
.detail_page .top_info .info .price{
	color: #FF0000;
	font-size: 48px;
}
/* .detail_page .top_info .info .price span{
	font-size: 22px;
	color: #FF0000;
} */
.detail_page .top_info .info .opearte{
	display: flex;
	justify-content: flex-end;
}
.detail_page .top_info .info .opearte .share,
.detail_page .top_info .info .opearte .collect{
	padding-left: 30px;
	background-size: 25px 25px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 20px;
}
.detail_page .top_info .info .opearte .share{
	background-image: url(../img/plane.png);
}
.detail_page .top_info .info .opearte .collect{
	background-image: url(../img/star.png);
}
.detail_page .top_info .info .dt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 55px;
}
.detail_page .top_info .info .bt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detail_page .top_info .info .bt .l{
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.detail_page .top_info .info .join{
	border-radius: 4px;
	height: 55px;
	line-height: 55px;
	width: 180px;
}
.detail_page .top_info .info .join:hover{
	background: #0fb1de;
}
.detail_page .top_info .info .itc{
	color: #666666;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.detail_page .top_info .info .l{
	display: flex;
	flex-wrap: wrap;
}
.detail_page .top_info .info .l p{
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
	color: #333333;
	background: #d9d9d9;
}


.detail_page .bottom_info .bi_left{
	width: 910px;
}
.detail_page .bottom_info .bi_right{
	width: 350px;
}
.detail_page .bottom_info .bi_left,
.detail_page .bottom_info .bi_right{
	min-height: 500px;
}
.detail_page .bottom_info .bi_left .bi_nav a{
	line-height: 60px;
	height: 60px;
	width: 130px;
}
.detail_page .bottom_info .bi_left .bi_nav .nav_line{
	width: 130px;
	height: 5px;
	top: 0;
	left: 0;
	background: #4BCEF3;
}
.detail_page .bottom_info .bi_left .bi_nav a:hover{
	color: #4BCEF3;
}
.detail_page .bottom_info .bi_left .nav_content .hidden_block{
	display: none;
}
.detail_page .bottom_info .bi_left .nav_content .b_mulu .mulu_list{
	line-height: 50px;
	height: 50px;
	padding: 0 30px;
}
.detail_page .bottom_info .bi_left .nav_content .b_mulu .mulu_list:hover .ml_name{
	color: #4BCEF3;
}
.detail_page .bottom_info .bi_left .nav_content .b_mulu .mulu_list .ml_name{
	width: 600px;
}
.detail_page .bottom_info .bi_left .nav_content .b_mulu .mulu_list .ml_time{
	/* padding-right: 40px;
	background: url(../img/play.png) right center no-repeat;
	background-size: 32px 32px; */
	display: flex;
	align-items: center;
}
.detail_page .bottom_info .bi_left .nav_content .b_mulu .mulu_list .ml_time .state{
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	text-align: center;
}
.detail_page .bottom_info .bi_left .nav_content .b_mulu .mulu_list .ml_time .state img{
	width: 20px;
	height: 18px;
}

.detail_page .bottom_info .bi_right .headimg{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 50px auto 0 auto;
}
.detail_page .bottom_info .bi_right .name{
	line-height: 50px;
}
.detail_page .bottom_info .bi_right .num div{
	display: inline-block;
	width: 110px;
	padding: 6px 0;
	line-height: 22px;
}
.detail_page .bottom_info .bi_right .info{
	line-height: 22px;
	padding: 0 50px;
}
.online_user{
	display: flex;
	flex-wrap:wrap;
	padding: 0 35px;
}
.online_user .item{
	width: 25%;
	margin-bottom: 10px;
}
.online_user .item img{
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border-radius: 50%;
}
.online_user .item .oname{
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.wx_pay{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 400px;
	margin-left: -150px;
    margin-top: -208px;
	background: #FFFFFF;
	border-radius: 4px;
	z-index: 1100;
	overflow: hidden;
	display: none;
}
.wx_pay .code{
	margin: 0 auto 10px auto;
	width: 280px;
	height: 280px;
}
.wx_pay .price{
    font-size: 25px;
    color: #FF0000;
    text-align: center;
    line-height: 50px;
    padding-bottom: 30px;
}
/* 详情页 结束 */


/* 个人中心 课程表 开始 */
.user_page .user_nav{
	width: 330px;
}
.user_page .user_nav a{
	line-height: 60px;
	height: 60px;
}
.user_page .user_nav a.act{
	background-color: #4BCEF3;
	color: #FFFFFF;
}
.user_page .user_nav a .icon{
	width: 25px;
	height: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 80px;
	background-image: url(../img/user_nav.png);
	background-size:400% 200%;
	background-repeat: no-repeat;
}
.user_page .user_nav a .icon_1{
	background-position: 0 0;
}
.user_page .user_nav a .icon_2{
	background-position: -25px 0;
}
.user_page .user_nav a .icon_3{
	background-position: -50px 0;
}
.user_page .user_nav a .icon_4{
	background-position: -75px 0;
}
.user_page .user_nav a.act .icon_1{
	background-position: 0 -25px;
}
.user_page .user_nav a.act .icon_2{
	background-position: -25px -25px;
}
.user_page .user_nav a.act .icon_3{
	background-position: -50px -25px;
}
.user_page .user_nav a.act .icon_4{
	background-position: -75px -25px;
}
.user_page .user_content{
	width: 930px;
}
.kcb_page .course_list{
	padding: 0 20px;
}
.kcb_page .course_list a{
	line-height: 50px;
}
.kcb_page .course_list a:hover div{
	color: #4BCEF3;
}
.kcb_page .course_list a .l{
	width: 130px;
}
.kcb_page .course_list a .m{
	width: 500px;
}
.kcb_page .course_list a .r{
	width: 260px;
}
/* 个人中心 课程表 结束 */

/* 个人中心 个人信息 开始 */
.jbxx_page .user_content .u_l{
	width: 230px;
	margin-right: 15px;
	text-align: right;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
}
.jbxx_page .user_content .name{
	height: 38px;
	width: 278px;
	padding: 0 10px;
	line-height: 38px;
	border: 1px solid #cfcfcf;
}
.jbxx_page .user_content label{
	line-height: 40px;
	margin-right: 20px;
}
.jbxx_page .user_content select{
	line-height: 40px;
	height: 40px;
	border: 1px solid #cfcfcf;
	padding: 0 10px;
	margin-right: 15px;
}
.jbxx_page .user_content .save_btn{
	width: 300px;
	height: 40px;
	line-height: 40px;
}
.jbxx_page .user_content .save_btn:hover{
	background: #0fb1de;
}
.jbxx_page .user_content{
	/* padding: 80px 0; */
	padding-bottom: 80px;
}

/* 个人中心 个人信息 结束 */

/* 老师个人中心 开始 */
.teacher_content{
    width: 930px;	
}
.teacher_content .top_bar{
	display: flex;
	justify-content: space-between;
	align-items:center;
	height: 60px;
	padding: 0 30px;
}
.teacher_content .top_bar .nav{
	display: flex;
}
.teacher_content .top_bar .nav a{
	margin-right: 20px;
}
.teacher_content .top_bar .add{
	padding: 8px 10px;
	border-radius: 4px;
}
.teacher_content .course_home{
	width: 870px;
	margin: 0 auto;
}
.teacher_content .course_home .c_list .name{
	max-width: 300px;
	width: 300px;
}
.teacher_content .course_home .c_list .edit,
.teacher_content .course_home .c_list .delete{
	text-align: right;
}
.teacher_content .course_home .c_list td{
	padding: 20px 0;
	vertical-align: middle;
}
.teacher_content .breadnav{
	padding-left: 30px;
}
.text_area .item_label{
	display: flex;
	align-items: center;
	min-height: 65px;
}
.text_area .item_label.special{
	padding-left: 150px;
}
.text_area .item_label .name{
	padding-left: 30px;
	width: 120px;
	font-size: 16px;
}
.text_area .item_label .select{
	height: 44px;
	width: 180px;
	padding: 0 15px;
	font-size: 16px;
	border: 2px solid #e1e1e1;
	line-height: 44px;
}
.text_area .item_label .select#set_1,
.text_area .item_label .select#set_2{
	margin-right: 7px;
}
.text_area .item_label .input{
	width: 520px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 16px;
	border: 2px solid #e1e1e1;
}
.text_area .item_label .input.short{
	width: 146px;
}
.text_area .item_label .input.middle{
	width: 320px;
	margin-right: 20px;
}
.text_area .item_label .textarea{
	resize: none;
	padding: 15px;
	height: 210px;
	border: 2px solid #e1e1e1;
	width: 520px;
	line-height: 30x;
	font-size: 16px;
}
.text_area .item_label .add_zj{
	height: 44px;
	width: 90px;
	font-size: 25px;
	line-height: 44px;
}
.text_area .item_label .save{
	height: 44px;
	line-height: 44px;
	width: 354px;
}
.update_btn .ub_bottom{
	width: 86px;
	height: 40px;
	border: 2px solid #e1e1e1;
	line-height: 40px;
	font-size: 25px;
}
.update_btn .ub_top{
	opacity: 0;
	z-index: -1;
	overflow: hidden;
	background: none;
	color: transparent;
	top:0;
	left: 0;
}
.item_img{
    padding: 11px 0;
	overflow: hidden;
}
.item_img .src{
	height: 100px;
}
.item_img .delete{
	top: 11px;
	right: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	background: rgba(0,0,0,0.7);
}
.item_img .delete:hover{
	background: rgba(0,0,0,0.9);
}
.teacher_bm_page .bm_home{
	padding: 0 30px;
}
.teacher_bm_page .bm_home .bm_list{
	display: flex;
	justify-content:space-between; 
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}
.teacher_bm_page .bm_home .bm_list .info{
	flex: 6;
}
.teacher_bm_page .bm_home .bm_list .type,
.teacher_bm_page .bm_home .bm_list .keshi{
	flex: 1;
	text-align: center;
}
.teacher_bm_page .bm_home .bm_list .time{
	flex: 2;
	text-align: center;
}
.teacher_bm_list_page .search_bar{
	right: 30px;
	top: 7px;
	display: flex;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
}
.teacher_bm_list_page .search_bar input{
	width: 380px;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
}
.teacher_bm_list_page .search_bar a{
	width: 33px;
	height: 33px;
	background: url(../img/search_btn_grey.png) center no-repeat;
	background-size: 19px 19px;
}
.teacher_bm_list_page .tbl_home{
	padding: 0 30px;
}
.teacher_bm_list_page .tbl_home .tbl_list{
	line-height: 50px;
	height: 50px;
	display: flex;
	justify-content: space-between;
}
.teacher_bm_list_page .tbl_home .tbl_list div{
	flex: 1;
}
.teacher_bm_list_page .tbl_home .tbl_list .opearte{
	text-align: right;
}
.teacher_info_page .special_btn{
	height: 34px;
	line-height: 34px;
	width: 90px;
	border-radius: 5px;
	top: 7px;
	right: 30px;
}
/* 老师个人中心 结束 */



.s_text_area{
	position: fixed;
	width: 400px;
	z-index: 1200;
	background: #FFFFFF;
	top: 50%;
	left: 50%;
	padding-top: 20px;
	margin: -130px 0 0 -200px;
	display: none;
}
.s_text_area .item_label.special{
	padding-left: 30px;
}
.s_text_area .item_label .save{
	width: 350px;
}

.none_zb{
	padding: 20px 0;
}
.none_zb img{
	height: 130px;
	margin: 0 auto;
}


.password_area{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1100;
	display: none;
}
.password_area .content{
	padding: 0 20px;
}
.password_area .clf{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 340px;
}
.password_area .clf input{
	width: 260px;
	line-height: 38px;
	height: 38px;
	border: 1px solid #CCCCCC;
	padding-left: 10px;
}
.password_area .opearte{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.password_area .opearte .btn{
	line-height: 40px;
	text-align: center;
	flex: 1;
}
.password_area .opearte .cancel{
	background: #F2F2F2;
}
.password_area .opearte .save{
	background: #4BCEF3;
}




.new_item{
	border-bottom: 1px dashed #b8c3c7;
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.new_item:last-child{
	border-bottom: none;
}
.new_item:hover{
	background: #dff6fd;
}
.new_item:hover .n_l .info .name,
.new_item:hover .n_l .info .time,
.new_item:hover .n_l .info .teacher{
	color: #374f56;
}


.new_item .n_l{
	display: flex;
}
.new_item .n_l .img{
	height: 110px;
	width: 198px;
	margin-right: 20px;
}
.new_item .n_l .info{
	width: 450px;
}
.new_item .n_l .info .name{
	color: #333333;
	font-size: 18px;
	line-height: 40px;
}
.new_item .n_l .info .time,
.new_item .n_l .info .teacher{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.new_item .n_r{
	/* display: flex;
	justify-content: flex-end;
	align-items: center; */
}
.new_item .n_r .zzzb{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
}
.new_item .n_r .zzzb img{
	margin-right: 8px;
}
.new_item .n_r .xczb,
.new_item .n_r .yjs{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: right;
}

.index_lh{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
}
.index_lh .lhitem{
	padding: 10px 20px;
	cursor: pointer;
	font-size: 32px;
	color: #333333;
	height: 40px;
	line-height: 40px;
	background: #e9e9e9;
}
.index_lh .lhitem span{
	margin-left: 10px;
	font-size: 18px;
	color: #666666;
}
.index_lh .lhitem:hover,
.index_lh .lhitem:hover span{
	color: #4BCEF3;
}
.index_lh .lhitem.act{
	color: #ffffff !important;
	background: #4BCEF3;
}
.index_lh .lhitem.act span{
	color: #ffffff !important;
}
.index_lh .lhitem:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.index_lh .lhitem:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}