@charset "utf-8";
.layui-layer-ico16, .layui-layer-loading .layui-layer-loading2{
	width: 230px !important;
	height: 230px !important;
}
/*footer*/

.foot-line {
	height: 10px;
	background: #2E323E;
}

.footer {
	height: 200px;
	background: #2E323E;
}

.footer-con {
	position: relative;
}

.erweima {
	position: absolute;
	right: 0;
	top: 45px;
	text-align: center;
}
.erweima img{
	width: 80px;
	height: 80px;
}
.erweima p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}

.footer-p1,
.footer-a {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 50px;
	line-height: 30px;
}

.footer-a {
	padding-top: 10px;
	display: block;
}

.footer-a:hover {
	color: #fff;
}


/*//////////////////////////////////侧边栏////////////////////////////////////*/

.sideBar {
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	color: #fff;
	text-align: center;
	z-index: 99;
	background: rgba(0, 0, 0, 0.8);
}

.public-address {
	margin-top: 200px;
	position: relative;
}

.download-app {
	position: relative;
}

.sideBar>div {
	padding: 20px 0;
	cursor: pointer;
}

.sideBar>div:hover {
	background: #35A447;
}

.sideBar p {
	font-size: 12px;
}

.to-top {
	display: none;
	position: absolute;
	bottom: 60px;
	width: 60px;
}

.wechat-icon,
.teacher-app,
.student-app {
	display: none;
	width: 132px;
	height: 132px;
	padding: 13px;
	position: absolute;
	top: 0;
	z-index: 99;
	background: #fff;
	border: 1px solid #DDDDDD;
	color: #666;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.wechat-icon img,
.teacher-app img,
.student-app img {
	width: 100px;
	height: 100px;
}


.teacher-app p,
.student-app p {
	line-height: 18px;
	margin-top: 8px;
}
.wechat-icon p{
	line-height: 18px;
	margin-top: 2px;
}
.wechat-icon,
.teacher-app {
	left: -160px;
}

.student-app {
	left: -319px;
}


/*//////////////////////////////导航///////////////////////////////*/

.nav {
	width: 100%;
	min-width: 1200px;
	height: 80px;
	background: #fff;
}

.nav-main {
	width: 1200px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 180px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
}

.logo img {
	vertical-align: middle;
}

.item {
	width: 120px;
	float: left;
	line-height: 80px;
	color: #333;
	cursor: pointer;
	position: relative;
}

.item:hover {
	color: #35A447;
}

.nav-ul .item.active {
	color: #35A447;
}


/*.nav-ul .active{
	color: #35A447;
}*/

.nav-ul .item.active i {
	position: absolute;
	bottom: 20px;
	left: 13px;
	display: inline-block;
	width: 28px;
	height: 3px;
	background: #35A447;
}

/*.nav-ul .item:last-child.active i {
	left: 5px;
}
*/
.back-old {
	margin-top: 26px;
	float: right;
	display: block;
	border: 1px solid #DDDDDD;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.login,
.message,
.logout,
.userbox {
	float: right;
	padding: 0 20px;
	cursor: pointer;
}
.message{
 height: 80px;
}
.logout {
	display: none;
	color: #999;
}

.userbox {
	display: none;
}

.login img,
.login span,
.message img,
.message span {
	vertical-align: middle;
}

.userbox img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
}

.nav-message-numb {
	display: none;
	color: #F56C6C;
}

.login {
	color: #35A447;
}


/*//////////////////////////////////公共样式////////////////////////////////////*/

.left {
	float: left;
}

.right {
	float: right;
}

.main-bg {
	background: #f0f2f5;
}

.main-con {
	width: 1200px;
	margin: 0 auto;
}

.text-over {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-over-two {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.little-banner {
	height: 240px;
	width: 100%;
}

.red {
	color: #F56C6C;
}

.red-exp{
	color: #F56C6C;
}

.green {
	color: #35A447;
}

.green-exp{
	color: #67C23B;
}

.blue {
	color: #1B8FE8;
}

.gray {
	color: #999;
}

.gray6 {
	color: #666666;
}

.orange {
	color: #FFAA00;
}

.main-color {
	color: #333;
}

.my-page {
	text-align: center;
	padding-top: 34px;
}

.my-page a,
.my-page span {
	margin-right: 8px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	padding: 0;
}

.scroll-bar::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 5px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 5px;
}

.scroll-bar::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}

.scroll-bar::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #fff;
}

input::-webkit-input-placeholder {
	color: #ccc;
}


/*.toast-box{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.5);
	z-index: 99;
}*/

.toast {
	position: fixed;
	width: 250px;
	height: 180px;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -125px;
	background: #fff;
	z-index: 100;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.toast img {
	width: 70px;
	height: 70px;
	margin-top: 30px;
}

.toast h4 {
	color: #333;
	line-height: 20px;
	margin-top: 20px;
}

.no-data {
	text-align: center;
	padding: 20px;
}

.no-data p {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	padding-top: 20px;
}

.no-data img {
	/*width: 210px;
	height: 160px;*/
}

.layui-form-switch {
	margin-top: 0;
}

.layui-form-switch {
	background-color: #FFAA00;
	border-color: #FFAA00;
}

.layui-form-switch em {
	color: #fff!important;
}

.layui-form-onswitch {
	border-color: #67C23B;
	background-color: #67C23B;
}

.layui-form-switch i {
	background-color: #fff;
}

.img-animat {
	overflow: hidden;
}


/*==================================================*/

.img-animat img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-ms-transition: -moz-transform 0.2s transition: transform 0.2s;
}

.img-animat-parent:hover .img-animat img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.no-course {
	text-align: center;
	padding: 50px;
	display: none;
	background: #fff;
}

.no-course img {}

.no-course p {
	color: #999;
	padding-left: 30px 0;
}

.layui-layer-title {
	background-color: #35A447;
}

.layui-layer-setwin a {
	color: #fff;
}

.layui-layer .layui-layer-btn .layui-layer-btn0 {
	border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
}

.layui-layer .layui-layer-btn .layui-layer-btn1 {
	border-color: #35A447;
	background-color: #35A447;
	color: #fff;
}


/*==========================================================*/
.load{
	text-align: center;
	background: #fff;
	margin-bottom: 20px;
}
.nothing {
	background: #fff;
	text-align: center;
	padding: 50px;
}

.nothing img {}

.nothing p {
	color: #999;
}