.body-right{
	width: 780px;
	float: right;
	display: block;
}

.yuekeHandle{
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    border: #e7eaec 1px solid;
    border-top: #ff8964 2px solid;
    width: 778px;
    background: #fff;
}

.scheduleBg{
    background: #fff0eb;
    height: 40px;
    line-height: 40px;
}

.scheduleTab{
    float: left;
    font-size: 16px;
}

.scheduleTab span{
    border-right: #ffe8e1 1px solid;
    color: #f6a387;
}

.scheduleTab .cur{
    width: 110px;
    text-align: center;
    float: left;
    cursor: pointer;
    background: #fff;
    border-right: #fff0eb 1px solid;
    position: relative;
    color: #333;
}
.leftTimes{
    font-size: 16px;
    color: #36a5ef;
    float: right;
    margin-right: 10px;
}
.leftTimes .text{
    margin-right: 5px;
}
.scheduleMore{
	float: right;
	padding-right: 10px;
}

.yueke-wapper{
    min-height: 300px;
    width: 100%;
    position: relative;
    background-color: #fff0eb;
    padding-bottom: 5px;
}
.yueke-table-title{
	display: block;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 15px;
    position:relative;
}
.yueke-table-title .help{
    position: absolute;
    top: 7px;
    left: 230px;
    height: 49px;
    width: 341px;
    text-indent: 19px;
    color: #f65d22;
    background: url(../../images/help_bg.png) no-repeat;
    background-size: 100%;
    display:none;
}
.yueke-table-title table{
	width: 710px;
	table-layout: fixed;
	text-align: center;
    vertical-align: middle;
}

.yueke-table-title table td{
	margin: 10px;
}

.yueke-table-title table td a{
    margin: 10px;
    padding: 10px 10px 5px 10px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
    box-shadow: 0px 2px 0px #999;
    text-decoration: none;
    outline: none;
    display: block;
    font-size: 14px;
    height: 60px;
}

.yueke-table-title table td .on-focus-date {
    color: #f60;
    border-color: #f60;
    box-shadow: 0 2px 0 #f60;
}

.yueke-table-title table td .on-focus-date span{
    background-color: #f60;
}


.yueke-table-title table td a:hover {
    color: #f60;
    border-color: #f60;
    box-shadow: 0 2px 0 #f60;
}

.yueke-table-title table td a:hover span{
    background-color: #f60;
}

.yueke-table-title table td a span{
	display: inline-block;
    width: 100%;
    height: 5px;
    margin: 0;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #ccc;
}

.yueke-table-body div{
    padding: 10px;
    display: none;
}

.yueke-table-body .schedule-list-show{
    display: block;
}

.yueke-table-title h2, .yueke-table-body h2{
    padding: 0 10px;
    margin: 0;
    font-size: 22px;
    color: #f60;
}

.yueke-table-title > p {
    margin: 0;
    padding: 10px;
}

.yueke-table-body{
    padding: 15px;
    border-bottom: 1px dashed #ccc;
    min-height: 180px;
}

.yueke-table-body .yueke-body-time{
    padding: 5px 10px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 15px 10px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

a.yueke-body-time-check:hover {
    color: #f60;
    border-color: #f60;
}

/*a.yueke-body-time:focus {
    color: #f60;
    border-color: #f60;
}*/

.yueke-table-body div a.on-focus{
    color: #fff;
    border-color: #f60;
    background-color: #f60;
}

.yueke-submit{
	margin: 20px 25px;
}

.yueke-submit .submit-btn{
    background-color: #f60;
    color: #fff;
}
.explain img{
    height: 18px;
    width: 18px;
    margin-top: -3px;
    margin-left: 5px;
}

.is-checked{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 20px;
}
.date-point{
    height: 45px;
    display: inline-block;
}
.date-point img{
    height: 100%;
}
.yueke-submit .btn{
    width: 90px;
    color: #fff;
}
.yueke-submit .cancel-btn{
    background-color: #bcbcbc;
}
/***************** yyy *********************/
.home-nav .home-nav-active {
    /*background-color: #e9a31c;*/
}
.nav-list li:hover{
    /*background-color: #e9a31c;*/
}
.nav-list a:hover{
    color: #F98E2B;
}