.box1 {
    width: 1180px;
    margin: 0 auto;
}

.add_all_top {
    align-items: flex-start;
}

.add_all_top_l {
    border: 1px solid #eee;
    padding-bottom: 20px;
}

.add_all_top_l .swiper-container {
    width: 860px;
    height: 380px;
    float: inherit
}

.add_all_top_l .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 1);
    opacity: 0.5;
    width: 10px;
    height: 7px;
    border-radius: 0
}

.add_all_top_l .swiper-pagination-bullet-active {
    opacity: 1
}

.add_all_top_l .swiper-container a {
    display: block;
}

.add_all_top_l_b {
    padding: 34px 20px 0;
}

.more_open_class {
    align-items: center;
    justify-content: flex-start;
}

.more_open_class span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    margin-right: 11px;
}

.open_classes {
    padding-right: 18px;
    border-right: 1px solid #eee;
    width: 248px;
    padding-top: 5px;
}

.open_classes:nth-child(2) {
    padding-left: 18px;
}

.open_classes:nth-child(3) {
    border: none;
    padding-left: 18px;
    padding-right: 0;
}

.open_classes_time {
    align-items: center;
    justify-content: flex-start;
}

.open_classes_time img {
    margin-right: 6px;
}

.open_classes_time span {
    margin-right: 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.open_class_now span {
    color: rgba(243, 73, 58, 1);
}

.open_class_enlist span {
    color: rgba(126, 211, 33, 1);
}

.open_class_end span {
    color: rgba(153, 153, 153, 1);
}

.open_classes_dettime {
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 21px;
}

.open_classes_title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    display: block;
    height: 52px;
}

.open_classes_title:hover {
    color: rgba(74, 144, 226, 1);
}

.open_classes_teacher {
    justify-content: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.open_classes_teacher img {
    width: 26px;
    height: 26px;
    border-radius: 50%
}

.open_classes_teacher_name {
    font-size: 11px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
    margin-left: 7px;
}

.enlist {
    width: 75px;
    height: 29px;
    background: rgba(74, 144, 226, 1);
    border-radius: 3px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(74, 144, 226, 1);
}

.jcsb {
    justify-content: space-between;
}

.add_all_top_r {
    width: 260px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    box-sizing: border-box;
    padding: 35px 10px 27px;
    box-sizing: border-box;
}

.how_time {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.how_time span {
    color: #D0021B
}

.countdown_b,
.countdown_s,
.countdown_g {
    width: 41px;
    height: 58px;
    font-size: 50px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 58px;
    background: url(../img/aeis_time_bg.png) no-repeat center;
    text-align: center;
}

.countdown {
    justify-content: center;
    align-items: flex-end;
}

.countdown span {
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.zhan_line {
    width: 100%;
    height: 1px;
    background: #eee;
}

.all_kf {
    width: 240px;
    height: 70px;
    background: rgba(159, 208, 1, 1);
    border-radius: 5px;
}

.all_kf span {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
    margin-left: 22px;
    margin-right: 4px;
}

.all_kaoshi_box {
    position: relative;
    padding-bottom: 5px;
}

.all_kaoshi_box::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: rgba(74, 144, 226, .2);
    left: 4px;
    top: 17px;
    margin: auto;
}

.all_kaoshi_box:last-child::before {
    display: none
}

.all_kaoshi_title span {
    width: 9px;
    height: 9px;
    background: rgba(74, 144, 226, 1);
    border-radius: 50%;
    margin-right: 7px;
}

.all_kaoshi_tit {
    font-size: 18px;
    font-weight: 500;
    color: rgba(74, 144, 226, 1);
    line-height: 25px;
    margin-right: 15px;
}

.all_kaoshi_det {
    font-size: 12px;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 17px;
}

.all_kaoshi_ul {
    flex-wrap: wrap;
    margin-left: 18px;
}

.all_kaoshi_ul li {
    margin-right: 30px;
    margin-top: 10px;
}

.all_kaoshi_ul li a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 17px;
}

.add_hot {
    width: 260px;
}

.all_add_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.all_add_title span {
    font-size: 24px;
    font-weight: 500;
    color: rgba(43, 127, 199, 1);
    line-height: 33px;
}

.all_add_title a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.add_hot_first {
    width: 260px;
    height: 195px;
    position: relative;
}

.add_hot_first img {
    width: 100%;
}

.add_hot_first_cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 260px;
    height: 38px;
    background: rgba(0, 0, 0, .3);
    padding: 8px 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
}

.add_hot_ul {
    width: 100%;
    background: rgba(249, 249, 249, 1);
    padding: 1px 10px 18px 10px;
    box-sizing: border-box;
}

.all_mid_box {
    align-items: flex-start;
}

.add_live {
    width: 560px;
}

.add_live_li {
    align-items: flex-start;
}

.add_live_li>a>img {
    width: 160px;
    height: 120px;
}

.add_live_li_r {
    width: 380px;
    height: 120px;
    position: relative;
}

.add_live_li_title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
}

.add_live_li_title:hover {
    color: rgba(74, 144, 226, 1);
}

.add_live_li_detail {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}

.all_add_time {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
}

.add_class {
    width: 260px;
    overflow: hidden;
}

.all_btn_box {
    margin-left: -70px;
}

.all_btn_prev,
.all_btn_next {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
}

.all_btn_prev {
    background: url(../img/aeis_jt4.png) no-repeat center;
}

.all_btn_next {
    background: url(../img/aeis_jt4.png) no-repeat center;
    transform: rotateZ(180deg)
}

.all_btn_prev:hover {
    background-color: rgba(74, 144, 226, .1);
}

.all_btn_next:hover {
    background-color: rgba(74, 144, 226, .1);
}

.add_class_top {
    overflow: hidden;
}

.add_class_top .swiper-slide img {
    width: 260px;
    height: 160px;
}

