@charset "utf-8";

/* 个人中心*/

body {
    background: #afeaff;
    /*url(../images/house.jpg) no-repeat center bottom*/
    font-family: "微软雅黑"
}

.wrap {
    margin: 0 auto;
    width: 1000px;
    padding: 0 30px;
    position: relative;
    padding-bottom: 30px;
}

.warpBox {
    width: 100%;
    background: #afeaff url(../images/house.jpg) no-repeat center bottom;
    margin: 0;
    padding: 0;
    min-width: 1200px;
}
.maskalert{
    position: fixed;
    z-index: 10000;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.mask-back{
    opacity: 0.15;
    width: 100%;
    height:100%;
    background-color: #000000;
}
.listenlist {
    font-size: 14px;
    text-align: center;
}
 .alert_center{
    width: 425px;
    height:185px;
    border: 1px solid #c4edae;
    position: fixed;
    z-index: 9999999;
    top:220px;
    left: 50%;
    margin-left: -213px;
    background-color: #ffffff;
    border-radius: 5px;
}
 .alert_center .close_alert{
    width: 14px;
    height: 13px;
    margin-left: 401px;
    margin-top: 10px;
    background-image: url("../images/closealert.png");
    background-size: 100% 100%;
    cursor: pointer;
}
 .alert_center .alert-text{
    width: 76%;
    margin: 30px auto 0;
    overflow: hidden;
}
 .alert_center .alert-text .alert-span-text{
    float: left;
    font-size: 14px;
    line-height: 28px;
    padding-left: 12px;
}
 .alert_center .alert-text .maskalert-th{
    width: 27px;
    float: left;
    height:23px ;
    background-image: url("../images/!icon.png");
}
.alert_center .alert-btn-wapper {
    width: 170px;
    margin: 40px auto 0;
    height: 30px;
}
.alert-btn-wapper .remove{
    width: 80px;
    height:30px;
    float: left;
    background-color: #5cb85c;
    box-sizing: border-box;
    border: 1px solid #4fab4f;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.alert-btn-wapper .right{
    width: 80px;
    height:30px;
    float: right;
    background: #fa9076;
    box-sizing: border-box;
    border:1px solid #ff6b50;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.logo_box {
    height: 124px;
    background: url(../images/logo_bj.jpg) no-repeat;
}

.box_top {
    height: 20px;
    background: url(../images/box_top.jpg) no-repeat top;
}

.box_con {
    padding: 0 60px;
    background: url(../images/box_cent.jpg) repeat-y;
}

.box_foot {
    height: 35px;
    background: url(../images/box_boow.jpg) no-repeat;
}

.box_con span {
    margin-right: 20px;
    font-size: 14px;
}

.title_01 {
    margin-top: 15px;
    margin-bottom: 20px;
    height: 40px;
    background: url(../images/title_01.jpg) no-repeat;
}

.title_02 {
    background: url(../images/title_02.jpg) no-repeat;
}

.borderTop tbody tr {
    height: 45px;
}

#infoform tr th {
    width: 80px;
    font-size: 14px;
    text-align: left;
}

#infoform tr .zd {
    padding-top: 8px;
    width: 30px;
    font-size: 20px;
    color: #FC0000;
    text-align: center;
}

#infoform tr td img {
    padding: 1px;
    width: 100px;
    height: 100px;
    border: 1px solid #CCC;
}

#infoform tr td a {
    display: block;
    float: left;
}

.button_01 {
    margin: 72px 0 0 20px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background: url(../images/button_01.jpg) no-repeat;
}

.newTxt {
    background: #fbfbfb url(../images/txtBg.png) repeat-x left top;
    width: 295px;
    height: 33px;
    line-height: 35px;
    border: 1px solid #abadb3;
    font-size: 14px;
    padding: 0 5px;
    border-radius: 5px;
}

#infoform tr td label {
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
    cursor: default;
    font-size: 14px;
}

td .selectBox select {
    padding-left: 10px;
    width: 80px;
    height: 35px;
    border-radius: 3px;
}

select.selectBox {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-indent: 4pt;
    text-align: left;
    vertical-align: middle;
    box-shadow: inset 0 0 2px #E6E6E6;
    border: 1px solid #BABABA;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    outline: none;
}

select.m_w {
    width: 76px;
}

select.sel_dq {
    width: 150px;
}

select.sel_xx {
    width: 323px;
}

select.selectBox option {
    padding: 4px 10px 4px 10px;
    font-size: 14px;
    font-weight: normal;
}

select.selectBox option[selected] {
    font-weight: normal;
}

select.selectBox option:nth-child(even) {
    background-color: #f5f5f5;
}

select.selectBox:focus {
    box-shadow: inset 0 0 2px #E6E6E6;
}

label#lblSelect {
    position: relative;
    display: inline-block;
}

label#lblSelect::after {
    content: "\25bc";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 23pt;
    line-height: 28pt;
    vertical-align: middle;
    text-align: center;
    background: #51C3E9;
    color: #fefefe;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    pointer-events: none;
}

.footer {
    margin-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    overflow: hidden;
}

.footer p, .footer a {
    margin-top: 10px;
    color: #FFF;
}

.footer span {
    margin-left: 10px;
}

.footer a {
    margin-left: 10px;
}


/*模拟听力考场*/

.room_box {
    margin-top: 20px;
    background: url(../images/room_bj.jpg) no-repeat;
    height: 103px;
}

.room_logo {
    position: absolute;
    left: 20px;
    top: 35px;
    z-index: 100;
}
.room_logo img{
    cursor: pointer;
}
.top_tagwrap ul li {
    float: left;
}

.top_tagwrap ul li a {
    display: block;
    width: 130px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}

ul li .click_1 {
    position: absolute;
    left: 340pfx;
    top: 74px;
    background: url(../images/click_1.png) no-repeat;
    height: 61px;
    line-height: 61px;
}

ul li .click_2 {
    position: absolute;
    left: 480px;
    top: 85px;
    background: url(../images/click_2.png) no-repeat;
    height: 56px;
    line-height: 56px;
}

ul li .click_3 {
    position: absolute;
    left: 620px;
    top: 95px;
    background: url(../images/click_3.png) no-repeat;
    height: 51px;
    line-height: 51px;
}

ul li .click_4 {
    position: absolute;
    left: 760px;
    top: 105px;
    background: url(../images/click_4.png) no-repeat;
    height: 46px;
    line-height: 46px;
}


/*.room_top { background:url(../images/room_top.jpg) no-repeat; height:20px;}
.room_con { padding:0 60px; background:url(../images/room_cent.jpg) repeat-y;}
.room_con section .other { padding-bottom:10px; border-bottom:1px solid #000;}
.room_con section .other li { margin-top:10px; padding:0 8px; display:block; height:25px; line-height:25px; margin-right:20px; font-size:14px; float:left; text-align:center;}
.other_on { background:#93B757; border-radius:5px;}
.other_on a { color:#FFF;}
*/

.m_20 {
    margin-top: 10px;
}

.room_title {
    padding-left: 20px;
    margin-top: 20px;
    width: 860px;
    height: 57px;
    line-height: 57px;
    font-size: 15px;
    background: #F2E3D0;
    border-radius: 5px;
}

.room_title span {
    margin-left: 30px;
}

.room_button {
    margin: 6px 10px 0 0;
    display: block;
    text-align: center;
    background: url(../images/button_02.png) no-repeat;
    width: 136px;
    height: 45px;
    line-height: 45px;
    color: #FFF;
    font-size: 18px;
    float: right;
}

.room_con article p {
    margin-top: 12px;
    font-size: 14px;
}

.room_boow {
    height: 35px;
    background: url(../images/room_boow.png) no-repeat;
}

.room_radio {
    margin-right: 5px;
}

article p span {
    margin-right: 30px;
}

.subject li a {
    margin-top: 15px;
    margin-right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    background: url(../images/green_b.jpg) no-repeat;
    float: left;
}

.subject li .sub_off {
    background: #FFF;
    color: #333;
    border: 1px solid #CCC;
}

#test1 {
    margin: 30px 0 0 350px;
    width: 113px;
    height: 40px;
    background: url(../images/button_03.png) no-repeat;
    font-size: 18px;
    color: #FFF;
}

