.role-course-container {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	height: 100%;
}

.role-course-header {
	height: 50px;
	background: #fff;
}

.role-course-header .logo {
	height: 29px;
	float: left;
	margin-top: 11px;
}

.role-course-header .logo img {
	height: 100%;
}

.role-course-header .head-nav {
	float: left;
	line-height: 50px;
	height: 50px;
	margin-left: 70px;
	position: relative;
}

.role-course-header .head-nav li {
	cursor: pointer;
}

.role-course-banner-mobile {
	display: none;
}

.head-nav li.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #c6020b;
}

.role-course-header .operate {
	float: right;
	line-height: 50px;
}

.role-course-header .operate a.active {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background-color: #c7000b;
}

.index-banner {
	height: 735px;
  position: relative;
}

.top_login_btn {
	width: 60px;
    height: 30px;
    border: 1px solid #c7000b;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    background-color: #c7000b;
    cursor: pointer;
    box-sizing: border-box;
}
.login_container {
    position: absolute;
	z-index: 999;
    top: 0;
	right: 0;
    width: 550px;
    height: 100%;
    background-color: rgba(256,256,256,0.6);
	text-align: center;
}
.login_container .close_btn{
	float: right;
    margin-right: 30px;
    margin-top: 10px;
    z-index: 1000;
}
.login_container .title{
    font-size: 30px;
    color: #0799fb;
	padding: 150px 0 50px 0;
}
.login_container .login_swap{
	margin-top: 40px;
}

.login_container .login_swap label{
	width: 100px;
    text-align: left;
	font-size: 18px;
	display: inline-block;
}
.login_container .login_swap .lg_input{
    height: 30px;
    border-radius: 20px;
    border: 1px solid #ccc;
	padding: 1px 40px;
	background-color: rgba(256,256,256,0.3);
}

.login_container .login_swap .login_btn{
    width: 340px;
    height: 50px;
    border-radius: 20px;
    border: 1px solid #0799fb;
	background-color: #0799fb;
	color: #FFF;
	font-size: 24px;
}
.role-course-banner {
	background: url(../images/banner/banner.jpg) no-repeat center center;
	height: 350px;
	background-size: cover;
}

.role-course-banner .role-course-container {
	left: 20px;
}

.role-course-banner h1 {
	font-size: 40px;
	margin-top: 136px;
}

.role-course-banner p {
	font-size: 16px;
	margin-top: 15px;
}
 
.role-course-cat {
    height: auto;
    margin-top: 40px;
	margin-left: 20px;
}

.role-course-cat p {
    line-height: 40px;
}

.role-course-cat p label {
    font-weight: bold;
    font-size: 16px;
}

.role-course-cat p span {
    padding: 0 20px;
    font-weight: bold;
    font-size: 16px;
}
.role-course-cat p .active {
     color: #c6020b;
}
.role-course-news {
    height: auto;
    min-height: 300px;
	margin-left: 20px;
	overflow: hidden;
}

.role-course-content .news_img {
	float: left;
	position: relative;
}

.role-course-content .news_img .rec-icon {
	color: #fff;
	text-align: center;
	line-height: 41px;
	font-size: 12px;
	width: 46px;
	height: 41px;
	background: url(../images/icon/ic12.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index: 10;
	right: 4px;
	top: -4px;
}

.role-course-content .news_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.role-course-content .item {
	position: relative;
	overflow: hidden;
	border: 1px solid #dee0e5;
	height: 331px;
	width: 346px;
	box-sizing: border-box;
	float: left;
	margin: 30px 20px;
	border-radius: 10px;
	box-shadow: #dee0e5 3px 3px 10px 5px;
}

.role-course-content .item .info {
	position: relative;
	float: left;
	width: 100%;
	height: 111px;
}

.role-course-content .item .title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 18px;
	margin-left: 15px;
}

.role-course-content .item .content {
	line-height: 20px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	color: #bfc0c4;
}

.role-course-content .item .num {
	left: 0;
	bottom: 16px;
	font-size: 12px;
	color: #bfc0c4;
	margin-left: 15px;
	margin-top: 10px;
}

.role-course-content .title-head {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #dee0e5;
	text-align: center;
}

.role-course-content .title-head .nav-title {
	display: inline-table;
	width: 200px;
	font-size: 18px;
	position: relative;
	cursor: pointer;
}

