﻿.banner{width:100%; height:390px;  margin:10px 0; position: relative;}
.platform{width:100%; height:100%; background:url('../../../Images/recite/platform.jpg') 0 0 no-repeat;}
#ios{display: none;}
.contents{background-color:#fff; overflow: hidden;}
.device{width:172px; height:39px; position: absolute; cursor: pointer; right:190px;}
.android{bottom:82px; }
.ios{bottom:132px; }
.qr{width:120px; height:120px; position: absolute; right:214px; bottom:187px;}

.content{margin:0 20px; border-bottom:1px solid #eaeaea; padding:55px 120px; margin-bottom:-1px; position:relative; height:120px;}
.left {padding-left:300px;}
.right {padding-right:300px;}

.content .img{background:url('../../../Images/recite/contentBack.jpg') 0 0 no-repeat; width:150px; height:120px; position:absolute; top:55px;}
.left .img{left:120px;}
.right .img{right:120px;}
.content.level2 .img{background-position:100% -200px;}
.content.level3 .img{background-position:0 -400px;}
.content.level4 .img{background-position:100% -600px;}

.content dt{font-size:24px; color:#989898; margin-bottom:10px;}
.content dd{font-size:18px; color:#BAB9B9;}


.wordArea .voice-button{
	vertical-align: middle;
	margin:0 6px 0 0 !important;
}
.explain{
	color:#444;
	font-size:14px;
	line-height: 28px;
}
.familiar{
	font-size:12px;
	text-align: center;
	padding:5px;
	border-radius: 3px;
}

.sentence{
	font-size:18px;
	margin:40px 130px 24px 130px;
	position: relative;
}
.ljArea{
	width:100%;
	overflow: hidden;
}
.lj{
	width:300%;
}
.lj-origin a{
	margin:0 0 0 9px;
	vertical-align: middle;
}
.lj-origin{
	display: block;
	text-align: center;
}
.lj-trans{
	margin:6px auto 12px auto;
	text-align: center;
	font-size:16px;
	display: block;
}
.lj li{
	float:left;
	width:678px;
}
.prevSen, .nextSen{
	cursor: pointer;
}
.prevSen, .nextSen, .aside{
	position: absolute;
	width:0;
	height:0;
	border:14px solid transparent;
	top:50%;
	margin-top:-14px;
}
.prevSen{
	left:-50px;
}
.prevSen .aside{
	top:0;
	left:-12px;
}
.nextSen{
	right:-50px;
}
.nextSen .aside{
	right:-12px;
}
.prevSen.hide, .nextSen.hide{
	display: none;
}

.indexTip{
	width:75px;
	height:8px;
	margin:0 auto;
	position: absolute;
	left:50%;
	margin-left:-37px;
}
.indexTip li{
	float:left;
	width:8px;
	height:8px;
	border-radius: 5px;
	margin:0 5px;
}

.answerArea{
	overflow: hidden;
	*zoom:1;
	border-bottom:1px solid #ccc;
	margin-top:35px;
}
.answerArea li{
	float:left;
}
.answerArea #wordType{
	margin:0 130px;
}
.answerArea #wordType li{
	padding:0 11px;
	font-size:16px;
	width:100%;
	line-height: 48px;
	border-radius: 5px;
	border:1px solid #ccc;
	border-width:1px 0;
	margin-bottom:-1px;
	overflow: hidden;
}
#wordType.unchecked li{
	cursor: pointer;
}
.answerArea #imgType{
	margin:0 -8px 40px -8px;
}
.answerArea #imgType li{
	width:25%;
    height:158px;
    overflow: hidden;
	position: relative;
	*margin-left:-1px;
}
.answerArea #imgType .imgwrap{
	margin:0 8px;
}
.answerArea #imgType li .judge{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#imgType.unchecked li{
	cursor: pointer;
}
.answerArea #imgType li.aa-correct .judge{
	background:url('../../../Images/recite/judge.png') 50% 0 no-repeat;
	background-color:rgba(0, 0, 0, 0.5);
}
.answerArea #imgType li.aa-error .judge{
	background:url('../../../Images/recite/judge.png') 50% -156px no-repeat;
	background-color:rgba(0, 0, 0, 0.5);
}


