@font-face {
  font-family: '微软雅黑';
  src: url('../fonts/msyh.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Microsoft Yahei';
  src: url('../fonts/msyh.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SimSun';
  src: url('../fonts/simsun.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KaiTi';
  src: url('../fonts/simkai.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SimHei';
  src: url('../fonts/simhei.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '幼园';
  src: url('../fonts/simyou.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '等线';
  src: url('../fonts/deng.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.admin-module-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #444;
  background: rgba(0, 0, 0, 0.4);
}
.admin-module-dialog .dialog-content {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
  width: 200px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.admin-module-dialog .data-loading {
  height: 50px;
  position: relative;
}
.admin-module-dialog .data-loading:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  background: url(../images/loading.gif) no-repeat center center / cover;
}
.admin-module-dialog p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: center;
}
.detail-video {
  margin: 20px auto;
  width: 800px;
  height: 450px;
}
.detail-video.video-btn {
  cursor: pointer;
}
.detail-video video {
  width: 100%;
  height: 100%;
}
.cke_button.cke_button__clearstyle,.cke_hidpi .cke_button__removeformat_icon {
	display: none;
}
.cke_button_label.cke_button__removeformat_label{
	display: inline;
}
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber{
	padding: 0 10px;
}

.dialog-order {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11000;
}

.dialog-order .dialog-loading{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;
}
.dialog-order .dialog-loading img,
.dialog-order .dialog-loading span{
	display: inline-block;
	vertical-align: middle;
}
.dialog-order .dialog-loading img {
	width: 32px;
}
.dialog-order .dialog-loading span {
	margin-left: 20px;
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}

.dialog-order .dialog-table {
  display: table;
  width: 100%;
  height: 100%;
}
.dialog-order .dialog-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
  vertical-align: middle;
}
.dialog-order .dialog-cont {
  display: inline-block;
  background: #fff;
  width: 524px;
  text-align: left;
}
.dialog-order .dialog-head {
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  background: #F3F3F3;
}
.dialog-order .head-close {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(../images/dialog-order-close-icon.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.dialog-order .head-close:hover {
  background-image: url(../images/dialog-order-close-icon-hover.png);
}
.dialog-order .dialog-msg-cont {
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #555;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .detail-video {
    width: 100% !important;
    height: 300px !important;
  }
}