.role-course-content .title-head .nav-title.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 36px;
	margin-left: -18px;
	height: 3px;
	background-color: #c6020b;
}

.footer-nav-content {
	width: 100%;
	height: 185px;
}
.footer-nav-content  .content{
	float: left;
	margin-top: 40px;
}
.footer-nav-content  .fast-link{
	width: 600px;
}
.footer-nav-content  .fast-link a{
	text-decoration: underline;
}
.footer-nav-content .link-rmbs{
	margin-right: 32px;
}
.footer-nav-content  .weixin_img{
	text-align: center;
	width: 150px;
	float: left;
}
.footer-nav-content  .weixin_img img{
	width: 90px;
}

.footer-nav-content  .mba_info{
	width: 300px;
}
.footer-nav-content  .img_to_mba{
	text-align: right;
	padding-left: 100px;
}
.footer-nav-content  .img_to_mba div{
	width: 70px;
    height: 70px;
    float: left;
    text-align: center;
	line-height: 70px;
}
.footer-nav-content  .img_to_mba img{
	width: 60px;
}
.role-course-footer {
	width: 100%;
	background-color: #f2f2f2;
	height: 70px;
}

.role-course-footer .info {
	margin-top: 20px;
	color: #666;
}

.role-course-footer .legend {
	float: right;
}

.role-course-footer .legend a {
	margin: 0 10px;
	color: #666;
}

.role-course-footer .netSecurity {
	margin-top: 10px;
	color: #666;
}

.role-course-footer .netSecurity img {
	vertical-align: sub;
	margin-right: 10px;
}

.role-course-pagination .num {
	width: initial;
}

.role-course-pagination {
	text-align: center;
	margin-top: 35px;
	padding-bottom: 35px;
}

.role-course-pagination ul {
	margin: 0 auto;
	display: inline-table;
}