.add_class_top .swiper-container {
    width: 100%;
    height: 290px;
}

.all_class_mian_top {
    height: 90px;
    padding: 13px 15px;
    box-sizing: border-box;
}

.all_class_mian_tit {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
}

.all_class_mian_bottom {
    width: 260px;
    height: 40px;
    background: rgba(250, 250, 250, 1);
    justify-content: space-between;
}

.all_class_mian_bottom>a {
    width: 77px;
    height: 27px;
    background: rgba(74, 144, 226, 1);
    border-radius: 13px;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-right: 20px;
}

.all_class_mian_bottom>span {
    margin-left: 15px;
}

.add_class_bottom {
    width: 260px;
    overflow: hidden;
    height: 300px;
}

.add_class_bottom .swiper-container {
    height: 300px;
}

.add_wc {
    height: 300px;
    background: rgba(248, 250, 255, 1);
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
}

.add_class_bottom .swiper-container,
.add_class_bottom .swiper-container .swiper-slide {
    width: 260px;
}

.add_wc_tit {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.add_wc_det {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    width: 150px;
    margin: 7px auto 0;
    text-align: center;
}

.add_wc_er {
    text-align: center;
}

.add_class_bottom .swiper-pagination {
    text-align: right;
    padding-right: 13px;
    box-sizing: border-box;
}

.add_goto_kf {
    width: 260px;
    height: 185px;
    background: url(../img/aeis_ziliao.png) no-repeat center;
    background-size: cover;
    padding: 32px 0 0 23px;
    box-sizing: border-box;
}

.add_goto_tips {
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    line-height: 38px;
}

.add_goto_kf_a {
    width: 77px;
    height: 24px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}

.add_goto_kf_a span {
    font-size: 14px;
    color: rgba(159, 208, 1, 1);
    line-height: 20px;
    margin-right: 2px;
}

.mid_adv {
    display: block;
    width: 100%;
}

.mid_adv>img {
    width: 100%;
}

.all_add_teacher_swiper .swiper-container {
    float: inherit;
    width: 100%;
    height: 200px;
}

.all_add_teacher_son {
    width: 360px;
    height: 200px;
    background: rgba(248, 250, 255, 1);
}

.all_add_teach_son_det {
    width: 200px;
    height: 200px;
    padding: 39px 8px 0 35px;
    box-sizing: border-box;
}

.all_add_teacher_son>img {
    width: 160px;
    height: 200px;
}

.all_add_teach_son_tit {
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}

.all_add_teach_son_detail {
    font-size: 14px;
    font-weight: normal;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}

.all_add_teach_more {
    display: block;
    width: 77px;
    height: 26px;
    background: rgba(74, 144, 226, 1);
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
    text-align: center;
}

.all_add_book_swiper {
    overflow: hidden;
}

.all_add_book_swiper .swiper-container {
    width: 1160px;
    height: 290px;
}

.all_add_book_son {
    width: 260px;
    height: 280px;
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 18px 20px 0 20px;
    text-align: center;
    box-sizing: border-box;
}

.all_add_book_son>img {
    width: 138px;
    height: 138px;
}

.all_add_book_name {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}

.all_add_book_more {
    width: 88px;
    height: 30px;
    background: rgba(74, 144, 226, 1);
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.all_add_book_son:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
}

.all_add_student_box {
    justify-content: flex-start;
    align-items: flex-start;
}

.all_add_student_share {
    width: 860px;
    height: 278px;
}

.all_add_student_share .swiper-container {
    width: 860px;
    height: 278px;
}

.all_add_student_share_tit {
    font-size: 24px;
    font-weight: 500;
    color: rgba(43, 127, 199, 1);
    line-height: 33px;
}

.share_slide {
    width: 860px;
    height: 278px;
    background: rgba(248, 250, 255, 1);
    padding: 49px 39px 0 46px;
    box-sizing: border-box;
}

.share_slide {
    align-items: flex-start;
    justify-content: flex-start;
}

.all_add_student_share .swiper-container .swiper-wrapper .swiper-slide {
    width: 860px;
    height: 278px;
}

.share_student_son {
    align-items: center;
    flex-flow: column;
}

.share_student_son>img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
}

.student_name {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    text-align: center;
}

.student_school {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 17px;
    text-align: center;
}

.share_student_detail {
    width: 607px;
    margin-left: 77px;
}

.share_student_detail_tit {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    display: block;
}

.share_det_det {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    align-items: flex-start;
    justify-content: flex-start;
}

.share_det_det_det {
    width: 509px;
}

.all_add_student_share .swiper-pagination-bullet {
    width: 10px;
    height: 7px;
    background: rgba(74, 144, 226, .5);
    border-radius: 0
}

.all_add_student_share .swiper-pagination-bullet-active {
    background: rgba(74, 144, 226, 1);
    width: 15px;
}

.all_add_student_luqu {
    width: 260px;
    margin-left: 40px;
}

.all_add_luqu_tit_box {
    justify-content: space-between;
}

.luqu_swiper {
    width: 260px;
    height: 278px;
}

.luqu_swiper .swiper-container {
    width: 260px;
    height: 278px;
}

.luqu_swiper_box {
    width: 260px;
    height: 278px;
    border: 1px solid rgba(238, 238, 238, 1);
    box-sizing: border-box;
    padding: 15px 20px 0;
}

.luqu_school {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.luqu_img>img {
    width: 220px;
    height: 184px;
}

.luqu_swiper_tit {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
}

.luqu_school {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.all_index_article_top {
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}

.all_index_art_top_tit {
    font-size: 24px;
    font-weight: 500;
    color: rgba(43, 127, 199, 1);
    line-height: 33px;
}

.all_index_art_top_title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}

.all_add_news_ul {
    flex-wrap: wrap;
}

.all_add_news_li {
    width: 560px;
    justify-content: space-between;
}

.all_add_news_li a {
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    width: 400px;
}

.all_add_news_li span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
}

