.pp-category-filter a {
  display: inline-block;
  margin: 0 10px 6px 0;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 3px;
}

.pp-gallery {
  min-height: 500px;
}

.pp-gallery .card-columns .card {
  border: none;
  margin-bottom: 0;
  border-radius: none;
}

@media (max-width: 992px) {
  .pp-gallery .card-columns {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 576px) {
  .pp-gallery .card-columns {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.pp-gallery .card figure {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  text-align: center;
}

.pp-gallery .card figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 1;
}

.pp-gallery .card figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pp-gallery .card figure .playicon {
	position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 90px;
    height: 90px;
    opacity: .4;
	transition: all 0.3s ease 0s;
}

.pp-gallery figure.pp-effect:hover .playicon {
	opacity: .1;
	transition: all 0.3s ease 0s;
}

.pp-gallery .card figure figcaption,
.pp-gallery .card figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pp-gallery .card figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.pp-gallery .card figure .h4 {
  word-spacing: -0.15em;
  font-weight: 600;
}

.pp-gallery .card figure .h4,
.pp-gallery .card figure p {
  margin: 0;
}

.pp-gallery .card figure p {
  letter-spacing: 1px;
  font-size: 60%;
}

.pp-gallery figure.pp-effect figcaption {
  padding: 12px;
}

.pp-gallery figure.pp-effect figcaption::before,
.pp-gallery figure.pp-effect figcaption::after {
  position: absolute;
  content: '';
  opacity: 0;
}

.pp-gallery figure.pp-effect figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.pp-gallery figure.pp-effect figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.pp-gallery figure.pp-effect .h4 {
  padding-top: calc(50% - 100px);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  opacity: 0;
}

.pp-gallery figure.pp-effect p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.pp-gallery figure.pp-effect img,
.pp-gallery figure.pp-effect .h4 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -25px, 0);
}

.pp-gallery figure.pp-effect img,
.pp-gallery figure.pp-effect figcaption::before,
.pp-gallery figure.pp-effect figcaption::after,
.pp-gallery figure.pp-effect p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.pp-gallery figure.pp-effect:hover img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pp-gallery figure.pp-effect:hover figcaption::before,
.pp-gallery figure.pp-effect:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pp-gallery figure.pp-effect:hover figcaption:before {
  background: rgba(31, 30, 30, 0.6);
}

.pp-gallery .pp-box {
	display: flex;
    align-items: center;
    justify-content: center;
}
.pp-gallery .pp-box .pp-tag {
	font-size: 14px;
    padding: 4px 8px;
    border-radius: 12px;
    background: #FF9800;
    margin-left: 5px;
}

.pp-gallery figure.pp-effect:hover .h4,
.pp-gallery figure.pp-effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #FFFFFF;
}

.pp-gallery figure.pp-effect:hover figcaption::after,
.pp-gallery figure.pp-effect:hover .h4,
.pp-gallery figure.pp-effect:hover p,
.pp-gallery figure.pp-effect:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

