/* 直播课列表 */
.broadcast-item {
	width: 100%;
	margin-bottom: 15px;
	padding: 0 30px;
	background: #fff;
	-moz-border-radius: 4px;
	     border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px #e2e1e1;
	   -moz-box-shadow: 0 1px 1px #e2e1e1;
	        box-shadow: 0 1px 1px #e2e1e1;
	overflow: hidden;
}

.broadcast-head {
	height: 60px;
	border-bottom: 1px solid #f1f1f1;
	padding-top: 10px;
}

.broadcast-head h4 {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #666;
	padding-left: 12px;
	border-left: 4px solid #FFD615;
}

.broadcast-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 25px 0;
	overflow: hidden;
}

.broadcast-content .iconfont {
	float: left;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	color: #FF9900;
	font-size: 0.22rem;
}

.broadcast-content p {
	float: left;
	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: 40%;
	padding: 0 20px;
	line-height: 30px;
	font-size: 0.14rem;
	color: #000;
	margin-bottom: 0;
}

.recently .broadcast-content p {
	line-height: 1.42857143;
}

.recently .broadcast-content p:first-of-type {
	margin-top: -8px;
	margin-bottom: -8px;
}

.broadcast-content a {
	float: right;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
	-moz-border-radius: 15px;
	     border-radius: 15px;
	color: #262626;
	background: #FFD615;
	font-size: 0.14rem;
}

.broadcast-content a:hover {
	background: #FFA500;
}

.express .broadcast-content a {
	font-size: 0.12rem;
	height: 26px;
	line-height: 26px;
	-moz-border-radius: 13px;
	     border-radius: 13px;
	padding: 0 15px; 
	color: #666;
    background: #e7e4e4;
}

.express .broadcast-content a:hover {
	color: #262626;
	background: #FFD615;
}

/* 没有直播课 */
.broadcast-none {
	width: 100%;
	height: 4rem;
	text-align: center;
	overflow: hidden;
	font-size: 0.12rem;
	background: #fff;
}

.broadcast-none img {
	width: 1.2rem;
	margin-top: 1rem;
}

.broadcast-none p {
	margin-top: 20px;
}

.broadcast-none p a {
	display: inline-block;
    width: 110px;
    height: 28px;
    -moz-border-radius: 25px;
         border-radius: 25px;
    text-align: center;
    line-height: 28px;
    background-color: #FFD615;
    color: #262626;
    font-size: 0.14rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.broadcast-none p a:hover {
	background-color: #ff0000;
}

/* 我的快递 */
.express .broadcast-content p {
	padding: 0 15px;
	width: 22%;
}

.express .broadcast-content .company span {
	color: #FF9900;
}

.express .broadcast-content .user span {
	padding: 3px 5px;
	margin-right: 20px;
}

@media (min-width: 1200px) {
	.express .broadcast-content .express-btn {
		-webkit-box-flex: 0;
		   -moz-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		width: 13%;
	}
}

.express .express-change {
	margin-top: .1rem;
}

.express .editable {
	outline: rgb(77,144,254) auto 5px;
}

/* 最近播放 */
.recently .broadcast-content {
	border-bottom: 1px solid #f1f1f1;
}

.recently .broadcast-content p {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recently .broadcast-content p span {
	display: inline-block;
	color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 8px;
}