.englishDataRight img {
    margin-right: 6px;
}

.englishDataLeftSearch {
    width: 87.8%;
    height: 38px;
    text-indent: 9px;
    background: white;
    border: 1px solid rgba(197, 197, 197, 1);
    color: #666666;
    margin: 0 auto;
    display: block;
}

.englishDataLeft {
    width: 19%;
    overflow-x: hidden;
    padding-top: 20px;
    border-right: 1px solid #ccc;
    display: inline-block;
    float: left;
}

#englishData {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.englishDataLeftSelect {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 785px;
    overflow-y: auto;
}

.selectStu {
    width: 100%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(90deg, #fff, #fff, #fff),
        linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(204, 204, 204, 1), rgba(255, 255, 255, 1));
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.onSelectStu {
    color: #57a5e5;
}

.englishDataRight {
    display: inline-block;
    min-height: 815px;
    width: 100%;
}

.disFlex {
    display: flex;
}

.nameTitle {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
}

.nameTitle img {
    margin-right: 10px;
}

.selectModel {
    display: flex;
    justify-content: center;
}

.selectModel span {
    width: 100px;
    height: 36px;
    margin: 0 5px;
    background: #f7f8fa;
    border-radius: 100px;
    text-align: center;
    line-height: 36px;
    color: #888;
    font-weight: bold;
    cursor: pointer;
}

.selectModel span:hover {
    color: var(--color-base-primary);
}

.selectModel .onSelect {
    width: 100px;
    height: 36px;
    background: var(--color-base-primary);
    border-radius: 100px;
    color: #fff;
}

.selectModel .onSelect:hover {
    color: #fff;
}

.contentTitleCss {
    border-left: 6px solid var(--color-base-primary);
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    padding-left: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 19px;
    margin: 30px 0;
}

.flexSpan {
    display: flex;
    align-items: center;
}

.edrCss {
    width: 158px;
    height: 26px;
    background: white;
    border: 1px solid rgba(197, 197, 197, 1);
    cursor: pointer;
    margin: 0 6px;
    text-indent: 8px;
    color: #666666;
    border-radius: 2px;
}

.edrsCss {
    width: 98px;
    height: 28px;
    background: white;
    border: 1px solid rgba(197, 197, 197, 1);
    text-align: center;
    cursor: pointer;
    margin-right: 23px;
    border-radius: 2px;
}

.edrcCss {
    color: white;
    background: var(--color-base-secondary);
    padding: 4px 5px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 2px;
    margin-left: 6px;
}

.flexDiv {
    display: flex;
    justify-content: space-between;
}

.flexDiv > div {
    width: 446px;
    height: 210px;
}

.flexDiv > .leftDiv {
    width: 600px;
    background: var(--color-secondary-fifth);
    border-radius: 8px;
}

.rightDiv {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.rightDiv > div {
    width: 210px;
    height: 99px;
    background: var(--color-secondary-fifth);
    border-radius: 8px;
    padding: 16px 31px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.rightDiv > div > div {
    text-align: left;
}

.rightDiv > div > div:first-child {
    color: #888888;
    font-size: 16px;
    margin-bottom: 12px;
}

.rightDiv > div > div:last-child {
    color: #4d4d4d;
    font-size: 24px;
}

.barCss {
    width: 100%;
    height: 12px;
    background: #dee0e2;
    border-radius: 6px;
    display: inline-block;
    box-sizing: border-box;
}

.barCss span {
    height: 12px;
    background: linear-gradient(90deg, var(--color-base-primary) 0%, #29cfb3 100%);
    border-radius: 6px;
    display: inline-block;
    float: left;
}

.leftDiv {
    padding: 13px 31px;
    box-sizing: border-box;
}

.left1Css,
.left3Css,
.left4Css {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #4c4c4c;
}

.left1Css > span:last-child {
    font-size: 30px;
    color: var(--color-base-primary);
}

.left1Css {
    margin-bottom: 6px;
}

.left2Css {
    margin-bottom: 6px;
}

.left3Css {
    font-size: 14px;
    color: var(--color-base-primary);
    margin-bottom: 22px;
}

.left4Css {
    padding-top: 24px;
    border-top: 1px solid #d3e4e0;
    color: #888;
}

.yx,
.ljfx,
.wx {
    color: #4d4d4d;
    font-size: 20px;
}

.studyData {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    background: #f7f6f9;
    border-radius: 8px;
}

.studyData > div {
    width: 298px;
    height: 70px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.studyData > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.studyData > div:not(:last-child) {
    border-right: 1px solid #e4e3e6;
}

.fontCss {
    font-size: 24px;
    margin: 0 5px;
}

.colFF9607 {
    color: #ff9607;
}

.colF7BD33 {
    color: #f7bd33;
}

.col0084FF {
    color: #0084ff;
}

.col30B382 {
    color: var(--color-base-primary);
}

.studyLinkDataCss {
    margin-top: 30px;
    color: #4c4c4c;
}

.studyLinkDataCss > div {
    height: 42px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
}

.studyLinkDataCss > div:nth-child(2n + 1) {
    background: #f7f6f9;
}

.studyLinkDataCss > div > span {
    width: 16%;
}

.studyLinkDataCss > div > span:nth-child(3) {
    width: 20%;
}

.circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: 6px;
}

.contentDiv2 {
    margin-top: 50px;
}

.sentenceDiv {
    display: none;
}

.allTimeInfo:hover,
.studyNum:hover,
.haveDone:hover {
    cursor: pointer;
    color: var(--color-base-primary);
}

.studyNum:hover .colFF9607.fontCss,
.haveDone:hover .colFF9607.fontCss,
.allTimeInfo:hover .yx,
.allTimeInfo:hover .ljfx,
.allTimeInfo:hover .wx,
.rightDiv .allTimeInfo:hover > * {
    cursor: pointer;
    color: var(--color-base-primary) !important;
}

.showEnglishInfoTitle {
    max-width: 138px;
    height: 34px;
    margin: 0 auto;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    background: var(--color-base-primary);
    border-radius: 4px;
    display: none;
}

.showEnglishInfoTab {
    margin-top: 35px;
    display: none;
}

.showEnglishInfoTab_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
}

.showEnglishInfoTab_title .tab {
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    border-radius: 6px 6px 0px 0px;
    padding: 5px 10px;
    margin-right: 10px;
    cursor: pointer;
}

.showEnglishInfoTab_content {
    min-height: 697px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
}

.showEnglishInfoTab_content_item {
    padding: 22px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    border-top: 1px dashed #cfcfcf;
    border-bottom: 1px dashed #cfcfcf;
    color: #333333;
    cursor: pointer;
}

.showEnglishInfoTab_content_item:nth-of-type(2) {
    border-top: none;
}

.showEnglishInfoTab_content_item_tit {
    display: flex;
    justify-content: start;
    align-items: center;
}

.showEnglishInfoTab_content_item_eng {
    min-height: 31px;
    margin: 10px 10px -10px 18px;
    display: none;
}

.showEnglishInfoTab_content_item_eng_span {
    display: inline-block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
    padding: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: default;
}

.showEnglishInfoTab_content_item_eng_span.select {
    display: inline-block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
    padding: 8px;
    border: 1px solid var(--color-base-primary);
    background: #edfaf4;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: default;
}

.contentDiv2.history {
    margin-top: 0;
}

.contentDiv2.history .contentTitle {
    border-left: none;
    margin-left: 12px;
    margin-right: 20px;
}

.historyBox {
    padding: 20px;
    border-top: 1px dashed #cfcfcf;
}

.jzItem {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5px 0;
    cursor: default;
}

.jzItem:first-of-type {
    padding: 0 0 5px 0;
}

.jzItem .cont {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
}

.jzItem .circular {
    margin-right: 5px;
    width: 8px;
    height: 8px;
    background: #cccccc;
    border-radius: 50%;
}

.backCss {
    color: #666;
    font-size: 16px;
    float: right;
    margin-right: 20px;
    font-weight: normal;
    display: flex;
    align-items: center;
    cursor: pointer;
}
