.body{
	overflow: hidden;
}

.learning-progress-wrapper{
    position: relative;
    margin-bottom: 25px;
    z-index: 2;
}

.class-schedule-wrapper{
    border: 1px solid #ddd;
    border-top: 2px solid #ff8964;
    margin-bottom: 25px;
    position: relative;
}

.learning-progress-wrapper h2{
    display: block;
    font-size: 18px;
    line-height: 31px;
    margin: -4px 0 4px;
    width: 620px;
    float: left;
    display: inline-block;
}

.learning-progress-items{
    width: 780px;
    border: 1px solid #e7eaec;
    border-top: 2px solid #ff8964;
    display: inline-block;
    height: 83px;
    background-color: #fff;
    zoom: 1;
    padding: 0;
}

.learning-progress-items:before{
	content: "";
	display: table;
}

.learning-progress-items:after{
	clear: both;
}

.learning-progress-items .progress-item{
    border-right: 1px solid #ddd;
    width: 25%;
    float: left;
    display: block;
    margin: 14px auto;
}

.learning-progress-items .progress-item:last-child{
    border-right: none;
}

.progress-item span{
    display: block;
    text-align: center;
}

.progress-item .item-title{
    line-height: 24px;
	font-size: 14px;
}

.progress-item .item-info{
    line-height: 28px;
    font-size: 16px;
}

.surplus-course{
    display: inline-block;
    margin: -4px 0 4px;
    width: 232px;
    font-size: 18px;
    line-height: 31px;
    float: right;
    position: absolute;
    top: 0;
    left: 549px;
}

.learning-course-hour{
    height: 83px;
	width: 232px;
	display: inline-block;
	float: right;
	border: 1px solid #e7eaec;
	border-top: 2px solid #ff8964;
	zoom: 1;
	padding: 0;
}

.learning-course-hour:before{
	content: "";
	display: table;
}

.learning-course-hour:after{
	clear: both;
}

.course-remain{
	margin: 14px 0 0;
}

.progress-item .item-float{
    display: block;
    line-height: 1.6;
    font-size: 14px;
    overflow: hidden;
    padding: 0 20px;
    color: #333;
    text-align: left;
}

.course-num-right{
	float: right;
}

.class-schedule-wrapper .header-tabs{
    background-color: #fff0eb;
	zoom: 1;
}

.class-schedule-wrapper .header-tabs:before{
	content: "";
	display: table;
}

.class-schedule-wrapper .header-tabs:after{
	clear: both;
}

.class-schedule-wrapper .header-tabs .tab-item{
    font-size: 16px;
    line-height: 40px;
    width: 110px;
    float: left;
    text-align: center;
    position: relative;
    margin: 0;
}

.class-schedule-wrapper .header-tabs .tab-item:after{
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    border: none;
    border-right: 6px solid transparent;
    border-bottom: 40px solid #f6e0d9;
}

.schedule-table-body{
	position: relative;
}

.schedule-table-body table tbody{
    text-align: center;
}

table{
    border-collapse: separate;
    border-spacing: 0;
}

table, td, th{
	vertical-align: middle;
}

table, th, thead, tr, tt{
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

.schedule-table-body table{
    width: 100%;
	font-size: 12px;
	-webkit-background-size: 4px 4px;
	-moz-background-size: 4px 4px;
	background-size: 4px 4px;
	background-image: -webkit-linear-gradient(135deg,#fff 25%,#fff0eb 0,#fff0eb 50%,#fff 0,#fff 75%,#fff0eb 0);
	background-image: -moz-linear-gradient(135deg,#fff 25%,#fff0eb 0,#fff0eb 50%,#fff 0,#fff 75%,#fff0eb 0);
	background-image: -o-linear-gradient(135deg,#fff 25%,#fff0eb 0,#fff0eb 50%,#fff 0,#fff 75%,#fff0eb 0);
	background-image: -ms-linear-gradient(135deg,#fff 25%,#fff0eb 0,#fff0eb 50%,#fff 0,#fff 75%,#fff0eb 0);
	background-image: linear-gradient(-45deg,#fff 25%,#fff0eb 0,#fff0eb 50%,#fff 0,#fff 75%,#fff0eb 0);
}

.schedule-table-body table thead>tr>td{
    width: 12.5%;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 1.5;
}

.schedule-table-body table tbody>tr>th{
    width: 12.5%;
    height: 99px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
}

.schedule-table-body table tbody>tr>td{
    width: 100px;
    vertical-align: middle;
    height: 99px;
    border-right: 1px solid #fde7e0;
    border-bottom: 1px solid #fde7e0;
    overflow: hidden;
}

.schedule-table-body table tbody>tr>td>a{
    font-size: 14px;
    
}

.schedule-table .schedule-table-op{
	text-align: right;
	margin: 0;
}

.schedule-table .schedule-table-op .schedule-table-btn{
    border: none;
	width: 60px;
	background-color: #888;
	color: #fff;
	margin: 10px;
	height: 24px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	outline: none;
	background-color: #ddd;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.schedule-table .schedule-table-op .schedule-week-active{
    background-color: #f60;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.new-user-guide{
	position: relative;
	margin-bottom: 25px;
}

.new-user-guide h1{
    display: block;
    font-size: 18px;
    line-height: 31px;
    margin: -4px 0 4px;
    width: 100%;
}

.schedule-table-body tbody tr p{
    margin: 0;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
/**************** yyy ****************/
.home-nav .home-nav-active {
    /*background-color: #e9a31c;*/
}
.nav-list li:hover{
    /*background-color: #e9a31c;*/
    /*color: #F98E2B;*/
}
.nav-list a:hover{
    color: #F98E2B;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.icon-user, .icon-edit {
    font-size: 15px;
}