[v-cloak] {
    display: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.red {
	color: #c30d23 !important;
}

.green {
	color: #088205 !important;
}

.blue {
	color: #0e6eb8 !important;
}

#teacher-section {
	
}

#teacher-section .teacher-title {
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
}

#teacher-section .teacher-title::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 2px;
	width: 0;
	height: 18px;
	border-left: 3px solid #0081e6;
}


/***********讲师信息*********/
#teacher-section .info-box {
	padding: 20px 15px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e4ecf3;
}

.info {
	flex: 1;
	margin-right: 20px;
	display: flex;
	align-items: flex-start;
}

.info > img {
	margin-right: 15px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.info .username {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.info .handler {
	margin-bottom: 15px;
}

.info .handler span {
  position: relative;
	display: inline-block;
	padding: 1px 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 50px;
	background-color: #0081e6;
	cursor: pointer;
	opacity: .9
}

.info .handler span:hover {
	opacity: 1;
}

.info .handler span:hover > img {
  display: block;
}

.info .handler span + span {
	margin-left: 20px;
}

.info .handler span img{
  position: absolute;
  top: 30px;
  left: 0;
  width: 120px;
  /*transform: translateX(-50%);*/
  display: none;
}

.info .intro {
	font-size: 14px;
	color: #666;
}

/***********最新课程*********/
.newcourse-box {
	width: 330px;
}

.newcourse-box .newcourse {
	margin-top: 15px;
	padding: 10px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}

.newcourse-box .newcourse > img {
	margin-right: 15px;
	width: 45%;
}

.newcourse-box .newcourse > div {
	flex: 1;
  width: 100px;
}

.newcourse-box .course-title {
	margin: 0;
	font-size: 14px;
	color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newcourse-box .metas {
	font-size: 12px;
	color: #666;
}

.newcourse-box .metas .price {
	color: #ed3e3e;
}

.newcourse-box .metas .num {
	float: right;
}

/*************** tabs ****************/
#teacher-section .content-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#teacher-section .content {
	margin-right: 20px;
	flex: 1;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e4ecf3;
}

#teacher-section .slider {
	width: 330px;
}

#teacher-section .content .tabs {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}

#teacher-section .content .tabs .tab {
	padding: 0 20px;
	height: 48px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

#teacher-section .content .tabs .tab.active {
	color: #0081e6;
	border-bottom: 2px solid #0081e6;
}

#teacher-section .content .tabs-content {
	padding: 15px;
}

#teacher-section .content .tabs-content > div:not(:first-child) {
	display: none;
}

/************账单**************/
.bill-box {
	padding-bottom: 10px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #e4ecf3;
}

.bill-box .teacher-title {
	padding: 0;
	height: 38px;
	line-height: 40px;
	padding-left: 26px !important;
}

.bill-box .teacher-title::before {
	left: 15px !important;
	top: 10px !important;
}

.bill-box .ljsyl-pic {
	padding: 5px 0;
}

.bill-box .ljsyl-pic img {
	width: 100%;
}

.bill-box .bill-name {
	padding: 0 15px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.bill-box .metas {
	padding: 0 15px;
}

.bill-box .metas .price {
	font-size: 15px;
	font-weight: bold;
	color: #ed3e3e;
}

.bill-box .operator-tit {
	padding: 0 15px;
	font-size: 12px;
}

.bill-box .area-box {
	margin-top: 10px;
	padding: 0 15px;
	font-size: 12px;
}

/*******************资讯*********************/
.zx_list {
    border-radius: 5px;
    overflow: hidden;
}

.zx_list .zx_item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.zx_list .zx_item:first-child {
    padding-top: 10px;
}

.zx_list .zx_item:last-child {
    border: none;
    padding-bottom: 0;
}

.zx_list .zx_item .zx_item_img {
    float: left;
    width: 215px;
    height: 140px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.zx_list .zx_item .zx_item_con {
    padding-left: 235px;
}

.zx_list .zx_item .zx_item_con h2 {
	margin-top: 5px;
  font-size: 18px;
  color: #666;
}

.zx_list .zx_item .zx_item_con h2:hover {
    color: #0081e6;
}

.zx_list .zx_item .zx_item_con p {
    margin: 15px 0 10px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

.zx_list .zx_item .zx_item_con p:hover {
    color: #0081e6;
}

.zx_item_authorwp {
    margin-top: 20px;
    overflow: hidden;
}

.zx_item_authorwp .zx_item_author {
    display: inline-block;
}

.zx_item_authorwp .zx_item_author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
}

.zx_item_authorwp .zx_item_author span {
    display: inline-block;
    vertical-align: middle;
    color: #b5b5b5;
    font-size: 13px;
}

.zx_item_authorwp .zx_item_author .zx_item_author_name {
    margin-right: 10px;
}

.zx_item_authorwp .zx_item_author .zx_item_author_img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    vertical-align: middle;
}

.zx_item_authorwp .zx_item_cmnlreply {
    float: right;
    margin-top: 5px;
}

.zx_item_authorwp .zx_item_cmnlreply span {
    margin-left: 10px;
    color: #b5b5b5;
    font-size: 13px;
}

.zx_item_authorwp .zx_item_cmnlreply span img {
    margin-right: 3px;
}

/***************课程列表************/
.tabs-content .course-item {
	padding: 10px;
	border: 1px solid #e4ecf3;
	border-radius: 5px;
}

.tabs-content .course-item .title {
	padding: 5px 0 2px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: none;
}

.tabs-content .course-item .metas {
	color: #c1c1c1;
}

/****************业绩***************/
#teacher-section .outline {
	margin-top: 20px;
	padding: 15px 0;
	display: flex;
	align-items: center;
	text-align: center;
	border: 1px solid #e6e6e6;
}

