a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input,
textarea,
button {
    outline: 0;
}

.col-center-block {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.paddingNone,
.playVideo,
.palyTabList,
.palyTabTwo,
.palyTabOne,
.palyTabThree {
    padding: 0;
}
.palyTabTwo,
.palyTabOne,
.palyTabThree {
	overflow-y: scroll; 
}
.playVideoHead {
    height: 44px;
    padding: 10px 20px 10px 30px;
    background-color: #000;
}

.playVideoHead span {
    position: relative;
    color: #FFF;
    font-size: 15px;
    cursor: pointer;
}

.playVideoHead span:last-of-type:hover .qrCode {
    display: block;
}

.playVideoHead span i {
    display: inline-block;
    position: relative;
    top: 5px;
    width: 26px;
    height: 26px;
    margin-left: 5px;
    background: url(/deploy/assets/w2.0/img/videoPlay.png) -19px -371px no-repeat;
}

.qrCode {
    display: none;
    position: absolute;
    top: 32px;
    right: -44px;
    width: 157px;
    height: 157px;
    padding: 12px 21px 9px;
    background-color: #FFF;
    color: #494949;
    font-size: 13px;
    text-align: center;
    z-index: 55;
}

.qrCode img {
    width: 100%;
}

.playVideoHead span a {
    display: inline-block;
    width: 102px;
    height: 24px;
    margin-right: 34px;
    background-color: #00A0EA;
    line-height: 24px;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}

.playVideoContent {
    padding: 0;
    min-height: 720px;
}

.playVideoBottom {
    padding: 20px 30px 0;
    min-height: 173px;
}

.playVideoBottom textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    border: 0;
    background-color: #F3F3F3;
    color: #666;
    border-radius: 3px;
    transition: height .5s;
    resize: none;
}

.playVideoBtn {
    position: relative;
    padding: 10px 0 0;
    color: #999;
    font-size: 14px;
}

.playVideoBtn input {
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    z-index: 5;
    opacity: 0;
	cursor: pointer;
}

.playVideoBtn i {
    display: block;
    position: absolute;
    left: 0;
    top: 17px;
    width: 16px;
    height: 16px;
    background: url(/deploy/assets/w2.0/img/videoPlay.png) -24px -168px no-repeat;
    z-index: 1;
}

.playVideoBtn button {
    width: 60px;
    height: 22px;
    border: 0;
    background-color: #00A0EA;
    color: #FFF;
    font-size: 14px;
    border-radius: 3px;
}

.playVideoBtn button:hover {
    background-color: #048DCC;
}

.palyTab {
    height: 40px;
    padding: 0;
    border-bottom: 1px solid #E7E7E7;
}

.palyTabPage {
    display: none;
	background-color: #fff;
}

.palyTabOdd {
    height: 39px;
    padding: 0;
    border-right: 1px solid #E7E7E7;
    background-color: #FFF;
    line-height: 39px;
    color: #333;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.palyTabOdd:last-of-type {
    border: 0;
}

.palyTabOddActive {
    background-color: #00A0EB;
    color: #FFF;
}

.commentsRelease {
    padding: 24px 10px 21px;
    background-color: #F3F3F3;
}

.commentsRelease textarea {
    height: 74px;
    padding: 10px 14px 0;
    border: 1px solid #00A0EA;
    border-right: 0;
    background-color: #FFF;
    color: #333;
    font-size: 14px;
    border-radius: 3px 0 0 3px;
    resize: none;
}

.commentsRelease textarea::-webkit-input-placeholder {
    color: #CCC;
}

.commentsRelease button {
    height: 74px;
    border: 0;
    background-color: #00A0EA;
    color: #FFF;
    font-size: 14px;
    border-radius: 0 3px 3px 0;
}
.palySubest{
    padding:5px;
    margin-top:10px;
    border-radius: 5px;
    background-color: #ffffff;
 }
