	/*我的订阅*/

.my-subscript li {
	padding: 10px 2.7%;
	border-bottom: solid 1px #f4f4f6;
	display: flex;
}

.my-subscript li img {
	width: 135px;
	height: 76px;
	margin-right: 10px;
	flex: none;
	border-radius: 2px;
}

.my-subscript .infor {
	flex: auto;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.my-subscript .text .tt {
	font-size: 1.4rem;
	line-height: 19px;
	color: #333;
	margin-bottom: 5px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break:break-all;
}

.my-subscript .text .mes {
	color: #888888;
	font-size: 1.1rem;
	line-height: 16px;
}

.my-subscript .text .mes span {
	margin: 0 5px;
}

.my-subscript .btn {
	border: solid 1px #c1c1c1;
	width: 60px;
	line-height: 25px;
	margin-left: 7px;
	text-align: center;
	color: #333;
	flex: none;
	font-size: 13px;
	border-radius: 2px;
}


/*我的作品*/

.mw-nav {
	background-color: #FFF;
	display: flex;
	border-bottom: solid 1px #eeeeee;
}

.mw-nav li {
	width: 50%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	color: #a1a1a1;
}

.mw-nav li.active {
	color: #1ad473;
	border-bottom: solid 2px #1ad473;
}

.mw-nav span {
	margin-left: 11px;
}

.mw-nav img {
	width: 15px;
	height: 15px;
	margin-right: 11px;
}

.course-nav {
	padding: 0 4%;
	background-color: #eeeff1;
	line-height: 30px;
	font-size: 1.2rem;
	display: flex;
	color: #888888;
}

.course-nav span {
	margin: 0 10px;
}

.course-nav .active {
	color: #1ad473;
}

.course-list li {
	background-color: #fff;
	border-bottom: solid 1px #eeeff1;
	padding: 15px 4%;
	display: flex;
}

.course-list .img {
	width: 120px;
	height: 90px;
	flex: none;
	position: relative;
	margin-right: 15px;
	border-radius: 2px;
}

.course-list .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.course-list .img span {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(255, 200, 1, 0.7);
	line-height: 20px;
	font-size: 1.2rem;
	color: #FFF;
	padding: 0 6px;
	border-bottom-left-radius: 4px;
}

.course-list .infor {
	flex: auto;
}

.course-list .infor .title {
	font-size: 1.4rem;
	line-height: 19px;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.course-list .infor .infor-data {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.course-list .infor .course-data {
	width: 20px;
	height: 22px;
}

.course-list .infor .live_data {
	color: #888888;
	font-size: 1.1rem;
	padding-top: 10px;
}

.course-list .infor .live_data img {
	width: 15px;
	height: 15px;
	margin-right: 7px;
}

.course-list .infor .live_data span {
	margin: 0 10px;
}

.course-list .infor .live_data p {
	display: flex;
}

.course-list .infor .live_data .time {
	margin-top: 10px;
}

.column-list li {
	padding: 15px 4%;
	background-color: #FFF;
	border-bottom: solid 1px #f6f6f6;
	display: flex;
}

.column-list li .img {
	width: 110px;
	height: 70px;
	flex: none;
	margin-right: 10px;
	border-radius: 2px;
}

.column-list li .img img {
	display: block;
	width: 100%;
	height: 100%;
}

.column-list li .infor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: auto;
}

.column-list .infor .column-data {
	width: 20px;
	height: 22px;
	margin-left: 10px;
}

.column-list .infor .title {
	font-size: 1.4rem;
	color: #333;
	margin-bottom: 14px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.column-list .infor .mes {
	font-size: 1.1rem;
	color: #888888;
}

.column-list .infor .mes span {
	margin: 0 5px;
}


/*我要评价*/

.ass-top {
	background-color: #FFF;
	text-align: center;
	padding-top: 11px;
}

.ass-top span {
	display: inline-block;
	font-size: 1.1rem;
	color: #FFF;
	line-height: 21px;
	padding: 0 8px;
	border-radius: 10px;
	background-color: #1ad473;
	margin: 10px 0;
}

.ass-top p {
	font-size: 1.5rem;
	line-height: 30px;
	color: #333;
}

.ass-top a {
	font-size: 1.3rem;
	color: #888888;
	line-height: 20px;
	margin: 10px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ass-top a img {
	height: 13px;
}

.ass-hr {
	height: 7.5px;
	background-color: #eeeff1;
}

.star-ass {
	display: flex;
	padding: 34px 0 20px;
	justify-content: center;
	align-items: center;
}

.star-ass li {
	width: 25px;
	height: 25px;
	margin: 0 9px;
}

.star-ass li img {
	display: block;
	width: 100%;
	height: 100%;
}

.ass-tt {
	font-size: 1.3rem;
	color: #333;
	line-height: 21px;
	text-align: center;
}

.ass-text {
	width: 66.7%;
	margin: 24px auto 0;
}

.ass-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ass-list li {
	width: 46%;
	height: 30px;
	border-radius: 2px;
	border: solid 1px #c1c1c1;
	margin: 7.5px 0;
	line-height: 30px;
	text-align: center;
	color: #333;
}

.ass-text textarea {
	width: 100%;
	height: 100px;
	background-color: #f8f8f8;
	border-radius: 2px;
	border: solid 1px #c1c1c1;
	margin: 7.5px 0;
	box-sizing: border-box;
	padding: 5px 10px;
	color: #888;
	font-size: 1.2rem;
	outline: none;
}

.ass-text p {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #888;
	font-size: 1.2rem;
	margin: 15px 0;
}

.ass-text p input {
	margin-right: 7px;
}

.submit_ass {
	width: 75%;
	margin: 43px auto 0;
	font-size: 1.5rem;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	background-color: #1ad473;
	border-radius: 20px;
}


/*提交提示通用页面*/

.tips-box {
	width: 75%;
	margin: 0 auto;
	padding-top: 11%;
	text-align: center;
}
.tips-box .tips-img{
	width: 50px;
	height: 50%;
	border-radius: 50%;
	display: block;
	margin: 10px auto;
}
.tips-box .tips-tt{
	color: #5d5d5d;
	font-size: 1.5rem;
	line-height: 35px;
}
.tips-box .tips-p{
	color: #939393;
	font-size: 1.2rem;
	line-height: 18px;
	min-height: 36px;
}
.tips-box .tips-btn{
	display: block;
	width: 100%;
	height: 40px;
	background-color: #1ad473;
	font-size: 1.5rem;
	line-height: 40px;
	border-radius: 20px;
	margin-top: 26px;
	color: #fff;
	box-sizing: border-box;
}
.tips-box .tips-btn.btn1{
	background-color: #FFF;
	border: solid 1px #d1d1d1;
	color: #333333;
	margin-top: 15px;
}
.tips_alert{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.tips_alert .ct{
	background-color: #fff;
	width: 75%;
	text-align: center;
	padding-top: 24px;
	border-radius: 4px;
}
.tips_alert .ct p{
	font-size: 1.5rem;
	color: #333;
}
.tips_alert .ct img{
	width:58%;
	display: block;
	margin: 20px auto;
}
.tips_alert .ct a{
	display: block;
	border-top: solid 1px #d2d3d5;
	font-size: 1.8rem;
	color: #2fd77f;
	line-height: 50px;
}
