/*首页*/
body{
    overflow: hidden !important;
    height: 100%;
}
.pagecontent {
    width:100% !important;
    padding:0;
    height: 100%;
    overflow: hidden;
}

.pagecontent-wrapper{
    min-width: 100%;
    margin : 0 auto !important;
    clear: both !important;
}

.share_url_wrapper{
    width: 335px;
    left: 9px;
    display: none;
    position: absolute;
    top: 240px;
    padding-top:30px;
    box-sizing: border-box;
    z-index: 11;
}

.share_url_wrapper .share_aa{
    position: absolute;
    left:213px;
    top: 19px;
}


.share_url_panel{
    border: 1px solid #dddddd;
    border-radius: 2px;
    background: #ffffff;
}

.share_url_panel .share_url_title{
    padding:10px 20px;
    color: #666666;
}

.share_url_panel .share_url_btn{
    background: #f0f0f0;
    border: 1px solid #dddddd;
    padding: 2px 10px;
    color: #666666;
    margin-left: 10px;
}

.share_url_panel .share_url_close{
    font-size: 14px;
    float: right;
    padding: 5px;
    margin: -3px;
    color: #666666;
    color: #444444;
    cursor: pointer;
}

.share_url_panel .share_url_content{
    border: 1px solid #dddddd;
    padding: 5px;
    margin: 10px;
    margin-top: 0;
    word-break:break-all; 
　　 word-wrap:break-word;
}


.share_url_panel .share_authorityurl_btn{
    background: #f0f0f0;
    border: 1px solid #dddddd;
    padding: 2px 10px;
    color: #666666;
    margin-left: 10px;
}

.share_url_panel .share_authorityurl_content{
    border: 1px solid #dddddd;
    padding: 5px;
    margin: 10px;
    margin-top: 0;
    word-break:break-all; 
}


/*详细页*/

.course-info-right{
    padding: 5px 10px;
    width: 370px;
    float:right;
    height: 100%;
    overflow-y: auto;
    position: relative;
}

.course-info-right h3{
    margin : 0 ;
    padding : 0;
    color: #666666;
    font-size: 18px;
    line-height: 22px;
    padding-right: 50px;
    text-overflow: ellipsis;
    word-break:keep-all;
    white-space:nowrap;
    overflow: hidden;
}

.course-detail-total{
    height: 18px;
}

.course-detail-total span{
    color:#999999;
    float: left;
    margin-top: 5px;
}

.page-size{
    background: url("/web/images/micro_ico.png") no-repeat 0 -200px;
    display: block;
    float: left;
    height: 19px;
    padding-left: 7px;
    padding-top: 1px;
    margin: 3px 6px;
    width: 40px;
    font-size: 12px;
    color:#ffffff !important;
}


.course-detail-read{
    background: url(/web/images/micro_ico.png) no-repeat 0 -220px;
    height:77px;
    width:60px;
    position: absolute;
    top:0px;
    right:-1px;
    text-align: center;
}

.course-detail-read p{
    color: #ffffff;
    margin-top: 0px;
    padding:13px;
}

.course-detail-info{
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    position: relative;
    z-index: 10;
}
.course-detail-info p.cdesc {
    margin: 12px 0 12px 120px;
    padding:12px;
    font-size: 14px;
    max-height: 115px;
    overflow: hidden;
    color: #666666;
}
.course-detail-top{
    padding:12px;
    background: #f4f4f4;
}

.course-detail-qcode{
    text-align: center;
    float: left;
    width: 132px;
}

.course-detail-qcode .qcode-panel{
    height: 100px;
    width : 100px;
    margin: 14px auto 10px;
}

.course-detail-qcode p{
    color:#BBBBBB;
    maring:5px;
}

.course-detail-info .toolbars{
    height:40px;
    clear: both;
    position: relative;
}

.course-detail-info .course-detail-tool{
    padding:5px;
    float:left;
   /* background: #eeeeee;
    border: 1px solid #dddddd;*/
    margin-left: 15px;
    border-radius: 3px;
    cursor: pointer;
}

.toolbars .micro_btn{
    margin: 3px 1px;
}

.toolbars span{
    margin: 5px;
    color:#666666;
}

.course-detail-author{
    margin-top: 16px;
    background:#ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    position: relative;
    padding: 16px;
}


.course-relative-works .work-item, .course-detail-works .work-item{
    float : left;
    margin: 10px 5px 10px 0;
    width: 92px;
    position: relative;
    overflow: hidden;
}

.course-relative-works img, .course-detail-works img{
    width: 100%;
}

.course-relative-works .work-title,.course-detail-works .work-title{
    width: 100%;
    position: absolute;
    background: rgba(10,10,10,0.4);
    bottom: -40px;
    height: 40px;
    overflow: hidden;
    left: 0;
    color: #ffffff;
    z-index: 10;
}

.work-item:hover .work-title{
    -webkit-transform: translate3d(0px,-40px,0);
    transform: translate3d(0px,-40px,0);
    transition: all 0.2s linear;
}

/*手机版课件播放*/
.course-player {
    margin-right : 370px;
    height: 100%;
    /*box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);*/
    background: #222222;
    padding:20px;
}

.course-player-close{
    position: fixed;
    right : 14px;
    top:14px;
    z-index: 1003;
    width: 18px;
    opacity: 0.7;
}

.course-player-frame {
    width : 100%;
    height : 100%;
    overflow: hidden;
}

.course-player .frame-wrapper{
    height: 100%;
}

@media screen and (max-width:740px) {
    .course-player{
        position: fixed;
        background: #FFFFFF;
        z-index: 1001;
        left: 0;
        top:0;
        height: 100%;
        width: 100%;
        margin: 0;
        padding:0;
    }

    .course-info-right{
        display: none;
    }

    .course-player .frame-wrapper {
        position: fixed;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
}