.setControl{
	float:right;
	height:20px;
	margin:15px 0;
	position: relative;
	z-index:3;
}
.setControl li{
	color:#999;
	float:left;
	background:url('../../../Images/recite/setIcon.jpg') 0 0 no-repeat;
	padding-left:24px;
	margin-left:20px;
	height:17px;
	cursor: pointer;
}
.setControl li:hover, .setControl li:hover a{
	color:#666;
}
.setControl li a{
	color:#999;
	display: block;
	width:100%;
	height:100%;
}
.setControl li.delete{
	background-position: 0 -34px;
}
.setControl li.set{
	background-position: 0 -68px;
}
.setControl li.detail:hover{
	background-position: 0 -17px;
}
.setControl li.delete:hover{
	background-position: 0 -51px;
}
.setControl li.set:hover{
	background-position: 0 -85px;
}
.setArea{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	*width:1000px;
	*height:526px;
	background-color:rgba(227, 226, 226, 0.9);
	background-color:#fff\9;
	*background-color:#fff;
	display: none;
}
.countDown{
	width:100%;
	height:5px;
	position: absolute;
	left:0;
	bottom:0;
	display:none;
}
.setContent{
	font-size:16px;
	color:#444;
	background-color:#fff;
	padding:32px 30px;
	position: absolute;
	width:460px;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-250px;
	border:1px solid #D0D0D0;
	border-radius: 2px;
}
.setTitle{
	line-height: 43px;
	text-align: center;
}
.setItem{
	line-height: 46px;
	height:46px;
	border-bottom:1px solid #DFDFDD;
	position: relative;
}
.setItem a{
	position: absolute;
	width:40px;
	height:20px;
	right:0;
	top:16px;
	background:url('../../../Images/recite/setIcon.png') 0 0 no-repeat;
	cursor: pointer;
}
.setItem a.off{
	background-position: 0 -20px;
	cursor: pointer;
}
.sa-delete{
	width:22px;
	height:22px;
	position: absolute;
	top:-11px;
	right:-11px;
	background:url('../../../Images/recite/setIcon.png') 0 -40px no-repeat;
	cursor:pointer;
}

.bookList{
	margin:0 -50px;
}

.studyBtn{
	font-size:14px;
	border:1px solid #fff;
	border-radius: 4px;
	padding:2px 6px;
	margin-left:10px;
	cursor: pointer;
}
.wordContent{
	width:100%;
	overflow: hidden;
	*zoom:1;
}
.explainWord{
	margin:25px 30px;
}
.wordImage{
    width:120px;
    height:90px;
	margin:0 0 0 10px;
}
.wordImage img{
	width:100%;
	height:auto;
}


.item{
	margin:0 0 2px 0;
}
.itemTitle{
	font-size:16px;
	height:30px;
	line-height: 30px;
	padding:0 30px;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}
.unitIndex{
	margin:0 5px;
}
.itemControl, .controlAside{
	width:0;
	height:0;
	position: absolute;
	border:9px solid transparent;
	right:11px;
}
.itemControl.off{
	border-bottom-color:#575757;
	top:1px;
}
.itemControl.off .controlAside{
	border-bottom-color:#E6E6E6;
	right:-9px;
	top:-7px;
}
.itemControl.on{
	border-top-color:#575757;
	top:11px;
}
.itemControl.on .controlAside{
	border-top-color: #E6E6E6;
	right:-9px;
	top:-11px;
}
.itemItem{
	display: none;
	padding:0 30px;
}
.wordItem{
	font-size:14px;
	height:34px;
	line-height:34px;
	padding-left:16px;
}

.explainContentItem{
	margin-top:24px;
	font-size:16px;
	line-height:30px;
}
.explainContentItem .exp{
	font-size:14px;
	line-height: 28px;
}

