.layui-layer.layui-anim.layui-layer-dialog{
	z-index: 9999999999999999999999999999999999999 !important;
}
.pagetation li a:hover{
	color:#83B850;
}
.message_count.reason .reacount .state{
	margin-left: 25%;
	color: #999999;
}
.message_count.reason .reacount{
	position: relative;
}
.message_count.reason .reacount .upfile{
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/upfile.png) no-repeat;
	background-size: 100% 100%;
	right: -50%;
	top: 0;
	cursor: pointer;
}
#filename {
    position: absolute;
    left: 10px;
	top: 0;
    z-index: 90;
    line-height: 43px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 1;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 43px;
}
.popCount .workCount{
	display: block;
	width: 85%;
	height: 150px;
	border:1px solid #EBEBEB;
	margin: 10px auto;
	padding: 10px;
}
.forum_count li a i img{
	display: block;
	width: 100%;
	height: 100%;
}
.forumBox .flimg img{
	display: block;
	width: 100%;
	height: 100%;
}
.btncar {
    width: 50% !important;
    height: 25px !important;
    line-height: 25px !important;
}
/*圆形进度条*/
.jdt {
	padding-left: 40px;
}
.jdt div{
	width: 50%;
	float: left;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	height:130px;
}
.jdt div:nth-child(1) canvas{
	position: absolute;
	left: 45%;
}
.jdt div:nth-child(2) canvas{
	position: absolute;
	left: 15%;
}
.jdt div p{
	width: 100%;
	font-size: 14px;
	position: absolute;
	bottom: -10px;
}
.jdt #indicatorContainer p{
	left: 48%;
}
.jdt #indicatorContainer2 p{
	left: 18%;
}
.rad-prg {
  margin: 20px 0;
}
/*论坛添加*/
.close{
	display: none;
}
.clfBox span{
	margin: 10px;
	cursor: pointer;
}
.clfBox span:hover{
	color: #83B850;
}
.clfBox .clt.cur{
	padding:2px 8px;
	color: #FFFFFF;
	border: 1px solid #83B850;
	border-radius: 10px;
	background: #83B850;
	overflow: hidden;
}
.add_replay .verification{
	width: 100%;
	margin-top: 10px;
}
.verification{
	width: 75%;
	margin: 0 auto;
	height: 55px;
	margin-top: 10px;
}
.verification input{
	float: left;
	width: 120px;
	height: 40px;
	border: 1px solid #EBEBEB;
	padding-left: 10px;
}
.verification span{
	block;
	width: 120px;
	height: 40px;
	border: 1px solid #EBEBEB;
	float: left;
	border-left: none;
	cursor: pointer;
}
.verification span img{
	display: block;
	width: 100%;
}
.morereplayBox{
	background-color: #f6f6f6;
	margin:10px;
	line-height: 25px;
	position: relative;
}
.morereplayBox .open{
	left: 50%;
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/open.png) no-repeat;
	cursor: pointer;
	background-size: 100% 100%;
	margin-left: -12px;
	top: 0;
	display: none;
}
.morereplayBox.cur{
	height:25px;
	padding-top:10px;
	overflow:hidden;
}
.morereplayBox .close{
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	left: 50%;
	margin-left: -12px;
	bottom: 0;
}
#kaoqing tr td{
	font-size: 14px;
}
/*登录弹窗*/
.login_box{
	width: 400px;
	height:425px;
	position: fixed;
	z-index: 9999;
	left: 50%;
	top: 50%;  
	margin-top: -250px;
	margin-left: -150px;
	border-radius: 15px;
	overflow: hidden;
	background: #FFFFFF;
	display: none;
}
.loginbbg{
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0;
	top: 0;
	z-index:1000;
	background:rgba(0,0,0,0.5);
	display: none;
}
.login_box .ipt{
	width: 285px;
	height: 43px;
	margin: 15px auto;
	border: 1px solid #9a9a9a;;
	border-radius: 5px;
	box-shadow: aquamarine;
	overflow: hidden;
}
.login_box .ipt input{
	border: none;
    width: 100%;
    padding: 0 10px;
    color: #666666;
	height: 100%;
	display: block;
}

