/********** style.css **********/

/********** login 页面样式 **********/
.page-login .main {
    min-width: 1200px;
    min-height: 100%;
    overflow: hidden;
    background: url("../images/bg/bg_login.jpg") no-repeat left top / cover;
    display: flex;
    flex-direction: row;
}

.page-login .login-info {
    flex: 1;
    box-sizing: border-box;
    padding: 128px 0px 20px 0px;
    text-align: center;
    cursor: default;
}

.page-login .login-info .content-wrapper {
    display: inline-block;
    text-align: left;
}

.page-login .login-info .logo img {
    width: 86px;
}

.page-login .login-info .title {
    margin-top: 40px;
    font-family: SourceHanSansCN;
    font-weight: 800;
    font-size: 54px;
    line-height: 61px;
    color: #0D2042;
}

.page-login .login-info .title-sub {
    margin-top: 33px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    color: #0072FF;
}

.page-login .login-form {
    flex-shrink: 0;
    width: 579px;
    box-sizing: border-box;
    padding: 83px 68px 10px 68px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(50px);
}

.page-login .login-form .form-title {
    font-weight: 600;
    font-size: 32px;
    color: #0D2042;
    line-height: 45px;
}

.page-login .login-form .zm-form {
    margin-top: 150px;
}

.page-login .login-form .zm-form input[type="text"],
.page-login .login-form .zm-form input[type="password"] {
    padding: 10px 0px;
    border: none;
    border-bottom: 1px solid #6585BD;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
}

.page-login .login-form .zm-form input::placeholder,
.page-login .login-form .zm-form input::-webkit-input-placeholder {
    color: #96A6C4;
}

.page-login .login-form .zm-form .vercode-wrapper {
    position: relative;
}

.page-login .login-form .zm-form .vercode-wrapper img {
    position: absolute;
    right: 0;
    bottom: 3px;
    height: 40px;
    cursor: pointer;
}

.page-login .login-form .form-btn {
    margin-top: 135px;
}

.page-login.register .login-form .form-btn {
    margin-top: 159px;
}

.page-login .login-form .form-btn .form-btn-aux {
    margin-bottom: 4px;
    font-size: 16px;
    color: #0D2042;
    line-height: 20px;
    text-align: right;
}

