/*��札�����羞糸��篏���訓��css*/
html{
  font-size: 40px;
}
*{
  font-size: 16px;
  color:#333;
}
a{
  text-decoration: none
}
table{
  width: 100%;
}
img{
  max-width: 100%;
}
.imeditor {
  border: 0 none;
  padding: 0px;
  z-index: 0;
  /*position: relative !important;*/
}
.imeditor.active{
  z-index: 100;
  outline: 1.5px dashed #57a3f3!important;
  outline-offset: 2px;
}
/*.imeditor.active[readonly]{
  position: relative;
}
.imeditor.active[readonly]:before{
  content: '';
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}*/
.ewm-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px double #e6e6e6
}

.ewm-content table td,
.ewm-content table th {
  font-size: 0.32rem;
  padding: 0.267rem 0.333rem;
  border:1px solid #e6e6e6
}

.ewm-content table th {
  font-weight: 700;
  background: #fafafa
}

/*ckeditor*/
.head-box{
  margin: 0.533rem 0 ;
}
.head-box p{
  margin:0;
}
.head-box-title, .head-box-title{
  text-align: center;
}
.head-box-title p{
  font-size: 16px;
  line-height: 35px;
  border-bottom: 4px solid #666;
  display: inline-block;
}
.top-divider, 
.left-divider,
.bottom-divider,
.top-bottom-divider,
.bottom-center-divider{
  padding: 0.2rem 0;
}
.ewm-content .left-divider{
  background: #f3f3f3;
  padding-left: 10px;
}
/* .ewm-content .top-divider:before,
.ewm-content .left-divider:before,
.ewm-content .bottom-center-divider:before{
  content: '';
  background: #666;
  position: absolute;
  display: none;
}
.ewm-content .top-divider:before {
  width: 20px;
  height: 4px;
  left: 0;
  top: -10px;
}
.ewm-content .left-divider:before{
  height: 100%;
  width: 4px;
  top:0;
  left: -10px;
}
.ewm-content .bottom-center-divider:before{
  width: 50px;
  height: 4px;
  left: 50%;
  bottom: 0px;
  margin-left: -25px;
} */
.bottom-divider, .top-bottom-divider{
  border-bottom:1px solid #666!important;
}
.top-bottom-divider{
  border-top:1px solid #666!important;
}