﻿.content>div {
    width: 1200px;
    margin: 0 auto;
}

/* 空载部分样式 */
.NoLoadPage {
    width: 714px !important;
    height: 691px;
    position: relative;
}

.info span {
    position: absolute;
    top: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 选择题目类型 */
.chooseLeiXing {
    height: 30px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.chooseLeiXing>div {
    height: 30px;
    width: 126px;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.chooseLeiXing>div.active {
    height: 28px;
    border-bottom: 2px solid #198eee;
    color: #198EEE;
}

/* 题型练习 */
.tiXingLianXi {
    width: 100%;
    padding-bottom: 30px;
}

.tiXingLianXi_item {
    width: 100%;
    height: 70px;
    margin-top: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.tiXingLianXi_item.active {
    height: auto;
}

.tiXingLianXi_item.active>.tiXingLianXi_item_title {
    border-bottom: 1px dotted #EBEBEB;
}

.tiXingLianXi_item_title {
    width: 100%;
    height: 70px;
    color: #333;
    padding: 0 30px;
    line-height: 70px;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 900;
}

.tiXingLianXi_item_title>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tiXingLianXi_item_title>div>img {
    margin-left: 10px;
}

.tiXingLianXi_item_content {
    width: 100%;

}

.tiXingLianXi_item_content_item {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 20px;
}

.tiXingLianXi_item_content_item>div:nth-child(1) {
    width: 40%;
    height: 60px;
    color: #333;
    font-size: 16px;
    line-height: 60px;
}

.tiXingLianXi_item_content_item>div:nth-child(2) {
    width: 60%;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tiXingLianXi_item_content_item>div:nth-child(2)>div:nth-child(1).tiXingLianXi_jinDuTiao {
    width: 430px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.tiXingLianXi_jinDuTiao>div:nth-child(1) {
    width: 300px;
    height: 10px;
    border-radius: 5px;
    background-color: #EBEEF0;
    overflow: hidden;
    margin-right: 20px;
}

.tiXingLianXi_jinDuTiao>div:nth-child(1)>div {
    background-color: #198EEE;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
}

.toExamBtn {
    width: 120px;
    height: 34px;
    background-color: #198EEE;
    border-radius: 17px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
}

/* 套卷模拟 */
.taoJuanMoNi {
    width: 100%;
    padding-bottom: 30px;
}

.taoJuanMoNi_item {
    width: 100%;
    height: 70px;
    margin-top: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.taoJuanMoNi_item.active {
    height: auto;
}

.taoJuanMoNi_item.active>.taoJuanMoNi_item_title {
    border-bottom: 1px dotted #EBEBEB;
}

.taoJuanMoNi_item_title {
    width: 100%;
    height: 70px;
    color: #333;
    padding: 0 30px;
    line-height: 70px;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 900;
}

.taoJuanMoNi_item_title>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.taoJuanMoNi_item_title>div>img {
    margin-left: 10px;
}

.taoJuanMoNi_item_content {
    width: 100%;

}

.taoJuanMoNi_item_content_item {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 20px;
}

.taoJuanMoNi_item_content_item>div:nth-child(1) {
    width: 40%;
    height: 60px;
    color: #333;
    font-size: 16px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.taoJuanMoNi_item_content_item>div:nth-child(2) {
    width: 60%;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.taoJuanMoNi_item_content_item>div:nth-child(2)>div:nth-child(1).taoJuanMoNi_jinDuTiao {
    width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.taoJuanMoNi_jinDuTiao>div:nth-child(1) {
    width: 300px;
    height: 10px;
    border-radius: 5px;
    background-color: #EBEEF0;
    overflow: hidden;
    margin-right: 20px;
}

.taoJuanMoNi_jinDuTiao>div:nth-child(1)>div {
    background-color: #198EEE;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
}

.taoJuanMoNi_item_content_item>div:nth-child(2)>div:nth-child(2) {
    width: 120px;
    height: 34px;
    background-color: #198EEE;
    border-radius: 17px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
}

/* 错题本 */
.cuoTiBen {
    width: 100%;
    padding-bottom: 30px;
}

.cuoTiBen_item {
    width: 100%;
    height: 70px;
    margin-top: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.cuoTiBen_item.active {
    height: auto;
}

.cuoTiBen_item.active>.cuoTiBen_item_title {
    border-bottom: 1px dotted #EBEBEB;
}

.cuoTiBen_item_title {
    width: 100%;
    height: 70px;
    color: #333;
    padding: 0 30px;
    line-height: 70px;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 900;
}

.cuoTiBen_item_title>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cuoTiBen_item_title>div>img {
    margin-left: 10px;
}

.cuoTiBen_item_content {
    width: 100%;

}

.cuoTiBen_item_content_item {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 20px;
}

.cuoTiBen_item_content_item>div:nth-child(1) {
    width: 50%;
    height: 60px;
    color: #333;
    font-size: 16px;
    line-height: 60px;
}

.cuoTiBen_item_content_item>div:nth-child(2) {
    width: 50%;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cuoTiBen_item_content_item>div:nth-child(2)>div:nth-child(1).cuoTiBen_jinDuTiao {
    width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cuoTiBen_jinDuTiao>div:nth-child(1) {
    width: 300px;
    height: 10px;
    border-radius: 5px;
    background-color: #EBEEF0;
    overflow: hidden;
    margin-right: 20px;
}

.cuoTiBen_jinDuTiao>div:nth-child(1)>div {
    background-color: #198EEE;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
}

.cuoTiBen_item_content_item .seeCuoTiBtn {
    width: 120px;
    height: 34px;
    background-color: #198EEE;
    border-radius: 17px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
}

.cuoTiBen_item_content_item .delCuoTiBtn {
    color: red;
    cursor: pointer;
}

/* 收藏本 */
.shouCangBen {
    width: 100%;
    padding: 15px;
}

.scbTop {
    margin-bottom: 20px;
}

.scbTop .scbSearch {
    float: right;
    margin-right: 25px;
}

.scbTop .scbSearch .ipt {
    width: 190px;
    display: inline-block;
}

/* 2019.3.26 */
.chooseZhuanYeDiv {
    width: 1200px;
    height: 60px;
    background: rgba(235, 238, 240, 1);
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    position: relative;
}

.chooseZhuanYeDiv>.major {
    font-size: 20px;
    color: #666666;
    cursor: pointer;
    width: 24%;
}

.chooseZhuanYeDiv>.moreMajor {
    width: 62px;
    border-left: 1px solid #E6E6E6;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.chooseZhuanYeDiv>.major.active {
    color: #198EEE;
}

.moreMajorDiv {
    font-size: 16px;
    position: absolute;
    box-shadow: 0 2px 10px 2px #dfdfdf;
    background-color: #fff;
    right: 0px;
    top: 60px;
}

.moreMajorDiv>li {
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    line-height: 24px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.moreMajorDiv>li:hover {
    background-color: #f0f4f7;
    color: #198eee;
}