body {
    line-height: 1;
}

.hide {
    display: none;
}

div.repeat {
    width: 100%;
    height: 450px;
}

div.aboutFlowBan {
    width: 100%;
    height: 100%;
    background: #515F6B;
    overflow: hidden;
    background: url(../../img/huilearn/banner.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

div.aboutFlowBan>h1,
div.aboutFlowBan>p.ban-tit {
    width: 1139px;
    margin: 0 auto;
    font-size: 40px;
    color: #282828;
    letter-spacing: 4.5px;
    font-weight: bold;
}

div.aboutFlowBan>h1::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    margin-top: 29px;
    display: block;
}


/* 投行投资案例 */

.case_main {
    width: 1160px;
    padding: 0 20px;
    height: 900px;
    margin: 20px auto;
}

.case_main>ul>li {
    padding: 20px;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
}

.case_main>ul>li>a {
    width: 100%;
}

.case_main>ul>li:hover {
    box-shadow: 0 0 10px #d1d9e5;
}

.case_main>ul>li img {
    width: 219px;
    height: 122px;
    border: 1px solid rgba(234, 234, 234, 1);
}

.case_main>ul>li p:nth-of-type(1) {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 10px;
    color: #282828;
}

.case_main>ul>li p:nth-of-type(1):hover {
    color: #1459F4;
}

.case_main>ul>li p:nth-of-type(2) {
    height: 60px;
    font-size: 11px;
    margin-bottom: 8px;
    line-height: 20px;
    color: #585858;
}

.case_main>ul>li p:nth-of-type(3) {
    color: #1459F4;
}


/* 投行投资案例详情页 */

.casedetails_main {
    width: 1160px;
    padding: 0 20px;
    margin: 20px auto;
    margin-bottom: 300px;
    overflow: hidden;
}

.casedetails_main>div {
    float: left;
}

.casedetails_main>div:first-child,
.casedetails_main>div:first-child img {
    width: 410px;
    height: 224px;
}

.casedetails_main>div.content {
    width: 707px;
    margin-left: 43px;
}

.casedetails_main .content p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 23px;
    margin-top: 23px;
}

.casedetails_main .content p:nth-of-type(3) {
    margin-top: 60px;
    margin-bottom: 24px;
}

.casedetails_main .content p:not(.serve_content) {
    font-size: 14px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 23px;
}

.investmentCase .casedetails_main>div.content>h1 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
}

.casedetails_main .content>p.serve_content {
    font-size: 20px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
}


/* 精品课堂 */

.classroom_main {
    width: 1200px;
    /* height: 1000px; */
    margin: 30px auto 50px;
}

