/** 
* 学校样式
* by 胖胖吉
 */
 #pc_wrap{
    display: none;
}
#m_wrap{
    display: block;
}

.school-container {
    padding: 0 15px;
    padding-bottom: 30px;
    margin-top: -30px;
}

.school-show-content {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border: none;
    padding-top: 1px;
}

.school-show-content .tab_link  {
    padding: 10px 15px;
    font-size: .9rem;
}
.tab_link:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #cecece;
    color: #e6e6e6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.tab_link_open:before, .tab_link_last:before{
    display: none;
}
.school-show-content .tab_content {
    position: relative;
    background-color: #fff;
    padding: 15px;
    border: none;
}
.school-show-content .tab_content:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #cfcfcf;
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.school-show-content .tab_content:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    color: #d9d9d9;
    border-bottom: 1px solid #cfcfcf;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.school-show-content .tab_desc {
    color: #666;
    font-size: .6rem;
    line-height: 24px;
}
.school-show-content .tab_desc  a{
    color: #333;
}

.tab_wrap_major {
    padding-bottom: 30px;
    background: #fff;
}
.school-course-recommend{
    background-color: #f8f8f8;
    padding:35px 15px 35px;
}
.school-course-recommend ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
}
.school-course-recommend ul li{
    width:48.5%;
    height: 78px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding:20px 0 0 15px;
    font-size: .6rem;
    background: url("../../../image/schoolDetail/2020/m/c1.jpg") no-repeat;
    background-size: 100% 100%;
}
.school-course-recommend ul li:nth-child(2){
    background: url("../../../image/schoolDetail/2020/m/c2.jpg") no-repeat;
    background-size: 100% 100%;
}
.school-course-recommend ul li:nth-child(3){
    background: url("../../../image/schoolDetail/2020/m/c3.jpg") no-repeat;
    background-size: 100% 100%;
}
.school-course-recommend ul li:nth-child(4){
    background: url("../../../image/schoolDetail/2020/m/c4.jpg") no-repeat;
    background-size: 100% 100%;
}
.school-course-recommend ul li a{
    color:#ffffff;
}
/* 成功案例 */
.school-case{
    padding:30px 15px 15px;
    background: #fff;
}
/* 艺术导师 */
.school-teacher{
    padding:35px 0;
    background: #f8f8f8;
}
/* 其他热门院校 */
.school-hot{
    padding:40px 15px 25px;
    background: #fff;
}
.school-hot>ul{
    margin-top:15px;
}
.school-hot>ul>li{
    padding:10px 0 10px 12px;
    border-bottom:1px dashed rgba(152,152,152,0.26);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.school-hot>ul>li:last-child{
    border-bottom:none;
}
.school-hot>ul>li>div>a{
    display: flex;
    align-items: center;
}
.school-hot>ul>li>div>a>span{
    color:#3b6960;
    font-size: .9rem;
    font-style: oblique;
}
.school-hot>ul>li>div>a>img{
    display: block;
    width:55px;
    height: 55px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.4);
    border-radius: 50%;
    margin:0 10px;
}
.school-hot>ul>li>div>a>div{
    width:150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#333333;
    font-size: .75rem;
}
.school-hot>ul>li>div>a>div>p{
    color:#666666;
    font-size: .6rem;
}
.school-hot>ul>li>div>a>div>p>span{
    color:#4fcb75;
}
/* 问答部分 */
.school-qa{
    padding:25px 0 45px;
    background: #f8f8f8;
    position: relative;
}
.school-btn{
    display: block;
    width: 75px;
    height: 25px;
    border-radius: 5px;
    background: #4fcb75;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    font-size: .6rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
}
/* tab切换 */
.tab_link {
    position: relative;
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a1a1a;
}
.tab_link div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tab_link i {
    background: url(../../../image/schoolDetail/m/tab_arrow.png) 0px -11px no-repeat;
    background-size: 16px 20px;
    width: 16px;
    height: 9px;
    display: block;
}
.tab_link_open i {
    background-position: 0px 0px;
}
.school_info{
    background: url("../../../image/schoolDetail/2020/m/bg.jpg");
    background-size: 100% 100%;
    padding:40px 15px 45px;
    color:#fff;
}
.school_info .info_base>div{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: .6rem;
    color:#d3d3d3;
}
.school_info .info_base>div:first-child>img{
    width:82px;
    height: 82px;
    border-radius: 50%;
    margin-right: 12px;
}
.school_info .info_base>div:first-child>p{
    font-size: .65rem;
}
.school_info .info_base>div:first-child>p>span{
    display: block;
    font-size: 1rem;
}
.school_info .info_base>div:last-child>p{
    display: flex;
    align-items: flex-end;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.school_info .info_base>div:last-child>p:first-child>img{
    display: block;
    width:7px;
    margin-right: 5px;
}
.school_info .info_base>div:last-child>p:first-child>span{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.school_info .info_base>div:last-child>p:last-child{
    margin-left: 20px;
    color:#ffffff;
    flex-shrink: 0;
}
.school_info .info_base>div:last-child>p:last-child>img{
    display: block;
    height:14px;
    margin-left: 10px;
}
.school_info>ul>li{
    padding:10px 0;
    border-bottom:1px dashed rgba(237,237,237,0.29);
    font-size: .6rem;
    color:#ffffff;
    display: flex;
    align-items: flex-start;
}
.school_info>ul>li>span{
    flex-shrink: 0;
}
.school_info>ul>li>p{
    color:#d3d3d3;
    margin-left: 10px;
}
.school_info>ul>li>p a,.school_info>ul>li>p span{
    color:#d3d3d3;
    margin-right:5px; 
}
.school_info>ul>li:last-child>span:nth-child(3){
    margin-left: 20px;
}
.school_info>p{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top:40px;
}
.school_info>p>a{
    display: block;
    width:99px;
    height: 30px;
    background: #f7e04d;
    border-radius: 5px;
    font-size: .65rem;
    color:#000000;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
}