[v-cloak] {
    display: none;
}

body {
    background: #efefef;
}

#main {
    padding-bottom: 100px;
}

header {
    background: #000;
    color: #999;
    line-height: 33px;
    font-size: 12px;
}

header p {
    display: inline-block;
}

header p a {
    margin-right: 10px;
    padding-right: 10px;
}

header p a:nth-of-type(1) {
    border-right: 1px solid #fff;
}

header p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.modal-hide {
    display: none;
}

.modal-show {
    display: block;
}

.mainDiv {
    width: 1000px;
    margin: auto;
}

.mainDiv:after {
    content: "";
    visibility: hidden;
    line-height: 0;
    clear: both;
    display: block;
}

.mainDiv2 {
    width: 968px;
    margin: auto;
}

.headLeft,
.headRight {
    position: relative;
}

.headRight {
    float: right;
}

.headerma {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 11;
    padding-top: 10px;
    background: transparent;
    opacity: 0;
}

.headerma img {
    display: block;
    width: 100%;
}

.headRight2>img {
    width: 20px;
    vertical-align: middle;
    border-radius: 50px;
}

header p.headRight2 a {
    border: none;
    color: #999;
}

header p.headRight2 a img {
    margin-left: 4px;
}

.headCon {
    position: relative;
}

.headCon a {
    color: #999;
}

.bread {
    margin-top: 20px;
}

.mincenter {
    position: absolute;
    width: 250px;
    left: 0;
    top: 20px;
    z-index: 11;
    padding-top: 20px;
    opacity: 0;
}

.mincenterCon {
    position: relative;
    background: #fff;
    border: 1px solid #d2d2d2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.mincenterCon:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 30px;
    top: -6px;
    -webkit-box-shadow: -6px -6px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: -6px -6px 10px rgba(0, 0, 0, .5);
    -ms-box-shadow: -6px -6px 10px rgba(0, 0, 0, .5);
    -o-box-shadow: -6px -6px 10px rgba(0, 0, 0, .5);
    box-shadow: -6px -6px 10px rgba(0, 0, 0, .5);
}

.minTop {
    position: relative;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 0;
}

.minTop img {
    border-radius: 50px;
    width: 80px;
}

.minTop p {
    display: block;
    font-size: 14px;
    margin-top: -12px;
}

.outlogo {
    position: absolute;
    font-size: 14px;
    right: 30px;
    bottom: 10px;
}

.minBot {
    font-size: 0;
    padding: 20px 0 0;
    background: #f5f5f5;
    border-top: 1px solid #d2d2d2;
}

.minBot a {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 14px;
}

.minBot a p {
    display: block;
    line-height: initial;
}

.navs {
    background: #fff;
    border-bottom: 5px solid #FF5368;
}

.logoDiv {
    float: left;
    padding: 29px 0 20px 20px;
}

.logos {
    width: 80%;
}

nav {
    text-align: right;
    font-size: 0;
    padding-top: 46px;
}

nav a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding: 20px 22px 17px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #999999;
    margin: 0 4px;
}

nav a.active {
    background: #FF5368;
    color: #fff;
}

.hot {
    position: absolute;
    top: 0;
    right: -3px;
    font-size: 12px;
    background: #FF5368;
    padding: 4px 6px;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transform: scale(.7, .7);
}

.hot:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 1px;
    border: 4px solid #FF5368;
    border-left: 4px solid #FF5368;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.footerDiv {
    height: 40px;
    margin-top: 20px;
}

.footerDiv footer p a {
    color: rgb(153, 153, 153);
}

.footer {
    background: #535353;
    padding: 34px 0;
    text-align: center;
    margin-top: 20px;
}