.role-course-pagination .left {
	background-color: #f6f7f7;
	width: 30px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.role-course-pagination .right {
	background-color: #f6f7f7;
	width: 30px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.role-course-pagination ul li {
	float: left;
	border-radius: 3px;
	margin-right: 12px;
	cursor: pointer;
	width: 21px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #fff;
}

.role-course-pagination ul li.active a{
	color: #c6020b
}

.role-course-pagination ul li.submit {
	border: 1px solid #e3e3e3;
	width: 60px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 3px;
}

.role-course-pagination input {
	width: 40px;
	height: 26px;
	line-height: 26px;
	width: 40px;
	text-align: center;
	box-sizing: border-box;
	display: block;
	border: 0px;
}

.role-course-pagination .jump-val {
	margin-right: 22px;
	border: 1px solid #e3e3e3;
	width: 40px;
}

.clear {
	clear: both;
}

.course-el,
.course-details {
	background: #f8f8f8;
}

.my-learn.course-details {
	background: none;
}

.user-div {
	color: #333333;
	float: right;
	line-height: 50px;
	padding-right: 10px;
	background-size: 14px 14px;
}

.user-div img {
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}

.user-div a {
	color: #333333;
}

.kec-div {
	padding: 30px;
	background: #fff;
	margin-top: 28px;
}

.kec-div-left {
	float: left;
	width: 379px;
	height: 215px;
}

.kec-div-right {
	float: left;
	width: 700px;
	margin-left: 40px;
	position: relative;
	height: 215px;
}

.kec-div-right .kec-div-title {
	font-size: 24px;
	font-weight: normal;
}

.kec-div-right p {
	color: #999999;
	font-size: 14px;
	margin-top: 20px;
	line-height: 22px;
}

.bm-div {
	position: absolute;
	bottom: 57px;
}

.bm-div span {
	float: left;
	background-color: #dfe1e6;
	color: #333;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
}

.evaluate {
	float: left;
	height: 23px;
	line-height: 23px;
	width: 130px;
}

.evaluate strong {
	float: left;
	font-size: 12px;
	font-weight: normal;
}

.evaluate ul {
	float: left;
}

.evaluate ul li {
	float: left;
	margin-right: 2px;
}

.evaluate b {
	float: left;
	color: #f66f6a;
	padding-left: 5px;
}

.sign-up {
	position: absolute;
	bottom: 5px;
	height: 40px;
	line-height: 40px;
	width: 120px;
	background-color: #f66f6a;
	text-align: center;
	font-size: 16px;
}

.sign-up a {
	color: #fff;
}

.subject {
	background-color: #fff;
	margin-top: 30px;
}

.subject-title {
	border-bottom: 1px solid #e3e3e3;
	padding: 0 40px;
}

.subject-title a {
	display: block;
	float: left;
	line-height: 50px;
	height: 50px;
	font-size: 18px;
	margin-right: 40px;
	color: #333333;

}

.subject-title span {
	display: inline-table;
	height: 100%;
}

.subject-title a.active {
	height: 49px;
}

.subject-title a.active span {
	position: relative;
}

.subject-title a.active span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #f66f6a;
	bottom: 0;
}


.subject-title b {
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

.subject-div {
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
	margin-bottom: 10px;
	border-left: 2px solid #f66f6a;
	padding-left: 15px;
	font-size: 16px;
}

.subject-course p {
	line-height: 25px !important;
	color: #666666 !important;
	font-size: 14px !important;
	font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体" !important;
}

.subject-course {
	padding: 30px 40px 30px 40px;

}

.subject-assess {
	display: none;
}

.subject-evaluate {
	padding: 24px 40px 30px 40px;
	border-bottom: 1px solid #dfe1e6;
	overflow: hidden;
}

.subject-evaluate .title {
	margin-right: 22px;
	float: left;
}

.subject-evaluate .title img {
	width: 50px;
	height: 50px;
}

.subject-evaluate .info {
	float: left;
	width: 1048px;
}

.subject-evaluate .info .name {
	font-size: 16px;
	color: #333;

}

.subject-evaluate .info .time {
	font-size: 12px;
	color: #999;
	margin-left: 22px;
}

.subject-evaluate .info .Star {
	margin-top: 10px;
}

.subject-evaluate .info .present {
	margin-top: 10px;
}

.subject-evaluate .lecturer {
	padding: 10px 20px 30px 20px;
	background-color: #f8f8f8;
	margin-left: 72px;
	margin-top: 15px;
	overflow: hidden;
}

.subject-evaluate .lecturer img {
	width: 30px;
	height: 30px;
}

.subject-evaluate .lecturer .lecturer-title {
	float: left;
	margin-right: 10px;
}

.subject-evaluate .lecturer .present {
	margin-top: 10px;
	color: #666;
}

.subject-evaluate .lecturer .lecturer-bag {
	width: 40px;
	height: 18px;
	color: #0075b4;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #0075b4;
	display: inline-table;
}

.subject-evaluate .lecturer .lector {
	float: left;
	width: 968px;
}

.subject-evaluate .lector p {
	margin-top: 5px;
}

.subject-evaluate .lector .lecturer-bag {
	margin-right: 10px;
}

.intelligent-banner {
	background: url(../images/banner/banner02.jpg) no-repeat center center;
	height: 350px;
	position: relative;
	z-index: 10;
	background-size: cover;
}

.intelligent-banner .role-course-container {
	left: 20px;
	color: #fff;
}

.intelligent-banner h1 {
	font-size: 40px;
	margin-top: 136px;
}

.intelligent-headInfo {
	margin-top: -90px;
	position: relative;
	z-index: 12;
}

.intelligent-headInfo .role-course-container {
	border-bottom: 1px solid #e6e6e6;
	overflow: initial;
}

.intelligent-headInfo .nav {
	color: #fff;
	font-size: 18px;
}

.intelligent-headInfo .nav span {
	margin: 0 10px;
}

.intelligent-headInfo .info {
	padding: 30px;
	height: 250px;
	background-color: #fff;
	margin-top: 15px;
	box-sizing: border-box;
	-moz-box-shadow: 3px 2px 3px 1px rgba(0, 0, 0, 0.04);

	-webkit-box-shadow: 3px 2px 3px 1px rgba(0, 0, 0, 0.04);

	box-shadow: 3px 2px 3px 1px rgba(0, 0, 0, 0.04);
}

.intelligent-headInfo .info .news {
	width: 760px;
	border-right: 1px solid #999999;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.intelligent-headInfo .news p {
	font-size: 22px;
}

.intelligent-headInfo .news .content {
	color: #666;
}

.intelligent-headInfo .period {
	float: left;
	padding-left: 40px;
	box-sizing: border-box;
}

.intelligent-headInfo .period img {
	margin-right: 15px;
	float: left;
}

.intelligent-headInfo .period .name {
	display: inline-table;
	width: 130px;
	color: #252b3a;
}

.intelligent-headInfo .period .item:first-child {
	margin-top: 10px;
}

.intelligent-headInfo .period .item {
	margin-top: 30px;
}

.intelligent-headInfo .period .remarks {
	color: #999999;
}

.intelligent-content .role-course-container {
	background-color: #fff;
	margin-top: 40px;
}

.intelligent-content .item {
	position: relative;
	overflow: hidden;
	padding: 25px 25px;
	border-bottom: 1px solid #dee0e5;
	height: 216px;
	box-sizing: border-box;
}

.intelligent-content .item .info {
	position: relative;
	float: left;
	width: 825px;
	margin-left: 30px;
	height: 100%;
}

.intelligent-content .item .title {
	font-size: 20px;
	color: #333333;
	margin-top: 10px;
}

.intelligent-content .item .content {
	margin-top: 15px;
	color: #999999;
}

.intelligent-content .item .num {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
}

.intelligent-content .num span {
	margin-right: 10px;
}

.intelligent-content .item .news_img {
	width: 295px;
	height: 165px;
	float: left;
	overflow: hidden;
}

.intelligent-content .item .news_img img {
	width: 100%;
	height: 100%;
}

.intelligent-content .title-head {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #dee0e5;
	text-align: center;
}

.intelligent-content .title-head .nav-title {
	display: inline-table;
	width: 200px;
	font-size: 18px;
	position: relative;
	cursor: pointer;
}

.intelligent-content .title-head .nav-title.active:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 36px;
	margin-left: -18px;
	height: 3px;
	background-color: #c6020b;
}

.intelligent-content .item .nowsign-up {
	display: inline-table;
	width: 120px;
	height: 40px;
	background-color: #f99a97;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top: 60px;
	margin-left: 35px;
}

.intelligent-content .item .nowsign-up a {
	color: #fff;
	display: inline-table;
	width: 100%;
}

.role-course-content .role-course-recommend {
	display: none;
}

.schedule {
	margin: 15px auto;
}

.schedule .nav {
	color: #666;
	margin-bottom: 15px;
}

.schedule .m-show {
	display: none;
}

.schedule .nav span {
	margin: 0 8px;
}

.schedule .head-title {
	border: #e2e2e2 1px solid;
	background-color: #fff;
	height: 60px;
	box-sizing: border-box;
	overflow: hidden;
	color: #5e5e5e;
	padding: 0 20px;
}

.schedule .head-title .item {
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	position: relative;
	box-sizing: border-box;
	left: 45%;
}

.schedule .head-title .item:hover {
	color: #f66f6a;
	cursor: pointer;
}

.schedule .head-title .item.active {
	color: #252b3a;
}

.schedule .head-title .assess {
	font-size: 14px;
	margin-right: 20px;
	float: right;
	height: 60px;
	line-height: 60px;
	margin-right: 48px;
	width: 62px;
	text-align: center;
	font-size: 16px;
	position: relative;
	box-sizing: border-box;
}

.schedule .assess img {
	vertical-align: middle;
	margin-right: 10px;
}

.schedule .assess span {
	vertical-align: middle;
}

.schedule .classwindow {
	border: #e2e2e2 1px solid;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	color: #5e5e5e;
	margin-top: 20px;
	display: block;
}

.classwindow .left-content {
	width: 330px;
	height: 100%;
	float: left;

}

.classwindow .title {
	padding: 20px 20px 15px;
	border: none;
	border-bottom: #e2e2e2 1px solid;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	font-weight: bold;

}

.classwindow .title .rateBtn {
	float: right;
	width: 80px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	border: 1px solid #3DCCA6;
	color: #3DCCA6;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 400;
}

.classwindow .title .rateBtn span {
	margin-left: 3px;
}

.classwindow .item li {
	background: url('../images/icon/ic17.png') no-repeat;
	background-size: 16px 16px;
	background-position: 20px center;
	border-bottom: #e2e2e2 1px solid;
	min-height: 46px;
	padding: 12px 20px 12px 45px;
	font-weight: bold;
	box-sizing: border-box;
}

.classwindow .item li.active {
	background: url('../images/icon/ic15.png') no-repeat;
	background-position: 20px center;
}
.classwindow .item li.active span{
	color: #f66f6a;
}
.classwindow .item li img,
.classwindow .item li span {
	vertical-align: middle;
}

.classwindow .item li img {
	margin-right: 8px;
}

.right-content {
	border-left: #e2e2e2 1px solid !important;
	box-sizing: border-box;
	height: 100%;
	width: 868px;
	float: left;
}

.right-content .tab {
	overflow: hidden;
}

.right-content .tab .btn {
	float: left;
	width: 50%;
	height: 60px;
	text-align: 60px;
	line-height: 60px;
	box-sizing: border-box;
	text-align: center;
	border-bottom: #e2e2e2 1px solid;
	border-right: #e2e2e2 1px solid;
	cursor: pointer;
}

.right-content .tab .btn.active {
	color: #f66f6a;
	border-bottom: 0px;
	border-top: 2px solid #f66f6a;
}

.right-content .tab .btn:last-child {
	border-right: 0px;
}

.right-content .content1 {
	text-align: center;
	margin: 15px 0;
	height: 480px;
	position: relative;
	background-color: #eee;
}

.right-content .btn_banner_play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background: url(../images/btn_play.png) no-repeat;
	z-index: 999;
}

