@CHARSET "UTF-8";

/*--------------------顶部------------------*/
body, a {
	color: #666;
}

body {
	background-color: #efefef;
}

.myroom_top {
	height: 36px;
	background: #f2f2f2;
}

.myroom_top_bd {
	width: 1150px;
	margin: auto;
	height: inherit;
	line-height: 36px;
}

.myroom_top_r {
	float: right;
	height: 36px;
}

.myroom_top_l {
	float: left;
	height: 36px;
}

.myroom_top_l>span, .myroom_top_l>a {
	float: left;
}

.myroom_top_bd .line {
	color: #aaa;
}

.myroom_top_bd i.iconfont {
	font-size: 130%;
	margin-right: 2px;
	vertical-align: baseline;
}

.myroom_top_bd i.set {
	font-size: 100%;
}

.myroom_top_message i.iconfont {
	font-size: 120%;
	color: #ff7f14;
}

.myroom_top_bd .wx {
	font-size: 170%;
}

.myroom_top_bd .wb {
	font-size: 160%;
}

.myroom_top_bd .set {
	font-size: 140%;
}

.myroom_top_message .num {
	color: #ff7f14;
}

.myroom_top_bd a,
.myroom_top_bd .span {
	display: inline-block;
	*display:inline;
	margin: 0 12px;
	line-height: 36px;
	vertical-align: middle;
}
.myroom_top_wx,
.myroom_top_set{
	position:relative;
	z-index:10;
}
.myroom_top_wx:hover .ewm,
.myroom_top_wx:hover .arrow{
	display:block;
}
.myroom_top_wx .ewm{
	display:none;
	position:absolute;
	left:50%;
	top:35px;
	z-index:10;
	width:108px;
	margin-left:-54px;
	padding:8px;
	background-color:#fff;
	border:solid 1px #ff7f14;
	box-shadow:5px 5px 3px #eee;
	box-shadow:5px 5px 3px rgba(0,0,0,.05);
}
.myroom_top_wx .bd{
	float:left;
	width:108px;
	height:108px;
	margin-right:15px;
}
.myroom_top_wx .arrow,
.myroom_top_set .arrow{
	display:none;
	position:absolute;
	left:50%;
	bottom:1px;
	z-index:11;
	width:0;
	height:0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #ff7f14;
}

.myroom_top_wx .bd img{
	width:100%;
}
.myroom_top_bd a.name {
	display: inline;
	margin: 0;
}

.myroom_top_set:hover .set_bd{
	display:block;
}
.myroom_top_set .set_bd{
	display:none;
	position:absolute;
	left:50%;
	top:35px;
	margin-left:-50px;
	width:100px;
	padding:10px 0;
	border:solid 1px #ff7f14;
	background-color:#fff;
	box-shadow:5px 5px 3px #eee;
	box-shadow:5px 5px 3px rgba(0,0,0,.05);
}
.myroom_top_set .set_bd a{
	display:block;
	height:30px;
	margin:0;
	line-height:30px;
	font-size:12px;
	text-align:center;
}
.myroom_hotline {
	display: inline-block;
	width: 108px;
	height: 18px;
	margin: 0 10px;
	vertical-align: middle;
	background: url(/myroom/images/hotline.png) no-repeat center center;
}


/*--------------------主菜单------------------*/
.myroom_menu_bg {
	position:relative;
	height: 80px;
	background-color: #ff7f14;
}

.myroom_menu {
	width: 1150px;
	margin: auto;
	line-height: 80px;
}

.myroom_logo {
	float: left;
	width: 200px;
	height: 80px;
	background: url(/myroom/images/logo.png) no-repeat left center;
}

.myroom_menu h1 {
	float: left;
	margin: 0;
	padding: 0;
}

.myroom_menu .cursor {
	background: #f26005;
}

.myroom_menu h1 a {
	position: relative;
	float: left;
	height: 80px;
	padding: 0 30px;
	line-height: 80px;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}

.myroom_menu i.new {
	position: absolute;
	right: 10px;
	top: 12px;
	z-index: 10;
	width: 29px;
	height: 16px;
	background: url(/images/new.png) no-repeat;
}

/*--------------------crumbs------------------*/
.crumbs {
	width: 1150px;
	margin: auto;
	font-size: 12px;
}

/*---------------------我的课室首页主体---------------------*/
.myroom-containter{
	float:left;
	margin-left:15px;
	width:950px;
}

.myroom_body {
	position: relative;
	width: 1150px;
	margin: auto;
	margin-bottom:60px;
	color: #666;
}

.myroom_main {
	float: left;
	width: 800px;
	margin-left: 15px;
}

.myroom_body h2.title {
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	color: #333;
}

