body::-webkit-scrollbar {
    width: 0px;
}

.crumbs-bar {
    width: 1200px;
    margin: 10px auto;
    position: relative;
    z-index: 5
}

.crumbs-nav {
    height: 24px;
    margin-top: -14px;
    line-height: 24px
}

.crumbs-nav-main {
    font-size: 12px;
}

.crumbs-nav-item {
    float: left;
    margin-right: 8px
}

.crumbs-link,
.crumbs-nav-item .menu-drop,
.crumbs-nav-item .selector-set {
    float: left;
    margin-right: 5px
}

.crumbs-nav-item .selector-set {
    margin-right: 0
}

.crumbs-arrow {
    font-style: normal;
}

.my-tag-text {
    padding: 5px 10px;
    border: 1px solid #9FB2D2;
}

.teacher-search .class {
    border-left: 1px solid #BFC5D1;
    border-right: 1px solid #BFC5D1;
    border-bottom: 1px solid #BFC5D1;
    padding: 10px 10px 10px 30px;
}

.teacher-search .class:first-child {
    border-top: 1px solid #BFC5D1;
}

.teacher-search .class .title {
    font-size: 12px;
    color: #666666;
    width: 7%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.teacher-search .class ul {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    width: 87%;
}

.class2 {
    position: relative;
    max-height: 80px;
    overflow: hidden;
}

.y-scroll {
    max-height: 82px;
    overflow-y: auto;
    padding-bottom: 20px;
}

.sl-ext {
    position: absolute;
    top: 14px;
    right: -45px;
    width: 120px;
    height: auto;
    line-height: 22px;
    overflow: hidden;
}

.sl-e-more {
    float: left;
    padding-left: 5px;
    margin-right: 20px;
    position: relative;
    width: 50px;
    height: 22px;
    background: #fff;
    visibility: hidden;
    border: 1px solid #ddd;
    color: #333;
}

.layui-icon {
    font-size: 12px;
    margin-left: 2px;
}

.teacher-search .class ul li {
    float: left;
    margin: 0 10px;
    color: #333333;
    cursor: pointer;
}

.teacher-search .class ul li.active {
    color: #004BAA;
}

.view {
    width: 1200px;
    margin: 0 auto;
}

.teachersList-bigImg {
    margin-top: 15px;
}

.teachersList-bigImg ul {
    display: table;
    width: 100%;
}

.teachersList-bigImg .teacher-item {
    width: 20%;
    float: left;
    text-align: center;
    height: 250px;
}

.teachersList-bigImg .teacher-item:hover li {
    cursor: pointer;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.teacher-link {
    padding: 33px 0;
}

.teacher-img {
    width: 95px;
    height: 95px;
    border-radius: 48px;
    margin-bottom: 26px;
}

.teacher-name {
    font-size: 18px;
    color: #004BAA;
    margin-bottom: 11px;
}

.shop-name {
    font-size: 14px;
    color: #999999;
    margin-bottom: 16px;

    /* 超过一行显示... */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.teacher-post {
    font-size: 14px;
    color: #666666;

    /* 超过一行显示... */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#orderPage {
    text-align: center;
    margin: 20px 0 0 0;
    display: block;
}