.scorebtn{
	width: 130px;
	height: 52px;
    background:  no-repeat center;
    background-size: 100% 100%;
	background-blend-mode: normal, 
		normal;
    border-radius: 26px 0px 0px 26px;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
}
.scorebtn .num{
	font-size: 24px;
	font-weight: bold;
    color: #ffffff;
    margin-right: 5px;
}
.fire{
	font-size: 16px;
    color: #333333;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}
.fire img{
    margin-right: 10px;
    width: 16px;
	height: 18px;
}
.experts li{
    width: 1200px;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
}
.experts li .btns .collection{
    margin-bottom: 23px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hobbylist1{
    margin-bottom: 17px;
}
.experts li .name .posit {
    font-size: 16px;
    color: #333;
    margin: 10px 0 54px;
}
.curriculum{
    padding:0 20px;
    background-color: #fff;
    margin-bottom:30px ;
}
.curriculum .shop{
    display: flex;
    justify-content: space-between;
}
.curriculum .shop .le{
    width: 200px;
	height: 150px;
	background-color: #707070;
	border-radius: 6px;
}
.curriculum .shop .le img{
    width: 200px;
	height: 150px;
	border-radius: 6px;
}
.curriculum .shop .ri{
    width: calc(100% - 200px);
    padding-left: 30px;
        box-sizing: border-box;
}
.curriculum .shop .ri .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.curriculum .shop .ri .tit .lef{
	font-size: 20px;
	font-weight: bold;
    color: #333333;
    width: calc(100% - 120px);
    white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
}
.curriculum .shop .ri .tit .rig button{
	width: 120px;
	height: 40px;
	background-color: #1076d5;
    border-radius: 4px;
	font-size: 16px;
    color: #ffffff;
    border: none;
}
.curriculum .shop .ri .tit .rig button:hover{
    background-color: transparent;
    border: 1px solid #1076d5;
    color: #1076d5;
}
.shop .ri .iconlist{
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.shop .ri .iconlist .lef ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.shop .ri .iconlist .lef ul li{
    margin-right: 30px;
    display: flex;
    align-items: center;
	font-size: 16px;
	color: #333333;
}
.shop .ri .iconlist .lef ul li img{
    width: 16px;
    height: 18px;
    margin-right: 10px;
}
.shop .ri .iconlist .lef ul li.gray{
	font-size: 16px;
	color: #999999;
}
.shop .ri .iconlist .rig{
	font-size: 16px;
    color: #1076d5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop .ri .iconlist .rig:hover {
    opacity: 0.7;
}
.shop .ri .iconlist .rig i{
    display: inline-block;
    background:  no-repeat center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    margin-right: 9px;

}
.shop .ri .iconlist .rig i.on{
    background:  no-repeat center;
}
.price {
	font-size: 16px;
    color: #666666;
    margin-top: 33px;
}
.price .smallblue{
	font-size: 16px;
	color: #1076d5;
}
.price .priceblue{
    font-size: 20px;
	color: #1076d5;
}
.shopintor{
    padding: 30px 0;
	font-size: 16px;
	color: #999999;
}
.shoptable{
    width: 100%;
	font-size: 14px;
    color: #666666;
}
.shoptable tr{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.shoptable tr:hover {
    background: #e7f1fb;
    color: #1076d5;
}
.shoptable tr td{
    padding: 15px 0 15px 10px;
}
.allclass{
    text-align: center;
    padding: 30px 0 38px;
	font-size: 18px;
    color: #999999;
    cursor: pointer;
}
.allclass img{
	width: 12px;
	height: 8px;
}
.rich h1{
    font-size: 22px;
    font-weight: bold;
}
.rich h2{
    font-size: 20px;
    font-weight: bold;
}
.rich h3{
    font-size: 18px;
    font-weight: bold;
}
.rich h4{
    font-size: 16px;
    font-weight: bold;
}
.rich h5{
    font-size: 14px;
    font-weight: bold;
}
.rich h6{
    font-size: 12px;
    font-weight: bold;
}
.rich {
   font-size: 12px;
   color: #666666;
   line-height: 150%;
   /* padding: 50px 0 30px; */
   /* border-bottom: 1px solid #eee; */
}
.rich img{
   margin: 15px 0;
   max-width: 100%;
}

.userevaluation ul li .namewarp .name .date{
    display: flex;
    align-items: center;
    align-items: flex-end;
	font-size: 16px;
	color: #ff7612;
}
.userevaluation ul li .namewarp .name .date img{
    width: 18px;
    height: 20px;
    margin-right: 13px;
}
.userevaluation ul li .namewarp .name .date .num {
	font-size: 20px;
	font-weight: bold;
    color: #ff7612;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.userevaluation ul li .namewarp .name{
    margin-bottom: 23px;
}
.appointment ul li .le .txt{
    margin-top: 10px;
}
.recommend ul li .ritxt .posit{
    font-size: 16px;
	color: #333333;
}
.detailtit1{
    padding: 30px 0 15px;
}
.shoptablewarp{
    height: 370px;
    overflow: hidden;
   
}
.allclass img{
   transition: 1s;
}
.shop .ri .iconlist .rig{
    cursor: pointer;
}
.experts li .img1 .tx{
     width: 100px;
     height: 100px;
     border-radius: 50%;
}
.experts li .img1 img:nth-child(2){
    width: 82px;
    height: 26px;
}
.detailtit img{
    position: relative;
    top: -2px;
}

.detailtit p{
    display: inline-block;
    color: #333333;
}

.detailtit p span{
    color: #2077c8;
}
.recommend ul li .img img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.userevaluation ul li .img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.detail_title{
    margin-top: 10px;
}

.recommend ul li:hover .ritxt .namewarp .name{
    color: #1076d5;
}

.rich p {
    font-size: 16px;
	line-height: 24px;
	color: #666;
}

.course_information_now{
    width: 140px;
    height: 48px;
    background-color: #1076d5;
    border-radius: 4px;
    border: 1px solid #1076d5;
    font-size: 16px;
    color: #fff;
}
.course_information_now:hover{
    background-color:transparent;
    color:#1076d5;
}
.course_information_now.disabld{
    background-color:#f5f5f5;
    color:#999;
    border:0;
    cursor: default;
}
.course_information_now.disabld:hover{
    background-color: #f5f5f5;
    color: #999;
}

.check_detail{
    width: 120px;
    height: 40px;
    background-color: #1076d5;
    border-radius: 4px;
    border: 1px solid #1076d5;
    font-size: 16px;
    color: #fff;
}


.course_item {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    display: block;

}

.course_box .course_item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.course_image img {
    width: 100px;
    height: 75px;
    border-radius: 8px;
    float: left;
    /*margin-right: 30px;*/
}

.course_discripe {
    width: 220px;
    float: left;
}
.course_operation {
    width: 220px;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
}

.course_title {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}

.course_time {
    font-size: 16px;
    color: #999;
}

.course_price {
    width: 100%;
    overflow: hidden;
    margin-top: 16px;
    float: right;
}

.course_old_price {
    font-size: 16px;
    color: #fe4c4b;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

.font_big {
    font-size: 20px;
}

.font_little {
    font-size: 16px;
}

.course_vip_price {
    width: 128px;
    height: 34px;
    border-radius: 4px;
    background:  no-repeat;
    background-size: 100% 100%;
    float: left;
    overflow: hidden;
}

.course_vip_price_left {
    width: 50%;
    text-align: center;
    float: left;
    line-height: 34px;
    color: #fff;
}

.course_vip_price_right {
    width: 50%;
    text-align: center;
    float: left;
    line-height: 34px;
    color: #ff943d;
}

/*包含以下四种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
    color: #2077c8 !important;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}

.moreload{
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #f9f9f9;
    font-size: 16px;
    color: #2077c8;
}

.moreload img{
    width: 8px;
    height: 14px;
    margin-left: 10px;
    margin-top: -2px;
}

.recommend{
    padding-bottom: 30px;
}

.column .course_title{
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}

.column .info_item{
    width: 100%;
    float: right;
    line-height: 20px;
    margin-top: 5px;
}

.column .info_item img{
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.column .info_item span{
    font-family: microsoftyahei;
    font-size: 16px;
    color: #666666;

}