@font-face {
	font-family: 'iconfont';
	src: url('./fonts/iconfont.eot');
	/* IE9*/
	src: url('./fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('./fonts/iconfont.woff') format('woff'),
		/* chromeÃ£â‚¬Âfirefox */
		url('./fonts/iconfont.ttf') format('truetype'),
		/* chromeÃ£â‚¬ÂfirefoxÃ£â‚¬ÂoperaÃ£â‚¬ÂSafari, Android, iOS 4.2+*/
		url('./fonts/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 20px;
	margin-right: 10px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.main {
	max-width: 75%;
	margin: 0 auto;
	position: relative
}

.mod_data {
	position: relative;
	height: 220px;
	padding-left: 190px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #333;
	text-decoration: none
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

.data__cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 250px
}

.data__photo {
	border-radius: 999px
}

.data__photo {
	width: 65%;
	height: 65%
}

.data__cont {
	padding-top: 0px
}

.data__name {
	overflow: hidden;
	line-height: 50px;
	height: 50px
}

.data__name_txt {
	float: left;
	font-size: 25px;
	font-weight: 400;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 90%;
	margin-right: 10px
}

.data__desc {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 4px
}

.data__desc_txt {
	float: left;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 2px
}

.mod_data_statistic {
	height: 23px;
	line-height: 23px;
	overflow: hidden;
	font-size: 0
}

.data_statistic__item {
	display: inline-block;
	border-right: solid 1px #c9c9c9;
	text-align: center;
	padding-right: 20px;
	margin-right: 20px;
	font-size: 15px;
}

.data_statistic__item--last {
	border-right: 0 none
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 10px;
	line-height: 1.42857143;
	vertical-align: top;
	text-align: left;
	width: 0px;
	padding-left: 30px;
}

tr {
	height: 45px;
}

tr .info {
	display: none;
}

tr:hover {
	background-color: #f9f9f9;
}

strong {
	margin-left: 12px;
	color: #BB1B1B;
}

.ctime {
	color: #9e9e9e
}

.margin_left {
	margin-left: 10px;
	cursor: pointer;
}

.otimes {
	font-size: 15px;
}

.play {
	padding: 10px;
	z-index: 99;
	height: auto;
	position: fixed;
	bottom: 0px;
	width: 26%;
	right: 0px;
}

.aplayer {
	background-color: #fff
}

.aplayer-icon-volume-down {
	margin-top: -5px !important;
}

.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
	padding: 3px 0 !important;
}

@media screen and (max-width:800px) {.main{max-width:100%;}
.table {
    width: auto;;
    max-width: auto;
    overflow-y:scroll;
    display:block;
}
.data__cover{display: none;}
.mod_data{padding-left:0px;overflow: hidden;height: auto;}
.data__cont{padding: 5px;width:100%;float:left;}
.data_statistic__item {
    text-align: center;
    padding-right: 5px;
    margin-right: 0px;
    font-size: 13px;
}
}