.right-content .content3 {
	padding: 15px;
	display: none;
	height: 450px;
}

.right-content .content2 {
	padding: 15px;
	display: none;
	min-height: 450px;
	margin-bottom: 30px;
}
.right-content .content2 .doc_list p {
	padding: 15px 10px;
    border-bottom: 1px dashed #e2e2e2;
    margin: 0 50px;
}
.right-content .content2 .doc_list p span{
	float:right;
}
.right-content .content2 .doc_list p:hover {
    background-color: rgba(0,0,0,.05);
    color: rgba(0,0,0,.95);
}


.right-content .content2 .doc_detail {
	padding: 0  20px;
	line-height: 28px;
	text-align: justify;
}

.right-content .goback {
	text-align: center;
    display: inline-table;
    width: 90px;
    height: 30px;
    border: #e2e2e2 1px solid;
    line-height: 30px;
	float: right;
}

.right-content .nav {
	text-align: center;
}

.right-content .nav .btn-top,
.right-content .nav .btn-next {
	text-align: center;
	display: inline-table;
	width: 90px;
	height: 30px;
	border: #e2e2e2 1px solid;
	line-height: 30px;
	margin: 0 20px;
}

.schedule .rate {
	border: #e2e2e2 1px solid;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	color: #5e5e5e;
	margin-top: 20px;
	padding: 35px 0;
	display: none;
}