/*成绩单系列------------------------*/ 
.synBox { }
.synBox .title { height: 33px; line-height: 33px; overflow: hidden; text-align: center; font-size: 14px; background: none; }
.synBox .title .t_span { text-align: center; display: inline-block;font-size: 14px;}
.synBox .title .t1 { background: #D3D3D3; width: 237px; }
.synBox .title .t2 { background: #D3D3D3; width: 237px; margin-left: 1px; }
.synBox .title .t3 { background: #D3D3D3; width: 237px; margin-left: 1px; }
.synBox .title .t4 { background: #D3D3D3; width: 236px; margin-left: 1px; }
.synBox .title .t5 { background: #D3D3D3; width: 236px; margin-left: 1px; }
.synBox .title .t_on { background: none; }
.synBox .syn_tab { }
.synBox .syn_tab_none { display: none; }

.test_list {
    margin-top: 20px;
    margin-left: 10px;
}

.test_list li {
    clear: both;
}

.test_list li a {
    display: block;
    padding-left: 15px;
    background: url(../images/sido_03.jpg) no-repeat 0 24px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    float: left;
}

.test_wc {
    margin-left: 50px;
    background: url(../images/practice.png) no-repeat;
    width: 92px;
    height: 41px;
    float: left;
}

/*成绩单系列***********************************/
.core .RepeatBox .description { border: 0px solid #3FB1D6; padding: 20px; background: rgba(250, 250, 250, 0.5); overflow: hidden; border-radius: 5px; margin-bottom: 20px; }
.RepeatBox .description .box { width: 100%; overflow: hidden; }
.RepeatBox .description .input { width: 670px; border: 1px solid #C3C3C3; padding: 6px; height: 20px; line-height: 20px; background: #FFF; outline: none;}
.RepeatBox .description .go { background: #a9a9a9; border: 0px solid #2BA5CC; color: #fff; text-align: center; padding: 8px 10px; cursor: pointer; border-radius: 3px; }
.RepeatBox .score1 { width: 75px; height: 62px; background: url(../images/score1.png); display: inline-block; margin-top: 10px;}
.RepeatBox .score1 span { height: 45px; line-height: 45px; color: #F47153; font-size: 18px; }
.RepeatBox .score2 { width: 75px; height: 62px; background: url(../images/score2.png); display: inline-block; margin-top: 10px;}
.RepeatBox .score2 span { height: 45px; line-height: 45px; color: #52C4E9; font-size: 18px; }
.RepeatBox .score3 { width: 75px; height: 62px; background: url(../images/score3.png); display: inline-block; margin-top: 10px;}
.RepeatBox  .score3 span { height: 45px; line-height: 45px; color: #8DC238; font-size: 18px; }
.RepeatBox1 { text-align: center; padding: 0 20px; position: relative; }
.cloud { background: url(../images/clouds1.png) no-repeat; }
.core1 { padding-top: 30px; height: 700px; }
.core1 .title { text-align: center; font-size: 16px; padding: 20px 0; }
.RepeatBox1 .length { width: 90px; height: 74px; background: url(../images/billboard.png); margin: 0 auto; }
.RepeatBox1 .length span { width: 90px; display: block; font-size: 18px; padding-top: 38px; height: 36px; line-height: 36px; overflow: hidden; }
.RepeatBox1 .return { width: 60px; height: 30px; line-height: 30px; text-align: center; position: absolute; z-index: 100; right: 20px; top: 0px; background: #CCC; cursor: pointer; }
.RepeatBox1 .bd { width: 580px; margin: 20px auto; overflow: hidden; }
.RepeatBox1 .bd li { overflow: hidden; }
.RepeatBox1 .bd li .text01 { font-size: 14px; text-align: left; }
.RepeatBox1 .bd li .text02 { height: 170px; font-size: 16px; text-align: left; overflow: hidden; }
.RepeatBox1 .bd li .text02 span { padding: 0px 15px; height: 36px; line-height: 36px; float: left; cursor: pointer; display: block; overflow: hidden; }
.RepeatBox1 .bd li .read { text-align: center; height: 75px; }
.RepeatBox1 .bd li .read span { width: 70px; text-align: center; display: inline-block; }
.RepeatBox1 .pic { width: 144px; height: 144px; border: 1px solid #CCC; background: #FFF; text-align: center; float: left; margin: 20px 10px; position: relative; overflow: hidden; cursor: pointer;}
.RepeatBox1 .pic img { max-width: 144px; max-height: 144px; cursor: pointer; }
.RepeatBox1 .pic span { position: absolute; z-index: 10; right: 5px; bottom: 3px; }
.RepeatBox1 .pic .false { width: 36px; height: 36px; background: url(../images/false1.png); }
.RepeatBox1 .pic .true { width: 36px; height: 36px; background: url(../images/true1.png); }
.RepeatBox1 .bd .score1 { width: 75px; height: 62px; background: url(../images/score1.png); display: inline-block; margin-top: 10px; }
.RepeatBox1 .bd .score1 span { height: 45px; line-height: 45px; color: #F47153; font-size: 18px; }
.RepeatBox1 .bd .score2 { width: 75px; height: 62px; background: url(../images/score2.png); display: inline-block; margin-top: 10px; }
.RepeatBox1 .bd .score2 span { height: 45px; line-height: 45px; color: #52C4E9; font-size: 18px; }
.RepeatBox1 .bd .score3 { width: 75px; height: 62px; background: url(../images/score3.png); display: inline-block; margin-top: 10px; }
.RepeatBox1 .bd .score3 span { height: 45px; line-height: 45px; color: #8DC238; font-size: 18px; }
.RepeatBox1 .txt { width: 100px; background: none; border: none; border-bottom: 1px solid #333; padding: 3px 0; margin: 0 5px; }

.wrap .room_con .test_list .test_wc_gu a {
    color: #F96B46;
    background: url(../images/sido_02.jpg) no-repeat 0 24px;
}


/*自主练习*/


/*自主练习记录*/

.record_con {
    width: 750px;
    background: #ededed;
    overflow: hidden;
}

.record_con1 {
    width: 750px;
    background: #ededed;
    overflow: hidden;
}

.record_top {
    height: 10px;
    background: #E0E0E0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.record thead tr th {
    padding: 13px 0;
    background: #F3F3F3;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #333;
}

/*个人资料*/
.core .position { padding-bottom: 10px; overflow: hidden; }
.user_center { font-size: 16px; padding: 23px; }
.user_center td { padding: 7px 0; }
.user_center .head { position: relative; width: 105px; height: 105px; overflow: hidden; margin-right: 10px; }
.user_center .head a { width: 105px; height: 25px; line-height: 25px; text-align: center; position: absolute; z-index: 100; left: 0; bottom: 0; display: block; background: rgba(0, 0, 0, 0.5); color: #FFF; font-size: 12px; background: #000; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.must { color: #F64444; }
.txt { width: 208px; height: 25px; font-size: 12px; }
.user_center .title { overflow: hidden; padding: 10px 35px; font-size: 16px; }
.user_center .title span { width: 550px; float: left; padding-left: 80px; padding-top: 3px; padding-bottom: 3px; line-height: 25px; position: relative; }
.user_center .title span .ok { width: 20px; height: 20px; background: #18AC72; color: #FFF; text-align: center; line-height: 20px; border-radius: 20px; position: absolute; z-index: 10; left: 50px; top: 5px; }
.user_center .title .ps { background: url(../images/ps1.png) left center no-repeat; }
.user_center .title .tel { background: url(../images/te1.png) left center no-repeat; }
.user_center .title .tel font { color: #F5795D; margin-left: 10px; }
.user_center .title .des { font-size: 12px; color: #666; }
.user_center .title .chage { width: 100px; float: right; padding-top: 17px; }
.user_center .title .chage a { background: #52C4E9; color: #FFF; border: 1px solid #45ACCD; border-radius: 5px; font-size: 14px; padding: 3px 15px; cursor: pointer; }
.user_center .title .chage a:hover { background: #34BAE5 }
.user_center .td { overflow: hidden; font-size: 14px; display: none; padding-bottom: 20px; }
.user_center .td .alert { text-align: center; background: #EBEBEB; color: #F5795D; height: 28px; line-height: 28px; font-size: 14px; padding: 0; }
.user_center .td .txt { width: 232px; padding: 0 10px; height: 25px; line-height: 25px; font-size: 12px; }
.user_center .get { background: #F7A269; border: 1px solid #E88542; padding: 2px 9px; border-radius: 5px; color: #FFF; margin-left: 10px; cursor: pointer; }
.user_center .get:hover { background: #E88542; }
.user_center .gra { background: #CCC; border: 1px solid #CCC; padding: 0 15px; border-radius: 5px; color: #FFF; margin-left: 15px; cursor: pointer; }
.user_center .confirm { width: auto; padding: 0 25px; height: 40px; line-height: 40px; text-align: center; cursor: pointer; display: inline-block; background-color: #52C4E9; -moz-border-radius: 3px;/*Firefox*/ -webkit-border-radius: 3px;/*Safari和Chrome*/ border-radius: 3px;/*IE9+*/ border: 1px solid #45ACCF; color: #fff; font-size: 16px; }
.user_center .confirm:hover { background: #34BAE5 }
.user_center .gray { background: #C3C3C3; border: 1px solid #B3B3B3; }
.user_center td { border: none; padding: 0; }
.user_center .tl { text-align: right; }
.user_center .tr { text-align: left; }
.user_center .vip { position: absolute; z-index: 10; top: 110px; left: 230px; padding-left: 25px; }
.user_center .vip1 { background: url(../images/vip1.gif) left center no-repeat; color: #FF6600; text-decoration: underline; }
.user_center .vip2 { background: url(../images/vip2.gif) left center no-repeat; color: #999; text-decoration: underline; }
.midnav { width: 100%; background: #52C4E9; height: 40px; line-height: 40px; border-top-left-radius: 5px; border-top-right-radius: 5px; overflow: hidden; font-family: 微软雅黑; }
.midnav .midnavledt { width: 150px; height: 40px; line-height: 40px; text-align: center; float: left; }
.midnav .midnavledt .title { font-size: 18px; color: #fff; width: 120px; }
.midnav .icon1 { background: url(../images/icon1.png) no-repeat left; }
.midnav .icon2 { background: url(../images/icon2.png) no-repeat left; }
.user_center .save { text-align: right; padding-right: 25px; position: absolute; width: 780px; bottom: 35px; }
.user_center .save .saves { background: #52C4E9; border: 1px solid #45ACCD; padding: 5px 20px; cursor: pointer; color: #FFF; border-radius: 5px; }
.record_con { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.record_con1 { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.stepBox { width: 690px; padding: 20px 0px; margin: 0 auto; }
.stepBox ul { padding: 0px 47px; overflow: hidden; position: relative; }
.stepBox .ry1 { width: 47px; height: 272px; background: url(../images/r_y.png); position: absolute; right: 3px; top: 66px; }
.stepBox .ly1 { width: 47px; height: 272px; background: url(../images/l_y.png); position: absolute; left: 3px; top: 202px; }
.stepBox li { width: 66px; height: 66px; float: left; margin: 35px 0px; background: url(../images/line.png) no-repeat center; cursor: pointer; }
.stepBox li .step { width: 60px; height: 60px; margin: 3px; background: #FFF url(../images/step.png) bottom; text-align: center; position: relative; overflow: hidden; }
.stepBox li span { width: 60px; line-height: 60px; height: 0%; display: block; position: absolute; z-index: 10; bottom: 0px; left: 0px; background: #ABD268 url(../images/step.png) bottom; }
.stepBox li .lesson { width: 60px; line-height: 60px; height: 60px; display: block; position: absolute;  bottom: 0px; left: 0px; z-index: 12;}
.stepBox li .unit { width: 66px; height: 66px; background: url(../images/unit.png) center no-repeat; line-height: 32px; overflow: hidden; }
.stepBox .unit p { }
.stepBox li .lock { z-index: 50; position: absolute; top: 0; left: 0; width: 60px; height: 60px; background: transparent url('../images/lock1.png') no-repeat bottom 1px right 2px; }
.Repeatbtn { height: 142px; overflow: hidden; }
.Repeatbtn1 { height: 142px; overflow: hidden; background: #EDEDED url(../images/water.png); }
.btn { text-align: center; position:relative;}
.btn .btn01 { padding: 8px 12px; background: #52C4E9; color: #FFF; font-size: 14px; border: 1px solid #3FB1D6; border-radius: 5px; display: inline-block; cursor: pointer; }
.btn .btn01:hover { background: #34BAE5; }
.btn .next { background: #93B658; border: 1px solid #7EAC32; cursor: pointer; }
.btn .next:hover { background: #84A749; border: 1px solid #7EAC32; cursor: pointer; }
.btn .btn02 { padding: 8px 25px; background: #e67700; color: #FFF; font-size: 14px; border: 1px solid #f78a15; border-radius: 5px; display: inline-block; margin-top: 50px; cursor: pointer; }
.btn .btn02:hover { background: #f78a15; }
.btn .btn03 { padding: 8px 12px; background: #5DB75D; color: #FFF; font-size: 14px; border-radius: 5px; display: inline-block; cursor: pointer; }
.btn .btn03:hover { background: #4DAD4D; }
.conlist { overflow: hidden; overflow-y: auto; }

tbody tr td {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #EDEDED;
}

tbody tr td.unit-item p {
    color: #999;
    font-size: 13px;
    line-height: 17px;
}

tbody tr td.unit-item p:first-child {
    margin-top: 8px;
}

.record tbody tr td {
    height: 70px;
}

.record_below {
    height: 25px;
    background: #EDEDED;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*.record_button { margin-left:100px; display:block; width:90px; height:30px; color:#FFF; line-height:30px;  background:url(../images/record_button.png) no-repeat;}
*/


/*自主练习-句子跟读*/

.Sen_middle {
    padding-left: 20px;
    margin-top: 100px;
    width: 570px;
    height: 50px;
    font-size: 14px;
    float: left;
}

.Sen_middle p {
    line-height: 24px;
}

.Sen_left, .Sen_right {
    margin-top: 100px;
    width: 50px;
    height: 50px;
    float: left;
}

.play_read {
    padding-left: 200px;
    margin-top: 110px;
    text-align: center;
}

.play_read .sen_play {
    width: 100px;
    float: left;
}

.play_1 {
    margin-top: 15px;
}

.sen_score {
    padding: 5px 0 0 0;
    text-align: center;
    position: absolute;
    left: 530px;
    top: 445px;
    background: url(../images/score.jpg) no-repeat;
    width: 75px;
    height: 57px;
    font-size: 20px;
    color: #F27153;
}

/*自主练习-智能听写*/

.dictation {
    margin-top: 30px;
}

.dic_but1 {
    margin-left: 10px;
    margin-top: 32px;
    padding-left: 40px;
    display: block;
    width: 73px;
    height: 40px;
    line-height: 40px;
    background: url(../images/button_04.jpg) no-repeat;
    color: #FFF;
    font-size: 14px;
    float: left;
}

.dic_but2 {
    margin-left: 10px;
    margin-top: 32px;
    padding-left: 40px;
    display: block;
    width: 103px;
    height: 40px;
    line-height: 40px;
    background: url(../images/button_05.jpg) no-repeat;
    color: #FFF;
    font-size: 14px;
    float: left;
}

.dic_but3 {
    margin: 0 0 0 300px;
    padding: 40px 0 0 0;
    width: 90px;
    text-align: center;
    background: url(../images/billboard.jpg) no-repeat;
    height: 34px;
    font-size: 20px;
}

.dic_title {
    margin-top: 30px;
    background: #CBCBCB;
    width: 690px;
    height: 40;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
}

/* 列表分页 */
.pages { text-align: center; margin-top: 20px; }
.pages a { display: inline-block; height: 22px; line-height: 22px; background: #fff; border: 1px solid #e3e3e3; text-align: center; color: #333; padding: 0 10px }
.pages a.a1 { width: 56px; padding: 0 }
.pages a:hover { background: #E0D1CC; color: #000; border: 1px solid #977C71; text-decoration: none }
.pages span { display: inline-block; height: 22px; line-height: 22px; background: #E0D1CC; border: 1px solid #977C71; text-align: center; padding: 0 10px }
.pop-vip { display: none; width: 351px; height: 154px; border: #c4edae solid 1px; border-radius: 5px; }
.pop-vip .close { float: right; display: block; width: 20px; height: 20px; overflow: hidden; background: url('../images/close.png') no-repeat; background-size: 100% 100%; margin: 6px 6px 0 0; cursor: pointer; }
.pop-vip .box .alert1 { text-align: center; }
.pop-vip .box .alert1 p { margin: 13px 15px 0 15px; color: #767676; font-size: 16px; line-height: 18px; }

.pop-vip .bottom {
    line-height: 70px;
    text-align: center;
}
.pop-vip .bottom .close{
   width: 110px;
    height: 30px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #767676;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #767676;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    float: none;
    overflow: inherit;
}
.pop-vip .bottom .close:hover{
    background-color: #767676;
    color:#fff;

}   
.pop-vip .bottom .a, .pop-vip .bottom .close-btn{
    width: 110px;
    height: 30px;
    border-radius: 4px;
    background: #449C46;
    border: 1px solid #449C46;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.pop-vip .bottom .a:hover, .pop-vip .bottom .close-btn:hover{
    background-color: #306E31;
    border:1px solid #306E31;
};
.read-toper { position: relative; width: 719px; height: 78px; margin: 26px auto 0; }
.read-toper .read-gator { position: absolute; bottom: 0; left: 0; width: 100%; text-align: left; }
.read-toper .read-gator .sort { position: relative; display: block; float: left; width: 98px; border-width: 0 1px 1px 1px; border-color: #d3d3d3; border-style: solid; }
.read-toper .read-gator .sort a { display: block; width: 100%; height: 31px; line-height: 31px; border-top: #d3d3d3 solid 1px; background: #edfdff; color: #333; text-align: center; font-size: 14px; background: #edfdff url('../images/up.png') no-repeat 81px center; border-radius: 0 0 4px 4px; }
.read-toper .read-gator .sort span { display: none; position: absolute; top: -29px; left: 0; width: 100%; height: 28px; line-height: 28px; background: #d4f2f6; text-align: center; border-width: 1px 1px 0 1px; border-style: solid; border-color: #d3d3d3; border-radius: 4px 4px 0 0; }
.read-pause { display: block; float: left; width: 68px; height: 28px; overflow: hidden; border: #d3d3d3 solid 1px; border-radius: 5px; background: #edfdff; text-align: center; line-height: 28px; color: #333; font-size: 14px; }
.read-pause:hover{ background: #d4f2f6;}
.read-grade { position: relative; float: right; width: 25px; height: 25px; }
.read-grade ul { display: none; position: absolute; top: 0; right: 2px; width: 244px; height: 23px; border: #b0c3c6 solid 1px; border-radius: 12px; padding-left: 6px; margin-bottom: 10px; }
.read-grade ul li { float: left; font-size: 12px; line-height: 12px; margin: 6px 0 0 6px; padding-left: 16px; }
.read-grade ul li.color1 { background: url(../images/score-c1.png) no-repeat left center; color: #f60011; }
.read-grade ul li.color2 { background: url(../images/score-c2.png) no-repeat left center; color: #04a3d7; }
.read-grade ul li.color3 { background: url(../images/score-c3.png) no-repeat left center; color: #0eaf0e; }
.read-grade span { position: absolute; top: -1px; right: 0; display: block; cursor: pointer; width: 25px; height: 25px; overflow: hidden; background: url('../images/mark.png') no-repeat; }

.read-content {
    width: 719px;
    height: 292px;
    border: #c7d6d9 solid 1px;
    margin: 18px auto 0;
    color: #9b9b9b;
    overflow: hidden;
    border-radius: 5px;
    background: #edfdff;
}
.read-content .read-list {
    position: relative;
    float: left;
    width: 697px;
    height: 272px;
    padding: 10px;
    border-radius: 5px;
    line-height: 26px;
    font-size: 15px;
    text-align: left;
    background: #edfdff;
    overflow: auto;
}

.read-list h3{
    font-weight: normal;
    text-align: center;
    font-size: 16px;
}
.read-content p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 9px;
    text-indent: 2em;
}
.read-content .readUl-list.active{
    background: #b0e6ff;
    color: #333;
}
.read-voice{
    position: relative;
    width:175px;
    height: 72px;
    margin:14px auto 0;
}
.read-voice .read{
    display: none;
}

.read-voice .player{
    display: block;
    float: left;
    width:58px;
    padding-top: 12px;
}
.read-voice .player span{
    display: block;
    width:35px;
    height: 35px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    background: #5cb85c url('../images/player.png') no-repeat;
}
.read-voice .player span.start{
    background: #5cb85c url('../images/player.gif') no-repeat;
}
.read-voice .read_rep{
    float: left;
    display: block;
    margin-left: 13px;
    cursor: pointer;
}
.dic_contian {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 650px;
    background: #FFF;
    border-radius: 5px;
}

.dic_txt {
    background: #fbfbfb url(../images/txtBg.png) repeat-x left top;
    width: 580px;
    height: 33px;
    line-height: 35px;
    border: 1px solid #abadb3;
    font-size: 14px;
    padding: 0 5px;
    border-radius: 5px;
    float: left;
}

.dic_but4 {
    display: block;
    width: 48px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    background: url(../images/button_06.jpg) no-repeat;
    float: right;
}

.dic_con {
    margin-top: 30px;
}

.dic_con_1 {
    margin-bottom: 20px;
}

.read-voice .text-rate {
    width: 52px;
    height: 0%;
    background: url(../images/bill_read1.png) bottom center no-repeat;
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}
.read-voice .record-hover{
   z-index: 20;
   position: absolute;
   bottom: -2px;
   left: -1px;
   display: none;
   width: 54px;
   height: 54px;
   overflow: hidden;
   background: url(../images/bill_stop.png) center no-repeat;
   background-size: 100% 100%;
}
.read-voice .scores{
    display: none;
    position: absolute;
    top:0;
    right:-55px;
    width: 75px;
    height: 62px;
    margin:0;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
}
.read-voice .score1{
    color: #F47153;
    background: url('../images/score1.png') no-repeat;
}
.read-voice .score2{
    color: #52C4E9;
    background: url('../images/score2.png') no-repeat;
}
.read-voice .score3{
    color: #8DC238;
    background: url('../images/score3.png') no-repeat;
}
.read-voice .text-btns{
    padding-top: 20px;
}
.read-voice .text-init-btn{
    display: block;
    width:114px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #5db75d;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.read-bottom{
    position: relative;
    height: 118px;
}

.dic_con_1 a {
    display: block;
    width: 50px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: url(../images/button_07.jpg) no-repeat;
    float: left;
}

.dic_con_1 span {
    margin-left: 20px;
    font-size: 15px;
    line-height: 31px;
}

.dic_con_2_txt {
    margin-left: 20px;
    float: left;
}

.dic_con_2_txt p {
    font-size: 15px;
    line-height: 27px;
}

.train_menu {
    background: #93B658;
     height: 35px;  
    margin-top: 50px;
    border-radius: 5px 5px 0 0;
}

.hear_menu {
    background: #52C4E9;
    height: 35px;  
    margin-top: 50px;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.grow_menu {
    background: #80739F;
    height: 35px;  
    margin-top: 50px;
    border-radius: 5px 10px 0 0;
}

.room_menu {
    background: #E1A75D;
    height:35px;  
    margin-top: 60px;
    border-radius: 10px 10px 0 0;
}

.game_menu {
    background: #8D77FF;
    height: 35px;  
    margin-top: 50px;
    border-radius: 5px 5px 0 0;
}


/*栏目公用--------------------*/

.mainNav {
    height: 80px;
    overflow: hidden;
    position: relative;
    top: -64px;
}
.mainNav ul {
    float: right;
}
.mainNav ul li {
    float: left;
}

.mainNav ul li a {
    display: block;
    width: 130px;
    height:50px;
    line-height:50px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px 5px 0 0;
    margin: 14px 8px 0 0;
    transition: 0.5s;
    -moz-transition: 0.5s;  /* Firefox 4 */
    -webkit-transition: 0.5s;   /* Safari 和 Chrome */
    -o-transition: 0.5s;
    z-index: -1;
}
.mainNav ul li a:hover{
    /*box-shadow: 3px 3px 8px -1px #676767;*/
    border:1px 1px 1px 0 solid #fff;
};
.training_1 {
    background: #52c4e9; 
}
.mainNav ul li .training_0 {
    background: #8D77FF; 
}

.mainNav ul li .training_1 {
    background: #52c4e9; 
}

.mainNav ul li .training_2 {
    background: #8dc238;
}

.mainNav ul li .training_3 {
    background: #ed7d4b;
}

.mainNav ul li .training_4 {
    background: #5f4998;
    margin-right: 20px;
} 

.mainNav ul li .cur1 { 
}

.mainNav ul li .cur2 {
}

.mainNav ul li .cur3 {
}

.mainNav ul li .cur4 {
}

.train_menu .position1 {
    padding-left: 235px;
    
}

.hear_menu .position {
    padding-left: 35px;
    position: absolute;
    top: 8px;
    left: 0;
}

.grow_menu .position {
    padding-left: 35px;
}

.hear_menu .position1 {
    padding-left: 235px;
    position: absolute;
    top: 8px;
    left: 0;
}


/****************************
        自主练习 start
************************/

.train_cation {
    background: #93B658;
    position: relative;
}

.train_cation .core {
    background: #EDEDED;
}

.train_cation .aside {
    margin-left: 25px;
    width: 180px;
    float: left;
}

.train_cation h4 {
    height: 40px;
    line-height: 40px;
    background: #E0E0E0;
}

.train_cation .fl {
    width: 300px;
    float: left;
    padding-left: 30px;
}

.train_cation .fr {
    width: 150px;
    float: right;
    height: 40px;
    line-height: 40px;
}

.train_cation .fl .tit {
    width: 50px;
    float: left;
    height: 40px;
    line-height: 40px;
}

.train_cation .fl .dropdBox {
    width: 120px;
    float: left;
    margin-top: 2px;
}

.train_cation .fl .dropdBox .txt {
    width: 100%;
}

.train_nav li {
    margin-bottom: 20px;
}

.train_nav li a {
    display: block;
    font-size: 18px;
    height: 70px;
    line-height: 80px;
    color: #FFF;
    text-align: center;
    width:180px;
    height:50px;
    line-height:50px;
    border-radius:10px;
}

.train_nav li ul li a {
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
}

.train_nav li .train_on {
    background-color:#638629;
}

.train_nav li .train_off {
    background-color:#b6cd8e;
    color: #333333;
}

.train_nav .drop-down {
    margin-bottom: 20px;
    padding-left: 50px;
}

.train_nav .drop-down a {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

.train_nav .drop-down a:hover {
    color: #3C5F03;
}

.train_nav .drop-down .cur {
    color: #3C5F03;
}

.train_cation.clearfix .section {
    margin-left: 25px;
    width: 750px;
    float: left;
}

.train_cation .train_con {
    position: relative;
    padding: 0 25px;
    background: #ECECEC;
}

.train_cation .record_button {
    width: 90px;
    height: 30px;
    display: inline-block;
    color: #FFF;
    line-height: 30px;
    background: #7EAC32;
    border-radius: 15px;
}

.train_cation .record_button:hover {
    background: #658728;
}

.train_below {
    height: 20px;
    background: #93B658;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.train_cation .core h3 .title {
    width: 195px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #93B658;
    border-radius: 45px;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
}

.train_cation .coreBoxr .core {
    padding: 25px 15px;
}

.train_cation .coreBoxr .core h3 .line_l {
    width: 150px;
    height: 2px;
    position: absolute;
    z-index: 100;
    background: #93B658;
    display: block;
    top: 20px;
    left: 105px;
}

.train_cation .coreBoxr .core h3 .line_r {
    width: 150px;
    height: 2px;
    position: absolute;
    z-index: 100;
    background: #93B658;
    display: block;
    top: 20px;
    right: 105px;
}

.train_cation .core .description {
    border: 1px solid #93B658;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
}
.core .fenshuBox .description{
  border-radius: 5px 5px 0 0;
}

.train_cation .core .description .title {
    background: #93B658;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
}

.train_cation .core .description .scores .cur {
    color: #93B658;
    font-weight: bold;
}

.train_cation .RepeatBox .hd {
    width: 670px;
}

.train_cation .RepeatBox .bd {
    width: 500px;
    overflow: hidden;
}

.train_cation .RepeatBox .bd li .score {
    right: 70px;
}

.train_cation .RepeatBox .description .input {
    width: 560px;
    border: 1px solid #C3C3C3;
    padding: 6px;
    height: 20px;
    hanging-punctuation: 20px;
    line-height: 20px;
    line-height: 20px;
    background: #FFF;
    float: left;
}

.train_cation .RepeatBox .description .go {
    background: #a9a9a9;
    border: 0px solid #a9a9a9;
    color: #fff;
    text-align: center;
    width: 60px;
    text-align: center;
    height: 34px;
    padding: 0;
    line-height: 34px;
    display: block;
    float: right;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
}


/*.train_cation .RepeatBox .description .go:hover{ background:#34BAE5;}*/

.train_cation .RepeatBox .wl {
    border: none;
}

.chatBox {
    overflow: hidden;
}

.chatBox h5 {
    padding: 10px;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
}

.chatBox h5 .start {
    text-align: center;
    background: #FA8F5B;
    padding: 8px 15px;
    margin-left: 20px;
    border-radius: 5px;
    color: #FFF;
    border: 1px solid #EE7A47;
    cursor: pointer;
}

.chatBox .tl {
    text-align: left;
}

.chatBox .tr {
    text-align: right;
}

.chatBox ul {
    padding: 20px 40px;
    overflow: hidden;
}

.chatBox li {
    overflow: hidden;
    margin-bottom: 5px;
}

.chatBox li .per1 {
    width: 50px;
    height: 60px;
    line-height: 16px;
    float: left;
    float: left;
    overflow: hidden;
}

.chatBox li .chat1 {
    width: 520px;
    float: left;
}

.chatBox li .chat1 span {
    background: #D0E4AF;
    text-align: left;
    font-size: 14px;
    float: left;
    padding: 8px;
    margin-left: 20px;
    border-radius: 5px;
}

.chatBox li .chat1 .gra {
    background: #CCC;
}

.chatBox li .per2 {
    width: 50px;
    height: 60px;
    line-height: 16px;
    float: left;
    float: right;
    overflow: hidden;
}

.chatBox li .chat2 {
    width: 520px;
    float: right;
}

.chatBox li .chat2 span {
    background: #EBE3B5;
    font-size: 14px;
    text-align: left;
    float: right;
    padding: 8px;
    margin-right: 20px;
    border-radius: 5px;
}

.chatBox li .chat2 .gra {
    background: #CCC;
}

.chatBox .score1 {
    width: 75px;
    height: 62px;
    background: url(../images/score1.png);
    display: inline-block;
    margin-top: 10px;
}

.chatBox .score1 span {
    height: 45px;
    line-height: 45px;
    color: #F47153;
    font-size: 18px;
}

.chatBox .score2 {
    width: 75px;
    height: 62px;
    background: url(../images/score2.png);
    display: inline-block;
    margin-top: 10px;
}

.chatBox .score2 span {
    height: 45px;
    line-height: 45px;
    color: #52C4E9;
    font-size: 18px;
}

.chatBox .score3 {
    width: 75px;
    height: 62px;
    background: url(../images/score3.png);
    display: inline-block;
    margin-top: 10px;
}

.chatBox .score3 span {
    height: 45px;
    line-height: 45px;
    color: #8DC238;
    font-size: 18px;
}


/****************************
        听说作业 start
************************/

.hear_cation {
    background: #52C4E9;
} 

.clearboth{
    clear: both;
}
.hear_cation .core {
    background: #EDEDED;
}

.hear_cation .aside {
    margin-left: 25px;
    width: 180px;
    float: left;
}

.hear_nav li {
    margin-bottom: 20px;
}

.hear_nav li a {
    display: block;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    height:50px;
    line-height:50px;
    width:180px;
    border-radius:10px;
}

.hear_nav li ul li a {
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
}

.hear_nav li .train_on {
    background-color:#0181be;
}

.hear_nav li .train_off {
    background-color:#6ad5f7;
    color: #333333;
}

.hear_cation.clearfix .section {
    margin-left: 25px;
    width: 750px;
    float: left;
}
.jobDetails.clearfix .section {
    margin-left: 0;
    width: auto;
    float: none;
}
.jobDetails .coreBoxr .core{
    padding: 20px 20px; 
}
.hear_cation .train_con {
    position: relative;
    padding: 0 25px;
    background: #ECECEC;
}

.hear_cation .record_button {
    position: relative;
    width: 90px;
    height: 30px;
    display: block;
    margin: 10px auto 0;
    color: #FFF;
    line-height: 30px;
    background: #1FB7E9;
    border-radius: 15px;
}

.hear_cation .record_button:first-child {
    margin-top: 0;
}

.hear_cation .record_button.green_button {
    background: #5BB95B;
}

.hear_cation .record_button span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 90px;
    height: 30px;
    background: url('../images/lock2.png') no-repeat;
}

.hear_cation .record_button:hover {
    background: #0181BD;
}

.hear_cation .record_button.green_button:hover {
    background: #39A139;
}

.hear_cation .record_button.disabledAnswer, .hear_cation .record_button.disabledAnswer:hover {
    color: #666 !important;
    background-color: #ccc !important;
}


.hear_cation .core h4 {
    height: 54px;
    line-height: 54px;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #e0e0e0;
}

.hear_cation .core h4 .name {
    padding-left: 23px;
    font-size: 14px;
}

.hear_cation .core h4 .return {
    width: 53px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #93B658;
    color: #FFF;
    display: block;
    position: absolute;
    z-index: 5;
    right: 23px;
    top: 10px;
    border: 1px solid #7EAC30;
    border-radius: 5px;
    cursor: pointer;
}

.hear_cation .core h4 .test {
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #5BB95B;
    color: #FFF;
    display: block;
    position: absolute;
    z-index: 10;
    right: 23px;
    top: 10px;
    border: 1px solid #3B903D;
    border-radius: 5px;
    cursor: pointer;
}

.hear_cation .data {
    padding: 0;
    margin-bottom: 20px;
}

.hear_cation .data table {
    width: 100%;
}

.hear_cation .data td {
    border-bottom: 1px solid #B0E9FB;
    background: #FFF;
    text-align: left;
    padding: 10px 20px;
    line-height: 24px;
}

.hear_cation .data .tit1 {
    width: 80px;
    border-bottom: 1px solid #FFFFFF;
    background: #B0E9FB;
    text-align: center;
}

.hear_cation .core .questionsBox {
    overflow: hidden;
}

.hear_cation .core .questionsBox .title1 {
    background: #D0C5C1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.hear_cation .btn {
    /*padding-bottom: 30px;*/
}

.hear_cation .questionsBox {
    text-align: left;
}

.hear_cation .questionsBox .language {
    border-top: 1px solid #D5D5D5;
}

.czy {
    width: 101px;
    height: 39px;
    pointer-events: none;
    line-height: 30px;
    overflow: hidden;
    background: url(../images/cyp.png);
    display: block;
    position: absolute;
    top: -25px;
    left: -40px;
    z-index: 10;
}

.hear_below {
    height: 20px;
    background: #52C4E9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.coreBox {
    background: #EDEDED;
    border-radius: 10px;
    overflow: hidden;
}

.coreBoxr {
    margin: 0;
    background: #EDEDED;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.re_bg {
    background: #D2F9FF url(../images/re_bg.jpg) no-repeat center bottom;
}

.core {
    padding: 25px 50px;
    background: #EDEDED;
}

.core h3 {
    width: 100%;
    height: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.core h3 .title {
    width: 195px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #52C4E9;
    border-radius: 45px;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
}

.core h3 .line_l {
    width: 150px;
    height: 2px;
    position: absolute;
    z-index: 100;
    background: #52C4E9;
    display: block;
    top: 20px;
    left: 165px;
}

.core h3 .line_r {
    width: 150px;
    height: 2px;
    position: absolute;
    z-index: 100;
    background: #52C4E9;
    display: block;
    top: 20px;
    right: 165px;
}

.core .alert {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    color: #333;
}


/*成绩单系列------------------------*/

.core .scoreBox {
    width: 165px;
    height: 150px;
    margin: 40px auto;
}

.core .scoreBox01 {
    background: url(../images/score_bg1.png);
}

.core .scoreBox02 {
    background: url(../images/score_bg2.png);
}

.core .scoreBox03 {
    background: url(../images/score_bg3.png);
}

.core .scoreBox04 {
    background: url(../images/score_bg4.png);
}

.coreBoxr .core {
    padding: 25px 15px;
}

.coreBoxr .core .teacher{
    padding: 0 8px;
    width:auto;
    padding-top: 10px;
    background: #fff;

}
.coreBoxr .core .teacher .centen{ 
    min-height: 87px; 
    padding:15px 20px;
    background-color: #fffbf7;
    border:1px solid #ffecd4;
}
.coreBoxr .core .teacher .head {
    width: 45px;
    height: 45px;
    border-radius: 50%; 
    float: left;
    position: relative;
    overflow: hidden
}

.coreBoxr .core .teacher .head img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.coreBoxr .core .teacher .head .shade {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0,0,0,.48);
    position: absolute;
    top: 0;
    left: 0 
}

.coreBoxr .core .teacher .head .show {
    display: block
}




.coreBoxr .core .teacher .righttest {
    float: right;
    margin-left: 20px;
    width: 90.5%
}

.coreBoxr .core .teacher .righttest .name {
    font-size: 14px;
    color: #614422;
    line-height: 40px;
    text-align: left;
    font-weight: inherit
}

.coreBoxr .core .teacher .righttest p {
    line-height: 23px;
    color: #333333; 
    text-align: left;
    font-size: 14px
}

.coreBoxr .core h3 .line_l {
    width: 150px;
    height: 2px;
    position: absolute;
    z-index: 100;
    background: #52C4E9;
    display: block;
    top: 20px;
    left: 105px;
}

.coreBoxr .core h3 .line_r {
    width: 150px;
    height: 2px;
    position: absolute;
    z-index: 100;
    background: #52C4E9;
    display: block;
    top: 20px;
    right: 105px;
}

.score_Box {
    border: 1px solid #52C4E9;
    text-align: center;
    overflow: hidden;
    margin:20px 0;
}

.score_Box .left {
    width: 450px;
    float: left;
}

.score_Box .right {
    width: 260px;
    float: right;
    border-left: 1px solid #52C4E9;
}

.score_Box .comment {
    overflow: hidden;
    height: 190px;
    font-size: 14px;
}

.score_Box .comment .title {
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #52C4E9;
    font-size: 16px;
}

.score_Box .comment .box {
    padding-top: 20px;
    overflow: hidden;
    font-size: 16px;
}

.coreBoxr .scoreBox {
    display: inline-block;
    margin: 20px 20px;
}

.core .scoreBox .score {
    text-align: center;
    font-size: 48px;
    padding-top: 18px;
    height: 70px;
    overflow: hidden;
}

.core .scoreBox .score01 {
    color: #8DC238;
}

.core .scoreBox .score02 {
    color: #F47153;
}

.core .scoreBox .score03 {
    color: #52C4E9;
}

.core .scoreBox .score04 {
    color: #8DC238;
}

.core .scoreBox .name {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.core .description {
    border: 1px solid #3FB1D6;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.core .description .title {
    background: #52C4E9;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
}

.core .description .scores {
    height: 40px;
    line-height: 40px;
    font-size: 14px; 
    border-bottom: 1px solid #BCBCBC;
}

.core .description .scores .tit {
    width: 45px;
    padding-right: 0px;
}

.core .description .scores span {
    width: auto;
    padding: 0px 25px;
    float: left;
    display: block;
    cursor: pointer;
}

.core .description .scores .cur {
    color: #3FB1D6;
    font-weight: bold;
}

.core .description .scores .tit {
    cursor: default;
}

.core .wordBox {
    padding: 10px 0;
    overflow: hidden;
}

.core .wordBox span {
    width: auto;
    padding: 5px 25px;
    float: left;
    display: block;
    font-size: 14px;
}

.core .sentenceBox {
    padding: 10px 0;
    overflow: hidden;
    text-align: left;
}

.core .sentenceBox li {
    padding: 5px 25px;
    overflow: hidden;
    font-size: 14px;
}

.core .errorBox {
    padding: 10px 0;
    overflow: hidden;
}

.core .errorBox li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 70px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
}

.core .errorBox li .tit {
    background: #FFEAE5;
    border: 1px solid #FA9076;
    padding: 3px 8px;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
    left: 25px;
    top: 8px;
}

.core .errorBox li span {
    width: auto;
    padding: 5px 25px;
    float: left;
    display: block;
}

.core .errorBox li .false {
    color: #F47153;
    padding-right: 5px;
}

.core .errorBox li .true {
    color: #8DC238;
    padding-left: 5px;
}

.core .errorBox li .sen {
    line-height: 30px;
    float: left;
    text-align: left;
}

.core .errorBox li .sen .false, .core .errorBox li .sen .true {
    padding: 0;
}

.core .picBox {
    padding: 10px 0;
    overflow: hidden;
}

.core .picBox ul {
    padding: 0 15px;
}

.core .picBox li {
    width: 25%;
    float: left;
}

.core .picBox p {
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

.core .picBox li img {
    width: 140px;
    height: 140px;
}

.core .jsBox {
    padding: 10px 0;
    overflow: hidden;
    text-align: left;
}

.core .jsBox li {
    padding: 5px 25px;
    overflow: hidden;
    font-size: 14px;
}

.core .ktBox {
    padding: 10px 0;
    overflow: hidden;
}

.core .line {
    border-bottom: 1px solid #BCBCBC;
}

.core .ktBox span {
    width: auto;
    padding: 5px 25px;
    float: left;
    display: block;
    font-size: 14px;
}

/*自主练习题型css**************************************/

.RepeatBox {
    text-align: center;
    padding: 0 20px;
    position: relative;
}
.RepeatBox .score_prompt{
    position: relative;
    width: 25px;
    height: 25px;
    top: -30px;
    right: -415px;
}
.RepeatBox .score_prompt .yuan{
    z-index: 2;
    position: relative;
    background-image:url("../images/mark.png");
    width: 25px;
    height: 25px;
}
.RepeatBox .score_prompt .line{
    display: none;
    position: absolute;
    z-index: 0;
    top:0;
    width: 250px;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #8e8e8e;
    left: -225px;
    border-radius: 25px;
    line-height: 25px;
    padding-left: 3px;
}
.RepeatBox .score_prompt .line p{
    float: left;
    margin-left: 8px;
}
.RepeatBox .score_prompt .line i{
    display: inline-block;
    width: 10px;
    height:10px;
    border-radius: 50%;
    margin-right: 5px;
}
.RepeatBox .return {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 0px;
    background: #CCC;
    cursor: pointer;
}

.RepeatBox .length {
    width: 90px;
    height: 74px;
    background: url(../images/billboard.png);
    margin: 0 auto;
}

.RepeatBox .length span {
    width: 90px;
    display: block;
    font-size: 18px;
    padding-top: 38px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
}

.RepeatBox .length span em {
    font-style: normal;
}

.RepeatBox .tool {
    position: absolute;
    z-index: 100;
    left: 20px;
    top: 35px;
    width: 220px;
    height: 60px;
}

.RepeatBox .tool span {
    padding: 10px 5px;
    color: #FFF;
    cursor: pointer;
}

.RepeatBox .tool .t1 {
    background: #5cb85c url(../images/s_s.png) left center no-repeat;
    padding-left: 28px;
    float: left;
    border: 1px solid #4cae4c;
    border-radius: 5px;
    font-size: 14px;
}

.RepeatBox .tool .t2 {
    background: #52C4E9 url(../images/z_s.png) left center no-repeat;
    padding-left: 28px;
    float: right;
    border: 1px solid #2BA5CA;
    border-radius: 5px;
    font-size: 14px;
}

.RepeatBox .tool .t1_s {
    background: #429842 url(../images/s.png) left center no-repeat;
    float: left;
    border: 1px solid #4cae4c;
    border-radius: 5px;
}

.RepeatBox .tool .t2_s {
    background: #34BAE5 url(../images/z.png) left center no-repeat;
    float: right;
    border: 1px solid #2BA5CA;
    border-radius: 5px;
}

.RepeatBox .ch_alert {
    background: #D3D1D2;
    padding: 8px;
    margin-top: 20px;
}

.RepeatBox .bd {
    width: 585px;
    margin: 20px auto;
    position: relative;
}

.RepeatBox .bd li {
    overflow: hidden;
}

.RepeatBox .bd li .text01 {
    height: 220px;
    font-size: 32px;
    text-align: center;
}

.RepeatBox .bd li .text01 td {
    height: 220px;
    text-align: center;
    font-size: 32px;
    word-wrap: break-word;
    border: 0;
}

.RepeatBox .bd li .text02 {
    font-size: 18px;
    text-align: left;
    padding-top: 80px;
    min-height: 120px;
    _height: 120px;
}

.RepeatBox .bd li .text03 {
    font-size: 14px;
    text-align: left;
    margin: 20px 0;
    height: 200px;
    overflow: hidden;
}

.RepeatBox .bd li .text03 .pic {
    width: 200px;
    height: 200px;
    float: left;
}

.RepeatBox .bd li .text03 .text {
    width: 280px;
    font-size: 16px;
    height: 150px;
    float: left;
    padding-left: 20px;
}

.RepeatBox .bd li .text03 .text p {
    padding: 3px;
    overflow: hidden;
}

.RepeatBox .bd li .text03 .text .txt {
    width: 90px;
    background: none;
    border: none;
    border-bottom: 1px solid #333;
    padding: 3px 0;
    margin: 0 5px;
}

.bd li .text02 p:nth-child(3) {
    color: #666;
    font-size: 16px;
}

.RepeatBox .bd li .read {
    text-align: center;
    height: 75px;
}

.RepeatBox .bd li .read .read_t1 {
    width: 52px;
    display: inline-block;
    cursor: pointer;
}

.RepeatBox .bd li .read .read_rep {
    width: 52px;
    display: inline-block;
    text-align: center;
}

.RepeatBox .bd li .read .read_t2 {
    width: 52px;
    display: inline-block;
    cursor: pointer;
}

.RepeatBox .bd li .read .read_Repeat {
    width: 52px;
    height: 52px;
    background: url(../images/bill_read.png) center no-repeat;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.RepeatBox .bd li .read .read_Repeat1 {
    width: 52px;
    height: 0%;
    background: url(../images/bill_read1.png) bottom center no-repeat;
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}

.RepeatBox .bd li .read span {
    text-align: center;
    display: inline-block;
}


/*
    start :口语 考试录音样式
 */

.helpBox .read {
    text-align: center;
    height: 75px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.helpBox .read .read_t1 {
    width: 148px;
    display: inline-block;
}

.helpBox .read .read_rep {
    width: 52px;
    display: inline-block;
    text-align: center;
}

.helpBox .read .read_t2 {
    width: 52px;
    display: inline-block;
    cursor: pointer;
    margin: 0 auto;
}

.helpBox .read .read_Repeat {
    width: 52px;
    height: 52px;
    background: url(../images/bill_read.png) center no-repeat;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.helpBox .read .read_Repeat1 {
    width: 52px;
    height: 0%;
    background: url(../images/bill_read1.png) bottom center no-repeat;
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}

.helpBox .read span {
    text-align: center;
    display: inline-block;
}

.RepeatBox .score {
    width: 75px;
    height: 62px;
    background: url(../images/score1.png);
    position: absolute;
    z-index: 100;
    right: 110px;
    bottom: 8px;
}

.RepeatBox .score span {
    height: 45px;
    line-height: 45px;
    color: #F47153;
    font-size: 18px;
}

.RepeatBox .score01 span {
    color: #F47153;
}

.RepeatBox .score02 span {
    color: #52C4E9;
}

.RepeatBox .score03 span {
    color: #8DC237;
}

.RepeatBox .score01 {
    background: url(../images/score1.png);
}

.RepeatBox .score02 {
    background: url(../images/score2.png);
}

.RepeatBox .score03 {
    background: url(../images/score3.png);
}


/*
        end:口语 考试录音样式;
 */

.RepeatBox .hd {
    position: relative;
    width: 745px;
    margin: 0 auto;
    height: 0px;
}

.RepeatBox .hd a {
    width: 52px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    background: #52C4E9;
    position: absolute;
    z-index: 100;
    top: 105px;
    border-radius: 45px;
    color: #FFF;
    font-size: 24px;
    cursor: pointer;
}

.RepeatBox .hd .prev {
    left: 0;
    background: #52C4E9 url(../images/left.png) no-repeat center;
}

.RepeatBox .hd .next {
    right: 0;
    background: #52C4E9 url(../images/right.png) no-repeat center;
}

.RepeatBox .hd .prev:hover {
    right: 0;
    background: #2BB7E4 url(../images/left.png) no-repeat center;
}

.RepeatBox .hd .next:hover {
    right: 0;
    background: #2BB7E4 url(../images/right.png) no-repeat center;
}

.RepeatBox .hd .gra1 {
    background: #CCC url(../images/right.png) no-repeat center;
}

.RepeatBox .hd .gra1:hover {
    background: #CCC url(../images/right.png) no-repeat center;
}

.RepeatBox .hd .gra2 {
    background: #CCC url(../images/left.png) no-repeat center;
}

.RepeatBox .hd .gra2:hover {
    background: #CCC url(../images/left.png) no-repeat center;
}

/*跟读系列------------------------*/


/**********************************
            成长记录 start
**********************************/

.grow_cation {
    background: #80739F;
}

.grow_cation .aside {
    margin-left: 25px;
    width: 180px;
    float: left;
}

.grow_cation .grow_nav li {
    margin-bottom: 20px;
}

.grow_cation .grow_nav li a {
    display: block;
    font-size: 18px;
    height: 70px;
    line-height: 80px;
    color: #FFF;
    text-align: center;
    width:180px;
    height:50px;
    line-height:50px;
    border-radius:10px;
}

.grow_cation .grow_nav li ul li a {
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
}

.grow_cation .grow_nav li .train_on {
    background-color: #6b589a;
}

.grow_cation .grow_nav li .train_off {
    background-color:#9e94b7 ;
    color: #333333;
}

.grow_cation.clearfix .section {
    margin-left: 25px;
    width: 750px;
    float: left;
}

.grow_cation .record_button {
    width: 90px;
    height: 30px;
    display: inline-block;
    color: #FFF;
    line-height: 30px;
    background: #7E739D;
    border-radius: 15px;
}

.grow_cation .record_button:hover {
    background: #6B589A;
}

.grow_cation .in {
    background: #AFAFAF;
}

.grow_below {
    height: 20px;
    background: #80739F;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.grow_cation .record_con {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.grow_cation .core {
    padding: 25px 50px;
    background: #EDEDED;
}

.grow_cation .core h3 {
    width: 100%;
    height: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.grow_cation .core h3 .title {
    width: 195px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #6B5898;
    border-radius: 45px;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
}

.grow_cation .core h3 .line_l {
    width: 150px;
    height: 2px;
    position: absolute;
    z-index: 100;
    background: #6B5898;
    display: block;
    top: 20px;
    left: 165px;
}

.grow_cation .core h3 .line_r {
    width: 150px;
    height: 2px;
    position: absolute;
    z-index: 100;
    background: #6B5898;
    display: block;
    top: 20px;
    right: 165px;
}

.grow_cation .data {
    padding: 20px 0;
}

.grow_cation .data table {
    width: 100%;
}

.grow_cation .data td {
    border-bottom: 1px solid #DAD1F0;
    background: #FFF;
    text-align: left;
    padding: 10px 20px;
    line-height: 24px;
}

.grow_cation .data .tit1 {
    width: 80px;
    border-bottom: 1px solid #FFFFFF;
    background: #DAD1F0;
    text-align: center;
}

.grow_cation .core .questionsBox {
    border: 1px solid #DAD1F0;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
}

.grow_cation .core .questionsBox .title1 {
    background: #DAD1F0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #6B5898;
    font-size: 18px;
}

.canvasBox {
    text-align: center;
    margin: 0 20px;
    background: #fff;
}


/***************************
            模拟考场
***************************/

.room_cation {
    background: #E1A75D;
}

.room_cation .aside {
    margin-left: 25px;
    width: 180px;
    float: left;
}

.room_cation .room_nav li {
    margin-bottom: 20px;
}

.room_cation .room_nav li a {
    display: block;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius:10px;
}

.room_cation .room_nav li ul li a {
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
}

.room_cation .room_nav li .train_on {
    background-color:#614422 ;
}

.room_cation .room_nav li .train_off {
    background-color:#97744a;
    color: #333333;
}

.room_cation.clearfix .section {
    margin-left: 25px;
    width: 750px;
    float: left;
}

.room_cation .record_button {
    width: 90px;
    height: 30px;
    display: inline-block;
    color: #FFF;
    line-height: 30px;
    background: #97744A;
    border-radius: 15px;
}
/* .no_events{   
    color: #666 !important;
    background-color: #ccc !important;
    pointer-events: none !important; 
} */

.pfzclass{
    color: #666 !important;
    background-color: #ccc !important;
}

.room_cation .record_button:hover {
    background: #614422;
}

.room_cation .in {
    background: #AFAFAF;
}

.room_below {
    height: 20px;
    background: #E1A75D;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.selectionBox {
    padding: 20px;
    font-size: 14px;
}

.selectionBox span {
    width: auto;
    float: left;
    padding: 3px 12px;
    cursor: pointer;
}

.selectionBox .cur {
    background: #97744A;
    color: #FFF;
    border-radius: 15px;
}

.grow_cation .selectionBox .cur {
    background: #6B589A;
    color: #FFF;
    border-radius: 15px;
}


/*成长记录下*/

.room_cation .coreBoxr .core {
    padding: 0;
    min-height: 525px;
    _height: 525px;
}

.room_cation .core h3 {
    height: 54px;
    line-height: 54px;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: #E0D1CC;
}

.room_cation .core h3 .name {
    padding-left: 23px;
}

.room_cation .core h3 .return {
    width: 53px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #93B658;
    color: #FFF;
    display: block;
    position: absolute;
    z-index: 5;
    right: 23px;
    top: 10px;
    border: 1px solid #7EAC30;
    border-radius: 5px;
    cursor: pointer;
}

.room_cation .core h3 .test {
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #5BB95B;
    color: #FFF;
    display: block;
    position: absolute;
    z-index: 10;
    right: 23px;
    top: 10px;
    border: 1px solid #3B903D;
    border-radius: 5px;
    cursor: pointer;
}

.room_cation .core h3 .test:hover {
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #4DAD4D;
    color: #FFF;
    display: block;
    position: absolute;
    z-index: 10;
    right: 23px;
    top: 10px;
    border: 1px solid #3B903D;
    border-radius: 5px;
    cursor: pointer;
}

.room_cation .data {
    padding: 0;
    margin-bottom: 20px;
}

.room_cation .data table {
    width: 100%;
}

.room_cation .data td {
    border-bottom: 1px solid #D0C5C1;
    background: #FFF;
    text-align: left;
    padding: 10px 20px;
    line-height: 24px;
}

.room_cation .data .tit1 {
    width: 80px;
    border-bottom: 1px solid #FFFFFF;
    background: #D0C5C1;
    text-align: center;
}

.room_cation .core .questionsBox {
    overflow: hidden;
}

.room_cation .core .questionsBox .title1 {
    background: #D0C5C1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.room_cation .core .questionsBox .title1 span {
    width: 50%;
    float: left;
}

.room_cation .core .questionsBox .title1 .mouseon {
    background: #E9E3E1;
}

.room_cation .btn {
    padding-bottom: 30px;
}

.room_cation .questionsBox {
    text-align: left;
}


/*检索*/

.search-data {
    overflow: hidden;
    padding: 23px;
}

.search-data li {
    width: 100%;
    border-bottom: 1px dashed #CCC;
    display: block;
    overflow: hidden;
    padding: 0;
}

.search-data li span {
    width: 45px;
    margin: 0;
    text-align: center;
    height: 28px;
    line-height: 35px;
    float: left;
    font-size: 14px;
}

.search-data li .datas {
    width: 655px;
    float: left;
}

.search-data li .datas .cur {
    background: #5BB95B;
    color: #FFF;
    border-radius: 15px;
}

.search-data li a {
    display: block;
    float: left;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    margin: 5px 0;
    font-size: 14px;
}


/*试题*/

.testBox {
    padding: 0px 0;
}

.testBox ul {
    padding: 0 23px;
}

.testBox li {
    height: 45px;
    margin: 0px 0;
    line-height: 45px;
    overflow: hidden;
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/no_ybz.gif) no-repeat center left;
    position: relative;
}

.testBox .ybz {
    background: url(../images/cur_ybz.gif) no-repeat center left;
}

.testBox .ybz a {
    color: #FF6600;
}

.testBox li:hover {
    background: url(../images/cur_ybz.gif) no-repeat center left;
}

.testBox li a:hover {
    color: #FF6600;
}

.testBox li p {
    float: left;
    width: auto;
}

.testBox li span {
    width: 91px;
    margin-left: 15px;
    height: 45px;
    background: url(../images/ybz.png) no-repeat center;
    float: left;
}

.testBox li .enter {
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #5BB95B;
    color: #FFF;
    display: block;
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 3px;
    border: 1px solid #3B903D;
    border-radius: 5px;
    cursor: pointer;
}

.testBox li .enter a {
    display: block;
    width: 100px;
    height: 34px;
    overflow: hidden;
    background: url('../images/lock3.png') no-repeat;
}


/*模拟考试--------------*/


/***********************题型列表**********************/


/*    .questionsBox { overflow:hidden; padding:23px 0; text-align:left;}
    .questionsBox .audioBox {width:300px; height:30px; padding:10px 23px;}
    .questionsBox .title { padding:5px 35px;  font-size:14px; }
    .questionsBox .title .false1 {width:16px; height:16px; background:url(../images/false.png); position:absolute; z-index:100; left:13px; top:8px;}
    .questionsBox ul { font-size:14px;}
    .questionsBox li { padding:5px 35px; overflow:hidden; font-size:14px; line-height:22px;}
    .questionsBox li span {width:auto; padding-right:20px; float:left;}
    .questionsBox li .false2{ color:#ED0101;}
    .questionsBox .true{ color:#0B9400;}
    .questionsBox li .pop{ color:#6B5898;}
    .questionsBox li table {width:100%;}
    .questionsBox li td img { border:1px solid #CCC;}

    .questionsBox .language .title { font-weight:bold; position:relative;}
    .questionsBox .language .title .play {width:35px; height:35px; background:#8269C4 url(../images/play1.png) no-repeat center; display:block; border-radius:25px; position:absolute; z-index:100; left:230px; top:0px; cursor:pointer;}
    .questionsBox .language .intro{ background:#FFF0E0; border:1px solid #F7A269; border-radius:5px; padding:15px; line-height:24px; margin:0 35px;}
    .questionsBox .language{ border-top:1px solid #DAD1F0; padding:20px 0;}

    .questionsBox .answerBox{ background:#E1E1E1; padding:20px 35px;  font-size:14px;}
    .questionsBox .answerBox p{}



    .questionsBox .subject{ width:680px; margin:30px auto; overflow:hidden;}
    .questionsBox .subject p { font-size:16px; margin-bottom:20px; overflow:hidden; padding:0;}
    .questionsBox .subject li {width:30px; height:30px; float:left; padding:0; margin-right:10px;}
    .questionsBox .subject li a { margin:0; padding:0;}
    .questionsBox .subject li .sub_off{ background:url(../images/gules_b.jpg) no-repeat;}*/

.OralBox {
    width: 950px;
    height: 640px;
    background: #FFF;
    overflow: hidden;
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    margin-left: -475px;
    margin-top: -320PX;
    /*display:none;*/
    z-index: 10000;
}

.OralBox .tit {
    height: 40px;
    background: #89D3B2;
    overflow: hidden;
}

.OralBox .tit span {
    width: auto;
    line-height: 40px;
    padding-left: 15px;
    font-size: 16px;
    float: left;
}

.OralBox .tit .close {
    width: 40px;
    height: 40px;
    background: url(../images/close.png) center no-repeat;
    float: right;
    cursor: pointer;
}

.OralBox .a_l {
    width: 170px;
    height: 660px;
    float: left;
    background: #B7EDD5;
}

.OralBox .photo {
    text-align: center;
    padding: 50px 0 30px 0;
}

.OralBox .photo img {
    width: 110px;
    height: 110px;
}

.OralBox .description {}

.OralBox .description p {
    text-align: left;
    width: 130px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}

.OralBox .play {
    text-align: center;
    padding: 80px 0;
}

.testok p {
    text-align: center;
    padding: 10px;
    font-size: 24px;
    overflow: hidden;
}

.testok .btn {
    margin-top: 20px;
}

.OralBox .a_r {
    position: relative;
    float: right;
    width: 780px;
}

.OralBox .a_r .step-l {
    width: 35px;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 80px;
}

.step-l .top {
    width: 35px;
    height: 55px;
    background: url(../images/cha.png) 100%;
}

.step-l p {
    background: #EBEBEB;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    cursor: pointer;
}

.step-l .cur {
    background: #58B481;
}

.step-l .forget {
    color: #CC0000;
}

.step-l .num {
    border-bottom: 1px solid #747474;
}

.OralBox .questionsBox .language {
    border: none;
    padding: 0;
}

.OralBox .questionsBox .language .title {
    font-size: 18px;
    position: relative;
}

.OralBox .questionsBox .language .time {
    width: 198px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    background: url(../images/time.png);
    position: absolute;
    z-index: 10;
    right: 40px;
    top: 0px;
}

.OralBox .questionsBox .language li {
    line-height: 30px;
}

.OralBox .questionsBox .language .intro {
    margin: 10px 35px;
    padding: 10px;
    font-size: 14px;
}

.OralBox .questionsBox .pic {
    border: none;
    padding: 0 30px;
    overflow: hidden;
}

.OralBox .questionsBox .pic .title {
    padding: 2px 35px;
    font-size: 13px;
    position: relative;
}

.OralBox .questionsBox .pic .title .qi {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/qi.png) 100%;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 5px;
}

.OralBox .questionsBox .pic .img {
    width: 33%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    overflow: hidden;
}

.OralBox .questionsBox .pic .img img {
    width: 110px;
    height: 80px;
    border: 1px solid #CCC;
}

.OralBox .questionsBox .essay {
    border: none;
    padding: 0 30px;
    overflow: hidden;
}

.OralBox .questionsBox .essay .title {
    padding: 2px 35px;
    font-size: 13px;
    position: relative;
}

.OralBox .questionsBox .essay li {
    padding: 2px 35px;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.OralBox .questionsBox .essay li .ym {
    padding-left: 0;
    padding-right: 0;
}

.OralBox .questionsBox .essay .title .qi {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/qi.png) 100%;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 5px;
}

.OralBox .questionsBox .alert {
    font-size: 24px;
    text-align: center;
    padding-top: 50px;
    display: none;
}

.OralBox .btn03 {
    width: 80px;
}

.helpBox {}

.helpBox h3 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.helpBox .pic {
    text-align: center;
    margin-bottom: 25px;
    overflow: hidden;
}

.helpBox .intro {
    width: 720px;
    margin: 0 auto;
    background: #FEEBE5;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #FA9076;
    position: relative;
    border-radius: 5px;
}

.helpBox .intro .sound {
    width: 80px;
    height: 24px;
    overflow: hidden;
    background: #D1D1D1 url(../images/sound_top.png);
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 18px;
}

.helpBox .intro .ej {
    width: 33px;
    height: 30px;
    background: url(../images/erji.png);
    position: absolute;
    z-index: 100;
    right: 100px;
    top: 16px;
}

.helpBox .intro .sound a {
    width: 55%;
    float: left;
    height: 24px;
    display: block;
    overflow: hidden;
    background: #5DB85B url(../images/sound_top.png);
}

.helpBox .playr {
    text-align: center;
    margin-top: 35px;
}

.helpBox .playr a {
    width: 60px;
    text-align: center;
    display: inline-block;
}

.helpBox .btn03 {
    width: 80px;
}

/*.record_con,.core { min-height:580px; _height:580px;}
*/

.mask {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}


/*选择列表select20160614*/

.selectBox {
    margin-right: 8px;
    height: 35px;
}

.selectBox .drop {
    position: relative;
}

.selectBox .txt {
    width: 95px;
    height: 33px;
    line-height: 33px;
    float: left;
    border: 1px solid #CBCBCB;
    background: #fff;
    border-radius: 5px;
    padding: 0 10px;
    margin: 0;
}

.selectBox a {
    width: 24px;
    height: 35px;
    position: absolute;
    z-index: 10;
    right: -5px;
    top: 0px;
    background: #CCC;
}

.selectBox .dropdown {
    width: 100%;
    border: 1px solid #CBCBCB;
    max-height: 220px;
    overflow-y: auto;
}

.selectBox .dropdown16 {
    width: 100%;
    border: 1px solid #CBCBCB;
    max-height: 275px;
    _height: 275px;
    overflow-y: auto;
}


/*input下拉菜单-------------------*/

.dropdown16 {
    border: 1px solid #7A6F6F;
    background-color: #fff;
    position: absolute;
    top: 35px;
    z-index: 100000;
    left: 0;
    display: none;
}

.dropdown16 li {
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    display: block;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 5px;
}

.dropdown16 li:hover {
    background: #fffddd
}

.dropdown16 li span {
    display: block;
}

.dropdBox {
    position: relative;
    margin-right: 10px;
}

.dropdBox input {
    height: 33px;
    line-height: 33px;
    width: 115px;
    padding: 0 8px;
    border: 1px solid #CCC;
    background: #fff;
}

.dropdBox a {
    position: absolute;
    z-index: 10;
    right: -3px;
    top: 0;
    pointer-events: none;
}

.dropdBox .dropdown {
    width: 100%;
    border: 1px solid #CBCBCB;
    max-height: 220px;
    /*height: 275px;*/
    overflow-y: auto;
}

.dropdBox .dropdown16 {
    width: 100%;
    border: 1px solid #CBCBCB;
}

.dropdBox .dropdown .span8 {
    padding-left: 0px;
    font-weight: normal;
}


/*input下拉菜单-----------------
.dropdown16{border:1px solid #7A6F6F; background-color: #fff; display: block; position:absolute; top: 34px; z-index: 100; left:0;display: none; }
.dropdown16 li{height: 33px;margin-top: 2px;cursor: pointer;line-height: 32px;}
.dropdown16 li:hover{background: #fffddd}
.dropdown16 li span{display: inline-block;overflow-wrap: break-word;height: 32px;overflow-y: hidden;}
/*input下拉菜单-------------------*/

.dropdown {
    border: 1px solid #7A6F6F;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 34px;
    z-index: 100;
    left: 0;
    display: none;
    max-height: 275px;
    _height: 275px;
    overflow-y: auto;
}

.dropdown li {
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    display: block;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 5px;
}

.dropdown li:hover {
    background: #fffddd
}

.dropdown li span {
    display: block;
}


/*input下拉菜单-------------------*/


/* flowplayer*/

.flowplayercss {
    width: 355px;
    height: 26px;
    padding: 10px 23px;
}


/*意见反馈*/

.pop-box {
    z-index: 9999;
    /*这个数值要足够大，才能够显示在最上层*/
    margin-bottom: 3px;
    width: 500px;
    height: 277px;
    display: none;
    position: fixed;
    background: #fff;
    border: solid 1px #ccc;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -250px;
    -moz-border-radius: 4px;
    /*Firefox*/
    -webkit-border-radius: 4px;
    /*Safari和Chrome*/
    border-radius: 4px;
    /*IE9+*/
}

.mask {
    height: 100%;
    width: 100%;
    position: fixed;
    _position: absolute;
    top: 0;
    z-index: 1000;
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
    background-color: #000;
    color: #fff;
    display: none;
}

.pop-box .title {
    line-height: 48px;
    border-bottom: thin solid #a6a5a5;
    height: 47px;
    -moz-border-radius: 4px;
    /*Firefox*/
    -webkit-border-radius: 4px;
    /*Safari和Chrome*/
    border-radius: 4px;
    /*IE9+*/
}

.pop-box .pop-box-body {
    text-align: center;
    margin-top: 26px;
    padding: 0 23px;
    min-height: 80px;
}

.pop-box .pop-box-body .pl100 {
    width: 100%;
    height: 40px;
    border: 1px solid #A5A5A5;
    border-radius: 5px;
}

.pop-box .pop-box-body .pl100 span {
    background: #F7A269;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: right;
    display: block;
}

.pop-box .pop-box-body table {
    text-align: center;
}

.pop-box .pop-box-body td {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}

.pop-box .pop-box-body .txt {
    width: 170px;
    height: 33px;
    padding-left: 10px;
    border: 1px solid #A5A5A5;
    background: #fff;
    border-radius: 5px;
}

.pop-box .pop-box-body textarea {
    width: 340px;
    height: 80px;
    padding: 10px;
    border: 1px solid #A5A5A5;
    border-radius: 5px;
    border: 1px solid #A5A5A5;
    background: #fff;
    border-radius: 5px;
}

.pop-box .pop-box-body .alert {
    font-size: 18px;
    line-height: 32px;
    position: relative;
}

.pop-box .pop-box-body .alert font {
    color: #FF6600;
}

.pop-box .pop-box-body .alert span {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: block;
    border: 2px solid #F37557;
    border-radius: 25px;
    position: absolute;
    z-index: 100;
    left: 140px;
    top: -5px;
    color: #FF6600;
    font-size: 24px;
}

.pop-box .title span {
    margin-left: 25px;
    float: left;
    width: 537px;
    font-size: 16px;
}

.pop-box .title img {
    float: right;
    margin: 15px 15px;
}

.pop-box .pop-box-body .tdbx td {
    border-bottom: 1px dashed #CCC;
}

.pop-box .pop-box-body .tdbx {
    border-top: 1px dashed #CCC;
}

.btn {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 12px;
}

.btn .popcan {
    width: auto;
    padding: 0 20px;
    height: 46px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    background-color: #f5603c;
    -moz-border-radius: 3px;
    /*Firefox*/
    -webkit-border-radius: 3px;
    /*Safari和Chrome*/
    border-radius: 3px;
    /*IE9+*/
}

.btn .popcan:hover {
    background-color: #e3512d;
    color: #FFF;
}

.btn .popok {
    width: auto;
    padding: 0 20px;
    height: 46px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    background-color: #19ab72;
    -moz-border-radius: 3px;
    /*Firefox*/
    -webkit-border-radius: 3px;
    /*Safari和Chrome*/
    border-radius: 3px;
    /*IE9+*/
}

.btn .popok:hover {
    background-color: #129C66;
    color: #FFF;
}

.btn .orage {
    width: auto;
    padding: 0 20px;
    height: 46px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    background-color: #F7A269;
    -moz-border-radius: 3px;
    /*Firefox*/
    -webkit-border-radius: 3px;
    /*Safari和Chrome*/
    border-radius: 3px;
    /*IE9+*/
}


/*意见反馈*/

#SSoundWindowC {
    z-index: 1000;
    color: #666;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    width: 215px;
    height: 138px;
    margin: -5000px -107px;
    text-align: center;
    font-size: 14px;
    background: transparent;
}

.unique #SSoundWindowC {
    z-index: -100;
}


/*在线跟读空数据*/

.kdbg {
    width: 236px;
    margin: 20px auto;
}

.kdbg .kd {
    width: 236px;
    height: 137px;
    background: url(../images/kd.png);
    overflow: hidden;
}

.kdbg p {
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.read-content p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 9px;
    text-indent: 2em;
}


.read-voice .text-record {
    width: 52px;
    height: 52px;
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    background: url(../images/bill_start.png) center no-repeat;
}

.read-voice .text-record.start {
    background: url(../images/bill_read.png) center no-repeat;
}

.read-voice .text-rate {
    width: 52px;
    height: 0%;
    background: url(../images/bill_read1.png) bottom center no-repeat;
    text-align: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
}

.read-voice .text-init-btn {
    display: block;
    width: 114px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #5db75d;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.read-bottom {
    position: relative;
    height: 118px;
}

.home-work {
    display: none;
    position: absolute;
    bottom: 23px;
    left: 50%;
    width: 114px;
    height: 40px;
    margin: 0 -57px;
    border-radius: 5px;
    background: #c56314!important;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

.description .list .h3 {
    padding: 0 10px 0 25px;
    height: 45px;
    background: #d4d4d4;
}

.description .list .h3 span{
    display: block;
    float: left;
    color: #333;
    font-size: 14px;
    max-width: 490px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.description .list .h3 span.hint{
    width:25px;
    height:25px;
    overflow: hidden;
}

.description .list .h3 .read-grade{
    width: auto;
    margin-top: 10px;
}

.list .h3 strong{
    display: block;
    float: left;
    width:38px;
    height: 38px;
    margin: 4px 0 0 15px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    background: #52c4e9;
    font-weight: normal;
    border-radius: 50%;
}
.list .h3 strong.score1{
    background: #f60011;
}
.list .h3 strong.score2{
    background: #04a3d7;
}
.list .h3 strong.score3{
    background: #0eaf0e;
}

.description .list .box {
    padding: 0 25px 10px 25px;
    font-size: 15px;
    text-align: left;
}

.description .list .box .for {
    margin-top: 8px;
    line-height: 30px;
    text-indent: 2em;
    font-size: 15px;
}


/*
角色扮演css
*/

.read-content .rpbox {
    background: #eefdff;
    height: 292px;
    border: 1px solid #c7d6d9;
    padding: 0 10px;
    position: relative;
    overflow-y: scroll;
}

.rpbox .rp_content {
    margin-top: 20px;
}


/*.rp_content .user_info{
    float:left;
    height:51px;
    width:51px;
    background:url('../images/photo.png') no-repeat center;
    background-size:50px 50px;
    border-radius: 50% 50%;
}*/

.left_userbox {
    height: 76px;
    width: 50px;
    float: left;
    color:#000;
}

.right_userbox {
    height: 76px;
    width: 50px;
    float: right;
    color:#000;
}

.right_userbox .user_photo {
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    border-radius: 50% 50%;
    display: block;
    /*background:url('../images/face_white.png') no-repeat center;*/
}

.right_userbox span {
    height: 26px;
    display: block;
    line-height: 26px;
    width: 50px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.left_userbox .user_photo {
    height: 50px;
    width: 50px;
    display: block;
    /*background:url('../images/face_white.png') no-repeat center;*/
    background-size: 50px 50px;
    border-radius: 50% 50%;
}

.left_userbox span {
    height: 26px;
    display: block;
    line-height: 26px;
    font-size: 12px;
    width: 50px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.left_text {
    max-width: 304px;
    background: #ebebeb;
    padding: 16px 27px 16px 27px;
    float: left;
    border-radius:8px;
    margin-left: 18px;
    text-align: left;
    line-height: 26px;
    font-size: 15px;
    color:#000;
    font-family:'宋体';
    position: relative;
}

.left_text .sanjiao_left {
    width: 14px;
    height: 14px;
    position: absolute;
    transform: rotate(45deg);
    left: -8px;
    top: 15px;
    background: #ebebeb;
}

.right_text {
    max-width: 304px;
    background: #ebebeb;
    padding: 16px 27px 16px 27px;
    border-radius:8px;
    float: right;
    margin-right: 18px;
    text-align: left;
    line-height: 26px;
    color:#000;
    font-size: 15px;
    font-family: '宋体';
    position: relative;
}

.right_text .sanjiao_right {
    width: 14px;
    height: 14px;
    position: absolute;
    transform: rotate(45deg);
    right: -8px;
    top: 15px;
    background: #ebebeb;
}

.right_text b {
    font-weight: normal;
}

.left_text b {
    font-weight: normal;
}

.right_text .playingsj {
    background: #fff;
    color: #000;
    border-right:1px solid #82bf24;
    border-top:1px solid #82bf24;
}

.left_text .playingsj {
    background: #fff;
    color: #000;
    border-left:1px solid #82bf24;
    border-bottom:1px solid #82bf24;
}

.playing {
    background: #fff;
    color: #000;
    border:1px solid #82bf24;
}

.green_bg {
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    border-radius: 50% 50%;
    background: url('../images/face_green.png') no-repeat center;
}


.rp-pause { display: block; float: left; width: 68px; height: 28px; overflow: hidden; border: #d3d3d3 solid 1px; border-radius:
    5px; background: #edfdff; text-align: center; line-height: 28px; color: #333; font-size: 14px; }

.rp-pause:active{
  background:#d4f2f6;
}
.pause {
    display: none;
    float: left;
    width: 68px;
    height: 28px;
    overflow: hidden;
    border: #d3d3d3 solid 1px;
    border-radius: 5px;
    background: #edfdff;
    text-align: center;
    line-height: 28px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
.pause:active{
  background:#d4f2f6;
}

.role-bottom {
    position: relative;
    height: 204px;
    overflow: hidden;
}

.role-bottom .startrole {
    display: block;
    height: 42px;
    width: 114px;
    border-radius: 10px;
    background: #5db75d;
    position: absolute;
    left: 50%;
    margin-left: -57px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    top: 20px;
}
.role-bottom .startrole:active{
  background:#409540;
}

.sendPaper {
    display: block;
    width: 114px;
    height: 40px;
    background: #1cb67c;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 144px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    display: none;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
/*.sendPaper:active{
  background:#c26706;
}*/
.role-bottom .playpic_box {
    width: 720px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    display: none;
    text-align: center;
}

.voicepic {
    width: 70px;
    position: absolute;
    left: 35%;
    top: 11px;
    /*cursor:pointer;*/
    display: inline-block;
}

.voicepic .voice_laba {
    width: 36px;
    height: 36px;
    background: red;
    border-radius: 50%;
    display: inline-block;
    background: #5db75d url('../images/tone.png') no-repeat center;
}

.voicepic span {
    display: block;
}

.macphone {
    width: 52px;
    height: 72px;
    /*cursor:pointer;*/
    position: absolute;
    left: 50%;
    margin-left: -26px;
    top: 0;
    display: inline-block;
}

.macphone1 {
    background: url('../images/bill_read.png') no-repeat center 1px;
}

.macphone2 {
    background: url('../images/bill_start.png') no-repeat center 1px;
}

.play_macphone {
    width: 52px;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    height: 0;
    background: url('../images/bill_read1.png') no-repeat bottom;
}

.stopRecord {
    width: 52px;
    cursor: pointer;
    bottom: 20px;
    height: 52px;
    background: url('../images/bill_stop.png') no-repeat center 1px;
    display: none;
}

.score_roleplay {
    width: 75px;
    display: inline-block;
    height: 56px;
    left: 57%;
    position: absolute;
    text-align: center;
    padding-top: 6px;
    font-size: 20px;
    color: #52c4e9;
    background: url('../images/score2.png') no-repeat center;
}

.macphone .gd {
    text-align: center;
        width:52px;
        display:block;
        margin-top:53px;
}

.score_circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    display: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -40px;
    background: red;
    font-family: '微软雅黑'
}
.showDetails  .kindDetails{
  height:60px;
  line-height:60px;
  font-size:18px;
  text-align:left;
  border:none;
  margin-bottom:0;
}
#detailsBox{
  margin-bottom:20px;
}
.fenshuBox{
  border:1px solid #1FB7E9;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-top:0;
  margin-bottom:20px;
}
.showDetails li{
  min-height:40px;
  padding-left:20px;
  border:1px solid #ddd;
  font-size:16px;
  margin-bottom:10px;
  position:relative;
}
.showDetails li span{
  display:inline-block;
  height:30px;
  position:absolute;
  top:0;
  width:30px;
  margin-right:20px;
  margin-top:5px;
  border-radius:50%;
  font-size:14px;
  color:#fff;
  line-height:30px;
  text-align:center;
}
.showDetails li i{
  font-style:normal;
  font-size:15px;
  display:inline-block;
  /*margin-left:*/
}
.showDetails li .roleName{
  margin-left:40px;
  line-height:30px;
  min-height:30px;
  color:#000;
  position:absolute;
  top:5px;
  width:70px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.showDetails li .normalText{
  /*position:absolute;*/
  min-height:40px;
  line-height:40px;
  width:700px;
  margin-left:130px;

}
.showDetails li .normalTextShow{
  min-height:40px;
  line-height:40px;
  width:555px;
  margin-left:130px;
  text-align:left;
}
.showDetails li .wordBox b{
  font-weight:normal;
}
.showDetails li .wordBox1 b{
  font-weight:normal;
}
.showDetails li .maohao{
  position:absolute;
  color:#000;
  left:137px;
}
.redSpan{
  background:#f70110;
}
.blueSpan{
  background:#05a2d7;
}
.greenSpan{
  background:#0faf11;
}
.shadow{
    z-index: 99999;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}
.stoper{
    z-index: 999999;
    position: fixed;
    top:50%;
    left:50%;
    width:318px;
    height: 218px;
    margin: -109px -159px;
    overflow: hidden;
    border:#c4edae solid 1px;
    border-radius: 5px;
    background: #fff;
}
.stoper .stoper-box{
    padding-top:25px;
    text-align: center;
}
.stoper .respond{
    display: block;
    width:120px;
    height: 40px;
    margin:16px auto 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background: #5bc0de;
}
.fs_bg1{
  color:#f37153;
  background:url('../images/score1.png') no-repeat center;
}
.fs_bg2{
  color:#52c4e9;
  background:url('../images/score2.png') no-repeat center;
}
.fs_bg3{
  color:#8dc238;
  background:url('../images/score3.png') no-repeat center;
}
.rp_grade{
  z-index:2;
  top:20px;
  right:30px;
}
.disable-score {
    width: 90px;
    height: 30px;
    display: inline-block;
    color: #FFF;
    line-height: 30px;
    background: #999;
    border-radius: 15px;
    cursor: default;
}

@font-face{
    font-family: myFirstFont;
    src: url('../lingoes.ttf');
} 
#yinbiao{
    font-family: myFirstFont;
    font-size: 20px;
    padding-left:10px;
    position: relative;
    top: -2px;
}
#yinbiao .redText,#yinbiao.greenText,#yinbiao.blueText{
    position: relative;
    top: -1px;
}
#yinbiao .redText{
    color:#eb0000;
}
#yinbiao .greenText{
    color: #00b200;
}
#yinbiao .blueText{
    color: #04a3d7;
}
/*帮助中心浮选框*/
.collar{
    position: fixed;
    top:50%;
    left:50%;
    width:43px;
    height: 178px;
    margin:-90px 510px;
    border:#5cb600 solid 1px;
    border-radius: 5px;
    overflow: hidden;
}
.collar .record-toper{
    display: block;
    padding-top:6px;
    width:100%;
    height: 76px;
    overflow: hidden;
    background: #5cb600;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    border-radius: 5px 5px 0 0;
}
.collar .record-toper span{
    display: block;
    width:23px;
    height: 32px;
    overflow: hidden;
    margin:0 auto 5px;
    background: url('../images/record.png') no-repeat;
}
.collar .record-size{
    display: block;
    padding:8px 14px 0 14px;
    height: 88px;
    font-size: 16px;
    line-height: 20px;
    color: #4a9200;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

/**
*评测失败弹窗样式
**/
.pcErrBg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    width: 100%;
    background: rgba(0,0,0,0.15);
}
.pcErrBox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 305px;
    height: 180px;
    margin-top: -90px;
    margin-left: -152.5px;
    background: #fff;
    border: 1px solid #c4edae;
    border-radius: 5px;
}
.pc_closeBtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 14px;
    width: 14px;
    height: 13px;
    background: url('../images/closealert.png') no-repeat center;
    background-size: 100% 100%;
}
.pc_title {
    margin-top: 54px;
    height: 23px;
    font-size: 14px;
    color: #333;
    text-indent: 88px;
    background: url('../images/!icon.png') no-repeat 45px 0;
}
.pc_okBtn {
    display: block;
    width: 78px;
    height: 28px;
    margin: 38px auto;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    background: #5cb85c;
    border: 1px solid #4fab4f;
    border-radius: 5px;
    cursor: pointer;

}

.section .example{
    text-align: right;
    padding: 0 15px;
    line-height: 40px;
    font-size:12px;
} 
.section .example .btn{
    color:#f60011;
}
.section .example .btn em{ 
    background-color:#f60011;
}
.section .example .middle{
    color:#04a3d7;
}
.section .example .middle em{
    background-color:#04a3d7;
}
.section .example .top{
    color:#0eaf0e;
}
.section .example .top em{ 
    background-color:#0eaf0e;
}

.section .example span{ 
    margin-right: 5px;
}
.section .example em{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius: 50%; 
    margin-right: 5px;
}
.section .example img{
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
    padding-bottom: 2px;   
}
/*示例 end*/
/*评分用的 颜色*/
.section .color_red_border{
    border:1px solid #f60011 !important;
}
.section .color_blue_border{
    border:1px solid #04a3d7 !important;
}
.section .color_green_border{ 
    border:1px solid #0eaf0e !important;
}
.section .color_red_back{
    background-color:#f60011 !important;
}
.section .color_blue_back{
    background-color:#04a3d7 !important;
}
.section .color_green_back{ 
    background-color:#0eaf0e !important;
}
.section .color_red{
    color:#f60011 !important;
}
.section .color_blue{
    color:#04a3d7 !important;
}
.section .color_green{ 
    color:#0eaf0e !important;  
}
/*评分用的 颜色 end*/

.section em , .section i { /*去掉 em 和 i 的斜体状态*/
    font-style: inherit;
}

/*播放按钮*/
.section .description .imgdiv{
    width:30px; 
    height: 30px;
    overflow:hidden;
    margin-right:10px;
    border-radius: 50%;
    margin:auto;
}  
.section .description .imgdiv img{
    padding-left: 2px;   
}
.section .description .img1 , .section .description .img2{
    width: 30px;
    height: 30px;
    margin:auto;
    border-radius: 50%;
    position: absolute;
    background-color:#7EAC32;
    line-height: 30px;
    text-align: center;
}
.section .description .img1:hover, .section .description .img2:hover{
    background-color:#658728; 
}
.section .description .img2{
    display: none;
}
.section .description .start_play div{
    background-color: #658728; 
}
.section .description .start_play .img1{ /*切换 img*/ 
    display: none;
} 
.section .description .start_play .img2{ /*切换 img*/ 
    display: block;
} 
/*播放按钮 end*/ 

.section .description .score{ /*分数 圆圈*/
    display: inline-block;
    width:30px;
    height: 30px;
    line-height:30px;
    text-align: center;
    font-size: 14px; 
    margin-right: 15px; 
    margin-left: 20px; 
    border-radius: 50%; 
     float: left;
}
.section .description .word{ /*每个单词*/
    display: inline;
    width: auto;
    font-size: 16px;
    line-height: 28px;
    float: left;
    padding: 0 2px;
    font-family: 'Times New Roman';
}
.section .coreBoxr .core .reform { /*再练习一次 按钮*/
    display: block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    margin:30px auto;
    background-color: #93b758;
    font-size: 14px;
    color:#fff; 
    text-align: center;
    
}

/*标题*/ 
.section .topic-title { 
    width: 100%;
    line-height: 40px;
    height: 40px;
    background-color: #e7e7e7;
}
.section .topic-title .module .solo , .section .topic-title .module .case , .section .topic-title .module .analyze {
    height: 100%;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    float: left; 
    text-align: center;
    border-right: 1px solid #dcdcdc;
}
/*标题 end */ 
/*行*/
.section .coreBoxr .core .tr { 
    height: 50px;
    line-height: 50px;
    float: left;
    border-bottom: 1px solid #dcdcdc;
}
/*行 end */
/*星星*/
.section .coreBoxr .star{
    width: 100%;
    line-height:23px; 
    padding:0 10px;
    margin:0 3px;
    clear: both;
}
.section .coreBoxr .star span{
    font-size: 14px;
    color:#333333;
    float: left;
}
.section .coreBoxr .star em{
    display: inline-block;
    width:8px;
    height: 16px;
    float: left;
    margin-top: 3px;
}
.section .coreBoxr .star em:nth-child(even){
    margin-left: 5px;
    background: url(../images/star_h_left.png) no-repeat center;
} 
.section .coreBoxr .star em:nth-child(odd){
    
    background: url(../images/star_h_right.png) no-repeat center;
}

.section .coreBoxr .star .em:nth-child(even){
    background: url(../images/star_s_left.png) no-repeat center;
}
.section .coreBoxr .star .em:nth-child(odd){
    background: url(../images/star_s_right.png) no-repeat center;
}
/*星星 end*/


/*单词跟读*/
.section .word-area .topic-title .module {
    float: left; 
    width: 100%;
}
.section .word-area .topic-title .module .solo {
    width: 71px; 
}
.section .word-area .topic-title .module .case {   
    width: 573px;
} 
.section .word-area .tr { 
    width: 100%;
} 

.section .word-area .tr .left {
    width: 71px; 
    height: 32px;
    padding: 9px 0px;
    border-right: 1px solid #dcdcdc;
}
.section .word-area .tr .left, .tr .right {
    float: left;
    border-right: 1px solid #dcdcdc;
}  
.section .word-area .tr .right {
    width: 573px;
    padding: 9px 0;
}
.section .word-area .tr em, .tr i {
    font-style: inherit;
    line-height: 30px;
    float: left;
    font-size: 16px;
    font-family: 'Times New Roman';
}
/*单词跟读 end */
 
/*句子跟读*/
.section .sentence-area {

}
.section .sentence-area table{
    width: 100%;
}
.section .sentence-area table td{
    padding: 5px 0;
}
.section .sentence-area .topic-title .solo{
    width: 10%;
    border-right: 1px solid #dcdcdc;
}
.section .sentence-area .topic-title .case{
    width: 53%;
    border-right: 1px solid #dcdcdc;
}
.section .sentence-area .topic-title .analyze{
    width: 27%;
}

.section .sentence-area .tr .left{
    width: 10%;
    border-right: 1px solid #dcdcdc;
}
.section .sentence-area .tr .right{
    width: 53%;
    text-align: left;
    border-right: 1px solid #dcdcdc;
    text-align: left;
    position: relative;
}
.section .sentence-area .tr .text{
    text-align: left;
    width: 87%;
    float: right;
}
.section .sentence-area .tr .analyze{
    width: 27%;
}

.section .coreBoxr .sentence-area .tr{
    height: auto;
    float: none;
}
.section .coreBoxr .sentence-area .tr td{
    float: none;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}
.section .coreBoxr .sentence-area .tr .score {
    margin-right: 10px;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
}
.sentence{
    float: left;
    width: 86%;
}
/*句子跟读 end*/
/*听单词选图片*/
.section .coreBoxr .selectimg-area{
    
}
.section .coreBoxr .selectimg-area .option{
    width: 75px;
    height: 75px;
    margin:5px auto;
    
    overflow: hidden;
    position: relative;
}
.section .coreBoxr .selectimg-area .option .optionimg{
    width: 100%;
}
.section .coreBoxr .selectimg-area .option .correctimg , .section .coreBoxr .selectimg-area .option .mistakeimg{
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 20px;
}
.section .selectimg-area .topic-title .solo{
    width: 10%;
    border-right: 1px solid #dcdcdc;
}
.section .selectimg-area .topic-title .case{
    width: 40%;
    border-right: 1px solid #dcdcdc;
}
.section .selectimg-area .topic-title .analyze{
    width: 40%;
}

.section .selectimg-area .tr .left{
    width: 10%;
    border-right: 1px solid #dcdcdc;
}
.section .selectimg-area .tr .right{
    width: 40%;
    text-align: left;
    border-right: 1px solid #dcdcdc;
    text-align: left;
    position: relative;
}
.section .selectimg-area .tr .analyze{
    width: 40%;
} 

.section .selectimg-area .tr .analyze p{
   line-height: 30px;
} 

/*听单词选图片 end*/

/*智能听写*/
.section .capacity-area .tr td p{
    text-align: center;
}  
.section .capacity-area .tr .word{
    float: none;
}  
.loading_gif{
    position: absolute;
    right: 20px;
    margin-left: 25px;
    width: 750px;
    float: left;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #EDEDED url(../images/loding.gif) no-repeat;
    background-position: 50% 41%;
    z-index: 102;
    display: none;
}
.loading_gif p{
    position: absolute;
    top: 48%;
    width: 100%;
    height: 25px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #999;
    word-spacing: 8px;
    letter-spacing: 1px;
}
/*智能听写 end*/
@media (max-width:1150px) {
    .collar {
        left: inherit;
        right: 0;
        margin:-90px 0;
    }
}
.unDataBox {
    width: 351px;
    height: 154px;
    border: #c4edae solid 1px;
    border-radius: 5px;
}
.unDataBox .dataBoxContent {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #767676;
    text-align: center;
}

/**
*--模拟测试记录重构样式
*--支持宁波、石景山、长沙试卷
*--由于仅包含听力的试卷不做修改，所以原有样式保持不动，后期可以单独提出去
*--再原有样式基础作修改的类名命名方式为：原有类名_1
*--programmer:Monkey·WH
**/
 .data_1 .grades_span {
    display: block;
    height: 60px;
    padding-left: 10px;
    color: #333;
    text-align: left;
}
 .data_1 .grades_span i {
    display: block;
    float: left;
    height: 60px;
    margin-left: 8px;
    font-size: 18px;
    color: #ff0000;
    line-height: 64px;
    font-style: normal;
}
 .data_1 .grades_span span {
    display: block;
    float: left;
    height: 60px;
    margin-left: 10px;
    font-size: 14px;
    color: #333;
    line-height: 64px;

}
 .data_1 .grades_span .grades_title {
    font-size: 20px;
    line-height: 60px;
    margin-left: 0;
}
 .data_1 table {
    width: 100%;
    border-collapse: collapse;
}
 .data_1 td {
    height: 35px;
    width: 25%;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 35px;
    border: 1px solid #d2d2d2;
    background: #FFF;
}
 .data_1 .tit1 {
    background: #e7e7e7;
}
 .data_1 {
    padding: 0 8px;
    padding-bottom: 20px;
    background: #fff;
}

.questionsBox_1 {
    padding: 0 8px;
    background: #fff;
    overflow: hidden;
}

.eachQuestionBox {
    margin-bottom: 10px;
}

.questionsBox_1 .eachQuestionBox .title_1 {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: left;
    background: #ffecd4;

}

.hear_cation .questionsBox_1 .title_1 {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: left;
    background: #98e4fc;
}

.hear_cation .questionsBox_1 .questionDetails {
    padding: 12px 20px 20px 20px;
    border: 1px solid #98e4fc;
    background: #fff;
}

.questionsBox_1 .questionDetails {
    padding: 12px 20px 20px 20px;
    border: 1px solid #ffecd4;
    background: #fffbf7;
}

.questionsBox_1 .questionDetails p{
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.questionsBox_1 .questionDetails h1 {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: left;
    font-weight: normal;
}

.questionsBox_1 .eachQuestionBox .tipDiv {
    /* padding: 0 0 7px 0; */
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: left;
}

.eachQuestionBox .rawMusicBox {
    height: 40px;
    margin-bottom: 10px;
}

.eachQuestionBox .rawMusicBox .rawMusicText {
    display: block;
    float: left;
    width: 72px;
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: left;
}

.rawMusicBox audio {
    float: left;
    margin-top: 4px;
}

.rawMusicBox .gradeColorBox {
    float: right;
    width: 225px;
    height: 26px;
    padding-left: 10px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 26px;
    background: #fff;
}

.rawMusicBox .gradeColorBox span {
    display: block;
    float: left;
    width: 60px;
    height: 26px;
    padding-left: 12px;
    font-size: 12px;
    line-height: 26px;
}

.rawMusicBox .gradeColorBox .redSpan {
    color: #f60011;
    background: url('../images/score-c1.png') no-repeat left center;
}

.rawMusicBox .gradeColorBox .greenSpan {
    color: #0eaf0e;
    background: url('../images/score-c3.png') no-repeat left center;
}

.rawMusicBox .gradeColorBox .blueSpan {
    color: #04a3d7;
    background: url('../images/score-c2.png') no-repeat left center;
}

.eachQuestionBox .rawText {
    padding: 0 0 6px 0;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: left;
}

.eachQuestionBox .rawText i {
    height: 24px;
    font-size: 14px;
    text-align: left;
}

.eachQuestionBox .rawText h3 {
    height: auto;
}

.eachQuestionBox .rawText span {
    display: block;
    text-align: right;
}

.eachQuestionBox .rawText .redTextSpan {
    color: #f60011;
}

.eachQuestionBox .rawText .blueTextSpan {
    color: #04a3d7;
}

.eachQuestionBox .rawText .greenTextSpan {
    color: #0eaf0e;
}

.eachQuestionBox .tableBox {
    margin: 12px 0;
}

.eachQuestionBox .rowLine {
    /* height: 1px; */
    margin: 20px 0 20px 0;
    border-top: 1px dashed #a6a6a6;
    /* background: #dcdcdc; */
}

.eachQuestionBox .irPic {
    display: block;
    /* height: 190px; */
    width: 100%;
    margin-top: 8px;
    border: 1px solid #ccc;
}

.eachQuestionBox .questionTip {
    margin-top: 8px;
    padding: 5px 0 5px 16px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: left;
    background: #f5f5f5;
}

.eachQuestionBox .questionSelectBox {
    margin: 10px 0 10px 0;
}

.eachQuestionBox .questionSelectBox .listenQue {
    font-size: 14px;
    color: #333;
    text-align: left;
}

.eachQuestionBox .questionSelectBox .selectBox_1 {
    margin: 14px 0 20px 0;
    padding-left: 10px;
    text-align: left;
}

.eachQuestionBox .questionSelectBox .selectBox_1 span {
    margin-right: 36px;
    font-size: 14px;
    color: #333;

}

.selectBox_1 .select_pic_box {
    float: left;
    width: 120px;
    margin-right: 50px;
    text-align: center;
}

.selectBox_1 .select_pic_box dt {
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #ececec;
    text-align: center;
}

.selectBox_1 .select_pic_box dd {
    margin-top: 3px;
    font-size: 14px;
    color: #333;
}

.selectBox_1 .select_pic_box dt img {
    max-width: 80px;
    max-height: 80px;
}

.selectBox_1 .select_box {
    float: left;
}

.selectBox_1 .select_box .flag_box {
    font-size: 14px;
    float: left;
}

.eachQuestionBox .tableBox table {
    width: 100%;
    border-collapse: collapse;
}

.eachQuestionBox .tableBox table td {
    width: 33.3333%;
    height: 40px;
    border: 1px solid #ccc;
}

.eachQuestionBox .tableBox table .listenTd {
    width: 25%;
    height: 40px;
    border: 1px solid #ccc;
}

.eachQuestionBox .tableBox table .answerTr td {
    height: 48px;
}

.eachQuestionBox .tableBox table .answerTr span {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    /* margin-top: 6px; */
    font-size: 16px;
    line-height: 34px;
    text-align: center;
}
.eachQuestionBox .tableBox table .answerTr .playMyAudio {
    background: url('../images/t_paly.png') no-repeat center;
    background-size: 34px 34px;
}

.eachQuestionBox .tableBox table .answerTr .playing_1 {
    background: url('../images/t_paly_on.png') no-repeat center;
    background-size: 34px 34px;
}

.eachQuestionBox .starBox {
    height: 28px;
}


.eachQuestionBox .starBox .eachStarBox {
    float: left;
    height: 28px;
    margin-right: 20px;
}

.eachStarBox .starText {
    float: left;
    display: block;
    height: 28px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.eachStarBox .starSpan {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin-left: 4px;
    background: url('../images/nullStar.png') no-repeat center;
    background-size: 28px 28px;
}

.eachStarBox .fullStar {
    background: url('../images/fullStar.png') no-repeat center;
    background-size: 28px 28px;
}

.eachStarBox .halfStar {
    background: url('../images/halfStar.png') no-repeat center;
    background-size: 28px 28px;
}

.clearfl:after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfl {
    zoom: 1;
}
.read-toper{
    position: relative;
    width:721px;
    margin:0 auto;
}

.stu-relative{
    position: relative;
}


.limit-btn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding-left: 40px;
    text-align: left;
    background: #1FB7E9;
    border-radius: 15px;
    cursor: pointer;
}

.limit-btn.green_button {
    background: #5BB95B;
}

.limit-btn i {
    display: block;
    position: absolute;
    top: 6px;
    left: 20px;
    width: 13px;
    height: 16px;
    background: url('../images/lock-icon.png') no-repeat;
    background-size: 100% 100%;
}


/**学生已完成列表新增历史作答记录,新增作业作答状态样式.**/
/*背景图*/
.unit-item span.bg {
    background: url(../images/redobg.jpg) repeat;
}
/*文字*/
.unit-item span.lab {
    display: inline-block;
    color:orangered;
    font-size:10px;
    width: 30px;
    border-radius: 5px;
    padding:3px 3px 2px 2px;
    margin-left: 3px;
    padding-right: -1px;
}
