@charset "utf-8";
.pcv1_school_top {
    height: 318px;
    margin-bottom: 50px;
    justify-content: space-between;
}

.pcv1_school_top .pcv1_banner_box {
    width: 960px;
}

/* 绑定学校样式 start */
.pcv1_binding_box {
    margin: 0;
    width: 220px;
    height: 318px;
    overflow: auto;
    background: linear-gradient(180deg, rgba(237, 238, 255, .8), rgba(255, 255, 255, 1))
}

.pcv1_binding_box .school_logo {
    margin: 70px auto 30px;
    width: 90px;
    height: 90px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    justify-content: center;
    overflow: hidden;
}

.pcv1_binding_box .school_logo>img {
    max-width: 100%;
    max-height: 100%;
}

.pcv1_binding_box .school_name {
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
    margin: 0 auto 20px;
}

.pcv1_binding_box .no_school_name {
    color: #666;
    font-weight: normal;
}

.join_now_box {
    box-sizing: border-box;
    height: 80px;
    border-top: 1px solid #ededed;
    justify-content: center;
    align-items: center;
}

.join_now_btn {
    width: 120px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    background: #16ca82;
    overflow: hidden;
    border-radius: 20px;
    justify-content: center;
    cursor: pointer;
}

.join_now_btn:hover {
   opacity: .85;
}
.pcv1_school_module .school_list {
    min-height: auto;
}

.pcv1_module_title_school {
    justify-content: space-between;
}

.pcv1_school_module .school_list li {
    width: 235px;
}
/* 合作院校 end */

/* 教师服务 start */
.school_teacher_server {
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.school_teacher_server .pcv1_title {
    margin: 0 auto;
    font-size: 36px;
    width: 146px;
    max-width: 146px;
    text-align: center;
    line-height: 50px;
}

.school_teacher_server .pcv1_title .pcv1_title_bg {
    background: rgba(22, 202, 130, .1);
}

/* 服务列表 start */
.teacher_server_ul {
    padding: 50px 0 15px;
}

.teacher_server_li {
    margin: 0 11px 20px 0;
    width: 292px;
    height: 84px;
    float: left;
    cursor: pointer;
}

.teacher_server_li:hover {
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .08);
}

.teacher_server_li:nth-child(2n) {
    margin-right: 10px;
}

.teacher_server_li:nth-child(4n) {
    margin-right: 0;
}

.teacher_server_li>a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 292px 84px !important;
}

.teacher_server_li_1>a {
    background: url("../images/teacher_server_1.png") center center no-repeat;
}

.teacher_server_li_2>a {
    background: url("../images/teacher_server_2.png") center center no-repeat;
}

.teacher_server_li_3>a {
    background: url("../images/teacher_server_3.png") center center no-repeat;
}

.teacher_server_li_4>a {
    background: url("../images/teacher_server_4.png") center center no-repeat;
}

.teacher_server_li_5>a {
    background: url("../images/teacher_server_5.png") center center no-repeat;
}

.teacher_server_li_6>a {
    background: url("../images/teacher_server_6.png") center center no-repeat;
}

.teacher_server_li_7>a {
    background: url("../images/teacher_server_7.png") center center no-repeat;
}

.teacher_server_li_8>a {
    background: url("../images/teacher_server_8.png") center center no-repeat;
}
/* 服务列表 end */

/* 填写建议弹窗 start */
.suggest_pop_mask,
.suggest_pop_mask * {
    box-sizing: border-box;
}

.suggest_pop_mask {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000000;
}

.suggest_pop_title {
    width: 80%;
    margin: 10px auto;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    color: #333;
}

.suggest_pop_content {
    padding: 12px;
    width: 290px;
    height: 305px;
    position: relative;
}

.suggest_pop_content_box{
    padding: 10px;
    width: 100%;
    height: 190px;
    border: 1px solid #ededed;
    background-color: #fff;
}
.suggest_fill_textarea {
    width: 100%;
    height: 150px;
    resize:none;
    border: none;
    overflow: auto;
}
.entry_num_tips {
    font-size: 12px;
    color: #999;
    width: 100%;
    text-align: right;
}

.entry_num_tips .textareaInput {
    color: #333;
}
.entry_num_tips.school_proposal{
    position: absolute;
    bottom: 70px;
    right: 30px;
    width: calc(100% - 54px);
}

.suggest_pop_btn_box {
    padding: 0 70px;
    height: 40px;
    justify-content: space-between;
}

.suggest_btn {
    font-size: 14px;
    color: #666;
    user-select: none;
    cursor: pointer;
}

.suggest_btn:hover,.suggest_confirm_btn{
    color: #16ca82;
}
/* 填写建议弹窗 end */
/* 教师服务 end */
