.wapper{
	width: 1200px;
	margin:0 auto;
}
body{
	background-color: #fff;
}
.breadcrumb{
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	margin-top: 80px;
}
.breadcrumb a{
	color: #333333;
	height: 50px;
	line-height: 50px;
}
.breadcrumb a:hover{
	color: #cd1f20;
}

.catedetail{
	width: 100%;
}
.catedetail .outer{
	padding: 40px 20px 40px 30px;
	background-color: #fff;
	width: 1150px;
	height: 380px;
	font-size: 0;
}
.catedetail .imgbox{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle; 
	width: 520px;
	height: 340px;
	text-align: center;
}
/* 详情轮播开始 */
#wrapper{
	width: 520px;
	height: 340px;
	/* border: 1px solid #d7dae0; */
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative; 
	display: inline-block;
	*display:inline;
	*zoom:1;
}
.case .swiper-slide{
	width: 520px;
	height: 340px;
}
.case  .swiper-container {
	position: relative;
	width: 100%;
	height: 340px;
}
.case .swiper-slide>img {
	width: 100%;
	height: 100%;
}
.carousel {
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	position: relative;
}
.case .swiper-pagination{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 510px;
	text-align: right;
}
.case  .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	border: 1px solid #fff;
}
.case  .swiper-pagination-bullet-active {
	background: #fff;
}
.case  .swiper-slide>video {
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
  position: absolute;
 left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.case  .swiper-slide>.videomask {
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top:0;
	bottom:0;
	z-index: 2;
}
.case  .swiper-slide>.videomask>img {
	position: absolute;
	width:62px;
	height:62px;
	top:50%;
	left:50%;
	margin-left: -31px;
	margin-top: -31px;
	z-index: 4;
}
.carousel .swiper-pagination {
	font-size:16px;
}
.carousel .swiper-pagination-custom {
	position: static !important;
	display: inline-block;
	background: #000;
	float: right;
	color: white;
	width: 40px;
	height:20px;
	opacity: 0.5;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	border-radius: 10px;
	margin-right:10px;
}

/* 详情轮播结束 */
.catedetail .textbox{
	float:left;
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width: 590px;
	height: 340px;
	color: #333;
	font-size: 14px;
	text-align: left;
	margin-left: 40px;
}
.catedetail .textbox h3{
	font-size:16px;
	font-weight: 600;
	color: #333;
	height: 26px;
	line-height:26px;
	margin-bottom: 5px;
}
.catedetail .textbox .oldprice{
	font-size:14px;
	color: #666;
	height: 30px;
	line-height:30px;
}
.catedetail .textbox .oldprice span{
	text-decoration: line-through;
	margin-left: 5px;
}
.catedetail .textbox .newprice{
	font-size:14px;
	color: #666;
	height: 30px;
  font-weight: 600;
	line-height:30px;
}
.catedetail .textbox .newprice small{
	margin-left: 5px;
	font-size:12px;
	color: #ff434b;
}
.catedetail .textbox .newprice span{
	font-size:22px;
	color: #ff434b;
  font-weight: 500;
}

.catedetail .textbox .tags{
    font-size: 0;
    color: #666;
    min-height: 40px;
    line-height:26px;
    margin-top:10px;
}
.catedetail .textbox .tags span{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	font-size: 14px;
	color: #666;
	height: 22px;
  font-weight: 600;
	line-height:22px;
}
.catedetail .textbox .tags a{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	text-align: center;
	background-color: #fff0f0;
	padding: 0 10px;
	font-size: 12px;
	color: #e04946;
	height: 22px;
	line-height:22px;
	border-radius: 5px;
	margin-left: 10px;
}
.catedetail .textbox .activty{
	background-color: #fff3eb;
	height: 40px;
	line-height:40px;
	position: relative;
}
.catedetail .textbox .activty p{
	font-size: 14px;
	color: #ff6e00;
	height: 40px;
	line-height:40px;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.catedetail .textbox .activty a{
	position: absolute;
	right: 5px;
	top:5px;
	width: 110px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height:30px;
	background-color: #ff6e00;
}
.catedetail .textbox .destext{
	margin-top: 20px;
	font-size: 14px;
	color: #999;
	min-height: 80px;
	line-height:30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
}
.catedetail .textbox .destext small{
	color: #666;
	font-weight: 600;
}
/* 分享购买 */
.catedetail .sharebuy{
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 10px;
	font-size: 0;
}
.catedetail .sharebuy .share{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width: 520px;
	height: 30px;
}
.catedetail .sharebuy .share p{
	font-size: 14px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	padding-right: 15px;
	height: 30px;
	line-height:30px;
}
.catedetail .sharebuy .share p i{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width: 19px;
	height: 19px;
	margin-right: 5px;
}
.catedetail .sharebuy .share p span{
	display: inline-block;
	*display:inline;
	*zoom:1;
	font-size: 16px;
	padding-right: 5px;
	vertical-align:middle;
}
.catedetail .sharebuy .share .collect span{
	color: #e04946;
}
.catedetail .sharebuy .share .nowstudy span{
	color: #e04946;
}
.catedetail .sharebuy  .share .nowstudy i{
	background: url(../img/20ryicon24.png) no-repeat center center;
	background-size: contain;
}
.catedetail .sharebuy  .share .sharetye i{
	background: url(../img/20ryicon23.png) no-repeat center center;
	background-size: contain;
}
.catedetail .sharebuy  .share .sharetye img{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: 10px;
	cursor: pointer;
}
.catedetail .sharebuy .share  .collect i{
	background: url(../img/20ryicon08.png) no-repeat center center;
	background-size: contain;
}
.catedetail .sharebuy .share  .collect.active i{
	background: url(../img/20ryicon09.png) no-repeat center center;
	background-size: contain;
}
.catedetail .sharebuy .buy{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width: 590px;
	margin-left: 40px;
	height: 30px;
	text-align: left;
}
.catedetail .sharebuy .buy a{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width:150px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: #57A75A;
	border-radius: 20px;
	margin-right: 40px;
}
.catedetail .sharebuy .buy .buybtn{
	background-color: #e04946;
	border-radius: 20px;
}

.package{
	height: 352px;
}
.package .tabhead{
	height: 66px;
	padding:0 20px;
	font-size: 18px;
	line-height: 66px;
}
.package .tabhead span{
	display: inline-block;
	*display:inline;
	*zoom:1;
	color: #666666;
	vertical-align:middle;
	font-size: 16px;
	line-height: 28px;
	border-bottom: 2px solid transparent;
	margin-right: 90px;
	cursor: pointer;
}
.package .tabhead span.active{
	font-size: 18px;
	line-height: 28px;
	color: #e04946;
	border-bottom: 2px solid #e04946;
}
.package .packagebox{
	padding:0 20px;
}
.package .packagebox .item{
	width: 1160px;
	height: 290px;
	background-color: #f5f7f9;
	display: none;
}
.package .packagebox .item .left{
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	width: 810px;
	height: 230px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.package .packagebox .item .left>img{
	/* max-width: 100%; */
	width: 26px;
	height: 26px;
}
.package .packagebox .item .left .centent{
	width: 235px;
	height: 230px;
	background-color: #fff;
}
.package .packagebox .item .left .centent>img{
	/* max-width: 100%; */
	width: 235px;
	height: 150px;
}
.package .packagebox .item .left .centent>.name{
	font-size: 14px;
	padding:0 10px;
	line-height: 20px;
	height: 40px;
	color: #666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.package .packagebox .item .left .centent>.price{
	padding:0 10px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #ff0036;
}
.package .packagebox .item .right{
	float: left;
	width: 250px;
	height: 230px;
	margin-left: 40px;
	margin-top: 30px;
}
.package .packagebox .item .right .top{
	width: 250px;
	height: 55px;
	position: relative;
	text-align: center;
}
.package .packagebox .item .right .top::before{
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	left:0px;
	top:24px;
	background-color: #ff0036;
}
.package .packagebox .item .right .top::after{
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	right:0px;
	top:24px;
	background-color: #ff0036;
}
.package .packagebox .item .right .top h6{
	width: 150px;
	margin: 0 auto;
	color:#ff0036 ;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}
.package .packagebox .item .right .top p{
	width: 150px;
	margin: 0 auto;
	color:#ff0036 ;
	font-size: 24px;
	height: 35px;
	line-height: 35px;
}
.package .packagebox .item .right .numbox{
	margin-top: 25px;
	text-align: center;
	color:#999;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
.package .packagebox .item .right .numbox span{
	padding:0 10px;
}
.package .packagebox .item .right .tag{
	width: 80px;
	margin: 20px auto;
	text-align: center;
	color:#ff6e00;
	background-color: #ffe9db;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.package .packagebox .item .right>a{
	display: block;
	width: 120px;
	margin: 0px auto;
	text-align: center;
	color:#fff;
	background-color: #ff0036;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
}

.detailtext .wapper{
	font-size: 0;
	margin-top: 30px;
	background-color: #ffffff;
}
/* 左侧切换 */
.detailtext .detailleft{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	background-color: #fff;
	width: 835px;
	margin-right: 15px;
	min-height: 800px;
}
.detailtext .detailleft .tabhead{
	height: 60px;
	font-size: 0px;
	background-color: #f5f5f5;
}
.detailtext .detailleft .tabhead p{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	border-top: 2px solid transparent;
	height:58px;
	width: 105px;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 58px;
  	cursor: pointer;
}
.detailtext .detailleft .tabhead p span{
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 30px;
	vertical-align:middle;
	font-size: 12px;
	color: #fff;
	background-color: #E04946;
	text-align: center;
	line-height: 18px;
}
.detailtext .detailleft .tabhead p.active{
	border-top: 2px solid #e04946;;
	color: #e04946;
	background-color: #fff;
}
/* 左侧内容 */
.detailtext .detailleft .detailtent{
	padding:10px;
	color: #333;
	font-size: 15px;
}
.detailtext .detailleft .detailtent .tentitem{
	display: none;
}
/* 详情介绍 */
.detailtext .detailleft .detailtent .introduce{
	width: 100%;
}
.detailtext .detailleft .detailtent .introduce img{
	width: 100%;
	height: auto;
}
/* 课程大纲 */
.detailtext .detailleft .detailtent .compendium{
	/*padding:0 10px;*/
}
.detailtext .detailleft .detailtent .compendium .chapter{
   margin-bottom:10px;
}
.detailtext .detailleft .detailtent .compendium .chapter h4{
  padding:0 10px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: left;
    font-weight:600;
    box-shadow: 0px 0px 3px #999;
  border-radius: 5px;
  cursor: pointer;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul{
	/*padding-left: 25px;*/
	/*padding-bottom: 20px;*/
  display:none;
	
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li{
	padding:20px;
	border-bottom: 1px solid #eee;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li>.twtit{
	height: 16px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li>.twtit>p{
	max-width: 580px;
	text-align: left;
	color: #666;
	font-size: 14px;
	line-height: 16px;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li>.twtit>p i{
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	background-color: #666;
	vertical-align: middle;
	border-radius: 3px;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li>.twtit>img{
	width: 16px;
	height: 20px;
}
/*.detailtext .detailleft .detailtent .compendium .chapter>ul>li ul{
	display: none;
}*/
.detailtext .detailleft .detailtent .compendium .chapter>ul>li ul{
	display: none;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li li{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	height: 30px;
	padding: 20px 10px 10px 10px;
	border-bottom: 1px solid #eaeaea;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li li:last-child{
	border-bottom: 0px solid #eaeaea;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li li p{
	max-width: 500px;
	text-align: left;
	color: #666;
	font-size: 0px;
	height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li li p i{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width: 28px;
	height: 28px;
	background: url(../img/20ryicon28.png) no-repeat center center;
	background-size: contain;
	margin-right: 10px;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li li p span{
	/*display: inline-block;*/
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	width: 400px;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li li p a{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width: 70px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	background: #2a4c7e;
	text-align: center;
	color: #fff;
	margin-left: 10px;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li li.active p span{
	color: #ff6262 !important;	
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li li.active p a{
	background-color: #ff6262 !important;
}
.detailtext .detailleft .detailtent .compendium .chapter>ul>li li.active p i{
	background: url(../img/20ryicon29.png) no-repeat center center;
	background-size: contain;
}
.buymask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
	display: none;
}
.buymask .innerbox{
	width: 350px;
	height:195px;
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -175px;
	margin-top: -98px;
	background-color: #fff;
	border-radius: 10px;
}
.buymask .innerbox span{
	position: absolute;
	right:10px;
	top:10px;
	width: 20px;
	font-size: 14px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	color: #666666;
	border:1px solid #999;
	cursor: pointer;
}
.buymask .innerbox h5{
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin-top: 60px;
}
.buymask .innerbox p{
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 20px;
	margin-top: 35px;
}
.buymask .innerbox p a{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width: 120px;
	height: 40px;
	font-size:14px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #E04946;
	border-radius: 5px;
}
.buymask .innerbox p a:last-child{
	background: #47c88a;
	margin-left: 20px;
}
/* 评价开始 */
.detailtext .detailleft .detailtent .evaluate {
	background: #fff;
	padding: 30px 15px;
}
.detailtext .detailleft .detailtent .evaluate .evalbox{
	width: 100%;
	height: 150px;
	border-bottom: 1px dashed #eaeaea;
	position: relative;
}
.detailtext .detailleft .detailtent .evaluate .evalbox span{
	position: absolute;
	left: 0px;
	top:10px;
	width: 50px;
	font-size: 14px;
	color: #333;
	text-align:left;
	height: 16px;
}
.detailtext .detailleft .detailtent .evaluate .evalbox textarea{
	position: absolute;
	left: 50px;
	top:0px;
	width: 715px;
	height: 65px;
	padding: 5px 10px ;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align:left;
	border:1px solid #eaeaea;
	border-radius: 5px;
}
.detailtext .detailleft .detailtent .evaluate .evalbox a{
	position: absolute;
	left: 50px;
	top:95px;
	width: 90px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align:center;
	border-radius: 5px;
}
.detailtext .detailleft .detailtent .evaluate .evalbox .consulting{
	left: 570px;
	background-color: #E04946;
}
.detailtext .detailleft .detailtent .evaluate .evalbox .submita{
	left: 695px;
	background-color: #47c88a;
}
.detailtext .detailleft .detailtent .evaluate .evallist{
	/* background-color: #47c88a; */
}
.detailtext .detailleft .detailtent .evaluate .evallist>h6{
	color: #333;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.detailtext .detailleft .detailtent .evaluate .evallist>ul li{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: top;
	padding-bottom: 20px;
	border-bottom: 1px dashed #eaeaea;
	margin-bottom: 20px;
}
.detailtext .detailleft .detailtent .evaluate .evallist>ul li>img{
	width: 40px;
	height: 40px;
}
.detailtent .evaluate .evallist>ul li>.asktext{
	width: 725px;
}
.detailtent .evaluate .evallist>ul li>.asktext .infrobox{
	text-align: left;
	margin-bottom: 5px;
}
.detailtent .evaluate .evallist>ul li>.asktext .infrobox h5{
	color: #666;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin-bottom:4px;
}
.detailtent .evaluate .evallist>ul li>.asktext .infrobox .timer{
	color: #999;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;	
}
.detailtent .evaluate .evallist>ul li>.asktext .name{
	/* width: 580px; */
/* 	height: 20px; */
	color: #333;
	font-size: 14px;
	line-height: 20px;
}




/* 评价结束 */
/* 课程试听 */
.detailtext .detailleft .detailtent .audition{
	background: #fff;
	padding: 10px;
}
.detailtext .detailleft .detailtent .audition .notry{
	background: #fff;
	text-align: center;
	margin-top: 160px;
}
.detailtext .detailleft .detailtent .audition .notry>img{
	width: 390px;
	height: auto;
}
.detailtext .detailleft .detailtent .audition .notry>p{
/* 	width: 390px; */
padding-top: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 20px;
}
.detailtext .detailleft .detailtent .audition .notry>a{
/* 	width: 390px; */
	margin-top: 35px;
	width: 150px;
	height: 40px;
	display: inline-block;
	*display:inline;
	*zoom:1;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	border-radius: 20px;
	background-color: #e04946;
}
/* 申请试听 */
.applymask{
	position: fixed;
	width: 100%;
	top:0;
	left:0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 999;
	display: none;
}
.applymask .inner{
	position: absolute;
	width: 540px;
	height: 420px;
	top:50%;
	left:50%;
	margin-top: -210px;
	margin-left: -270px;
	background-color: #fff;
	border-radius:5px;
}
.applymask .inner>span{
	position: absolute;
	width: 40px;
	height: 30px;
	top:0;
	right:0;
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 30px;
	background-color: #eaeaea;
	cursor: pointer;
}
.applymask .inner h5{
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}
.applymask .inner>p{
	width: 440px;
	margin-left: 70px;
	font-size:0px;
	height:45px;
	line-height: 45px;	
	margin-bottom: 20px;
}
.applymask .inner>p span{
	display: inline-block;
	*display:inline;
	*zoom:1;
	font-size:16px;
	vertical-align: middle;
	width: 80px;
	text-align: left;
}
.applymask .inner>p input{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: middle;
	width:308px;
	height: 43px;
	font-size:16px;
	outline: 0 none;
	border:1px solid #999;
	border-radius: 5px;
	text-align: left;
	background-color: #fff;
	text-indent: 10px;
}
.applymask .inner .telphone{
	width: 440px;
	margin-left: 70px;
	font-size: 0;
	margin-bottom: 20px;
}
.applymask .inner .telphone p{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: middle;
	font-size: 0px;
	color: #666;
}
.applymask .inner .telphone span{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: middle;
	width: 80px;
	font-size:16px;
	text-align: left;
}
.applymask .inner .telphone input{
	display: inline-block;
		*display:inline;
		*zoom:1;
		vertical-align: middle;
		width:200px;
		height: 43px;
		margin-right: 10px;
		font-size:16px;
		line-height: 43px;
		outline: 0 none;
		border:1px solid #999;
		border-radius: 5px;
		text-align: left;
		background-color: #fff;
		text-indent: 10px;
}
.applymask .inner .telphone a{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: middle;
	width:90px;
	height: 40px;
	font-size:16px;
	color: #fff;
	line-height: 40px;
	margin-right: 5px;
	text-align: center;
	background-color: #e04946;
}
.applymask .inner .telphone strong{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: middle;
	width:50px;
	height: 40px;
	font-size:12px;
	color: #e04946;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
}
.applymask .inner>button{
	display: block;
	margin: 20px auto 0;
	width:125px;
	height: 35px;
	font-size:16px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background-color: #e04946;
	border:0;
	outline: 0 none;
	cursor: pointer;
	border-radius: 5px;
}
/* 试听结束 */

/* 可以试听 */
.detailtext .detailleft .detailtent .audition .trylist{
	padding:20px 30px 30px 20px;
}
.detailtext .detailleft .detailtent .audition .trylist .tryitem{
	padding-bottom: 20px;
}
.detailtext .detailleft .detailtent .audition .trylist .tryitem h6{
	width: 100%;
	font-size:16px ;
	height: 30px;
	color: #333;
	line-height: 30px;
	text-align: left;
	position: relative;
	margin-bottom: 5px;
}
.detailtext .detailleft .detailtent .audition .trylist .tryitem h6 span{
	position: absolute;
	right:0;
	top:0;
	width: 80px;
	height: 28px;
	font-size:14px;
	color: #fff;
	line-height: 28px;
	background-color: #E04946;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.detailtext .detailleft .detailtent .audition .trylist .tryitem ul{
	padding-left: 35px;
}
.detailtext .detailleft .detailtent .audition .trylist .tryitem ul li{
	height: 53px;
	line-height: 53px;
	position: relative;
	font-size: 16px;
	color: #666;
	padding-right:100px;
	text-align: left;
	border-bottom: 1px solid #eee;
}
.detailtext .detailleft .detailtent .audition .trylist .tryitem ul li i{
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 5px;
	background-color: #666;
	vertical-align: middle;
	border-radius: 3px;
}
.detailtext .detailleft .detailtent .audition .trylist .tryitem ul li span{
	position: absolute;
	right:0;
	top:11px;
	width: 80px;
	height: 28px;
	font-size:14px ;
	color: #E04946;
	line-height:28px;
	background-color: #fff0f0;
	text-align: center;
	cursor: pointer;
}
/* 课程试听 */
/* 课程问答 */
.detailtext .detailleft .detailtent .questions {
	background: #fff;
	padding: 30px 15px;
}
.detailtext .detailleft .detailtent .questions .askbox{
	width: 100%;
	height: 150px;
	border-bottom: 1px dashed #eaeaea;
	position: relative;
}
.detailtext .detailleft .detailtent .questions .askbox span{
	position: absolute;
	left: 0px;
	top:10px;
	width: 50px;
	font-size: 14px;
	color: #333;
	text-align:left;
	height: 16px;
}
.detailtext .detailleft .detailtent .questions .askbox textarea{
	position: absolute;
	left: 50px;
	top:0px;
	width: 715px;
	height: 65px;
	padding: 5px 10px ;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align:left;
	border:1px solid #eaeaea;
	border-radius: 5px;
}
.detailtext .detailleft .detailtent .questions .askbox a{
	position: absolute;
	left: 50px;
	top:95px;
	width: 90px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align:center;
	border-radius: 5px;
}
.detailtext .detailleft .detailtent .questions .askbox .consulting{
	left: 570px;
	background-color: #E04946;
}
.detailtext .detailleft .detailtent .questions .askbox .submita{
	left: 695px;
	background-color: #47c88a;
}
.detailtext .detailleft .detailtent .questions .asklist{
	/* background-color: #47c88a; */
}
.detailtext .detailleft .detailtent .questions .asklist>h6{
	color: #333;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.detailtext .detailleft .detailtent .questions .asklist>ul li{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 20px;	
}
.detailtext .detailleft .detailtent .questions .asklist>ul li>img{
	width: 40px;
	height: 40px;
}
.detailtent .questions .asklist>ul li>.asktext{
	width: 725px;
}
.detailtent .questions .asklist>ul li>.asktext .infrobox{
	text-align: left;
}
.detailtent .questions .asklist>ul li>.asktext .infrobox h5{
	color: #666;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	margin-bottom:4px;
}
.detailtent .questions .asklist>ul li>.asktext .infrobox .timer{
	color: #999;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;	
}
.detailtent .questions .asklist>ul li>.asktext .asknank .titbox{
	/* display:flex ;
	flex-direction: row;
	justify-content: space-between;
	align-items: center; */
	overflow: hidden;
	padding:10px 0;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .titbox p{
	color: #333;
	font-size: 14px;
	line-height: 20px;	
/* 	height: 20px; */
}
.detailtent .questions .asklist>ul li>.asktext .asknank .titbox .name{
	float: left;
	width: 580px;
	line-height: 20px;
	/* height: 20px; */
}
.detailtent .questions .asklist>ul li>.asktext .asknank .titbox .num {
  float: right;
  padding: 0 10px;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .titbox .num i{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../img/20ryicon31.png) no-repeat center center;
	background-size: contain;
	margin-right: 5px;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .titbox .num span{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: middle;
	height: 20px;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .teacherquest{
	background-color: #ecfaf6;

	padding:10px;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: top;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .teacherquest>span{
	display: inline-block;
	*display:inline;
	*zoom:1;
	width:70px;
	text-align: right;
	font-size:14px;
	line-height: 20px;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .teacherquest>p{
	display: inline-block;
	*display:inline;
	*zoom:1;
	width:625px;
	text-align: left;
	font-size:14px;
	line-height: 24px;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .questioning{
	margin-top: 10px;
	background-color: #ecfaf6;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .questioning .btn{
	text-align: right;
	background-color: #fff;
	padding-bottom: 10px;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .questioning .btn span{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: middle;
	width: 100px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-left: 20px;
	cursor: pointer;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .questioning .btn .nowen{
	background-color: #E04946;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .questioning .btn .towen{
	background-color: #47c88a;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .questioning .questioningbox{
	position: relative;
	padding:15px 20px;
	/* background-color: #fff; */
}
.detailtent .questions .asklist>ul li>.asktext .asknank .questioning .questioningbox .tit{
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	margin-bottom: 15px;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .questioning .questioningbox .inputp{
	width: 100%;
	background-color: #fff;
	height: 80px;
	position: relative;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .questioning .questioningbox .inputp textarea{
	position: absolute;
	left:0;
	top:0;
	padding:10px;
	width: 660px;
	background-color: #fff;
	height:60px;
	font-size: 14px;
	line-height: 20px;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .questioning .questioningbox .last{
	text-align: right;
	margin-top: 15px;
}
.detailtent .questions .asklist>ul li>.asktext .asknank .questioning .questioningbox .last a{
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 96px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	background-color: #47c88a;
	border-radius: 5px;
}




/* 课程问答 */
/* 右侧推荐 */
.detailtext .detailright{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	background-color: #fff;
	width:350px;
  	box-shadow: #ddd 0 0 10px;
}
.detailtext .detailright>h6{
	background-color: #fff;
	padding:20px 10px;
	font-size: 18px;
	color: #333;
	height: 20px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.detailtext .detailright .recommendation{
	padding:0px 10px 30px;
}
.detailtext .detailright .recommendation .recomitem{
	margin-top: 20px;
}
.detailtext .detailright .recommendation .recomitem>a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items:center;
	width: 320px;
	height: 80px;
}
.detailtext .detailright .recommendation .recomitem>a>img{
	width: 125px;
	height: 80px;
}
.detailtext .detailright .recommendation .recomitem>a>.recomitemtext{
	width: 180px;
	height: 80px;
}
.detailtext .detailright .recommendation .recomitem>a>.recomitemtext>h6{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align: left;
	height: 24px;
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.detailtext .detailright .recommendation .recomitem>a>.recomitemtext>p{
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: left;
	height: 30px;
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.detailtext .detailright .recommendation .recomitem>a>.recomitemtext>span{
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 70px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	background-color: #e04946;
	border-radius: 13px;
	cursor: pointer;
}
@media (max-width:1200px) {
    .catedetail {
        width: 992px;
        margin: 0 auto;
    }
    .catedetail .wapper {
        width: 100%;
    }
    .catedetail .wapper .outer {
        width: 100%;
      	padding:0;
    }
    #wrapper {
        width: 470px;
    }
    .catedetail .textbox {
        width: 480px;
    }
    .catedetail .sharebuy .share {
        width: 470px;
    }
    .catedetail .sharebuy .buy {
        width: 480px;
    }
    .detailtext {
        width: 992px;
        margin: 0 auto;
    }
    .wapper {
        width: 100%;
    }
    .detailtext .detailleft {
        width: 680px;
        margin-right: 12px;
    }
    .detailtext .detailright .recommendation .recomitem>a {
        width: auto;
    }
    .detailtext .detailright .recommendation .recomitem>a>.recomitemtext {
        width: 146px;
    }
    .detailtext .detailleft .detailtent .questions .askbox textarea {
        width: 584px;
    }
    .detailtext .detailleft .detailtent .evaluate .evalbox textarea {
        width: 584px;
    }
    .detailtext .detailleft .detailtent .evaluate .evalbox .submita {
        left: 565px;
    }
    .detailtext .detailright {
        width: 300px;
    }
    .breadcrumb {
        width: 992px;
        margin: 80px auto 0;
    }
}

@media (max-width:1024px) {
    .catedetail {
        width: 720px;
        margin: 0 auto;
    }
    .catedetail .wapper {
        width: 100%;
    }
    .catedetail .wapper .outer {
        width: 100%;
    }
    #wrapper {
        width: 350px;
    }
    .catedetail .textbox {
        width: 330px;
    }
    .catedetail .sharebuy .share {
        width: 350px;
    }
    .catedetail .sharebuy .buy {
        width: 330px;
    }
    .detailtext {
        width: 720px;
        margin: 0 auto;
    }
    .wapper {
        width: 100%;
    }
    .detailtext .detailleft {
        width: 720px;
    }
    .detailtext .detailleft .detailtent {
        padding: 0;
    }
    .catedetail .sharebuy .buy a {
        width: 120px;
    }
    .detailtext .detailright {
        width: 100%;
    }
    .detailtext .detailright .recommendation .recomitem>a>.recomitemtext {
        width: 80%;
        position: relative;
    }
    .detailtext .detailright .recommendation .recomitem>a>.recomitemtext>p {
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
    }
    .detailtext .detailright .recommendation .recomitem>a>.recomitemtext>span {
        position: absolute;
        top: auto;
        left: auto;
        right: 0;
        bottom: 0;
    }
  .catedetail .sharebuy .share p{
  	padding-right:14px;
  }
    .breadcrumb {
        width: 720px;
        margin: 80px auto 0;
    }
}