.explainContent{
	margin-bottom:100px;
}
.reciteControl{
	float:right;
	position: absolute;
	bottom:30px;
	right:30px;
}
.studyBtn{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width:195px;
	height:40px;
	line-height: 40px;
	color:#fff;
	text-align: center;
	background-color:#6099E8;
}
.studyBtn:hover{
	color:#fff;
}

.bookCate{
	color:#333;
	margin:-20px 0 20px 0;
	background-color:#fff;
	border:1px solid #DBDBDD;
	border-top:none;
	position: relative;
	height:61px;
}
.category{
	position: absolute;
	top:0;
	left:0;	
	height:61px;
	background-color:#fff;
	z-index: 10;
	width:838px;
	padding-right:160px;
}
.cateItem{
	display: inline-block;
	*display: inline;
	*zoom:1;
	font-size:18px;
	line-height: 30px;
	height: 30px;
	padding:15px 0;
	cursor: pointer;
}
.cateItem.more{
	position: absolute;
	top:0;
	right:0;
	background-color:#fff;
	width:160px;
}
.cateItem.cur{
	padding:15px 0 11px 0;
	border-bottom:4px solid #548AD6;
}
.cateItem a{
	color:#222;
	text-align: center;
	display: block;
	padding:0 34px;
	border-left:1px solid #BBBBBB;
	position: relative;
}
.cateItem.more a{
	display: block;
	border-right:none;
}
.moreCate{
	display: none;
	border:1px solid #ccc;
	background-color:#fff;
	position:absolute;
	top:60px;
	right:0;
	z-index:10;
}
.moreCateItem{
	text-align: center;
	margin:0 30px;
	height:58px;
	line-height: 58px;
	width:112px;
	border-bottom:1px solid #ccc;
	cursor: pointer;
}
.moreCateItem.cur{
	border-bottom:4px solid #548AD6;
}
.arrDown, .arrUp, .arrDownAside, .arrUpAside{
	position: absolute;
	width:0;
	height:0;
	border:10px solid transparent;
	right:30px;
}
.arrDown{
	border-top-color:#686868;
	top:26px;
}
.arrDownAside{
	border-top-color:#fff;
	top:24px;
}
.arrUp{
	border-bottom-color:#686868;
	top:16px;
}
.arrUpAside{
	border-bottom-color:#fff;
	top:18px;
}


.wordsList .itemTitle{
	border-top:1px solid #ccc;
	background-color:#fff;
	font-size:14px;
	color:#444;
	height:40px;
	line-height: 40px;
}
.wordsList .wordItem{
	margin:0 -30px;
	padding:0 30px 0 45px;
}
.wordsList .itemControl, .wordsList .controlAside{display: none;}


.hisWrap {
    width:100%;
    height:173px;
    overflow:hidden;
    position:relative;
}
.graphic {
    font-size:0;
    height:173px;
    overflow:hidden;
    position:absolute;
    right:0;
    border-bottom:1px solid #80A6D2;
}
.graphic li {
    background:#f0f0f0;
    -webkit-border-radius: 4px;
    display: inline-block;
    margin:0 8px; 
    width:8px;
    height:140px;
    margin-bottom:33px;
    position:relative;
}
.g-now {
    -webkit-border-radius:4px;
    border-radius: 4px;
    background:#27B1F1;
    position:absolute;
    width:100%;
    bottom:0;
}
.g-date {
    font-weight: normal;
    color:#333;
    text-align:center;
    font-size:12px;
    display:block;
    width:24px;
    white-space: nowrap;
    overflow:visible;
    margin-top:150px;
    padding-top:10px;
    margin-left:-8px;
    border-top:1px solid #80A6D2;
}
.month{
    font-size:12px;
    text-align: center;
    display: inline-block;
    width:30px;
    height:16px;
    padding-bottom:24px;
    background:url('/Images/ting/time.png') 0 100% no-repeat;
    background-size:30px 24px;
    position:relative;
    top:-40px;
}