.page-login .login-form .form-btn .zm-btn {
    width: 100%;
    padding: 16px 0px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.page-login .login-form .form-tips {
    margin-top: 28px;
}

.page-login .login-form a {
    color: #0072ff;
}

/********** index 页面样式 **********/
.page-index .row {
    display: flex;
    flex-direction: row;
}

.page-index .row:not(:first-child) {
    margin-top: 24px;
}

.page-index .row .zm-section:not(:first-child) {
    margin-left: 24px;
}

.page-index .zm-section.welcome {
    flex: 1;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 50px 32px;
}

.page-index .welcome .info {
    flex-grow: 1;
    flex-shrink: 1;
}

.page-index .welcome .info .menu {
    display: none;
}

.page-index .welcome .info .name {
    font-family: SourceHanSansCN;
    font-weight: bold;
    font-size: 26px;
    line-height: 39px;
}

.page-index .welcome .info .date {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
}

.page-index .welcome .info .details .detail {
    display: inline-block;
    margin: 16px 56px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #889397;
    word-break: break-word;
}

.page-index .welcome .info .details .detail:last-child {
    margin-right: 0;
}

.page-index .welcome .info .details .detail img {
    margin-right: 4px;
    height: 15px;
    vertical-align: middle;
}

.page-index .welcome ul.shortcuts {
    flex-shrink: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-index .welcome ul.shortcuts li {
    margin: 0px 0px 16px 16px;
    width: 117px;
    height: 90px;
    border-radius: 8px;
}

.page-index .welcome ul.shortcuts li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 15px 0px 0px 14px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0D2042;
}

.page-index .welcome ul.shortcuts li.ai {
    background: linear-gradient(180deg, #FFEEEE 0%, #FFFFFF 100%);
}

.page-index .welcome ul.shortcuts li.exercise {
    background: linear-gradient(180deg, #F5EEFF 0%, #FFFFFF 100%);
}

.page-index .welcome ul.shortcuts li.exam {
    background: linear-gradient(180deg, #FFF7F0 0%, #FFFFFF 100%);
}

.page-index .welcome ul.shortcuts li.grade {
    background: linear-gradient(180deg, #F3F4FF 0%, #FFFFFF 100%);
}

.page-index .welcome ul.shortcuts li img {
    margin-bottom: 6px;
    width: 32px;
    height: 32px;
}

/* 考试提醒 */
.page-index .zm-section.reminder {
    width: 320px;
}

.page-index ul.reminder-list {
    margin-top: 8px;
}

.page-index ul.reminder-list li {
    padding-bottom: 12px;
    border-bottom: 1px solid #ECEEF5;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-index ul.reminder-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.page-index ul.reminder-list li .exam-info {
    flex: 1;
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
}

.page-index ul.reminder-list li .exam-info .exam-name {
    font-weight: 600;
}

.page-index ul.reminder-list li .exam-info .exam-date {
    margin-top: 2px;
    color: #889397;
}

.page-index ul.reminder-list li .exam-info .exam-date img {
    margin-right: 4px;
    height: 16px;
    vertical-align: middle;
}

.page-index ul.reminder-list li .zm-btn {
    padding: 3px 6px;
    font-size: 10px;
    line-height: 14px;
}

/* 模式 */
.page-index .row.mode .zm-section {
    flex: 1;
    overflow: hidden;
}

.page-index .mode ul.statistics {
    margin-top: 11px;
    display: flex;
    flex-direction: row;
    cursor: default;
}

.page-index .mode ul.statistics li {
    margin-right: 16px;
    flex: 1;
    box-sizing: border-box;
    padding: 64px 12px 24px 12px;
    border-radius: 8px;
    background: #F5F7FB;
    overflow: hidden;
    position: relative;
}

.page-index .mode ul.statistics li:last-child {
    margin-right: 0;
}

.page-index .mode ul.statistics li .tag {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 5px 12px;
    border-radius: 8px 0px 12px 0px;
    background: #0072FF;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}

.page-index .mode ul.statistics li .tag.orange {
    background: #FF933D;
}

.page-index .mode ul.statistics li .nums {
    display: flex;
    flex-direction: row;
}

.page-index .mode ul.statistics li .nums>div {
    flex: 1;
    box-sizing: border-box;
    padding: 0px 12px;
    overflow: hidden;
}

.page-index .mode ul.statistics li .nums .num {
    font-family: DINAlternate;
    font-weight: bold;
    font-size: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-index .mode ul.statistics li .nums .text {
    margin-top: 8px;
    font-size: 14px;
    color: #889397;
}

/********** 只含一个表单的页面 页面样式 **********/
.page-form .zm-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.page-form .zm-content .zm-section {
    flex-grow: 1;
    padding-top: 30px;
}

.page-form .caption {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-form .caption i {
    display: inline-block;
    width: 33px;
    height: 20px;
    background: #F5F7FB;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.page-form .caption i::after {
    content: '';
    position: absolute;
    left: 14px;
    top: 6px;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-bottom: 2px solid #C0C4CC;
    border-left: 2px solid #C0C4CC;
    transform: rotate(45deg);
}

.page-form .caption span {
    margin-left: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.page-form .zm-form {
    margin: 86px auto 0px;
    width: 582px;
    max-width: 100%;
}

.page-form .zm-form .zm-form-item:not(:first-child) {
    margin-top: 24px;
}

.page-form .zm-form .zm-form-item .zm-form-label {
    margin-bottom: 10px;
}

/* 下拉框样式 */
.page-form .select2-container--default .select2-selection--single {
    border-radius: 6px !important;
}

.page-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}

.page-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #C0C4CC;
}

.page-form .select2-results__option {
    padding: 12px;
}

.page-form .pwd-eye {
    position: relative;
}

.page-form .pwd-eye img {
    position: absolute;
    right: 12px;
    top: 14px;
    height: 15px;
    cursor: pointer;
}

.page-form .zm-form .zm-form-item .pwd-eye input {
    padding-right: 42px;
}

.page-form .form-btn {
    margin-top: 83px;
    text-align: center;
}

.page-form .form-btn .zm-btn {
    padding: 10px 108px;
}

/********** password （修改密码）页面样式 **********/
.page-password .zm-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.page-password .zm-content .zm-section {
    flex-grow: 1;
    padding-top: 30px;
}

.page-password .caption {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-password .caption i {
    display: inline-block;
    width: 33px;
    height: 20px;
    background: #F5F7FB;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.page-password .caption i::after {
    content: '';
    position: absolute;
    left: 14px;
    top: 6px;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-bottom: 2px solid #C0C4CC;
    border-left: 2px solid #C0C4CC;
    transform: rotate(45deg);
}

.page-password .caption span {
    margin-left: 10px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.page-password .zm-form {
    margin: 86px auto 0px;
    width: 582px;
    max-width: 100%;
}

.page-password .zm-form .zm-form-item:not(:first-child) {
    margin-top: 24px;
}

.page-password .zm-form .zm-form-item .zm-form-label {
    margin-bottom: 10px;
}

.page-password .pwd-eye {
    position: relative;
}

.page-password .pwd-eye img {
    position: absolute;
    right: 12px;
    top: 14px;
    height: 15px;
    cursor: pointer;
}

.page-password .zm-form .zm-form-item .pwd-eye input {
    padding-right: 42px;
}

.page-password .form-btn {
    margin-top: 83px;
    text-align: center;
}

.page-password .form-btn .zm-btn {
    padding: 10px 108px;
}

/********** exercise （题库练习）页面样式 **********/
.page-exercise ul.shortcuts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-exercise ul.shortcuts {
    margin-left: -24px;
}

.page-exercise ul.shortcuts li {
    margin: 20px 0px 0px 24px;
    width: 310px;
    height: 149px;
    border-radius: 8px;
    background: linear-gradient(180deg, #DFF1FF 0%, #FFFFFF 100%);
    text-align: center;
}

.page-exercise ul.shortcuts li.mock {
    background: linear-gradient(180deg, #FFF7F0 0%, #FFFFFF 100%);
}

.page-exercise ul.shortcuts li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 33px 0px 0px 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #0D2042;
}

.page-exercise ul.shortcuts li img {
    margin-bottom: 11px;
    height: 55px;
}

.page-exercise .zm-section:not(:first-child) {
    margin-top: 24px;
}

/********** practiceChapter （练习模式-选择章节）页面样式 **********/
.page-practice-chapter .zm-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.page-practice-chapter .books {
    flex-grow: 1;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 12px;
    background: #FFFFFF;
}

.page-practice-chapter .books .book {
    margin-bottom: 24px;
    border-radius: 6px;
    overflow: hidden;
}

.page-practice-chapter .books .book:last-child {
    margin-bottom: 0;
}

.page-practice-chapter .books .book.expand {
    border: 1px solid #0072FF;
}

.page-practice-chapter .book .book-name {
    box-sizing: border-box;
    padding: 16px 70px 16px 32px;
    border-radius: 6px 6px 0px 0px;
    background: #F5F7FB;
    position: relative;
}

.page-practice-chapter .book .book-name::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 0;
    width: 26px;
    height: 100%;
    background: url("../images/icon/collapse.png") no-repeat center center / 26px 26px;
}

.page-practice-chapter .book.expand .book-name::after {
    background-image: url("../images/icon/expand.png");
}

.page-practice-chapter .book .book-name a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0D2042;
}

.page-practice-chapter .book .chapters-wrapper {
    display: none;
}

.page-practice-chapter .book.expand .chapters-wrapper {
    display: block;
    padding-bottom: 24px;
}

.page-practice-chapter .book ol.chapters {
    box-sizing: border-box;
    padding: 5px 12px 11px 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-practice-chapter .book ol.chapters>li {
    margin: 24px 0px 0px 0px;
    width: 20%;
    box-sizing: border-box;
    padding: 0px 20px 0px 0px;
}

.page-practice-chapter .book ol.chapters>li a {
    font-size: 14px;
    line-height: 20px;
    color: #0D2042;
}

.page-practice-chapter .book ol.chapters>li.parent>div {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.page-practice-chapter .book ol.chapters>li.parent>div::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 20px;
    background: url("../images/icon/chapter_collapse.png") no-repeat right center / 6px 10px;
    flex-shrink: 0;
}

.page-practice-chapter .book ol.chapters>li.parent.expand>div::after {
    width: 14px;
    background-image: url("../images/icon/chapter_expand.png");
    background-size: 10px 6px;
}

.page-practice-chapter .book ol.child-chapters {
    display: none;
}

.page-practice-chapter .book ol.child-chapters-wrapper {
    display: none;
}

.page-practice-chapter .book ol.child-chapters-wrapper.show {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 13px 32px 0px 32px;
    box-sizing: border-box;
    padding: 0px 24px 16px 0px;
    background: #F5F7FB;
    border-radius: 8px;
}

.page-practice-chapter .book ol.child-chapters-wrapper li {
    width: 20%;
    box-sizing: border-box;
    padding: 16px 0px 0px 24px;
}

.page-practice-chapter .book ol.child-chapters-wrapper li a {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

/********** practice （练习模式）页面样式 **********/
.page-practice .zm-content {
    display: flex;
    flex-direction: row;
}

.page-practice .zm-content .main {
    flex: 1;
}

/* 右侧内容 */
.page-practice .zm-content .right-side {
    margin-left: 24px;
}

.page-practice .statistics ul.nums {
    box-sizing: border-box;
    padding: 29px 10px 36px 10px;
    display: flex;
    flex-direction: row;
}

.page-practice .statistics ul.nums li {
    margin-left: 50px;
    text-align: center;
}

.page-practice .statistics ul.nums li:first-child {
    margin-left: 0;
}

.page-practice .statistics ul.nums li .num {
    font-family: DINAlternate, DINAlternate;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    color: #0D2042;
    word-break: break-all;
}

.page-practice .statistics ul.nums li .num.blue {
    color: #0072FF;
}

.page-practice .statistics ul.nums li .num.green {
    color: #5CA32F;
}

.page-practice .statistics ul.nums li .num .percent {
    font-size: 16px;
}

.page-practice .statistics ul.nums li .text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #889397;
}

.page-practice .statistics .zm-btn {
    padding: 10px;
    width: 100%;
}

/********** 试卷 样式 **********/
.page-paper .zm-content {
    padding-right: 368px;
    min-height: 100%;
    display: flex;
    flex-direction: row;
}

/* 考生信息 */
.page-paper .zm-content .examinee {
    margin-right: 24px;
    max-width: 230px;
}

.page-paper .examinee .photo {
    text-align: center;
}

.page-paper .examinee .photo img {
    width: 168px;
    max-width: 100%;
    border-radius: 8px;
}

.page-paper .examinee ul.examinee-info {
    margin-top: 16px;
}

.page-paper .examinee ul.examinee-info li {
    padding-top: 8px;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    line-height: 20px;
}

.page-paper .examinee ul.examinee-info li .label {
    color: #889397;
}

.page-paper .examinee ul.examinee-info li .value {
    flex: 1;
    text-align: right;
    word-break: break-word;
}

.page-paper .examinee .extra {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #D2D2D2;
}

.page-paper .examinee .extra .remain {
    text-align: center;
}

.page-paper .examinee .extra .remain .remain-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.page-paper .examinee .extra .remain .remain-time {
    margin-top: 4px;
    font-family: DINAlternate, DINAlternate;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #FF6666;
}

.page-paper .examinee .extra .hand-in {
    margin-top: 24px;
}

.page-paper .examinee .extra .hand-in .zm-btn {
    width: 100%;
    padding: 10px 0px;
}

.page-paper .examinee .extra .exam-info .exam-info-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.page-paper .examinee .extra .exam-info ul {
    padding-top: 6px;
}

.page-paper .examinee .extra .exam-info ul li {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
}

.page-paper .examinee .extra .exam-info ul li .label {
    color: #889397;
}

.page-paper .examinee .extra .exam-info ul li .value {
    margin-top: 4px;
    word-break: break-word;
}

.page-paper .examinee .extra .exam-info ul li .score {
    color: #0072FF;
}

/* 题目部分 */
.page-paper .zm-content .main {
    flex: 1;
}

/* 答题卡 */
.page-paper .zm-content .sheet-wrapper {
    position: fixed;
    right: 24px;
    top: 94px;
    bottom: 24px;
    width: 320px;
    overflow: hidden;
}

.page-paper .zm-content .sheet-wrapper .sheet.zm-section {
    height: 100%;
    padding: 21px 0px 0px 0px;
    display: flex;
    flex-direction: column;
}

.page-paper .sheet .zm-section-title {
    padding: 0px 24px 19px 24px;
}

.page-paper .sheet ul.nums {
    flex: 1;
    overflow-y: auto;
    margin: 0px 0px 0px 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.page-paper .sheet ul.nums li {
    margin: 0px 0px 8px 8px;
    width: 32px;
    height: 32px;
}

.page-paper .sheet ul.nums li .num {
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    background: #F2F3F8;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    color: #B6B6BE;
    text-align: center;
    overflow: hidden;
}

.page-paper .sheet ul.nums li .num.blue {
    background: #0072FF;
    color: #fff;
}

.page-paper .sheet ul.nums li .num.green {
    background: #5CA32F;
    color: #fff;
}

.page-paper .sheet ul.nums li .num.red {
    background: #FF6666;
    color: #fff;
}

.page-paper .sheet .legend {
    box-sizing: border-box;
    padding: 16px 24px 16px 8px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px -4px 8px 0px rgba(106, 106, 106, 0.07);
    text-align: right;
    font-size: 0;
}

.page-paper .sheet .legend-item {
    display: inline-block;
    margin-left: 16px;
}

.page-paper .sheet .legend-item i {
    display: inline-block;
    margin-top: 3px;
    margin-right: 6px;
    width: 14px;
    height: 14px;
    background: #F1F3F8;
    vertical-align: top;
}

.page-paper .sheet .legend-item i.blue {
    background: #0072FF;
}

.page-paper .sheet .legend-item i.green {
    background: #5CA32F;
}

.page-paper .sheet .legend-item i.red {
    background: #FF6666;
}

.page-paper .sheet .legend-item span {
    font-size: 14px;
    line-height: 20px;
    color: #7A7A7A;
}

/* 移动端 */
.page-paper .sheet .bar-mobile,
.page-paper .sheet .examinee-info-wrapper {
    display: none;
}

/********** examEntrance （在线考试入口）页面样式 **********/
.page-exam-entrance .zm-content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.page-exam-entrance .zm-content .zm-section {
    flex-grow: 1;
}

.page-exam-entrance .reminders {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-exam-entrance .reminders .reminder-item {
    margin: 120px 0px 0px 0px;
    width: 50%;
    box-sizing: border-box;
    padding: 0px 20px;
    text-align: center;
}

.page-exam-entrance .reminders .reminder-item .reminder-title {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #0D2042;
}

.page-exam-entrance .reminders .reminder-item .reminder-title em {
    font-style: normal;
    color: #FF933D;
}

.page-exam-entrance .reminders .reminder-item .reminder-content {
    margin-top: 24px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #0D2042;
}

.page-exam-entrance .reminders .reminder-item .reminder-btn {
    margin-top: 60px;
}

.page-exam-entrance .reminders .reminder-item .reminder-content+.reminder-btn {
    margin-top: 90px;
}

.page-exam-entrance .reminders .reminder-item .zm-btn {
    width: 272px;
    max-width: 100%;
    padding: 10px 0px;
    overflow: hidden;
}

.page-exam-entrance .reminders .reminder-item .zm-btn:disabled {
    background: #F2F3F8;
    color: #B6B6BE;
    cursor: default;
}

/********** gradeAnalysis （成绩分析）页面样式 **********/
.page-grade-analysis .zm-section.overview {
    padding: 27px 32px 32px 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.page-grade-analysis .overview .name {
    font-weight: 600;
    font-size: 26px;
    color: #0D2042;
    line-height: 37px;
}

.page-grade-analysis .overview .details .detail {
    display: inline-block;
    margin: 18px 56px 0px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #889397;
    word-break: break-word;
}

.page-grade-analysis .overview .details .detail:last-child {
    margin-right: 0;
}

.page-grade-analysis .overview .details .detail img {
    margin-right: 4px;
    height: 15px;
    vertical-align: middle;
}

.page-grade-analysis .overview .zm-btn {
    padding: 10px 42px;
}

/* 移动端 */
.page-grade-analysis .zm-section.overview-mobile {
    display: none;
}

/* 成绩 */
.page-grade-analysis .score-suggestion {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
}

.page-grade-analysis .score-suggestion .zm-section.score {
    flex-shrink: 0;
    width: 290px;
    padding-top: 36px;
    text-align: center;
}

.page-grade-analysis .score-suggestion .score .title {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}

.page-grade-analysis .score-suggestion .score .chart {
    margin: 0 auto;
}

.page-grade-analysis .score-suggestion .score .extra {
    margin-top: 21px;
    font-size: 14px;
    line-height: 24px;
}

.page-grade-analysis .score-suggestion .score .extra .num {
    color: #FF933D;
}

.page-grade-analysis .score-suggestion .zm-section.suggestion {
    flex: 1;
    margin-left: 24px;
    padding-right: 0;
}

.page-grade-analysis .score-suggestion .suggestion .suggestion-content {
    margin-top: 18px;
    padding-right: 24px;
    max-height: 220px;
    overflow-y: auto;
}

.page-grade-analysis .score-suggestion .suggestion p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
}

.page-grade-analysis .score-suggestion .suggestion p:first-child {
    margin-top: 0;
}

/* 题目分析 */
.page-grade-analysis .zm-section.questions {
    margin-top: 24px;
}

.page-grade-analysis .headline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.page-grade-analysis .headline ul.question-tab {
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    overflow: hidden;
}

.page-grade-analysis .headline ul.question-tab li {
    width: 84px;
    box-sizing: border-box;
    padding: 5px 0px;
    background: #F2F3F8;
    font-size: 14px;
    line-height: 20px;
    color: #B6B6BE;
    text-align: center;
    cursor: pointer;
}

.page-grade-analysis .headline ul.question-tab li.active {
    background: #0072FF;
    color: #fff;
    cursor: default;
}

.page-grade-analysis .status-correct {
    color: #5CA32F;
}

.page-grade-analysis .status-error {
    color: #FF6666;
}

/********** quiz （我的题库）页面样式 **********/
.page-quiz .zm-section .zm-section-title .aux {
    margin-left: 4px;
    font-weight: normal;
    font-size: 14px;
}

.page-quiz .zm-table-wrapper .zm-table thead {
    display: none;
}

.page-quiz .zm-table-wrapper .zm-table td {
    border: none;
    padding: 12px 0px;
}

.page-quiz .zm-question-wrapper .zm-question {
    font-size: 16px;
    line-height: 22px;
}

.page-quiz .zm-question-wrapper ul.zm-options {
    padding: 0;
}

.page-quiz .zm-question-wrapper ul.zm-options li {
    margin-top: 6px;
}

.page-quiz .zm-table-wrapper .zm-question-wrapper ul.zm-options li {
    display: inline-block;
}

.page-quiz .zm-table-wrapper .zm-question-wrapper ul.zm-options li:not(:last-child) {
    margin-right: 40px;
}

.page-quiz .zm-question-wrapper .toolbar {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #E6E9EF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.page-quiz .zm-question-wrapper .toolbar .zm-btn {
    padding: 0;
}