.category_list {
    margin-top: 34px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.category_list li {
    width: 375px;
    margin-bottom: 26px;
    margin-right: 26px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.category_list li:hover .videoCover {
    background: rgba(0, 0, 0, .3);
}

.category_list li:hover .watchVideo {
    display: none;
}

.category_list li:hover .videoCover p {
    display: block;
}

.category_list li:nth-child(3n+0) {
    margin-right: 0;
}

.category_list li .videoCover {
    width: 100%;
    height: 214px;
    position: relative;
}

.category_list li .videoCover img {
    width: 100%;
    height: 214px;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    position: absolute;
    top: 0;
}

.category_list li .videoCover p {
    width: 100%;
    height: 214px;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.watchVideo {
    width: calc(100% - 31px);
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 184px;
    padding: 0 11px 0 20px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.watchVideo img {
    vertical-align: middle;
    margin-right: 4px;
}


/* 精品课堂详情 */

.video {
    overflow: hidden;
}

.video>div:not(.video_introduction) {
    float: left;
}

.video>.video_introduction {
    width: 329px;
    margin-top: 39px;
    float: right;
}

.video_introduction p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(88, 88, 88, 1);
    line-height: 25px;
    text-align: justify;
}

.video_introduction p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    margin-bottom: 10px;
}

.video_introduction p.money {
    color: #1459F4;
    margin-top: 5px;
    font-size: 18px;
}

.video_introduction p.buyNow {
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: rgba(4, 120, 252, 1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
    margin-top: 7px;
}

.video_introduction p.buyNow:hover {
    background: #1D71E3;
}

.description {
    margin-top: 15px;
    overflow: hidden;
}

.course_description {
    width: 770px;
    float: left;
    margin-bottom: 50px;
}

.introduce_title {
    height: 35px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
}

.introduce_title>span {
    width: 65px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    padding-bottom: 12px;
    border-bottom: 2px solid #1459F4;
}

.introduction {
    width: 329px;
    float: right;
}

.lecturer_content>img,
.lecturer_content>p {
    display: inline-block;
}

.lecturer_content>p span {
    display: block;
    margin-left: 17px;
    position: relative;
}

.introduction .head_portrait {
    width: 70px;
    height: 70px;
    vertical-align: middle
}

.introduction .instructor_name {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    top: 12px;
}

.introduction .lectureship {
    font-size: 14px;
    font-weight: 400;
    color: #585858;
    top: 16px;
}

.introduce_instructor {
    width: 284px;
    margin-top: 20px;
    margin-bottom: 41px;
    line-height: 24px;
    text-align: justify;
}

.introduce_instructor>p {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 24px;
}

.contact_us>p {
    margin-bottom: 17px;
}

.contact_us>p:last-child {
    margin-bottom: 36px;
}

.contact_us>p>img {
    vertical-align: middle;
    width: 13px;
    height: 20px;
}

.contact_us>p span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    margin-left: 12px;
}

.contact_us>.introduce_title>span {
    width: 65px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    padding-bottom: 12px;
    border-bottom: 2px solid #1459F4;
    margin-left: 0
}

.correlated_curriculum>div img {
    width: 297px;
    height: 145px;
}

.correlated_curriculum>div p:nth-of-type(1) {
    width: 302px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    margin-top: 25px;
    margin-bottom: 18px;
}

.correlated_curriculum>div p:nth-of-type(2) {
    width: 302px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(88, 88, 88, 1);
}

.course_content {
    text-align: justify;
}

.course_content img {
    width: 810px;
    max-width: 810px;
}

.myModa .myAlertBox>div.alertBox>p {
    margin-top: 7px;
    font-size: 18px;
}


/* 估值百科 */

.encyclopedia_category {
    border-bottom: 1px solid #EAEAEA;
    /* padding-bottom: 19px; */
}

.encyclopedia_category>p {
    display: inline-block;
    margin-right: 69px;
    font-size: 18px;
    color: #282828;
    padding-bottom: 19px;
    cursor: pointer;
}

.encyclopedia_category>p>a {
    color: #282828;
}

.encyclopedia_category>p.active {
    color: #1459F4;
    border-bottom: 2px solid #1459F4;
}

.encyclopedia_category>p.active>a {
    color: #1459F4;
}

.encyclopedia_main {
    width: 1160px;
    height: 910px;
    padding: 0 20px;
    margin: 20px auto;
}

.encyclopedia_list>ul {
    margin-top: 27px;
}

.encyclopedia_list>ul>li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(234, 234, 234, 1);
    cursor: pointer;
}

.encyclopedia_list>ul>li>a {
    width: 100%;
}

.encyclopedia_list>ul>li>div {
    overflow: hidden;
}

.encyclopedia_list>ul>li>a>div>div {
    float: left;
}

.encyclopedia_introduce {
    padding: 20px 0;
    overflow: hidden;
    background: #f6f7f9;
    margin-bottom: 38px;
}

.encyclopedia_introduce>div {
    float: left;
}

.encyclopedia_list>ul>li img,
.encyclopedia_introduce img {
    width: 220px;
    height: 120px;
    border: 1px solid rgba(234, 234, 234, 1);
}

.encyclopedia_list>ul>li p:nth-of-type(1) {
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 24px;
    color: #282828;
}

.encyclopedia_introduce div h1 {
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 24px;
    color: #282828;
}

.encyclopedia_list>ul>li p:nth-of-type(2),
.encyclopedia_introduce p:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 20px;
    color: #585858;
}

.encyclopedia_introduce div p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 20px;
    color: #585858;
}

.encyclopedia_details {
    margin-top: 28px;
}

.encyclopedia_details .type {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    padding-left: 11px;
    border-left: 5px solid #1459F4;
    position: relative;
    margin-top: 55px;
    overflow: hidden;
}