.myroom_body h2.title .ex {
	margin-left: 5px;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.myroom_body h2.title i {
	margin-right: 4px;
	font-weight: normal;
	font-size: 16px;
}

.myroom_body h2.title a {
	float: right;
	font-weight: normal;
	font-size: 14px;
}

.myroom_body h2.title a i {
	font-size: 12px;
	margin: 0 0 0 4px;
}

/*-----左边菜单-----*/
.myroom_left {
	float: left;
	width: 185px;
	background-color: #fff;
}
/*头像*/
.myroom_face {
	display: block;
	padding-top: 15px;
	text-align: center;
	cursor: pointer;
}

.myroom_face_img {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border:solid 1px #ddd;
	border-radius:50%;
}

.myroom_face_name {
	display: block;
	padding-top: 12px;
	font-size: 14px;
	line-height: 1em;
}

.myroom_face_img img {
	width: 100%;
	border-radius: 50%;
}
/*徽章*/
.myroom_badge {
	width:100%;
	padding-top: 12px;
}

.myroom_badge li {
	/* float: left; */
	margin-left: 5px;
}

.myroom_badge li img {
	height: 20px;
}
/*余额支付*/
.pay_balance {
	margin-top: 15px;
	text-align: center;
}

.pay_balance a {
	display: inline-block;
	padding: 2px 12px;
	background-color: #fff;
	border: solid 1px #ff7f14;
	color: #ff7f14;
	font-size:12px;
}

.pay_balance a:hover {
	background: #ff7f14;
	color: #fff;
}
/*左边导航栏*/
.myroom_guide {
	margin-top: 15px;
	border-top: solid 1px #d0d0d0;
}

.myroom_guide a {
	display: block;
	height: 44px;
	padding: 0 15px;
	line-height: 44px;
	font-size: 14px;
	border-bottom: solid 1px #d0d0d0;
	cursor: pointer;
}

.myroom_guide i.arrow {
	float: right;
	font-size: 12px;
	color: #aaa;
}

.myroom_guide i {
	float: left;
	width: 27px;
}

.myroom_guide .txt {
	float: left;
}

.myroom_guide .dt {
	font-size: 16px;
}

.myroom_guide .cursor {
	background: #ff7f14;
	color: #fff;
	border-bottom: solid 1px #ff7f14;
}

.myroom_guide .cursor i.arrow {
	color: #fff;
}

.myroom_guide_ul {
	border-bottom: solid 1px #d0d0d0;
}

.myroom_guide_ul a {
	padding-left: 43px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: none;
}

.myroom_guide_ul a.disabled {
	color: #bbb;
}

/*------------我的课室首页主体------------*/

/*当前上课数据*/
.myroom_now {
	float: left;
	width: 100%;
	background-color: #fff;
}

.myroom_now li {
	float: left;
	width: 25%;
	padding: 20px 0;
	text-align: center;
}
.myroom_now span {
	color: #999;
	font-size: 12px;
}

.myroom_now .title {
	display: block;
	font-size: 14px;
	line-height: 2em;
}

.myroom_now b {
	margin:0 2px;
	font-size: 18px;
	color: #333;
}

.myroom_now2{
	float: left;
	width: 100%;
	background:#f9f9f9;
	border:solid 1px #e5e5e5;
	border-left:none;
	margin-bottom:20px;
}
.myroom_now2 li {
	float: left;
	width: 33%;
	padding: 6px 0;
	text-align: center;
	color:#777;
	border-left:solid 1px #e5e5e5;
}
.myroom_now2 b{
	margin:0 2px;
	font-size:18px;
	color:#333;
}

/*每周课程表头*/
.myroom_schedule {
	width: 100%;
	margin-top: 15px;
	background-color: #fff;
}

.myroom_schedule_th {
	float: left;
	width: 100%;
	overflow: hidden;
	border-bottom: solid 2px #ff7f14;
}

.myroom_schedule_th li {
	position: relative;
	float: left;
	width: 114px;
	padding: 8px 0;
	margin-left: -1px;
	border-left: solid 1px #ddd;
	text-align: center;
	cursor: pointer;
}

.myroom_schedule_th li:hover {
	background-color: #f1f1f1;
}

.myroom_schedule_th li.cursor:hover {
	background-color: #ff7f14;
}

.myroom_schedule_th li span {

}

.myroom_schedule_th .noline {
	margin-left: 0;
	border-left: none;
}

.myroom_schedule_th .cursor {
	color: #fff;
	background: #ff7f14;
	border-left: solid 1px #ff7f14;
	cursor: default;
}

.myroom_schedule_th .noline.cursor {
	border-left: none;
}

.myroom_schedule_th .cursor .num {
	color: #ff7f14;
}

.myroom_schedule_th i {
	position: absolute;
	right:19px;
	top: 12px;
	z-index: 1;
	font-size: 16px;
	color: #b0b0b0;
}

.myroom_schedule_th .cursor i{
	color:#eee;
}

.myroom_schedule_th .book {
	top: 8px;
	color: #ccc;
	font-size: 20px;
}

.myroom_schedule_th .num {
	position: absolute;
	right:20px;
	top: 10px;
	*right:18px;
	*top:10px;
	z-index: 2;
	width: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

.myroom_schedule_th .have
{
	color: #ff7f14;
}
.myroom_schedule_th .cursor .have{
	color:#f23005;
}

.myroom_schedule_th .txt {
	display: block;
	font-size: 14px;
	line-height: 24px;
}

/*今日话题，英文泛读*/
.myroom_today {
	display: block;
	width: 100%;
	height: 44px;
	position: relative;
}

.myroom_today span{
	display: inline-block;
	width: 50%;
	overflow: hidden;
}

.myroom_today.one span {
	width: 100%;
}

.myroom_today span a {
	display: block;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	margin: 10px 15px;
}

/*课程安排*/
.schedule-loading {
	display: none;
	text-align: center;
	background-color: #fff;
	margin-top: 15px;
	padding: 10px 0px;
}

.schedule-loading.active {
	display: block;
}

.schedule-loading img {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
}

.schedule-loading span.text {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-left: 5px;
	vertical-align: middle;
}

.myroom_course {
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 15px 0;
	background-color: #fff;
	position: relative;
}

.myroom_course::after {
	content: '';
	display: block;
	width: 0;
	border-left: 1px solid #ddd;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 396px;
	z-index: 99;
}

.myroom_course.no-line::after {
	display: none;
}

.myroom_course .myroom_aliveok p{
	margin-top:40px;
}

.myroom_course_l {
	float: left;
	width: 356px;
	padding: 0 20px;
	font-size: 14px;
}

.myroom_course_l li {
	float: left;
	width: 100%;
	line-height: 22px;
	padding-bottom: 15px;
}

.myroom_course_l label {
	float: left;
}

.myroom_course_l .txt {
	float: left;
	max-width: 314px;
}
.myroom_course_l .txt .title{
	float: left;
	width:250px;
}
.myroom_course_l .time {
	float: left;
	width: 200px;
}

.myroom_course_l .teacher {
	float: left;
}

.myroom_course_l .down {
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

.myroom_course_l .down i {
	margin-right: 4px;
	font-size: 18px;
}

.myroom_course_l .txt_bd {
	display: block;
}

.myroom_course_l .jia {
	position: relative;
	left: 5px;
	display: inline-block;
	font-size: 12px;
	padding: 3px 8px;
	line-height: 1em;
	background: #ccc;
	color: #fff;
	border-radius: 2px;
}

.myroom_course_l .jia i {
	position: absolute;
	left: -3px;
	top: 50%;
	z-index: 1;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-right: 3px solid #ccc;
}

.myroom_course_l .jia:hover {
	background: #ff7f14;
}

.myroom_course_l .jia:hover i {
	border-right: 3px solid #ff7f14;
}

/*课程功能*/
.myroom_course_r {
	float: left;
	width: 363px;
	padding: 0 20px 20px 20px;
	text-align: center;
}

.myroom_course_r li {
	float: left;
	width: 25%;
	margin-top: 16px;
}

.myroom_course_r i.fun {
	position: relative;
	width: 40px;
	height: 45px;
	font-size: 36px;
	color: #888;
	cursor: pointer;
}

.myroom_course_r a:hover .fun, .myroom_course_r a:hover .txt {
	color: #ff7f14;
}
.myroom_course_r i.room{
	position:relative;
	top:-4px;
	font-size:40px;
}
.myroom_course_r .time{
	position:absolute;
	left:0;
	top:10px;
	z-index:10;
	width:38px;
	height:26px;
	font-size:12px;
	line-height:26px;
	color:#ff7f14;
	letter-spacing:-1px;
}
.myroom_course_r .play{
	position:absolute;
	left:17px;
	top:16px;
	z-index:10;
	width:0;
	height:0;
	border-left:solid #ff7f14 9px;
	border-top:solid transparent 7px;
	border-bottom:solid transparent 7px;
}

.myroom_course_r .txt {
	display: block;
	color: #888;
}

.myroom_before {
	padding-top: 20px;
}

.myroom_course_r i.gou, .myroom_course_r i.gou_finish {
	position: absolute;
	right: -8px;
	bottom: 5px;
	z-index: 1;
	font-size: 14px;
}

.myroom_course_r i.finish {
	color: #ff7f14;
}

.myroom_course_r i.gou_finish {
	color: #ff7f14;
}

.myroom_course_r i.red_dot {
	position: absolute;
	right: -4px;
	top: 0;
	z-index: 1;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff7f14;
	behavior: url(/pie.htc);
}

/*上周下周回到本周*/
.myroom_week {
	margin-top: 15px;
	text-align: right;
}

.myroom_week a {
	display:inline-block;
	height: 30px;
	margin-left:15px;
	line-height: 30px;
	width: 100px;
	color: #fff;
	text-align: center;
	background-color: #ff7f14;
}

.myroom_week a:hover {
	background: #f26005;
}

.myroom_week a.disabled, .myroom_week a.disabled:hover {
	background-color: #ddd;
}

/*---------------------右边栏-------------*/
.myroom_sider {
	float: left;
	width: 130px;
	margin-left: 15px;
}

.myroom_sider_bd {
	position: fixed;
}

/*我的学习导师*/
.myroom_sm dl {
	width: 110px;
	padding: 10px;
	font-size: 12px;
	background-color: #fff;
}

.myroom_sm .img {
	width: 100%;
	text-align: center;
	/**background: url(/myroom/images/sm.png) no-repeat center bottom;**/
}

.myroom_sm .img img {
	max-width: 100%;
}

.myroom_sm dt {
	padding-bottom: 8px;
	margin-bottom: 3px;
	text-align: center;
	border-bottom: solid 1px #ddd;
}

.myroom_sm dd {
	padding: 5px 0;
}
.myroom_sm dd:hover{
	color:#ff7f14;
}

.myroom_sm dd i {
	display: block;
	height: 24px;
	line-height: 24px;
	width: 20px;
	font-size: 18px;
	float: left;
}
.myroom_sm dd a[href]{
	cursor:pointer;
}

.myroom_sm dd i.clear {
	display: block;
	height: 0;
	line-height: 0;
	width: 0;
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
}

.myroom_sm dd span {
	display: block;
	line-height: 24px;
	width: 90px;
	float: left;
}
.myroom_sm dd a span{
	cursor:pointer;
}
.myroom_sm .label {
	display: block;
}

.myroom_sm .inf {
	padding: 0 5px;
	line-height: 1.8em;
	font-size: 12px;
}

.myroom_sm .name {
	display: block;
	width: 110px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
}
.myroom_sm .btn_white2 i{
	margin-right:4px;
}
.myroom_office dt {
	padding-bottom: 10px;
	margin-bottom: 8px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
}

/*教务处*/
.myroom_office {
	margin-top: 15px;
	width: 110px;
	padding: 10px;
	background-color: #fff;
}

.myroom_office dd {

}

.myroom_office a {
	position:relative;
	display: block;
	padding: 4px 0;
	cursor: pointer;
	font-size: 12px;
}
.myroom_office .dot{
	position:absolute;
    left:9px;
    top:0;
    z-index:10;
    width:14px;
    height:14px;
    text-align:center;
    line-height:14px;
    color:#fff;
    background-color:#ff7f14;
    border-radius:10px;
    font-size:.8em;
}

.myroom_office span {
	display: inline-block;
	vertical-align: middle;
}

.myroom_office dd i {
	width: 22px;
	font-size: 17px;
	vertical-align: middle;
}

/*-------------------课程设置---------------------*/
.set_class {
	margin-bottom: 15px;
	padding: 15px 20px;
	background: #fff;
}

.set_class dt {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.set_class dt a.record {
	display: block;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	background-color: #ff7f14;
	padding: 0 5px;
	float: right;
	border-radius: 3px;
}

.set_class dt a.record .remark {
	display: none;
}

.set_class dt a.record:hover {
	background-color: #f26005;
}

.set_class dd {
	margin: 25px 0;
}

.set_title {
	float: left;
	width: 130px;
	margin-right:20px;
	text-align: right;
	font-size: 14px;
}

.set_class .remark {
	display: block;
	line-height: 30px;
	color: #fff;
	background-color: #ff7f14;
}

.set_class .set_advance {
	margin: 0;
}

.set_advance label {
	float: left;
	width: 130px;
	font-size: 12px;
	cursor: pointer;
	line-height: 35px;
}

.set_advance .set_title {
	margin-top: 20px;
}

.set_advance i {
	font-size: 26px;
	color: #666;
	width: 54px;
	text-align: center;
	line-height: 54px;
	border-radius: 54px;
	background: #eee;
	position: relative;
	behavior: url(/pie.htc);
}

.set_advance label span {
	display: block;
	width: 54px;
	line-height: 1.8em;
	text-align: center;
}

.set_advance .cursor i, .set_advance label:hover i {
	color: #fff;
	background: #ff7f14;
}

.set_advance .cursor span, .set_advance label:hover span {
	color: #ff7f14;
}

.set_usual {
	line-height: 24px;
}

.set_usual label {
	position: relative;
	display: inline-block;
	height: 24px;
	margin-right: 60px;
	color: #888;
	background: #d6d6d6;
	border-radius: 24px;
	behavior: url(/pie.htc);
	cursor: pointer;
}

.set_usual label input {
	width: 100px;
	color: #888;
	border: none;
	background: transparent;
	padding: 0 5px;
}

.set_usual .cursor, .set_usual label:hover {
	background: #ff7f14;
	color: #fff;
}

.set_usual .cursor input {
	color: #fff;
}

.set_usual i {
	position: absolute;
	right: 3px;
	top: -1px;
	z-index: 1;
	font-size: 18px;
	color: #fff;
}

.set_usual label span {
	display: inline-block;
	padding: 0 30px 0 12px;
}

.set_usual textarea {
	float: left;
	width: 540px;
	height: 100px;
	padding: 5px;
	border: solid 1px #ddd;
}

.set_submit {
	text-align: center;
}

.set_submit input {
	display: inline-block;
	height: 44px;
	padding: 0 120px;
	line-height: 44px;
	background: #ff7f14;
	border-radius: 44px;
	border: none;
	color: #fff;
	font-size: 18px;
}

.set_submit input:hover {
	background: #f57002;
	color: #fff;
}

/*-------表格------*/

/*-----------------------预习------------------------*/
.prepare {
	background-color: #fff;
}

.prepare>h2 {
	padding: 20px;
}

.prepare_tips {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border-top: solid 1px #ddd;
	border-bottom: solid #ff7f14 2px;
	background-color:#fff;
}

.prepare_tips li {
	float: left;
	width: 266px;
	border-left: solid 1px #ddd;
	cursor: pointer;
}
.prepare_tips li a{
	display:block;
}
.prepare_tips .cursor {
	position: relative;
	background-color: #ff7f14;
	color: #fff;
}
.prepare_tips .cursor a{
	color:#fff;
}
.prepare_tips .cursor i {
	position: absolute;
	left: 50%;
	bottom: -2px;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}

.prepare_tips .line {
	border-left: none;
}

.prepare_bd {
	position: relative;
	z-index: 2;
	padding-bottom:20px;
}

.prepare_bd>.left, .prepare_bd>.right {
	position: absolute;
	top: 0;
	z-index: 3;
	width: 50px;
	height: 100%;
	color: #bbb;
	text-align: center;
	cursor: pointer;
}

.prepare_bd .left i, .prepare_bd .right i {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 4;
	width: 50px;
	height: 70px;
	line-height: 70px;
	font-size: 60px;
	margin-top: -35px;
}

.prepare_bd .left:hover, .prepare_bd .right:hover {
	color: #ff7f14;
}

.prepare_bd .left {
	left: 0;
}

.prepare_bd .right {
	right: 0;
}

.prepare_word {
}

.prepare_word_bd {
	padding:0 40px;
}

.prepare_word_bd strong {
	font-size: 36px;
	font-weight: normal;
	color: #333;
}

.prepare_word_bd .symbol {
	margin: 0 8px;
	color: #999;
	font-size: 14px;
}

.phonetic {
	margin: 0 8px;
	color: #999;
	font-size: 14px;
}

td .phonetic {
	margin: 0;
	color: #666666;
	font-size: 12px;
}

.prepare_word_bd .sound, .today .sound {
	font-size: 17px;
	cursor: pointer;
	color: #999;
}

.prepare_word_bd .sound:hover, .today .sound:hover {
	color: #ff7f14;
}

.prepare_a {
	float: right;
	margin-top: 20px;
}

.prepare_a a {
	margin-left: 20px;
	font-size: 14px;
	cursor: pointer;
	color: #ff7f14;
}

.prepare_a a:hover {
	color: #f26005;
}

.prepare_a i {
	font-size: 15px;
}

.ag_prepare_ch{
	padding:10px 0;
	background: #f0f0f0;
}
.prepare_ch {
	padding:5px 20px;
	font-size: 14px;
}

.prepare_ch .type {
	color: #999;
}

.prepare_example {
	padding: 20px 0;
}

.prepare_example h4 {
	font-size: 18px;
	color: #333;
}

.prepare_example p {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.8em;
}

.prepare_example p span {
	display: inline-block;
}

.prepare_example p .from {
	display: block;
	margin-left: -5px;
	font-size: 12px;
	color: #999;
}
.word_tips{
	position:relative;
	padding:0 40px;
	margin-top:20px;
	background:#fff;
}
.word_tips ul{
/* 	position:fixed; */
	float:left;
	width:720px;
	padding-bottom:20px;
	background:#fff url(/myroom/images/word_tips_bg.png) repeat left top;
}
.word_tips li{
	float:left;
	position:relative;
	height:30px;
	margin-right:20px;
	padding:0 15px;
	font-size:14px;
	margin-top:20px;
	line-height:30px;
	background-color:#eee;
	cursor:pointer;
}
.word_tips li:last-child{
	margin-right:0;
}
.word_tips .cursor,
.word_tips li:hover{
	color:#fff;
	background-color:#ff7f14;
}
.word_tips .arrow{
	display:none;
	position:absolute;
	left:50%;
	bottom:-6px;
	z-index:10;
	margin-left:-6px;
	width:0;
	height:0;
	border-left:6px transparent solid;
	border-right:6px transparent solid;
	border-top:6px solid #ff7f14;
}
.word_tips .cursor .arrow,
.word_tips li:hover .arrow{
	display:block;
}


/*预习-句子*/
.prepare_sentence2 .prepare_sentence_en{
	font-size: 14px;
}
.prepare_sentence,
.prepare_sentence2
 {
	margin: auto;
}

.prepare_sentence li{
	margin: 30px;
	padding-bottom:30px;
	line-height: 1.8em;
	border-bottom:dashed 1px #ccc;
}
.prepare_sentence2 li{
	padding-left: 20px;
	margin-top: 15px;
	line-height: 1.8em;
}

.prepare_sentence_en {
	color: #333;
	font-size: 14px;
}

.prepare_sentence_ch {
	color: #999;
	font-size: 14px;
}

.ag_prepare_example .prop{
	font-size:16px;
	font-weight:bold;

}
/*预习-非自研教材*/
.prepare0 {
	padding: 0 20px 20px 20px;
	margin-top: -15px;
	font-size: 14px;
}

.prepare0 dt {
	padding: 15px 0 10px 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.prepare0 dd {
	padding: 20px;
	line-height: 1.8em;
	background: #f0f0f0;
}

/*---------------复习--------------*/
.review {
	overflow: hidden;
	padding-top: 20px;
}

.review h3 {
	margin-top: 20px;
	color: #ff7f14;
}

.review_txt {
	line-height: 2em;
	font-size: 14px;
}

.review_txt a {
	margin: 0 5px;
	color: #ff7f14;
}

.review_txt a:hover {
	color: #f26005;
}

.review_course {
	display: block;
	margin-top: 10px;
	border: 1px solid #aaa;
	float: left;
	border-radius: 3px;
}

.review_course .arrow i{
	font-size:16px;
}

.review_course span.text {
	display: block;
	line-height: 32px;
	color: #666;
	font-size: 14px;
	padding: 0 10px;
	float: left;
}

.review_course b.arrow {
	float: left;
	line-height: 36px;
}

.clear {
	height: 0;
	width: 0;
	border: none;
	float: none;
	clear: both;
}

.review_null{
	padding:20px 0;
	font-size:14px;
}
.review_null a{
	margin:0 5px;
}
/*---------------------每日话题,英文泛读-------------------*/
.daily_topic, .headline {
	background: #fff;
}

.daily_topic h2, .headline h2 {
	padding: 20px 20px 0 20px;
}

.daily_topic .myroom_schedule {
	border-top: solid 1px #ddd;
}

.daily_topic_bd, .headline_bd {
	padding: 20px;
	font-size: 14px;
	line-height: 1.8em;
}

.daily_topic_bd h5 {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0;
}

.daily_topic_bd .topic {
	display: none;
}

.daily_topic_bd div.no-class {
	text-align: center;
	padding: 30px;
}

.daily_topic_bd .topic p {
	line-height: 24px;
}

.daily_topic_bd .topic.active {
	display: block;
}

.topic_title {
	display: block;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.topic1, .topic2, .topic3, .topic4 {
	padding-bottom: 15px;
	line-height: 1.7em;
}

.topic_title2, .topic_title3, .topic_title4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.topic_more {
	padding: 15px 20px;
	text-align: right;
	font-size: 14px;
}

.headline_bd h3 {
	font-size: 14px;
	color: #333;
	text-align: center;
}

.headline_bd h4 {
	margin: 10px 0 10px 0;
	text-align: center;
}

.headline_bd h4 div {
	display: block;
	padding: 5px 0;
	background-color: #fff;
}

.headline_en, .headline_cn {
	float: left;
}

.headline_en {
	width: 359px;
	padding-right: 20px;
	border-right: dashed 1px #ddd;
}

.headline_cn {
	width: 360px;
	padding-left: 20px;
}

.headline_en p, .headline_cn p {
	color: #444;
	line-height: 30px;
	margin-bottom: 15px;
}


/*--------------------下载教材-----------------*/

.myroom_download dd {
	position: relative;
	float: left;
	width: 165px;
	opacity: .3;
	filter: alpha(opacity = 30);
	cursor: pointer;
	text-align: center;
	margin:4px;
}

.myroom_download .img img {
	width: 135px;
	height: 165px;
}

.myroom_download .txt {
	width: 125px;
	height: 35px;
	margin: auto;
	line-height: 35px;
	text-align: center;
	background: #f0f0f0;
	padding: 0 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.myroom_download .cursor, .myroom_download dd:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.myroom_download .cursor .txt {
	color: #fff;
	background: #ff7f14;
}

.myroom_download .cursor i {
	position: absolute;
	left: 50%;
	bottom: -10px;
	z-index: 9;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-top: solid 10px #ff7f14;
}
.myroom_download_table{
	margin-top:5px;
}
h3.myroom_download_title {
	color: #333;
	font-size: 14px;
}

h3.myroom_download_title span {
	font-weight: normal;
	color: #666;
}


.myroom_list .count {
	font-size: 12px;
	font-weight: normal;
}
/*------------精读训练-------------*/
.myroom_read {
	padding: 20px;
	background-color: #fff;
}

.myroom_ts {
	float: left;
	width: 100%;
	padding: 20px 0;
	font-size: 14px;
}

.myroom_ts b {
	float: left;
	width: 50px;
	padding: 5px 0;
	margin-right: 5px;
	text-align: center;
	line-height: 1.2em;
	color: #333;
	letter-spacing: 1px;
	background: #f0f0f0;
}


.myroom_ts p {
	float: left;
	width: 690px;
	padding-left:10px;
	line-height: 1.7em;
}
.myroom_ts .mt10{
	display:block;
	margin-top:10px;
}
.myroom_read_bd h3, .write_txt h3 {
	margin-top: 20px;
	height: 0;
	line-height: 0;
	border-top: solid 1px #ddd;
	text-align: center;
}

.myroom_read_bd h3 b, .write_txt h3 b {
	display: inline-block;
	position: relative;
	top: -20px;
	height: 40px;
	padding: 0 20px;
	color: #333;
	line-height: 40px;
	font-size: 20px;
	background: #ddd;
}

.myroom_read_bd h4 {
	padding-top: 30px;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.myroom_read_txt p {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.8em;
	text-indent: 1.5em;
}

/**/
.explan_content .con_exp {
	-display: inline-block;
	position: relative;
	color: #333;
	font-weight:bold;
	cursor: pointer;
}
.explan_content .con_exp:hover{
	background-color: #f0f0f0;
}
.explan_content .con_exp:hover .myroom_pop {
	display: block;
	bottom: 30px;
	width: 200px;
	min-width:150px;
	max-width:300px;
	margin-left: -90px;
}
/**/
.myroom_strange {
	display: inline-block;
	position: relative;
	color: #333;
	cursor: pointer;
}

.myroom_strange:hover .myroom_pop {
	display: block;
	bottom: 30px;
	width: 200px;
	margin-left: -110px;
}

.myroom_pop,
.myroom_pop2,.tips {
	position: absolute;
	left: 50%;
	z-index: 2;
	padding: 10px;
	color: #666;
	line-height: 1.8em;
	background: #eee;
	font-size: 12px;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
	*box-shadow: 2px 2px 4px #666;
	behavior: url(/pie.htc);
}
.myroom_pop2{
	width:300px;
	bottom:25px;
	left:50%;
	margin-left:-150px;
}
.myroom_pop>i,
.myroom_pop2>i {
	position: absolute;
	left: 40%;
	bottom: -8px;
	z-index: 3;
	width: 0;
	height: 0;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #333;
}
.myroom_pop2 .li{
	clear:both;
	padding:5px 0;
}
.myroom_pop .b{
	display:block;
	font-size:14px;
}
.myroom_pop .span{
	display:block;
	font-weight:normal;
}

.myroom_pop2 .b {
	float:left;
	width:50px;
	font-size: 14px;
}

.myroom_pop2 .span {
	float:left;
	width:230px;
	font-weight:normal;
}

/*选择题，主观题*/

/*选择题*/
.myroom_read_practice {
	padding: 20px;
	margin-top: 15px;
	font-size: 14px;
	background-color: #fff;
}

.myroom_read_practice h3 {
	font-size: 14px;
	color: #333;
}

.myroom_read_practice h4 {
	padding: 10px;
	font-size: 14px;
	background-color: #f0f0f0;
}

/**/
.read_question_main .go_left, .read_question_main .go_right {
	display: none;
	width: 70px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 40px;
	color: #999;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	-top: 80px;
	z-index: 5;
}

.read_question_main .go_left {
	left: -75px;
}

.read_question_main .go_right {
	right: -75px;
}

.read_question_main .go_left:hover, .read_question_main .go_right:hover
	{
	color: #ff7f14;
	background: #fafafa;
}

.read_question_main {
	width: 640px;
	margin: auto;
	position: relative;
}

.read_question_main .subBlock {
	display: none;
}

.myroom_read_choice dl {
	position: relative;
}

.myroom_read_choice dd {
	width: 640px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 1.8em;
	cursor: pointer;
}

.myroom_read_choice dd:hover {
	background-color: #f0f0f0;
}

.myroom_read_choice dd label {
	float: left;
	width: 25px;
	margin-top: 6px;
	*margin-top: 0;
}

.myroom_read_choice dd span {
	float: left;
	width: 615px;
}

.myroom_read_choice  i.error, .myroom_read_choice  i.right {
	font-size: 20px;
}

.myroom_read_choice  i.error {
	color: #ff3414;
}

.myroom_read_choice  i.right {
	color: #30ab0a;
}

.myroom_read_choice dt {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 50px;
	height: 100%;
	color: #999;
	cursor: pointer;
}

.myroom_read_choice dt:hover {
	background-color: #f0f0f0;
	color: #ff7f14;
}

.myroom_read_choice .go_left, .myroom_read_choice .go_left i {
	left: 0;
}

.myroom_read_choice .go_right, .myroom_read_choice .go_right i {
	right: 0;
}

.myroom_read_choice dt i {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 3;
	font-size: 50px;
	width: 50px;
	height: 100%;
}

.myroom_read_submit {
	padding-top: 20px;
	text-align: center;
}

.myroom_read_submit .timer {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
}

.myroom_read_submit input, .myroom_read_submit a {
	margin: 0 10px;
}

.myroom_read_submit .timer i {
	font-size: 120%;
}

.myroom_read_practice1 .myroom_ts {
	padding-top: 0;
}

.myroom_read_answer {
	position: relative;
	padding: 10px;
	background-color: #f0f0f0;
	line-height: 2em;
	font-size: 12px;
}

.myroom_read_answer i {
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #f0f0f0;
}

/*主观题*/
.myroom_read_practice2 h3 span {
	font-weight: normal;
	color: #666;
}

.myroom_read_personal {
	padding-top: 20px;
}

.myroom_read_textarea {
	position: relative;
	margin-top: 20px;
}

.myroom_read_textarea .textarea {
	padding: 10px 10px 40px 10px;
	border: solid 1px #ccc;
}

.myroom_read_textarea .textarea textarea {
	width: 100%;
	border: none;
	height: 200px;
	color: #666;
	line-height: 2em;
}

.myroom_read_textarea .ts {
	padding-top: 10px;
	text-align: right;
	font-size: 12px;
}

.myroom_read_textarea .notice {
	position: absolute;
	left: 1px;
	bottom: 28px;
	width: 758px;
	z-index: 1;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	background-color: #eee;
}
.myroom_read_textarea .oversize{
	color:red;
}
.myroom_read_personal h5 {
	font-weight: normal;
	font-size: 14px;
	padding: 20px 0 10px 0;
}

.myroom_read_textarea h5 {
	padding-top: 0;
}

.myroom_read_comment p {
	padding: 10px;
	color: #555;
	background-color: #f0f0f0;
	line-height: 2em;
}

.myroom_read_result, .myroom_read_hints {
	padding: 30px;
	font-size: 14px;
}

.myroom_read_result .title {
	padding: 30px 0 10px 0;
	text-align: center;
}

.myroom_read_result a {
	width: 200px;
}

.myroom_read_hints p {
	padding: 30px 0 50px 0;
}

.myroom_read_hints i {
	float: left;
	margin-right: 10px;
	font-size: 60px;
	color: #ff7f14;
}

.myroom_read_hints {
	line-height: 50px;
}

.myroom_read_hints .txt {
	float: left;
	width: 245px;
	padding-left: 5px;
	line-height: 2em;
}

.myroom_read_hints .short {
	padding-left: 30px;
	padding-top: 60px;
}

.myroom_read_hints .short .txt {
	width: 200px;
	line-height: 50px;
}

.myroom_read_hints .alignc a {
	margin: 0 10px;
}

.myroom_read_hints b {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #ff7f14;
}

/*----------写作课堂-----------*/
.write_list .myroom_table {
	margin-top: 0;
}

.write_head {
	padding: 20px 20px 0 20px;
	*padding: 20px;
	margin-bottom: 15px;
	background-color: #fff;
}

.write_txt {
	padding: 20px;
	margin-bottom: 15px;
	background-color: #fff;
}

.write_txt p {
	margin-top: 40px;
	font-size: 14px;
	line-height: 1.8em;
}

.write_txt h4 {
	font-size: 14px;
	padding-bottom: 10px;
}

.write_txt a {
	float: right;
	padding: 4px 12px;
	color: #fff;
	font-weight: normal;
	background: #ff7f14;
	font-size: 12px;
}

.write_txt a:hover {
	background: #f26005;
	color: #fff;
}

.write_txt a i {
	font-size: 100%;
	margin-right: 2px;
}

/*写作向导*/
.write_guide {
	background-color: #fff;
}

.write_guide h3 {
	padding: 18px 20px;
	color: #333;
	font-size: 14px;
	color: #ff7f14;
	line-height: 20px;
	cursor: pointer;
}

.write_guide h3 i, .write_practice h3 i {
	float: right;
	font-size: 16px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.write_guide h3:hover, .write_practice h3:hover {
	color: #ff7f14;
	background: #fafafa;
}

.write_guide_bd {
	position: relative;
	top: -10px;
	padding-bottom: 20px;
}

.write_guide_main .go_left, .write_guide_main .go_right {
	display: none;
	width: 70px;
	height: 172px;
	line-height: 172px;
	text-align: center;
	font-size: 40px;
	color: #999;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 80px;
	z-index: 5;
}

.write_guide_main .go_left {
	left: -75px;
}

.write_guide_main .go_right {
	right: -75px;
}

.write_guide_main .go_left:hover, .write_guide_main .go_right:hover
	{
	color: #ff7f14;
	background: #fafafa;
}

.write_guide_main {
	width: 640px;
	margin: auto;
	position: relative;
}

.write_guide_main .subBlock {
	display: none;
}

.write_guide h4 {
	padding: 6px 0;
	font-size: 14px;
	color: #333;
}

.write_guide_textarea, .write_practice_textarea {
	position: relative;
	padding: 10px 10px 40px 10px;
	border: solid 1px #ccc;
}

.write_guide_textarea textarea, .write_practice_textarea textarea {
	width: 100%;
	height: 120px;
	border: none;
	background: none;
}

.write_guide_main .links {
	padding-top: 20px;
	text-align: center;
}

/*写作训练*/
.write_practice {
	margin-top: 15px;
	background-color: #fff;
}

.write_practice h3 {
	padding: 20px;
	font-size: 14px;
	line-height: 1em;
	color: #ff7f14;
	cursor: pointer;
}

.write_practice_bd {
	padding: 0 20px 20px 20px;
}

.write_practice_ts {
	padding-top: 10px;
	text-align: right;
	font-size: 12px;
}

.write_practice_textarea .notice {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 758px;
	z-index: 1;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	background-color: #eee;
}

.write_submit {
	padding-top: 20px;
	text-align: center;
}

.write_submit a {
	margin: 0 10px;
}

/*老师批复*/
.write_reply {
	padding: 20px;
	background-color: #fff;
}

.write_reply h3 {
	margin-bottom: -10px;
	color: #333;
	font-size: 14px;
}

.write_reply .teacher {
	margin-left: 5px;
	font-weight: normal;
	color: #666;
}

.write_reply .teacher span {
	color: #ff7f14
}

.write_reply h4 {
	height: 40px;
}

.write_reply h4 a {
	float: left;
	width: 378px;
	border: solid 1px #ddd;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
}

.write_reply .cursor {
	color: #fff;
	font-weight: bold;
	background: #ff7f14;
	border: solid 1px #ff7f14;
}

.write_reply_article {
	padding: 10px 0 20px 0;
	font-size: 14px;
	line-height: 1.5em;
}

.writeBlock {
}

.write_reply_origin {
	padding: 10px;
	margin-top: 10px;
	border: solid 1px #ccc;
}

.write_reply_origin b {
	color: #ff7f14;
}

.score_progress {
	position: relative;
	z-index:8;
	float: left;
	width: 520px;
	height: 10px;
	margin: 6px 0;
	behavior: url(/pie.htc);
	background-color: #ccc;
}

.score_progress .cover {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 0%;
	height: 100%;
	background-color: #ff7f14;
}

.score_progress .scale {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.score_progress .scale li {
	float: left;
	width: 51px;
	height: 100%;
	border-right: solid 1px #fff;
}

.score_num {
	float: left;
	width: 80px;
	font-size: 14px;
	text-align: center;
}

.write_reply_txt {
	margin-top: 20px;
	padding: 20px;
	font-size: 14px;
	line-height: 2em;
	background: #f0f0f0;
}

.write_reply_txt b {
	display: block;
}

.write_reply_txt p {
	display: block;
	margin: 4px 0;
}

.write_reply_txt .by {
	display: block;
	text-align: right;
}

/*我的课表*/
.schedule {
	padding: 20px;
	background-color: #fff;
}

.schedule_date {
	display: block;
	margin: 15px 0 10px 0;
}

.schedule_date a {
	display: block;
	float: left;
}

.schedule_date a .iconfont {
	display: inline-block;
	line-height: 24px;
	margin: 0 2px;
}

.schedule_date a.btn_orange2 {
	display: none;
	margin-right: 10px;
}

.schedule_date a.btn_orange2:hover {
	border: 1px solid #f26005;
}

.schedule_date a.btn_orange2.disabled {
	background-color: #ddd;
	border: 1px solid #ddd;
	cursor: default;
}

.schedule_date .btn_white2 {
	float: right;
}

.ymList {
	display: block;
	width: 110px;
	height: 26px;
	line-height: 26px;
	border: none;
	margin-right: 10px;
	float: left;
	position: relative;
	z-index: 9;
}

.ymList .dataList {
	display: none;
}

.ymList .currentYM {
	display: block;
	height: 26px;
	color: #fff;
	line-height: 26px;
	background-color: #ff7f14;
	cursor: pointer;
	position: relative;
	border-radius: 3px 3px 0 0;
}

.currentYM .ymText {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	padding-left: 12px;
}

.ymList .arrow {
	display: block;
	height: 0;
	width: 0;
	border-left: 4px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.ymList.active .currentYM .arrow {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ymList.active .yearList {
	display: block;
}

.ymList .yearList {
	display: none;
	width: 110px;
	background-color: #ff7f14;
	position: absolute;
	left: 0;
	top: 26px;
	z-index: 999;
	box-shadow: 2px 5px 6px #aaa;
}

.ymList .yearList li {
	display: block;
	color: #fff;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	cursor: default;
	position: relative;
}

.ymList .yearList li .arrow {
	border-left: 4px solid #fff;
}

.ymList .yearList li:hover .arrow, .ymList .yearList li.active .arrow {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ymList .yearList li.active .arrow {
	border-left: 4px solid #ff7f14;
}

.ymList .yearList li:hover {
	background-color: #f26005;
}

.ymList .yearList li.active {
	background-color: #f26005;
	background-color: #fff;
	color: #666;
}

.ymList .yearList li:hover .monthList {
	display: block;
}

.ymList .monthList {
	display: none;
	width: 50px;
	background-color: #ff7f14;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	box-shadow: 2px 3px 6px #aaa;
}

.ymList .monthList li {
	cursor: pointer;
	white-space:nowrap;
}

#schedule {
	display: block;
	width: 760px;
	position: relative;
	z-index: 1;
}

#schedule .paramError {
	display: block;
}

#schedule .paramError span {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-align: center;
	padding: 0 10px;
	margin: 35px auto;
}

#schedule .paramError span a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	padding: 0 8px;
	margin-left: 4px;
	background-color: #ff7f14;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd;
}

#schedule .paramError span a:hover {
	background-color: #f26005;
}

#schedule .mask {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

#schedule .mask .scheduleOverlay {
	display: block;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity = 50);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9998;
}

#schedule .mask .scheduleHint {
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	margin: -20px 0 0 -90px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9999;
	border-radius: 5px;
}

#schedule .delayHint {
	display: block;
	height: 24px;
	line-height: 24px;
}

#schedule .delayHint label {
	display: block;
	color: #ff7f14;
	float: left;
}

#schedule .delayHint span {
	display: block;
	color: #666;
	float: left;
}

#schedule .delayHint b {
	color: #ff7f14;
	font-weight: normal;
}

.schedule_table {
	display: block;
	width: 756px;
	border-collapse: collapse;
	border-left: solid 1px #e6e5e6;
	border-top: solid 1px #e6e5e6;
	margin: 0 auto;
}

.schedule_table th {
	width: 107px;
	color: #333;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #e6e5e6;
}

.schedule_table th.weekend {
	color: #b8b8b8;
}

.schedule_table th.border-right {
	border-right: solid 1px #e6e5e6;
}

.schedule_table td {
	*display: block;
	width: 107px;
	height: 93px;
	font-size: 14px;
	text-align: left;
	padding: 3px;
	vertical-align: top;
	border-right: solid 1px #e6e5e6;
	border-bottom: solid 1px #e6e5e6;
	*position: relative;
}

.schedule_table .day {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #333;
	text-align: center;
	float: right;
}

.schedule_table td.weekend {
	background: #f5f5f5;
}

.schedule_table td.weekend .day {
	color: #878787;
}

.schedule_table td.other_month .day {
	color: #c3c3c3;
}

.schedule_table .course {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 8px 0 3px;
	margin-bottom: 5px;
	position: relative;
	border-radius: 3px;
}

.schedule_table .report_wrap {
	display: block;
	line-height: 24px;
	text-align: center;
	margin-bottom: 5px;
}

.schedule_table .report_wrap .iconfont {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #ff7f14;
	margin: 0 2px;
	border-radius: 3px;
}

.schedule_table .report_wrap .iconfont:hover {
	color: #fff;
	background-color: #ff7f14;
}

.schedule_table .course:hover {
	background-color: #f1f1f1;
}
.schedule_table .finished a{
	color:#ff7f14;
}
.schedule_table .course.finished:hover {
	background-color: #666;
}

.schedule_table .course.finished:hover .status, .schedule_table .course.finished:hover .time
	{
	color: #fff;
}

.schedule_table .course a.button {
	display: block;
}

.schedule_table .course:hover .course_hint {
	display: block;
}

.schedule_table .course .course_hint {
	display: none;
	width: 220px;
	color: #fff;
	font-size: 12px;
	background-color: #ff7f14;
	margin: -12px 0 0 0;
	overflow: hidden;
	position: absolute;
	left: 100%;
	top: 50%;
	z-index: 99;
	border-radius: 3px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
}

.schedule_table .course.unfinished .course_hint, .schedule_table .course.vacation .course_hint
	{
	padding: 5px;
}

.schedule_table .course .course_hint .item {
	display: block;
	padding: 0 5px;
	line-height: 24px;
	cursor: default;
}

.schedule_table .course .course_hint .item:hover {
	background-color: #f26005;
}

.schedule_table div i.clear {
	display: block;
	height: 0;
	width: 0;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
}

.schedule_table div.head {
	display: block;
	line-height: 24px;
	padding: 0;
	margin-bottom: 5px;
}

.schedule_table .course i.point {
	display: block;
	height: 0;
	width: 0;
	margin: 7px 0 7px 2px;
	border-left: 5px solid #aaa;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-left: -5px;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.schedule_table .course:hover i.point {
	border-left: 5px solid #ff7f14;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	*border-right: 5px solid #ff7f14;
	*border-left: none;
}

.schedule_table .course .status, .schedule_table .course .deduct {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	float: left;
}

.schedule_table .course.wait.allowDayOff:hover .status {
	display: none;
}

.schedule_table .course.wait.allowDayOff:hover a.dayoff {
	display: block;
}

.schedule_table .course a.dayoff {
	display: none;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background-color: #ff7f14;
	padding: 0 6px;
	margin: 2px 0;
	float: left;
	border-radius: 3px;
}

.schedule_table .course a.dayoff:hover {
	background-color: #f26005;
}

.schedule_table .course.unfinished {
	cursor: default;
}

.schedule_table .course.unfinished .status, .schedule_table .course.vacation .status
	{
	color: #aaa;
}

.schedule_table .course .time {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #929292;
	float: right;
}

.schedule_ts {
	float: left;
	width: 690px;
	margin-left: 10px;
}

.schedule_ts li {
	padding-bottom: 5px;
	line-height: 2.5em;
	font-size: 12px;
}

.schedule_ts_bd {
	padding-left: 1.5em;
}

.schedule_ts_bd .icon {
	padding-right: 25px;
}

.schedule_ts_bd .icon i {
	color: #ff7f14;
	font-size: 150%;
	margin-right: 5px;
}

.schedule_finish_fn a {
	padding: 0 5px;
	color: #ff7f14;
	font-size: 20px;
}

.schedule_finish_fn a:hover .iconfont.do {
	color: #ff7f14;
}

.schedule_finish_fn a .iconfont.do{
	color: #999;
}

.schedule_finish_fn a:hover {
	color: #f26005;
}

.edit_comment i {
	margin: 0 2px;
	color: #999;
	font-size: 22px;
}

.edit_comment i.cursor {
	color: #ff7f14;
}

.myroom_table .screen {
	margin-left: 4px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}

.myroom_table .screen input {
	vertical-align: middle;
}
/* 弹出窗口 */
.window_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: url(/images/form_bg.png);
	_background: #000;
}
.window{
	position:relative;
	width:380px;
	margin:auto;
	background-color:#fff;
}
.window_close{
	position: absolute;
	z-index: 1;
	right:0;
	top:0;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
}
.window_close i{
	font-size:20px;
	color:#fff;
}
.window h2{
	padding:10px 40px 10px 10px;
	background-color:#ff7f14;
	font-size:14px;
	color:#fff;
}