.add_crumb a,
.add_crumb span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    margin-right: 10px;
}

.add_classes {
    align-items: flex-start;
}

.add_classes_ul {
    width: 857px;
}

.add_classes_li {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
}

.add_classes_li>a>img {
    width: 280px;
    height: 158px;
}

.add_classes_li_r {
    width: 563px;
    height: 158px;
    position: relative;
}

.add_classes_title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
}

.classes_tips span {
    height: 22px;
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 11px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
}

.classes_teach {
    position: absolute;
    bottom: 0;
    justify-content: space-between;
    width: 100%;
}

.classes_teach_det img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.classes_teach_det span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}

.classes_many {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 17px;
}

.classes_many span {
    color: #2F2F2F;
}

.page ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page ul li {
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    border: 1px solid rgba(240, 240, 240, 1);
    margin-right: 10px;
}

.page ul li span,
.page ul li a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
    padding: 0 12px;
    border-radius: 2px
}

.page ul li a:hover {
    background: rgba(43, 126, 197, 1);
    color: #fff;
}

.page ul .active span {
    background: rgba(43, 126, 197, 1);
    color: #fff;
}

#teacher_tip {
    width: 510px;
    height: 420px;
    background: rgba(248, 250, 255, 1);
    border-radius: 10px;
    padding: 14px 30px 0;
    box-sizing: border-box;
}

.teacher_tip_det {
    border-bottom: 1px solid #eee;
}

.teacher_tip_det img {
    height: 191px;
}

.teacher_tip_det_main_name {
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}

.teacher_tip_de {
    font-size: 14px;
    font-weight: normal;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    width: 190px;
}

.classes_top {
    padding-bottom: 26px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
}

.classes_top_l {
    align-items: flex-start;
}

.classes_top_l>img {
    width: 400px;
    height: 225px;
}