.checkbox{
	width: 285px;
	height: 20px;
	margin: 0 auto;
	position: relative;
}
.checkbox input:checked{
	cursor: pointer;
}
.checkbox span{
	position: absolute;
	left:18px;
	top:-2px;
	color: #9a9a9a;
}
.loggin_logo{
	width:220px;
	display: block;
	margin: 50px auto;
}
.loginBtn{
	width: 285px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	background: #98CD86;
	color: #FFFFFF;
	margin: 0 auto;
	border-radius: 5px;
	margin-top: 20px;
	cursor: pointer;
}
.closeBtn{
	display: block;
	width: 25px;
	height:25px;
	background: url(../images/guanbi.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
/*首页头部*/
.banner{
	position: relative;
}
.jieshao{
	position:absolute;
	width: 445px;
	height: 260px;
	left: 0;
	bottom: 70px;
	z-index: 99;
}
.jieshao .bg{
	display: block;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.7;
}
.jieshao .jname{
	position: relative;
	z-index: 9;
	font-size:28px;
	color: #d3a11b;
	margin-top: -225px;
	margin-left:40px;
}
.jieshao .title{
	position: relative;
	z-index: 9;
	color: #FFFFFF;
	font-size: 14px;
	width: 350px;
	margin-top: 20px;
	margin-left:40px;
	line-height:30px;
}
.jieshao .look{
	position: relative;
	z-index: 9;
	color: #fff;
	float: right;
	margin-right: 60px;
}
.headBox{
	width:100%;
	background: #FFFFFF;
}
.head_top{
	height: 120px;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	text-align: center;
}
.head_top img{
	display:inline-block;
}
.head_top .role{
	overflow: hidden;
	float: right;
}
.top_Box{
	width: 1200px;
	margin:0 auto;
	position: relative;
	height: 100%;
}
.head_top .logo{
	width: 310px;
	height: 71px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -155px;
    margin-top: -36px;
}
.head_top .logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.lofinedBox{
	overflow: hidden;
	float: right;
}
.head_nav.dlu{
		display:none;
	}
.lofinedBox li{
	height: 120px;
	line-height: 120px;
	font-size: 16px;
	float: left;
	margin-right: 30px;
}
.lofinedBox li:nth-last-child(1){
	margin-right: 0px;
}
.lofinedBox li a{
	color: #333333;
}
.lofinedBox  li.cur a{
	color: #83b850;
	text-decoration: underline;
}
.lofinedBox li:hover a{
	color: #83b850;
}
.lofinedBox li i{
	display:inline-block;
	width: 17px;
	height: 19px;
	margin-top: 0px;
	margin-right: 3px;
}
.lofinedBox li i img{
	display: block;
	width: 100%;
	margin-top: 3px;

}
.role li{
	height: 120px;
	line-height: 120px;
	font-size: 14px;
	float: left;
	margin-right: 18px;
}
.headListBtn{
	display: none;
}
.role li:nth-last-child(1){
	margin-right: 0px;
}
.role li a{
	color: #333333;
}
.role li.cur a{
	color: #83b850;
	text-decoration: underline;
}
.role li:hover a{
	color: #83b850;
}
.head_nav{
	width:1200px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
}
.head_nav li{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	margin: 0 55px;
}
.head_nav li a{
	color: #333333;
}
.head_nav li a:hover{
	color: #83b850;
	cursor: pointer;
}
.head_nav li.cur a{
   color: #83b850;
   padding-bottom: 15px;
   border-bottom: 2px solid #83B850;
}
/*轮播图*/
.bannerImg{
	width: 100%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index:0; 
}
.swiper-pagination {
    z-index: 99;
}
.swiper-wrapper .swiper-slide img{
	display: block;
	width: 100%;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: .8;

}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 25px;
    left: 0;
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
    width: 55px;
    border-radius: 10px;
}
.banner .pbg{
	z-index: 99;
	position: absolute;
	width: 200px;
	height: 40px;
	background: #333333;
	opacity: 0.3;
	left: 50%;
	margin-left: -100px;
	border-radius:40px;
	bottom: 15px;
}
/*侧边*/
.aside{
	position: fixed;
	right: 0;
	top: 50%;
	background: #FFFFFF;
	z-index: 990;
}
.aside li{
	width: 66px;
	height: 66px;
	background: url(../images/sidebg.png) no-repeat;
	background-size: 100% 100%;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	padding-top: 15px;
}
.aside li .asideMore{
	height:66px;
	width: 175px;
	position: absolute;
	top:0 ;
	right: 67px;
	background: #9CC673;
	color: #FFFFFF;
	text-align: center;
	line-height: 66px;
	font-size: 16px;
	width: 0;
	overflow: hidden;
}
.aside li.cur .asideMore{
	width: 175px;
	transition: all 0.5s;
}
.aside li.cur2 .asideMore{
	width: 0px;
	transition: all 0.5s;
}
.aside li:nth-last-child(1){
	border: none;
}
.aside li:hover{
	cursor: pointer;
}
.asideCode{
	width: 100px;
	height: 132px;
	position: absolute;
	right: 67px;
	background: #83B850;
	top: 0;
	width: 0;
}
.asideCode img{
	width: 85%;
}
.aside li.cur .asideCode{
	width: 132px;
	transition: all 0.5s;
}
.list_nav{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}
.list_nav li{
	width: 25%;
	float: left;
	height: 100px;
	cursor: pointer;
}
.list_nav li i{
	width: 100px;
	height: 100px;
	background: #edeff1;
	overflow: hidden;
	border-radius: 50%;
	float: left;
}
.list_nav li i img:nth-child(2){
	display: none;
}
.list_nav li:hover i{
	background: #83b850;
}
.list_nav li:hover i img:nth-child(1){
	display: none;
}
.list_nav li:hover i img:nth-child(2){
	display:block;
}
.list_nav li .snt{
	float: left;
	margin-left: 10px;
}
.list_nav li .snt .number{
	font-size: 28px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.list_nav li .snt .tit{
	font-size: 16px;
	color: #87949e;
}
.news_forum{
	background: #f9f9fa;
	width: 100%;
	padding:25px 0px;
}
.news_forum .countBox{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.count_left{
	width: 880px;
	float: left;
}
.count_left .title{
	font-size: 22px;
	color: #333333;
	margin-bottom: 10px;
	overflow: hidden;
}
.count_left .title span{
	color: #98cd86;
	font-size: 16px;
	margin-left: 10px;
}
.count_left .title a{
	margin-top: 6px;
	color: #98cd86;
	font-size: 14px;
	float: right;
}
.count_left .new_list{
	overflow: hidden;
}
.new_list li{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}
.new_list i{
	display: block;
	width: 160px;
	height: 120px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.new_list i img{
	display: block;
	width: 100%;
}
.new_list .tit{
	font-size: 20px;
	color: #333333;
	margin: 10px 0;
}
.new_list .disc{

	font-size: 14px;
	color: #969696;
	margin-bottom: 10px;
} 
.look_tiem {
	line-height: 16px;
}
.look_tiem .time{
	float: right;
	padding-left: 18px;
	background: url(../images/clcok.png) no-repeat;
	background-size: 16px 16px;
	background-position: left center;
}
.look_tiem .eye{
	float: right;
	padding-left: 20px;
	background: url(../images/eye.png) no-repeat;
	background-position: left center;
	margin-left: 15px;
}
.friend_link{
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
}
.friend_link a{
	font-size: 13px;
	color: #666666;
	padding: 0 3px;
}
.friend_link a:hover{
	color: #83b850;
}
.footer{
	width: 100%;
}
.footer .foot_top{
	width: 100%;
	height: 195px;
	background: #282e3b;
	overflow: hidden;
}
.copyRight{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #858585;
	background: #171b24;
}
.footlink{
	text-align: center;
	color: #d3d3d3;
	margin-bottom: 20px;
}
.footlink a{
	color: #d3d3d3;
	font-size: 13px;
	padding: 0 5px;
}
.foot_top .shagre{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.foot_top .shagre a{
	display: inline-block;
	width: 42px;
	height: 42px;
}
.foot_top .shagre a img{
	display: block;
	width: 100%;
}
.foot_top .shagre a{
	margin: 0 10px;
}
.footer .address{
	text-align: center;
	color: #d3d3d3;
}
.count_right{
	width: 280px;
	float: right;
}

.forum_count li{
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 0;
	overflow: hidden;
}
.forum_count li i{
	display: block;
	width: 60px;
	height:60px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	background: #FFFFFF;
	margin-right: 15px;
}
.forum_count .ttti{
	font-size: 16px;
	color: #333333;
	margin-top: 8px;
	margin-bottom:8px;
}
.forum_count .ftime{
	float: right;
}
.forum_count .fname{
	margin-right: 30px;
}
.stuQuestion{
	margin-top:44px;
}
.stuQuestion li{
	padding: 10px 0;
	border-bottom: 1px solid #EBEBEB;
}
.stuQuestion .fly_tit{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.stuQuestion .ask{
	overflow: hidden;
	line-height: 30px;
}
.stuQuestion .ask .fly_tit{
	background: #dbb348;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
}
.stuQuestion .answer{
	margin-top: 10px;
	overflow: hidden;
}
.stuQuestion .answer .fly_tit{
	background: #98cd86;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}
.stuQuestion .titt{
	font-size: 16px;
	color: #333333;
}
.stuQuestion .ans{
	line-height: 20px;
}
.list_nav .naCou{
	width: 100%;
}
/*关于我们*/
.bannerImg img{
	display: block;
	width: 100%;
}
.about_cone{
	width: 100%;
	height: 386px;
	background: #f3f9f4;
}
.about_cone .count{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-left:80px;
}
.about_cone .capti{
	font-size: 28px;
	color: #333333;
	font-family: "微软雅黑";
	width: 570px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.about_state{
	overflow: hidden;
	width: 100%;
	height: 600px;
	background: url(../images/bbg.png) no-repeat;
	background-size:100% 100%;
}
.about_state .count{
	width:850px;
	margin: 0 auto;
	margin-top: 150px;
}
.about_state .count .capti{
	font-size: 28px;
	color: #333333;
	font-family: "微软雅黑";
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
}
.about_state .staBox{
	width: 100%;
	overflow: hidden;
	margin-top: 55px;
}
.about_state .staBox li {
	float: left;
	width: 20%;
}
.about_state .staBox li i{
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	line-height: 130px;
	font-size: 20px;
	background:#FFFFFF;
	margin: 0 auto;
}
.about_state .staBox li p{
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
}
.about_state .staBox li:nth-last-child(1){
	margin-right: 0px;
}
.about_teachstate{
	width: 100%;
	background: #ededed;
	overflow: hidden;
	height: 580px;
}
.about_teachstate .friend_link{
	background: #ededed;
	margin-top: 85px;
}
.teachstate{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 110px;
	margin-bottom: 25px;
}
.teachstate .count{
	width: 33.3%;
	float: left;
	overflow: hidden;
	margin-bottom: 55px;
	padding-left: 80px;
}
.teachstate .count i{
	width: 110px;
	height: 110px;
	background: #dee0e1;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}
.teachstate .count .num{
	font-size: 36px;
	color: #333;
	line-height: 65px;
}
.teachstate .count .ttt{
	font-size: 16px;
	color: #87949e;
	line-height: 45px;
}
.school_life{
	width: 100%;
	height: 1370px;
	background: url(../images/dddbf.png) no-repeat;
	background-size:100% 100%;
}
.school_life .life_count{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	/*padding-top: 109px ;*/
	padding-top: 430px;
}
.school_life .life_count p{
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
}
.school_life .quan_one {
	width: 65px;
	position: absolute;
	z-index: 90;
	left: 48%;
	top:95px;
	margin-left: 8px;
}
.school_life .quan_one i{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.school_life .quan_one i img{
	display: block;
	width: 100%;
}
.school_life .quan_one.two{
	top:250px;
	left: 42%;
}
.school_life .quan_one.thr{
	top:250px;
	left: 56%;
}
.aboutBOx{
	position: relative;
}

.aboutBOx .line1{
	position: absolute;
	width:1200px;
	height: 291px;
	left:50%;
	margin-left: -600px;
	top:281px;
	z-index: 0;
	height: 0px;
	background: url(../images/ling01.png) 0 0 no-repeat;
}
.aboutBOx .line1.cur{
	height:291px;
	transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
}
.aboutBOx .line2{
	position: absolute;
	width:1200px;
	height:413px;
	left:50%;
	margin-left: -600px;
	top:572px;
	z-index: 0;
	height: 0px;
	background: url(../images/ling02.png) 0 0 no-repeat;
}
.aboutBOx .line2.cur{
	height:413px;
	transition: all 1.2s;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
}
.aboutBOx .line3{
	position: absolute;
	width:1200px;
	left:50%;
	margin-left: -599px;
	top:985px;
	z-index: 0;
	height: 0px;
	background: url(../images/ling03.png) 0 0 no-repeat;
}
.aboutBOx .line3.cur{
	height:566px;
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
}
.aboutBOx .line5{
	position: absolute;
	width:1200px;
	left:50%;
	margin-left: -600px;
	top:1551px;
	z-index: 0;
	height: 0px;
	background: url(../images/ling05.png) 0 0 no-repeat;
}
.aboutBOx .line5.cur{
	height:825px;
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
}
.aboutBOx .line4{
	position: absolute;
	width:1200px;
	height:426px;
	left:50%;
	margin-left: -600px;
	top:2376px;
	z-index: 0;
	height: 0px;
	background: url(../images/ling04.png) 0 0 no-repeat;
}
.aboutBOx .line4.cur{
	height:426px;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
}
.counbbox{
	width: 550px;
	margin-left: 650px;
	position: relative;
	margin-top: 25px;
}
.life_count .counbbox .nrong{
	font-size:15px;
	color: #FFFFFF;
	line-height: 23px;
	text-align: left;
}
.life_count .counbbox .title{
	font-size: 20px;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
.life_count .counbbox  span{
	padding-bottom: 8px;
	position: absolute;
	color: #FFFFFF;
	font-size: 22px;
	border-bottom: 1px solid #FFFFFF;
	left: -150px;
}
.about_cone .distit{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.about_state{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	text-align: center;
}
.counbbox .ttwo{
	display: none;
}
/*学生个人中心*/

.centerBox{
	width: 100%;
	background: #edeff1;
	padding-top: 20px;
}
.friend_link{
	margin-top: 20px;
}
.centerBox .count{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.centerBox .co_left{
	width: 290px;
	float: left;
}
.centerBox .co_right{
	width: 900px;
	float: right;
}
/*在线课程*/
.line_class{
	width: 890px;
	margin: 0 auto;
}
.navadd {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    background: url(../images/add.png) no-repeat;
    background-position: left center;
    background-size: 15px 19px;
    color: #666666;
}
.navadd a{
	color: #666666;
}
.className {
	font-size: 24px;
	color: #000000;
}
.className .line{
	width: 4px;
	height: 20px;
	display: block;
	float: left;
	background: #83B850;
	margin-top: 7px;
	margin-right: 5px;
}
.line_class .course{
	width:100%;
	padding: 15px 0;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 5px;
	overflow: hidden;
}
.line_class .course li a{
	display: block;
}
.line_class .course li{
	float: left;
	width: 30%;
	margin-right:42px;
	padding-bottom: 10px;
	display: inline;
}
.line_class .course li:nth-child(3n){
	margin-right: 0px;
}
.line_class .course li i{
	display: block;
	width: 100%;
	height: 190px;
	overflow: hidden;
	background: #999;
}
.line_class .course li i img{
	display: block;
	width: 100%;
}
.line_class .course .tite{
	width: 100%;
	padding: 10px;
	position: relative;
}
.line_class .course .tite .bfbtn{
	display: block;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    right: 10px;
    background: #83B850;
	bottom: 2px;
}
.line_class .course .test{
	/* width: 170px; */
	font-size: 18px;
	color: #333333;
}
.line_class .course .teacher{
	font-size: 14px;
	color: #999999;
	margin-top: 3px;
}
.line_class .course .look-num{
	font-size: 14px;
	color: #999999;
	margin-top: 3px;
	line-height: 22px;
	width: 100%;
}
.line_class .course .look-num img{
	display: block;
	float: left;
	margin-right: 5px;
}
/*在线课程详情*/
.line_class.detail{
	width: 100%;
	background:#fafafb;
	padding: 20px 0;
}
.vvbox{
	width: 1200px;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
}
.video_box{
	float: left;
	position: relative;
	width: 705px;
	height: 395px;
	overflow: hidden;
}
#myvideo{
	width: 705px;
	margin-right: 40px;
}
.video_instro {
    width: 451px;
    float: right;
    overflow: hidden;
}
.video_instro .className{
	font-size:24px;
	color: #333333;
	margin-top: 25px;
}
.video_instro .teacher{
	font-size: 14px;
	color: #999999;
}
.btnBox .dowload{
	display: block;
	width: 120px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: #FFFFFF;
	background: #83B850;
	margin-top: 45px;
}
.video_box .vide_zhao {
    position: absolute;
    width: 100%;
    height: 395px;
    background: #333;
    opacity: 0.5;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index:100;
}
.videopng {
    position: absolute;
    width: 100%;
    height: 395px;
    left: 0;
    top: 0px;
    cursor: pointer;
    overflow: hidden;
    z-index: 90;
}
.videopng img{
	display: block;
	width: 100%;
	height: 100%;
}
.video_box .start, .video_box .end {
    position: absolute;
    width: 43px;
    height: 43px;
    left: 50%;
    top: 50%;
    margin-top: -21px;
    margin-left: -21px;
    background: url(../images/push.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 101;
}
.video_box .end {
    background-size: 100% 100%;
    opacity: 0;
}
.trbox i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.trbox{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom:0px;
	background:url(../images/ddbg.png) no-repeat;
	background-size: 100% 100%;
}
.tableNav{
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	background: #eceeec;
	margin-top: 30px;
}
.tableNav.cur{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	margin-top: 0px;
}
.tableNav.cur2{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	margin-top: 50px;
	border-bottom: 1px solid #FFFFFF;
}
.tableNav .table{
	width: 1200px;
	margin: 0 auto;
}

.tableNav .table .nav{
	display: inline-block;
	width: 170px;
	height: 42px;
	color: #333333;
	text-align: center;
	position: relative;
}
.tableNav .table .nav a{
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
}
.tableNav .table .nav.cur a{
	background: #83b850;
	color: #FFFFFF;
}
.tableNav .table .nav .sp{
	position: absolute;
	display: block;
	width: 40px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	background: #d3a11b;
	color: #FFFFFF;
	border-radius: 15px;
	right: 10px;
	top: 5px;
}
.tableBox{
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
}
.tableBox .ctit{
	font-size: 20px;
	color: #83B850;
}
.tableBox  .ctit .line{
	display: block;
	float: left;
	width: 3px;
	height:18px;
	background: #83B850;
	margin-top: 5px;
	margin-right:6px;
}
.tableBox .count{
	margin-bottom: 20px;
}
.tableBox .count i{
	display: block;
	width: 100%;
	height: 350px;
	margin-top: 10px;
	margin-bottom:10px;
}
.tableBox .count i img{
	display: block;
	width: 100%;
}
.tableBox .count li{
	padding: 10px 0;
	overflow: hidden;
}
.tableBox .count .person{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	background: #EBEBEB;
	float: left;
	margin: 0;
}
.tableBox .count .person img{
	display: block;
	width: 100%;
	height: 100%;
}
.tableBox .name{
	font-size: 14px;
	color: #999999;
}
.tableBox .ques{
	font-size: 16px;
	color: #333333;
}
.tableBox .time{
	font-size: 14px;
	color: #999999;
	float: right;
}
.askperson{
	height: 60px;
	width: 100%;
}
.askperson p{
	margin-left: 75px;
	line-height:60px;
}
.tableBox .replay{
	position: relative;
	margin-top: 20px;
	width: 100%;
	padding: 20px 75px;
	background: #edeff1; 
}
.trangle{
	display: block;
	width: 21px;
	height: 9px;
	background: url(../images/sj.png) no-repeat;
	background-size:100% 100%;
	position: absolute;
	top: -9px;
	left: 22px;
}
.replay p{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.tableBox .textarea{
	width: 100%;
	padding: 10px;
	line-height: 20px;
	color: #666666;
	border: 1px solid #EBEBEB;
	height: 165px;
	text-indent: 2px;
}
 .tableBox .subTn{
 	margin: 0 auto;
 	margin-top: 20px;
 	display: block;
 	width: 110px;
 	height: 40px;
 	text-align: center;
 	line-height: 40px;
 	background:#83B850;
 	color: #FFFFFF;
 	cursor: pointer;
 	font-size: 20px;
}
/*课程与讲师*/
.clteacher{
	width: 1200px;
	margin:0 auto;
	padding: 10px 0;
	overflow: hidden;
	position: relative;
}
.clteacher .leftBox{
	width: 280px;
	overflow: hidden;
	float: left;
}

.clteacher .leftBox .nav{
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	background: #eceeec;
	margin-bottom: 1px;
	cursor: pointer;
}
.clteacher .leftBox .nav.cur{
	background: #83B850;
	color: #FFFFFF;
}
.clteacher .leftBox .nav:hover{
	background: #83B850;
	color: #FFFFFF;
}
.clteacher .rightBox{
	float: right;
	width: 890px;	
}
/*.clteacher .rightBox{
	border: 1px solid #EBEBEB;
	border-bottom: none;
}*/
.cltBOx{
	border: 1px solid #EBEBEB;
	margin-bottom: 20px;
	border-bottom: none;
}
.clteacher .rightBox .count{

	padding-left: 25px;
	position: relative;
	padding: 10px 0 20px 190px;
	border-bottom: 1px solid #EBEBEB;
}
.clteacher .rightBox .cName{
	width: 100%;
	height: 70px;
	font-size: 16px;
	color: #83B850;
	line-height: 70px;
	border-bottom: 1px solid #EBEBEB;
	text-indent: 25px;
}
.clteacher .rightBox .lname{
	position: absolute;
	float: left;
	width: 130px;
	height: 130px;
	text-align: center;
	background:#f2f8ed;
	border-radius: 50%;
	top: 50%;
	margin-top: -65px;
	left: 26px;
	font-size: 18px;
	overflow: hidden;
}
.clteacher .rightBox .lname span{
	width: 80%;
}
.clteacher .cbj{
	font-size: 18px;
	font-family: "微软雅黑";
	line-height:40px;
}
.clteacher .rightBox .timg{
	float: left;
	margin-right: 15px;
}
.clteacher .rightBox .jteach{
	font-size: 16px;
	line-height: 30px;
}
.clteacher .rightBox  .stit{
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
.clteacher .rightBox .detail{
	height: 100%;
	width: 60%;
}
.clteacher .rightBox .disdetail{
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.leftBox.cur{
	position: fixed;
	top: 0;
	left:50%;
	margin-left: -600px;
	z-index: 99;
}
.leftBox.cur2{
	position: fixed;
	top: 50px;
	left: 0px;
	z-index: 9;
}
.network a{
	color: #83b850;
}
/*@media(max-width:1200px) {
	.head_nav {
		display: flex;
	}
	.head_nav li{
		flex: 1;
		-webkit-flex: 1;
	}
	.head_nav li{
		margin: 0;
	}
}*/
.limg{
	position: absolute;
	float: left;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	top: 50%;
	margin-top: -65px;
	left: 26px;	
	border: 1px solid #ebebeb;
}
.limg img{
	width:50%;
}
.message_center .list i img{
	display: block;
	width: 100%;
	height: 100%;
}
/*论坛*/
.forumBox{
	padding:20px 0;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.forumBox .leftBox{
	width: 920px;
	float: left;
}
.forumBox .formfly{
	line-height: 40px;
	font-size: 14px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin:10px 0;
}
.forumBox .formfly a{
	color: #969696;
	margin: 0 30px;
}
.forumBox .formfly .fly.cur{
	color:#83b850;
}
.forumBox .list{
	overflow: hidden;
	padding:20px 10px 20px 30px;
	border-bottom: 1px solid #ebebeb;
}
.forumBox .flimg{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 19px;
}
.forumBox  .capt{
	font-size: 18px;
	line-height: 30px;
}
.forumBox .detii{
	font-size: 14px;
	color: #969696;
	line-height: 30px;
	padding-left: 92px;
}
.forumBox .detii .time{
	float: right;
}
.forumBox .detii .name{
	margin-right:55px;
}
.forumBox .rightBox{
	float: right;
	width:225px;
}
.forumBox  .wbtn{
	width: 220px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #FFFFFF;
	background: #85b953 url(../images/write.png) no-repeat;
	background-size: 28px 28px;
	background-position:55px center;
	border-radius: 10px;
	padding-left: 85px;
	cursor: pointer;
	margin-bottom: 15px;
}
.forumBox .concatBox{
	width: 220px;
	border: 1px solid #ebebeb;
}
.forumBox .concatBox .clww{
	width: 100%;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid #ebebeb;
}
.forumBox .concatBox .ercode{
	display: block;
	width: 110px;
	height: 110px;
	overflow: hidden;
	margin:15px auto;
}
.forumBox .concatBox  .code{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}
.forumBox .concatBox  .code p{
	text-align: center;
	font-size: 13px;
}
.forumBox .concatBox .img{
	display: block;
	width: 35px;
	height: 36px;
	margin: 12px auto;
}
.forumBox .concatBox  .phone{
	text-align: center;
	font-size: 12px;
	color: #969696;
}
.forumBox .concatBox .qq{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}
.forumBox .concatBox .tel{
	padding-bottom: 10px;
}
.popzhao,.popzhao1,.popzhao2,.popzhao3{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	opacity: 0.3;
	background: #000000;
	cursor: pointer;
	display: none;
}
.popzhao2{
	z-index:9999;
}
.popzhao3{
	z-index:999999998;
}
.popBox{
	position: fixed;
	width: 840px;
	padding-bottom: 35px;
	background: #FFFFFF;
	left: 50%;
	top: 50%;
	margin-left: -420px;
	margin-top: -325px;
	z-index: 99999;
	display: none;
	overflow-y: scroll;
}
.popBox .popt{
	font-size: 22px;
	font-family: "微软雅黑";
	color: #333;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.popBox .ipt_tit{
	width: 75%;
	height: 46px;
	border: 1px solid #eee;
	margin: 0 auto;
	padding-left: 15px;
}
.popBox .ipt_tit input{
	width: 100%;
	height: 100%;
	border: none;
}
.popBox .clfBox{
	width: 75%;
	margin: 15px auto;
}
.popBox .texta{
	width: 75%;
	height: 270px;
	border: 1px solid #ebebeb;
	margin: 0 auto;
	padding:10px;
}
.popBox .texta textarea{
	width: 100%;
	height: 100%;
}
.popBtn{
	display: block;
	margin: 0 auto;
	width: 170px;
	height: 50px;
	background: #85b953;
	text-align: center;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 10px;
	margin-top: 25px;
	cursor: pointer;
}
.popBox .close{
	display: none;
}
.lixiBox{
	display: none;
}
.pagetation{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.pagetation li{
	display: inline-block;
	overflow: hidden;
	margin: 0 10px;	
}
.pagetation li a{
	display: block;
	padding:5px 10px;
	background:#eeeeee;
	border-radius: 3px;
	color: #666666
}
.pagetation  .seye{
	width: 30px;
	height: 100%;
	display: inline-block;
	background: #FFFFFF;
}
.pagetation li:nth-last-child(1) a{
	background:#eeeeee url(../images/arrl.png) no-repeat;
	background-size: 6px 7px;
	background-position: 95% center;
}
.pagetation li:nth-child(1) a{
	background:#eeeeee url(../images/arrr.png) no-repeat;
	background-size: 6px 7px;
	background-position:5% center;
}
/*论坛主贴*/
.forumBox .hostmaster{
	border-top: 1px solid #ebebeb;
	margin-top: 20px;
	position: relative;
	padding: 15px 10px 10px 15px;
}
.hostmaster .time{
	position: absolute;
	right: 0;
	top: 22px;
	color: #999999;
	font-size: 13px;
}
.forumBox .invitation{
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 10px 10px 15px;
	color: #555555;
	font-size: 14px;
	line-height: 25px;
}
.allreplay{
	font-size: 16px;
	color: #333;
	margin: 30px 0;
	padding: 0 15px;
}
.lzname{
	font-size: 16px;
	color: #969696;
	line-height: 30px;
}
.leftBox .anreplay{
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}
.replayCount{
	font-size: 14px;
	color: #555555;
	line-height: 25px;
	margin-top: 10px;
    margin-bottom: 30px;
}
.anreplay{
	position: relative;
}
.anreplay .lceng{
	position: absolute;
	right: 0;
	top: 20px;
	color: #969696;
}
.anreplay .huiha{
	display: block;
	width: 24px;
	height: 21px;
	background: url(../images/huihua.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 78%;
	cursor: pointer;
}
.add_replay{
	width: 100%;
	margin-top: 25px;
}
.add_replay .textarea{
	width: 100%;
	height: 110px;
	border: 1px solid #ebebeb;
}
.add_replay .textarea textarea{
	padding: 10px;
	width: 100%;
	height: 100%;
	color: #969696;
}
.add_replay .replayBtn{
	display: block;
	width: 200px;
	height: 50px;
	background: #83b850;
	line-height: 50px;
	color: #FFFFFF;
	float: right;
	margin-top: 5px;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
	cursor: pointer;
}
.hostmaster .detail{
	color: #969696;
}
.hostmaster .detail .name i,.hostmaster .detail .clft i{
	display: inline-block;
	width: 13px;
	height: 16px;
	padding-top:3px;
	margin-right: 2px;
}
.hostmaster .detail .name{
	margin-right: 100px;
}
.hostmaster .detail .name i{
	padding-top:4px;
}
.hostmaster .detail .name i img,.hostmaster .detail .clft i img{
	display: block;
	width: 100%;
}

/*个人中心----------------------------------------------------------------------------------------------------------------------------------*/
.containent.center{
	background: #edeff1;
}
.containent.center .centerBox{
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	padding: 0 20px;
	margin-bottom: 10px;
}
.containent.center .centerBox .head_tit{
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #EBEBEB;
	font-size: 18px;
	color: #83b850;
	padding-left: 20px;
}
.containent.center .centerBox .head_tit i{
	display:block;
	width:20px;
	height: 22px;
	float: left;
	margin-top: 24px;
	margin-right: 10px;

}
.containent.center .centerBox .head_tit i img{
	display: block;
	width: 100%;
}
.center_inform{
	width: 100%;
	padding: 35px 0;

	overflow: hidden;
}
.rightBox .info_img{
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	overflow: hidden;
	margin-left:60px;
	float: left;
	margin-top: 10px;
}
.rightBox .info_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.rightBox .messBox{
	float: left;
	margin-left: 95px;
	width: 378px;
	overflow: hidden;
}
.rightBox .messBox li{
	float: left;
	width: 50%;
	font-size: 14px;
	line-height: 40px;
}
.classTable{
	width: 100%;
	padding: 23px 0;
}
.classTable table{
	width: 100%;
}
.classTable table tr td{
	width: 12%;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	text-align: center;
	height: 58px;
	font-size: 16px;
	cursor: pointer;
}
.classTable table .ttitle td{
	font-size: 14px;
}
.classTable table tr td:nth-child(1){
	width: 16%;
}
.classTable table .ttitle td{
	height: 38px;
}
.classTable .tname{
	color:#83B850;
	cursor: pointer;
}
.classTable table tr td p{
	font-size: 14px;
}
/*工作日报*/
.dailyBox{
	width: 100%;
	padding: 40px 0 40px 60px;
}
.adddailyBtn{
	width: 200px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #FFFFFF;
	font-size: 16px;
	background: #83b850;
	cursor: pointer;
}
.dailyBox .daily{
	margin:35px 0;
	padding-left: 22px;
	position: relative;
}
.dailyBox .daily p{
	line-height: 35px;
	font-size: 16px;
}
.dailyBox .daily .addtime{
	font-size: 15px;
	color: #83B850;
}
.dailyBox .daily .time{
	font-size: 15px;
}
.dailyBox .daily .dot{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	overflow: hidden;
	background: #83B850;
	position: absolute;
	left: 6px;
	top: 13px;
}
.clteacher .leftBox.center .nav{
	background: #FFFFFF;
	color: #333333;
}
.clteacher .leftBox.center .nav.cur{
	background: #83B850;
	color: #FFFFFF;
}
.clteacher .leftBox.center .nav:hover{
	background: #83B850;
	color: #FFFFFF;
}
.popCount{
	width: 590px;
	padding-bottom: 35px;
	background: #FFFFFF;
	position: fixed;
	left: 50%;
	margin-left:-295px;
	top: 20%;
	z-index: 9999999;
	overflow: hidden;
	display: none;
}
.popCount .count_ttt{
	text-align: center;
	font-size: 20px;
	margin: 35px 0;
}
.popCount .coung{
	padding: 0 45px;
	font-size: 16px;
	color: #333333;
	line-height: 35px;
}
.popCount .coung span{
	color: #999999;
}
.popCount .upfile{
	width:60%;
	height: 38px;
	border: 1px solid #EBEBEB;
	margin-left: 45px;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
}
.popCount .upfile input{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 90;
}
.popCount .upfile .btn{
	position: absolute;
	line-height: 20px;
	padding-left: 20px;
	background: url(../images/upfile.png) no-repeat;
	background-position: left center;
	background-size: 19px 19px;
	color: #83B850;
	right: 10px;
	top:5px;
	font-size: 16px;
	z-index: 9;
	cursor: pointer;
}
.popCount .sureBtn{
	width: 200px;
	text-align: center;
	line-height: 43px;
	height: 43px;
	color: #FFFFFF;
	background: #83B850;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 16px;
	cursor: pointer;
}
/*消息中心*/
.containent.message .rightBox{
	/*height: 1035px;*/
	background:#FFFFFF;
	position: relative;
}
.containent.message .pagetation{

}
.messageCount{
	padding:0 20px;
}
.rightBox .messageCount .count{
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #EBEBEB;
}
.messageCount .tita{
	font-size: 16px;
	line-height: 50px;
}
.messageCount .tita .user{
	color:#83B850;
}
.messageCount .count .time{
	font-size: 13px;
	color: #999999;
	line-height: 25px;
}
/*个人中心管理中心*/
.message_center{
	width: 100%;
}
.message_nav {
	width: 100%;
	height: 65px;
	background: #FFFFFF;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}
.message_nav .nav{
	width: 25%;
	display: block;
	overflow: hidden;
	float:left;
	text-align: center;
	line-height: 65px;
	color: #333;
	font-size: 16px;
	border-right: 1px solid #ebebeb;
	box-sizing: border-box;
}
.message_nav .nav:nth-child(1){
	border-left: none;
}
.message_nav .nav:nth-last-child(1){
	border-right: none;
}
.message_nav .nav:hover{
	color: #83B850;
	border-top: 2px solid #83B850;
}
.message_nav .nav.cur{
	color: #83B850;
	border-top: 2px solid #83B850;
}
.message_center .list{
	background: #FFFFFF;
	border-bottom: 1px solid #EBEBEB;
	overflow: hidden;
	width: 100%;
	padding: 15px;
}
.message_center .list i{
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}
.message_center .list .capt{
	font-size: 16px;
	line-height: 35px;
	overflow: hidden;
}
.message_center .list .capt.rpy {
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    color: #656565;
}
.message_center .list .capt.rpy span{
	color: #83b850;
}
.message_center .list .detii{
	width: 88%;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	float: left;
	margin-left: 8px;
}
.message_center .list .detii .time{
	float: right;
}
.message_center .list .detii .name{
	margin-right: 10%;
}
.message_center{
	padding-bottom: 80px;
	background: #FFFFFF;
	/*height: 900px;*/
}
.message_center .pagetation{
	margin-top: 60px;
}
.message_count.zixun{
	padding:0 20px;
}
.message_count.zixun .list .detii{
	width: 100%;
	margin-left: 0;
}
.message_count.reason{
	padding-top: 25px;
}
.message_count.reason .reason{
	margin-top: 10px;
	width: 100%;
	padding-left:40px;
	padding-right: 40px;
	text-align: left;
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 20px;
	position: relative;
}
.message_count.reason .retime{
	color: #666666;
}
.message_count.reason .reacount{
	width: 65%;
	font-size: 14px;
}
.message_count.reason .reacount .dolownd{
	position: absolute;
	top: 0;
	right: -15%;
	color:#1a6bc6;
	text-decoration: underline;
	display: block;
	width: 20px;
	height: 20px;
	background:url(../images/dowond.png) no-repeat;
	background-size: 100%;
}
.dot{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	overflow: hidden;
	background: #83B850;
	position: absolute;
	left: 23px;
	top: 8px;
}
.message_count.jilu{
	padding:0 40px;
	margin-top: 25px;
}
.message_count.jilu .jilu{
	margin-top: 10px;
	width: 100%;
	padding-left:40px;
	padding-right: 40px;
	text-align: left;
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 20px;
	position: relative;
}
.message_count.jilu .jilu .jilu_time{
	color: #83B850;
}
.message_count.jilu .jilu .result{
	color: #666666;
}
.centerBox .message_center {
    padding-bottom: 80px;
    background: #FFFFFF;
   /* height: 785px;*/
}
.centerBox .message_center.zixun {
    padding-bottom: 80px;
    background: #FFFFFF;
    /*height: 698px;*/
}
.message_center.zixun .list .detii .time {
    float: right;
    margin-right: 45%;
}
.message_center.zixun .list .detii .rhf{
	float: right;
	color: #83B850;
}

.centerBox .message_center.jilu .jilu p{
	line-height: 35px;
}
.centerBox .message_center.jilu .suBtn{
	width: 90px;
	height: 35px;
	background: #83B850;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	margin-top: 15px;
	cursor: pointer;
}
.aready_lx{
	color: #666;
}
.centerBox .message_count.jilu .jilu .jilu_time {
    color: #333333;
}
.classTable.stu .look a{
	color: #83B850;
	text-decoration: underline;
}
.classTable.kaoqin .look a{
	color: #83B850;
	text-decoration: underline;
}
.centerBox .aboutCount .ctit{
	line-height: 40px;
	font-size: 16px;
}
.centerBox .aboutCount .ctit .line{
	width: 2px;
	height: 15px;
	background: #83B850;
	float: left;
	margin-right: 5px;
	margin-top: 13px;
}
.aboutCount{
	padding: 0px 40px 25px 40px;
}
.neirong{
	padding: 15px;
	height: 275px;
	border: 1px solid #EBEBEB;
	position: relative;
}
.neirong .nr_t{
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}
.containent.center .centerBox {
	padding-bottom: 25px;
}
.centerBox .yuYue{
	margin-left: 50px;
	width: 430px;
	height: 230px;
	border: 1px solid #EBEBEB;
	margin-top: 25px;
}
.iptTime{
	width: 100%;
	height:43px;
	line-height: 43px;
	padding: 0 10px;
	border-bottom: 1px solid #EBEBEB;
	overflow: hidden;
}
.iptTime input{
	width: 75%;
	height: 100%;
	border: none;
	margin-left: 15px;
}
.nrtextarea{
	width: 100%;
	height:187px;
	padding: 10px;
}
.table_kaoqin{
	margin-top: 15px;
	margin-left:40px;
	width:90%;
}
.table_kaoqin table{
	width: 100%;
}
.table_kaoqin tr td{
	width: 33.3%;
	height: 35px;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
}
.message_count.reason .common .retime {
    color: #000000;
}
.message_count.reason.common{
	padding-left: 20px;
}
/*学生详情弹窗*/
.stuPlane{
	width: 800px;
    padding-bottom: 35px;
    background: #FFF;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -300px;
    margin-left: -400px;
    z-index: 99999999;
    display: none;
    border: 1px solid #EBEBEB;
    height: 550px;
    overflow-y: auto;
}
.editplane{
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 50px;
}
.stuPlane .addBtn{
	width: 175px;
	height: 43px;
	background: #83B850;
	color: #FFFFFF;
	text-align: center;
	line-height: 43px;
	cursor: pointer;
	margin-left: 100px;
	margin-top: 65px;
	font-size: 16px;
}

.planBox {
    padding: 20px 80px;
}

.planBox .daily{
	position: relative;
	padding-left: 40px;
	margin-bottom: 25px;
}
.planBox .daily p{
	line-height: 25px;
	font-size: 14px;
}
.planBox .daily .del{
    color: #83B850;
    display: block;
    display: block;
    text-decoration: underline;
}
.planBox .daily .addtime{
	color: #83B850;
}
.addsureBtn{
	width: 210px;
	height: 45px;
	background: #83B850;
	text-align: center;
	line-height: 45px;
	color: #FFF;
	margin: 0 auto;
	margin-top: 50px;
	cursor: pointer;
}
/*课程表弹窗*/
.schedule{
	width: 720px;
	padding-bottom: 35px;
	background: #FFFFFF;
	padding: 30px 30px 50px 30px;
	position: fixed;
	left: 50%;
	top: 20%;
	margin-left: -360px;
	border: 1px solid #EBEBEB;
	z-index: 9999999;
	display: none;
	height: 550px;
	overflow-y: auto;
}
.schedule .ttit,.cheekOn .ttit,.editplan .ttit,.selectClass .ttit,.replayBox .ttit,.editPopBox .ttit,.commonStuPop .ttit{
	font-size: 16px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.replayBox {
    width: 720px;
    padding: 0 35px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -360px;
    margin-top: -275px;
    background: #FFFFFF;
    z-index: 99999999;
    border: 1px solid #EBEBEB;
    padding-bottom: 35px;
    display: none;
    height: 550px;
    overflow-y: auto;
}
.replayBox textarea{
	width: 100%;
	height: 350px;
	display: block;
	margin:  0 auto;
	border: 1px solid #EBEBEB;
	margin-top: 25px;
	padding: 10px;
}
.replayBox .replayBtn{
	width: 180px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #83B850;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 25px;
	line-height: 40px;
	cursor: pointer;
} 
.selectClass{
	z-index: 999999;
}
.selectClass .when_week{
	font-size: 16px;
	color: #333333;
	padding: 0 35px;
	margin-bottom: 25px;
}
.selectClass .classTable{
	width: 100%;
	padding:0 35px;
}
.selectClass .classTable table{
	width: 100%;
}
.selectClass .classTable table tr td{
	width: 25%;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 13px;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
}
.selectClass .classTable table .state{
	display: inline-block;
	padding-left: 20px;
	line-height: 18px;
	background: url(../images/quanquna.png) no-repeat;
	background-size: 16px 16px;
	background-position: left center;
}
.selectClass .classTable table .state.cur{
	background: url(../images/quandui.png) no-repeat;
	background-size: 16px 16px;
	background-position: left center;
}
.selectClass .subBtn{
	width: 200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #83B850;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 35px;
}
/*.editplan input{
	width: 80%;
	display: block;
	margin:0 auto;
	border: 1px solid #EBEBEB;
	height: 40px;
	border-bottom: none;
	padding: 0 10px;
}*/
/*.editplan textarea{
	display: block;
	width: 80%;
	margin: 0 auto;
	height:175px;
	padding: 10px;
	border: 1px solid #EBEBEB;
}*/
.eddbtn{
	cursor: pointer;
}

.classtime{
	font-size: 16px;
}
.schedule table{
	width: 100%;
	margin-top: 15px
}
.schedule table td{
	width: 25%;
	height: 39px;
	text-align: center;
	line-height: 39px;
	border: 1px solid #EBEBEB;
}
.schedule table td a{
	color:#83B850;
	text-decoration: underline
}
.selectTable {
	width: 50%;
	margin-left: 10%;
	overflow: hidden;
}
.selectTable input{
	float: left;
	margin-top: 10px;
}
.selectTable  span{
	float: left;
	margin: 0 10px;
	margin-left: 5px;
	line-height: 30px;
}
.editplan .table{
	width: 80%;
	margin-left: 10%;
	height: 200px;
	border: 1px solid #EBEBEB;
	margin-top: 15px;
}
.editplan .timeBox #demo{
	width: 100%;
	height: 38px;
	border:none;
	padding-left: 10px;
	border-bottom: 1px solid #EBEBEB;
	position: relative;
}
.laydate_body .laydate_top {
    position: relative;
    height: 26px;
    padding: 4px;
    z-index: 99;
}
.editplan .table textarea{
	width: 100%;
	padding: 10px;
	height:80%;
	margin-top: 10px;
	display: block;
}
.editplan .timeselect{
	display: none;
	width: 100%;
	height: 38px;
	border-bottom:1px solid #EBEBEB;
}
.editplan .timeselect ul{
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 38px;
}
.editplan .timeselect ul span{
	float: left;
	margin: 0 2%;
}
.editplan .timeselect ul li{
	width: 39%;
	float: left;
	height: 38px;
	border: none;
	line-height: 38px;
}
.laydate_body .laydate_top {
    position: relative;
    height: 26px;
    padding: 4px !important;
    z-index: 99;
}
/*弹窗学生详情*/
.studetailPOP{
	width: 720px;
	padding-bottom: 35px;
	position: fixed;
	height: 550px;
	overflow-y: auto;
	left: 50%;
	top: 50%;
	margin-top: -375px;
	margin-left: -360px;
	background: #ffffff;
	border: 1px solid #EBEBEB;
	z-index: 999;
	padding: 20px 80px;
	display: none;
	height: 550px;
	overflow-y: auto;
}
.studetailPOP .ttit{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
.studetailPOP .student{
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 20px;
}
.studetailPOP  .student i{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #EBEBEB;
	float: left;
	margin-left: 35px;
	margin-right: 50px;
	margin-top: 25px;
}
.studetailPOP  .student i img{
	display: block;
	width: 100%;
	height: 100%;
}
.stulist{
	width:70%;
	float: left;
}
.stulist li{
	float: left;
	width: 50%;
	line-height: 30px;
}
.stuplant{
	padding: 10px 35px;
	border-bottom: 1px solid #EBEBEB;
}
.stuplant{
	line-height: 25px;
}
.stuplant .tit{
	font-size: 14px;
}

.stuplant  .link a{
	color: #3677ca;
	text-decoration: underline;
}
.studetailPOP .message_center.reason{
	padding-bottom: 0px;
	border-bottom: 1px solid #EBEBEB;
}
.studetailPOP .message_center.reason .tit{
	font-size: 14px;
	padding-left: 35px;
	margin-top: 10px;
}
.studetailPOP .message_count.reason {
    padding-top: 5px;
    font-size: 13px;
}
.studetailPOP .message_count.reason .reacount {
    width: 88%;
    font-size: 13px;
}
.studetailPOP .message_count.reason .reason {
    padding-left: 43px;
}
.studetailPOP .dot {
    left: 30px;
}
.studetailPOP .message_count.reason.common {
    padding-left: 0px;
}
.studetailPOP .message_center.reason.common{
	border: none;
}
.message_count.reason .reason {
    margin-bottom: 10px;
}
.stuSureBtn{
	width: 120px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #FFFFFF;
	background: #83B850;
	margin: 0 auto;
	margin-top: 35px;
}
.yuyueBtn{
	display: block;
	width: 200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #83B850;
	color: #FFFFFF;
	margin-left: 150px;
	margin-top: 25px;
	cursor: pointer;
}
.yuYue .iptTime{
	position: relative;
}
.yuYue .iptTime i{
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
}
.yuYue .iptTime i img{
	display: block;
	width: 100%;
}
.centerBox .aboutCount .dowond{
	position: absolute;
	padding-left: 23px;
	line-height: 25px;
	font-size: 14px;
	color: #83B850;
	background:url(../images/dowond.png) no-repeat;
	background-position: left center;
	right: 10px;
	bottom: 5px;
	cursor: pointer;
}
.upreasonFile{
	width: 420px;
	height: 45px;
	border: 1px solid #EBEBEB;
	margin-top: 25px;
	position: relative;
}
.upreasonFile input{
	width: 80%;
	height: 100%;
	border: none;
	opacity: 0;
	position: relative;
	z-index: 99;
}
.upreasonFile .upfile{
	line-height: 45px;
	padding-left: 23px;
	font-size: 14px;
	position: absolute;
	background:url(../images/upfile.png) no-repeat;
	background-position: left center;
	right: 10px;
	bottom: 0px;
	cursor: pointer;
	color: #83B850;
	cursor: pointer;
}
/*个人中心事务考勤弹窗*/
.cheekOn{
	width: 720px;
	position: fixed;
	left:50%;
	top: 50%;
	margin-left: -360px;
	margin-top: -225px;
	z-index: 999999;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	padding: 0 35px;
	display: none;
	height: 550px;
	overflow-y: auto;
}
.classMessage {
	color:#666666;
	font-size: 14px;
	margin-bottom:20px;
}
.classMessage  span{
	margin-right: 30px;
}
.cheekTable{
	width: 100%;
}
.cheekTable table{
	width: 100%;
}
.cheekTable table td{
	width: 25%;
	height: 43px;
	text-align: center;
	line-height: 43px;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
}
.cheekTable table td span{
	padding-left: 20px;
	background: url(../images/quanquna.png) no-repeat;
	background-size: 16px 16px;
	background-position: left center;
	margin-right: 15px;
	line-height: 18px;
	cursor: pointer;
}
.cheekTable table td .state.cur{
	background: url(../images/quandui.png) no-repeat;
	background-size: 16px 16px;
	background-position: left center;
}
.cheekTable table td .state2.cur2{
	background: url(../images/queqin.png) no-repeat;
	background-size: 16px 16px;
	background-position: left center;
}
.cheekOn .checkBtn{
	width: 210px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #FFFFff;
	background: #83B850;
	margin: 30px auto;
}
.classTable.stu .lookq a {
    color: #83B850;
    text-decoration: underline;
}
.classTable table tr .lookq  a{
    color: #83B850;
    text-decoration: underline;
}
.editplan{
	position: fixed;
	z-index: 999999999;
	width:650px;
	padding-bottom: 35px;
	border: 1px solid #EBEBEB;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -300px;
	background: #FFFFFF;
	display: none;
}
.editplan .eddbtn{
	width: 120px;
	height: 38px;
	line-height: 38px;
	background: #83B850;
	color: #FFFFFF;
	font-size: 15px;
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
}
.selectClass{
	width: 720px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	position: fixed;
	left:50%;
	top: 50%;
	margin-left: -360px;
	margin-top:-215px;
	padding-bottom: 35px;
	display: none;
}
.panBshi .annual{
	font-size: 16px;
	color: #83B850;	
}
.panBshi{
	width: 100%;
	padding: 20px;
}
.timeDian span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	overflow: hidden;
	background: #aa89bd;
	margin-right: 5px;
}

.finished span{
	display: inline-block;
	height: 10px;
	width: 28px;
	background: #a6d876;
	margin-right: 5px;
}
.unfinished span{
	display: inline-block;
	width: 27px;
	height: 10px;
	background: #fc8d56;
	margin-right: 5px;
}
.going span{
	display: inline-block;
	width: 27px;
	height: 10px;
	background: #66cccc;
	margin-right: 5px;
}

.panBshi div{
	float: right;
	margin-right: 16px;
}
.panBshi i{
	margin-left: 20px;
}
.timeLineBox{
	width:786px;
	margin-left: 25px;
	min-height:350px;
	background: url(../images/timeline.png) no-repeat;
	background-position: bottom center;
	position: relative;
	padding-left: 15px;
	background-size: 100% auto;
}
.timeLineBox .oneBox{
	position: absolute;
	height: 20px;
	background: #83B850;
	bottom:50px;
	cursor: pointer;
}
.timeLineBox .oneBox .conBox{
	width: 190px;
	height: 60px;
	border:1px solid #EBEBEB;
	background: #FFFFFF;
	margin-top:-90px;
	padding:11px 10px;
	display: none;
	margin-left: -150px;
	position: relative;
	z-index: 99;
}
.timeLineBox .oneBox:hover .conBox{
	display: block;
}

.timeLineBox .towBox{
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #aa89bd;
	bottom: 100px;
	left:30%;
	cursor: pointer;

}
.timeLineBox .towBox .conBox{
	width: 190px;
	height: 60px;
	border:1px solid #EBEBEB;
	background: #FFFFFF;
	margin-top:-90px;
	padding:10px;
	display: none;
	position: relative;
    z-index: 99;
	margin-left: -170px;
}
.towBox:hover .conBox{
	display: block;
}

.timeLineBox .oneBox.unfinish{
	background: #fb9765;
	left: 40%;
	bottom: 120px;
}
.timeLineBox .oneBox.going{
	background: #75dddd;
	left: 50%;
	bottom: 160px;
}
.timeLineBox .timetit{
	position: absolute;
	bottom: -30px;
	text-align: center;
	width: 100%;
	font-size: 16px;
}
.timeLineBox.two{
	margin-bottom: 60px
}
.timeLineBox{
	margin-bottom: 40px
}
/*编辑日报弹窗*/
.editPopBox{
	border:1px solid #EBEBEB;
	z-index: 999999;
}
#calendar {
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom:10px;
}
.editPopBox{
	position: fixed;
	left: 50%;
	top: 50%;
	background: #FFFFFF;
	width: 720px;
	margin-left: -360px;
	margin-top: -375px;
	padding: 20px;
	padding-bottom: 45px;
	display: none;
	overflow-y:auto;
}
.selectTime{
	position: relative;
	height: 35px;
	margin-left: 25px;
}
.selectTime ul{
	line-height: 35px;
	height: 100%;
}
.selectTime ul li{
	float: left;
	width: 185px;
	padding-left: 10px;
	height:35px;
	border: 1px solid #EBEBEB;
	line-height: 35px;
}
.selectTime ul span{
	float: left;
	margin-left: 5px;
	font-size: 14px;
}
.selectTime ul li:nth-child(1){
	margin-right: 5px;
}
.laydate_box *{
	box-sizing: content-box;
}
.editPopBox .textarea{
	margin-top: 15px;
	overflow: hidden;
}
.editPopBox .textarea  span{
	float: left;
	margin-left: 30px;
	font-size: 14px;
}
.editPopBox textarea{
	float:left;
	width: 60%;
	height:120px;
	border:1px solid #EBEBEB;
	padding: 10px;
}
.laydate_body .laydate_top {
    padding: 0px;
}
.laydate_body .laydate_y {
    margin-left: 5px;
}
.editPopBox .editAddbtn{
	width: 120px;
	height: 38px;
	background: #83B850;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
	margin-left: 72px;
	margin-top: 15px;
	cursor: pointer;
}
.editPopBox .boottomBox{
	width: 80%;
	border-top: 1px solid #EBEBEB;
	margin-top: 15px;
	margin-left: 30px;
}
.editPopBox .boottomBox .message_center {
    margin: 25px;
    padding-bottom: 0px;
}
.editPopBox .boottomBox .message_count.reason.common {
    padding-left: 0px;
}
.editPopBox .boottomBox .message_count.reason {
    padding-top:0px;
}
.editPopBox .boottomBox .message_count.reason .reacount {
    width:100%;
    font-size: 14px;
}
.editPopBox .boottomBox .message_count.reason .del{
	color: #83B850;
	cursor: pointer;
}
.editPopBox .boottomBox .message_count.reason .common .retime {
    color: #83B850;
}
.editPopBox .boottomBox .sureBtn{
	width: 120px;
	height: 38px;
	background: #83B850;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	margin: 0 auto;
	cursor: pointer;
}
.message_center.reason.plan .message_count.reason .reacount .dolownd {
    right: 0%;
}
.btncar{
	width:50% !important;
	height:25px !important;
	line-height:25px !important;
	background:#83b850;
	text-align:center;
	color: #FFFFFF;
	margin:10px auto !important;
	cursor:pointer;
}
.conmonBtn{
	display: inline-block;
	color: #83b850;
	cursor: pointer
}
/*学习计划弹窗*/
.studyPop{
	width: 800px;
	position: fixed;
	z-index:1000;
	left: 50%;
	margin-left: -400px;
	top:50%;
	margin-top: 50%;
	top: -600px;
	border:1px solid #EBEBEB;
	background: #FFFFFF;
	display: none;
}
.studyPop .timeLineBox {
    width: 100%;
    margin-left:0px;
    height: 390px;
    background: url(../images/timeline.png) no-repeat;
    background-position: bottom center;
    position: relative;
    padding-left: 15px;
}
.studyPop .stueditBtn{
	color: #83b850;
	font-size: 15px;
	cursor: pointer;
}
.commonStuPop {
    width: 730px;
    padding: 50px 20px;
    position: fixed;
    left: 50%;
    top: 37%;
    margin-left: -360px;
    margin-top: -160px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    z-index: 9999999;
    display: none;
    height: 430px;
}
.comTextarea{
	width: 85%;
	height: 130px;
	border: 1px solid #EBEBEB;
	padding: 10px;
	margin: 30px auto;
}
.comTextarea textarea{
	width: 100%;
	height: 100%;
}
.commonStuPop .comBtn{
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #83B850;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 auto;
	margin-bottom: 30px;
	cursor: pointer;
}
.news_forum.news{
	background: #FFFFFF;
}
.news_forum.news .count_left {
    width: 930px;
    float: left;
}
.newsBox{
	width: 100%;
	padding: 15px;
}
.modepass{
	display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    background: #FFFFFF;
    margin-bottom: 1px;
    cursor: pointer;
}
.modepass:hover{
    background: #83B850;
    color: #FFFFFF;	
}
@media (max-height:850px) {
	.clteacher .leftBox .nav {
	    display: block;
	    width: 100%;
	    height: 50px;
	    text-align: center;
	    line-height: 50px;
	    text-align: center;
	    font-size: 15px;
	    color: #333333;
	    background: #eceeec;
	    margin-bottom: 1px;
	    cursor: pointer;
	}
	
	.message_center .list {
	    background: #FFFFFF;
	    border-bottom: 1px solid #EBEBEB;
	    overflow: hidden;
	    width: 100%;
	    padding: 7px;
	}
	.center_inform {
	    width: 100%;
	    padding: 15px 0;
	    overflow: hidden;
	}
	.footer .foot_top {
	    width: 100%;
	    height: 185px;
	    background: #282e3b;
	    overflow: hidden;
	}
	.foot_top .shagre {
	    text-align: center;
	    margin-top: 20px;
	    margin-bottom: 25px;
	}
	.friend_link {
	    margin-top: 0px;
	}
	.message_count.jilu {
	    padding: 0 40px;
	    margin-top: 10px;
	}
	.containent.center .centerBox .head_tit {
	    width: 100%;
	    height: 55px;
	    line-height: 55px;
	    border-bottom: 1px solid #EBEBEB;
	    font-size: 16px;
	    color: #83b850;
	    padding-left: 20px;
	}
	.containent.center .centerBox .head_tit i {
	    display: block;
	    width: 20px;
	    height: 22px;
	    float: left;
	    margin-top: 17px;
	    margin-right: 10px;
	}
	.message_center .pagetation {
	    margin-top: 40px;
	}
	.centerBox .message_center.zixun {
	    padding-bottom: 40px;
	    background: #FFFFFF;
	}
	.replayBox{
		height: 430px;
	}
	.editPopBox {
	    position: fixed;
	    left: 50%;
	    top: 50%;
	    background: #FFFFFF;
	    width: 720px;
	    margin-left: -360px;
	    margin-top: -266px;
	    padding: 20px;
	    padding-bottom: 45px;
	    display: none;
	    height: 430px;
	    overflow-y: auto;
	}
	.replayBox textarea {
	    width: 100%;
	    height: 241px;
	    display: block;
	    margin: 0 auto;
	    border: 1px solid #EBEBEB;
	    margin-top: 25px;
	    padding: 10px;
	}
	.cheekOn {
	    height: 440px;
	    overflow-y: auto;
	}
	.studetailPOP {
	    margin-top: -245px;
	    height: 447px;
	    overflow-y: auto;
	}
	.schedule {
	    height: 420px;
	    overflow-y: auto;
	}
	.studetailPOP{
		margin-top: -255px;
		display: none;
		height: 430px;
		overflow-y: auto;
	}
	.copyRight {
	    height: 40px;
	    line-height: 40px;
	}
	.studyPop .timeLineBox {
	    height: 305px;
	}
	.modepass {
	    display: block;
	    width: 100%;
	    height: 50px;
	    text-align: center;
	    line-height: 50px;
	    text-align: center;
	    font-size: 15px;
	    color: #333333;
	    margin-bottom: 1px;
	    cursor: pointer;
	    background: #FFFFFF;
	}
}
.head_nav.hgb{
	display: none;
}


.prism-big-play-btn{
	z-index: 99;
}

.online-course{
	width: 100%;
}
.online-course li i{
	display: block;
	width: 100%;
	height: 185px;
	overflow: hidden;
}
.online-course li i img{
	display: block;
	width: 100%;
	height: 100%;
}
.online-course li .tite{
	padding: 10px 5px;
}
.online-course li .tite .test{
	font-size: 16px;
	color: #333333;
}
.online-course li .teach-look{
	margin-top: 5px;
}
.online-course li .teach-look .teacher{
	font-size: 14px;
	color: #999999;
	width: 60%;
	float: left;
	line-height: 22px;
}
.online-course li .teach-look .look-num{
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}
.online-course li .teach-look .look-num img{
	float: left;
	margin-right: 5px;
}
/*小屏------------------------------------------------------------------------------------------------------------------------------------*/
@media(max-width: 768px) {
	.fc-grid .fc-day-content div {
	    clear: both;
	    padding: 0;
	    width: 100%;
	    height: 61px !important;
	    margin-top: -11px;
	    padding: 0 3px;
	}
	#J_prismPlayer>video{
		width: 100% !important;
		height: 100% !important;
	}

	#J_prismPlayer{
		width: 100% !important;
		height: 220px !important;
	}
	
	html{
		overflow-x: hidden;
	}

	.checkbox span {
		position: absolute;
		left: 18px;
		top: 0px;
		color: #9a9a9a;
		font-size: 14px;
	}
	body{
		overflow-x: hidden;
	}
	.head_nav li.cur a {
	    color: #83b850;
	    padding-bottom:0;
	    border: none;
	}
	.head_nav{
		border-bottom: 1px solid #EBEBEB;
	}
	.jieshao{
		width: 100%;
		bottom: 0;
	}
	.jieshao .title{
		width: 100%;
		margin: 0;
		padding: 10px;
		line-height: 30px
	}
	.jieshao .bg{
		display: block;
	}
	.jieshao .jname{
		font-size: 24px !important;
		margin: 0 !important;
		padding-left: 20px !important;
		margin-top: -210px !important;
	}
	/*首页头部*/
	.prism-player video{
		position: relative;
		z-index: 10;
	}
	.headBox{
		width:100%;
		background: #FFFFFF;
		position: fixed;
		left: 0;
		top: 0;
		z-index:999;
		height: 50px
	}
	.head_top{
		height: 50px;
	}
	.head_top .logo{
		display: block;
		float: left;
		width: 150px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.lofinedBox{
		display: none;
	}
	.head_top .role{
		overflow: hidden;
		float:left;
		margin-left: 180px;
	}
	.role li{
		height:50px;
		line-height: 50px;
		font-size: 14px;
		float: left;
		margin-right:2px;
	}

	.headListBtn {
	    display: block;
	    float: right;
	    position: absolute;
	    right: 5px;
	    top: 5px;
	    padding: 10px;
	}
	.headListBtn img{
		display: block;
		width: 100%;
		cursor: pointer;
	}
	.head_nav{
		width: 100%;
		overflow: hidden;
		background: #FFFFFF;
		height: 0px;
	}
	.head_nav li{
		display: block;
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    padding: 0 20px;
	    text-align: left;
	    line-height: 35px;
	    font-size: 13px;
	    border-bottom: 1px solid #9CC673;
	}
	.head_nav li:hover{
		background: #83B850;
	}
	.head_nav li:hover a{
		color: #FFFFFF;
	}
	/*.head_nav{
		transition: height 0.5s;
		-moz-transition: height 0.5s;	
		-webkit-transition: height 0.5s;	
		-o-transition: height 0.5s;	
	}*/
	
	.head_nav.one{
		height: 210px;
		display: none;
		z-index: 999999;
		position: relative;
	}
	.head_nav{
		float: right;
	}
	.head_nav.one.cur{
		display: block;
    	width: 120px;
	}
	.head_nav.dlu{
		display: none;
		height: 320px;
		z-index: 999999;
		position: relative;
	}
	.head_nav.dlu.cur{
		display: block;
		width: 120px;
	}
	.containent{
		margin-top:50px;
	}
	.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	    margin: 0 5px;
	}
	.swiper-pagination-bullet {
	    width: 5px;
	    height: 5px;
	    display: inline-block;
	    border-radius: 100%;
	    background: #FFFFFF;
	    opacity: .8;
	}
	.swiper-pagination-bullet-active {
	    opacity: 1;
	    background: #FFFFFF;
	    width: 15px;
	    border-radius: 5px;
	}
	.banner .pbg{
		z-index: 99;
		position: absolute;
		width: 90px;
		height: 15px;
		background: #333333;
		opacity: 0.3;
		left: 50%;
		margin-left: -45px;
		border-radius:15px;
		bottom:11px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	    bottom:13px;
	    left: 0;
	    width: 100%;
	}
	.aside{
		top: 35%;
		transform: scale(0.5);
		right:-10px;
	}
	.list_nav{
		width:100%;
		margin: 0 auto;
		overflow: hidden;
		padding: 10px 0;
	}
	.list_nav .naCou{
		transform: scale(0.8);
	}
	.list_nav li{
		width:25%;
		float: left;
		height: 25px;
		cursor: pointer;
		height: 100px;
		position: relative;
	}
	.list_nav li i{
		position: absolute;
		width:60px;
		height:60px;
		left: 50%;
		margin-left: -30px;
	}
	.list_nav li i img{
		width: 50%;
	}
	.list_nav li .snt{
		margin-top: 60px;
		position: absolute;
		width: 100%;
		float: left;
		margin-left: 0px;
		overflow: hidden;
	}
	.list_nav li .snt .number{
		margin-top: 8px;
		font-size:16px;
		margin-top: 5px;
		margin-bottom: 5px;
		text-align: center;
	}
	.list_nav li .snt .tit{
		font-size: 15px;
		color: #87949e;
		text-align: center;
	}
	.friend_link{
		font-size: 12px;
		width: 100%;
		padding: 0 5%;
		margin-top: 10px;
		height: auto;
    	line-height: 35px;
	}
	/*新闻*/
	.news_forum {
	    padding: 10px 0px;
	}
	.news_forum .countBox {
	    width:100%;
	}
	.news_forum.news .count_left {
		width: 100%;
		float: left;
	}

	.count_left {
	    width:100%;
	    float: left;
	}
	.count_left .title {
		padding: 0 3%;
	    font-size:18px;
	    color: #333333;
	    margin-bottom: 10px;
	    overflow: hidden;
	}
	.count_left .title span {
	    font-size: 12px;
	}
	.count_left .title a {
	    font-size: 12px;
	}
	.new_list .tit {
	    font-size:16px;
	    color: #333333;
	    margin: 5px 0;
	}
	.new_list li{
		padding: 20px 3%;
	}
	.new_list i {
		width: 30%;
		float: left;
		height: 100px;
	}
	.new_list i img{
		display: block;
		height:100px;
	}
	.new_list .disc {
	    font-size: 12px;
	    color: #969696;
	    margin-bottom: 10px;
       overflow: hidden;
	    text-overflow: ellipsis;
	    display: box;
	    display: -webkit-box;
	    line-clamp: 2;
	    box-orient: vertical;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    line-height: 20px;
	}
	.look_tiem{
		position: relative;
		font-size: 12px;
	}
	.look_tiem .eye {
	    position: absolute;
	    left: 70%;
	   font-size: 12px;
	}
	.look_tiem .time {
	    position: absolute;
	    left: 0 ;
	}
	.new_list .count{
		width:65%;
		float: left;
	}
	.count_right {
	   padding-top: 10px;
	}
	/*底部*/
	.footlink{
		padding: 0 10%;
		font-size: 12px;
		line-height: 20px;
	}
	.copyRight {
	   width: 100%;
	   padding: 0 5%;
	   font-size: 14px;
	   text-align: center;
	   line-height: 20px;
	    padding-top: 12px;
	    height: 60px;
	}
	.forum_count li {
	    width: 100%;
	    padding: 10px 3%;
	}
	.forum_count .ttti {
	    font-size: 13px;
	}
	.forum_count .fname {
	    margin-right: 10px;
	}
	.stuQuestion{
		margin-top: 10px;
	}
	.stuQuestion .titt {
	    font-size: 13px;
	    color: #333333;
	}
	.quesBox li{
		padding: 10px 3%;
	}
	.forum_count li i {
	    width: 50px;
	    height: 50px;
	}
	.top_Box {
	    width:100%;
	    margin: 0 auto;
	}
	.head_top .top_Box  .logo{
		width: 150px;
		height: 35px;
		display: block;
	}
	/*关于我们*/
	.aboutBOx .count{
		width: 100%;
	}
	.aboutBOx .linBox{
		display: none;
	}
	.about_cone{
		height: 335px;
	}
	.about_cone .capti {
		text-align: center;
	    font-size:16px;
	    color: #333333;
	    font-family: "微软雅黑";
	    width:100%;
	    padding: 0 3%;
	    margin:15px 0;
	}
	.about_cone .distit{
		padding: 0 3%;
	}
	.about_state .count .capti {
	    text-align: center;
	    font-size:16px;
	    color: #333333;
	    font-family: "微软雅黑";
	    width:100%;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.about_state {
	    width: 100%;
	    height:320px;
	    background: url(../images/bbg.png) no-repeat;
	    background-size: auto;
	}
	.about_state .distit{
		margin-left: 0px !important;
	}
	.about_state .count {
	    margin: 0 auto;
	    padding:0 3%;
	    padding-top:10px;
	}
	
	.about_cone .count {
	    width:100%px;
	    padding-left: 00px;
	}
	.about_state .staBox li i{
		width: 65px;
	    height: 65px;
	    overflow: hidden;
	    border-radius: 50%;
	    text-align: center;
	    line-height: 65px;
	    font-size: 16px;
	}
	.about_state .staBox li i img{
		width: 50%;
	}
	.about_state .staBox {
	    margin-top: 32px;
	}
	.about_state .staBox li p {
		width: 100%;
	    text-align: center;
	    font-size: 13px;
	    margin-top: 10px;
	}
	.school_life {
	    width: 100%;
	    height: 1270px;
	}
	.life_count .counbbox .title {
	    font-size:16px;
	    text-align: left;
	    margin-bottom: 15px;
	    margin-top: 15px;
	}
	.life_count .counbbox .tone {
	   display: none;
	}
	.life_count .counbbox .ttwo {
	   font-size:20px;
	   padding-bottom: 3px;
	   text-decoration: underline;
	}
	
	.school_life .quan_one {
	    display: none;
	}
	.school_life .life_count {
	    width: 100%;
	    padding: 10px;
	}
	.counbbox {
	    width:100%;
	    margin-left: 0px;
	    padding:10px;
	    position: relative;
	    margin-top: 10px;
	}
	.life_count .counbbox .neirong {
	    font-size: 13px;
	    color: #FFFFFF;
	    line-height: 23px;
	    text-align: left;
	}
	
	.teachstate {
	    width:100%;
	    padding:0 10px;
	    margin-top:10px;
	    margin-bottom: 15px;
	}
	.teachstate .count {
	    width:50%;
	    float: left;
	    margin-bottom:15px;
	    padding-left:0px;
	}
	.teachstate .count i {
	    width:55px;
	    height:55px;
	    margin-right:5px;
	}
	.teachstate .count i img{
		width: 50%;
	}
	.teachstate .count .num {
	    font-size:15px;
	    color: #333;
	    line-height:25px;
	}
	.teachstate .count .ttt {
	    font-size: 12px;
	    color: #87949e;
	    line-height:20px;
	}
	.about_teachstate {
	    height: 280px;
	    padding-top: 20px;
	}
	.counbbox .ttwo{
		display:block;
	}
	/*在线课程*/
	.navadd {
	    margin-top: 10px;
	    margin-bottom: 10px;
	    padding: 0 7%;
	    color: #666666;
	    background-position: 2% center;
	}
	.className {
	    font-size:16px;
	    color: #000000;
	    margin-bottom: 10px;
	    padding: 0 10px;
	}
	.className .line {
	    width: 3px;
	    height: 15px;
	    margin-top: 4px;
	    margin-right: 5px;
	}
	.line_class {
	    width:100%;
	    margin: 0 auto;
	}
	.line_class .course{
		width: 100%;
		padding: 0 10px;
	}
	.line_class .course li{
		float: left;
		width: 32%;
		margin-right:42px;
		padding-bottom: 10px;
	}
	.line_class .course li:nth-child(3n){
		margin-right: 0px;
	}
	.line_class .course li {
	    margin-right: 5px;
	}
	.line_class .course li  i{
		height: 90px;
		overflow: hidden;
	}
	.line_class .course .test {
		width:100%;
	    font-size:14px;
	    color: #333333;
	}
	.line_class .course .teacher {
	    font-size: 12px;
	    color: #999999;
	    margin-top: 3px;
	}
	.line_class .course .look-num {
	    font-size: 12px;
	    color: #999999;
		line-height: 16px;
	}
	.line_class .course .look-num img{
		width: 16px;
		height: 16px;
		margin: 0px 2px 0 0;
	}
	.line_class .course .tite .bfbtn {
	    display: block;
	    width:40px;
	    height: 25px;
	    text-align: center;
	    line-height:25px;
	    color: #FFFFFF;
	    font-size:12px;
	    position: absolute;
	    right: 0px;
	    background: #83B850;
	    top: 10px;
	    display: none;
	}
	.about_cone .distit{
		font-size: 12px;
		color: #666666;
		line-height: 28px;
	}
	.about_state{
		font-size: 12px;
		color: #666666;
		line-height: 28px;
		text-align: center;
	}
	.about_teachstate .friend_link {
	    margin-top: 35px;
	}
	.foot_top .shagre a {
	    display: inline-block;
	    width: 35px;
	    height: 35px;
	}
	/*课堂详情*/
	.line_class.detail {
	    padding:5px 0;
	}
	.navadd {
	    margin: 0;
	    padding: 0 7%;
	    color: #666666;
	    background-position: 4% center;
	}
	.vvbox {
	    width:100%;
	    margin: 0 auto;
	    margin-top: 10px;
	    overflow: hidden;
	    padding: 0 10px;
	}
	.video_box {
	    float: left;
	    position: relative;
	    width:100%;
	    height:auto;
	    overflow: hidden;
	}
	.video_box .vide_zhao {
	    position: absolute;
	    width: 100%;
	    height:100%;
	}
	.trbox {
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	}
	.trbox  i{
		display:inline-block;
		width: 20px;
		height: 20px;
		margin-right:5px;
	}
	.videopng {
	    width: 100%;
	    height:100%;
	}
	.video_instro {
		width: 100%;
	    float: right;
	    overflow: hidden;
	}
	.video_instro .className {
	    font-size:16px;
	    color: #333333;
	    margin-top:15px;
	}
	.way_tit{
		margin-top: 10px !important;
	}
	.btnBox .dowload {
	    display: block;
	    width: 105px;
	    height: 35px;
	    text-align: center;
	    line-height: 35px;
	    font-size: 14px;
	    color: #FFFFFF;
	    background: #83B850;
	    margin: 15px auto;
	}
	#myvideo {
	    width:100%;
	    margin-right:0px;
	}
	.tableNav {
	    width: 100%;
	    height: 42px;
	    line-height: 42px;
	    font-size: 16px;
	    background: #eceeec;
	    margin-top: 30px;
	}
	.tableNav .table {
	    width:100%;
	    margin: 0 auto;
	}
	.tableNav .table .nav {
	    display: inline-block;
	    float: left;
	    width:33.3%;
	    height: 42px
		 color: #333333;
	    text-align: center;
	    position: relative;
	    font-size: 14px;
	}
	.tableNav .table .nav .sp {
	    width:35px;
	    height: 18px;
	    line-height: 18px;
	    font-size: 12px;	    
	    background: #d3a11b;
	    color: #FFFFFF;
	    border-radius: 15px;
	    right: -1px;
	    top: 1px;
	}
	.tableBox {
	    width:100%;
	    margin: 0 auto;
	    padding: 25px 0;
	}
	.tableBox .ctit {
		font-size: 18px;
	    padding: 0 10px;
	}
	.tableBox .count {
		width: 100%;
	    margin-bottom: 20px;
	    padding: 0 10px;
	}
	.tableBox .count i {
	    display: block;
	    width: 100%;
	    height:120px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	    overflow: hidden;
	}
	.tableBox .count i img{
		width: 100%;
	}
	.tableBox .count p{
		font-size: 12px !important;
	}
	.askperson {
	    height:45px;
	    width: 100%;
	}
	.tableBox .count .person {
	    width: 45px;
	    height: 45px;
	    border-radius: 50%;
	    float: left;
	    margin: 0;
	}
	.askperson p {
	    margin-left:55px;
	    line-height:22px;
	    font-size: 12px;
	}
	.tableBox .ques {
	    font-size: 14px;
	    color: #333333;
	}
	.tableBox .time {
	    font-size: 12px;
	    float: left;
	}
	.tableBox .replay {
	    position: relative;
	    margin-top: 20px;
	    width: 100%;
	    padding: 10px 25px;
	    background: #edeff1;
	}
	.tableBox .textarea {
	    width: 95%;
	    padding: 10px;
	    line-height: 20px;
	    color: #666666;
	    border: 1px solid #EBEBEB;
	    font-size: 12px;
	    height: 135px;
	    text-indent:0px;
	    margin-left: 2.5%;
	}
	.tableBox .subTn {
	    margin-top: 15px;
	    width: 80px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 13px;
	}
	/*课程与讲师*/
	.clteacher {
	    width:100%;
	    margin: 0 auto;
	    padding: 10px 0;
	    overflow: hidden;
	    position: relative;
	}
	.clteacher .leftBox {
	    width:100%;
	    overflow: hidden;
	    float: left;
	    padding: 0 10px;
	    display: flex;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    padding: 0px;
	}
	.clteacher .leftBox a{
		border-right: 1px solid #FFFFFF;
		box-sizing: border-box;
		flex: 1;
		-webkit-flex:1 ;
		-moz-box-flex: 1;
	   height: 40px !important;
	   font-size: 12px !important;
	   line-height: 40px !important;
	   margin-bottom: 0px;
	}
	.clteacher .leftBox .nav:nth-last-child(1){
		border: none;
	}
	.clteacher .rightBox {
	    float: right;
	    width: 100%;
	    margin-top: 20px;
	}
	.clteacher .rightBox .cName {
	    width: 100%;
	    height:40px;
	    font-size: 14px;
	    color: #83B850;
	    line-height: 40px;
	    border-bottom: 1px solid #EBEBEB;
	    text-indent: 15px;
	}
	.clteacher .rightBox .lname{
		position: absolute;
	    width: 60px;
	    height: 60px;
	    top: 50%;
	    margin-top: -30px;
	    left:9px;
	    font-size:12px;
	}
	.clteacher .rightBox .lname span{
		width: 80%;
	}
	.limg{
		position: absolute;
		float: left;
		width: 60px;
	    height: 60px;
		border-radius: 50%;
		overflow: hidden;
		top: 50%;
		margin-top: -30px;
		left:9px;	
		border: 1px solid #ebebeb;
	}
	.clteacher .rightBox .count {
		width:100%;
	    padding-left: 25px;
	    position: relative;
	    padding: 10px 0 20px 80px;
	    border-bottom: 1px solid #EBEBEB;
	}
	.clteacher .cbj {
	    font-size: 13px;
	    font-family: "微软雅黑";
	    line-height:20px;
	    margin-bottom: 5px;
	}
	.clteacher .rightBox .jteach {
	    font-size: 13px;
	    line-height: 20px;
	}
	.clteacher .rightBox .stit {
	    font-size: 12px;
	    color: #999999;
	    line-height:20px;
	}
	.clteacher .rightBox .timg {
		width: 40px;
		height: 40px;
	    float: left;
	    margin-right: 15px;
	}
	.cltBOx {
	    margin-bottom: 10px;
	}
	.leftBox.university .nav{
		width: 33.3%;
		font-size: 12px;
	}
	/*论坛*/
	.forumBox {
	    padding: 10px 0;
	    width:100%;
	    margin: 0 auto;
	    overflow: hidden;
	}
	.forumBox .leftBox {
	    width:100%;
	    float: left;
	}
	.forumBox .formfly {
	    padding:0 10px;
	    margin: 0;
	    margin-top: 10px;
	}
	.forumBox .formfly a {
	    color: #969696;
	    margin: 0 8px;
	}
	.forumBox .list {
	    overflow: hidden;
	    padding: 10px 10px 10px 10px;
	    border-bottom: 1px solid #ebebeb;
	}
	.forumBox .flimg {
	    display: block;
	    float: left;
	    width:45px;
	    height: 45px;
	    overflow: hidden;
	    border-radius: 50%;
	    margin-right: 8px;
	}
	.forumBox .capt {
	    font-size: 13px;
	    line-height:25px;
	}
	.forumBox .detii {
	    font-size: 12px;
	    color: #969696;
	    line-height: 25px;
	    padding-left:60px;
	}
	.forumBox .rightBox{
		display: none;
	}
	.editBtn{
		position: fixed;
		width: 40px;
		height: 40px;
		display: block;
		background:#83b850 url(../images/write.png) no-repeat;
		background-size: 16px 16px;
		background-position: center center;
		right: 10px;
		bottom: 100px;
		border-radius: 50%;
		overflow: hidden;
	}
	.popBox {
    	position: fixed;
	    width:100%;
	    height:100%;
	    background: #FFFFFF;
	    left:0;
	    top:0;
	    margin-left:0;
	    margin-top:0;
	    z-index: 999999;
	    overflow-y: scroll;
	}
	.popBtn {
	    display: block;
	    margin: 0 auto;
	    width: 75%;
	    height: 40px;
	    background: #85b953;
	    text-align: center;
	    line-height: 40px;
	    color: #FFFFFF;
	    font-size: 18px;
	    border-radius: 10px;
	    margin-top: 50px;
	    cursor: pointer;
	}
	.popBox .close{
		position: fixed;
		display: block;
		font-size: 20px;
		right: 0;
		top: 0;
		color: #000000;
		margin-right: 10px;
		margin-top: 10px;
	}
	.popBox .popt {
	    font-size:20px;
	    font-family: "微软雅黑";
	    color: #333;
	    text-align: center;
	    margin-top: 40px;
	    margin-bottom: 30px;
	}
	.forumBox .navadd {
	    padding: 0 10%;
	}
	.lixiBox{
		width: 100%;
		padding: 0 10px;
		overflow: hidden;
		display: flex;
		display: -webkit-flex;
		margin-top: 25px;
		float: left;
	}
	.lixiBox li{
		flex: 1;
		-webkit-flex: 1;
		float: left;
	}
	.lixiBox li i{
		display: block;
		width: 35px;
		height: 35px;
		overflow: hidden;
		margin: 0 auto;
	}
	.lixiBox li i img{
		display: block;
		width: 100%;
	}
	.lixiBox li p{
		text-align: center;
		margin-top: 10px;
	}
	.pagetation li{

		margin: 0 2px;	
	}
	/*帖子恢复*/
	.allreplay {
	    font-size: 14px;
	    color: #333;
	    margin:15px 0;
	    padding: 0 10px;
	}
	.lzname {
	    font-size: 14px;
	    color: #969696;
	    line-height:22px;
	}
	.anreplay .time{
		font-size: 12px;
		line-height: 23px;
	}
	
	.add_replay {
	    width: 95%;
	    margin: 0 auto;
	    margin-top: 25px;
	}
	.add_replay .replayBtn {
	    display: block;
	    width:120px;
	    height: 35px;
	    background: #83b850;
	    line-height: 35px;
	    color: #FFFFFF;
	    margin-top: 25px;
	    text-align: center;
	    float: left;
	    margin-left: 35%;
	    font-size:14px;
	    border-radius: 8px;
	    cursor: pointer;
	}
	.anreplay .lceng {
	    right: 10px;
	}
	.anreplay .huiha {
	    right: 10px;
	    top: 82%;
	}
	.hostmaster .time {
	    position: relative;
	    right: auto;
	    top: auto;
	    color: #999999;
	    font-size: 12px;
	}
	.hostmaster .detail .name{
		margin-right:30px;
	}
	.forumBox .hostmaster {
	    margin-top: 8px;
	}
	/*登录弹窗*/
	.login_box{
		width:100%;
		height:100%;
		position: relative;;
		z-index: 9999;
		border-radius:0px;
		left: 0;
		top: 0;
		margin: 0;
		overflow: hidden;
		background: #FFFFFF;
		padding-top:0px;
		overflow: hidden;
	}
	/*个人中心讲师*/
	.center_inform {
	    width: 100%;
	    padding: 15px 0;
	    overflow: hidden;
	}
	.rightBox .info_img {
	    display: block;
	    width: 50px;
	    height: 50px;
	    margin-left: 0px;
	    margin-top: 0px;
	}
	.rightBox .messBox {
	    float: left;
	    margin-left:0px;
	    width:100%;
	    overflow: hidden;
	}
	.containent.center .centerBox .head_tit {
	    width: 100%;
	    height:50px;
	    line-height: 50px;
	    font-size: 15px;
	    color: #83b850;
	    padding-left:0px;
	}
	.containent.center .centerBox .head_tit i {
	    display: block;
	    width: 18px;
	    height: 20px;
	    float: left;
	    margin-top: 16px;
	    margin-right:5px;
	}
	.classTable table tr td {
	    transform: scale(0.8);
	}
	.dailyBox {
	    width: 100%;
	    padding:20px 0;
	}
	.adddailyBtn {
	    width:160px;
	    height: 38px;
	    text-align: center;
	    line-height: 38px;
	    color: #FFFFFF;
	    font-size: 14px;
	    background: #83b850;
	}
	.dailyBox .daily {
	    margin:20px 0;
	    padding-left: 22px;
	    position: relative;
	}
	.dailyBox .daily p {
	    line-height:30px;
	    font-size: 14px;
	}
	.dailyBox .daily .time {
	    font-size: 12px;
	}
	.rightBox .messBox li {
	    float: left;
	    width: 50%;
	    font-size: 13px;
	    line-height: 40px;
	}
	.popCount {
	    width:100%;
	    height:100%;
	    background: #FFFFFF;
	    position: fixed;
	    left: 0;
	    margin-left:0px;
	    top:0;
	    z-index: 9999999;
	    overflow: hidden;
	    display: none;
	}
	.popCount .coung {
	    padding: 0 15px;
	    font-size: 13px;
	    color: #333333;
	    line-height: 35px;
	}
	.popCount .upfile {
    	width:75%;
	    margin-left: 15px;
	    margin-top: 10px;
	}
	.popCount .count_ttt {
	    text-align: center;
	    font-size: 17px;
	    margin: 55px 0 20 0px;
	}
	.popCount .sureBtn {
	    width: 75%;
	    text-align: center;
	    line-height:38px;
	    height: 38px;
	    color: #FFFFFF;
	    background: #83B850;
	    margin: 0 auto;
	    margin-top: 40px;
	    font-size: 15px;
	    cursor: pointer;
	}
	.popCount .close {
	    position: fixed;
	    display: block;
	    font-size: 20px;
	    right: 0;
	    top: 0;
	    color: #000000;
	    margin-right: 10px;
	    margin-top: 10px;
	}
	/*个人中心消息*/
	.containent.center .centerBox {
	    background: #FFFFFF;
	    padding: 0;
	    margin: 0;
	    padding: 0px;
	    margin-bottom: 10px;
	    padding: 0 10px 25px 10px;
	}
	.containent.center .rightBox {
	    float: right;
	    width: 100%;
	    margin-top:10px;
	}
	.messageCount {
	    padding: 0;
	}
	.containent.center .rightBox .messageCount .count{
	    position: relative;
	    padding: 0;
	    border-bottom: 1px solid #EBEBEB;
	}
	.messageCount .tita {
	    font-size: 14px;
	    line-height:45px;
	}
	.containent.message .rightBox {
	    min-height: 1035px;
	    background: #FFFFFF;
	}
	.message_nav {
	    width: 100%;
	    height:38px;
	    background: #FFFFFF;
	    border-bottom: 1px solid #ebebeb;
	}
	.message_nav .nav {
	    width: 25%;
	    display: block;
	    overflow: hidden;
	    float: left;
	    text-align: center;
	    line-height:38px;
	    color: #333;
	    font-size: 12px;
	    border-right: 1px solid #ebebeb;
	    box-sizing: border-box;
	}
	.message_center .list {
	    background: #FFFFFF;
	    border-bottom: 1px solid #EBEBEB;
	    overflow: hidden;
	    width: 100%;
	    padding:10px;
	}
	.message_center .list i {
	    display: block;
	    width:40px;
	    height: 40px;
	    overflow: hidden;
	    border-radius: 50%;
	    float: left;
	    margin-right: 10px;
	}
	.message_center .list .capt {
	    font-size: 14px;
	    line-height: 25px;
	    overflow: hidden;
	}
	.message_center .list .detii {
	    width: 82%;
	    font-size: 12px;
	    color: #999;
	    line-height: 20px;
	    float: left;
	    margin-left: 8px;
	}
	.navadd {
	    margin: 0;
	    padding: 0 7%;
	    color: #666666;
	    background-position: 1% center;
	}
	.message_count.zixun {
	    padding: 0 ; 
	}
	.message_count.zixun .list .detii {
	    width:95%;
	}
	.message_center {
	    padding-bottom: 80px;
	    background: #FFFFFF;
	    /*height: 800px;*/
	}
	.message_count.reason .reason {
	    margin-top: 10px;
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 0px;
	    text-align: left;
	    line-height: 25px;
	    font-size: 15px;
	    margin-bottom: 10px;
	    font-size: 12px;
	}
	.message_count.reason {
	    padding-top: 15px;
	}
	.message_count.reason .reacount {
	    width: 100%;
	    font-size: 13px;
	}
	.message_center.reason{
		/*height: 600px;*/
		padding:0 10px 10px 10px;
	}
	.message_count.jilu {
	    padding:0px;
	    margin-top: 25px;
	    font-size: 13px;
	}
	.message_count.jilu .jilu {
	    margin-top: 10px;
	    width: 100%;
	    padding-left: 20px;
	    padding-right: 0px;
	    text-align: left;
	    line-height: 25px;
	    font-size: 13px;
	    margin-bottom: 20px;
	    position: relative;
	}
	.message_center.zixun .list .detii .time {
	    float: right;
	    margin-right:5%;
	}
	.message_center .list .detii .name {
	    margin-right: 5%;
	}
	.centerBox .yuYue {
	    margin-left:0px;
	    width:100%;
	    height: 230px;
	    border: 1px solid #EBEBEB;
	    margin-top: 25px;
	    padding-bottom: 20px;
	}
	.aboutCount {
	    padding: 0px 20px 25px 20px;
	}
	.message_count.reason.common {
	    padding-left: 0px;
	}
	.table_kaoqin {
	    margin-top: 10px;
	    margin-left:0px;
	    width: 100%;
	}
	.rightBox .messBox.jiazhang {
	    float: left;
	    margin-left: 10px !important;
	    width: 100%;
	    overflow: hidden;
	}
	.stuPlane {
	    width:100%;
	    height:100%;
	    background: #FFF;
	    position: fixed;
	    left: 00%;
	    top: 0%;
	    margin-top: 0px;
	    margin-left:0;
	    z-index: 99999999;
	    border: 1px solid #EBEBEB;
	    overflow-y: scroll;
	}
	.planBox {
	    padding:10px;
	}
	.stuPlane .addBtn {
	    margin-top:25px !important;
	    margin-bottom: 25px;
	}
	.planBox .daily {
	    padding-left: 20px;
	    margin-bottom: 13px;
	}
	.stuPlane .addBtn {
	    width: 125px;
	    height: 38px;
	    background: #83B850;
	    color: #FFFFFF;
	    text-align: center;
	    line-height:38px;
	    cursor: pointer;
	    margin-left:20px;
	    margin-top: 65px;
	    font-size: 13px;
	    cursor: pointer;
	}
	.addsureBtn {
	    width: 125px;
	    height: 38px;
	    background: #83B850;
	    color: #FFFFFF;
	    text-align: center;
	    line-height:38px;
	    cursor: pointer;
	    margin: 0 auto;
	    font-size: 13px;
	    cursor: pointer;
	    margin-top: 50px;
	}
	/*个人中心课程表弹窗*/
	.schedule {
	    width:100%;
	    height:100%;
	    background: #FFFFFF;
	    padding: 0 10px;
	    position: fixed;
	    left: 0;
	    top: 0;
	    margin-left: 0px;
	    margin-top: 0px;
	    overflow-y: scroll;
	}
	.classtime {
	    font-size: 14px;
	}
		/*学生详情弹窗*/
	.studetailPOP .student i {
	    display: block;
	    width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    overflow: hidden;
	    border: 1px solid #EBEBEB;
	    float: left;
	    margin-left:10px;
	    margin-right:10px;
	    margin-top: 25px;
	}
	.studetailPOP {
	    width:100%;
	    height:100%;
	    position: fixed;
	    left: 0%;
	    top: 0%;
	    margin-top: 0px;
	    margin-left: 0px;
	    background: #ffffff;
	    border: 1px solid #EBEBEB;
	    z-index: 999999;
	    padding: 10px;
	    overflow-y: scroll;
	}
	.studetailPOP .student {
	    padding-bottom: 5px;
	}
	.stulist {
	    width: 80%;
	    float: left;
	}
	.stuplant {
	    padding: 10px;
	    border-bottom: 1px solid #EBEBEB;
	}
	.studetailPOP .message_center.reason .tit {
	    font-size: 13px;
	    padding-left:0px;
	}
	.studetailPOP .message_count.reason .reason {
	    padding-left: 23px;
	}
	.studetailPOP .dot {
	    left: 4px;
	}
	.stuSureBtn {
	    margin-top: 15px;
	}
	/*圆形进度条*/
	.jdt div:nth-child(1) canvas{
		position: absolute;
		left:-5%;
	}
	.jdt div:nth-child(2) canvas{
		position: absolute;
		left:-5%;
	}
	.jdt #indicatorContainer p{
		left:6%;
	}
	.jdt #indicatorContainer2 p{
		left:8%;
	}
	.dot {
	   left: 5px;
	   top: 13px;
	}
	.neirong {
	    padding: 15px;
	    height: 415px;
	    border: 1px solid #EBEBEB;
	    position: relative;
	}
	.neirong .ntitle p{
		font-size: 13px !important;
		line-height: 25px !important;
	}
	.yuyueBtn {
	    display: block;
	    width: 180px;
	    height: 38px;
	    text-align: center;
	    line-height:38px;
	    background: #83B850;
	    color: #FFFFFF;
	    margin: 0 auto;
	    margin-top: 20px;
	}
	.upreasonFile {
	    width:100%;
	    height: 40px;
	    border: 1px solid #EBEBEB;
	    margin-top: 25px;
	    position: relative;
	}
	.iptTime input {
	    width: 73%;
	    height: 100%;
	    border: none;
	    margin-left: 15px;
	}
	.cheekOn {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    left: 0%;
	    top: 0%;
	    margin-left: 0px;
	    margin-top: 0px;
	    z-index: 999999;
	    background: #FFFFFF;
	    border: 1px solid #EBEBEB;
	    padding: 0 10px;
	    overflow-y: scroll;
	}
	.classMessage span {
		font-size: 12px;
	    margin-right: 8px;
	}
	.cheekTable table td  span{
	    font-size: 12px;
	    float: left;
	    margin: 5px 0 5px 10px;
	}
	.cheekTable table td {
	    line-height: 30px;
	}
	.selectClass {
	    width:100%;
	    height: 100%;
	    overflow-y: scroll;
	    background: #FFFFFF;
	    border: 1px solid #EBEBEB;
	    position: fixed;
	    left: 0%;
	    top: 0%;
	    margin-left: 0px;
	    margin-top: 0px;
	    padding-bottom: 35px;
	    display: none;
	}
	.selectClass .classTable {
	    width: 100%;
	    padding: 0 10px;
	}
	.replayBox{
		width: 100%;
		height: 100%;
		padding:0 10px;
		position: fixed;
		left: 0%;
		top: 0%;
		margin-left: 0px;
		margin-top: 0px;
		background: #FFFFFF;
		z-index: 99999999;
		border: 1px solid #EBEBEB;
		overflow-y: scroll;
		padding-bottom:10px;
	}
	.message_count.reason .reacount .dolownd {
	    right: 5%;
	}
	.message_count.reason .reacount .upfile{
		right: -10% !important;
		top: 3px !important;
	}
	.timeLineBox2{
		background-size: 100%;
		margin-left: 0px;
		height: 225px;
	}
	.timeLineBox{
		background-size: 100%;
		margin-left: 0px;
		height: 205px;
		width: 100%;
	}
	.timeLineBox .oneBox{
		height: 18px;
	}
	.editPopBox {
	    position: fixed;
	    left: 0%;
	    top: 0%;
	    background: #FFFFFF;
	    width: 100%;
	    margin-left: 0px;
	    margin-top: 0;
	    padding: 0px;
	    padding-bottom: 45px;
	    display: none;
	    height: 100%;
	    overflow-y: scroll;
	}
	.selectTime ul li {
	    float: left;
	    width: 78%;
	    padding-left: 10px;
	    height: 35px;
	    border: 1px solid #EBEBEB;
	    line-height: 35px;
	    margin-bottom: 10px;
	}
	.editPopBox .textarea {
		width: 80%;
	    margin-top: 15px;
	    overflow: hidden;
	}
	.editPopBox textarea {
	    float: left;
	    width: 68%;
	    height: 85px;
	    border: 1px solid #EBEBEB;
	    padding:5px;
	    font-size: 12px;
	}
	.editPopBox .boottomBox .message_center {
	    margin: 0px;
	    padding-bottom: 0px;
	    margin-left: 16px;
	}
	.studyPop {
	    width:100%;
	    height: 100%;
	    position: fixed;
	    z-index: 9999999;
	    left: 0%;
	    margin-left: 0px;
	    top: 0%;
	    margin-top: 0%;
	    top: 0px;
	    border: 1px solid #EBEBEB;
	    background: #FFFFFF;
	    display: none;
	    overflow-y: scroll;
	}
	.studyPop .timeLineBox {
	    background-size: 100%;
	    overflow: hidden;
	}
	.editplan {
	    position: fixed;
	    z-index: 100000000;
	    width: 100%;
	    padding-bottom: 35px;
	    border: 1px solid #EBEBEB;
	    top: 0%;
	    left: 0%;
	    margin-left: 0px;
	    margin-top: 0px;
	    background: #FFFFFF;
	    display: none;
	    height: 100%;
	    overflow-y: scroll;
	}
	.commonStuPop{
		width:100%;
		padding:0 15px;
		position: fixed;
		left: 0;
		top: 0;
		margin-left: 0;
		margin-top:0;
		background: #FFFFFF;
		border: 1px solid #EBEBEB;
		z-index: 9999999;
		height: 100%;
		overflow-y: scroll;
	}
	.comTextarea {
	    width: 100%;
	    height: 130px;
	    border: 1px solid #EBEBEB;
	    padding: 10px;
	    margin: 50px auto;
	}
	.selectTable {
	    width: 50%;
	    margin-left: 3%;
	    overflow: hidden;
	}
	.editplan .table {
	    width: 94%;
	    margin-left: 3%;
	    height: 200px;
	    border: 1px solid #EBEBEB;
	    margin-top: 15px;
	}
	.editplan .timeselect ul li {
	    width: 32%;
	    float: left;
	    height: 38px;
	    border: none;
	    line-height: 38px;
	}
	#laydate_box{
		left:5% !important;
		
	}
	.head_top .logo {
	    position: absolute; 
	   left: 0; 
	   top: 0; 
	   margin-left:10px;
	   margin-top:10px; 
	}
	.clteacher .rightBox .detail {
	    height: 100%;
	    width:100%;
	}
	.popzhao,.popzhao1,.popzhao2,.popzhao3{
		width: 0 !important;
		height: 0 !important;
	}
	.btncar{
		width:50% !important;
		height:25px !important;
		line-height:18px !important;
		background:#83b850;
		text-align:center;
		color: #FFFFFF;
		margin:10px auto !important;
		cursor:pointer;
	}
	.online-course .course-box{
		padding: 0 10px;
	}
	.online-course .course-box li{
		width: 48%;
		float: left;
		height: 180px;
	}
	.online-course .course-box li:nth-child(2n){
		float: right;
	}
	.online-course li i{
		height: 120px;
	}
	.online-course li .tite .test{
		font-size: 13px;
	}
	.online-course li .teach-look .teacher {
	    font-size: 12px;
	    width: 60%;
		line-height: 16px;
	}
	.online-course li .teach-look .look-num {
	    float: right;
	    font-size: 12px;
		line-height: 16px;
	}
	.online-course li .teach-look .look-num img {
	    float: left;
	    margin-right: 2px;
		width: 16px;
		height: 16px;
	}
	.online-course li .teach-look{
		margin-top: 5px;
	}
	.life_count .counbbox .ttwo{
		font-size: 16px;
	}
	.life_count .counbbox .nrong{
		font-size: 12px;
	}
}
/*----------------------------------------------------------------------------------------------------------------------------------------------=*/
@media (max-width: 375px){
	
	.studetailPOP .student i {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.stulist {
	    width: 83%;
	    float: left;
	}
	.dot {
	    display: block;
	    width: 8px;
	    height: 8px;
	    border-radius: 50%;
	    overflow: hidden;
	    background: #83B850;
	    position: absolute;
	    left: 7px;
	    top: 13px;
	}
	.forumBox .detii .name {
	    margin-right: 20px;
	}	
	html{
		overflow-x: hidden;
	}
	.video_box {
	    float: left;
	    position: relative;
	    width:100%;
		overflow: hidden;
		z-index: 10;
	}
	.line_class .course li i {
	    height:82px;
	    overflow: hidden;
	}
	.line_class .course .tite {
	    width: 100%;
	    padding: 5px;
	    position: relative;
	}
	.navadd {
	    padding: 0 7%;
	}
	.online-course li .tite{
		padding: 5px 3px;
		height: 48px;
		overflow: hidden;
	}
	.online-course li i img{
		height: auto;
	}
	/*课堂详情*/
	.line_class.detail .navadd {
	    padding: 0 8%;
	}
	.tableBox .count i {
	    height: 110px;
	}
	.school_life {
	    width: 100%;
	    height: 1480px;
	}
	.messageCount .tita {
	    font-size: 13px;
	    line-height: 29px;
	}
	.containent.center .rightBox .messageCount .count {
	    position: relative;
	    padding: 0;
	    border-bottom: 1px solid #EBEBEB;
	}
	.containent.center .centerBox .head_tit {
	    width: 100%;
	    height: 50px;
	    line-height: 50px;
	    font-size: 13px;
	    color: #83b850;
	    padding-left: 0px;
	}
	.containent.center .centerBox .head_tit i {
	    display: block;
	    width: 16px;
	    height: 20px;
	    float: left;
	    margin-top: 16px;
	    margin-right: 5px;
	}
	.message_center .list .detii {
	    width: 77%;
	    font-size: 12px;
	    color: #999;
	    line-height: 20px;
	    float: left;
	    margin-left: 8px;
	}
	.mesCenter .navadd {
	    margin: 0;
	    padding: 0 7%;
	    color: #666666;
	    background-position: 1% center;
	}
	.mesCenter .clteacher{
	    padding: 0;
	}
	.online-course .course-box li{
		height: 170px;
	}
}
@media (max-width: 374px){
	.neirong {
	    padding: 10px;
	    height: 450px;
	    border: 1px solid #EBEBEB;
	    position: relative;
	}
	.neirong .ntitle p{
		font-size: 12px !important;
		line-height: 25px !important;
	}
	.role li {
	    height: 50px;
	    line-height: 50px;
	    font-size: 12px;
	    float: left;
	    margin-right: 2px;
	}
	.head_top .logo{
		width: 110px !important;
		height: 30px !important;
		margin-top: 10px !important;
		margin-left: 10px !important;
	}
	.head_top .logo img {
	    display: block;
	    width:100%;
	}
	.copyRight {
	   width: 100%;
	   padding: 0 10%;
	   font-size: 12px;
	   text-align: center;
	   height: 60px;
	   line-height: 20px;
	   padding-top: 12px;
	}
	.footlink{
		padding: 0 5%;
		font-size: 12px;
		line-height: 20px;
	}
	.footlink a{
		font-size: 12px;
	}
	.friend_link {
	    height: 72px;
	}
	.friend_link a{
		font-size: 12px;
	}
	.new_list .tit {
	    font-size: 13px;
	    color: #333333;
	    margin: 5px 0;
	}
	.new_list i {

	    height: 90px;
	}
	.head_nav li {
	    font-size: 12px;
	}
	/*关于我们*/
	.about_cone {
	    height: 365px;
	    font-size: 12px;
	}
	.about_state .staBox li i{
		width: 50px;
	    height: 50px;
	    overflow: hidden;
	    border-radius: 50%;
	    text-align: center;
	    line-height: 50px;
	    font-size: 13px;
	}
	.school_life {
	    width: 100%;
	    height: 1550px;
	}
	.life_count .counbbox .ttwo {
	    font-size:17px;
	    padding-bottom: 3px;
	}
	.life_count .counbbox .neirong {
	    font-size: 12px;
	    color: #FFFFFF;
	    line-height: 23px;
	    text-align: left;
	}
	.about_state .staBox li p {
	    width: 100%;
	    text-align: center;
	    font-size: 12px;
	    margin-top: 10px;
	}
	.line_class .course li i {
	    height: 69px;
	    overflow: hidden;
	}
	.line_class .course .tite {
	    width: 100%;
	    padding-top:5px;
	    position: relative;
	}
	.navadd {
	    padding: 0 10%;
	}
	.teachstate {
	    width:100%;
	    padding:0 10px;
	    margin-top:10px;
	    margin-bottom: 15px;
	}
	.teachstate .count {
	    width:50%;
	    float: left;
	    overflow: hidden;
	    margin-bottom: 20px;
	    padding-left:0px;
	}
	.about_teachstate {
	    height:290px;
	    padding-top: 20px;
	}
	/*课堂详情*/
	.line_class.detail .navadd {
	    padding: 0 10%;
	}
	.tableBox .count i {
	    height: 89px;
	}
	.tableBox .replay {
	    position: relative;
	    margin-top: 10px;
	    width: 100%;
	    padding: 5px 15px;
	    background: #edeff1;
	}
	.tableBox .textarea {
	    width:95%;
	    padding:0px;
	    line-height: 20px;
	    color: #666666;
	    border: 1px solid #EBEBEB;
	    height: 125px;
	    margin-left:2.5%;
	    text-indent: 0;
	}
	.way_tit{
		font-size: 12px !important;
		line-height: 22px !important;
	}
	.login_box{
		padding-top:20px;
	}
}
.navPop{
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #333333;
	opacity: 0.5;
	z-index: 90;
	display: none;
}
/*end*/