.window_holiday .window_close {
	color: #fff;
}

.window_holiday ul {
	padding: 20px;
	font-size: 14px;
}

.window_holiday li {
	clear: both;
	width: 100%;
	margin: 10px 0;
}

.window_holiday label {
	float: left;
	width: 50px;
	margin-right: 5px;
	font-weight: bold;
}

.window_holiday .bd {
	float: left;
	width: 280px;
}

.window_holiday .submit {
	margin: 25px 0 15px 0;
	text-align: center;
}

.window_holiday .submit input {
	padding: 0 10px;
	line-height: 30px;
	margin: 0 10px;
}

.window_eval {
	width: 850px;
}

.window_eval .window_close {
	color: #fff;
}

.window_eval .window_close:hover {
	color: #333;
}

.window_eval dl {
	padding: 20px 20px 0 20px;
}

.window_eval dt, .window_eval dd {
	width: 100%;
	clear: both;
	padding: 4px 0;
	font-size: 14px;
}

.window_eval dd.error {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #e50000;
	text-align: center;
}

.window_eval dt .label {
	display: inline-block;
	font-size: 18px;
	color: #ff7f14;
	vertical-align: middle;
}

.window_eval dt .star i {
	font-size: 26px;
}

.window_eval .star i {
	margin: 0 3px;
	color: #ccc;
	vertical-align: middle;
	cursor: pointer;
}