.classes_top_l_det_tit {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.classes_top_l_detail {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.classes_kf {
    width: 120px;
    height: 36px;
    background: rgba(74, 144, 226, 1);
    border-radius: 21px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.classes_top_r {
    width: 220px;
    height: 248px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 32px 30px 0;
    box-sizing: border-box;
    text-align: center;
}

.classes_top_r img {
    width: 125px;
    height: 125px;
}

.classes_top_r_tips {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.classes_content {
    align-items: flex-start;
}

.classes_content_l {
    width: 760px;
}

.classes_content_r {
    width: 360px;
}

.classes_content_l_tit {
    font-size: 18px;
    font-weight: 500;
    color: rgba(74, 144, 226, 1);
    line-height: 25px;
}

.classes_l_teacher {
    padding-bottom: 13px;
    border-bottom: 1px solid #eee;
}

.classes_content_main img {
    max-width: 100%
}

.classes_l_teacher_top {
    align-items: flex-start;
}

.classes_l_teacher_top>img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.classes_r_t_name {
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.classes_r_t_zw {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}

.classes_r_content p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
}

.classes_goto_kf {
    width: 360px;
    height: 185px;
}

.sole_books_title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(43, 127, 199, 1);
    line-height: 25px;
}

.sole_books_li {
    width: 260px;
    height: 280px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.sole_books_li a {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 18px 20px 0;
    box-sizing: border-box;
}

.sole_books_li a img {
    width: 138px;
    height: 138px;
}

.sole_books_name {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}

.sole_get {
    display: block;
    width: 88px;
    height: 30px;
    background: rgba(74, 144, 226, 1);
    border-radius: 3px;
    margin: 30px auto 0;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.sole_books_li:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
}

.openclass_many {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
}

.open_tips {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    width: 120px;
    height: 36px;
    background: rgba(74, 144, 226, 1);
    box-shadow: 0px 2px 8px 0px rgba(176, 110, 0, 0.19);
    border-radius: 21px;
    text-align: center;
    cursor: pointer;
}

.classes_top_l_det {
    height: 225px;
    position: relative;
}

.goto_openclasses {
    position: absolute;
    bottom: 0;
}

.open_tips_kf {
    align-items: center;
}

.open_tips_kf span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(74, 144, 226, 1);
    line-height: 14px;
    margin-left: 4px;
}

.goto_openclasses_tips {
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 17px;
}

#kf_window {
    width: 650px;
    height: 332px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 63px 80px 72px 50px;
    box-sizing: border-box;
}

.kf_window_box {
    align-items: flex-start;
}

.kf_window_l {
    text-align: center;
    padding-top: 8px;
    padding-right: 51px;
    border-right: 1px solid #eee;
}

.kf_window_l>img {
    width: 132px;
}

.kf_window_l_tips {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.kf_form_tit {
    font-size: 16px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}

.form_in {
    width: 260px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.form_in>input {
    width: 100%;
    height: 100%;
    font-size: 12px;
    font-weight: 400;
    color: rgba(155, 155, 155, 1);
    line-height: 40px;
    background: rgba(250, 250, 250, 1);
    text-indent: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.form_sub_btn {
    width: 260px;
    height: 40px;
    background: rgba(74, 144, 226, 1);
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.add_student_aeis {
    align-items: flex-start;
}

.add_student_aeis_l {
    width: 760px;
}

.add_student_aeis_r {
    width: 360px;
}

.add_student_aeis_l_top {
    width: 758px;
    background: rgba(248, 250, 255, 1);
    padding: 39px 35px 33px 57px;
    box-sizing: border-box;
    align-items: flex-start;
}

.student_aeis_top_l {
    text-align: center;
}

.student_aeis_top_l>img {
    width: 80px;
    border-radius: 50%;
}

.student_aeis_top_name {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
}

.student_aeis_top_school {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 17px;
}

.student_aeis_top_r {
    width: 509px;
}

.student_aeis_top_r_title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
}

.student_aeis_detail_tit {
    width: 80px;
}

.student_aeis_detail {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    align-items: flex-start;
}

.wauto {
    flex: 1;
}

.detail_tips {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
}

.all_school_top_l {
    width: 880px;
}

.all_school_top_r {
    width: 280px;
    border: 1px solid rgba(238, 238, 238, 1);
    box-sizing: border-box;
    flex-wrap: wrap;
    border-bottom: none
}

.all_school_box_l {
    width: 280px;
}

.all_school_box_l>a {
    width: 100%;
    height: 158px;
    position: relative;
}

.all_school_box_l>a>img {
    width: 100%;
    height: 100%;
}

.all_school_box_l_cover {
    position: absolute;
    width: 280px;
    height: 40px;
    background: rgba(6, 6, 6, .5);
    padding: 10px 12px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}

.all_school_box_r {
    width: 580px;
    height: 326px;
}

.all_school_box_r .swiper-container {
    width: 100%;
    height: 100%;
}

.all_school_box_r .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.all_school_swiper {
    position: relative;
    width: 100%;
    height: 100%;
}

.all_school_swiper img {
    width: 100%;
    height: 100%;
}

.all_school_swiper_cover {
    width: 580px;
    height: 50px;
    background: rgba(6, 6, 6, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14px 90px 14px 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
}

.all_school_box_r .swiper-container .swiper-pagination {
    text-align: right;
    padding-right: 14px;
    box-sizing: border-box;
}

.all_school_box_r .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, .7);
}

.all_school_box_r .swiper-pagination-bullet-active {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 1);
}

.all_school_top_son {
    width: 139px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.all_school_top_son:nth-child(2n-1) {
    border-right: 1px solid #eee;
}

.all_school_top_span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
}

.all_school_mid {
    align-items: flex-start;
}

.all_school_mid_l {
    width: 860px;
}

.all_school_mid_r {
    width: 270px;
}

.all_school_mid_l_tit {
    justify-content: space-between;
}

.all_school_mid_l_tit>span {
    flex: 1;
    height: 1px;
    background: #eee;
}

.all_school_mid_name {
    font-size: 20px;
    font-weight: 500;
    color: rgba(74, 144, 226, 1);
    line-height: 28px;
}

.school_mid_more span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    margin-right: 4px;
}

.all_more_school>a {
    width: 260px;
    height: 90px;
    position: relative;
}

.all_more_school>a>img {
    width: 260px;
    height: 90px;
}

.all_more_school>a>span {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 90px;
    text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.all_school_box {
    align-items: flex-start;
    flex-wrap: wrap;
}

.all_school_box_son {
    width: 260px;
    align-items: flex-start;
}

.all_school_box_son_img {
    width: 120px;
    height: 90px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    box-sizing: border-box;
    position: relative;
}

.all_school_box_son_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.all_school_box_son_r {
    flex: 1;
    height: 90px;
    position: relative;
}

.all_school_box_son_name {
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.all_school_box_son_ename {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
}

.all_school_box_son_r span {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 17px;
}

.have_border {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.all_school_hot_article_son a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
}

.all_school_hot_article_son {
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.article_time {
    font-size: 12px;
    color: rgba(96, 106, 113, 1);
    line-height: 14px;
}

.choose_school {
    align-items: flex-start;
}

.choose_school_first {
    width: 280px;
}

.choose_school_first>a>img {
    width: 280px;
    height: 158px;
}

.choose_school_first_det {
    font-size: 13px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 18px;
}

.choose_school_first_time {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 17px;
}

.choose_school_list {
    width: 580px;
}

.choose_school_list .choose_school_li {
    justify-content: space-between;
}

.choose_school_list_tit {
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    width: 400px;
}

.choose_school_li span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 36px;
}

.all_school_mid_r .swiper-container {
    width: 280px;
    height: 350px;
}

.all_school_mid_adv img {
    width: 280px;
    height: 350px;
}

.all_school_mid_r .swiper-pagination {
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    color: #fff;
}

.bigsize {
    font-size: 24px;
    font-weight: 500;
    color: rgba(43, 127, 199, 1);
    line-height: 33px;
}

.open_classes_school {
    width: 290px;
    padding-right: 19px;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    padding-top: 6px;
}

.open_classes_school:last-child {
    border-right: none;
    padding-left: 20px;
    padding-right: 0;
}

.open_classes_school:nth-child(2) {
    padding-left: 19px;
}

.open_classes_school:nth-child(3) {
    padding-left: 19px;
}

.all_cc .swiper-container {
    height: 382px;
}

.all_cc .add_wc {
    height: 382px;
    padding-top: 68px;
}

.all_cc .swiper-pagination {
    color: #999
}

.school_hot_tips {
    flex-wrap: wrap;
}

.school_hot_tips a {
    height: 36px;
    background: rgba(244, 249, 255, 1);
    padding: 8px 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: rgba(29, 73, 124, 1);
    line-height: 20px;
}

.stories,
.stories_box {
    align-items: flex-start;
}

.stories_box {
    width: 420px;
}

.stories_first>a>img {
    width: 160px;
    height: 120px;
}

.stories_first_det {
    width: 240px;
    margin-left: 20px;
}

.stories_first_tit {
    width: 240px;
    height: 82px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
}

.stories_first_time {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 17px;
}

.stories_other a {
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    width: 420px;
}

.private_college_box {
    width: 280px;
}

.private_college_first {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 150px;
    flex-flow: column;
}

.private_college_first>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 280px;
    height: 150px;
    z-index: -1;
}

.private_college_first span {
    font-size: 26px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 37px;
}

.private_college_ohter a {
    font-size: 15px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 34px;
}

.lc_li::after {
    background: url(../img/arrow.png) no-repeat center center;
}

.common_problem {
    flex-wrap: wrap
}

.common_problem_son {
    width: 280px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.common_problem_title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(96, 106, 113, 1);
    line-height: 20px;
    height: 45px;
}

.common_problem_many {
    font-size: 12px;
    color: rgba(96, 106, 113, 1);
    line-height: 14px;
    margin-left: 7px;
}

.s_school_mid_l {
    width: 880px;
}

.private_rank_a {
    align-items: flex-start;
}

.private_rank_school {
    width: 245px;
    margin-left: 15px;
}

.private_rank_school_name {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
}

.private_rank_school_ename {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.private_rank_a span {
    width: 20px;
    height: 20px;
    background: rgba(180, 180, 180, 1);
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.private_rank_a:nth-child(1)>span,
.private_rank_a:nth-child(2)>span,
.private_rank_a:nth-child(3)>span {
    background: rgba(74, 144, 226, 1);
}

.study_box a {
    width: 280px;
    height: 96px;
    border-radius: 5px;
    padding: 0 13px;
    box-sizing: border-box;
    position: relative;
}

.study_box a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    transform: rotateZ(135deg)
}

.study_box>a>span {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
    margin-left: 12px;
    width: 184px;
}

.study_box a:nth-child(1) {
    background: url(../img/aeis_bg1.png) no-repeat center;
    background-size: cover;
}

.study_box a:nth-child(2) {
    background: url(../img/aeis_bg2.png) no-repeat center;
    background-size: cover;
}

.study_box a:nth-child(3) {
    background: url(../img/aeis_bg3.png) no-repeat center;
    background-size: cover;
}

/* 新增 */

.forum_box{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.forum_l{
    width:160px;
    box-sizing: border-box;
    padding: 13px 15px 23px;
    background:rgba(249,249,249,1);
    border-top: 3px solid rgba(74,144,226,1);
}
.forum_l_tit{
    font-size:18px;
    font-weight:500;
    color:rgba(44,123,212,1);
    line-height:25px;
}
.forum_l_ul{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.forum_l_ul a{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    width: 60px;
}
.forum_content{
    width: 660px;
}
.forum_top_box{
    border-bottom:1px solid #eee;
}
.forum_top_box a{
    font-size:18px;
    font-weight:500;
    color:rgba(153,153,153,1);
    line-height:25px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom:5px solid transparent;
    margin-right: 38px;
}
.forum_top_box .forum_active{
    border-bottom:5px solid #4A90E2;
    color:#333;
}
.forum_list{
    padding-bottom: 17px;
    border-bottom: 1px solid #e8e8e8;
}
.forum_list_tit{
    width: 100%;
}
.forum_list_tit a{
    font-size:18px;
    font-weight:500;
    color:rgba(0,0,0,0.85);
    line-height:24px;
}
.forum_list_tit a:hover{
    color: #4A90E2;
}
.forum_list_detail{
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
}
.forum_teacher>img{
    width:20px;
    height:20px;
}
.forum_teacher_name{
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.45);
    line-height:22px;
}
.forum_other{
    justify-content: space-between;
}
.forum_other_tips{
    font-size:14px;
    color:#4A90E2;
    line-height:16px;
    padding: 0 10px;
    border-left: 1px solid rgba(0,0,0,0.25);
    border-right: 1px solid rgba(0,0,0,0.25);
}
.forum_other_time{
    font-size:14px;
    color:rgba(0,0,0,0.25);
    line-height:16px;
}
.forum_look{
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:17px;
}
.forum_other_r>span{
    font-size:12px;
    font-weight:400;
    color:rgb(167, 32, 32);
    line-height:17px;
    margin-left: 8px;
    margin-right: 8px;
}
.forum_r{
    width:260px;
}
.forum_r_login{
    width:100%;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 15px 0px rgba(0,0,0,0.05);
    padding-top: 22px;
    padding-left: 19px;
    box-sizing: border-box;
    padding-bottom: 15px;
}
.login_tips_detail>span{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:20px;
}
.login_name{
    font-size:18px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:25px;
}
.login_open{
    width:110px;
    height:30px;
    border-radius:5px;
    border:1px solid rgba(74,144,226,1);
    text-align: center;
    line-height: 30px;
    font-size:14px;
    font-weight:400;
    color:rgba(74,144,226,1);
}
.regist_open{
    width:110px;
    height:30px;
    background:rgba(74,144,226,1);
    border-radius:5px;
    text-align: center;
    line-height: 30px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.forum_recommend{
    width:260px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(238,238,238,1);
    border-top: 5px solid #4A90E2;
    padding-top: 16px;
    box-sizing: border-box;
    padding-bottom: 13px;
}
.forum_recommend_title{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
    text-align: center;
}
.forum_recommend_box{
    flex-wrap: wrap;
    border-top: 1px solid #eee;
}
.forum_recommend_box a{
    box-sizing: border-box;
    width: 129px;
    text-align: center;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.forum_recommend_box a:nth-child(2n-1){
    border-right: 1px solid #eee;
}
.more_recommemd{
    font-size:12px;
    font-weight:400;
    color:rgba(74,144,226,1);
    line-height:17px;
    text-align: center;
    display: block;
}
.user_tips{
    align-items: flex-start;
}
.user_tips_detail{
    width: 159px;
    padding-right: 9px;
    box-sizing: border-box;
}
.user_name{
    font-size:18px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:25px;
    padding-bottom: 12px;
}
.user_detail{
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 14px;
}
.detail_num{
    font-size:12px;
    font-weight:500;
    color:rgba(74,144,226,1);
    line-height:17px;
    text-align: center;
}
.detail_name{
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:17px;
}
.other_forum_box{
    align-items: flex-start;
}
.other_forum_top_l{
    width: 240px;
    background:rgba(255,255,255,1);
    border-top: 3px solid #4A90E2;
    padding-top: 6px;
    padding: 0 10px;
    box-sizing: border-box;
}
.other_forum_top_title{
    font-size:16px;
    font-weight:500;
    color:rgba(44,123,212,1);
    line-height:22px;
}
.other_forum_top_a_box{
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom:1px solid #eee;
}
.other_forum_top_a_box a{
    width: 80px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
}
.no_border{
    border:none
}
.other_forum_top_content{
    width: 620px;
}
.other_forum_top_r{
    width: 300px;
}
.other_forum_top_content .swiper-container{
    width: 100%;
    height: 280px;
    float: initial;
}
.other_forum_top_content .swiper-container .swiper-slide{
    height: 280px;
}
.other_forum_top_content .swiper-container a{
    display: block;
    width: 100%;
    height: 280px;
}
.other_forum_top_content .swiper-container a img{
    width: 100%;
    height: 280px;
}
.other_forum_top_content .swiper-pagination-bullet{
    width:10px;
    height:7px;
    background:rgba(255,255,255,.5);
    border-radius: 0;
    opacity: 1;
}
.other_forum_top_content .swiper-pagination-bullet-active{
    width:15px;
    height:7px;
    background:rgba(255,255,255,1);
}
.other_forum_classify{
    width: 610px;
    margin: 5px auto 0;
    background: #ffffff;
    flex-wrap: wrap;
}
.other_forum_classify_son{
    width: 202px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 13px 11px;
    box-sizing: border-box;
}
.border_bottom_no{
    border-bottom: none;
}
.border_right_no{
    border-right: none
}
.border_no{
    border: none
}
.other_forum_classify_a_box a{
    font-size:13px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:20px;
}
.classify_a_1 a:first-child{
    font-weight:500;
    color:rgba(243,73,58,1);
}
.classify_a_2 a:first-child{
    font-weight:500;
    color:rgba(245,166,35,1);
}
.classify_a_3 a:first-child{
    font-weight:500;
    color:rgba(74,144,226,1);
}
.classify_a_4 a:first-child{
    font-weight:500;
    color:rgba(126,211,33,1);
}
.classify_a_5 a:first-child{
    font-weight:500;
    color:rgba(255,82,16,1);
}
.classify_a_6 a:first-child{
    font-weight:500;
    color:rgba(94,74,226,1);
}
.hot_talk{
    width:300px;
    background:rgba(255,255,255,1);
    padding: 19px 17px 28px 13px;
    box-sizing: border-box;
}
.hot_talk_tit_box{
    border-bottom: 1px solid #D9E7FF;
}
.hot_talk_title{
    padding-bottom: 8px;
    border-bottom: 2px solid #4A90E2;
    width: 93px;
}
.hot_talk_title span:first-child{
    width:50px;
    height:24px;
    background:rgba(74,144,226,1);
    text-align: center;
    line-height: 24px;
    font-size:17px;
    font-family:AlibabaPuHuiTiH;
    color:rgba(255,255,255,1);
}
.hot_talk_title span:last-child{
    font-size:17px;
    font-family:AlibabaPuHuiTiH;
    color:rgba(51,51,51,1);
    line-height: 24px;
}
.hot_talk_first{
    border-bottom: 1px solid #D9E7FF;
}
.hot_talk_first_tit{
    display: block;
    font-size:16px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:22px;
}
.hot_talk_first_detail{
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:20px;
}
.hot_talk_a_box a{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    align-items: flex-start;
}
.hot_talk_a_box a span{
    width:257px;
}
.first_forum_main{
    align-items: flex-start;
}
.first_forum_main_l{
    width: 860px;
}
.first_forum_main_r{
    width:260px;
}
.first_forum_title{
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.first_forum_title>span{
    font-size:18px;
    font-weight:500;
    color:rgba(43,127,199,1);
    line-height:25px;
}
.first_forum_ul_box{
    align-items: flex-start;
}
.first_forum_ul{
    width: 260px;
}
.first_forum_img img{
    width:260px;
    height:146px;
}
.first_forum_li{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
    width: 260px;
}
.first_forum_zx{
    width:260px;
    height:105px;
    background:rgba(158,208,2,1);
    text-align: center;
    font-size:24px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height: 105px;
}
.official_son{
    align-items: flex-start;
}
.official_son a:first-child{
    width:90px;
    height:55px;
}
.official_son a:first-child img{
    width:90px;
    height:55px;
}
.official_a{
    width: 160px;
    font-size:14px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:20px;
}
.activity_box{
    flex-wrap: wrap;
}
.activity_list{
    width:122px;
}
.activity_list a:first-child{
    width:122px;
    height: 74px;
}
.activity_list a:first-child img{
    width:122px;
    height: 74px;
}
.activity_list a:last-child{
    width:122px;
}
.area_box{
    align-items: flex-start;
}
.area_box_l_son{
    position: relative;
    width:260px;
    height:157px;
}
.area_box_l_son img{
    width:260px;
    height:157px;
}
.area_box_l_son a{
    width:260px;
    height:46px;
    background:rgba(6,6,6,.5);
    padding: 14px 11px 12px 12px;
    box-sizing: border-box;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:20px;
    position: absolute;
    bottom: 0;
}
.area_box_r{
    flex-wrap: wrap
}
.area_box_r>a{
    font-size:13px;
    font-weight:400;
    color:#666666;
    line-height:28px;
    width:260px;
}
.area_box_r>a:nth-child(1),
.area_box_r>a:nth-child(2),
.area_box_r>a:nth-child(13),
.area_box_r>a:nth-child(14){
    font-size: 16px;
    color:#333;
    margin-top: 13px;
}
.rank_box_son{
    align-items: flex-start;
}
.rank_box_son_det{
    width:245px;
}
.rank_school_c_name{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
}
.rank_school_e_name{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
}
.rank_box_son>span{
    width:20px;
    height:20px;
    background:rgba(180,180,180,1);
    border-radius:3px;
    text-align: center;
    line-height: 20px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top: 3px;
}
.rank_box_son .rank_top{
    background:rgba(74,144,226,1);
}
.adv_a img{
    width: 260px;
}
.crumbs a,.crumbs span{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:20px;
}
.one_forum_index_top{
    width:1160px;
    background:rgba(246,250,255,1);
    padding: 20px 27px 17px 31px;
    box-sizing: border-box;
}
.one_forum_title{
    font-size:24px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:33px;
}
.one_forum_infor{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
}
.forum_num_tit{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
}
.forum_num_num{
    font-size:14px;
    font-weight:400;
    color:rgba(245,166,35,1);
    line-height:20px;
}
.zhan{
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:17px;
}
.one_forum_content{
    width: 860px;
}
.new_forum{
    justify-content: center;
    width:100%;
    height:45px;
    background:rgba(255,139,61,1);
    box-shadow:0px 1px 7px 0px rgba(255,255,255,0.3);
    border-radius:5px;
}
.new_forum span{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:20px;
}
.hot_forum_list{
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.hot_forum_list a{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
    width:247px;
}
.form_input{
    width:100%;
    height:43px;
    border:1px solid rgba(221,221,221,1);
    box-sizing: border-box;
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.new_forum_sub{
    width:125px;
    height:40px;
    background:rgba(255,139,61,1);
    border-radius:5px;
    text-align: center;
    line-height: 40px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    display: block;
    cursor: pointer;
}
.one_forum_content h1{
    font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:28px;
}
.author>img{
    width:50px;
    height:50px;
}
.author_detail_name{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
}
.author_detail_time{
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:17px;
}
.collection span:last-child{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
}
.bshare-custom .bshare-sinaminiblog{
    background: url(../img/weibo.png) no-repeat center !important;
    background-size: cover;
    width: 25px;
    height: 25px;
    padding-left: 5px;
}
.bshare-custom .bshare-weixin{
    background: url(../img/wechat.png) no-repeat center !important;
    background-size: cover;
    width: 25px;
    height: 25px;
    padding-left: 5px;
}
.bshare-custom .bshare-qzone{
    background: url(../img/qq.png) no-repeat center !important;
    background-size: cover;
    width: 25px;
    height: 25px;
    padding-left: 5px;
}
.forum_line{
    width: 100%;
    height: 1px;
    background: #ddd;
}
.reply_title{
    width: 100%;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    align-items: flex-start;
}
.reply_t{
    font-size:18px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:25px;
    padding-bottom: 14px;
    border-bottom: 2px solid #4A90E2;
    box-sizing: border-box;
}
.reply_many{
    font-size:18px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:25px;
    padding-bottom: 16px;
}
.reply_title a{
    width:100px;
    height:35px;
    background:rgba(255,139,61,1);
    border-radius:5px;
    text-align: center;
    justify-content: center;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.reply_li{
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}
.reply_img{
    width:40px;
    height:40px;
    border-radius: 50%;
}
.reply_user_name{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
}
.reply_user_time{
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:17px;
}
.reply_det{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
}
.hf{
	display:flex;
	justify-content:flex-end;
	visibility:hidden;
}
.reply_li:hover>.hf{
	visibility:visible;
}

.reply_container{
	display:flex;
	flex-direction:column;
	margin-top:5px;
}
.reply_container textarea{
	width:100%;
	height:150px;
	border:1px solid #333;
	padding:8px;
}
.reply_container .reply_btn{
	margin-top:10px;
	align-self:flex-end;
	border:1px solid #333;
	padding: 3px 5px;
	cursor:pointer;
}

.collection{
    cursor: pointer;
}
.col_img{
    width: 16px;
    height: 16px;
    background: url(../img/collection.png) no-repeat center;
    background-size: cover;
}
.col_act .col_img{
    width: 16px;
    height: 16px;
    background: url(../img/collection1.png) no-repeat center;
    background-size: cover;
}
.down_box{
    flex-wrap: wrap
}
.down_box a{
    width:200px;
    height:60px;
    padding-left: 11px;
    background:rgba(244,249,255,1);
    border-radius:3px;
    box-sizing: border-box;
    border:1px solid rgba(214,233,255,1);
}
.down_name{
    font-size:14px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:20px;
}
.down_size{
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:17px;
}
.author_forum_main img{
    max-width: 100%;
}
.person_box{
    align-items: flex-start;
}
.person_box_l{
    width:260px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 15px 0px rgba(0,0,0,0.05);
    padding: 30px 10px 33px;
    box-sizing: border-box;
    text-align: center;
}
.person_box_r{
    width:860px;
    background:rgba(255,255,255,1);
    box-shadow:0px 5px 20px 0px rgba(0,0,0,0.05);
    border-radius:2px;
    padding-bottom: 37px;
    padding-top: 16px;
}
.person_box_l>img{
    width:60px;
    height:60px;
    border-radius: 50%;
}
.person_name{
    font-size:18px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:25px;
}
.person_line{
    height: 1px;
    width: 100%;
    background: #eee;
}
.person_link_to{
    justify-content: space-between;
}
.person_link_to_l span{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
}
.person_box_r_tit{
    border-bottom: 1px solid #e8e8e8;
    padding: 0 21px;
    box-sizing: border-box;
}
.person_box_r_tit>span{
    font-size:16px;
    font-weight:500;
    color:rgba(0,0,0,0.85);
    line-height:24px;
    padding-bottom: 13px;
    border-bottom: 2px solid #4A90E2;
    display: inline-block;
    padding-left: 3px;
    padding-right: 7px;
    position: relative;
}
.person_box_r_tit>span>span{
    width:4px;
    height:4px;
    background:rgba(243,73,58,1);
    border-radius: 50%;
    position: absolute;
    top: 3px;
    right: 0;
}
.dynamic_li{
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.dynamic_li>a{
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    align-items: flex-start;
}
.dynamic_li>a>img{
    width:32px;
    height:32px;
    border-radius: 50%;
}
.dynamic_li_detail{
    width: 722px;
}
.dynamic_li_detail_tit{
    font-size:14px;
    color:rgba(0,0,0,0.65);
    line-height:22px;
}
.dynamic_li_detail_tit>span{
    font-weight:500;
}
.dynamic_li_det{
    font-weight:400;
    display: inline-block
}
.dynamic_li_det>span{
    color: #1890FF;
}
.dynamic_li_detail_time{
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.45);
    line-height:22px;
}
.dynamic_li:hover{
    background:rgba(249,249,249,1);
}
.edit,.del{
    cursor: pointer;
}
.edit span,.del span{
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.45);
    line-height:22px;
}
.all_operation>span{
    font-size: 14px;
    color: #ddd;
}
.del_tips{
    width: 296px;
    height: 93px;
    text-align: center;
    line-height: 93px;
    font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.fap_box{
    align-items: flex-start;
}
.fap_box_l{
    width:200px;
}
.fap_box_content{
    flex: 1
}
.fap_box_r{
    width:260px;
}
.fap_box_content h1{
    font-size:18px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:25px;
    text-align: center;
}
.fap_box_detail{
    justify-content: center;
}
.fap_box_detail_time{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:20px;
}
.recommend_tit{
    font-size:18px;
    font-weight:500;
    color:rgba(74,144,226,1);
    line-height:25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.recommend_a{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
    display: block;
    width: 100%;
}
.toggle_ul{
    background:rgba(247,251,255,1);
    border-top: 3px solid #2C7CD4;
}
.toggle_li ul{
    margin-left: 10px;
}
.toggle_li{
    padding: 0 11px 0 18px;
    box-sizing: border-box;
}
.click{
    width: 12px;
    height: 12px;
    background: url(../img/open.png) no-repeat center;
}
.toggle_div{
    justify-content: space-between;
    box-sizing: border-box;
    cursor: pointer;
}
.first_d a{
    font-size:16px;
    font-weight:500;
    color:rgba(74,144,226,1);
    line-height:48px;
}
.second_ul{
    padding-top: 5px;
    padding-bottom: 7px;
}
.second_ul>li>a,.second_ul>li>.toggle_div>a{
    box-sizing: border-box;
    display: block;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
    padding: 5px 0;
}
.edit_tips{
    width: 880px;
    padding: 10px 15px 0;
    box-sizing: border-box;
}
.person_set{
    padding-top: 31px;
    padding-left: 24px;
}
.person_set .layui-upload{
    position: relative;
    width: 80px;
}
#change_photo{
    position: absolute;
    cursor: pointer;
    width:80px;
    height:80px;
    border-radius: 50%;
    background:rgba(51,51,51,0.2);
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    display: none;
}
.person_set .layui-upload:hover #change_photo{
    display: block;
}
#demo1{
    width:80px;
    height:80px;
    border-radius: 50% 
}
.layui-upload-file{
    display: none;
}
.p_user_name{
    align-items: flex-end;
}
.p_user_name>span{
    width:296px;
}
.user_tips p{
    font-size:12px;
    font-weight:400;
    color:rgba(255,0,0,1);
    line-height:17px;
}
.layui-form-label{
    padding: 0;
    text-align: left;
    padding-top: 9px;
}
.layui-input-block{
    margin-left: 80px;
}
.change_phone span{
    font-size:14px;
    font-weight:400;
    color:rgba(74,74,74,1);
    line-height:20px;
}
.change_phone a{
    font-size:12px;
    font-weight:400;
    color:rgba(0,172,206,1);
    line-height:17px;
    text-decoration: underline
}
.p_user_name_title{
    width: 56px;
}
.person_sub{
    width:100px;
    height:35px;
    background:rgba(74,144,226,1);
    border-radius:5px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    cursor: pointer;
}
.p_user_oname input{
    width:296px;
    height:36px;
    background:rgba(250,250,250,1);
    border-radius:3px;
    border:1px solid rgba(238,238,238,1);
}
.change_phone_p{
    width:100%;
    height:46px;
    border-radius:3px;
    border:1px solid rgba(221,221,221,1);
}
.change_phone_p input{
    flex: 1;
    height:46px;
    border-radius:3px;
}
.change_phone_box{
    padding: 50px;
    box-sizing: border-box;
    width: 500px;
}
.change_phone_box_tit{
    text-align: center;
    font-size:28px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:40px;
}
.sub_code,.forget_password{
    width: 95px;
    text-align: center;
    font-size:12px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(74,144,226,1);;
    line-height:46px;
    cursor: pointer;
}
.change_sub,.forget_sub{
    width: 100%;
    height: 35px;
    background: rgba(74,144,226,1);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
}
.change_phone_img input{
    width:283px;
    height:46px;
    border-radius:3px;
    border:1px solid rgba(221,221,221,1);
}
.picCode{
    width:105px;
    height:46px;
}
.change_phone_div .layui-input-block{
    margin-left: 0;
    width: 60px;
    height: 46px;
}
.change_phone_div .layui-form-select .layui-input{
    padding-right: 15px;
    text-indent: 0;
    height: 46px;
}
.change_phone_div .layui-form-select .layui-edge{
    right: 3px;
}
.change_phone_div>input{
    width:330px;
    height:46px;
    border-radius:3px;
    border:1px solid rgba(221,221,221,1);
    box-sizing: border-box;
}
.window_tips{
    justify-content: center;
}
.window_tips>span{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:20px;
}
.window_tips>a{
    font-size:14px;
    font-weight:400;
    color:#4A90E2;
    line-height:20px;
}
.login_tab{
    justify-content: center;
}
.login_tab a{
    font-size:16px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:22px;
}
.login_tab .login_active{
    color: #4A90E2
}
.over_hidden_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}