#teacher-section .outline > div {
	flex: 1;
	font-size: 14px;
	color: #999;
}

#teacher-section .outline > div:not(:last-child) {
	border-right: 1px solid #e6e6e6;
}

#teacher-section .outline > div span {
	margin: 0 6px;
	font-size: 18px;
}

#teacher-section .navs {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	border: 1px solid #e6e6e6;
	background-color: #fff8ef;
}

#teacher-section .navs .nav {
	flex: 1;
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	color: #333;
	text-align: center;
	background-color: #f3f6f8;
	cursor: pointer;
}

#teacher-section .navs .nav&:not(:last-child) {
	border-right: 1px solid #e6e6e6;
}

#teacher-section .navs .nav.active {
	background-color: #0081e6;
	color: #fff;
}

.tabs-content .title {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  background: #f5f9fd;
}
.tabs-content .title img {
  margin-right: 10px;
  width: 14px;
  height: 14px;
}

/**************账户概况************/
.echart-box__wrapper .echart-box__tabs {
	font-size: 0;
  text-align: center;
}
.echart-box__wrapper .echart-box__tabs span {
  display: inline-block;
  width: 100px;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  cursor: pointer;
}
.echart-box__wrapper .echart-box__tabs span:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.echart-box__wrapper .echart-box__tabs span:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.echart-box__wrapper .echart-box__tabs span.active {
  background: #0081e6;
  color: #fff;
  border-color: #0081e6;
}
.monthtj-box .table {
  margin: 10px 0;
  border: 1px solid #e6e6e6;
}
.monthtj-box .table .table-row .table-cell {
  border: 1px solid #e6e6e6;
  text-align: center;
}
.monthtj-box .table .table-row .table-cell:first-child {
  background-color: #fff8ef;
}
.statis-box {
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
}
.statis-box > div {
  flex: 1;
}
.statis-box > div:not(:last-child) {
  margin-right: 15px;
}
.statis-box .statis-box__title {
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
}
.statis-box .statis-box__content {
  border: 1px solid #e6e6e6;
}
.statis-box .statis-box__content > div {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
}
.statis-box .statis-box__content > div:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.statis-box .statis-box__content > div:nth-child(odd) {
  background-color: #f9f9f9;
}
.statis-box .statis-box__content > div span {
  position: relative;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  color: #444;
  cursor: pointer;
}
.statis-box .statis-box__content > div span:first-child {
  width: 45%;
}
.statis-box .statis-box__content > div span:last-child {
  width: 55%;
}
#yssj .table {
  margin: 10px 0;
  border: 1px solid #e6e6e6;
}
#yssj .table .table-row .table-cell {
  border: 1px solid #e6e6e6;
}
#yssj .table .tbody .table-row:nth-child(odd) {
  background-color: #f9f9f9;
}
.pagination {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.pagination span:not(.total):not(.jumper) {
  background-color: #fff;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
}
.pagination span:not(.total):not(.disabled) {
  color: #555;
}
.pagination span.pager.active {
  color: #fff;
  background-color: #0081e6;
  border-color: #0081e6;
}

/**************人物访谈*****************/
.tit-06 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.tit-06 span {
  display: block;
  width: 3px;
  height: 20px;
  float: left;
  background: #0081e6;
  margin: 1px 10px 0 0;
}
.tit-06 b {
  font-size: 18px;
}
.tit-06 a {
  float: right;
  margin-top: 5px;
  color: #999;
}
.tit-06 a:hover {
  color: #0081e6;
}
.ejia-right-mod {
  position: relative;
  padding: 15px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4ecf3
}
.ejia-right-mod.ejia-right-mod-tg {
  padding-bottom: 30px;
}
.ejia-right-mod .ejia-tg {
  padding: 15px;
  text-align: center;
  border-bottom: 1px dashed #e6e6e6;
}
.ejia-right-mod .ejia-tg .tg-img {
  display: inline-block;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
.ejia-right-mod .ejia-tg .tg-name {
  margin-top: 12px;
  font-weight: bold;
  font-size: 18px;
}
.ejia-right-mod .ejia-tg-des {
  padding: 15px 0 0 5px;
  height: 99px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
}
.ejia-right-mod .ejia-tg-des.unfold {
  height: auto;
  min-height: 99px;
}
.ejia-right-mod .ejia-tg-des .ejia-tg-des-name {
  margin-right: 5px;
}
.ejia-right-mod .foldOrUn {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 14px;
}
.ejia-right-mod .foldOrUn.unfold i {
  transform: rotate(90deg);
}
.ejia-right-mod .foldOrUn i {
  margin-left: 5px;
  font-size: 12px;
}
.ejia-right-mod .ejia-notice ul {
  padding-left: 20px;
  list-style: none;
}
.ejia-right-mod .ejia-notice ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.ejia-right-mod .ejia-notice ul li:last-child {
  border-bottom: none;
}
.ejia-right-mod .ejia-notice ul li .notice-tit {
  width: 231px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #040404;
}
.ejia-right-mod .ejia-notice ul li .notice-tit:hover {
  color: #0081e6;
}
.ejia-right-mod .ejia-notice ul li p {
  margin: 0;
  text-indent: 2em;
  color: #999;
  line-height: 23px;
}
.ejia-right-mod .ejia-notice ul li p a {
  color: #999;
}
.ejia-right-mod .ejia-notice ul li p a:hover {
  color: #0081e6;
}














/*******************分页*****************/
.pagination {
  text-align: center;
  user-select: none;
}
.pagination span {
  margin: 0 5px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
}
.pagination span:not(.jumper) {
  padding: 0 13px;
}
.pagination span.active {
  color: #0081e6;
}
.pagination span.disabled {
  color: #999;
  cursor: not-allowed !important;
}
.pagination span.pager, .pagination span.home, .pagination span.last, .pagination span.next, .pagination span.prev {
  border-radius: 3px;
  cursor: pointer;
}
.pagination span.pager:not(.disabled):not(.active):hover, .pagination span.home:not(.disabled):not(.active):hover, .pagination span.last:not(.disabled):not(.active):hover, .pagination span.next:not(.disabled):not(.active):hover, .pagination span.prev:not(.disabled):not(.active):hover {
  color: #0081e6;
}
.pagination span.jumper input {
  margin: 0 5px;
  padding: 0 5px;
  width: 30px;
  line-height: 28px;
  font-size: 1em;
  text-align: center;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.pagination span.jumper input:focus {
  outline: none;
  box-shadow: none;
}
/*************表格*************/
.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.table .table-caption {
  display: table-caption;
}
.table .table-column-group {
  display: table-column-group;
}
.table .table-column {
  display: table-column;
}
.table .thead {
  display: table-header-group;
}
.table .tbody {
  display: table-row-group;
}
.table .table-row {
  display: table-row;
  cursor: pointer;
}
.table .table-row .table-cell {
  display: table-cell;
  padding: 0 10px;
  max-width: 150px;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table .table-row .anticon {
  font-size: 18px;
  color: #bbb;
}
.table .table-row .anticon:hover, .table .table-row .anticon.active {
  color: #0081e6 !important;
}
.table + .no-data, .table + .loading, .table + .no-moredata {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #efefef;
  border-top: none;
}
.table + .loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table + .loading .anticon {
  font-size: 18px;
  color: #999;
}
.fieldset {
  margin: 10px 0;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  color: #333;
}
.fieldset legend {
  display: inline-block;
  padding-left: 5px;
  width: auto;
  font-size: 14px;
}
.fieldset p {
  line-height: 20px;
}
.fieldset p b {
  display: inline-block;
  margin-left: 30px;
}
.echart {
	margin: 10px 0;
	width: 100%;
	height: 450px;

	background: url("http://www.ejia7.net/pip/front/images/pvp-logo-sy.png")
		center center no-repeat;
}