.window_eval .star .cursor, .window_eval .star i:hover {
	color: #ff7f14;
}

.window_eval .star_txt {
	display: inline-block;
	vertical-align: middle;
}

.window_eval dd .star_txt {
	font-size: 12px;
}

.window_eval .set_usual label {
	margin-right: 20px;
}

.window_eval .li {
	float: left;
	width: 50%;
	height: 32px;
	margin-top: 10px;
}

.window_eval dd .label {
	display: inline-block;
	width: 130px;
	text-align: right;
	vertical-align: middle;
}

.window_eval dd .star i {
	font-size: 22px;
}

.window_eval .textarea {
	height: 40px;
	padding: 5px;
	border: solid 1px #ccc;
}

.window_eval .textarea textarea {
	border: none;
	width: 100%;
	height: 100%;
	line-height: 1.7em;
	background: none;
}

.window_eval .submit {
	padding-top: 10px;
	text-align: center;
}

.window_eval .submit input {
	line-height: 30px;
}

.window_eval .mark_dt {
	margin-top: 10px;
}

.window_eval .mark label {
	display: block;
	width: 20%;
	text-align: center;
	margin-bottom: 10px;
	float: left;
}

.window_eval .mark label i {
	display: block;
	width: 95%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #ddd;
	cursor: pointer;
}