.schedule .rate .name {
	color: #6f7479;
	font-size: 16px;
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
}

.schedule .rate .name:before {
	content: "";
	width: 3px;
	height: 20px;
	background: #f66f6a;
	position: absolute;
	left: 0;
	top: 0px;
}

.schedule .rate .whole {
	border-bottom: #ddd 1px solid;
	padding: 0 40px;
}

.schedule .master-box {
	width: 780px;
	height: 110px;
	margin: 0 auto;
	padding-top: 50px;
	box-sizing: border-box;
	position: relative;
}

.schedule .master-box .left {
	background: url('../images/schedule/active-left.png') no-repeat;
	position: absolute;
	margin-top: -22px;
	z-index: 11;
	top: 50%;
	left: 0;
	width: 50px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	padding-left: 10px;
}

.schedule .master-box .center {
	background: url('../images/schedule/active-center.png') no-repeat;
	position: absolute;
	margin-top: -22px;
	z-index: 11;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-left: -30px;
}

.schedule .master-box .right {
	background: url('../images/schedule/active-right.png') no-repeat;
	position: absolute;
	margin-top: -22px;
	z-index: 11;
	top: 50%;
	right: -10px;
	width: 55px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.schedule .master-box .right span {
	position: absolute;
	margin-top: -35px;
	z-index: 11;
	top: 0;
	right: 0;
	width: 55px;
	height: 30px;
	color: #3dcca6;
	text-align: center;
	line-height: 30px;
}

.schedule .master {
	width: 100%;
	height: 6px;
	background-color: #3dcca6;
}

.schedule .rate .chapter {
	padding: 35px 40px;
}

.chapter table {
	margin-top: 30px;
	width: 100%;
	height: 50px;

	line-height: 50px;
	text-align: left;
	border-color: #ddd;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

.chapter thead {
	background: rgba(86, 147, 255, .9);
	color: #fff;
	font-size: 16px;

}

.chapter td {
	padding-left: 20px;
	box-sizing: border-box;
}

.chapter thead th {
	padding-left: 20px;
	box-sizing: border-box;
	font-weight: 400;
}

.chapter .unit {
	color: #1B79C8;
}

.chapter .unit:hover {
	text-decoration: underline;
}

.course-view {
	background: #f8f8f8;
}

.chapter td img {
	margin-right: 5px;
}

.chapter td img,
.chapter td span {
	vertical-align: middle;
}

.titleLearning {}

.titleLearning {
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 600;
}

.learn-center {
	margin: 20px auto;
}

.learn-center .left-content-learn {
	float: left;
	width: 270px;
	margin-right: 30px;
	height: auto;
	background: #f7f7f7;
	padding-bottom: 46px;
}

.learn-center .head {
	padding: 25px 0 30px 60px;
	border-bottom: 1px dashed #ddd;
}

.learn-center .name {
	font-size: 20px;
	color: #252b3a;
	padding-top: 15px;
}

.learn-center .headline img {
	width: 100%;
	height: 100%;
}

.learn-center .headline {
	height: 90px;
	width: 90px;
	border-radius: 90px;
	border: #fff 2px solid;
}

.learn-center .chapteratre {
	padding-top: 15px;
}

.chapteratre .item {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	margin: 1px 0;
}

.chapteratre .item:hover {
	background: #fff;
	cursor: pointer;
}

.chapteratre .item.active {
	background: #fff;
	border-left: 3px solid #c7000b;
	padding-left: 27px;
}

.learn-center .right-content-learn {
	float: left;
	width: 880px;
	position: relative;
}

.learn-center .learn-time {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 25px 0 15px 0;
}

.learn-center .learn-time .news-title {
	font-size: 18px;
	color: #252b3a;
	padding-right: 20px;
	position: relative;
	line-height: 22px;
}

.learn-center .learn-time .news-title:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 22px;
	background: #979797;
	top: 1px;
	right: 10px;
}

.learn-center .learn-time img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

.lear-totalTime {
	font-size: 14px;
	color: #3dcca6;
	position: relative;
	top: -2px;
	left: 5px;
}

.learn-center .class-type {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 20px;
}

.learn-center .class-type .nav {
	float: left;
	font-size: 14px;
	color: #252b3a;
	padding: 10px 0 !important;
	margin-right: 56px;
	cursor: pointer;
	line-height: 22px;
}

.learn-center .class-type .nav.active {
	font-weight: 600;
	color: #252b3a !important;
	border-bottom: 3px solid #c7000b !important;
}

.class-list ul {
	margin-top: 30px;
}

.class-list .btn:first-child {
	border-radius: 2px 0 0 2px;
}


.class-list .btn {
	width: 122px;
	height: 32px;
	border: 1px solid #e6e6e6;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	color: #575d6c;
	cursor: pointer;
	box-sizing: border-box;
	margin-right: -4px;
	;
}

.class-list .btn.active {
	background: #c7000b;
	border: 1px solid #c7000b !important;
	color: #fff !important;
}


.class-list .btn:last-child {
	border-radius: 0 2px 2px 0;
}

.class-list ul {
	margin-left: -20px;
}

.class-list .progress-ul li {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	width: 278px;
	height: 256px;
	transition: .3s;
	float: left;
	margin-left: 20px;
	border: 1px #e1e1e1 solid;
}

.class-list .billing img {
	width: 278px;
	height: 158px;
	display: block;
}

.class-list .content {
	padding: 15px;
}

.class-list .content .title {
	font-size: 16px;
	color: #252b3a !important;
}

.class-list .content .learned {
	position: absolute;
	line-height: 28px;
	vertical-align: middle;
	left: 15px;
	bottom: 15px;
	width: 105px;
	height: 28px;
}

.class-list .content .learned:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 28px;
	background: #e1e1e1;
	right: -15px;
	top: 0;
}

