/**
 * 电子课本css
 * @auth wangruiling
 */
/*@media screen and (min-width: 1024px) {*/
	/*html {*/
	    /*font-size: 10px;*/
	/*}*/
	/*body {*/
	    /*font-size: 12px;*/
	/*}*/
/*}*/
/*@media screen and (min-width: 1600px) {*/
	/*html {*/
	    /*font-size: 14px;*/
	/*}*/
	/*body {*/
	    /*font-size: 14px;*/
	/*}*/
/*}*/
/*@media screen and (min-width: 2500px) {*/
	/*html {*/
	    /*font-size: 16px;*/
	/*}*/
	/*body {*/
	    /*font-size: 16px;*/
	/*}*/
/*}*/
/*@media screen and (min-width: 3600px) {*/
	/*html {*/
	    /*font-size: 43px;*/
	/*}*/
	/*body {*/
	    /*font-size: 43px;*/
	/*}*/
/*}*/
/*web订单不显示下载状态*/
.bookHover .hoverDiv {
	display:none;
}
.ordersCon {
    margin-top: 1rem;
    width: 100%;
}
.bookCon{
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0.1rem solid #cfcfcf;
}
.buyBtn {
    background-color: #ff6633;
    border-radius: 0.3rem;
    color: white;
    cursor: pointer;
    float: right;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    width: 3rem;
    font-size:1.2rem;
}
.oneBookTitle2{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:10rem;
    display: block;
    font-size:1.2rem;
    color:#465240;
}
.oneBook{
    width: 10rem;
    height: 21rem;
    margin-top: 2rem;
    display:block;
    float:left;
    cursor:pointer;
}
.dialog_text{
    margin:3rem;
    font-size:1.4rem;
}
.addVipSpan{
    font-size:1.6rem;
    color:#465240;
}
.btnDiv{
    margin: 0 auto;
    text-align:center;
    display:block;
    height:4rem;
}
.dialog_yes_btn{
    background-color: #50B4FB;
    border-radius: 0.4rem;
    color: white;
    cursor: pointer;
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    margin-left: 1rem;
    margin-top: 1rem;
    text-align: center;
    width: 10rem;
}
.dialog_close_btn{
    border: 0.1rem solid #50B4FB;
    border-radius: 0.4rem;
    color: #50B4FB;
    cursor: pointer;
    display: inline-block;
    height: 4rem;
    line-height: 4rem;
    margin-left: 1rem;
    margin-top: 1rem;
    text-align: center;
    width: 10rem;
}
.oneBookPrice{
    color: #669900;
    font-size: 1.2rem;
    float:left;
}
.voteDiv {
    position: absolute;
    top:0;
    right: 0;
    height: 1.5rem;
    cursor: pointer;
    background-color: #f9984b;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.5rem;
    font-size:1.2rem;
}
.publisherList{
    margin-top: 1rem;
    width: 20rem;
    background-color: #fff;
    border: 0.1rem solid #cfcfcf;
}
.rightFilter{
    width: 100%;
    background-color: white;
    margin-top: 1rem;
    border: 0.1rem solid #cfcfcf;
}
.orderSpan {
    cursor: pointer;
    float: left;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-left: 1.6rem;
}
.teachMaterialCon{
    padding-left:1rem;
	/*background-color: #eee;*/
	background-color: #f5f5f5;
}
.teachRight{
    margin-left: 1rem;
    width: 77.6rem;
    float: left;
}
.teachLeft{
    float: left;
    width: 20rem;
    height: 62.8rem;
}
.bookhoverTitle{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width:10rem;
    cursor: pointer;
    background-color: #fff;
    color: #465240;
    text-align: left;
    line-height: 2rem;
    font-size:1.2rem;
    border: 0.1rem solid #465240;
    z-index:3;
}
.booktitleDiv{
    position: relative;
    height:4rem;
}

.bookCorver{
    width:10rem;
    height: 13.7rem;
    border: 0.1rem solid #ddd;
}
.priceAndBuy{
    margin-top: 0rem;
}
.publisher{
    height: 4rem;
    line-height: 4rem;
    width: 21rem;
    font-size: 1.4rem;
    color: #465240;
    padding-left: 4rem;
    cursor: pointer;
}
.publisherCur{
    color: #50B4FB;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
    /*font-weight: bold;*/
}
.line{
    width: 18rem;
    height: 0.1rem;
    margin: 0 auto;
    border-bottom: 0.1rem solid #cfcfcf;
    margin-top:1rem;

}
.buyList{
    margin-top: 1rem;
}

.subjectCon,.gradeCon{
    padding-top: 0.8rem;
    clear: both;
    overflow: auto;
}
.subjectText,.gradeText{
    display: block;
    float: left;
    color: gray;
    padding-left: 1.5rem;
    font-size: 1.2rem;
    margin-top: 0.2rem;
}
.subjectConDiv,.gradeConDiv{
    float: left;
    width: 72rem;
}