.encyclopedia_details .type:after {
    content: '';
    width: 1200px;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #EAEAEA;
    margin-left: 15px;
}

.encyclopedia_details .content {
    margin-top: 24px;
}


/* 课程列表页 */

.classCategory {
    padding: 29px 29px 23px;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
}

.categoryList {
    width: 1142px;
    background: #FFFFFF;
    overflow: hidden;
}

.categoryList .categoryTitle img {
    width: 29px;
    height: 27px;
    float: left;
    margin: 0 14px 0 0;
}

.categoryList .categoryTitle p {
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    line-height: 27px;
}

.category {
    display: flex;
    flex-flow: wrap;
}

.category p {
    width: calc(100% / 12);
    text-align: left;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    cursor: pointer;
}

.category p.active {
    color: #1459F4;
}

.category_list>li>a {
    width: 100%;
}

.classroomTitle {
    width: calc(100% - 24px);
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    line-height: 100%;
    margin: 20px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 12px;
}

.tagList {
    margin: 0 0 13px 12px;
    height: 22px;
}

.tagList p {
    float: left;
    margin: 0 7px 0 0;
    /* width: 40px; */
    height: 22px;
    padding: 0 6px;
    background: #F2F3F6;
    font-size: 12px;
    font-weight: 400;
    color: #818A92;
    text-align: center;
    line-height: 22px;
}

.classroomDes p {
    float: left;
    margin-left: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #818A92;
    line-height: 100%;
}

.classroomDes .classroomPrice {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #ED3636;
    margin: 0 12px 0 0;
}

.classroomDes .classroomPrice span {
    font-size: 16px;
    margin-top: -3px;
    font-weight: bold;
}

.tagScreen {
    width: calc(1200px - 48px);
    height: 30px;
    background: #FFFFFF;
}