@media (max-width: 768px) and (min-width: 578px) {
  .pp-gallery figure.pp-effect:hover .h4 {
    padding-top: 20%;
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .pp-gallery figure.pp-effect:hover .h4 {
    padding-top: 20%;
    font-size: 16px;
  }
}

.playdiv {
	max-width: 95%;
    max-height: 640px;
    display: block;
    margin: auto;
}

.text-main {
	max-height: calc(100vh - 320px);
	overflow: hidden;
	overflow-y: auto;
	margin: -10px;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

.table-condensed td {
    min-width: unset;
    padding: 10px 5px;
	overflow-x: hidden;
}

.table-condensed .ititle {
    display: none;
}

.table-condensed .btn-anyside {
	padding: 3px 10px;
	margin: 12px 5px 0 0;
}
	
.text-main .text {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0px 18px 0px 10px;
	-moz-border-radius: 0px 18px 0px 10px;
	-ms-border-radius: 0px 18px 0px 10px;
	-o-border-radius: 0px 18px 0px 10px;
	border-radius: 0px 18px 0px 10px;
}

#mdpreview table {
	margin: auto;
}

@media (min-width: 768px) {
	.modal-lg {
		max-width: 90vw;
	}
	.table-condensed {
		min-width: 640px;
	}
	
	.table-condensed .ititle {
		display: unset;
		max-width: 60px;
	}

	.text-main .text {
		padding: 15px;
	}

	.any_cate_box {
		padding-left: 10px;
		padding-right: 10px;
	}
	.playdiv {
		max-width: 96%;
	}
	.table-condensed .btn-anyside {
		padding: 6px 15px;
		margin: 15px 8px 0 0;
	}
}
	.strike {
	  text-decoration: line-through !important;
	}
	.message_focus {
		height: 6.4rem;
		transition: height 0.2s;
	}
	.cupload_create{
		margin: 15px 0;
		display: flex;
	}

	.cupload_create .cupload_image_list{
		margin: 0px; 
		padding: 0px; 
		display: inline; 
	}

	.cupload_create .cupload_upload_box{
		position: relative; 
		display: inline-block; 
		text-align: center; 
		background-color: rgb(251, 253, 255); 
		border: 1px dashed rgb(192, 204, 218); 
		border-radius: 6px; 
		box-sizing: border-box; 
		width: 112px; 
		height: 134px; 
		line-height: 125px;
	}

	.cupload_create .upload_file{
		position: absolute; 
		top: 0px; 
		right: 0px; 
		width: 100%; 
		height: 100%; 
		opacity: 0; 
		cursor: pointer;
	}
	.cupload_create .cupload_image_list li{
		position: relative; 
		display: inline-block; 
		margin: 0 6px 0 0; 
		background-color: rgb(251, 253, 255); 
		border: 1px solid rgb(192, 204, 218); 
		border-radius: 6px; 
		box-sizing: border-box; 
		width: 112px; 
		height: 134px;
	}

	.cupload_create .cupload_image_list li:last-child{
		margin-right:24px;
	}
	.cupload_create .cupload_image_list li img{
		position: absolute; 
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		max-width: 110px;
		max-height: 132px;
		border-radius: 6px;
	}
	.cupload_create .cupload_upload_btn{
		font-size: 32px; 
		color: rgb(140, 147, 157);
	}

	.cupload_create .cupload_image_list li:hover .cupload_image_delete{
		opacity: 1;
		transition: all 0.3s ease 0s;
	}

	.cupload_create .cupload_filetype{
		position: absolute;
		bottom: 0;
		font-size: 14px;
		color: #fff;
		text-align: center;
		width: 100%;
	}

	.cupload_create .cupload_image_delete{
		position: absolute; 
		border-radius: 6px;
		width: 100%; 
		height: 100%; 
		left: 0px; 
		top: 0px; 
		text-align: center; 
		color: rgb(255, 255, 255); 
		opacity: 0; 
		background-color: rgba(0, 0, 0, 0.3); 
		transition: all 0.3s ease 0s;
	}
	.cupload_create .loadplay{
		height:calc(100% - 20px);
		border-radius: 6px 6px 0 0;
	}

	.play_btn{
		cursor:pointer;
	}

	.cupload_create .cupload_delete_btn{
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px;
		font-size: 32px;
		line-height: 18px;
		cursor: pointer;
	}
	option:disabled {
		color: #bbb;
	}
.badge-task {
	color: #486800;
	background-color: rgba(3,169,244,.2);
	font-weight: normal;
	padding-top: 4px;
	letter-spacing: -0.01rem;
}

.status {
	font-size: 12px;
	padding: 4px 6px;
	border-radius: 2px;
	white-space: nowrap;
	color: #1b5924;
}

.text-time {
	letter-spacing: -0.03rem;
    min-width: 82px;
    max-width: 82px;
    font-size: 12px;
    opacity: .5;
    line-height: 1;
}

.handle-title {
	opacity:.8; 
	font-size:14px;
}

.status-0 {
	background-color: rgba(0,0,0,.1);
}

.status-1 {
	background-color: rgba(155,209,0,.2);
}

.status-2 {
	background-color: rgba(226,174,69,.2);
}

.status-3 {
	background-color: rgba(108,218,250,.2);
}

.status-4 {
	background-color: rgba(3,169,244,.2);
}

.status-5 {
	background-color: rgba(73,239,97,.2);
	cursor: pointer;
}

.load-task {
	cursor: pointer;
}

.table th, .table td {
    vertical-align: middle;
	min-width: 74px;
}
input[type=checkbox]+label:before {
    margin-right: 2px;
}

.handle-console {
	display: none;
}

span.share-box {
    border-radius: 9px;
    padding: 2px 6px;
    background: #fff598;
    margin-left: 3px;
	white-space: nowrap;
}

/* 微调组件容器 */
.spinner-container {
    display: flex;
    align-items: center;
    width: 210px;
    border-radius: 12px;
    background: #fbfbfb;
	border: 1px #eaeaea solid;
    overflow: hidden;
    position: relative;
}

/* 微调按钮样式 */
.spinner-button {
    width: 28px;
    height: 32px;
    border: none;
    background-color: #eee;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;
}

.spinner-button:hover {
    background-color: #f5f5f5;
}
.spinner-button:focus {
	outline: unset;
}
/* 值显示样式 */
.value-display {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

/* 美化range组件 */
.spinner-input {
    -webkit-appearance: none;
    width: calc(100% - 56px);
    height: 10px;
    border-radius: 3px;
    background: rgba(255,255,255,0);
    outline: none;
    opacity: 0.5;
    transition: opacity 0.2s;
	z-index: 3;
}

.spinner-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 32px;
    border-radius: 1px;
    background: #03a9f4;
    cursor: pointer;
	opacity: .5
}

.spinner-input::-moz-range-thumb {
    width: 16px;
    height: 32px;
    border-radius: 1px;
    background: #03a9f4;
    cursor: pointer;
	opacity: .5
}

.spinner-value {
	width: 30px;
    text-align: center;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
	position: absolute;
	left: calc(50% - 15px);
	z-index: 2;
}	

.load {
	left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.wind_open {
	z-index: 2018918;
}

.modal-content {
	max-width: 900px;
}

.table-responsive {
	padding-bottom: 40px;
}

.modal-lg{
    display: flex;
    justify-content: center;
}

.modal-content .play-video, .modal-content .play-image {
    max-width: 100%;
    max-height: calc(100vh - 350px)
}

@media (min-width: 576px) {
    .modal-lg {
		max-width: unset;
	}
}

.close:hover, .close:focus {
    outline: 0;
}