[cms-style~="blockquote"] {
  border-left: 3px solid #dbdbdb;
  margin: 0.3rem;
  padding-left: 10px;
  font-size: 0.26rem !important;
  color: #888 !important;
}
[cms-style~="blockquote"] * {
  color: #888 !important;
  font-size: 0.26rem !important;
}
@media (max-width: 660px) {
  [cms-style~="font-L"] {
    font-size: 0.34rem !important;
  }
  [cms-style~="font-M"] {
    font-size: 0.26rem !important;
    color: #666;
    font-weight: normal;
    margin-top: 0rem;
  }
}
@media (min-width: 661px) {
  [cms-style~="font-L"] {
    font-size: 18px !important;
  }
  [cms-style~="font-M"] {
    font-size: 16px !important;
    color: #666;
    font-weight: normal;
    margin-top: 0rem;
  }
}
[cms-style~="strong-Bold"] {
  font-weight: 800 !important;
}
[cms-style~="strong-Normal"] {
  font-weight: 300 !important;
}
[cms-style~="align-Center"] {
  text-align: center !important;
}
[cms-style~="legend"] {
  text-align: center !important;
  font-weight: normal !important;
  font-size: 0.26rem !important;
  color: #666 !important;
  margin-top: 0rem;
}

[cms-style~="sup"] {
  text-align: center !important;
  font-size: 0.26rem !important;
  color: #666;
  font-weight: normal;
  margin-top: 0rem;
  vertical-align: super;
}

[cms-style~="sub"] {
  text-align: center !important;
  font-size: 0.26rem !important;
  color: #666;
  font-weight: normal;
  margin-top: 0rem;
  vertical-align: sub;
}

[cms-style~="table"]{
  font-size:.3rem;
  color:#666;
  background-color:#f8f8f8!important;
  border:1px solid #e4e4e4!important;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  border-spacing:0;
  border-collapse:collapse
}
[cms-style~="table"][colspan],[cms-style~="table"][rowspan]{text-align:center}
[cms-style~="table"] tr{
  font-size:.3rem;
  color:#666;
  background-color:#f8f8f8!important
}
[cms-style~="table"] td{
  font-size:.3rem;
  color:#666;
  background-color:#f8f8f8!important;
  border:1px solid #e4e4e4!important;
  padding:.06rem .12rem;
  vertical-align:middle;
  line-height:1.5rem
}

[cms-style~="scroll"] {
  overflow-y: scroll;
}

[cms-style~="minWidth"] {
  min-width: max-content;
}



/* 响应端上字号调整 */
.s_largemore [cms-style~="font-L"] {
  font-size: 0.42rem;
}
.s_largemore [cms-style~="font-M"] {
  font-size: 0.36rem;
}

.s_large [cms-style~="font-L"] {
  font-size: 0.4rem;
}
.s_large [cms-style~="font-M"] {
  font-size: 0.34rem;
}

.s_middle [cms-style~="font-L"] {
  font-size: 0.36rem;
}
.s_middle [cms-style~="font-M"] {
  font-size: 0.3rem;
}

.s_small [cms-style~="font-L"] {
  font-size: 0.34rem;
}
.s_small [cms-style~="font-M"] {
  font-size: 0.28rem;
}