.class-list .content .learned img {
	vertical-align: sub;
	margin-right: 5px;
}

.class-list .content .proceed {
	position: absolute;
	right: 15px;
	background: #c7000b;
	border-radius: 2px;
	width: 96px;
	height: 28px;
	bottom: 15px;
	text-align: center;
	line-height: 28px !important;
	font-size: 14px;
	color: #fff !important;
}

.class-list .content .proceed a {
	color: #fff;
}

.series-content {
	display: none;
	overflow: hidden;
}

.clear-completed {
	display: none;
}

.class-list .none-class {
	width: 420px;
	height: 300px;
	text-align: center;
	margin: 80px auto;
}

.class-list .none-class p {
	margin-top: 30px;
	font-size: 16px;
}

.class-list .none-class a {
	color: #1b79c8;

}

.series-content .series-ul {
	margin-left: -20px;
}

.series-content .series-ul li {
	position: relative;
	margin-bottom: 20px;
	background: #fff;
	width: 278px;
	height: 250px;
	transition: .3s;
	float: left;
	margin-left: 20px;
	border: 1px #e1e1e1 solid;
}

.series-ul .billing img {
	width: 278px;
	height: 158px;
	display: block;
}

.series-ul .content {
	padding: 15px;
}

.series-ul .content .title {
	font-size: 16px;
	color: #252b3a !important;
}

