body{
	padding:0;
	margin:0;
	font-size: 14px;
	color: #444;
	background: #eff3f5;
}
*{
	margin:0;
	padding:0;
	list-style: none;
	text-decoration: none;
	color: #444;
}
img{
	display: block;
}
.triangle{
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #dadada !important;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.triangle em{
	display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: 1px;
    left: -10px;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.u-header{
	width: 100%;
	height: 70px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(26, 26, 26, 0.1);
}
.pos{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 204;
}
.u-header .u-wpn{
    width: 1180px;
    margin: 0 auto;
    zoom: 1;
}

.u-header .u-wpn .u-logo{
	float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    margin-top: 5px;
}
.u-header .u-wpn .u-menu-list{
	padding: 0;
	list-style: none outside none;
	float: left;
}
.u-header .u-wpn .u-logo img{
	width: 100%;
	display: block;
}
.u-header .u-wpn .u-menu-list li{
	float: left;
	position: relative;
}
.u-header .u-wpn .u-menu-list li .nav-item{
    display: block;
    width: 80px;
    height: 100%;
    padding: 20px 0 20px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    transition: .4s all;
}
.u-header .u-wpn .u-menu-list li .nav-item:hover{
	background: rgba(0,0,0,0.05);
}
.u-header .u-wpn .u-menu-list li .u-menu-item{
	position: absolute;
	width: 100%;
	height: auto;
	top: 70px;
	left: 0;
	border:1px solid #EBEBEB;
	background: #fff;
	box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
	z-index: 203;
	border-radius: 5px;
	display: none;
}
.u-header .u-wpn .u-menu-list li:hover .u-menu-item{
	display: block;
}
.u-header .u-wpn .u-menu-list li .u-menu-item .u-menu-box{
	padding: 6px 0;
	z-index: 1
}
.u-header .u-wpn .u-menu-list li .u-menu-item li{
	padding:0;
	width: 100%;
	display: block;
}
.u-header .u-wpn .u-menu-list li .u-menu-item li a{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 6px 0;
	color: #666;
	font-size: 14px;
	opacity: 1;
	transition: .4s all;
}
.u-header .u-wpn .u-menu-list li .u-menu-item li a:hover{
	color: #1B8BF5;
	background: rgba(0,0,0,0.05);
}
.u-wrap{
	width: 1180px;
	margin:78px auto 0;
}
.u-card{
	width: 650px;
	border-bottom: 1px solid #F0F2F7;
	background: #fff;
	box-shadow: 0 2px 5px rgba(26, 26, 26, 0.1);
	margin-bottom: 8px;
}
.u-card .u-feed{
	padding:15px;
	position: relative;
}
.u-card .u-feed .u-info{
	position: relative;
	padding-bottom: 5px;
	border-bottom:1px dashed #e4e7ec;
}
.u-card .u-feed .u-info .u-image{
	box-sizing: border-box;
	position: absolute;
    left: 12px;
    top: 8px;
}
.u-card .u-feed .u-info .u-image a{
	position: relative;
}
.u-card .u-feed .u-info .u-image img{
	width: 46px;
	height: 46px;
}
.u-card .u-feed .u-info .u-ifnt{
	float: left;
	height: 66px;
	box-sizing: border-box;
	margin-left: 80px;
	padding: 6px 0;
}
.u-name{
	font-weight: bold;
	font-size: 16px;
	padding: 3px 0;
}
.u-name a{
	transition: .5s all;
}
.u-name a:hover{
	color: #DE5044;
}
.u-signature{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.u-signature span{
	font-weight: bold;
	user-select: none;
}
.u-card .u-feed .u-data{
	/*padding:15px 0;*/
}
.u-card .u-feed .u-data .u-date{
	border-bottom: 1px dashed #e4e7ec;
	padding: 8px;
}
.u-card .u-feed .u-data .u-date p{
	float: left;
	padding-right: 1rem;
}
.u-card .u-feed .u-data .u-date p span{
	font-weight: bold;
	padding-right: 8px;
}
.u-card .u-feed .u-data .u-content-box{
	padding:12px 8px;
	position: relative;
	border-bottom: 1px dashed #e4e7ec;
}
.u-card .u-feed .u-data .u-content-box .u-content{
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.u-actions{
	padding:8px;
	user-select: none;
}
.u-actions a{
	cursor: pointer;
}
.u-actions .u-like{
	display: inline-block;
}
.u-actions .u-like a{
	display: block;
	cursor: pointer;
}
.u-actions .u-like a i{
	margin-right: 3px;
}
.u-discuss{
	margin-left: 24px;
}
.u-discuss i{
	margin-right: 3px;
}
.u-report{
	padding: 0 8px;
	float: right;
	position: relative;
	cursor: pointer;
}
.u-report i{
	color: #666;
	line-height: 24px;
}
.bottom-report-bar{
	position: absolute;
	left: -35px;
	bottom: 30px;
	width: 96px;
	border:1px solid #EBEBEB;
	background: #fff;
	box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
	z-index: 203;
    border-radius: 5px;
    display: none;
}
.bottom-report-bar .tbd_up{
    display: block;
    width: 0;
    height: 0;
    border-width:10px 10px 0;
    border-style:solid;
    border-color:#EBEBEB transparent transparent !important;/*灰 透明 透明 */
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
.tbd_up em{
	display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: -10px;
    left: -10px;
}




.top-report-bar{
	position: absolute;
	left: -35px;
	top: 30px;
	width: 96px;
	border:1px solid #EBEBEB;
	background: #fff;
	box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
	z-index: 203;
    border-radius: 5px;
    display: none;
}

.top-report-bar .tbd_up{
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #dadada !important;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.top-report-bar .tbd_up em{
	display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: 1px;
    left: -10px;
}






.u-report .report-bar .menu{
	padding:5px 0;
}
/*.u-report .report-bar{
	position: absolute;
	left: -35px;
	top: 30px;
	width: 96px;
	border:1px solid #EBEBEB;
	background: #fff;
	box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
	z-index: 203;
	display: none;
    border-radius: 5px;
}

.tbd_up{
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #dadada !important;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.tbd_up em{
	display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: 1px;
    left: -10px;
}
*/
.u-report .report-bar .menu{
	padding:5px 0;
}
.u-report .report-bar .menu a{
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 6px 0;
	color: #444;
	font-size: .8rem;
	opacity: 1;
	transition: .4s all;
}
.u-report .report-bar .menu a:hover{
	color: #1B8BF5;
	background: rgba(0,0,0,0.05);
}
.do{
	animation:like .3s infinite;
	-webkit-animation:like .3s forwards;
	color: #f33e3e
}
@keyframes like{
	0%{
		transform: scale(1);
	}
	20%{
		transform: scale(1.1);
	}
	50%{
		transform: scale(1.2);
	}
	70%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}
.u-user{
	width: 250px;
	border:1px solid #ccc;
	position: absolute;
	left: -103px;
	top: 50px;
	border: 1px solid #EBEBEB;
	background: #fff;
	border-radius: 5px;
	display: none;
	box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
	z-index: 203;
}
.u-user .u-user-item{
	position: relative;
	padding: 8px;
}
.u-user .u-user-item .tbd_up{
	top: -19px;
}
.u-user .u-header-info .u-info-image{
	background: none;
	border: 0;
	outline: none;
	position: absolute;
	left: 8px;
	top: 8px;
}
.u-user .u-header-info .u-info-image img{
	width: 48px !important;
	height: 48px !important;
}
.u-user .u-header-info .u-user-info-item{
	float: left;
	margin-left: 55px;
	margin-bottom: 15px;
}
.u-user .u-header-info .u-user-info-item p{
	width: 100%;
}
.u-user .u-header-info .u-user-info-item .u-name{
	font-size: 14px;
	font-weight: bold;
}
.u-user .u-header-info .u-user-info-item .u-subtitle{
	font-size: 12px;
	color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.u-user .u-header-info .u-button-group{
	text-align: center;
}
.u-user .u-header-info .u-button-group .u-focus{
	display: inline-block;
	background: #1B8BF5;
	border:0;
	padding: 6px 2rem;
	border-radius: 5px;
	color: #fff;
	outline: none;
	cursor: pointer;
}
.video{
	padding: 8px;
}
.video *{
	color: #fff !important;
}
path{
	color: #fff !important
}
#my-video{
    height: 300px;
    margin:0 auto;
}
.u-modal-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 204;
    transition: opacity 300ms ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}
.u-modal-wrapper .u-modal-drop{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(26, 26, 26, 0.65);
    transition: background-color 300ms ease-out;
}
.u-modal-wrapper .u-modal{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 400px;
    max-height: calc(100vh - 24px * 2);
    margin:auto;
    outline: 0;
    box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
    transition: .6s all;
    overflow: hidden;
}
.u-modal-close{
	position: absolute;
	right: 12px;
	transition: .4s all;
	cursor: pointer;
}
.u-modal-close a{
	color: #777;
}
.u-modal-close:hover{
	transform: scale(1.1);
}
.u-modal-wrapper .u-modal .u-modal-item{
	background-color: #fff;
	border-radius: 3px;
	overflow: auto;
	padding: 8px;
	user-select: none;
}
.u-modal-wrapper .u-modal .u-modal-head{
	text-align: center;
	margin: 15px 0;
}
.u-modal-wrapper .u-modal .u-modal-title{
	font-size: 24px;
	color: #444;
}
.u-modal-wrapper .u-modal .u-modal-subtitle{
	color: #999;
	padding-top: 5px;
}
.u-modal-wrapper .u-modal .u-modal-content{
	line-height: 1.7;
    flex: 1;
    padding: 0 24px 32px;
    margin-top: 24px;
}
.u-modal-wrapper .u-modal .u-modal-content ul li{
    display: block;
    width: 100%;
    align-items: center;
    padding: 12px 0;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #F6F6F6;
    transition: .5s all;
}
.u-modal-wrapper .u-modal .u-modal-content ul li:hover{
	color: #1B8BF5;
}
.u-modal-wrapper .u-modal .u-modal-content ul li:hover i{
	color: #1B8BF5;
}
.u-modal-wrapper .u-modal .u-modal-content ul li:last-child{
	border:0;
}
.u-modal-wrapper .u-modal .u-modal-content .u-child-option li:nth-last-child(2){
	border:0;
}
.u-modal-wrapper .u-modal .u-modal-content ul li i{
	margin-top: 6px;
	padding-right: 5px;
	font-weight: 0;
	color: #999;
	float: right;
}
.u-modal-wrapper .u-modal .u-modal-content .u-child-option{
	display: none;
}
.u-child-option .u-modal-active{
	color: #1B8BF5;
}
.u-child-option .u-modal-active i{
	color: #1B8BF5 !important;
}
.u-modal-wrapper .u-modal .u-button-content{
	margin-top: 24px;
	text-align: center;
}
.u-modal-wrapper .u-modal .u-button-content .u-button{
	width: 120px;
	padding: 8px 0;
	color: #fff;
	border-radius: 5px;
	background-color: #1B8BF5; 
	border:0;
	cursor: pointer;
	outline: none;
}
.u-modal-wrapper .u-modal .u-button-content .u-modal-back{
	background-color: #fff;
	border:1px solid #ccc;
	color: #444;
	display: none;
}
.details{
	display: none;
	padding: 5px;
}
.details textarea{
	width: 100%;
	height: 80px;
	resize:none;
	border: 0;
	background: #f7f7f7;
	border: 1px solid #DEDEDE;
	outline: none;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 3px;
}
/*自适应*/
@media screen and (min-width: 320px) and (max-width: 776px){
	.u-header .u-wpn{
	    width: 100%;
	    margin: 0 auto;
	    zoom: 1;
	}
	.u-header .u-wpn .u-logo{
	    width: 55px;
	    height: 55px;
	    margin-top: 8px;
	    margin-left: 8px;
	}
	.u-wrap{
		width: 100%;
		margin:78px auto 0;
	}
	.u-card{
		width: 100%;
	}
	.video-js{
		height: 150px !important;
	}
	.u-report{
		padding: 0 12px;
		float: right;
		position: relative;
		cursor: pointer;
	}
	.top-report-bar{
		left: -22px;
		width: 80px;
	}
	.u-report .report-bar .menu a{
		font-size: .7rem;
	}
	.u-modal-wrapper .u-modal{
	    width: 280px;
	}
	.u-modal-wrapper .u-modal .u-button-content .u-button{
		width: 48%;
	}
	.bottom-report-bar {
	    left: -22px;
	    width: 80px;
	}
	.u-modal-wrapper .u-modal .u-modal-content{
	    padding: 0 24px 1.2rem;
	}
}