.window_eval .mark label.cursor i{
	color: #fff;
	background: #ff7f14;
	border: 1px solid #ff7f14;
}
.window_eval .mark label i:hover{
	border:solid 1px #ff7f14;
}

.window_eval .textbooks .label {
	width: 55px;
}

/*消息列表*/
.message_head {
	margin-top: 10px;
}

.message_head#msgUnReadHint{
	display: none;
}

.message_head_txt {
	float: left;
}

.message_head_txt .txt {
	display: block;
	line-height: 26px;
	float: left;
}

.message_head_txt a#msgSieving {
	margin-left: 5px;
	float: left;
}

.message_head_txt b {
	color: #ff7f14;
}

.message_head a {
	float: right;
}

.message_head label {
	margin-left: 15px;
}

.message_head label input {
	margin-right: 2px;
	vertical-align: middle;
}

.message_head_txt .txt, .message_head label span {
	vertical-align: middle;
}

.message_list .myroom_table {
	margin-top: 10px;
}

.message_roll{
	float:right;
	width:800px;
	margin-right:150px;
	text-align:right;
}

.advise_textarea{
	margin:20px 0 10px 0;
	padding: 10px;
	border: solid 1px #ccc;
}

.advise_textarea textarea {
	width: 100%;
	border: none;
	height: 200px;
	color: #666;
	line-height: 1.7em;
}
.advise_textarea_txt{
	text-align:right;
	font-size:14px;
}
.advise_textarea_submit{
	text-align:center;
}