.subjectConDivSpan,.gradeConDivSpan{
    margin-top: 1rem;
    margin-left: 1.6rem;
    font-size:1.2rem;
    cursor: pointer;
    color: #465240;
    white-space: nowrap;
}
.subjectAndGradeCurrent {
    background-color: #50B4FB;
    color: white;
}
.filterLine{
    border-bottom: 0.1rem solid #cfcfcf;
    width: 73.6rem;
    margin: 0 auto;
    margin-top: 1rem;
}
.priceFilter{

    margin-top: 0.5rem;
    clear: both;
    overflow: auto;
}
.priceFilterSpan{
    margin-right: 1.6rem;
    float: right;
    margin-bottom: 0.5rem;
    cursor: pointer;
    font-size: 1.2rem;
}


.oneBookTitle{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:10rem;
    margin-top: 0.8rem;
    display: block;
    font-size:1.2rem;
    color:#465240;
}

.oneBookBuy{
    color: #999999;
    font-size: 1.2rem;
    float:right;
    cursor: pointer;
    margin-top: 0.1rem;
    cursor:pointer;
}

.margin-54{
    margin-left: 5.4rem;
}
.margin-30{
    margin-left: 3rem;
}
/*没有数据*/
.noData .img{
    background: rgba(0, 0, 0, 0) url("../images/null_data.png") no-repeat scroll center center;
    height: 17.2rem;
    margin: 0 auto 2rem;
    width: 18rem;
    margin-top: 4rem;
}
.noData p{
   text-align: center;
}
/*分页*/
a{
    text-decoration:none;
}
a:link{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
a:active{
    text-decoration:none;
}
ul.yiiPager
{
    font-size:1.1rem;
    border:0;
    margin:0;
    padding:0;
    line-height: 3rem;
    display:inline;
}

ul.yiiPager li
{
    display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
    /*border:solid 0.1rem #9aafe5;*/

    font-weight:bold;
    font-size: 1.4rem;
    color: #465240;
    padding: 0.1rem 0.6rem;
    text-decoration:none;
}

ul.yiiPager .page a
{
    font-weight:normal;
}

ul.yiiPager a:hover
{
    color:#50B4FB;
    /*border:solid 0.1rem #0e509e;*/
}

ul.yiiPager .selected a
{
    /*background:#2e6ab1;*/
    color: #50B4FB;
    font-weight:bold;
}

ul.yiiPager .hidden a
{
    border:solid 0.1rem #DEDEDE;
    color:#888888;
    display: none;
}

/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
    display:inline;
}
.clearDiv{
    clear: both;
}
.pageContent{
    background-color: white;
    /*height: 3rem;*/
    margin-top: 2rem;
    margin-left: 0.8rem;
    margin-bottom: 2rem;
    line-height: 3rem;
    width: 75rem;
    text-align: center;
}

/*订单*/
.orderBook {
    background-color: white;
    margin-top: 1rem;
    width:77.6rem;
    overflow:auto;
    border: 0.1rem solid #cfcfcf;
}
.oneorder {
    cursor: pointer;
    display: block;
    float: left;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 5.4rem;

}
.bookDownBtn {
    background-color: #3aa402;
    border-radius: 0.3rem;
    color: white;
    cursor: pointer;
    float: right;
    height: 2rem;
    line-height: 2rem;
    margin-top: 0.5rem;
    text-align: center;
    width: 5.4rem;
}
.bookUpdateBtn {
    background-color: #3aa402;
    border-radius: 0.3rem;
    color: white;
    cursor: pointer;
    float: right;
    height: 2rem;
    line-height: 2rem;
    margin-top: 0.5rem;
    text-align: center;
    width: 7rem;
}
.numSpan {
    float: left;
    height: 3rem;
    line-height: 3rem;
}
.orderNumDiv {
    display: block;
    margin-left: 1rem;
    overflow: auto;
    width: 75.5rem;
}
.bookHover {
    height: 7.4rem;
    width: 5.4rem;
    position: relative;
}
.bookImg {
/*    height: 7.4rem;
    width: 5.4rem;
    border: 0.1rem solid #ddd;*/
}
.bookImgs {
    height: 7.4rem;
    width: 5.4rem;
    border: 0.1rem solid #ddd;
}
.hoverDiv {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1.5rem;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .6);
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.5rem;
    font-size:1.2rem;
}
.orderBookTitle {
    color: #465240;
    display: block;
    font-size: 1.2rem;
    margin-top: 0.8rem;
    width: 5.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.orderBookTitle2 {
    color: #465240;
    display: block;
    font-size: 1.2rem;
    width: 5.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.margin-20{
    margin-left: 1rem;
}
.hoverTitle{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width:10rem;
    cursor: pointer;
    background-color: #fff;
    color: #465240;
    text-align: left;
    line-height: 2rem;
    font-size:1.2rem;
    border: 0.1rem solid #465240;
    z-index:3;
}
.titleDiv{
    position: relative;
    height:4rem;
}
