@charset "UTF-8";
.bottom_link{
	display:none;
}
h2.title{
	padding-top:5px;
	line-height:32px;
	text-align:center;
}
h2.title .gradient{
	display:inline-block;
	color:#fe7952;
	font-size:2.2rem;
	background: -webkit-linear-gradient(left,#ff9c0d 0%,#fe6873);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	vertical-align:middle;
}
h2.title i{
	display:inline-block;
	width:30px;
	height:22px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:16px 10px;
	vertical-align:middle;
}
h2.title .c1{
	background-image:url(/salon/images/c1.png);
}
h2.title .c2{
	background-image:url(/salon/images/c2.png);
}
h2.title .sub{
	display:block;
	padding-top:4px;
	font-size:.7em;
	font-weight:normal;
	color:#999;
	line-height:1.2em;
}
h3.live{
	padding-bottom:10px;
	text-align:center;
	color:#999;
	font-size:1.4rem;
	font-weight:normal;
}
h3.live label{
	display:inline-block;
	padding:1px 2px;
	margin-right:2px;
	color:#ff7f14;
	border:solid 1px #ff7f14;
	border-radius:3px;
}
/*选项卡*/
.tabs{
	border-bottom:solid 2px #ff7f14;
}
.tabs a{
	float:left;
	position:relative;
	display:block;
	width:50%;
	line-height:32px;
	text-align:center;
}
.tabs .cursor{
	color:#fff;
	background-color:#ff7f14;
}
.tabs .arrow{
	display:none;
	position:absolute;
	left:50%;
	bottom:-2px;
	z-index:10;
	width:0;
	height:0;
	margin-left:-5px;
	border-left:solid 5px transparent;
	border-right:solid 5px transparent;
	border-bottom:solid 5px #fff;
}
.tabs .cursor .arrow{
	display:block;
}
/*热门词库*/
.word-list-ul{
	padding:5px;
}
.word-list-ul li{
	float:left;
	display:block;
	box-sizing:border-box;
	width:50%;
	padding:5px;
}
.word-list-ul .a{
	position:relative;
	display:block;
	height:95px;
	padding:8px;
	box-sizing:border-box;
	color:#fff;
}
.word-list-ul .img{
	position:absolute;
	bottom:0;
	right:0;
	z-index:10;
	height:90%;	
}
.word-list-ul .title{
	font-weight:bold;
	font-size:1.6rem;
}
.word-list-ul .p{
	display:block;
	width:130px;
}
.word-list-ul .p span{
	display:inline-block;
	padding-right:4px;
	font-size:1rem;
}
.word-list-ul .go{
	display:inline-block;
	padding:2px;
	margin-top:5px;
	text-transform:uppercase;
	font-size:1.2rem;
	background-color:rgba(255,255,255,.5);
}
.word-list-ul .go i{
	font-size:.8em;
}
.word-list-ul .c1{
	background-color:#fe5a5b;
}
.word-list-ul .c2{
	background-color:#8319c3;
}
.word-list-ul .c3{
	background-color:#ffb62c;
}
.word-list-ul .c4{
	background-color:#1cbb9b;
}
.salon-btn{
	padding:10px 0;
	text-align:center;
}
.salon-btn a{
	display:inline-block;
	width:75%;
}

/*今日排行榜*/
.today-ranking {
    margin: 0 10px;
    border-radius: 15px;
    background-color: #ffcc03;
}
.today-ranking h3 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background-color: #ff7264;
    border-radius: 15px 15px 0 0;
}
.today-ranking .icon {
    display: inline-block;
    width: 16px;
    height:16px;
    margin-right:3px;
    vertical-align: middle;
    background: url(/salon/images/icon1.png) no-repeat left center;
    background-size:100% 100%;
}
.today-ranking-bd {
    padding: 5px;
}
.today-ranking-bd ul {
	padding: 0 10px;
    border-radius: 3px 3px 15px 15px;
    overflow:hidden;
    background-color: #fff;
}
.today-ranking-bd .my, .today-ranking-bd li {
	display:flex;
	display:-webkit-flex;
	flex-flow:row;
	-webkit-flex-flow:row;
    line-height: 30px;
    font-size: 1.4rem;
    background-color: #fff;
}
.today-ranking-bd .my {
	padding:5px 10px;
    border-radius: 15px 15px 3px 3px;
    margin-bottom: 5px;
}
.today-ranking-bd .my .num{
	font-size:1.6rem;
	color:#ff7f14;
}
.today-ranking-bd li {
	padding:5px 0;
    border-bottom: #ddd solid 1px;
}
.today-ranking-bd span{
	height:30px;
}
.today-ranking-bd .num{
	width:60px;
	text-align:center;
}
.today-ranking-bd .num img{
	width:18px;
}
.today-ranking-bd .num img {
    margin-top: 4px;
}
.today-ranking-bd .name,
.today-ranking-bd .count{
	flex:1;
}
.today-ranking-bd .face{
	width:40px;
	padding:0 5px;
}
.today-ranking-bd .face img{
	width:30px;
}