.series-ul .content .learned {
	position: absolute;
	line-height: 28px;
	vertical-align: middle;
	left: 0;
	bottom: 25px;
	width: 100%;
	height: 28px;
	padding: 20px;
	box-sizing: border-box;
}

.span-success {
	margin-right: 10px;
}

.span-conduct {
	padding: 0 10px;
	position: relative;
}

.span-conduct:after {
	    position: absolute;
	    content: "";
	    width: 1px;
	    height: 20px;
	    background: #e1e1e1;
	    right: 0;
	    top: 0;
}
.span-conduct:before {
	    position: absolute;
	    content: "";
	    width: 1px;
	    height: 20px;
	    background: #e1e1e1;
	    left: 0;
	    top: 0;
}

.span-surplus {
	margin-left: 10px;
}

.span-success i {
	min-width: 20px;
	height: 20px;
	font-style: normal;
	text-align: center;
	color: #fff;
	background: #3dcca6;
	border-radius: 20px;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	line-height: 18px;

}

.span-conduct i {
	min-width: 20px;
	height: 20px;
	font-style: normal;
	text-align: center;
	color: #fff;
	background: #499cf2;
	border-radius: 20px;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	line-height: 18px;
}

.span-surplus i {
	min-width: 20px;
	height: 20px;
	font-style: normal;
	text-align: center;
	color: #fff;
	background: #cfcfcf;
	border-radius: 20px;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	line-height: 18px;
}

.series-content .series-ul li:hover{box-shadow:0 5px 30px rgba(0,0,0,.1)}

.studydoc-table{
    width:100%;
    overflow: hidden;
    border-collapse: collapse;
    background: #ffffff;
    box-shadow: 0px 3px12px3px rgba(0,0,0,0.1);
}
.studydoc-table thead{
    width: 100%;
    background: linear-gradient(70deg, #f66f6a, #f66f6a);
    background: -ms-linear-gradient(90deg, #7AD7FF, #66A1FF);
}
.studydoc-table thead th {
    height: 42px;
    padding-left: 40px;
    width: 30%;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    font-weight: normal;
}
.studydoc-table tbody tr{
    border-bottom: solid 1px #e9eaee;
}
.studydoc-table tbody td{
    text-align: left;
    color: #252B3A;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
}
.studydoc-table tbody tr:hover{
    background: #f7fbff;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
}
.schedule-popup {
    display: none;
}
.personal-div {
	background: #fff;
	margin-top: 28px;
	border-radius: 30px;
}
.personal-div-left {
    width: 200px;
	height: 570px;
    float: left;
	background-color: #f3f9fc;
	padding-top: 50px;
    border-radius: 30px 0 0 30px;
}
.personal-div-left p{
    text-align: center;
    padding: 10px 0;
}
.personal-div-left p a{
    color: #28aded;
	font-size: 16px;
    font-weight: bold;
}
.personal-div-right {
    padding: 50px 100px;
    float: left;
	width: 700px;
}
.personal-div-right p {
    padding: 20px 10px;
    font-size: 16px;
}
.personal-div-right .title {
    font-size: 18px;
	font-weight: bold;
}
.personal-div-right p label{
    width: 200px;
    display: inline-block;
}

.personal-div-right .warning{
    color:#c7000b;
}

.personal-div-right .pi_input {
    height: 30px;
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 1px 40px;
    background-color: rgba(256,256,256,0.3);
}