﻿@charset "utf-8";

/* 顶部搜索框 */
.search_grid {
    background-color: #f1f1f3;
    padding: 5px;
}
.search_grid .search {
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* padding: 5px 15px; */
	padding: 5px 0 5px 15px;
    background-color: white;
    font-size: 14px;
    color: #1d1d1d;
}
.search_grid .search .search-btn{
	position: absolute;
    right: 10px;
    background-color: #eee;
    padding: 5px 15px;
    border-radius: 25px;
}
.search_grid .search .icon_search {
    width: 16px;
    height: 28px;
    margin-right: 10px;
    background-position: center center;
    background-image: url(../images/icon_search.png);
    background-repeat: no-repeat;
    background-size: auto 16px;
}
.search_grid .search form {
    width: 100%;
}
.search_grid .search input {
    height: 28px;
	/* width: 100%; */
	width: 70%;
}
input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: 0;
    background: none;
    -webkit-appearance: none;
    outline: 0;
}

/* 讲师分类 */
.category-nav {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    padding: 12px 0;
    white-space: nowrap;
	border-bottom: 1px #EEE solid;
	background-color: #fff;
}
.category-nav-scroll {
    font-size: 0;
}
.category-nav .category-nav-menu:first-child {
    margin-left: 16px;
}
.category-nav .category-nav-menu {
    background: transparent;
    color: #333;
    font-size: 14px;
    padding: 4px 12px;
    margin: 0 8px 0 0;
	position: relative;
    display: inline-block;
    -webkit-border-radius: 20px;
}
.category-nav .actived {
    background: #f2f2f2;
    color: #1a1a1a;
}
.category-nav .category-nav-menu .i-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    opacity: 0;
}

/* 讲师列表 */
.teacher_list {
	padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
}
.teacher_list.wider .item {
	width: 100%;
    margin-right: 0;
    padding: 10px 15px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    margin: 0 2% 2% 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    overflow: hidden;
    float: left;
    box-sizing: border-box;
}

.teacher_list.wider li:last-child{
	border-bottom: none;
}

.teacher_list .item a {
    display: block;
}
a {
    color: #333;
    text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.teacher_list.wider .item img {
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 100px;
	border-radius: 5px;
}

.teacher_list.wider .con {
    position: relative;
}

.teacher_list.wider .con {
    height: 100px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.teacher_list.wider .title {
    height: auto;
    max-height: 36px;
    color: #333;
}
.teacher_list.wider .title {
    margin-top: -1px;
    font-size: 15px;
}
.teacher_list .title {
    margin-top: 6px;
    height: 36px;
    line-height: 18px;
    color: #666;
    font-size: 14px;
    overflow: hidden;
}
.te3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.teacher_list.wider .info {
    padding: 2px 0 0 0;
    font-size: 12px;
    line-height: 18px;
	text-indent: 2em;
    color: #999;
}
.teacher_list.wider .overview {
    position: absolute;
	font-size: 12px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #999;
}
.teacher_list.wider .overview .fa-exclamation-circle{
	color: #ef834a;
}
.cbox {
    display: -o-box;
    -o-box-align: center;
    -o-box-pack: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}
.flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1;
}
.te {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.c-green {
    color: #3cbfb5;
}

/* 讲师列表申请讲师按钮 */
.apply-btn {
	position: fixed;
    bottom: 195px;
    right: 15px;
    z-index: 100;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #676d77;
    color: #FFF;
    border-radius: 50%;
}

.apply-btn a {
	width: 34px;
    padding-top: 5px;
    display: inline-block;
    line-height: 15px;
    font-size: 12px;
    color: #ffffff;
}