.salon-content{
	padding:10px 0;
	background-color:#fff;
}
.salon-border{
	border-top:#e5e5e5 solid 10px;
}

.magazine-cover{
	display:flex;
	flex-flow:row;
	padding:10px 5px;
}
.magazine-cover li{
	flex:1;
	padding:0 5px;
}
.magazine-cover img{
	width:100%;
}
.magazine-cover .name{
	display:block;
	line-height:1.7em;
	text-align:center;
}
.magazine-list{
	padding:10px;
}
.magazine-list dt{
	font-size:1.6rem;
	color:#333;
}
.magazine-list dd{
	border-bottom:dashed 1px #ddd;
}
.magazine-list a{
	display:block;
	padding:10px 0;
	font-size:1.3rem;
	color:#888;
}
.magazine-list .icon{
	display:inline-block;
	width:8px;
	height:8px;
	margin-right:4px;
	border-radius:50%;
	border:solid 1px #ff7f14;
}
.salon-banner{
	display:block;
} 
.salon-banner img{
	width:100%;
	min-height:80px;
}

/*定制百科*/
.word-list-ul .baike>a{
	padding:0;
	height:47px;
	line-height:47px;
	text-align:center;
	font-size:1.6rem;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.word-list-ul .custom>a{
	height:96px;
	line-height:96px;
}
.word-list-ul .links{
	padding-top:4px;
}
.word-list-ul .links a{
	display:inline-block;
	padding-right:4px;
	font-size:1.2rem;
	line-height:1.6em;
}
 .baike .img1{
 	background-image:url(/salon/images/baike1.jpg);
 }
  .baike .img2{
 	background-image:url(/salon/images/baike2.jpg);
 }
  .baike .img3{
 	background-image:url(/salon/images/baike3.jpg);
 }
  .baike .img4{
 	background-image:url(/salon/images/baike4.jpg);
 }
 
 
 .list-student li{
 	display:flex;
 	flex-flow:row;
 	padding:15px 10px 10px 10px;
 	border-bottom:solid 1px #ddd;
 }
 .list-student-zan{
 	width:60px;
 	padding-right:10px;
 	text-align:center;
 	font-size:1.2rem;
 }
.list-student-zan .face{
  	width:50px;
  	height:50px;
  	margin:auto;
  	border-radius:50%;
  	background-color:#e5e5e5;
  	overflow:hidden;
  }
.list-student .face img{
	width:100%;
}
.list-student-zan i{
	display:block;
}
.list-student-intro,
.list-student-intro3{
 	flex:1;
 }
.list-student-intro dt{
	padding-bottom:3px;
	color:#ff7f14;
}
.list-student-intro dd{
	display:flex;
	flex-flow:row;
	padding:4px 0;
	font-size:1.2rem;	
}
.list-student-intro label{
	display:block;
	width:60px;
	color:#333;
	line-height:1.7em;
}
.list-student-intro .pre{
	white-space:pre;
}
.list-student-intro p{
	flex:1;
	color:#999;
}
.list-student-intro .tag {
    display: inline-block;
    padding: 0 3px;
    color: #fff;
    background-color: #ff7f14;
}
.list-student-intro3 b.title{
	display:inline-block;
	padding:2px 4px;
	font-weight:normal;
	color:#fff;
	background-color:#ff7f14;
}
.list-student-intro3 .txt{
	padding:5px 0 10px 0;
	color:#999;
	font-size:1.2rem;
}
.list-student-intro3 .txt p{
	padding:2px 0;
}
.teacher-custom{
	height:225px;
	background:url(/salon/images/img5.jpg) no-repeat;
	background-size:100% 100%;
	text-align:center;
}
.teacher-custom .txt{
	padding-top:50px;
	font-size:2rem;
	color:#fff;
}
.teacher-custom .txt2{
	padding:10px 0;
	margin-bottom:15px;
	color:#ff7f14;
	font-size:1.6rem;
	color:#ff7f14;
}

.title-topic{
	position:relative;
}
.title-topic .search{
	position:absolute;
	right:0;
	top:0;
	z-index:10;
	width:45px;
	text-align:center;
	font-size:2rem;
}
.title-topic .search i{
	height:40px;
	line-height:40px;
}

/*英语话题*/
.list-topic{
	padding:10px 0;
}
.list-topic-bd {
	display:flex;
	flex-flow:row;
    padding: 10px;
}
.list-topic li{
	padding-top:10px;
	border-bottom: solid 1px #ddd;
}
.list-topic .tag{
	display:inline-block;
	height:16px;
	padding:0 15px 0 5px;
	line-height:16px;
	color:#fff;
	font-size:1.2rem;
	background:#ff9c0d url(/salon/images/tag.png) no-repeat right center;
}
.list-topic .face {
    width: 50px;
    height: 50px;
    margin-right:10px;
    border-radius: 50%;
    background-color: #e5e5e5;
    overflow: hidden;
}
.list-topic-bd .face img{
	width:100%;
}
.list-topic .title{
	font-size:1.4rem;
}
.list-topic .main{
	flex:1;
}
.list-topic-fun{
	display:flex;
	flex-flow:row;
	padding:5px 0;
}
.list-topic-fun span{
	display:block;
	font-size:1.2rem;
	color:#999;
}
.list-topic-fun .return{
	flex:3;
}
.list-topic-fun .date{
	flex:2;
	text-align:right;
}
.list-topic-fun2{
	text-align:right;
}
.list-topic-fun2 span{
	display:inline-block;
	padding:0 5px;
	font-size:1.2rem;
	color:#999;
}

/*金牌课程老师列表*/
.list-human .face{
	width:110px;
	margin-right:10px;
}
.list-human dt{
	color:#333;
}
.list-human .btn_short_white{
	font-size:1.2rem;
}

/*选项卡2*/
.tabs2{
	display:flex;
	flex-flow:row;
	height:36px;
	background-color:#e5e5e5;
}
.tabs2 li{
	flex:1;
	line-height:36px;
	text-align:center;
}
.tabs2 a{
	display:block;
}
.tabs2 .cursor{
	color:#ff7f14;
}

.custom-banner{
	position: relative;
	height:175px;
    color: #222;
	background:url(/salon/images/banner-bg.jpg) no-repeat;
	background-size:100% 100%;
}
.custom-banner .photo {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 10;
    width:150px;
}
.custom-banner .photo img{
	width:100%;
}
.custom-banner .name {
    position: absolute;
    left: -150px;
    bottom: 10px;
    z-index: 10;
    width: 230px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6em;
    color:#999;
}
.custom-banner-txt {
    position: absolute;
    left: 10px;
    top: 20px;
    z-index: 11;
    font-size:1.4rem;
}
.custom-banner-txt .expert {
	display:flex;
	flex-flow:row;
	padding-top:20px;
    font-size: .8em;
    color:#333;
}
.custom-banner-txt .expert label{
	display:block;
	width:60px;
	line-height:1.7em;
}
.custom-banner-txt .expert p{
	flex:1;
	color: #ff7f14;
}

.custom_flow{
	display:box;
	display:-webkit-box;
	display:-moz-box;
	padding:10px 5px 0 5px;
	text-align:center;
}
.custom_flow .bd{
	width:56px;
}
.custom_flow .bd i{
	width:50px;
	height:50px;
	color:#fff;
	font-size:1.6rem;
	line-height:50px;
	border-radius:50%;
	background-color:#ff7f14;
}
.custom_flow .arrow{
	display:block;
	box-flex:1;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	line-height:50px;
	color:#ff7f14;
}
.custom_flow .txt{
	display:block;
	line-height:1.8em;
	font-size:1.2rem;
}

/*学员定制页面*/
.custom-banner2{
	position:relative;
	height:176px;
	background:url(/salon/images/banner3.jpg) no-repeat;
	background-size:100% 100%;
}
.custom-banner2 .fun{
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:10;
}
.custom-banner2 .fun span{
	display:inline-block;
	width:50px;
	height:50px;
	color:#fff;
	font-size:1rem;
	text-align:center;
	background-color:#ff7f14;
	border-radius:50%;
}
.custom-banner2 .fun i{
	display:block;
	padding-top:10px;
	font-size:1.6em;
}

.list-student-intro2{
	padding:10px;
	border-bottom:solid 1px #ddd;
}
h2.salon-title{
    font-weight: normal;
    line-height: 22px;
}
h2.salon-title .txt {
    display: block;
    padding-left: 8px;
    font-size: 1.6rem;
    color: #333;
    border-left: 3px solid #ff7f14;
}
h2.salon-title .sub {
    margin-left: 6px;
    color: #999;
    font-size: .6em;
}
.course-plan{
	padding:10px;
}
.course-plan dt{
	padding-bottom:8px;
	color:#ff7f14;
}
.course-plan dd{
	padding-bottom:8px;
	font-size:1.2rem;
	color:#999;
}
.course-recommend{
	padding:0 10px;
}
.course-recommend li{
	border-bottom:solid 1px #ddd;
}
.course-recommend li:last-child{
	border-bottom:none;
}
.course-recommend .click{
	display:flex;
	flex-flow:row;
	padding:10px 0;
}
.course-recommend .txt{
	flex:1;
	font-size:1.2rem;
}
i.circle{
	display:inline-block;
	width:5px;
	height:5px;
	margin-right:4px;
	border-radius:50%;
	border:solid 1px #ff7f14;
}
.course-recommend .arrow{
	display:block;
	width:30px;
	text-align:center;
}
.student-share{
	flex:1;
	color:#999;
	font-size:1.2rem;
	line-height:1.7em;
}
.student-share i{
	font-size:1.6em;
}

/*教材详情*/
.course-details{
	position:relative;
	padding:0 15px;
}
.course-details h3{
	line-height:40px;
	font-size:1.6rem;
	color:#ff7f14;
	font-weight:normal;
}
.course-cover{
	padding-top:20px;
	text-align:center;
}
.course-cover img{
	max-width:30%;
}
.course-details p{
	margin-bottom:5px;
	color:#666;
}

li.no-border,
dd.no-border{
 	border-bottom:none;
 }
 
 /*热门话题*/
 .topic-search {
 	display:flex;
 	flex-flow:row;
    height: 40px;
    margin:10px;
    border: solid 1px #ddd;
    border-radius: 3px;
    overflow:hidden;
}
.topic-search .ipt {
    width: 85%;
}
.topic-search .ipt input{
	height: 40px;
    line-height: normal;
    color:#333;
    text-indent: 5px;
    border: none;
    background-color: #fff;
}
.topic-search .submit {
    width: 15%;
    text-align:center;
     background: #ff7f14;
}
.topic-search .submit.del{
	background:none;
}
.topic-search .submit.del input{
	font-size:1.2rem;
	color:#999;
}
.topic-search .submit input{
	height: 40px;
    line-height: 40px;
    font-size: 2rem;
    color: #fff;
    border: none;
    background:none;
}
.topic-area {
    padding-left:10px;
	font-size:1.2rem;    
}
.topic-area a {
    display: inline-block;
    padding-right: 10px;
}
.topic-area .cursor {
    color: #ff7f14;
}
.topic-tag{
    font-size: 1.2rem;
    padding:0 0 10px 10px;
}
.topic-tag a {
	display:inline-block;
    height: 30px;
    margin: 0 5px 8px 0;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.topic-tag .cursor {
    color: #fff;
    background-color: #ff7f14;
    border-color: #ff7f14;
}
.topic-result{
	padding:10px;
	color:#888;
	font-size:1.2rem;
}

/*话题详情*/
.article{
	padding:10px;
}
.article.non{
	color: #666;
}
.article h3 {
    font-size: 1.6rem;
    color:#333;
    font-weight:normal;
}
.article-inf {
	display:flex;
	flex-flow:row;
    padding: 5px 0;
    color: #999;
    font-size: 1.2rem;
}
.article-inf .date{
	flex:3;
}
.article-inf .view{
	flex:1;
	text-align:right;
}
.article-bd {
    padding: 10px;
    border: solid 1px #ddd;
}
.article-bd p {
    line-height: 1.7em;
    padding-bottom: 10px;
}
.article-bd .img {
    text-align: center;
}
.article-bd p img,
.article-bd .img img {
    max-width: 100%;
}
.article-keyword {
    padding:5px 10px;
}
.article-keyword label {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    background-color: #f0f0f0;
    border: solid 1px #ddd;
    border-radius: 3px;
}
.topic-icon{
	display:flex;
	flex-flow:row;
	width:60%;
	margin:auto;
	padding:20px 0;
}
.topic-icon li{
	flex:1;
	text-align:center;
}
.topic-icon .cursor {
    color: #fff;
    background-color: #ff7f14;
}
.topic-icon i {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #999;
    font-size: 2.2rem;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
}
.topic-icon .txt{
	margin-left:5px;
	font-size:1.6rem;
	color:#999;
}

.remark-list {
    padding: 10px;
}
.remark-list dd {
    padding-bottom: 10px;
}
.remark-inf-box{
	position:relative;
	display:box;
	display:-webkit-box;
	 border-top: dashed 1px #ddd;
	 padding-top: 10px;
}
.remark-inf-box.jh{
	background:url(/salon/images/jh.png) no-repeat right 5px; 
	background-size:50px 50px;
}
.remark-inf-box .face{
	display:block;
	width:40px;
	height:40px;
	overflow:hidden;
}
.remark-inf-box .face img{
	width:100%;
}
.remark-inf-box .jh{
	position:absolute;
	right:0;
	top:0;
}
.remark-inf-box .jh img{
	
}
.remark-inf-bd{
	box-flex:1;
	-webkit-box-flex:1;
	padding-left:10px;
}
.remark-inf {
    color: #999;
}
.remark-list dd{
	padding-bottom:10px;
}
.remark-inf span{
	display:inline-block;
	padding-right:20px;
	line-height:1em;
}
.remark-txt{
	padding:5px 0;
	color:#333;
}
.remark-fun{
	text-align:right;
}
.remark-fun .reply-bd{
	margin-right:10px;
}
.remark-fun a{
	display:inline-block;
	padding-right:15px;
	font-size:12px;
	color:#999;
}
.return-bd{
	padding-left:20px;
}
.return-bd .remark-inf .lv{
	padding-left:5px;
	border-left:solid 3px #ff7f14;
}
.return-form{
	padding:10px;
	background-color:#f0f0f0;
}
.return-form h4{
	padding-bottom:5px;
	font-size:1.4rem;
	color:#333;
}
.return-form .textarea{
	padding:5px;
	background-color:#fff;
	border:solid 1px #ddd;
}
.return-form .textarea textarea{
	width:100%;
	height:80px;
	background-color:#fff;
	border:none;
}
.return-form .submit{
	padding-top:10px;
	text-align:right;
}
.return-form input{
	width:80px;
	height:26px;
	line-height:26px;
	color:#fff;
	font-size:1.4rem;
	text-align:center;
	background-color:#ccc;
	border:none;
	border-radius:4px;
}
.return-form .cursor{
	background-color:#ff7f14;
}
.article-page{
	padding:5px 10px;
}
.article-page a{
	display:block;
	padding:5px 0;
	color:#999;
}
.article-page a b{
	color:#333;
}
.article-rele{
	padding:5px 10px;
}
.article-rele h3.title2{
	padding: 8px 0;
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: normal;
	border-bottom: solid 1px #eee;
}
.article-rele a{
	display:block;
	padding:5px 0;
	color:#999;
}
.loading{
	padding:10px;
	text-align:center;
}
.loading img{
	width:16px;
	vertical-align:middle;
}
.charge_body h3.title{
	display:box;
	display:-webkit-box;
}
.charge_body h3.title .txt{
	display: block;
	box-flex:1;
	-webkit-box-flex:1;
	padding: 5px 0;
}
.charge_body h3.title .back_list{
	display: block;
	width: 65px;
	height: 30px;
	line-height: 30px;
	font-size: 1.2rem;
	color: #ff7f14;
}
