html{
	background: #F6F6F6;
	width: 100%;
	min-width: 1480px;
}
body{
	background: transparent;
}


.info{
	width: 1480px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	padding-bottom: 110px;
}

.info .member{
	width: 192px;
	height: 885px;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}
.info .member .top{
	width: 100%;
	height: 80px;
	/*border-bottom: 4px solid #f5f9fd;*/
	/*margin-bottom: 10px;*/
}
.info .member .tab-list{
	width: 100%;
	padding:  0 20px;
	border-top: 4px solid #f5f9fd;
}
.info .member .tab-list li{
	width: 240px;
	height: 80px;
	border-bottom: 1px solid #F6F6F6;
}
.info .member .tab-list li a{
	height: 80px;
}
.info .member .tab-list li .text{
	margin-left: 12px;
}
.info .member .tab-list li:nth-last-child(1){
	border-bottom: none;
}
.icon-right{
	width: 6px;
	height: 10px;
}

.info .right{
	width: 1180px;
	min-height: 804px;
	margin-left: 20px;
}
.info .right .top-info{
	width: 1180px;
	height: 200px;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: relative;
}

.info .right .top-info .active{
	width: 150px;
	height: 150px;
	position: relative;
}
.info .right .top-info .active >img{
	width: 100%;
	height: auto;
	display: block;
}
.info .right .top-info .active .is_vip{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
}

.info .right .top-info .info1{
	height: 100%;
	padding: 13px 40px;
}

.info .right .top-info .info1 .code a{
	color: #005CA7;
	border: 1px solid #005CA7;
	border-radius: 5px;
	padding: 6px;
	font-size: 16px;
}
.info .right .top-info .flex-right{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
	width: 140px;
	height: 36px;
	padding: 6px 13px;
	background: #215DA2;
	border-radius: 5px;
}
.info .right .top-info .flex-right a:hover{
	color: #FFFFFF;
}
.info .right .set{
	width: 1180px;
	margin-top: 33px;
	position: relative;
}

.info .right .set h4{
	width: 1180px;
	padding-left: 20px;
	position: relative;
}

.info .right .set h4::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-color: #215DA2;
}

.coupon-list{
	width: 100%;
}
.info .right .set .set-list{
	width: 1180px;
	overflow-y: auto;
	margin-top: 33px;
}
.info .right .set .set-list li{
	margin-right: 130px;
	color: #666666;
}

.info .right .set .set-list li.focus{
	color: #215DA2;
}
.course-list{
	margin-top: 37px;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.course-item{
	margin-left: 20px;
	width: 280px;
	height: 310px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	margin-top: 20px;
}
.course-item:nth-child(4n+1){
	margin-left: 0;
}
.course-item:nth-child(-n+4){
	margin-top: 0;
}
.course-item:hover{
	box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.course-item:hover .title{
	color: #ff6d00;
}
.course-item .top-img{
	position: relative;
	width: 100%;
}

.course-item .top-img img{
	width: 100%;
	display: block;
}
.course-item .title{
	word-break: break-all;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.course-item .top-img .time{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	line-height: 30px;
}
.font-ca7{
	color: #005CA7;
}
.font-979797{
	color: #979797;
}
.course-item .course-info{
	background-color: #FFFFFF;
	padding: 20px;
	height: 160px;
}
.course-item .card{
	height: 20px;
}
.course-item .card span{
	padding: 1px 5px;
	border: 1px solid #005CA7;
	border-radius: 2px;
	margin-left: 18px;
}
.course-item .card span:nth-child(1){
	margin-left: 0;
}
.info-bottom{
	margin-top: 16px;
}
.course-item .end{
	position: absolute;
	right: 10px;
	bottom: 20px;
}



.course-list1{
	margin-top: 37px;
	flex-wrap: wrap;
}
.course-item1{
	margin-left: 20px;
	width: 280px;
	height: 345px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	margin-top: 20px;
}
.course-item1:nth-child(4n+1){
	margin-left: 0;
}
.course-item1:nth-child(-n+4){
	margin-top: 0;
}
.course-item1:hover{
	box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}
.course-item1 .top-img{
	position: relative;
	width: 100%;
}

.course-item1 .top-img img{
	width: 100%;
	display: block;
}

.course-item1 .top-img .time{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	line-height: 30px;
}
.font-ca7{
	color: #005CA7;
}
.font-979797{
	color: #979797;
}
.course-item1 .course-info{
	background-color: #FFFFFF;
	padding: 20px;
	height: 195px;
}
.course-item1 .title{
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.course-item1 .card{
	height: 20px;
	margin-top: 10px;
}
.course-item1 .card span{
	padding: 1px 5px;
	border: 1px solid #005CA7;
	border-radius: 2px;
	margin-left: 18px;
}
.course-item1 .card span:nth-child(1){
	margin-left: 0;
}
.info-bottom{
	margin-top: 16px;
}
.course-item1 .remaining{
	color: #979797;
	font-size: 14px;
	margin-top: 18px;
}
.course-item1 .bottom{
	margin-top: 10px;
}
.course-item1 .bottom button{
	width: 60px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background: #FF6F06;
	border-radius: 3px;
	font-size: 12px;
	color: #FFFFFF;
}
a:hover .text{
	color: #215DA2;
}
.tab-list .focus .text{
	color: #215DA2;
}