.palySubestMain{padding:0px;font-size:12px}
.commentSubestOdd{border-bottom: 1px dashed #E5E5E5;}
.commentSubestOdd:last-of-type{border:0px}
.commentSubestOddImg{height: 36px;padding: 5px 0 0;line-height: 30px;}
.commentSubestOddImg img{width: 30px;height: 30px;margin-right: 16px;border-radius: 50%;}
.commentSubestOddName{padding: 5px 0 0;font-size: 14px;}
.commentSubestOddData{padding: 8px 0 5px;color: #333;font-size: 14px;}

.closeTextarea {
    display: none;
    margin-right: 20px;
    background-color: #FE2828 !important;
}

.palyTabTwoList {
    padding: 0 20px;
    background-color: #F3F3F3;
}

.palyCommentOdd {
    padding: 0 0 10px;
    border-bottom: 1px solid #E5E5E5;
}

.palyCommentOddName {
    height: 46px;
    padding: 16px 0 0;
    line-height: 30px;
}

.palyCommentOddName img {
    width: 30px;
    height: 30px;
    margin-right: 16px;
    border-radius: 50%;
}

.palyCommentOddName span:first-of-type {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.palyCommentOddName span:last-of-type {
    color: #666;
    font-size: 14px;
}

.palyCommentOddContent {
    padding: 14px 0 0;
    color: #333;
    font-size: 14px;
}

.palyCommentOddTime {
    padding: 14px 0 0;
    color: #999;
    font-size: 10px;
}

.palyCommentOddTime span:last-of-type {
    color: #666;
    cursor: pointer;
}

.palyCommentOddTime span i {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
    margin-left: 6px;
    background-color: #000;
    background: url(/deploy/assets/w2.0/img/videoPlay.png) -25px -117px no-repeat;
}

.playListOdd {
    padding: 20px 0;
    cursor: pointer;
}

.playListOdd:hover {
    background-color: #F2F6F8;
}

.playListOdd:hover .playListOdd_info,
.playListOddDownload a:hover,
.playDataDownloadAll a:hover,
.playDataDownloadTip a:hover {
    color: #00A0EA;
}

.playListOddActive {
    background-color: #F2F6F8 !important;
}

.playListOddActive .playListOdd_info {
    color: #00A0EA !important;
	font-weight: bold;
}

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

.playListOdd_lable i {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/deploy/assets/w2.0/img/videoPlay.png) 0 0 no-repeat;
}

.playListOdd_info {
    padding: 0;
    color: #333;
    font-size: 14px;
}

.playListdata_info,
.playListOdd_time {
    padding: 0 10px 0 0;
    color: #666;
    font-size: 14px;
    text-align: right;
}

.playListOddBg_one {
    background-position: -26px -14px !important;
}

.playListOddBg_two {
    background-position: -26px -40px !important;
}

.playListOddBg_three {
    background-position: -26px -66px !important;
}

.playListOddBg_four {
    background-position: -26px -92px !important;
}

.playListOddBg_five {
    background-position: -26px -221px !important;
}

.playListOddBg_six {
    background-position: -26px -247px !important;
}

.playListOddBg_seven {
    background-position: -25px -352px !important;
}

.playListOddBg_eight {
    background-position: -25px -325px !important;
}

.playListOddBg_nine {
    background-position: -25px -299px !important;
}

.playListOddBg_ten {
    background-position: -25px -272px !important;
}

.playListdata_lable {
    padding: 3px 0 0 20px;
}

.playListdata_lable i {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(/deploy/assets/w2.0/img/videoPlay.png) 0 0 no-repeat;
}

.playListdataTitle {
    height: 28px;
    padding: 0;
    border: 1px solid #E7E7E7;
    border-right: 0;
    border-bottom: 0;
    line-height: 28px;
    color: #666;
    font-size: 10px;
    text-align: center;
}

.playListdataTitle div {
    padding: 0;
    border-right: 1px solid #E7E7E7;
}

.playListdataMain {
    padding: 0;
    border: 1px solid #E7E7E7;
    border-right: 0;
    border-bottom: 0;
}

.playDataOdd {
    height: 80px;
    padding: 0;
}
.playDataOdd div{
	overflow: hidden;
}

.playListOddCheck {
    height: 80px;
    padding: 0;
    border: 1px solid #E7E7E7;
    border-left: 0;
    border-top: 0;
    line-height: 80px;
    text-align: center;
}

.playListOddCheck input {
    margin: 0;
    cursor: pointer;
}

.playListOddIco {
    position: relative;
    height: 80px;
    padding: 0;
    border: 1px solid #E7E7E7;
    border-left: 0;
    border-top: 0;
}

.playListOddIco i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 16px;
    margin-top: -8px;
    margin-left: -7px;
}

.playListOddTitle {
    height: 80px;
    padding: 15px 9px 0;
    border: 1px solid #E7E7E7;
    border-left: 0;
    border-top: 0;
    color: #333;
    font-size: 14px;
    text-align: left;
}

.playListOddTitle p {
    display: -webkit-box;
    display: -moz-box;
    height: 56px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3!important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.playListOddType {
    height: 80px;
    padding: 0;
    border: 1px solid #E7E7E7;
    border-left: 0;
    border-top: 0;
    line-height: 80px;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.playListOddDownload {
    height: 80px;
    padding: 0;
    border: 1px solid #E7E7E7;
    border-left: 0;
    border-top: 0;
    line-height: 80px;
    font-size: 14px;
    text-align: center;
}

.playListOddDownload a {
    color: #333;
    cursor: pointer;
}

.playDataDownloadAll {
    height: 54px;
    padding: 0 7px;
    border-bottom: 1px solid #E7E7E7;
    line-height: 54px;
    color: #666;
    font-size: 13px;
}

.playDataDownloadAll input {
    margin-right: 20px;
    cursor: pointer;
}

.playDataDownloadAll a {
    margin-left: 45px;
    color: #333;
    cursor: pointer;
}

.playDataDownloadTip {
    padding: 20px 13px;
    border-bottom: 1px solid #E7E7E7;
    color: #666;
    font-size: 14px;
}

.playDataDownloadTip a {
    margin: 0 6px;
    color: #00A0EA;
    font-style: italic;
    text-decoration: underline;
}

.notPayCourse {
    width: 340px;
    height: 144px;
    padding: 32px 32px 0;
    background-color: #FFF;
    border-radius: 5px;
}

.notPayCourseImg {
    width: 39px;
    padding: 0;
}

.notPayCourseImg img {
    width: 39px;
    height: 39px;
}

.notPayCourseMain {
    width: 228px;
    padding: 0 0 0 12px;
}

.notPayCourseMain p {
    line-height: 24px;
    color: #333;
    font-size: 16px;
}

.notPayCourseMain p b {
    margin-right: 4px;
    color: #FF385A;
    font-size: 14px;
}

.notPayCourseMain p c {
    color: #FF385A;
    font-size: 14px;
}

.notPayCourseMain p:last-of-type {
    padding-top: 10px;
}

.notPayCourseMain p a {
    display: inline-block;
    width: 84px;
    height: 26px;
    margin-left: 20px;
    background-color: #DC2D4B;
    line-height: 26px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.notPayCourseMain p a:hover {
    background-color: #CA2A45;
}

.overModel {
    padding: 20px 0 0;
    text-align: center;
}

.overModel img {
    margin-bottom: 8px;
}

.overModel p {
    line-height: 24px;
    color: #666;
    font-size: 14px;
}

.overModel p b {
    line-height: 34px;
    color: #333;
    font-size: 20px;
}

.overModel p:last-of-type {
    margin-bottom: 10px;
}

.overModel a {
    color: #DC2D4B;
    font-size: 15px;
    cursor: pointer;
}

.overModel a:hover {
    text-decoration: underline;
}
.addBg{
	background: url(/deploy/assets/w2.0/img/study.png) center right no-repeat;
    background-size: 71%;
    color: #ffffff;
}
/*ÐÂµÄCSS*/
.dashboard .toolbar {
    width: 420px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-left: 1px solid #e9e9e9;
    color: #666;
    background: #fff;
}

.dashboard .toolbar-pane-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 60px;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.in-toolbar-pane {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.period-list {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
.period-list {
    list-style-type: none;
}
.period-list .chapter {
    position: relative;
}

.period-list .chapter, .period-list .section {
    background-color: #f5f5f5;
    color: #919191;
}

.period-list > li {
    margin-bottom: 10px;
    padding: 10px 15px;
}
.chapsesection {
    margin: 10px 10px 10px 10px;
    padding: 10px 15px 10px 45px;
    background-color: #f5f5f5;
    color: #919191;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    position: relative;
    font-size: 13px;
}
.chapsesection .icontoc {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 15px;
    height: 13px;
    background: url(/deploy/assets/w2.0/img/shopInfoBg.png) -70px -114px no-repeat;
}