/* -----------------------首页-------------------- */
.idxSection{
    margin: 20px 0;
}
.banner{
    width: 100%;
}
.product_all{
    width: 100%;
    height: 455px;
}
.all_l{
    float: left;
    width: 380px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
}
.all_l dt img{
    width: 100%;
}
.all_l dd a{
    float: right;
    margin: 28px 0 0 0;
}
.all_r{
    width: 780px;
    height: 100%;
    float: right;
}
.t_all{
    margin-bottom: 20px;
}
.t_all,.b_all{
    width: 100%;
    height: 217px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 20px;
}
.t_all dt,.b_all dt{
    float: left;
    margin-right: 38px;
}
.t_all dt img,.b_all dt img{
    height: 177px;
}
.t_all dd a,.b_all dd a{
    float: left;
}
.t_all dd a{
    margin-top: 14px;
}
.b_all dd a{
    margin-top: 27px;
}
.all_tit{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0 10px 0;
}
.product_all dd p{
    color: #333333;
    font-size: 14px;
    line-height: 26px;
}
.product_all dd a{
    display: block;
    width: 103px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border:1px solid #4688F1;
    color: #4688F1;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
}
.product_all dd a:hover{
    opacity: .8;
}
.resource_center{
    width: 100%;
    height: 516px;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 15px 22px;
}
.resource_center h4{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.resource_center h4 span{
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px
}
.resource_cont{
    width: 100%;
}
.resource_cont dl{
    float: left;
    width: 364px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
}
.resource_cont dl:nth-of-type(2){
    margin: 0 22px;
}
.resource_cont dl dt img{
    width: 100%;
}
.resource_cont dl dd{
    padding: 10px 20px;
}
.resource_cont dl dd h6{
    color: #666666;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.resource_cont dl dd p{
    color: #666666;
    line-height: 23px;
}
.resource_cont dl dd a{
    display: block;
    width: 88px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    color: #2A75ED;
    border: 1px solid #2A75ED;
    margin: 12px auto 5px auto;
}
.resource_cont dl dd a:hover{
    opacity: .8;
}





/* ---------------------毛笔、硬笔、绘画课程----------------------- */
.indexSection{
    position: absolute;
    width: 100%;
    left: 0;
    top: 86px;
    right: 0;
    bottom: 56px;
    min-width: 1200px;
}
.indexMain{
    width: 1180px;
    height: 100%;
    margin: 0 auto;
}
.leftMain{
    float: left;
    width: 185px;
    margin-right: 15px;
    padding: 10px 0;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: url(/image/afterclassimg/left_bg.png) no-repeat #fff bottom center;
    background-size: 100%;
}
.leftList li{
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
}
.leftList li a{
    display: block;
    color: #333333;
    font-size: 15px;
    padding: 0 27px;
}
.leftList li::after{
    display: none;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 4px;
    height: 44px;
    background: #9F1F24;
}
.leftList li.clickLeft{
    background: #F1E5E6;
}
.leftList li.clickLeft::after{
    display: block;
}
.rightMain{
    position: relative;
    float: right;
    width: 980px;
    height: 100%;
}
.r_top_main{
    position: relative;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 20px;
}
.question_btn{
    background: #6D7F9B;
    color: #fff;
    padding: 0 13.5px;
    margin-right: 15px;
}
.question_btn img{
    margin: -1px 6px 0 0;
}
.r_top_main .date{
    float: right;
    line-height: 32px;
}
.r_top_main .date time{
    color: #999999;
    margin-right: 10px;
}
.r_top_main .date span{
    color: #9F1F24;
}
.r_top_main .date span b{
    font-size: 24px;
    font-weight: normal;
    margin: 0 2px;
}
.r_bottom_main{
    position: absolute;
    width: 100%;
    left: 0;
    top: 67px;
    bottom: 0;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 22px 20px;
}
.txtStrokes{
    float: left;
    width: 220px;
    height: 197px;
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin-right: 20px;
}
.txtStrokes h4{
    margin: 0 18px;
    padding: 10px 0;
    background: url(/image/afterclassimg/lineTxt.png) no-repeat center bottom;
    background-size: 100%;
}
.txtStrokes h4 span{
    display: inline-block;
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
    background: #FEF3E9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
}
.txtStrokes .curriculum_c{
    height:99px;
    padding: 10px 18px 0 18px;
    background: url(/image/afterclassimg/txt_bg.png) no-repeat right bottom;
    background-size: 22%;
}
.curriculum_c p:nth-of-type(1){
    color: #333333;
    font-size: 16px;
    margin-bottom: 9px;
}
.curriculum_c p:nth-of-type(2){
    color: #888888;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.txtStrokes .curriculum_b{
    width: 220px;
    height: 49px;
    padding: 8.5px 0;
    background: #FEF3E9;
    text-align: center;
}
.txtStrokes .curriculum_b a{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #F3BE5B;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    padding: 0 16px;
}
.txtStrokes .curriculum_b a:hover{
    opacity: .8;
}
.startTxt h4 span{
    background: #E6F6FF;
}
.startTxt .curriculum_b{
    background: #E6F6FF;
}
.startTxt .curriculum_b a{
    background: #4688F1;
}
.lockedTxt h4 span{
    background: #F7F7F7;
}
.lockedTxt .curriculum_b{
    background: #F7F7F7;
}
.lockedTxt .curriculum_b a{
    background: #CFCFCF;
}
.allLesson{
    float: left;
    cursor: pointer;
    width: 220px;
    height: 197px;
    background: #EAEFF5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    color: #4F616D;
    border: 1px solid #BECBD1;
    padding: 32px 0 0 0;
}
.allLesson:hover,.allLesson:visited,.allLesson:link,.allLesson:active{
    color: #4F616D;
}
.allLesson span{
    font-size: 60px;
}
.allLesson p{
    font-size: 16px;
    margin: -10px 0 0 0;
}

/*-------------------- 更多课程-------------------- */
.moreSection{
    margin: 16px 0 0 0;
}
.more_tit{
    color: #666666;
    font-size: 16px;
    margin-left: 11px;
    display: inline-block;
    vertical-align: middle;
}
.more_main{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin: 16px 0;
    padding: 20px;
}
.more_main .txtStrokes{
    width: 212px;
    margin-bottom: 20px;
}
.more_main .txtStrokes:nth-of-type(5n){
    margin-right: 0;
}
.cont{
    overflow: hidden;
    padding-bottom: 78px;
}
.more_main .page,.test_question .page{
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

/*-------------------- 播放-------------------- */
.header_play{
    width: 100%;
    height: 70px;
    background: rgba(172, 189, 215, 0.62);
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
}
.header_play_con{
    position: relative;
    width: 1180px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
}
.header_play_con p{
    color: #333333;
    font-size: 16px;
}
.header_play_con p b{
    color: #333;
    font-weight: normal;
    font-size: 22px;
}
.playSection .return{
    position: absolute;
    left: 0;
}
.play_main{
    width: 100%;
}
.videoContianer{
    width: 1180px;
    height: 100%;
    /* height: calc(100% - 84px); */
    margin: 40px auto;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /* margin: 41px auto; */
}
/*-------------------- 题库-------------------- */
.questionSection{
    margin: 16px 0;
}
.optional_question .curriculum_c span{
    color: #888888;
    float: left;
}
.optional_question .curriculum_c div{
    width: 88%;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.optional_question .curriculum_c p{
    width: 100%;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .questionSection .r_top_main{
    height: 32px;
    line-height: 32px;
    padding: 0;
    background: none;
}
.navigation{
    display: inline-block;
    padding: 0 13px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    background: rgba(255, 255, 255,0.7);
}
.navigation span{
    color: #999;
    display: inline-block;
    vertical-align: middle;
}
.navigation .oneNav{
    color: #999;
}
.navigation .oneNav span{
    margin: -1px 6px 0 0;
}
.navigation .twoNav{
    color: #666;
    margin-left: 6px;
} */
.question_main{
    position: relative;
    margin: 16px 0 0 0;
    height: 100%;
    overflow: hidden;
}
.question_main .leftMain{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.top_question_nav{
    width: 100%;
    /* height: 66px; */
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    overflow: hidden;
}
.tab_list{
    float: left;
}
.tab_list label{
    float: left;
    color: #6E6E6E;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    margin: 0 10px 0 0;
}
.choice_range{
    float: left;
    width: 856px;
    margin: -5px 0 0 0;
}
.choice_range li{
    cursor: pointer;
    float: left;
    min-width: 53px;
    height: 26px;
    line-height: 26px;
    color: #6E6E6E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    margin:5px 20px 0 0;
    padding: 0 10px;
}
.choice_range li.now_range{
    background: #2A75ED;
    color: #fff;
}
.my_question{
    float: right;
    color: #2A75ED !important;
}
.my_question img{
    display: inline-block;
    vertical-align: middle;
    margin: -4px 6px 0 0;
}
.test_question{
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}
.optional_question{
    width: 100%;
    overflow: hidden;
    padding: 20px 20px 78px 20px;
}
.optional_question .txtStrokes{
    height: 150px;
    margin: 0 20px 20px 0;
}
.optional_question .txtStrokes:nth-of-type(4n){
    margin-right: 0;
}
.optional_question .txtStrokes h4 span{
    font-size: 13px;
    height: 23px;
    line-height: 23px;
}
.optional_question .txtStrokes h4 p{
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 23px;
    cursor: pointer;
}
.optional_question .txtStrokes h4 p span{
    background: none;
    color: #2A75ED;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -7px 0 -3px;
}
.optional_question .curriculum_c{
    height: 57px;
    padding: 6px 18px 0 18px;
    background: none;
}
.optional_question .curriculum_b{
    height: 48px;
    background: none;
    border-top: 1px solid rgba(167, 178, 196, 0.11);
}

.optional_question .curriculum_c p:nth-of-type(1){
    margin-bottom: 2px;
    font-size: 14px;
}
.optional_question .curriculum_b p{
    cursor: pointer;
    width: 90px;
    height: 28px;
    line-height: 28px;
    border: 1px solid transparent;
    margin: 0 auto;
}
.optional_question .curriculum_b p a{
    width: 16px;
    height: 16px;
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #A5B0C2;
    border-radius: 0;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.optional_question .curriculum_b p a span{
    color: #4285F4;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -20px 0 0 -1px;
    visibility: hidden;
}
.optional_question .curriculum_b p em{
    color:#6E6E6E;
}
.optional_question .curriculum_b p.checked{
    border-color: #A7B2C4;
    background: #EDF3FF;
}
.optional_question .curriculum_b p.checked a span{
    visibility: visible;
}
.selected_question{
    width: 100%;
    background: #F5F8FA;
    padding: 16px 23px 20px 23px;
    float: left;
}
.selected_tit{
    margin: 0 0 20px 0;
    color: #333333;
    font-size: 16px;
}
.selected_list{
    width: 100%;
    float: left;
}
.cont_selected{
    float: left;
    position: relative;
    width: 158px;
    height: 97px;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 1px solid #2A75ED;
    margin: 0 34px 27px 0;
    padding: 9px;
}
.cont_selected:nth-of-type(5n){
    margin-right: 0;
}
.cont_selected h4{
    margin: 0;
    padding: 0 0 9px 0;
    background: url(/image/afterclassimg/lineTxt.png) no-repeat center bottom;
    background-size: 100%
}
.cont_selected h4 span{
    font-size: 13px;
    height: 23px;
    line-height: 23px;
    display: inline-block;
    padding: 0 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #E6F6FF;
    color: #888888;
}
.cont_selected h4 img{
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}
.cont_selected span.num_id{
    float: left;
    color: #888888;
}
.cont_selected div{
    width: 84%;
    /* padding-top: 5px; */
    color: #888888;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cont_selected div p{
    width: 100%;
    /* padding-top: 5px; */
    color: #888888;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.selected_btn_t{
    width: 100%;
    float: left;
    text-align: center;
}
.selected_btn_t a{
    display: inline-block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    color: #2A75ED;
    border-radius: 17px;
    border: 1px solid #2A75ED;
    margin: 0 11px;
}
.selected_btn_t a:hover{
    opacity: .8;
}
.selected_btn_t a.gnerate_paper{
    background: #2A75ED;
    color: #fff;
}
.questionPrev .confirmCon{
    width: 600px;
    height: 368px;
    overflow-y: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: -300px;
    margin-top: -184px;
    padding: 27px 30px 0 30px;
}
.questionPrev table{
    width: 100%;
    min-height: 270px;
}
.questionPrev table td{
    border: 1px solid #DBE1E9;
}
.questionPrev table td:nth-of-type(1){
    padding: 16px;
    text-align: center;
    background: #E5F0FD;
    color: #3A81E6;
    width: 18%;
}
.questionPrev table td:nth-of-type(2){
    padding: 12px 16px;
}
.questionPrev table td:nth-of-type(2) p{
    color: #000000;
}
.questionPrev table tr:nth-of-type(3) td p{
    display: inline-block;
}
.questionPrev table tr:nth-of-type(3) td p img{
    max-height: 100px;
    margin: 5px;
}

.questionPrev .closeBtn{
    display: block;
    width: 104px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    background: #2A75ED;
    border-radius: 17px;
    text-align: center;
    border: 1px solid #2A75ED;
    margin: 19px auto;
}
.questionPrev .confirmCon .load_before{
    padding-top: 135px;
}
.questionGener .paperCon{
    display: none;
    width: 550px;
    height: 600px;
    margin-left: -255px;
    margin-top: -293px;
    background: none;
}
.questionGener .paperCon .top_paper{
    height: 550px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.questionGener .paperCon .load_before{
    padding-top: 150px;
}
.top_paper h2{
    margin: 0;
}
.botton_paper{
    text-align: center;
    padding: 16px 0 0 0;
}
.header_paper{
    width: 100%;
    height: 60px;
    line-height: 48px;
    padding: 6px 0 6px 37px;
    text-align: right;
    border-bottom: 1px solid rgba(102, 102, 102, 0.12);
}
.header_paper img{
    height: 100%;
    float: left;
}
.header_paper span{
    color: #666;
    margin-right: 90px;
}
.question_detail{
    position: relative;
    height: 488px;
    overflow-y: auto;
}
.questionCont{
    overflow: hidden;
    width: 100%;
    padding: 3px 20px 0px 20px;
}
.questionCont:nth-of-type(2n+1){
    background: rgba(247, 247, 247, 0.89);
}
.questionCont h4{
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}
.questionCont h4 p{
    display: inline-block;
}
.questionCont h4 span{
    float: right;
}
.questionCont ul{
    float: left;
    width: 100%;

}
.questionCont li{
    color: #000000;
    margin: 0 0 9px 25px;
}
.questionCont li p{
    display: inline-block;
}
.questionCont li p img{
    max-height: 100px;
    margin: 5px;
}
.school_name{
    width: 100%;
    float: left;
    text-align: center;
    color: #9A9A9A;
    padding: 13px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.question_detail .school_name.staticName{
    position: static;
}

.questionGener .nameCon{
    display: none;
    width: 440px;
    height: 170px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-left: -220px;
    margin-top: -85px;
    padding: 37px 31px;
}
.questionGener .nameCon h4{
    color: #666666;
    font-size: 16px;
    line-height: 40px;
}
.questionGener .nameCon h4 input{
    width: 265px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #CCCCCC;
    padding: 0 10px;
    [;height:40px;line-height:normal;padding:0;]/*safari hack*/
}
.saveBtn,.returnBtn{
    cursor: pointer;
    display: inline-block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    color: #2A75ED;
    border-radius: 17px;
    border: 1px solid #2A75ED;
    margin: 0 8px;
}
.returnBtn{
    color: #2A75ED;
    background: #fff;
}
.saveBtn{
    background: #2A75ED;
    color: #fff;
}





/*-------------------- 我的题库-------------------- */
.question_table{
    width: 100%;
    border-top: 2px solid #7396BF;
}
.question_table th{
    background: #F6F6F6;
    font-weight: normal;
}
.question_table th,.question_table td{
    border: 1px solid #e1e1e1;
    text-align: center;
    height: 45px;
    color: #000;
    padding: 10px 0;
}
.question_table td a{
    color: #2A75ED;
    margin: 0 6px;
}
.question_table td a span{
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 2px 0 0;
}



/*-------------------- 硬笔字帖-------------------- */
.mypractice_main{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 20px;
    margin: 16px 0 0 0;
}
.tab_calli{
    width: 100%;
    float: left;
}
.tab_calli .tab_list{
    margin-bottom: 20px;
}
.template_btn{
    float: right;
    display: block;
    width: 116px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    margin: -4px 0 0 0;
    background: rgba(70,136,241,1);
}
.tabel_one .txtCon01{
    width: 26px;
    height: 26px;
    line-height: 26px;
    float: left;
    border: 1px solid #88adf4;
    color: #333;
    text-align: center;
    margin: 0 4px 4px 4px;
}
.txtCon01 img{
    display: inherit;
    max-width: 100%;
    max-height: 100%;
}
.table_one th, .table_one td, .table_two td{
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 10px 0;
}
.table_one td, .table_two td{
    color: #666666;
}
.practiceMon .confirmCon{
    width: 534px;
    height: 600px;
    margin-left: -268px;
    margin-top: -300px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
}
.practiceMon .confirmCon .modelTit{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 14px;
    background: #4688f1;
    color: #fff;
}
.practiceMon .confirmCon .modelTit span{
    float: right;
    font-size: 24px;
}
.practiceMon .modelMain{
    padding: 0;
    height: 560px;
    text-align: center;
}
.practiceMon .modelMain img{
    max-width: 100%;
    max-height: 100%;
}
.calligraphy_t{
    width: 270px;
    float: left;
    margin: 0 20px 20px 0;
}
.calligraphy_t dt{
    width: 100%;
    height: 380px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #D8D8D8;
}
.calligraphy_t dt img{
    max-width: 100%;
    max-height: 100%;
}
.calligraphy_t dd{
    padding-top: 14px;
}
.calligraphy_t dd span{
    color: #666666;
    font-size: 14px;
    line-height: 28px;
}
.calligraphy_t dd a{
    display: block;
    float: right;
    width: 66px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -ms-border-radius: 14px;
    color: #4688f1;
    border: 1px solid #4688f1;
}
.calligraphy_t dd a:hover{
    background:#4688f1;
    color: #fff;
}
.calligraphy_t:nth-of-type(4n){
    margin-right: 0;
}
.book_search {
    position: absolute;
	width: 260px;
    height: 36px;
    line-height: 36px;
    right: 20px;
    top: 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0 12px;
    border: 1px solid rgba(225, 229, 234, 1);
}

.book_search input {
	display: block;
	float: left;
	font-size: 14px;
	width: 190px;
    height: 36px;
    line-height: 36px;
	[;
	height: 36px;
	line-height: normal;
	padding: 0;
	]
	/*safari hack*/
}

.book_search span {
	float: left;
	font-size: 20px;
	margin-right: 8px;
	cursor: pointer;
    color: #999999;
}

.book_search .clear_ipt {
	position: absolute;
	color: rgba(99, 106, 118, 1);
	font-size: 15px;
	right: 0;
	cursor: pointer;
	display: none;
}

.book_search input::-webkit-input-placeholder {
	color: #BDC3C7;
}

.book_search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #BDC3C7;
}

.book_search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #BDC3C7;
}

.book_search input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #BDC3C7;
}
.spaceRight{
    padding-bottom: 78px;
}
.yingbitype,.tab_li {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.tab_li p, .template_li p, .yingbitype p{
    float: left;
    line-height: 28px;
    color: #353535;
    margin: 0 13px 0 0;
}
.type_txt{
    float: left;
    padding-left: 3px;
}
.tab_li .change_gradeA li, .type_txt a{
    cursor: pointer;
    float: left;
    min-width: 53px;
    height: 26px;
    line-height: 26px;
    color: #6E6E6E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    margin-right: 20px;
    padding: 0 10px;
}
.tab_li .change_gradeA li.now_gradeA, .type_txt a.text-primary{
    background: #2A75ED;
    color: #fff;
}
.introduce_pra{
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
.teachWritBrush{
    width: 52px;
    height: 75px;
    float: left;
    margin: 0 12px 12px 0;
}
.teachWritBrush:nth-of-type(18n){
    margin-right: 0;
}
.teachWritBrush .teacherVideo{
    background: url(/image/blueimg/textBg.png) no-repeat;
    background-size: 100% 100%;
    border: 2px solid #bbb;
    width: 52px;
    height: 52px;
}
.teachWritBrush .teacherVideo a{
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    text-align: center;
    line-height: 48px;
    font-family: 'KaiTi';
    font-size: 30px;
    color: #888;
}
.teachWritBrush .teacherVideo a img{
    display: block;
    width: 100%;
}
.teachWritBrush .isAddVideo{
    margin-top: 2px;
    cursor: pointer;
}
.teachWritBrush .isAddVideo a{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin: -2px 0 0 0;
    background: #fff;
    border: 1px solid #a7b2c4;
}
.teachWritBrush .isAddVideo a span{
    display: none;
    color: #5c7be7;
    font-size: 14px;
}
.teachWritBrush .isAddVideo em{
    letter-spacing: -0.5px;
    color: #888;
}
.singleElection .teacherVideo{
    border-color: #5576e6 !important;
}
.singleElection .isAddVideo span{
    display: block !important;
}
.singleElection .teacherVideo a{
    color: #5576e6 !important;
}
.word_practice{
    float: left;
    width: 100%;
    height: 78px;
    padding: 0 10px;
    line-height: 78px;
    margin: 15px auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #E0E0E0;
}
.word_practice label{
    float: left;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}
.choice_word_list{
    float: left;
    margin: 18px 0;
}
.choice_word_list li{
    position: relative;
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 13px;
    border: 1px solid #8f7c6d;
}
.choice_word_list li p{
    line-height: 42px;
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-family: 'KaiTi';
}
.choice_word_list li p img{
    display: inherit;
    max-width: 100%;
    max-height: 100%;
}
.choice_word_list li span{
    position: absolute;
    width: 18px;
    height: 18px;
    top: -9px;
    right: -9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    background: url(/image/blueimg/deleteIcon.png) no-repeat;
    background-size: 100%;
}
.word_practice a{
    float: right;
    line-height: 32px;
    padding: 0 14px;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -ms-border-radius: 19px;
    margin: 23px 0 0 10px;
    color: #4688f1;
    border: 1px solid #4688f1;
}
.word_practice a:hover{
    background: #4688f1;
    color: #fff;
}





















/* ----------------资源中心----------------- */
.resourcesSection{
    margin-bottom: 16px;
}
.resourcesSection .test_question{
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    padding: 20px;
}
.resource_m{
    float: left;
    width: 300px;
    height: 206px;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin: 0 20px 20px 0;
}
.resource_m:nth-of-type(3n){
    margin-right: 0;
}
.resource_m h4{
    margin: 0 7px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    padding: 11px 0 18px 0;
    background: url(/image/afterclassimg/lineTxt01.png) no-repeat center bottom;
    background-size: 100%;
}
.resource_c{
    margin: 7px 7px 12px 7px;
    overflow: hidden;
}
.resource_c dt{
    float: left;
    width: 145px;
    height: 92px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}
.resource_c dt img{
    height: 100%;
}
.resource_c dd{
    position: relative;
    width: 124px;
    height: 92px;
    float: right;
}
.resource_c dd p{
    font-size: 12px;
    color: #626262;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-height: 20px;
    -webkit-box-orient: vertical;
}
.resource_c dd time{
    position: absolute;
    bottom: 0;
    color: #999;
    font-size: 12px;
    line-height: 28px;
}
.resource_c dd time span{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.resource_b{
    width: 100%;
    height: 47px;
    background: #E1F3FF;
    text-align: center;
    padding: 9px 0 0 0;
}
.resource_b a{
    display: inline-block;
    width: 86px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    color: #4688F1;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.21);
    border-radius: 17px;
}
/*-------------------- 设置-------------------- */
.setting_unit{
    float: left;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
}
.avatar_set{
    width: 100%;
    height: 64px;
    line-height: 64px;
    float: left;
    padding: 0 20px;
}
.avatar_set label{
    width: 174px;
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.avatar_set .setting_tit{
    float: left;
}
.avatar_set .setting_tit p{
    color: #999999;
    font-size: 16px;
}
.avatar_set .setting_btn{
    float: right;
    cursor: pointer;
}
.avatar_set .setting_btn em{
    color: #2A75ED;
    font-size: 14px;
}
.avatar_set .setting_btn span{
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url(/image/afterclassimg/select_down.png) no-repeat;
    background-size: 100%;
    margin: -2px 0 0 9px;
}
.avatar_set .preview_avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    margin: 11px 0;
}
.avatar_set .preview_avatar img{
    float: left;
    height: 100%;
}
.edit_set{
    float: left;
    width: 100%;
    display: none;
}
.process_type{
    width: 100%;
    float: left;
    margin-bottom: 19px;
}
.process_type label{
    width: 82px;
    color: #8C7E7E;
    float: left;
    font-weight: normal;
    margin-right: 8px;
    line-height: 36px;
    text-align: right;
}
.process_type input[type="text"],.process_type input[type="password"],.process_type input[type="tel"]{
    width: 270px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    border: 1px solid #DDDDDD;
    padding: 0 15px;
    [;height:36px;line-height:normal;padding:0 15px;]/*safari hack*/
}
.process_type input[type="button"]{
    color: #347CED;
    line-height: 36px;
    margin: 0 0 0 20px;
}
.process_type input[type="button"].disableClass{
    color: #D4D4D4;
}
.edit_set .pass_set,.password_tips{
    width: 100%;
    float: left;
    padding-left: 94px;
}
.edit_set .pass_set{
    margin: -10px 0 0 0;
}
.edit_set .pass_set li{
    float: left;
    text-align: center;
    width: 50px;
    border-right: 2px solid #fff;
    background: #cccccc;
    color: #fff;
    list-style-type: none;
}
.password_tips{
    color:#888888;
    font-size: 12px;
    margin: 5px 0 10px 0;
}
.password_tips img{
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 0 0 -5px;
}
.edit_set .change_pwd_btn{
    float: left;
    display: block;
    margin-left: 94px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #4688F1;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}
.report_errors{
    float: left;
    width: 100%;
    color: #f16a6a;
    font-size: 12px;
    padding-left: 86px;
    margin: -17px 0 7px 0px;
}
.border_errors{
    border-color: #f16a6a !important;
}
.upload_box{
    float: left;
    margin: 20px 195px;
}
.upload_box td{
    padding: 5px;
}
.upload_box td:nth-of-type(2){
    padding-left: 25px;
}
.upload_box td img{
    max-width: 250px;
    max-height: 250px;
    border: 12px solid #fff;
    box-shadow: 0 0 2px rgb(34 25 25 / 40%);
    -moz-box-shadow: 0 0 2px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 0 2px rgb(34 25 25 / 40%);
}
.upload_btn{
    position: relative;
    width: 90px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 7px;
}
.upload_btn a{
    display: inline-block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #528FF0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}
.upload_btn td input[type="file"]{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.upload_box dd p{
    color: #888;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0;
}

.open_unit .avatar_set{
    background: rgba(232, 232, 232, 0.07);
    border-bottom: 1px dashed #E8E8E8;
}
.open_unit .avatar_set .setting_btn span{
    background: url(/image/afterclassimg/select_up.png) no-repeat;
    background-size: 100%;
}
.open_unit.change_pwd_step .setting_tit{
    display: none;
}
.change_pwd_step .edit_set{
    float: left;
    padding: 28px 140px;
}

/* ------------------------图片裁切------------------ */
.copperMongolia .confirmCon {
	width: 900px;
	height: 562px;
	margin-left: -450px;
	margin-top: -281px;
}
.copperMongolia .modelTit{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 14px;
    background: #528FF0;
    color: #fff;
}
.copperMongolia .modelTit span{
    float: right;
    font-size: 24px;
    cursor: pointer;
}
.copperMongolia .modelMain{
    padding: 20px 26px;
    overflow: hidden;
}
.btn-danger, .btn-danger:hover, .btn-danger:visited, .btn-danger:active, .btn-danger:link, .avatar-btns .btn{
    background-color: #528FF0 !important;
    border-color: #528FF0 !important;
    color: #fff;
    outline: none;
}
.copperL {
	float: left;
	width: 580px;
}
.copperR {
	float: right;
	width: 200px;
}
.modal-body {
	padding: 0;
}
#avatar-name {
	opacity: 0;
}

.avatar-btns {
	text-align: center;
}

.unAbleClick01 .teacherVideo,
.unAbleClick01 .isAddVideo a {
	cursor: no-drop !important;
	border-color: #cecbcb !important;
}

.unAbleClick01 .teacherVideo a,
.unAbleClick01 .isAddVideo em,
.teachWritBrush.unAbleClick01 .isAddVideo:hover em {
	cursor: no-drop !important;
	color: #cecbcb !important;
}



/* ------------------倍速---------------- */
/* .prism-player .prism-controlbar{
	display: block !important;
} */
.double_speed{
    position: absolute;
    right: 138px;
}
.double_speed_ys{
    bottom: 36px;
    right: 158px;
}
.double_speed_ys .double_list{
    bottom: 16px;
}
.double_speed_ys .double_btn{
    font-size: 14px;
}
.double_btn{
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: block;
    padding: 12px 0 0 0;
}

.double_list{
    display: none;
    position: absolute;
    bottom: 26px;
    right: -14px;
    background: rgba(0,0,0,.7);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 74px;
    padding: 6px 0;
}
.double_list li{
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
}
.double_list li.nowSpeed{
    color: #00cc36;
}
.double_list li:hover{
    color: #00cc36;
}
.prism-volume{
    margin-right: 12px !important;
}
.loop_btn_video{
    position: absolute;
    bottom: 10px;
    right: 92px;
    width: 28px;
    height: 24px;
    cursor: pointer;
    background: url(/image/afterclassimg/loop_btn_icon.png) no-repeat;
    background-size: 100%;
}
.loop_btn_ys{
    width: 25px;
    height: 22px;
    bottom: 36px;
    right: 107px;
}
.true_loop{
    background: url(/image/afterclassimg/loop_btn_true.png) no-repeat;
    background-size: 100%;
}





















/* ----------------滚动条----------------- */
.questionPrev .confirmCon::-webkit-scrollbar,
.question_detail::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
.questionPrev .confirmCon::-webkit-scrollbar-track,
.question_detail::-webkit-scrollbar-track {
	background: rgb(239, 239, 239);
	border-radius: 2px;
}
.questionPrev .confirmCon::-webkit-scrollbar-thumb,
.question_detail::-webkit-scrollbar-thumb {
	background: #bfbfbf;
	border-radius: 8px;
}
.questionPrev .confirmCon::-webkit-scrollbar-thumb:hover,
.question_detail::-webkit-scrollbar-thumb:hover {
	background: #b2aeae;
}
.questionPrev .confirmCon::-webkit-scrollbar-corner,
.question_detail::-webkit-scrollbar-corner {
	background: transparent;
}
