/*前台展示--在线课程*/

body {
	font-family: "微软雅黑";
}

.search-result {
	padding: 15px 0px 15px 25px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.search-result a {
	background: #fff;
	padding: 8px 10px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.search-result a:hover,
.search-result a:link {
	text-decoration: none;
}

.search-result p {
	display: inline-block;
	padding: 0 20px;
}

.remove-padd {
	padding-left: 5px;
	padding-right: 5px;
}

.average p,
.average-no p,
.head-title .remove-padd {
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.average p, .average-no p, .head-title .remove-padd a{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
}

.head-title p {
	padding-top: 10px;
}

.average a:first-child,
.average-no a:first-child,
.head-title .remove-padd:nth-child(2) a{
	font-size:14px;
    font-weight:400;
    /*color:rgba(221,45,45,1);*/
}

.head-title .remove-padd img {
	width: 40px;
	margin: 0 auto;
}

.vl-title {
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
	display: inline-block;
	float: left;
	width: 80px;
	text-align: right;
}

.reset-mar {
	margin: 0 30px 0 0;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.average {
	padding-left: 12px;
}

.average a {
	padding: 0 20px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	display: inline-block;
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);

}

.average-no a {
	padding: 0 20px;
	text-align: center;
	float: left;
	display: inline-block;
    font-size:14px;
    font-weight:400;
}

.classify-btm {
	border-bottom: 1px dashed #DCDCDC;
	padding-top: 15px;
	padding-bottom: 5px;
}

.classify-btm1 {
	border-bottom: 1px dashed #DCDCDC;
	padding-bottom: 10px;
}

.content-btm {
	font-size: 14px;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
    padding:0px 2px;
}

.content-btm:last-child {
	font-size: 14px;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	padding-left: 15px;
	text-align: left;
}

.average-left {
	text-align: center;
}

.average-left a {
    color: rgba(51,51,51,1);
}

.average-left p {
	text-align: center;
	float: left;
	display: inline-block;
	width: 100%;
}

.online-content,
.online-search {
	padding: 0px;
}

.oc-top {
	background: #F7F7F7;
}

.content-btm p{
    font-size:14px;
    font-weight:400;
     color: rgba(51,51,51,1);
}

.remove-padd label {
	font-weight: normal;
}

.oc-right {
	text-align: right;
}

.online-classify {
	padding: 25px 25px 15px;
}

.online-content {
	background: #fff;
}

.online-classify div:last-child {
	border-bottom: 0px;
}


/*单选框样式改变*/

input[type="radio"] {
	display: none;
}


/*label img {
    width:15px;
    height:15px;
    display:inline-block;
}*/

input[type="radio"]+label {
	position: relative;
	padding-left: 30px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
	margin-left: 2px;
    font-size:14px;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input+label::before {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/check.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 3px;
	left: 8px;
}

input[type="radio"]+label::before {
	content: "";
	width: 15px;
	height: 15px;
	background: url(../img/check.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 3px;
	left: 8px;
}

input[type="radio"]:checked+label::after {
	top: 3px;
	left: 8px;
	content: "";
	background: url(../img/checked.png) no-repeat;
	width: 15px;
	height: 15px;
	background-size: 100%;
	position: absolute;
	vertical-align: middle;
}


/*内容部分*/

.oc-cont {
	margin: 25px auto 5px;
}

.collect-oc {
	padding-left: 15px;
	padding-right: 15px;
}

.oc-cover {
	position: relative;
}

.oc-cover img {
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width:100%;
    height:100%;
}
.time-btn{
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

.oc-cover p {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
	background: #E35046;
	display: inline-block;
	border-top-right-radius: 7px;
}

.oc-description {
	background: #fff;
	padding: 5px 10px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	overflow: hidden;
	/*box-shadow: 2px 5px 10px 0px #eaeaea;*/
}

.oc-description p {
	font-size: 16px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 23px;
	margin-top: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oc-description p:last-child {
	font-size: 13px;
    padding-bottom: 0px;
    color: #666;
    font-weight: 400;
}

.oc-description p .mc-left {
	font-size: 13px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 23px;
	float: left;
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
}

.oc-description p .mc-right {
	position: relative;
	overflow: hidden;
    float:right;
	width: calc(100% - 70px);
}

.oc-description p .mc-right-2 {
	font-size: 18px;
	font-weight: bold;
	color: rgba(225, 41, 76, 1);
	line-height: 23px;
	float: right;
	width: 57%;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
}

.oc-description .free {
	font-size: 18px;
	color: #4acc56 !important;
}

.collect-arrow5 {
	position: absolute;
	top: 0px;
	left: 42px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #e37235;
}

.collect-arrow6 {
	position: absolute;
	top: 7px;
	left: 42px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-top: 9px solid #e37235;
}

.collect-arrow4 {
	position: absolute;
	width: 42px;
	height: 16px;
	background: #e37235;
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
}

.oc-description p .mc-right-1 {
	position: absolute;
	right: 37px;
	top: 7px;
	width: 43%;
}


/*前台展示--讲师主页*/

.ms-top {
	display: flex;
	padding: 0;
     border: 1px solid rgba(221, 221, 221, 1);
}

.ms-top div:nth-child(2) {
	padding-right: 0;
}

.ms-lecturer {
	background: url(../img/user-bg.png) no-repeat;
   background-size:100% 100%;
	padding: 45px 15px;
	height: auto;
}

.ms-lecturer img {
	width: 88px;
    height:88px;
	margin: 0 auto;
	border: 2px solid #ccc;
	border-radius: 50%;
}

.ms-lecturer p {
	text-align: center;
	font-size: 16px;
	margin: 10px auto 0;
}

.ms-lecturer p span {
	text-align: center;
	font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    height: 35px;
    display: inline-block;
    overflow: hidden;
}

.ms-introduce {
	background: #fff;
	padding: 0 25px;
	height: 100%;
}

.ms-introduce h4,
.mc-title h4 {
	padding: 25px 0 15px;
	border-bottom: 1px solid #000000;
}
.all-course .mc-title h4 {
    color:#111;
} 

.ms-introduce p {
	padding: 15px 0 15px;
	font-size: 15px;
	text-align: justify;
}

.ms-content,
.ms-search {
	margin-top: 20px;
	/*background: #F7F7F7;*/
	padding: 0px;
}

.all-course {
    background: #F7F7F7;
    margin-top:10px;
}

.remove-padd label {
	font-weight: normal;
}

.ms-right {
	text-align: right;
}
#sellername {
    font-size: 20px;
    font-weight: bold;
    color: rgba(17,17,17,1);
}


/*内容部分*/

.ms-cont {
	margin: 25px auto;
}

.collect-ms {
	padding-left: 3px;
	padding-right: 3px;
    margin-bottom: 10px;
}

.ms-cover {
	position: relative;
}

.ms-cover,.ms-cover>img {
    border-radius:7px 7px 0 0;
}

.ms-cover p {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	padding: 2px 5px;
	background: #e1294c;
	display: inline-block;
	border-top-right-radius: 7px;
}

.ms-description {
	background: #fff;
	padding: 5px 10px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	overflow: hidden;
	/*box-shadow: 2px 5px 10px 0px #eaeaea;*/
}

.ms-description p {
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
	overflow: hidden;
}

.ms-description p:last-child {
	padding-bottom: 0px;
}

.ms-description p .mc-left {
	font-size: 12px;
	color: #999;
	float: left;
	width: 40%;
	overflow: hidden;
	white-space: nowrap;
}

.ms-description p .mc-right {
	position: relative;
	overflow: hidden;
	width: 60%;
	display: inline-block;
}

.ms-description p .mc-right-2 {
	font-size: 18px;
	color: #e1294c;
	float: right;
	width: 57%;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
}

.ms-description .free {
	font-size: 18px;
	color: #4acc56 !important;
}

.collect-arrow5 {
	position: absolute;
	top: 0px;
	left: 42px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #e37235;
}

.collect-arrow6 {
	position: absolute;
	top: 7px;
	left: 42px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-top: 9px solid #e37235;
}

.collect-arrow4 {
	position: absolute;
	width: 42px;
	height: 16px;
	background: #e37235;
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
}

.ms-description p .mc-right-1 {
	position: absolute;
	right: 37px;
	top: 7px;
	width: 43%;
}

::-webkit-scrollbar {
	display: none;
}


/*课程播放页面*/

.coursebox,
.course-learn,
.m-courselearn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.coursebox {
	right: 320px;
	background: lightgrey;
	padding:0 10px;
}

/*.container-fluid {
	overflow: hidden;
}*/

.g-sd2 {
	box-shadow: 0px 1px 8px #333;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 320px;
	overflow: hidden;
	background: #fff;
}

.coursesprite,
.m-tb-notes .notenav .navItem.currentDisable,
.m-ctb .tabicon,
.m-courselearn .cs-btn,
.m-courselearn .cs-up,
.m-courselearn .cs-down,
.m-courselb .cl-back,
.m-courselb .cl-pre,
.m-courselb .cl-next,
.m-courselb .cl-title,
.cl-info .clis span,
.cl-info em.finish,
.cl-info em.unfinish,
.cli-base span,
.course-refer .refer-item .cr-load,
.course-refer .refer-item .cr-share,
.u-hiderightbtn {
	background: url(../img/courseLearn.png) no-repeat 4449px 4449px;
}

.u-hiderightbtn {
	position: absolute;
	right: 320px;
	top: 12px;
	width: 23px;
	height: 24px;
	cursor: pointer;
	z-index: 998;
	background-position: 0 -640px;
}

.u-hiderightbtn-hide {
	background-position: 0 -688px;
	right: 0;
}

.g-sd2-hish {
	width: 0px;
}

.f-cb-hish {
	right: 0;
}

/*.f-cb>a {
	display: inline-block;
	padding: 5px 0px 5px 10px;
	background: lightslategrey;
	color: #fff;
	border-radius: 0 5px 5px 0;
	margin: 5px 0px 5px -10px;
}

.f-cb a img {
	width: 15%;
	display: inline-block;
}*/

.cut{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.check{
    display: flex;
    align-items: center;
}

/*.f-cb>a p,
.check>div .warn,
.check,
.check>div {
	display: inline-block;
}

.f-cb>h3 {
	margin: 10px 0 15px;
}

.cut a {
	display: inline-block;
	text-align: center;
}

.check>div:first-child {
	padding: 2px 8px;
	border: 1px solid #999;
}

.check>div:first-child img {
	width: 9%;
	display: inline-block;
	vertical-align: baseline;
}

.share {
	position: relative;
	background: rgba(102, 102, 102, 1);
	color: #fff;
	padding: 10px 10px;
}

.share span {
	padding: 0 10px;
}*/

/*分享图标定位*/
.Contact-information {
    position: absolute;
    top: -45px;
    left: 100px;
    width: 100px;
    bottom: auto;
	display: none;
    text-align:center;
    z-index:1;
}

.ci-first {
	padding: 5px 10px;
	width: 200px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

/*.video {
	width: 100%;
	min-height: 537px;
    max-height:725px;
}*/

.Contact-information .ci-sec {
	border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #eee;
    width: 5px;
    position: absolute;
    left: 35px;
    top: 38px;
}

.Comment-details {
	display: none;
}


/*弹出层*/

.Comment-details {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
	padding: 50px 0;
}

.Comment-details-cont {
	background: #fff;
	position: fixed;
	display: block;
	top: 35%;
	left: 30%;
	right: 30%;
	z-index: 4000;
}

.Comment-details-cont-head {
	background: lightgray;
	text-align: center;
	line-height: 40px;
}

.Comment-details-cont-foot {
	padding: 10px 20px;
}

.Comment-details-cont-foot div {
	margin-bottom: 15px;
}

.Comment-details-cont-foot textarea {
	display: inline-block;
	width: 80%;
	/*height: 100px;*/
	vertical-align: top;
	resize: none;
}

.Comment-details-cont-foot a {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}


/*tab切换*/

.clear {
	zoom: 1;
}

.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "1";
	clear: both;
	height: 0;
}

.main {
	width: 500px;
	margin: 20px auto;
}

.btn span {
	width: 50%;
	text-align: center;
	color: #999;
	cursor: pointer;
	display: block;
	float: left;
	padding: 15px;
}

.con {
	display: none;
	height: 670px;
	width: 100%;
	overflow-y: scroll;
	padding: 0px 8px;
}

.tab-check {
	width: 100%;
	padding: 0;
	border-bottom: #999 1px solid;
	border-radius: 0;
}

/*目录*/
.ul li ul li {
    color:#000;
    font-weight:400;
    font-size:15px;
    padding:8px 5px;
    background:lightgrey;
    margin:0px 0 5px;
    overflow:hidden;
   
}
.con .ul li{
	border-bottom: 0;
}
.ul li p {
    font-weight:600;
    font-size:15px;
    background:#fff;
    padding:5px 0px;
}
.ul li ul li span {
        float:left;
        padding: 0 3px;
}
.ul li ul li span:last-child {
    float:right;
}
.ul li ul li:hover{
	background:darkgrey;
}
/*评论*/
.con ul li{
	border-bottom: 1px solid lightgray;
    margin: 10px auto 0;
}
.con ul li p{
	overflow: hidden;
	margin-bottom: 8px;
	text-align: justify;
}
.con ul li p img{
	display: inline-block;
	vertical-align: middle;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    float: left;
}
.con ul li p span{
	float: right;
	color: #999;
	font-size: 12px;
	margin-top: 3px;
	
}
.con ul li p span:nth-child(2){
	float: left;
	margin-left: 5px;
	color: #666;
	font-size: 14px;
}

/*五星打分*/
/*单个课程评价*/
.row{
	background: #fff;
}
.jd-Generalstyle{
	margin: 0 15px;
	overflow: hidden;
}
.judge-top{
	border-bottom:1px solid rgba(236,236,236,1);
    padding: 20px 0px 10px;
}
.judge-top p{
	font-size:24px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:24px;
}
.judge-top p span{
	float: right;
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:30px;
}
.judge-content-left{
	border-right: 1px solid rgba(236,236,236,1);
}
.course-message img{
	width: 2.5%;
	height: auto;
	display: inline-block;
}
.course-message{
	padding: 10px 0 5px;
	overflow: hidden;
}
.course-message span{
	font-size:14px;
	font-weight:400;
	color:rgba(0,0,0,1);
}
.judge-content-left,.judge-content-right{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.judge-content .judge-content-left{
	padding: 0 30px 0 0;
}
.judge-content .judge-content-right{
	padding: 0 0 0 30px;
}
.judge-content-left p{
	overflow: hidden;
}
.judge-content-left p:first-child{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:23px;
	float: left;
	width: 74%;
	display: inline-block;
}
.judge-content-left p{
	font-size:23px;
	font-weight:bold;
	color:rgba(225,41,76,1);
	line-height:23px;
	float: right;
	width: 26%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.judge-cover img{
	/*width: auto;*/
	margin: 26px auto;
}
.judge-content-left div{
	overflow: hidden;
}

/*五星打分样式表*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textareap,blockquote,th,td,span,i,select,label,a {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
}
a,input {
	outline: none;
	/* 去掉虚线框 */
}
ul,ol {
	list-style: none;
}
.clearfix:after {
	display: block;
	content: ".";
	height: 0;
	overflow: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img {
	border: none;
}
i {
	font-style: normal;
}
/*容器*/
.xzw_starBox {
	position: relative;
	width: 150px;
    display: inline-block;
    margin-bottom:0px !important;
    /*float: left;*/
}
/*极速秒评*/
.xzw_starSys .description {
	clear: both;
	display: inline-block;
	font-size:18px;
	font-weight:400;
	color:rgba(227,80,70,1);
	line-height: 30px;
    vertical-align: top;
    margin-bottom:0px !Important;
}
.xzw_starSys .star {
	height: 30px;
	width: 150px;
	position: relative;
	background: url(../img/lanrentuku.png) repeat-x;
	cursor: pointer;
    overflow:hidden;
	
}
.xzw_starSys .star li {
	float: left;
	padding: 0px;
	margin: 0px
}
.xzw_starSys .star li a {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	z-index: 5;
    margin:0px;
}
.xzw_starSys .star li a:hover {
	background: url(../img/lanrentuku.png) 0 -30px repeat-x;
	z-index: 3;
	left: 0;
	top: 0;
}
.xzw_starSys .star a.one-star {
	left: 0
}
.xzw_starSys .star a.one-star:hover {
	width: 30px
}
.xzw_starSys .star a.two-stars {
	left: 30px
}
.xzw_starSys .star a.two-stars:hover {
	width: 60px
}
.xzw_starSys .star a.three-stars {
	left: 60px
}
.xzw_starSys .star a.three-stars:hover {
	width: 90px
}
.xzw_starSys .star a.four-stars {
	left: 90px
}
.xzw_starSys .star a.four-stars:hover {
	width: 120px
}
.xzw_starSys .star a.five-stars {
	left: 120px
}
.xzw_starSys .star a.five-stars:hover {
	width: 150px
}
.xzw_starSys .current-rating {
	background: url(../img/lanrentuku.png) 0 -30px repeat-x;
	position: absolute;
	height: 30px;
	z-index: 1;
	top: 0;
	left: 0
}
.option-con li {
	margin-left: 15px;
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
	display: inline-block;
	line-height: 30px;
}
.option-con {
	display: none;
}
.option{
	display: inline-block;
    margin-bottom:0px !important;
}
.xzw_starSys span{
	font-size:16px;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:30px;
    vertical-align: top;
}
.course-judge .span{
	vertical-align: top;
}
.Text-description{
    position: relative;
	width: 87%;
    display: inline-block;
    height: 230px;
    background: #ECECEC;
}
.Text-description textarea{
    /*position: relative;*/
    z-index: 5;
    zoom: 1;
    display: block;
    width: 100%;
    height: 200px;
    padding: 0;
    border: 0;
    outline: none;
    resize: none;
    font-size: 14px;
    line-height: 30px;
    color:rgba(153,153,153,1);
    min-height: 120px;
    overflow: hidden;
    background: #ECECEC;
    padding: 5px 10px;
    border-radius: 5px;
    overflow-y: auto;
}
.Text-description .from-length {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    right: 15px;
    font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:30px;
}
.judge-Release{
	color: #fff;
	background:#E35046;
	border:1px solid #E35046;
	border-radius:4px;
    margin:10px 0 10px 85px;
}
/*内容为空*/
.null-num {
    text-align:center;
    height: 500px;
    line-height:300px;
}
.null-num .nusm {
    width:auto;
    max-width:45px;
    display:inline-block;
    margin-right:20px;
}











@media (min-width: 768px) {
	.video-list {
		width: 740px;
		overflow: hidden;
	}
	.content-btm:first-child {
		text-align: left;
		height: 40px;
        line-height: 40px;
	}
	.content-btm {
		height: 40px;
        line-height: 40px;
	}
	.content-btm:nth-child(2) div p {
		text-align: left;
	}
}

@media (min-width: 1024px) {
	.video-list {
		width: 990px;
		overflow: hidden;
	}
	/*.content-btm {
		height: 40px;
        line-height: 40px;
	}*/
	.content-btm:nth-child(2) {
		margin-left: -40px;
	}
	.content-btm:nth-child(3) {
		margin-left: 40px;
	}
	.content-btm:nth-child(2) div p {
		text-align: center;
	}
}

@media (min-width: 1170px) {
	.video-list {
		width: 1170px;
		overflow: hidden;
	}
	.content-btm:first-child {
		text-align: right;
	}
	/*.content-btm {
		padding: 15px 0px 5px 15px;
	}*/
	.content-btm:nth-child(2),
	.content-btm:nth-child(3) {
		margin-left: 0px;
	}
	.content-btm:nth-child(2) div p {
		text-align: center;
	}
}