/* 未报读学员状态 */
.myroom_testreport_enter{
	width:100%;
	margin-top:15px;
	padding:30px 0;
	text-align:center;
	background-color:#fff;
}
.myroom_testreport_enter .welcome{
	font-size:14px;
}
.myroom_testreport_enter a{
	position:relative;
	padding:5px 60px 5px 30px;
	margin:0 20px;
	font-size:16px;
	border-radius:40px;
}
.myroom_testreport_enter i{
	margin:0 5px;
	font-size:18px;
}
.myroom_testreport_enter .sup{
	position:absolute;
	top:10px;
	right:20px;
	z-index:10;
	width:30px;
	height:12px;
	background:url(/myroom/images/new.png) no-repeat;
}

.myroom_welcome{
	width:100%;
}
.myroom_welcome img{
	width:100%;
	float:left;
}

.myroom_arrange{
	width:720px;
	padding:30px 40px 40px 40px;
	margin-top:1px;
	font-size:14px;
	color:#333;
	background-color:#fff;
}

.myroom_arrange .remark{
	padding:10px 0;
}

.myroom_arrange .face{
	float:left;
	width:157px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.myroom_arrange .face img{
	width:100%;
}
.myroom_arrange .dear{
	float:left;
	width:520px;
	padding-left:30px;
}
.myroom_arrange p{
	line-height: 2em;
}
.myroom_arrange .dear p:first-child{
	padding-top:35px;
	padding-bottom:4px;
	font-weight: bold;
}
.myroom_arrange .begin{
	position: relative;
	width:614px;
	padding:45px 40px 10px 40px;
	margin:30px auto 0 auto;
	font-size:18px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border:solid 1px #ff7f14;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 2px 8px rgba(172,172,172,.4);
}
.myroom_arrange .begin:after{
	content: "我们的服务，将从这一通电话开始";
	position: absolute;
	left:50%;
	top:-14px;
	margin-left:-171px;
	z-index: 22;
	width:343px;
	height:64px;
	line-height:54px;
	font-size:17px;
	color:#fff;
	font-weight: bold;
	text-indent: -5px;
	background: url(/myroom/images/03.png) no-repeat;
}
.myroom_arrange .begin li{
	padding:30px 0;
}
.myroom_arrange .begin li:first-child{
	border-bottom: dashed 1px #bbb;
}
.myroom_arrange .begin .sub{
	padding-top:5px;
	color:#666;
	font-size:.8em;
	font-weight: normal;
}
.first_login{
	position: relative;
	width:614px;
	padding:60px 40px 30px 40px;
	margin:50px auto 0 auto;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 2px 2px 6px rgba(242,96,5,.4);
}
.first_login:after{
	content: "以下是您的首次登录信息";
	position: absolute;
	left:50%;
	top:-14px;
	margin-left:-151px;
	z-index: 22;
	width:303px;
	height:64px;
	line-height:54px;
	font-size:17px;
	color:#ff7f14;
	font-weight: bold;
	text-indent: -5px;
	background: url(/myroom/images/04.png) no-repeat;
}
.first_login li{
	padding:15px 0;
}
.first_login .txt{
	display: inline-block;
	font-size:1.4em;
}
.first_login .txt + label{
	margin-left:50px;
}
.first_login .input{
	display: inline-block;
}
.first_login .input input{
	width:130px;
	height:30px;
	line-height: 30px;
	text-indent: 4px;
	border:solid 1px #666;
}
.first_login .submit{
	display: inline-block;
	padding-left:10px;
}
.first_login .submit input{
	width:80px;
	height:32px;
	text-align: center;
	color:#fff;
	font-size:14px;
	border:none;
	background-color: #ff7f14;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	transition: all .2s ease-in-out;
}
.first_login .submit input:hover{
	background-color: #f26005;
}
.myroom_arrange .download{
	display: block;
	width:450px;
	padding:18px 15px;
	margin:50px auto 0 auto;
	font-size:14px;
	text-align: center;
	box-sizing: border-box;
	border:solid 1px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.myroom_arrange .download:hover{
	color:#333;
}
.myroom_arrange .download:hover i{
	color:#ff7f14;
	transition: all .2s ease-in-out;
}
.myroom_arrange .download i{
	margin-left:10px;
}
.myroom_arrange .download .a{
	font-weight: bold;
	color:#ff7f14;
}

.myroom_aliveok_bg{
	margin-top:15px;
}

.myroom_aliveok .img{
	float:left;
	width:160px;
	padding-right:30px;
	text-align:center;
}
.myroom_aliveok .img img{
	max-width:100%;
	text-align:center;
}
.myroom_aliveok p{
	float:left;
	width:510px;
	margin-top:40px;
	line-height:2em;
	font-size:14px;
}
.myroom_aliveok .btn_orange2{
	padding:5px 20px;
	font-size:14px;
}

.evaluate{
	cursor:pointer;
}
.btn_orange2 i,
.comment_star .btn_orange2 i{
	font-size:12px;
	margin-right:6px;
	color:#fff;
}

.today_head .next{
	float:left;
	height:30px;
	line-height:30px;
}
.today_date{
	position:relative;
	z-index:9;
	float:left;
	width:110px;
	height:32px;
	margin:0 10px;
	line-height:32px;
	color:#fff;
	font-size:12px;
	text-align:center;
	background-color:#ff7f14;
	cursor:pointer;
}
.today_date:hover dl{
	display:block;
}
.today_date .arrow{
	display:inline-block;
	width:0;
	height:0;
	margin-left:10px;
	font-size:0;
	line-height:0;
	border-top:solid 5px transparent;
	border-bottom:solid 5px transparent;
	border-left:solid 5px #fff;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.today_date:hover .arrow{
	transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}
.today_date dl{
	display:none;
	position:absolute;
	left:0;
	top:32px;
	z-index:10;
	width:100%;
	background-color:#ff7f14;
	box-shadow:4px 4px 4px #ccc;
	box-shadow:4px 4px 4px rgba(0,0,0,.3);
}
.today_date dt{
	height:30px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	padding:0 5px;
	background-color:#f26005;
}
.today_date dd{
	display: none;
	position:relative;
	height:30px;
	line-height:30px;
	padding:0 5px;
	font-size:12px;
}
.today_date dd:hover,
.today_date_time .clock a:hover,
.today_date .cursor.clock a{
	color:#ff7f14;
	background-color:#fff;
}
.today_date .cursor{
	color:#ff7f14;
	background-color:#ffffb0;
}
.today_date dd .today_date_time{
	display:none;
	position:absolute;
	left:110px;
	top:0;
	z-index:11;
	width:120px;
	color:#fff;
	text-align:left;
	background-color:#ff7f14;
	box-shadow:4px 4px 4px #ccc;
	box-shadow:4px 4px 4px rgba(0,0,0,.3);
}
.today_date_time .clock a{
	display: block;
	padding:0 5px 0 10px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.today_date dd:hover .today_date_time{
	display:block;
}

/*新学员手册*/
.handbook{
	width:750px;
	padding:30px 50px;
	margin: -297px 0 0 -425px;
	text-align:center;
	background-color:#fff;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
}
.handbook .arrow{
	position:absolute;
	top:50%;
	margin-top:-35px;
	width:60px;
	height:70px;
	background-color:#c7c9c8;
}
.handbook .arrow i{
	width:100%;
	line-height:70px;
	font-size:37px;
	color:#666;
}
.handbook .arrow i:hover{
	color:#ff7f14;
}
.handbook .left{
	left:-90px;
}
.handbook .right{
	right:-90px;
}

.handbook_bd{
	width:750px;
	height:500px;
	overflow:hidden;
}
.handbook_bd ul{
	float:left;
	width:20000px;
}
.handbook_bd li{
	float:left;
}
.handbook_bd img{
}
.handbook_change{
	padding-top:20px;
}
.handbook_change span{
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 3px;
	font-size:0;
	line-height:0;
	border-radius:50%;
	background-color:#d4d4d4;
}
.handbook_change .cursor{
	background-color:#ff7f14;
}

/*提示长文本弹出窗口*/
.window_long_ts{
	width:500px;
	background-color:#fff;
}

/*勋章弹出窗口*/
.window_badge{
	width:400px;
	background-color:#fff;
}
.window_badge_bd{
	margin:0 -30px;
	text-align:center;
	background:url(/myroom/images/badge_bg.png) no-repeat 45% center;
}
.window_badge_bd .badge{
	width:100%;
	height:110px;
	padding-top:30px;
	text-align:center;
}
.window_badge_bd .badge img{
	width:80px;
	height:80px;
}
.window_badge_bd p{
	padding:0 20px;
	font-size:14px;
}
.window_badge_bd p b{
	font-weight:bold;
}
.window_badge_bd .alignc{
	padding-top:25px;
}
.window_badge_bd .btn_orange{
	color:#fff;
}
.window_badge_bd .btn_orange:hover{
	text-decoration:none;
}
.badge_data{
	width:100%;
	margin-top:15px;
	border-collapse:collapse;
	border-top:solid 1px #ddd;
	border-left:solid 1px #ddd;
}
.badge_data th,
.badge_data td{
	height:40px;
	padding:0 10px;
	line-height:40px;
	font-size:12px;
	text-align:center;
	border-right:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.window_badge_bd .badge_main{
	margin-left:24px;
}
.window_badge_bd .badge_main li{
	margin:5px 12px;
}
.window_badge_bd .badge_main .badge_icon{
	height:40px;
}

/* 写作 阅读  切换*/
.myroom_progress {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 2px;
	font-size: 0;
	margin: 30px 0 20px 0;
	background-color: #ccc;
}

.myroom_progress .dot {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin: -8px 0 0 -8px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 5;
}

.myroom_progress .gray {
	background-color: #ccc;
}

.myroom_progress .color {
	background-color: #ff7f14;
}

.myroom_progress .progress {
	position: absolute;
	top: -7px;
	text-align: center;
}

.myroom_progress .txt {
	display: block;
	font-size: 12px;
}

.myroom_progress .cursor .txt {
	margin-top: -2px;
}

.myroom_progress .num {
	font-size: 12px;
}

.myroom_progress .percent{
	display: block;
	width: 0;
	border-bottom: 2px solid #ff7f14;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.myroom_progress .percent .percent_hint {
	display: block;
	width: 24px;
	margin: -30px 0 0 -12px;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 10;
}

.myroom_progress .percent .percent_hint .num {
	display: block;
	text-align: center;
}

.myroom_progress .percent i {
	display: block;
	font-size: 24px;
	color: #ff7f14;
}

/**
图标隐藏法，单选
 */
.nodisp {
	display: none;
}

.iconfont .nodisp {
	display: none;
}

.myroom_course_l .nodisp {
	display: none;
}

/**
 图标显示法，多选
 精读图标显示
 */
.is_read .iconfont i {
	display: none;
}

.is_read .iconfont i.read_disp00 {
	display: block
}

.is_read .iconfont i.read_disp11 {
	display: block
}

.is_read .iconfont i.read_disp22 {
	display: block
}

/**
 图标显示法，多选
 写作图标显示
 */
.is_write .iconfont i {
	display: none;
}

.is_write .iconfont i.write_disp00 {
	display: block
}

.is_write .iconfont i.write_disp22 {
	display: block
}

.is_write .iconfont i.write_disp44 {
	display: block
}
.aliveok_form{
	margin-top: 20px;
	padding:20px;
	font-size: 14px;
	border: dashed #bbb 1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.aliveok_form h3 {
	font-size: 14px;
	font-weight: normal;
}
.aliveok_form ul{
	padding-top: 15px;
	padding-left: 70px;
}
.aliveok_form li{
	line-height: 2em;
}
.aliveok_form label{
	display: inline-block;
	width: 80px;
	color: #999;
}
.aliveok_form .txt{
}
.aliveok_form a{
	color: #ff7f14;
	text-decoration: underline;
}

/*网站上线倒计时*/
.go_online1,
.go_online2
{
	float:left;
	position:relative;
	width:804px;
	height:80px;
}
.go_online1{
	display:none;
	background:url(/myroom/images/201702.png) no-repeat right center;
}
.go_online2{
	background:url(/myroom/images/201702.png) no-repeat right center;
}
.myroom_count {
	position: absolute;
	right: 20px;
	bottom: 6px;
	z-index: 10;
	height: 24px;
}

.myroom_count li {
	float: left;
	margin: 0 2px;
	line-height: 24px;
	color: #fff;
	font-size: 12px;
	font-family: microsoft yahei;
}

.myroom_count .num {
	position: relative;
	width: 26px;
	height: 24px;
	background-color: #333;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-family: arial black;
	font-weight: bold;
	border-radius: 3px;
}

.myroom_count .num i {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	width: 100%;
	height: 2px;
	background: url(/myroom/images/count_line.png) repeat-x;
}

/******************我的课室首页显示文案*************************/

.course-hint-box {
	display: block;
	text-align: center;
	vertical-align:middle;
	background-color: #fff;
}

.course-hint-box img {
	display: inline-block;
	width:75px;
	margin-right: 30px;
	margin-left: 45px;
	vertical-align: middle;
}

.course-hint-box span {
	display: inline-block;
	color: #ff7f14;
}
.myroom_course_l_7,
.myroom_course_r_7,
.myroom_course_l_9,
.myroom_course_r_9,
.myroom_course_l_20,
.myroom_course_r_20 {
	display: none;
}

/* 头像上传 */
.a_upload {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #fff;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #ff7f14;
    text-align: center;
}

.a_upload  #logo_upload {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.a_upload:hover {
    color: #fff;
    background: #f26005;
    border-color: #ccc;
    text-decoration: none
}

.addcollection, .addusefulexpression {
    background-color: #f0f0f0;
    margin-bottom: 5px;
    padding-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
}

.myroom_main .mon_en{
	margin-right: 5px;
	width: 84%;
}

.myroom_main .mon_cn{
	clear: both;
	width: 84%;
}
.myroom_main .montext{
	display: none;
	margin-top: 15px;
	padding: 20px 10px;
	background: url(/myroom/images/montext.png) repeat-x bottom;
	vertical-align: middle;
	min-height: 50px;
}

.myroom_main .montext.active {
	display: block;
}

.myroom_main .montext p{
	display: block;
	color: #777;
	max-width: 80%;
	line-height: 24px;
	word-wrap: break-word;
	text-shadow: 1px 1px 2px rgba(0,0,0,.15);
}

.ji {
	float: left;
	width: 804px;
	height: 80px;
	background: #ffff00;
}

.ji li {
	float: left;
	width: 201px;
	height: 80px;
}

.ji .txt {
	float: left;
	width: 100px;
	padding: 5px 0 0 10px;
	text-align:center;
	line-height: 1.8em;
	font-size: 12px;
	color:#ff0000;
}

.ji .txt b {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
}

.ji .gif {
	position: relative;
	float: left;
	width: 76px;
	height: 76px;
	margin-top: 2px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
}

.ji .gif img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
}

/*---推荐有奖---*/
.recom-banner{
	float: right;
	margin-top: 6px;
}

.recom-banner img{
	float:left;
}
.recom{
	width:800px;
	background-color:#fff;
}
.recom-head{
	position:relative;
	height:770px;
	padding:15px 20px;
	background:url(/myroom/images/recom1.jpg) no-repeat center bottom;
}
.recom-data{
	height:60px;
	margin-top:20px;
	padding-top:10px;
	background-color:#fff;
	border:solid 1px #333;
	box-shadow: 5px 5px 8px rgba(0,0,0,.3);
}
.recom-data li{
	float:left;
	width:22%;
	text-align:center;
}
.recom-data .total{
	width:34%;
}
.recom-data .sub{
	font-size:14px;
	color:#999;
}
.recom-data .num{
	color:#333;
	font-size:24px;
	font-weight:bold;
}
.recom-data .total b{
	display:inline-block;
	margin:0 2px;
	font-size:36px;
	color:#ff7f14;
	vertical-align:baseline;
}
.recom-data .txt{
	font-size:16px;
}
.recom-code{
	position:absolute;
	left:146px;
	top:470px;
	z-index:10;
}
.recom-code .txt{
	padding-top:12px;
	color:#222;
	font-size:20px;
	font-weight: bold;
	text-align: center;
}
.recom-code img{
	width:190px;
}
.recom-body h3{
	padding:20px 0;
	font-size:40px;
	text-align:center;
}
.recom-body h3 span{
	position: relative;
	display: inline-block;
}
.recom-body h3 span:before{
	content: "";
	position: absolute;
	left:-40px;
	top:50%;
	margin-top:-6px;
	z-index: 22;
	width:26px;
	height:17px;
}
.recom-body h3 span:after{
	content: "";
	position: absolute;
	right:-40px;
	top:50%;
	margin-top:-6px;
	z-index: 22;
	width:26px;
	height:17px;
}
.recom-intro{
	color:#fff;
	font-size:16px;
	background-color: #ff9727;
}
.recom-intro h3{
	color:#fff;
}
.recom-intro h3 span:before,
.recom-intro h3 span:after{
	background: url(/myroom/images/recom2.png) no-repeat;
}
.recom-intro p{
	max-width:85%;
	margin:10px auto;
	padding:15px;
	font-size:18px;
	color:#333;
	letter-spacing: 1px;
	text-align: center;
	background-color: #fff;
	box-shadow: 5px 5px 5px rgba(255,102,0,.7);
}
.recom-intro p b{
	font-size:1.25em;
	color:#f25005;
}
.recom_flow{
	padding:30px 0 ;
	text-align: center;
}

.recom-record{
	padding-top:20px;
}
.recom-record h3{
	color:#333;
}
.recom-record h3 span:before,
.recom-record h3 span:after{
	background: url(/myroom/images/recom4.png) no-repeat;
}
.recom-record table{
	width:100%;
	border-collapse:collapse;
	background-color:#fff;
}
.recom-record th{
	height:56px;
	line-height:56px;
	text-align:center;
	color:#333;
	font-size:16px;
	border-bottom:solid #888 2px;
}
.recom-record td{
	padding:0 10px;
	font-size:14px;
	color:#333;
	text-align:center;
	border-bottom:solid 1px #eee;
}
.recom-record .prog{
	width:60%;
	height:90px;
}
.recom-record .man,
.recom-record .prize{
}
.recom-progress{
	position:relative;
	width:80%;
	height:1px;
	margin-top:-18px;
	margin-left:50px;
	background-color:#ccc;
}
.recom-progress .cover{
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	height:1px;
	background-color:#ff7f14;
}
.recom-progress .step{
	position:absolute;
	top:-5px;
	z-index:10;
	color:#999;
	width:110px;
}
.recom-progress .step1{
	left:-55px;
}
.recom-progress .step2{
	left:33%;
}
.recom-progress .step3{
	right:-55px;
}
.recom-progress .dot{
	display:block;
	width:10px;
	height:10px;
	margin:auto;
	border-radius:50%;
	background-color:#ccc;
}
.recom-progress .txt{
	font-size:14px;
}
.recom-progress .date{
	font-size:12px;
}
.recom-progress .finish .dot{
	background-color:#ff7f14;
}
.recom-progress .step.finish{
	color:#ff7f14;
}

.myroom_banner{
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 10;
}
.myroom_banner .queen{
	float: right;
	margin-right: 10px;
	margin-top: 6px;
}
.myroom_banner img{
	height: 68px;
}
.myroom_menu{
	position: relative;
	z-index: 11;
}
/** away添加，阅读理解样式**/
.myroom_read_choice h4 .subTitle{
    line-height: 30px;
    color: #828282;
    text-indent: 10px;
}

/*我的课室首页新增样式, By Cover*/
.myroom_course_l li.course-type-title {
	text-align: left;
}

.myroom_course_l li.course-type-title span.schet-box {
	display: inline-block;
	padding: 4px 12px;
	color: #fff;
	background-color: #ff7f14;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.15);
}

.myroom_course_l li.test-hint {
	text-align: left;
}

.myroom_course_r li.text-fail-hint {
	width: 100%;
	text-align: left;
	margin-top: 20px;
}

.myroom_course_l li.schec-hint {
	text-align: left;
	padding-bottom: 8px;
}

.myroom_course_l li.schec-hint span {
	display: inline-block;
	font-size: 12px;
}

span.delay-hint {
	color: #ff7f14;
}

span.status-box {
	color: #fff;
	padding: 0px 5px;
	float: right;
	text-shadow: 1px 1px 2px rgba(0,0,0,.15);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

span.status-box.完成 {
	background-color: #46e431;
}

span.status-box.等待 {
	background-color: #f00;
}

span.status-box.已请假 {
	background-color: #777;
}

span.status-box.缺课, span.status-box.未完成 {
	background-color: #f9f;
}

span.status-box.课顺延 {
	background-color: #999;
}

.display-none {
	display: none !important;
}

/*--课堂笔记--*/

.note_box{
	background-color: #fff;
}
.note_list{
	padding:25px;
}
.myroom_tips{
	float:left;
	width:100%;
	background-color: #fff;
	border-bottom:solid 2px #ff7f14;
}
.myroom_tips li{
	float:left;
	width:33.3%;
	height:64px;
	box-sizing: border-box;
	border-right:solid 1px #ddd;
	line-height:64px;
	text-align:center;
}
.myroom_tips li:last-child{
	border-right:none;
}
.myroom_tips li.cursor{
	background-color:#ff7f14;
}
.myroom_tips li.cursor a{
	color:#fff;
	font-weight: bold;
}
.myroom_tips li a{
	display:block;
	font-size:18px;
	font-style: italic;
}
.note_date{
	padding-bottom:25px;
	font-size:14px;
}
.note_date .ag_date{
	width:240px;
	height:36px;
	line-height:36px;
	font-size:14px;
	text-indent: 8px;
	border:solid 1px #666;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.note_date .btn{
	width:242px;
	height:38px;
	margin-left:5px;
	color:#fff;
	background-color: #ff7f14;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.note_lesson{
	position: relative;
	padding:13px 10px;
	background-color: #fff0e4;
}
.note_lesson:after{
	content: "";
	position: absolute;
	left:50%;
	bottom:-10px;
	z-index: 22;
	width:0;
	height:0;
	margin-left:-10px;
	border-left:transparent 20px solid;
	border-right:transparent 20px solid;
	border-top:10px solid #fff0e4;
}
.note_lesson .title{
	float:left;
	font-size:16px;
	color:#666;
}
.note_lesson .title .book{
	font-weight: bold;
}
.note_lesson .title .book i{
	color:#ff7f14;
}
.note_lesson .title .time{
	margin-left:8px;
	color:#999;
	font-size:.8em ;
}
.note_lesson .txt{
	float:right;
	font-size:14px;
}
.note-content-box{
	padding:20px 0;
	line-height:1.8em;
}
.note-content-box{
	font-size:14px;
	border-bottom:dashed 1px #ccc;
}
.note-content-box .word-speech-box{
	font-size:12px;
}
.note-content-box .word-text{
	font-size:20px;
	font-weight: bold;
}
.note-content-box .word-sentence-box{
	padding-top:8px;
	color:#888;
	font-size:12px;
}
.phrase-text,
.sentence-text{
	font-style: italic;
	color:#ff7f14;
}
.content-label{
	margin-top:15px;
	font-weight: bold;
}
.corrent-box .label,
.explanation-box .label{
	padding-top:15px;
	font-weight: bold;
}