[v-cloak]{
	display: none;
}
.container .container_header{
    color: rgb(153, 153, 153);
    margin: 20px auto;
}

.de_topic_box{
    position: relative;
    height: 140px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px 30px 0 30px;
}
/* user信息 */
.de_topic_box .user_info {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.de_topic_box .user_info a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.de_topic_box .user_info img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 18px;
    display: block;
}
.de_topic_box .user_info .name {
    position: absolute;
    top: 0;
    left: 55px;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    width: 200px;
    text-align: left;
    color: #666;
}
/* 2018本科毕业设计作品 */
.de_topic_box .topic_info {
    position: absolute;
    top: 30px;
    left: 55px;
    bottom: 0;
    padding-left: 20px;
    width: 100%;
}
.topic_info .created_date {
    font-size: 12px;
    margin: 8px 0;
    color: #ccc;
}
.topic_info .topic_title {
    font-size: 14px;
    font-weight: bold;
    color: #07af69;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topic_info .topic_major {
    font-size: 12px;
    color: #07af69;
    height: 20px;
}

.topic_info .de_stats_tags {
    font-size: 0;
    white-space: nowrap;
    text-align: left;
    height: 40px;
    position: absolute;
    left: 20px;
    bottom: 0;
    right: 0;
    white-space: nowrap;
}
.de_stats_tags>li {
    color: #999;
    display: inline-block;
    height: 40px;
    width: 32.33%;
    font-size: 12px;
    line-height: 40px;
    margin-top: 110px;
}

/* 中间作品详情 */
.de_topic_box .project_info {
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    /* border-left: #ccc 1px dotted; */
}
.project_info li {
    display: inline-block;
    padding: 10px;
    margin-right: -10px;
}
.project_info li img {
    height: 120px;
    width: 120px;
}

