@charset "utf-8";
/* 头部 */
.detail-header{
	height: 190px;
	background: url(../imgs/header-bg.jpg) center no-repeat;
	background-size: auto 100%;
	color: #fff;
	overflow: hidden;
}
.detail-header .container{
	position: relative;
    padding-top: 20px;
}
.detail-header h1{
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 20px;
}
.detail-header p{
	display: flex;
	align-items: center;
    color: #a2a4b0;
    font-size: 14px;
}
.detail-header p span{
    margin-right: 40px;
}
.detail-header .share-tool{
	position: absolute;
	right: 0;
	top: 20px;
}
.detail-header .share-tool .btn{
	margin-left: 30px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.detail-header .share-tool .btn i{
	font-size: 24px;
	vertical-align: middle;
}
.detail-header .share-tool .btn:hover{
	color: #00cc7e;
}
/* tab */
.detail-tab{
	height: 65px;
	background: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
.detail-tab .tab-item{
	display: inline-block;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 18px;
	margin-right: 80px;
	cursor: pointer;
}
.detail-tab .tab-item.active{
	color: #00cc7e;
}
.detail-tab .tab-item:hover{
	color: #00cc7e;
}
/* detail */
.detail-box img{
    max-width: 100%;
}
/* 右侧栏 */
.detail-aside{
    width: 400px !important;
    overflow: initial !important;
    padding-bottom: 20px;
}
.detail-aside .el-card{
    margin-top: 10px;
}
.card-title{
    height: 32px;
    line-height: 32px;
    position: relative;
    background: linear-gradient(to right, #fff, #e3f5e8);
    margin: 0 -20px 20px -10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}
.card-title i{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
    background: #00cc7e;
    color: #fff;
    border-radius: 4px;
}
.card-title:after{
    display: block;
    content: "";
    width: 4px;
    height: 20px;
    background: #00cc7e;
    position: absolute;
    right: 0;
    top: 6px;
}
.card-title .el-tag{
    border-radius: 30px;
}
/* player */
.simple-player{
	width: 100%;
    height: 225px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: -20px;
}
@media only screen and (max-width: 1399px) {
	.detail-aside{
		width: 300px !important;
	}
    .simple-player{
        height: 168px;
    }
}
/* 团队 */
.team-list.fold{
    max-height: 90px;
    overflow: hidden;
}
.team-item{
    font-size: 12px;
}
.team-item+.team-item{
    border-top: 1px dashed #e2e2e2;
}
.team-item li{
    padding: 5px 0;
    display: flex;
    line-height: 20px;
}
.team-item i{
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
    flex-shrink: 0;
}
.card-folder{
    margin-bottom: -10px;
    text-align: center;
    cursor: pointer;
}
.card-folder i{
    font-size: 20px;
}
/* 统计 */
.statistic-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.statistic-list li{
    width: calc(50% - 30px);
    margin-left: 20px;
    height: 36px;
    line-height: 36px;
    border-radius: 0 20px 20px 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    background: #c0e8f7;
    margin-bottom: 20px;
}
.statistic-list li>img{
    width: 44px;
    margin: 0 10px 10px -22px;
}
.statistic-list li>label{
    flex: 1;
    color: #47494e;
}
.statistic-list li>span{
    width: 40px;
    flex-shrink: 0;
}
.statistic-list li:nth-of-type(1){
    background: linear-gradient(to right, #c0e8f7, #d5f1ff);
    color: #228ab3;
}
.statistic-list li:nth-of-type(2){
    background: linear-gradient(to right, #e8d5fe, #ddcdf0);
    color: #813ece;
}
.statistic-list li:nth-of-type(3){
    background: linear-gradient(to right, #eacdf0, #f8d3ff);
    color: #c943e2;
}
.statistic-list li:nth-of-type(4){
    background: linear-gradient(to right, #c0e8f7, #d5f1ff);
    color: #228ab3;
}
.statistic-list li:nth-of-type(5){
    background: linear-gradient(to right, #fbe1bf, #ffeebf);
    color: #c77408;
}
.statistic-list li:nth-of-type(6){
    background: linear-gradient(to right, #e8f6c7, #d8f6c7);
    color: #47a802;
}
@media only screen and (max-width: 1399px) {
	.statistic-list li{
        width: calc(100% - 20px);
    }
}
/* 开课 */
.course-item{
    display: flex;
    padding-bottom: 10px;
}
.course-item:hover{
    color: #2c68ff;
}
.course-item+.course-item{
    border-top: 1px dashed #e2e2e2;
    padding-top: 10px;
}
.course-item .course-img{
    width: 100px;
    height: 56px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
    margin-right: 10px;
}
/* 评分 */
.rate-item{
    display: flex;
    padding: 15px 0;
    border-bottom: 1px dashed #e2e2e2;
}
.rate-item label{
    flex-shrink: 0;
    margin-right: 10px;
}
.rate-item .el-rate{
    height: auto;
}
.rate-item .el-rate__text{
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
.el-dialog .rate-item{
    min-height: 36px;
}
/* 平板 */
@media only screen and (max-width: 991px) {
    .detail-container{
        display: block;
    }
    .detail-container>.el-main{
        padding-right: 0;
    }
    .detail-aside{
        width: 100% !important;
    }
    .statistic-list li {
        width: calc(50% - 30px);
    }
}
/* 手机 */
@media only screen and (max-width: 767px) {
    .detail-header{
        height: auto;
        padding-bottom: 10px;
    }
    .detail-header h1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .detail-header .share-tool{
        top: 0;
    }
    .detail-header p{
        display: block;
        font-size: 12px;
    }
    .detail-header p span{
        display: block;
    }
    .detail-tab{
        height: 40px;
    }
    .detail-tab .tab-item{
        margin-top: 0;
    }
    .detail-container>.el-main{
        padding: 0;
        margin: 10px -20px;
    }
    .statistic-list li {
        width: calc(100% - 10px);
    }
}