body{
	margin: 0;
}
a{
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
textarea{
	border:none;
	outline: none;/*边线不显示*/
	resize: none;/*禁止拉伸*/
    appearance:none;
}
input{
	border: none;
}
input:focus{
	outline: none;
}

/* 宽度 */
.width-100{
	width: 100%;
}
.width-50{
	width: 50%;
}

/* 高度 */
.height-100{
	height: 100%;
}
.height-189{
	height: 189px;
}
.height-63{
	height: 63px;
}
.height-56{
	height: 56px;
}
.height-44{
	height: 44px;
}
.height-35{
	height: 35px;
}
.height-33{
	height: 33px;
}

/* 背景色 */
.bg-white{
	background-color: #fff;
}
.bg-30bf62{
	background-color: #30bf62;
}
.bg-F5F6F7{
	background-color: #F5F6F7;
}

/* 圆角 */
.border-radius-33{
	border-radius: 33px;
}

/* 边框 */
.border-t-e6e6e6{
	border-top: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.border-t-30bf62{
	border-top: 1px solid #30bf62;
	box-sizing: border-box;
}
.border-b-e6e6e6{
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
}

/* 字体颜色 */
.text-fff{
	color: #fff
}
.text-30bf62{
	color: #30bf62;
}
.text-303133{
	color: #303133;
}
.text-606366{
	color: #606366;
}
.text-909499{
	color: #909499;
}
.text-FF4040{
	color: #FF4040;
}
.text-3399FF{
	color: #3399FF;
}
.text-FFAA00{
	color: #FFAA00;
}
.text-FF2323{
	color: #FF2323;
}

/* 字体大小 */
.font-11{
	font-size: 11px;
}
.font-12{
	font-size: 12px;
}
.font-13{
	font-size: 13px;
}
.font-14{
	font-size: 14px;
}
.font-15{
	font-size: 15px;
}
.font-16{
	font-size: 16px;
}
.font-17{
	font-size: 17px;
}
.font-18{
	font-size: 18px;
}

/* 字体粗细 */
.bold{
	font-weight: bold;
}

/* 外边距 */
.margin-l-8{
	margin-left: 8px;
}
.margin-l-12{
	margin-left: 12px;
}
.margin-t-6{
	margin-top: 6px;
}
.margin-t-12{
	margin-top: 12px;
}
.margin-t-13{
	margin-top: 13px;
}
.margin-t-15{
	margin-top: 15px;
}
.margin-t-20{
	margin-top: 20px;
}
.margin-t-40{
	margin-top: 40px;
}
.margin-t-64{
	margin-top: 64px;
}
.margin-t-72{
	margin-top: 72px;
}
.margin-t-6{
	margin-top: 6px;
}
.margin-b-10{
	margin-bottom: 10px;
}
.margin-b-12{
	margin-bottom: 12px;
}
.margin-b-15{
	margin-bottom: 15px;
}
.margin-c-6{
	margin: 6px 0;
}
.margin-c-12{
	margin: 12px 0;
}
.margin-c-15{
	margin: 15px 0;
}
.margin-c-16{
	margin: 16px 0;
}
.margin-c-18{
	margin: 18px 0;
}
.margin-r-10{
	margin-right: 10px;
}
.margin-r-12{
	margin-right: 12px;
}
.margin-row-12{
	margin-left: 12px;
	margin-right: 12px;
}
.margin-column-40{
	margin-top: 40px;
	margin-bottom: 40px;
}

/* 内边距 */
.padding-r-10{
	padding: 0 10px;
	box-sizing: border-box;
}
.padding-r-12{
	padding: 0 12px;
	box-sizing: border-box;
}
.padding-r-15{
	padding: 0 15px;
	box-sizing: border-box;
}
.padding-right-12{
	padding-right: 12px;
	box-sizing: border-box;
}
.padding-c-10{
	padding: 10px 0;
	box-sizing: border-box;
}
.padding-c-12{
	padding: 12px 0;
	box-sizing: border-box;
}
.padding-t-10{
	padding-top: 10px;
	box-sizing: border-box;
}
.padding-t-12{
	padding-top: 12px;
	box-sizing: border-box;
}
.padding-t-15{
	padding-top: 15px;
	box-sizing: border-box;
}
.padding-t-20{
	padding-top: 20px;
	box-sizing: border-box;
}
.padding-b-5{
	padding-bottom: 5px;
	box-sizing: border-box;
}
.padding-b-12{
	padding-bottom: 12px;
	box-sizing: border-box;
}
.padding-textarea{
	padding: 10px 12px;
	box-sizing: border-box;
}
.padding-content{
	padding: 8px 12px;
	box-sizing: border-box;
}

/* 圆角 */
.b-radius{
	border-radius: 4px;
}

/* flex布局 */
.flex-c{
	display: flex;
	flex-direction: column;
}
.flex-r{
	display: flex;
	flex-direction: row;
}
.align-center{
	display: flex;
	align-items: center;
}
.justify-center{
	display: flex;
	justify-content: center;
}
.align-justify{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-wrap{
	display: flex;
	flex-wrap: wrap;
}
.justify-around{
	display: flex;
	justify-content: space-around;
}
.justify-between{
	display: flex;
	justify-content: space-between;
}
/* 定位 */
.pos-rel{
	position: relative;
}

/* 通用样式 */
.item-line{
	width: 3px;
	height: 15px;
	background-color: #30bf62;
	border-radius: 1.5px;
}
.search-input-box{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	border: 1px solid #30bf62;
	display: flex;
	align-items: center;
	padding: 0 12px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.search-input-box>a{
    position: absolute;
    width: 100%;
    height: 35px;
    z-index: 8;
	left: 0;
	right: 10px;
    opacity: 0;
}
.search-input-box>input{
	width: calc(100% - 21px);
	height: 35px;
	margin-left: 8px;
	border: none;
	font-size: 13px;
	color: #303133;
	background-color: #fff;
}
.search-input-box>input::placeholder{
	font-size: 13px!important;
	color: #909499!important;
}
.search-input-box .submit-btn{
	position: absolute;
	width: 35px;
	height: 35px;
	opacity: 0;
	z-index: -8;
	right: 0;
}
.hot-unselect-item{
    /* width: 50px; */
    height: 40px;
    position: relative;
}
.hot-select-item{
    /* width: 50px; */
    height: 40px;
    position: relative;
}
.hot-select-item::after{
    content: '';
    width: 29px;
    height: 2px;
    position: absolute;
    top: 34px;
    background-color: #30bf62;
    border-radius: 1px;
}
.search-list-line{
    width: calc(100% - 12px);
    height: 1px;
    background-color: #E6E6E6;
    margin-left: 12px;
}
.separated-line{
	width: 100%;
	height: 12px;
	margin-top: 12px;
	background-color: #F5F6F7;
}
.search-keywords{
	width: calc(50% - 5px);
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-break: break-all;  /* 内容自动换行 */
}
.record-limit{
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-break: break-all;  /* 内容自动换行 */
}
.content-limit{
	width: 320px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-break: break-all;  /* 内容自动换行 */
}
.file-content-limit{
	width: 206px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-break: break-all;  /* 内容自动换行 */
}
.video-content-limit{
	width: 260px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 2;		
	line-clamp: 2;					
	-webkit-box-orient: vertical;	
}
.search-video-content-limit{
	width: 210px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 2;		
	line-clamp: 2;					
	-webkit-box-orient: vertical;	
}
.model-box{
	width: 100%;
	height: 100vh;
	background-color: #000;
	opacity: 0.75;
	position: fixed;
	z-index: 8;
	top: 0;
	left: 0;
	right: 0;
}
.model-box1{
	width: 100%;
	height: 100vh;
	background-color: #000;
	opacity: 0.75;
	position: fixed;
	z-index: 8;
	top: 0;
	left: 0;
	right: 0;
}
.pop-box{
	width: 325px;
	height: 204px;
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	z-index: 9;
	top: 160px;
}
.pop-index-box{
	width: 325px;
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
	padding: 0 18px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: fixed;
	z-index: 9;
	top: 160px;
}
.copy-box{
	width: 133px;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	background-color: #30bf62;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 41px;
	margin-bottom: 22px;
}
.href-text{
	word-break: break-word;
}
.opera-button{
	width: 100%;
	height: 55px;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.no-data{
	width: 100%;
	margin-top: 81px;
	padding: 0 74px 0 74px;
	box-sizing: border-box;
}
.no-data-video, .no-data-file, .no-data-hot{
	width: 100%;
	margin-top: 20px;
	padding: 0 74px 0 74px;
	box-sizing: border-box;
}
.file-load-list{
	width: 26px;
	height: 15px;
	position: absolute;
	right: 12px;
}
.model-box>img{
	width: 258px;
	height: 162px;
	position: absolute;
	top: 4px;
	right: 35px;
}
.allMore,.platMore,.equipmentMore,.equipmentInstallMore{
	width: 100%;
	display: block;
	font-size: 13px;
	color: #909499;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}