/* 查看 */
.de_topic_box .topic_action {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 140px;
    font-size: 0;
    z-index: 1;
    text-align: center;
    background: repeating-linear-gradient( 45deg, #b1dddd, #b1dddd 10px, #beeeee 10px, #beeeee 20px);
    overflow: hidden;
}
.de_topic_box .topic_closed {
	position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 140px;
    font-size: 0;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    background: repeating-linear-gradient( 45deg, #ddd, #ddd 10px, #eee 10px, #eee 20px);
}
.topic_action li {
    margin: 5px;
}
.topic_action li a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #666;
    font-size: 0;
    display: inline-block;
    border-radius: 18px;
    box-shadow: 0 6px 10px rgba(0,0,0,0.1);
    position: relative;
}
.topic_action li a img{
    width: 100%;
    height: auto;
    border-radius: 40px;
}
.topic_description:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #dedede;
    position: absolute;
    top: -6px;
    left: 30px;
    transform: rotate(45deg);
}
.topic_description {
    font-size: 12px;
    margin: 0 30px 20px 30px;
    padding: 20px;
    color: #666;
    background: #dedede;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.filtrate_panel{
	margin: 0 30px;
    padding: 20px;
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.score_panel{
    margin: 0 30px;
    padding: 10px 20px;
    width: 120px;
    height: 40px;
}

.button_panel a{
	color: #67676A;
	font-size: 14px;
	padding: 5px 10px;
	margin-right: 20px;
}
.button_panel a.active{
	color: #1CBE78;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 4px #1CBE78;
}
.filtrate_panel .checkScore{
	color: #1CBE78;
	font-size: 14px;
	margin-right: 40px;
	font-weight: bold;
}

.de_project_grid {
    text-align: left;
    margin: 20px 0;
    padding: 0 2%;
}
 .de_card_m {
	min-height: 180px;
    background: #fff;
    margin:10px 2%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.de_card_m .user_info {
    position: absolute;
    top: 20px;
    left: 51%;
    right: 10px;
}
.de_card_m .user_info .name {
    position: absolute;
    top: 4px;
    left: 50px;
    right: 0;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #666;
}
.de_card_m .user_info .date {
    position: absolute;
    top: 24px;
    left: 50px;
    right: 0;
    text-align: left;
    margin: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    color: #ccc;
}
.de_card_m .user_info .photo {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 18px;
    display: block;
}
.de_card_m .project_info {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 0;
}
.de_card_m .project_info .thumb {
    width: 100%;
	min-width: 145px;
    border-right: #ccc 1px dotted;
    height: 100%;
}
.de_card_m .project_info h4 {
    font-size: 14px;
    text-align: left;
    position: absolute;
    left: 51%;
    top: 70px;
    right: 20px;
    color: #09bc72;
    margin: 0;
    line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.de_card_m .project_info .workScore{
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width: 70px;
	height: 30px;
	line-height: 30px;
	left: 51%;
	bottom: 60px;
	right: 30px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	background: #fa5f75;
}

.stu_card_m{
    width: 170px;
    height: 178px;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
    margin: 15px;
}

.stu_card_m .user_info{
    padding: 10px;
    text-align: center;
}

.stu_card_m .user_info .photo{
    width: 78px;
    height: 78px;
    border-radius: 39px;
    margin: 0 auto;
}

.stu_card_m .user_info .name{
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #1CBE78;
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.stu_card_m .user_info .count_panel{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.stu_card_m .user_info .count_panel .img1{
    width: 14px;
    height: 14px;
}

.stu_card_m .user_info .count_panel .img2{
    width: 12px;
    height: 14px;
}

.stu_card_m .user_info .count_panel span{
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ACACAC;
}

.de_stats_tags_p {
    padding: 10px 20px;
    position: absolute;
    bottom: 15px;
    left: 48%;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.de_stats_tags_p .badges,.de_stats_tags_p .likes, .de_stats_tags_p .comments{
	margin-right: 10px;
    width: 40px;
    height: 25px;
    align-items: center;
    justify-content: center;
}
.de_stats_tags_p img{
    width: 20px;
    height: 20px;
    align-items: center;
}
.de_stats_tags_p span{
	position: absolute;
    top: 13px;
	font-size: 18px;
    width: 15px;
    height: 20px;
	line-height: 20px;
    color: #999;
    margin-left: 5px;
}

/* 搜索弹出层 */
.search_panel{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: auto;
	min-height: 400px;
}
.search_panel .search_input_result{
	width: 50%;
	height: auto;;
}
.search_panel .search_type{
	width: 50%;
}
.search_panel .search_type h3{
	font-size: 1em;
	margin-top: 20px;
	margin-left:30px;
}
.search_panel .search_type .directory_list{
	font-size: 1em;
	margin-top: 20px;
	margin-left:30px;
	white-space: normal;
}

/* 登陆弹出层 */
.login_panel{
	display: flex;
	flex-direction: row;	/* 弹出层  column*/
	width: 100%;
	height: auto;
	min-height: 400px;
}
.login_panel .login_info{
	width: 50%;			/* 弹出层  90%*/
	height: auto;
}
.login_panel .register{
	width: 50%;			/* 弹出层  90%*/
	padding-left: 20px;		/* 弹出层  0px*/
	border-left: #ccc 1px dotted;	/* border-top: #ccc 1px dotted;*/
	margin-left: 20px;
}
.login_panel .register h3{
	font-weight: normal;
	font-size: 16px;
	color: #09bc72;
	margin: 15px 0;
}
.ivu-modal-header p, .ivu-modal-header-inner{
	font-size: 18px;
	color: #09bc72;
}
th.ivu-table-column-center .ivu-table-cell span{
	color:#09bc72;
}
.ivu-table-overflowX {
    overflow-x: hidden;
}
.ivu-modal-content{
	border-radius: 0px;
}

@media screen and (max-width: 768px){  /* 当屏幕尺寸小于1200px时，应用下面的CSS样式 */

	.de_stats_tags_p {
	    padding: 10px 10px;
	}
	.de_topic_box{
	    margin: 20px 2% 0 2%;
	}
	.topic_description {
	    margin: 0 2% 0 2%;
	}
	.de_stats_tags>li {
	    width: 27%;
	}
	.de_stats_tags_p span{
	    top: 12px;			/* 小屏幕 12px */
		font-size: 14px;	/* 小屏幕 14px */
	    margin-left: 0px;	/* 小屏幕 0px */
	}
	/* 搜索弹出层 */
	.search_panel{
		display: flex;			/* 弹出层  */
		flex-direction: column;	/* 弹出层  column*/
	}
	.search_panel .search_input_result{
		width: 100%;				/* 弹出层  100%*/
		height: auto;			/* 弹出层  50%*/
	}
	.search_panel .search_type{
		width: 100%;				/* 弹出层  100%*/
	}
	.ivu-table td, .ivu-table th{
		height:36px;
	}

	/* 登陆弹出层 */
	.login_panel{
		flex-direction: column;	/* 弹出层  column*/
	}
	.login_panel .login_info{
		width: 90%;			/* 弹出层  90%*/
	}
	.login_panel .register{
		width: 90%;			/* 弹出层  90%*/
		padding-left: 0px;		/* 弹出层  0px*/
		border-left: #ccc 0px dotted;	/* border-top: #ccc 1px dotted;*/
		border-top: #ccc 1px dotted;
	}

	.filtrate_panel{
		margin: 10px auto;
	    padding: 0;
		flex-direction: column;
	}
	.filtrate_panel .checkScore {
	    margin-right: 0;
	}
	.de_card_m{
		margin: 10px auto;
	}
	.de_card_m .project_info .workScore{
		left: 50%;
		bottom: 55px;
	}

}

@media screen and (min-width: 768px) and (max-width: 992px){  /* 当屏幕尺寸小于1200px时，应用下面的CSS样式 */

	.de_stats_tags_p {
	    padding: 10px 20px;
	}
	.de_topic_box{
	    margin: 20px 20px 0 20px;
	}
	.topic_description {
	    margin: 0 20px 20px 20px;
	}
	.de_stats_tags>li {
	    width: 27%;
	}
	.de_stats_tags_p span{
	    top: 12px;			/* 小屏幕 12px */
		font-size: 14px;	/* 小屏幕 14px */
	    margin-left: 0px;	/* 小屏幕 0px */
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px){  /* 当屏幕尺寸小于1200px时，应用下面的CSS样式 */

	.de_stats_tags_p {
	    padding: 10px 20px;
	}
	.de_topic_box{
	    margin: 20px 20px 0 20px;
	}
	.topic_description {
	    margin: 0 20px 20px 20px;
	}
	.de_stats_tags>li {
	    width: 27%;
	}
	.de_stats_tags_p span{
	    top: 12px;			/* 小屏幕 12px */
		font-size: 14px;	/* 小屏幕 14px */
	    margin-left: 0px;	/* 小屏幕 0px */
	}
}

@media (min-width: 1200px) {
    .ivu-col-span-lg-3 {
        margin: 10px;
    }
}