.footer>div {
    position: relative;
    width: 126px;
    height: 120px;
    margin-right: 71px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.footer>div:last-child {
    margin: 0;
}

.footer>div>p {
    color: #cccccc;
    font-size: 16px;
}

.footer>div>div {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #999999;
}

.footer>div>div a {
    display: block;
    line-height: 20px;
}

.footer>div:last-child {
    text-align: center;
}

.footer>div:last-child p {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.footer>div:last-child img {
    width: 100%;
}

footer {
    margin-top: 20px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #999999;
    padding: 10px;
    z-index: 100;
}

footer p {
    line-height: 20px;
}

.footI a {
    color: #999;
}

.fon12 {
    font-size: 12px;
}

.fon14 {
    font-size: 14px;
}

.fon16 {
    font-size: 16px;
}

.fon18 {
    font-size: 18px;
}

.fon20 {
    font-size: 20px;
}

.fon23 {
    font-size: 23.5px;
}

.col333 {
    color: #333;
}

.col666 {
    color: #666;
}

.col999 {
    color: #999;
}

.col00b {
    color: #FF5368;
}

.col7ec {
    color: #7ecef4;
}

.fonbol {
    font-weight: bold;
}

.lineTh {
    text-decoration: line-through;
}

.el-button--default {
    background-color: #FF5368 !important;
}

.cha {
    position: absolute;
    top: 24px;
    right: 5px;
    width: 16px;
}

.my_logoDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9
}

.section .empty-text,
.tuijian>.empty-text {
    font-size: 14px !important;
    text-align: center;
    color: #ccc;
    /* margin: 12px; */
    padding: 25px;
}

.noData {
    font-size: 30px;
    text-align: center;
    color: #ccc;
    font-weight: bold;
    padding-bottom: 30px;
}

.empty-text {
    padding: 50px;
    font-size: 20px;
    text-align: center;
    color: #ccc;
}

[v-cloak] {
    display: none;
}

.self_block {
    font-size: 14px;
}

.teacher_wrap {
    text-align: center;
    padding: 34px 25px 15px;
}

.zx_title {
    color: #303030;
}

.zx_title:hover {
    color: #FF5368;
}

.des-new {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.teacher_wrap .t_img_box {
    padding: 10px;
    background: #e5e5e5;
    border-radius: 50em;
    display: inline-block;
}

.teacher_wrap .t_name {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
}

.teacher_wrap .t_rank {
    margin-bottom: 20px;
}

.teacher_wrap .free_btn {
    line-height: 30px;
    padding: 0 28px;
    color: #fff;
    background: #FF5368;
    border-radius: 50em;
    display: inline-block;
    position: relative;
}

.teacher_wrap .free_btn .ico_free {
    position: absolute;
    background: #fff;
    color: #FF5368;
    border-radius: 50em 50em 50em 0;
    line-height: 18px;
    padding: 0 5px;
    border: 1px solid #FF5368;
    right: -20px;
    top: -12px;
}

.recom_warp {
    padding: 0 25px 10px;
}

.recom_warp .t_hd {
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
}

.recom_warp .t_hd a{
    color: #999 !important;
    float: right;
    position: relative;
}


.recom_warp .t-itm-list {
    padding: 10px 0;
}

.t-itm-list-2 {
    padding: 10px 0;
}

.t-itm-list-2 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    line-height: 35px;
    position: relative;
    font-size: 15px;
}

.recom_warp .t-itm-link {
    display: block;
    line-height: 35px;
    padding-left: 14px;
    position: relative;
}

.recom_warp .t-itm-link:before {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50em;
    background: #ccc;
    left: 0;
    top: 16px;
    content: "";
}

.other-reply-list {
    padding-top: 15px;
}

.other-reply-list .reply-itm-link {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 22px;
}

.other-reply-list .reply-itm-link:hover .hd {
    color: #FF5368;
}

.other-reply-list .reply-itm-link:before {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50em;
    background: #ccc;
    left: 0;
    top: 6px;
    content: "";
}

.reply-itm-link .hd {
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reply-itm-link p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
}

.ep_2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ep_3 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.el-breadcrumb:after,
.el-breadcrumb:before,
.el-button-group:after,
.el-button-group:before,
.el-form-item:after,
.el-form-item:before,
.el-form-item__content:after,
.el-form-item__content:before {
    display: table;
    content: ""
}

.el-breadcrumb:after {
    clear: both
}

.el-breadcrumb {
    font-size: 13px;
    line-height: 1
}

.el-breadcrumb__item {
    float: left
}

.el-breadcrumb__item:last-child .el-breadcrumb__item__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__item__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__item__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__item__inner:hover {
    color: #FF5368;
    cursor: text
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator {
    display: none
}
.leftBox{
    position: fixed;
    left: 1%;
    top: 41%;
    overflow: hidden;
    z-index: 999;
    width: 118px;
}
.leftBox p{
    cursor: pointer;
    position: absolute;
    z-index: 999;
    width: 20px;
    height: 20px;
    right: 51px;
    bottom: 0;
}
.leftBox:hover p{
    display: block;
}
.leftBox img{
  display: block;
  width: 100%;
}