.tagScreen p {
    float: left;
    width: calc(100% / 12);
    border-bottom: 2.5px solid transparent;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.tagScreen p.active {
    color: #1459F4;
}

.tagScreen p.priceTag {
    position: relative;
}

.tagScreen p.priceTag img {
    width: 12px;
    position: absolute;
    top: 10px;
    left: 36px;
}


/* 新版精品课堂详情 */

.classroomDetails_main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.classroomDetails_main>div:first-child {
    width: 770px;
    float: left;
}

.classroomDetails_main>div:last-child {
    float: left;
    margin-left: 30px;
}

.videoIntroduction li {
    margin-bottom: 21px;
}

.videoIntroduction li>img {
    width: 100%;
    height: 433px;
}

.titlePrice {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    line-height: 40px;
}

.classTitle {
    width: 64%;
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.purchase {
    width: 130px;
    height: 40px;
    text-align: center;
    background: #1459F4;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
}

.videoIntroduction li .originalPrice {
    color: #ED3636;
}

.promotionPrice {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    margin-top: 1px;
    text-decoration: line-through;
}

.update,
.courseBuyers {
    font-size: 14px;
    font-weight: 400;
    color: #585858;
}

.update+img {
    vertical-align: middle;
    margin-left: 89px;
    margin-right: 3px;
}

.classroomDes .classroomPrice span.oldPrice {
    font-size: 13px !important;
    color: #999;
    margin-left: 8px;
    margin-top: 0px;
    text-decoration: line-through;
    font-weight: 400;
}

.videoIntroduction li>p:nth-of-type(4) {
    margin-top: 17px;
    color: #818A92;
}

.videoIntroduction li .originalPrice {
    font-size: 16px;
    margin-left: 3px;
}

.videoIntroduction li>p:nth-of-type(4) span:first-child {
    margin-right: 35px;
}

.course_outline {
    position: relative;
}

.curriculum_title {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    margin-top: 61px;
    margin-bottom: 20px;
    border-left: 4px solid #1459F4;
    padding-left: 7px;
}

.Selling_course>p:first-child {
    height: 30px;
    line-height: 30px;
    color: #282828;
    font-size: 20px;
    font-weight: bold;
    border-left: 6px solid #1459F4;
    padding-left: 13px;
}

.courseIntroduction {
    width: 380px;
    line-height: 24px;
    font-size: 14px;
    margin: 20px 0 30px;
    text-indent: 2em;
    text-align: justify;
}

.teacher_introduction img {
    width: calc(100% - 23px);
    height: calc(100% - 24px);
    position: absolute;
    top: 12px;
    left: 11px;
}

.teacher_introduction ul {
    overflow: hidden;
}

.teacher_introduction ul li {
    float: left;
}

.teacher_introduction ul li:last-child {
    margin-left: 37px;
}

.teacher_introduction ul li>p {
    color: #282828;
    font-weight: 400;
    margin-left: 22px;
}

.teacher_introduction ul li .propaganda {
    width: 177px;
    height: 241px;
    background: url(../../img/huilearn/headFrame.png);
    background-size: 100% 100%;
    position: relative;
}

.teacher_introduction ul li .lecturerName,
.teacher_introduction ul li .lecturerShip {
    font-size: 18px;
    font-weight: bold;
    color: #1459F4;
    margin-top: 32px;
}

.teacher_introduction ul li .lecturerName {
    margin-right: 25px;
}

.lecturer_synopsis {
    width: 546px;
    font-size: 14px;
    font-weight: 400;
    color: #585858;
    line-height: 24px;
    text-align: justify;
    white-space: pre-wrap;
    margin-top: 29px;
}

.mainLectureContent {
    width: calc(100% - 21px);
    font-size: 14px;
    font-weight: 400;
    color: #585858;
    padding-left: 21px;
    padding-bottom: 9px;
    border-bottom: 1px solid #E0E0E0;
    margin: 39px 0;
}

.Selling_course>ul li {
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
}

.Selling_course>ul li>div {
    float: left;
}

.Selling_course>ul li:first-child {
    margin-top: 30px;
}

.courses_cover {
    width: 230px;
    height: 129px;
    position: relative;
}

.courses_cover img {
    width: 230px;
    height: 129px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.hotSaleIcon {
    width: 50px;
    height: 52px;
    text-align: center;
    position: absolute;
    bottom: -32px;
    right: 18px;
}

.hotSaleIcon .top_ranking {
    width: 68px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, .3);
    border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    -o-border-radius: 0 0 5px 0;
}

.course_information {
    width: 140px;
    margin-left: 10px;
}

.course_information>p:first-child {
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    margin: 8px 0 21px;
}

.course_information>div {
    margin-top: 13px;
    line-height: 14px;
}

.sort {
    position: absolute;
    right: 0;
    top: -4px;
}

.sort img {
    width: 24px;
    height: 26px;
    cursor: pointer;
}

.course_outline ul {
    margin-bottom: 48px;
}

.course_outline ul li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.course_outline ul li:nth-child(even) {
    background: #F5F5F5;
}

.course_outline ul li:hover {
    background: #E9F3FF;
}

.course_outline ul li>div:first-child {
    width: calc(100% - 180px);
    color: #585858;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.course_outline ul li>div:last-child {
    font-size: 14px;
    cursor: pointer;
}

.course_outline ul li>div:first-child span:nth-child(2) {
    width: 40px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #1459F4;
    margin-left: 15px;
    margin-right: 10px;
    color: #1459F4;
    font-size: 12px;
}

.course_outline ul li>div:first-child span:nth-child(3) {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.course_outline ul li>div img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 0 7px 0 28px;
}

.course_outline ul li>div:last-child span:first-child {
    color: #1459F4;
}

.course_outline ul li>div:last-child span:nth-of-type(2) {
    color: #999;
}

.course_description img {
    max-width: 100%;
}

input[type="radio"]+label::before {
    margin-top: 0;
}

strong span,
strong em {
    font-weight: bold;
}

em span,
em strong {
    font-style: italic;
}

.course_description p {
    line-height: 24px;
    font-size: 14px;
}

.course_description p>span {
    margin-top: -2px;
}

.course_description p>span span {
    margin-top: -4px;
}

.hotSellingPrices {
    display: flex;
}

.hotSellingPrices p:nth-of-type(1) i {
    font-size: 18px;
    color: #ED3636;
    margin-right: 10px;
}

.hotSellingPrices p:nth-of-type(2) i {
    text-decoration: line-through;
    font-size: 14px;
    color: #999;
}