/*== 本文件不可擅自修改 ==*/
/*== reset ==*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
span,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	word-break: break-all;
	border: none;
	background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

address,
cite,
dfn,
em,
var,
caption,
code,
strong,
th {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

small {
	font-size: 14px;
}

ul,
ol {
	list-style: none;
}

fieldset,
img {
	border: 0;
}

caption,
th {
	text-align: left;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

input,
textarea,
select {
	outline: none;
}

textarea {
	overflow: auto;
}

textarea {
	resize: none;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

/*可根据网站不同进行修改*/
body,
button,
input,
select,
textarea {
	font: 14px "微软雅黑";
	color: #404040;
}

/* 内容过长滚动条出现，页面抖动 */
html,
body {
	width: 100%;
	height: 100%;
	min-width: inherit;
	background: #fff;
}

.ok-body {
	padding: 20px 20px 0;
}


/*== 宽度 ==*/
.minwidth {
	min-width: 1200px;
}

.width100 {
	width: 100%;
}

/*== 定位相关 ==*/
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

/*block-center块居中*/
.vm {
	vertical-align: middle;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.zoom {
	zoom: 1;
}

.block {
	display: block;
}

.inlineblock {
	display: inline-block;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

/*清除浮动*/
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

[v-cloak] {
    display: none;
}
/* 6.2 创业项目的评估 */
#saveOrUpdateForm>.title{
	width: 100%;
    height: 45px;
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px dashed #333;
    margin-bottom: 10px;
    position: relative;
}
.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after{
	width: 0!important;
	padding: 0!important;
	line-height: 18px!important;
}
.video-js .vjs-seek-to-live-control{
	display: none;
}